@import url(normalize.min.css);
@import url(all.min.css);


/* ///////////////////////////////////////////////////
Allgemeine Formatierungen
////////////////////////////////////////////////////*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased; /*Schriftglättung*/
  font-family: 'roboto', sans-serif;  
}

a {
  text-decoration: none;
}

p {
  font-size: 0.9em;
  margin: 8px 0;
  line-height: 1.6em;
}

ul, li{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.innerbox{
  max-width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
  background: #fff;
}

.innerbox-h{
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  background: none;
}

section{
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 15px 60px 15px;
}

section#projekte{
  max-width: 100%;
}

h3,
#team .zweidrittel h3{
  font-family: 'Special Elite';
  color: #a27c1c;
  font-size: 2.5em;
  line-height: 1.3em;
  margin: 0;
}

#team .zweidrittel h3{
  margin-left: 45px;
}

p.subline{
  font-family: 'Special Elite';
  color: #a27c1c;
  font-size: 1.3em;
  margin: 0;
  margin-top: 2px;
}

ul.auflistung{
  padding-left: 15px;
  font-size: 0.9em;
  line-height: 1.6em;
}

hr{
  border: 1px solid #a27c1c;
}

footer .innerbox{
  overflow: hidden;
  padding: 30px 2%;
}


/* ///////////////////////////////////////////////////
SS-Raster
////////////////////////////////////////////////////*/
.row{
overflow: hidden;
}

.halbe{
  width: 47%;
  margin-right: 6%;
  float: left;  
}

.drittel{
  width: 29.333333%;
  margin-right: 6%;
  float: left;  
}

.zweidrittel{
  width: 64.3333333%;
  margin-right: 6%;
  float: left;  
}

.halbe:last-child,
.drittel:last-child,
.zweidrittel:last-child{
  margin-right: 0;  
}


/* ///////////////////////////////////////////////////
Header + Nav
////////////////////////////////////////////////////*/

#logo{
  float: left;
}

.logo-1{
  visibility: hidden;
  float: none;
  margin-top: 25px;
  margin-left: 5px;
}

.main_h {
  position: fixed;
  top: 0;
  left: 0;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-bottom: 6px;
  background:#fff;
  border-bottom: 2px solid #a27c1c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*Pfeil*/
.sticky, .open-nav{
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #a27c1c;
}

/*mobilen Ansicht toggle.*/
.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/*Generieren und positionieren des Hambuer-Icons in der mobilen Ansicht*/
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 30px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #a27c1c;
  display: block;
}

/*Hauptnavigation*/
nav {
  float: right;
}

nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

nav ul li:first-child {
  margin: 0;
}

nav ul li a {
  padding: 10px 20px;
  display: inline-block;
  color: #a27c1c;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 0.8em;
}

.sticky nav ul li a {
  color: #a27c1c;
}

nav ul li.sprachen a {
  padding: 20px 2px;
}

nav ul li.sprachen a:first-child {
  margin-left: 150px;
}

nav ul li a:hover {
  font-weight: 700;
}

.sticky nav ul li a {
  color: #a27c1c;
}

/*Navigation Sprachen*/
nav#sprachen {
  float: right;
}

nav#sprachen ul {
  text-align: right;
  margin-top: 40px;
  margin-right: 15px;
}

nav#sprachen ul li {
  display: inline-block;
  margin-left: 5px;
  line-height: 1.5;
}

nav#sprachen ul li:first-child {
  margin: 0;
}

nav#sprachen ul li a {
  color: #a27c1c;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 0.7em;
}

nav#sprachen ul li a:hover {
  font-weight: 700;
}


/* ///////////////////////////////////////////////////
Sidebar-Navigation
////////////////////////////////////////////////////*/
.sidebar {
  list-style-type: none;
}

.sidebar li {
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  transition: all 600ms ease;
  z-index: 20;
  right: 0;
  width: 45px;
  height: 40px;
  border-radius: 10px 0px 0px 10px;
}

.sidebar li#inquiry {
  background-color: #a27c1c;
  top: 10%;
  right: 0; 
  font-size: 0.6em;
}

.sidebar li#inquiry-2 {
  background-color: #a27c1c;
  top: 16%;
  right: 0; 
  font-size: 0.6em;
}

.sidebar li#inquiry-3 {
  background-color: #a27c1c;
  top: 22%;
  right: 0; 
  font-size: 0.6em;
}

.sidebar li a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  font-family: 'Special Elite';
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 75px;
  padding-left: 75px;
}

.sidebar li a span.title_short {
  font-size: 1.4em;
  margin-left: -10px;
  margin-top: 3px;
}

.sidebar li:hover {width:220px}
.sidebar li a:hover {
  text-decoration: none;
  color: #fff;
}

.sidebar li a span.icon-sidebar {
  position: absolute;
  top: 28%;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  top: 30%;
  font-size: 2.3em;
}

