/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* signika-negative-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/signika-negative-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* signika-negative-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/signika-negative-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* signika-negative-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/signika-negative-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




body {background: #2d2d2d; }

* {font-family:'Signika Negative', arial, sans-serif; font-size: 16px; }

html { 
  background: url("../images/background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {font-size: 2em; }

* {padding: 0; margin: 0; }

a {text-decoration: none; color: #000; }

p {font-size: 1.25em; }

b {font-size: inherit; }

.pink {color: #ff00ba; }
.gruen {color: #4eff00; }
.tuerkis {color: #00ffff; }

#topline {height: 2em;  background: url("../images/background.jpg") no-repeat center center fixed; width: 100%; 
  position: fixed;
  z-index: 9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#head {
  height: 10em; 
  background: #343434; 
  width: 80%; 
  position: fixed; 
  float: left; 
  color: white; 
  box-shadow: -5px 5px 5px black; 
  z-index: 8;
}

#head:after {
   background: none repeat scroll 0 0 black;
    bottom: -3px;
    box-shadow: 3px -2px 4px black;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 3px;
    z-index: 8;
}

#triangle_top {   
  width: 10em;
  height: 10em;
  position: fixed;
  overflow: hidden;
  left: 80%; 
}
#triangle_top_after {
  background: none repeat scroll 0 0 #343434;
  box-shadow: 6px 5px 5px black;
  content: "";
  height: 17em;
  left: -5em;
  position: absolute;
  top: -6em;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  width: 10em;
  z-index: 9;
}

#head, #triangle_top {margin-top: 2em; }

#logo {
  position: fixed; 
 -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top: 110px; 
  left: -290px; 
  z-index: 99;
}

#logo img {width: 100%; box-shadow: 0px 10px 10px black; }

#language {
      float: left;
    margin-left: 77%;
    margin-top: 3em;
    position: fixed;
    z-index: 100;
}

#language a {margin-left: 1em; color: #9a9a9a; }
#language a.aktiv {color: #fff; }

#navmain {
    float: left;
    left: 30%;
    position: relative;
    top: 3.75em;
}
#navmain h1 span {margin-right: 2em; font-family:'Open Sans', sans-serif; font-size: 1.125em; }

#chooseme {margin-top: 0.75em; float: left; margin-left: 6%; width: 110%; }
#chooseme * {font-family:'Signika Negative', serif; text-shadow: 2px 2px 1px #000; color: #c1c1c1; font-size: 1.125em; }
.choose {float: left; margin-right: 3em; cursor: pointer; }
.choose:hover {color: #4eff00 !important; }
.gruen:hover {color: #00ffff !important; }

#main {
  float: left;
    width: 80%;
}

#content {
  margin-left: 30%;
  min-height: 30em;
  width: 60%;
  margin-top: 18em; 
  margin-bottom: 12em;
  float: left;
}

#content.start {  
  margin-left: 20%;
  margin-top: 16em;  
  width: 80%;
}

.elementwrapper {
  width: 282px; 
  height: 282px; 
}

.elementinner {  
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.element {position: absolute; }




.csc-textpic-image {margin: 0 !important; }


.fancybox {cursor: default; }


.fancybox-title-float-wrap .child {font-weight: normal !important; }

.fancybox-nav {height: 90% !important; }

.element_on {opacity: 0; z-index: 999; margin: -41px 0 0 -41px; 
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);

}
.element_on img {
  margin-bottom: -4px;
  border: 1px solid transparent;
}

.element_on .fancybox::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(78,255,0,1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(78,255,0,1);
  box-shadow: inset 0px 0px 0px 3px rgba(78,255,0,1);
     } 

.hovertrigger {
  background: none repeat scroll 0 0 transparent;
    height: 140px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 140px;
    z-index: 999999;
  cursor: pointer;
}

.element_off {
  height: 200px;
  overflow: hidden;
  width: 200px;

}

