/* --------------------------------  Parallax  -------------------------------- */
@media (max-width: 449px) {
    .parallax {
        height: 230px;
        width: 100hv;
        background-size: cover;
    }
}
@media (min-width: 450px) {
    .parallax {
        height: 420px;
        width: 100hv;
        background-size: cover;
    }
}
@media (min-width: 800px) {
    .parallax {
        height: 500px;
        width: 100hv;
        background-size: cover;
    }
}
@media (min-width: 1200px) and (max-height: 799px) {
    .parallax {
        height: 550px;
        width: 100hv;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}
@media (min-width: 1200px) and (min-height: 800px) {
    .parallax {
        height: 660px;
        width: 100hv;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

/* --------------------------------  Basics  --------------------------------*/
html,
body {
    height: 100%;
    background-color: #2f2f2f;
}


.header-image{
  background: none !important;
  margin-left: 2%;
  margin-top: 1em;
}

.header-image img{
  width: 30%;

}

/* --------------------------------  Navigation  --------------------------------*/

.menu-list-container_back {
  width: 100%;
  height: 100%;
  overflow: hidden; 
  z-index: 9999; 
  /*background: rgba(224, 199, 199, 0.8);*/
  background: rgb(224, 199, 199);
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-in-out;
  -moz-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out;


}
.menu-list-container_back.active {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;

}

nav .menu-list-container.active {
      opacity: 1;
   -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
   
}

#nav-menu {
  color: #333;
  position: fixed;
  top: 0;
  width: 30%;
  height: 100%;
  right:  0;
  z-index: 1000;
  overflow: hidden;
  visibility: hidden;
 
}

#nav-menu.active {
  visibility: visible;

}

nav .menu-icon-container {
  position: fixed;
  top: 20px;
  right: 2%;
  z-index: 9999;
  visibility: visible;

}
nav .menu-list-container {
 position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .menu-list-container li {
 font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  margin-left: 0.6em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  list-style-type: none;
}

.menu-link {  
  color: #000;

} 

.menu-link:hover {
    color: #000;
    text-decoration: underline;
}

.menu-list-image{
  cursor: pointer;
  position: fixed;
  bottom: 2em;
  margin-left: 2%;
  
}

.menu-list-image img{
  width: 90%;
  cursor: pointer;


}

.menu-list-title{
  position: fixed;
  top: 5em;
  margin-left: 2%;
  font-family: 'PT Sans', sans-serif;    
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
}


.menu-icon {
  display: block;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}
.menu-icon span {
  display: block;
  width: 22px;
  height: 4px;
  background: #333333;
  margin-bottom: 2px;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-box-shadow: 0 0 1px #fff;
   -webkit-box-shadow: 0 0 1px #fff;
   box-shadow: 0 0 1px #fff;
}
.menu-icon span.bar1 {
  margin-top: 2px;
}
.menu-icon:hover span {
  margin-bottom: 4px;
}
.menu-icon:hover span.bar1 {
  margin-top: 0px;
}
.menu-icon.active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-icon.active:hover span {
  margin-top: 2px;
  margin-bottom: 2px;
}
.menu-icon.active .bar1 {
  -webkit-transform: rotate(0deg) translateY(6px);
  -moz-transform: rotate(0deg) translateY(6px);
  -ms-transform: rotate(0deg) translateY(6px);
  -o-transform: rotate(0deg) translateY(6px);
  transform: rotate(0deg) translateY(6px);
}
.menu-icon.active .bar2 {
  opacity: 0;
}
.menu-icon.active .bar3 {
  -webkit-transform: rotate(-90deg) translateX(5px);
  -moz-transform: rotate(-90deg) translateX(5px);
  -ms-transform: rotate(-90deg) translateX(5px);
  -o-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
}


/* --------------------------------  Projects  --------------------------------*/
.white-background {
    background: #f7f7f7;
}
.grey-background {
    background: #3c3c3c;
}

.project-text-container {
    padding-top: 3.6rem;
    font-weight: 300;
    text-align: left;
}
.project-textstyle-ger {
    color: #000000;
}
.project-textstyle-eng {
    color: #4e4e4e;
}
.project-title {
    font-family: 'PT Sans', sans-serif;    
    font-weight: 700;
    letter-spacing: 0.3rem;
    font-size: 2.6rem;
    line-height: 1;
    color: #FD5F00;

}
.project-text-ger {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.428.;
}

.project-text-eng {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.428.;
    color: #FD5F00;

}

blockquote {
  /*background: #f9f9f9;*/
  border-left: 0px solid #ccc;
  margin: 1.0em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.428.;

}

.project-author {
    font-family: 'PT Serif', serif;

    padding-top: 0.3rem;
    padding-bottom: 4rem;
    font-size: 1.3rem;
    line-height: 1.428;
    font-weight: 400;

}

.project-text-spacer-one-line {
    height: 1.7rem;
}
.project-text-spacer-bottom {
    height: 8rem;
}
@media (max-width: 767px) {
    .project-picture-container {
        padding-bottom: 5rem;
        align-content: center;
        align-self: center;
    }
}
@media (min-width: 768px) {
    .project-picture-container {
        padding-bottom: 6rem;
        align-content: center;
        align-self: center;
    }
}
.project-picture-spacing {
    padding-bottom: 15px;;
}
.project-picture-same-height {
    height: 40rem;
    background-size: cover;
}


.project-text-eng-intro {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top:6px;
    padding-left:40px;
    color: #FD5F00;
}

.khb-link{
  color: #FD5F00;

}
.khb-link:hover{
  color: #fff;
}

.projekt-link{
  color: #FD5F00;
  text-decoration: underline;
  font-style: italic;
}

.projekt-link:hover{
  color: #000;
}


.black-link{
  color: #000;
  text-decoration: underline;
  font-style: italic;
}

.black-link:hover{
  color: #FD5F00;
}



.logo{
  display: inline;
  width: 20%;
  margin-right: 2em;
}


/* --------------------------------  responsive video --------------------------------*/
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 66.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/* --------------------------------  Container  --------------------------------*/
@media (max-width: 449px) {
    .container-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 450px) {
    .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* --------------------------------  footer  --------------------------------*/

.footer-main-container {
    display: inline-flex;
}

.footer-box{
  padding: 1.5em;

}
.footer-text {
    color: #fff;
}
.footer-image {
  width: 55%;
  height: auto;
  cursor: pointer;
  display: block;
  margin-left: 0%;
  margin-right: auto;
}

/* --------------------------------  Datenschutzerklärung  --------------------------------*/

span.noSpam{
display: none;

}

span.ds_subhead{
    font-weight: bold;
    font-size: 1.4em;
}