.sidebar li#inquiry a span.icon-sidebar {
  top: 32%;
}

.sidebar li#inquiry-2 a span.icon-sidebar {
  top: 33%;
}

.sidebar li#inquiry-3 a span.icon-sidebar {
  top: 32%;
}

.sidebar li a span.title_short {
color: #fff !important;
position: fixed;
}


/* ///////////////////////////////////////////////////
Hero im Header
////////////////////////////////////////////////////*/
.hero {
  position: relative;
  background: url(../bilder/header-bild.jpg) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 95vh;
  letter-spacing: 2px;
  z-index: 1;
  border-bottom: 2px solid #a27c1c;
}

.hero h1 {
  margin: 0;
  position: absolute;
  top: 20%;
  left: 10%;
  right: 40%;
  transform: translate(5%, 5%); /*x-achse, y-achse*/
  z-index: 997;
}

.hero h1 span.sign {
  font-family: 'Special Elite';
  font-size: 3.5em;
  text-align: left;
  line-height: 1em;
  color: #000;
  display: block;
}

.hero h1 span.lautschrift {
  font-family: 'Special Elite';
  font-size: 1.5em;
  text-align: left;
  color: #000;
  line-height: 1.5em;
  display: block;
}

.hero h1 span.beschreibung {
  font-weight: 300;
  font-size: 0.5em;
  text-align: left;
  color: #000;
  line-height: 1.5em;
  display: block;
  z-index: 997;
}

.hero-anker{
  position: absolute;
  top: 70%;
  left: 40%;
  z-index: 3;
}
  
.hero-anker a span.unsere{
  display: block;
  font-weight: 300;
  font-size: 2.5em;
  padding: 0;
  margin: 0 0 0 -150px;
  color: #a27c1c;
}
  
.hero-anker a span.projecte{
  display: block;
  font-weight: 700;
  font-size: 2.5em;
  padding: 0;
  margin: 0;
  color: #a27c1c;
}

video.header{
  position: absolute;
  top: 55%;
  left: 55%;
  /*color: #000;*/
  width: auto;
}

video.image-video{
  width: 100%;
  height: auto;
}

/*iframe Videos */
.embed-container{
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
 }

.embed-container {
  padding-top: 75%;  /*4:3 Aspect Ratio*/ 
}

.embed-container {
  padding-top: 66.66%;  /*3:2 Aspect Ratio*/ 
}

.embed-container {
  padding-top: 62.5%;  /*8:5 Aspect Ratio*/ 
}

.embed-container {
  padding-top: 100%;  /*1:1 Aspect Ratio*/ 
}

.pfeil {
  width: 30px;
  height: 46px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform:translateX(-50%);
}

.pfeil span {
  display: block;
  font-size: 2em;
  color: #a27c1c;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

/* Die Animation Pfeils im Hero*/
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}


/* ///////////////////////////////////////////////////
Section service + Verticaler Text
////////////////////////////////////////////////////*/
#service {
  margin: 0 auto;
}

#service img,
#team img{
  border: none;
}

#service .zweidrittel.tiefgestellt {
  padding-top: 80px;
}

#service .halbe.hochgestellt {
 padding-top: 60px;
 padding-left: 147px;
}

/*vertikaler Text*/
.vertical-text h2{
	transform: rotate(-90deg);
  margin-top: 50px;
  font-family: 'Special Elite'; 
  color: #a27c1c;
  float: left;
  font-size: 2em;
}

#team .vertical-text h2{
  margin-left: 30px;
  margin-top: 25px;
}

#netzwerk .vertical-text h2{
  margin-left: 30px;
  margin-top: 65px;
}

.moveleft {  
  position: relative;  
  right: 170px;  
}


/* ///////////////////////////////////////////////////
Projekte / Slider
////////////////////////////////////////////////////*/
section#projekte {
  background: url(../bilder/header-bild.jpg) repeat center fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 50 0 0;
    border-bottom: 2px solid #a27c1c;
}

#carousel {
  position: relative;
  height: 600px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  margin-top: 230px;
}

#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}

#carousel div img {
  width: 500px;
  transition: width 1s;
}

#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}

#carousel div.hideLeft img {
  width: 200px;
}

#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

section#projekte .buttons {
  color: #fff;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  margin-top: -250px;
}

.buttons #prev,
.buttons #next{
  background-color: #a27b18;
  border-radius: 10px;
  border: none;
}

.buttons #prev{
  padding: 5px 31px 5px 31px;
}

.buttons #next{
  padding: 5px 15px 5px 15px;
}



/* ///////////////////////////////////////////////////
Section kunden
////////////////////////////////////////////////////*/
#kunden .drittel,
#netzwerk .drittel{
  margin-top: 20px;
  text-align: center;
}