.element_off img {
 
  left: 51px;
  margin-left: -91px;
  margin-top: 0;
  position: relative;
  top: -40px;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  
  -webkit-filter: grayscale(100%);

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);

}


.referenzen img {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); 
}

.referenzen .csc-default:hover img {
  -webkit-filter: grayscale(0%);
  filter: none;
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);

}

.imagecaption {
    background: #343434;
    bottom: 3px;
  left: 3px;
    color: white;
    display: table-caption;
    font-size: 1em;
    line-height: 1.1em;
    padding: 0.25em 0.5em 0.3em;
    position: absolute;
    width: 276px;
  box-sizing: border-box;
}



#navside {
  height: inherit;
  border-left: 3px solid #4eff00;
}
#navsidewrapper {
  padding-left: 10px; 
  background: #505050; 
  box-shadow: 10px 0px 10px black;
  top: 0;
  color: white;
  height: 120%;
  position: fixed;
  width: 10em;
  left: 80%;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}

#navside a {color: white; font-size: 1.75em; font-weight: bold; font-family:'Open Sans', sans-serif; }
#navside ul { 
  bottom: 27%;
  list-style: none outside none;
  margin-left: 1em;
  position: absolute;
}
#footer {
  background: #2d2d2d;
    bottom: 0;
    float: left;
    height: 10em;
    position: fixed;
    width: 100%;
}
#footer ul {margin: 2em auto 1.5em; list-style: none; display: table; }
#footer li {float: left; margin: 0 0.5em; }
#footer li a {color: white; text-shadow: 2px 2px 1px #000; }
#footer #socialmedia {margin: 0 auto; display: table; }
#footer #socialmedia a {float: left; margin: 0 0.75em;}


.referenzen .csc-default {float: left; clear: left; margin-bottom: 1.5em; width: 100%; }
.referenzen .csc-textpic-imagewrap {width: 38%; margin-right: 4% !important; float: left; }
.referenzen .csc-textpic-imagewrap img {width: 300px; height: auto; }
.referenzen .csc-textpic-text {margin-top: 0.6em; margin-left: 0 !important; float: left; width: 58%;  }

.referenzen div.csc-textpic-center .csc-textpic-center-outer, 
.referenzen div.csc-textpic-center .csc-textpic-center-inner {
    float: left;
    position: relative;
    right: auto;
}

.referenzen div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: left;
}

.referenzen div.csc-textpic-intext-right .csc-textpic-imagewrap, .referenzen div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 0px;
}


/* scrollbuttons */

#scrollbuttons {
    left: 3%;
    position: fixed;
    top: 55%;
}
#scrollbuttons img {cursor: pointer;}
#scrollup {}
#scrollup img {}
#scrolldown {}
#scrolldown img {
  -moz-transform:rotate(180deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform:rotate(180deg); /* Safari */
  -o-transform:rotate(180deg); /* Opera */
  -ms-transform:rotate(180deg); /* IE9 */
  transform:rotate(180deg); /* W3C */
}


/* fancybox */

.fancybox-title {
  width: 400px; 
  bottom: -80px !important;
  margin: 0 !important;
}
.fancybox-title-float-wrap .child {
  border-radius: 0 !important;
  padding: 10px !important;
  white-space: normal !important;
}

.fancybox-skin {background: #fff !important;}

/* powermail */

.tx-powermail .powermail_fieldset, .tx-powermail .powermail_create, .tx-powermail .powermail_confirmation {background: transparent !important; border: 1px solid #2d2d2d !important;}
.tx-powermail h3 {display: none;}
.powermail_legend {display: none;}
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit {background-color: #ff00ba !important; }

@media screen and (max-width: 1800px){
#navmain {left: 35%;}
#chooseme {margin-left: 2%;}
.choose {margin-right: 1em; }
#navmain h1 span {font-size: 1em; }
}

@media screen and (max-width: 1550px){

#navmain h1 {font-size: 1.5em;}
#chooseme * {font-size: 1em;}
#logo {
    left: -245px;
    top: 100px;
    width: 60%;
}
#navside a {font-size: 1.5em;}

}

@media screen and (max-width: 1450px){

#navmain h1 {font-size: 1.5em;}
#chooseme * {font-size: 1em;}
#logo {
  left: -225px;
  top: 80px;
  width: 60%;
}
#navside a {font-size: 1.5em;}

#content.start {
  margin-left: 13%;
  width: 87%;
}

}