#kunden .drittel .fullwidth,
#netzwerk .drittel .fullwidth{
  width: 30%;
  border: none;
}

#kunden .drittel .leica{
  filter: grayscale(1);
}

#kunden .drittel .leica:hover{
  filter: none;
}

#kunden .drittel .krefeld{
  margin-top: 30px;
  width: 45%;
  filter: grayscale(1);
}

#kunden .drittel .krefeld:hover{
  filter: none;
}

#kunden .drittel .vennekel{
  margin-top: 35px;
  width: 55%;
  filter: grayscale(1);
}

#kunden .drittel .vennekel:hover{
  filter: none;
}

#kunden .drittel .jrr{
  margin-top: -12px;
  width: 65%;
  filter: grayscale(1);
}

#kunden .drittel .jrr:hover{
  filter: none;
}

#kunden .drittel .jw{
  margin-top: 45px;
  width: 85%;
  filter: grayscale(1);
}

#kunden .drittel .jw:hover{
  filter: none;
}

#kunden .drittel .litina{
  margin-top: 60px;
  width: 85%;
  filter: grayscale(1);
}

#kunden .drittel .litina:hover{
  filter: none;
}

#kunden .drittel .nahi{
  width: 45%;
  filter: grayscale(1);
}

#kunden .drittel .nahi:hover{
  filter: none;
}

#kunden .drittel .xolu{
  width: 55%;
  margin-top: 35px;
  margin-left: 15px;
  filter: grayscale(1);
}

#kunden .drittel .xolu:hover{
  filter: none;
}

#kunden .drittel .draack{
  width: 65%;
  margin-top: 35px;
  margin-left: 15px;
  filter: grayscale(1);
}

#kunden .drittel .draack:hover{
  filter: none;
}




/* ///////////////////////////////////////////////////
section team
////////////////////////////////////////////////////*/
#team .team{
  margin-left: 147px;
  margin-top: 20px;
}

.img-wrapper {  
  width: 100%;
  overflow: hidden; 
}

#team .team .hahn{
  margin-top: 50px;
}

#team .team .nobis{
  margin-top: 50px;
}

#team .team .drittel.nobis .nobis{
  margin-top: 35px;
}

#team .team .hunde{
  margin-top: 50px;
}

#team .team img{
  transition: 0.3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  filter: grayscale(1);
}

#team .team img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: none;
  border: none;
}

#team .team .beschreibung{
  margin-top: 10px
}

#team .team span{
display: block;
text-align: center;
line-height: 1.5em;
}

#team .team span.name{
  font-family: 'Special Elite';
  color: #a27c1c;
  font-size: 1.4em;
  }

#team .team span.titel{
    line-height: 0.5em;
    font-size: 0.9em;
    color: rgba(0,0,0,0.6);
}  

#team .team span.position{
  line-height: 2.5em;
}  

#team .team span.positionm{
  margin-top: -5px;
}  

/* ///////////////////////////////////////////////////
Section netzwerk
////////////////////////////////////////////////////*/
#netzwerk .row {
  margin-bottom: 55px;
}

#netzwerk .drittel .manufaktur,
#netzwerk .drittel .illustratorin,
#netzwerk .drittel .druck{
  filter: grayscale(1);
}

#netzwerk .drittel img:hover{
  filter: none;
}

#netzwerk .drittel .manufaktur{
  margin-top: 0px;
  width: 70%;
}

#netzwerk .drittel .illustratorin{
  margin-top: 0px;
  width: 50%;
}

#netzwerk .drittel .druck{
  margin-top: 5px;
  width: 85%;
}


/*///////////////////////////////////////////////////////
Footer
///////////////////////////////////////////////////////*/

footer{
  background: rgb(175,124,10);
  font-size: 0.95em;
}

footer .footer-bild{
  margin-top: -80px;
  z-index: 15;
  width: 100%;
}

footer .innerbox {
  position: relative;
  overflow: hidden;
  background: rgb(175,124,10);
 }

footer .innerbox .schriftzug{
  width: 100px;
  float: left;   
}

ul#rechtiches{
  margin-top: 10px;
  text-align: center;
}

ul#rechtiches li{
  margin-right: 15px;
}

ul#socialmedia{
  float: right;
  margin-top: -20px;
}

ul#socialmedia li{
  margin-left: 15px;
  font-size: 1.5em;
}

footer ul li{
  display: inline;
}

footer ul li a{
  color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer ul li a:hover{
  color: rgba(255,255,255,0.5);
}

/*///////////////////////////////////////////////////////
scroll-to-top
///////////////////////////////////////////////////////*/
#scroll-to-top{
  background: rgba(222,194,124, 0.8);
  color: rgba(255,255,255,1);
  padding: 15px;
  position: fixed;
  right: 10px;
  bottom: 67px;
  display:none;/*scroll to top-button von anfang an verstecken*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#scroll-to-top:hover{
  background: rgba(175,124,10, 0.9);
}

#scroll-to-top i{
  font-size: 1.5em;
}


/* ///////////////////////////////////////////////////
Parallaxen
////////////////////////////////////////////////////*/

#parallax{
  text-align: center;
  padding: 100px 0;
  background: url(../bilder/header-bild.jpg) repeat center fixed;
  border-top: 2px solid #a27c1c;
  border-bottom: 2px solid #a27c1c;
}

#parallax h3{
  margin-left: 50px;
  text-align: left;
  padding: 0 15%;
  color: #a27c1c;
  font-size: 4.5em;
}

#parallax p{
  font-family: 'Special Elite';
  text-align: right;
  padding: 0 10%;
  color: #a27c1c;
  font-size: 4em;
  margin-right: 20px;
}



#parallax2{
  text-align: center;
  padding: 100px 0;
  background: url(../bilder/header-bild.jpg) repeat center fixed;
  border-top: 2px solid #a27c1c;
  border-bottom: 0px solid #a27c1c;
}

#parallax2 h3{
  margin-left: 50px;
  text-align: left;
  padding: 0 15%;
  color: #a27c1c;
  font-size: 4.5em;
}

#parallax2 p{
  font-family: 'Special Elite';
  text-align: right;
  padding: 0 10%;
  color: #a27c1c;
  font-size: 4em;
  margin-right: 20px;
}

/*
#parallax3{
  text-align: center;
  padding: 100px 0;
  background: url(../bilder/header-bild.jpg) repeat center fixed;
  border-top: 0px solid #a27c1c;
  border-bottom: 2px solid #a27c1c;
}

#parallax3 h3{
  margin-left: 50px;
  text-align: left;
  padding: 0 15%;
  color: #a27c1c;
  font-size: 4.5em;
}

#parallax3 p{
  font-family: 'Special Elite';
  text-align: right;
  padding: 0 10%;
  color: #a27c1c;
  font-size: 4em;
  margin-right: 20px;
}
*/


/* ///////////////////////////////////////////////////
Bilder
////////////////////////////////////////////////////*/

.fullwidth{
  width:100%;
  border: 1px solid #a27c1c;
}


/*//////////////////////////
Datenschutz
////////////////////////////*/

#datenschutz h1{
  margin-top: 150px;
  font-family: 'Special Elite';
  color: #a27c1c;
  font-size: 2.5em;
}

#datenschutz h2.anfang{
  margin-top: 30px;
}


#datenschutz h2{
  font-family: 'Special Elite';
  color: #a27c1c;
  font-size: 1.5em;
  margin-top: 85px;
}

section#datenschutz h3{
  margin-top: 35px;
  font-size: 1.2em;
  line-height: 0.5em;
  line-height: 1.5em;
}

section#datenschutz h4{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 18px;
  /*line-height: 1.6em;*/
}

section#datenschutz li {
  font-size: 0.9em;
  margin: 8px 0;
  line-height: 1.6em;
}

section#datenschutz a {
  color: #a27c1c;
}

section#datenschutz{
  margin-bottom: 50px;
}


/*//////////////////////////
Impressum
////////////////////////////*/
#impressum h1{
  margin-top: 150px;
  font-family: 'Special Elite';
  color: #a27c1c;
  font-size: 2.5em;
}

#impressum h2{
  font-size: 1.5em;
}

section#impressum h3{
  margin-top: 30px;
  font-size: 1.2em;
}

section#impressum{
  margin-bottom: 50px;
}

.bildnachweis li {
  font-size: 0.9em;
  margin: 8px 0;
  line-height: 1.1em;
}


.bildnachweis a{
  color: #000;
}

.bildnachweis a:hover{
  color: #a27b18;
}

/* ///////////////////////////////////////////////////
Breakpoints
////////////////////////////////////////////////////*/

/* CSS-Weichen/Breakpoint (max-width: 1100px /////////////////////////// */
@media only screen and (max-width: 1100px) {

  body{
    border: 0px solid rgb(255, 225, 0);
  }

  #parallax{
    padding: 80px 0;
  }

  #parallax h3{
    font-size: 4em;
  }

  #parallax p{
    text-align: right;
    font-size: 3.3em;
    margin-right: 10px;
  }

  #parallax2{
    padding: 80px 0;
  }

  #parallax2 h3{
    font-size: 4em;
  }

  #parallax2 p{
    text-align: right;
    font-size: 3.3em;
    margin-right: 10px;
  }

  .hero-anker{
    margin-top: 100px;
    margin-left: -30px;
  } 

} /*Ende Breakpoint 1100px*/