@media screen and (max-width: 1200px){

#navmain {left: 30%;}
#navmain h1 {font-size: 1.5em;}
#chooseme * {font-size: 1em;}
#logo {
  left: -200px;
  top: 70px;
  width: 60%;
}
#navside a {font-size: 1.5em;}

#content.start {
  margin-left: 9%;
  width: 91%;
}

}



@media screen and (max-width: 1100px){
#navsidewrapper {width: 8em; height: 135%;}
#navsidewrapper a {font-size: 1em;}

#navmain {left: 31.5%; top: 3.25em;}
#navmain h1 {font-size: 1.5em;}
#chooseme {margin-top: 0.5em;}
#chooseme * {font-size: 0.9em;}
.choose {margin-right: 0.75em;}
#logo {
  left: -180px;
  top: 70px;
  width: 60%;
}
#navside a {font-size: 1.5em;}

#footer {height: 6em;}
#footer ul {margin: 0.75em auto 0.75em;}

#socialmedia img {width: 30px; height: auto;}

#topline {height: 1em;}
#head, #triangle_top {margin-top: 1em; height: 8em;}
#triangle_top_after {height: 13em;}
#language {
    margin-left: 74%;
    margin-top: 2em;
}



}







@media screen and (max-width: 1000px){
#navsidewrapper {width: 8em; height: 115%; left: 95%;}
#navsidewrapper a {font-size: 0.9em;}

#navmain {left: 31%; top: 3.25em;}
#navmain h1 {font-size: 1.125em;}
#chooseme {margin-top: 0.5em;}
#chooseme * {font-size: 0.75em;}
.choose {margin-right: 0.75em;}
#logo {
  left: -165px;
  top: 48px;
  width: 60%;
}
#navside a {font-size: 1.5em;}

#footer {height: 6em;}
#footer ul {margin: 0.75em auto 0.75em;}

#socialmedia img {width: 30px; height: auto;}

#topline {height: 1em;}
#head, #triangle_top {margin-top: 1em; height: 8em;}
#triangle_top_after {height: 13em;}
#language {
  margin-left: 73%;
  margin-top: 1.75em;
}
#language a {font-size: 0.75em;}



.elementwrapper {width: 215px; height: 215px;}
.element_off {
    height: 150px;
    overflow: hidden;
    width: 150px;
}

.element img {width: 225px; height: 225px;}

.imagecaption {width: 221px;}


}





@media screen and (max-width: 800px){
#navsidewrapper {width: 8em; height: 115%; left: 95%;}
#navsidewrapper a {font-size: 0.9em;}

#navmain {left: 31%; top: 3.25em;}
#navmain h1 {font-size: 1.125em;}
#chooseme {margin-top: 0.5em;}
#chooseme * {font-size: 0.75em;}
.choose {margin-right: 0.75em;}
#logo {
  left: -111px;
  top: 48px;
  width: 60%;
}
#navside a {font-size: 1.5em;}

#footer {height: 6em;}
#footer ul {margin: 0.75em auto 0.75em;}

#socialmedia img {width: 30px; height: auto;}

#topline {height: 1em;}
#head, #triangle_top {margin-top: 1em; height: 8em;}
#triangle_top_after {height: 13em;}
#language {
  margin-left: 73%;
  margin-top: 1.75em;
}
#language a {font-size: 0.75em;}



.elementwrapper {width: 215px; height: 215px;}
.element_off {
    height: 150px;
    overflow: hidden;
    width: 150px;
}

.element img {width: 225px; height: 225px;}

.imagecaption {width: 221px;}


}