/* CSS-Weichen/Breakpoint (max-width: 1030px /////////////////////////// */
@media only screen and (max-width: 1030px) {

  body{
    border: 00px solid rgb(106, 0, 255);
  }

  #logo{
    padding-left: 2.5%;
  } 

  nav ul li {
    margin-left: 45px;
  }

  video.header{
    left: 65%;
  }

  .hero-anker{
    top: 71%;
    margin-left: 15px;
  }

      /* /////////////////////Team ////////////////////*/
      #team .team span.name{
        line-height: 1.1em;
        }
  
        #team .team span.titel{
        padding-top: 10px;
        }  
  
        #team .team span.position{
        padding-top: 12px;
        line-height: 1.3em;
        }  

} /*Ende Breakpoint 1030px*/


/* CSS-Weichen/Breakpoint (max-width: 900px /////////////////////////// */
@media only screen and (max-width: 900px) {

  body{
    border: 0px solid rgb(255, 225, 0);
  }

  .main_h {
    padding-top: 20px;
    overflow: hidden;
  }

  .innerbox-h{
    margin-top: -30px;
    padding: 0 1%;
  }

  .logo-1{
    visibility: visible;
    float: left;
  }

 .logo {  
   display: none;
  }

  nav {
    margin-top: 20px;
    width: 100%;
  }

  nav ul {
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }

  nav ul li {
    width: 100%;
    margin: 0;
  }

  nav li.sprachen a{
    font-size: 0.8em;
    margin-top: -5px;
    margin-right: 15px;
  }

  nav li.sprachen a:last-child{
    margin-right: 150px;
  }

  .mobile-toggle {
    display: block;
  }

  .hero h1 span.lautschrift {
    font-size: 1.2em;
  }

  h3,
  #team .zweidrittel h3{
    font-size: 2.2em;
  }

  video{
    top: 68%;
  }

  .hero-anker{
    top: 71%;
  }

  .vertical-text h2{
    margin-left: -10px;
  }

  #netzwerk .vertical-text h2{
    margin-left: -10px;
  }

  #parallax,
  #parallax2{
    padding: 70px 0;
  }
  
  #parallax h3,
  #parallax2 h3{
  font-size: 3.3em;
  }
  
  #parallax p,
  #parallax2 p{
    padding: 0 5%;
    font-size: 2.6em;
    margin-right: 10px;
  }

} /*Ende Breakpoint 900px*/


/* CSS-Weichen/Breakpoint (max-width: 866px /////////////////////////// */

@media only screen and (max-width: 866px) {

  body{
    border: 0px solid rgb(255, 55, 0);
  }

  h3,
  #team .zweidrittel h3{
    font-size: 2em;
  }

  .drittel{
    max-width: 100%;
    margin-right: 6%;
    float: left;  
  }

    /* ///////////// Sidebar Navigation ///////////////////*/

    .sidebar li#inquiry-3 a span.icon-sidebar {
      top: 32%;
    }
  
    .sidebar li a span.title_short {
      font-size: 1.4em;
      margin-left: -10px;
    }

    /* /////////////////////Team ////////////////////*/
      #team .team span.name{
      line-height: 1.1em;
      }

      #team .team span.titel{
      padding-top: 10px;
      }  

      #team .team span.position{
      padding-top: 12px;
      line-height: 1.3em;
      }  

} /*Ende Breakpoint 866px*/


/* CSS-Weichen/Breakpoint (max-width: 766px /////////////////////////// */

@media only screen and (max-width: 766px) {

  body{
    border: 0px solid rgb(0, 229, 255);
  }

  .hero-anker{
    top: 69%;
    left: 36%;
  }

  .hero h1 span.lautschrift {
    font-size: 1em;
  }

  video{
    top: 65%;
  }

    /* ///////////// Sidebar Navigation ///////////////////*/

    .sidebar li#inquiry-3 a span.icon-sidebar {
      top: 32%;
    }
  
    .sidebar li a span.title_short {
      font-size: 1.2em;
    }

  #service .zweidrittel{
    width: 50%;
    margin-right: 6%;
    float: left;  
  }

  #service .drittel{
    width: 44%;
  }

  #kunden .drittel .fullwidth,
  #netzwerk .drittel .fullwidth{
    width: 45%;
  }
   
  #kunden .drittel .krefeld{
    width: 55%;
  }

  #kunden .drittel .vennekel{
    margin-top: 35px;
    width: 60%;
  }
    
  #kunden .drittel .jrr{
    margin-top: -0px;
    width: 80%;
  }

  #kunden .drittel .jw{
    margin-top: 45px;
    width: 90%;
  }

  #kunden .drittel .litina{
    margin-top: 60px;
    width: 95%;
  }
  
  #kunden .drittel .nahi{
    width: 65%;
  }
  
  #kunden .drittel .xolu{
    width: 65%;
    margin-top: 15px;
    padding-top: 20px;
  }

  #kunden .drittel .draack{
    width: 75%;
    margin-top: 40px;
    margin-left: 15px;
  }

  #team .drittel{
    width: 80%;
  }

  #team .drittel.hahn{
    margin-top: 20px;
  }

  #team .drittel.nobis{
    margin-top: 30px;
  }

  #team .drittel.hunde{
    margin-top: 30px;
  }

  #netzwerk .drittel .manufaktur{
    margin-top: 0px;
    width: 90%;
  }
  
  #netzwerk .drittel .illustratorin{
    margin-left: -45px;
    width: 65%;
  }
  
  #netzwerk .drittel .druck{
    margin-left: -45px;
    width: 110%;
  }
} /*Ende Breakpoint 766px*/


/* CSS-Weichen/Breakpoint (max-width: 600px /////////////////////////// */

@media only screen and (max-width: 600px) {

  body{
    border: 0px solid rgb(0, 255, 64);
  }

  h3{
    font-size: 1.5em;
  }



  /* ///////////// Sidebar Navigation ///////////////////*/

  .sidebar li#inquiry-3 a span.icon-sidebar {
    top: 32%;
  }

  .sidebar li a span.title_short {
    font-size: 1.2em;
  }


  /* ///////////////////// HERO //////////////////// */
  /*unsere Projekte*/
  .hero-anker{
    top: 73%;
    left: 28%;
  }

    /*unsere Projekte Video*/
    video.header{
    top: 50%;
    left: 63%;
    }

  .hero h1 span.lautschrift {
    font-size: 0.8em;
  }

  .hero h1 span.beschreibung {
    margin-top: 15px;
  }

  #service {
    padding-left: 0;
    margin-right: 28px;
  }

  p {
    font-size: 1em;
    line-height: 1.5em;
  }

  #service .zweidrittel.tiefgestellt {
    padding-top: 0;
  }

  #service .drittel{
    padding-top: 30px;
  }

  #service .halbe.hochgestellt {
    padding-top: 30px;
    padding-left: 120px;
    margin-left: 12px;
    width: 100%;
  }

  #service .halbe{
    padding-top: 30px;
    width: 100%;
    padding-left: 126px;
  }

  #service .zweidrittel,
  #service .drittel{
    width: 100%;
  }

  .vertical-text h2{
    padding-left: 12px;
  }

  #parallax,
  #parallax2{
    padding: 35px 0;
  }

  #parallax h3,
  #parallax2 h3{
    margin-left: 50px;
    text-align: left;
    padding: 0 5%;
    font-size: 1.8em;
  }

  #parallax p,
  #parallax2 p{
    text-align: riht;
    padding: 0 5%;
    font-size: 1.6em;
    margin-right: 0px;
    margin-left: 50px;
    margin-top: -5px;
  }

  /* KUNDEN*/    

  #kunden h3{
    padding-right: 50px;
  }

  #kunden .drittel {
    margin-top: 20px;
    width: 30%;
    text-align: center;
  }

  #kunden .drittel .fullwidth {
    width: 100%;
    border: none;
  }

  #kunden .drittel .leica{
    margin-top: 10px;
    margin-left: 20px;
    width: 80%;
    filter: none;
  }

  #kunden .drittel .leica:hover{
    display: none;
  }

  #kunden .drittel .krefeld{
    margin-left: 10px;
    width: 100%;
    filter: none;
  }

  #kunden .drittel .krefeld:hover{
    display: none;
  }

  #kunden .drittel .vennekel{
    margin-top: 35px;
    width: 110%;
    filter: none;
  }

  #kunden .drittel .vennekel:hover{
    display: none;
  }

  #kunden .drittel .nahi{
    display: none;
    /*margin-top: 45px;
    margin-left: -220px;
    width: 110%;
    filter: none;*/
  }

  #kunden .drittel .nahi:hover{
    display: none;
  }

  #kunden .drittel .jrr{
    margin-left: 55px;
    margin-top: 5px;
    width: 140%;
    filter: none;
  }

  #kunden .drittel .jrr:hover{
    display: none;
  }

  #kunden .drittel .jw{
    margin-left: 20px;
    margin-top: 55px;
    width: 160%;
    filter: none;
  }

  #kunden .drittel .jw:hover{
    display: none;
  }

  #kunden .drittel .litina{
    margin-left: 25px;
    margin-top: 85px;
    width: 170%;
    filter: none;
  }

  #kunden .drittel .litina:hover{
    display: none;
  }

  #kunden .drittel .xolu{
    display: none;
    /*float: right;
    margin-top: -130px;
   margin-right: -95px;
    width: 130%;
    filter: none;*/
  }

  #kunden .drittel .xolu:hover{
    display: none;
  }

  #kunden .drittel .draack{
    display: none;
    /*width: 134%;
    margin-top: 5px;  
    margin-left: -50px;
    filter: none;*/
  }
  
  #kunden .drittel .draack:hover{
    filter: none;
  }

  #team .team img:hover{
  display: none;
  }

  #netzwerk .drittel{
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  #netzwerk .drittel .fullwidth {
    margin: 0;
    width: 45%;
  }

  #netzwerk .drittel .fullwidth.manufaktur {
    float: left;
    margin-top: 15px;
  }  

  #netzwerk .drittel .fullwidth.illustratorin {
    float: right;
    width: 35%;
    margin-top: -140px;
  }

  #netzwerk .drittel .fullwidth.druck {
    width: 55%;
    margin-top: -25px;
  }

  #netzwerk .drittel img:hover{
    display: none;
  }

  /*////////////////////////// Footer //////////////////////////*/

  footer .footer-bild{
    margin-left: -245px;
    width: 200%;
  }

} /*Ende Breakpoint 620px*/


/* CSS-Weichen/Breakpoint (max-width: 570px /////////////////////////// */

@media only screen and (max-width: 570px) {

  body{
    border: 0px solid rgb(255, 191, 0);
  }

  .hero{
    height: 100vh;
  }

  .hero h1 {
    margin: -25px;
  }

  .hero-anker{
    top: 75%;
    left: 23%;
  }

  video.header{
    top: 71%;
    left: 49%;
    }
    
  #netzwerk .drittel{
    width: 100%;
  }
      
  #netzwerk .drittel .fullwidth {
    width: 60%;
  }
      
  #netzwerk .drittel .fullwidth.manufaktur {
    float: none;
    margin-bottom: 10px;
  }        
      
  #netzwerk .drittel .fullwidth.illustratorin {
    float: none;
    margin-top: 0px;
    margin-bottom: 10px;
  }
    
  #netzwerk .drittel .fullwidth.druck {
    margin-top: 0px;
    width: 80%;
  }  

    #kunden .drittel .nahi{
      margin-top: 0px;
      margin-left: -153px;
      width: 120%;
    }

    #kunden .drittel .xolu{
      margin-top: -100px;
      margin-right: -65px;
    }

    #kunden .drittel .draack{
      width: 160%;
      margin-left: -80px;
    }  

  
} /*Ende Breakpoint 570px*/


/* CSS-Weichen/Breakpoint (max-width: 500px /////////////////////////// */

@media only screen and (max-width: 500px) {

  body{
    border: 0px solid rgb(85, 0, 255);
  }

  .hero h1 {
    margin: -30px;
  }

  .hero-anker{
    left: 18%;
  }

  video.header{
    top: 70%;
    left: 43%;
  }

  #kunden .drittel .jw{
    margin-top: 50px;
    margin-left: 15px;
  }

  #kunden .drittel .litina{
    margin-top: 60px;
    margin-left: 0x;
  }

  #kunden .drittel .nahi{
    margin-left: -140px;
    width: 120%;
  }

  #kunden .drittel .xolu{
    margin-top: -95px;
  }

  #kunden .drittel .draack{
    width: 160%;
    margin-left: -65px;
  }  

} /*Ende Breakpoint 500px*/


/* CSS-Weichen/Breakpoint (max-width: 480px /////////////////////////// */

@media only screen and (max-width: 480px) {

  body{
    border: 0px solid rgb(255, 0, 123);
  }

  p {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .vertical-text h2{
    margin-left: -30px;
  }  
  
  #team .vertical-text h2{
    margin-left: -10px;
  }

  #netzwerk .vertical-text h2{
    margin-left: -45px;
    margin-top: 65px;
  }




  #service .zweidrittel.tiefgestellt {
    padding-left: 0px;
  }

  #service .row .drittel{
    width: 100%;
    margin-right: 6%;
    float: left;  
  }

  #service .halbe.hochgestellt {
    padding-left: 100px;
   }


  
  .hero {
    height: 80vh;
  }

  .hero h1 {
    margin: -38px;
  }

  .hero h1 span.lautschrift {
    font-size: 0.75em;
  }
  
  .hero h1 span.beschreibung {
    font-size: 0.5em;
  }
  
  .hero-anker{
    display: none;
  }
    
  .hero-anker a span.unsere{
    display: none;
  }
    
  .hero-anker a span.projecte{
    display: none;
  }
  
  video.header{
    display: none;
  }

  /* ////////////// service ///////////////// */

  #service img,
  #team img{
  width: 100%;
  border: none;
  }
  
  #service p.subline{
    padding-top: 15px;
    line-height: 1.2em;
  }   

  #service .row{
    margin-top: -5px;
  } 

  #team .zweidrittel{
    margin-left: -40px;
  }


  #parallax h3,
  #parallax2 h3{
    text-align: center;
    margin-left: 0px;
    font-size: 1.6em;
  }

  #parallax p,
  #parallax2 p{
    text-align: center;
  line-height: 1.0em;
    font-size: 1.4em;
    margin-top: 10px;
  } 


  #kunden .drittel .nahi{
width: 60%;
margin-left: 25px;
margin-top: 10px;
  }

  #kunden .drittel .xolu{
    width: 60%;
    margin-right: 25px;
    margin-top: 10px;
  }

  #kunden .drittel .draack{
    width: 70%;
    margin-left: 50px;
    margin-top: 45px;
  }  
  

  /* team */

  #team .team{
    margin-left: 103px;
  }

  #team .zweidrittel h3{
    font-size: 1.5em;
    margin-left: 63px;
  }


  /* Footer */

  footer{
    margin-top: -90px;
    background: rgb(175,124,10);
    font-size: 0.8em;
  }
  
  footer .footer-bild{
  display: none;
  }
  
  ul#socialmedia,
  ul#rechtliches{
display: none;
  }
  
} /*Ende Breakpoint 480px*/


/* CSS-Weichen/Breakpoint (max-width: 414px /////////////////////////// */

@media only screen and (max-width: 414px) {

  body{
    border: 0px solid rgb(255, 225, 0);
  }

  p {
    font-size: 0.8em;
    line-height: 1.5em;
  }

  ul.auflistung{
    font-size: 0.8em;
    line-height: 1.5em;
  }

  .hero h1 {
    margin: -10px;
  }
  
  .hero h1 span.sign {
    font-size: 2em;
  }
  
  .hero h1 span.lautschrift {
    font-size: 0.5em;
  }
  
  .hero h1 span.beschreibung {
    font-size: 0.4em;
  }

  .hero-anker{
    top: 80%;
    left: 20%;
  }

  .hero-anker a span.unsere {
    font-size: 2em;
  }
  
  .hero-anker a span.projecte {
    font-size: 2em;
  }

  video.header {
    top: 65%;
    left: 33%;
  }

  #kunden .drittel {
    width: 90%;
  }

  #kunden .drittel .leica {
    margin-top: 10px;
    margin-left: 0px;
    width: 45%;
  }

  #kunden .drittel .krefeld {
    width: 70%;
  }

  #kunden .drittel .vennekel {
    width: 80%;
  }

  #kunden .drittel .jrr {
    width: 75%;
  }
  
  #kunden .drittel .jw {
    margin-left: 5px;
    margin-top: 30px;
    width: 88%;
  }

  #kunden .drittel .litina {
    margin-top: 25px;
    width: 95%;
  }

  #netzwerk .drittel .manufaktur,
  #netzwerk .drittel .illustratorin,
  #netzwerk .drittel .druck{
    filter: none;
  }

  ul#rechtiches {
    margin-top: 5px;
    text-align: left;
  }

  ul#rechtiches li {
    font-size: 0.8em;
  }
    
  ul#rechtiches li {
    margin-right: 5px;
  }
    
  ul#socialmedia {
    margin-top: -23px;
  }
    
  ul#socialmedia li {
    margin-left: 10px;
  }

  footer .innerbox .schriftzug {
    margin-right: 23px;
  }

  footer ul li a:hover {
  display: none;
  }
} /*Ende Breakpoint 414px*/


/* CSS-Weichen/Breakpoint (max-width: 375px /////////////////////////// */

@media only screen and (max-width: 375px) {

  body{
    border: 0px solid rgb(0, 255, 64);
  }

  .sidebar li#inquiry-2 {
    background-color: #a27c1c;
    top: 18%;
    right: 0; 
    font-size: 0.6em;
  }
  
  .sidebar li#inquiry-3 {
    background-color: #a27c1c;
    top: 26%;
    right: 0; 
    font-size: 0.6em;
  }

} /*Ende Breakpoint 375px*/


/* CSS-Weichen/Breakpoint (max-width: 320px /////////////////////////// */

@media only screen and (max-width: 320px) {

  body{
    border: 0px solid rgb(255, 225, 0);
  }

  .hero h1 {
    margin: -10px;
  }
  
  .hero h1 span.sign {
    font-size: 1.8em;
  }
  
  .hero h1 span.lautschrift {
    font-size: 0.4em;
  }
  
  .hero h1 span.beschreibung {
    font-size: 0.3em;
  }

  .hero-anker a span.unsere {
    margin: 0 0 0 -100px;
    font-size: 1.5em;
  }
  
  .hero-anker a span.projecte {
    font-size: 1.5em;
  }

  video.header {
    top: 65%;
  }

  .hero-anker {
    top: 76%;
  }


} /*Ende Breakpoint 320px*/


/*///////////////////////////////////////////////////////
FONT
///////////////////////////////////////////////////////*/

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }

  /* special-elite-regular - latin */
@font-face {
    font-family: 'Special Elite';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/special-elite-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/special-elite-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/special-elite-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/special-elite-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/special-elite-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/special-elite-v11-latin-regular.svg#SpecialElite') format('svg'); /* Legacy iOS */
  }
  
