*{
  box-sizing: border-box;
}

/* --------------- MOBILE LAYOUT --------------- */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  margin: 0;
  background-color: #d7d9c1;
  overflow-x: hidden;
  width: 100%;
}


/* ################# Content HOME #################### */


#about:target::before {
  content: "";
  display: block;
  height: 40px;
  margin: -70px 0 0; 
}

.startImg {
  width:100%; 
  height:100%;
  left: 0;
  top: 0;
}

.startImg img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.headerImageWide {
  display: none;
}

nav {
  position: relative;
  font-weight: 100;
  z-index: 10000;
  top: 0;
  width: 100%;
  
}

nav ul {
  list-style-type: none;
  margin-right: 2%;
  float: right;
}

li {
  margin-bottom: -6px;
  padding: 0;
  text-align: right;

}

li a {
  color: #e3e6d1;
  font-size: 0.9rem;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

.lenaDiv {
  position: relative;
  color: #e3e6d1;
  top: 27rem;
  left: 3rem;
}

#startImg p,h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  font-weight: 100;
  font-size: 18.5px;
}

#startImg h2 {
  font-size: 25px;
}

.countryFlags {
  text-align: right;
  padding-right: 2%;
  top: 3rem !important;
}

.countryFlags img{
  position: relative;
  z-index: 10000;
  top: 0;
  width: 1rem;
  height: 1rem;
  font-size: 1px;
}

/* ################# Content ABOUT #################### */

/* #content {
  visibility: hidden;
  position: relative;  
  background-image: url("/public/img/kopf.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: -15% 95%;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
} */

#content {
  visibility: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("/public/img/kopf.jpg") no-repeat center center;
  background-position: -15% 95%;
}

#about img {
  position: relative;
  max-width: 45%;
  max-height: 60%;
  margin-top: -1rem;
  margin-left: 0.3rem;
  float: left;
  z-index: 1;
}

.align-right {
  max-width: 50%;
  margin-top: 40px;
  color: #d63220;
  text-align: left; 
  font-weight: 500;
  font-size: 0.7rem;
  margin-right: 0;
  margin-left: auto;
  line-height: 0.8rem;
}

#about h1 {
  position: relative;
  text-align: center;
  margin-left: 18px;
  color: #d83926;
  font-size: 3.5rem;
  margin-bottom: -2.7rem;
  z-index: 2;
  font-weight: 300;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.mt-6 {
  margin-top: 3.5rem;
}

.mb-10 {
  margin-bottom: 30vh;
}
.pb-6 {
  padding-bottom: 12vh;
}

/* ################# Content WORK #################### */
/* // Use Bootstrap breakpoints for consistency.
$bootstrap-sm: 576px;
$bootstrap-md: 768px;
$bootstrap-lg: 992px;
$bootstrap-xl: 1200px;

// Crop thumbnail images. */


.carousel-item img {
    height: 100vw;
    object-fit: cover;
}

#imageModal {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, 20%);
  height: 100vh;
  width: 98vw;
}

.modal-backdrop {
  height: 100%;
}

.carousel-item p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000000;
}

.modal-body, .modal-dialog, .modal-content {
  background-color: black !important;
}





#work h1 {
  position: relative;
  text-align: center;
  margin-left: 18px;
  color: #d83926;
  font-size: 3.5rem;
  margin-bottom: -2.1rem;
  z-index: 3;
  font-weight: 300;
}

#work h2 {
  position: relative;
  text-align: left;
  margin-left: 0.8rem;
  color: #d83926;
  font-size: 3rem;
  z-index: 3;
  font-weight: 300;
}

#work h3 {
  position: relative;
  text-align: end;
  margin-bottom: 0.3rem;
  color: #d83926;
  font-size: 0.8rem;
  font-weight: 400;
  margin-right: 0.8rem;
}

.imgContainer, .imgContainer-m {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 0.8rem;
  margin-bottom: 1rem;
  width: 50%;
  animation: slide 1s ease 0s 1 alternate none;
}

.imgContainer-s {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
  width: 40%;
  animation: slide 1s ease 0s 1 alternate none;
}

.imgContainer-xs {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
  width: 40%;
  top: -3.5rem;
  animation: slide 1s ease 0s 1 alternate none;
}

.imgContainer-stretch {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 0.8rem;
  width: 58%;
  top: -5rem;
  left: 45%;
  animation: slide 1s ease 0s 1 alternate none;
}

.imgContainer-sub {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 0.8rem;
  margin-bottom: 0.5rem;
  width: 45%;
  height: 28vh;
  animation: slide 1s ease 0s 1 alternate none;
  overflow: hidden;
}

.imgContainer-sub-no-header {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 0.8rem;
  margin-bottom: 0.5rem;
  width: 45%;
  height: 30vh;
  animation: slide 1s ease 0s 1 alternate none;
  overflow: hidden;
}

@keyframes slide {
  from {max-height: 0;}
  to {max-height: 40vh;}
}

.imgContainer img{
  width: 100%;
  content: url("/public/img/sfx_main_small.jpg");
}
.imgContainer-m img{
  width: 100%;
  content: url("/public/img/wig_main_small.png");
}
.imgContainer-s img{
  width: 100%;
  content: url("/public/img/theater_main_small.jpg");
} 
.imgContainer-xs img {
  width: 100%;
  content: url("/public/img/masks_main_small.jpg");
}
.imgContainer-stretch img {
  width: 100%;
  content: url("/public/img/diverse_main_small.jpg");
}

.imgContainer-sub img {
  width: 100%;
  height: 100%;
}
.imgContainer-sub-no-header img {
  width: 100%;
  height: 100%;
}

.imgContainer-sub .imgSmallMobile {
  display: inline-block;
}

.imgContainer-sub .imgBigMobile {
  display: none;
}
.imgContainer-sub-no-header .imgSmallMobile {
  display: inline-block;
}

.imgContainer-sub-no-header .imgBigMobile {
  display: none;
}

.imageLayerTransparent {
  position: absolute;
  display: none;
  font-weight: 400;
  color: #d63220;
  background-color: rgba(239,239,221, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50%;
  line-height: 1rem;
  left: 0;
  bottom: 0;
  animation: slide 1s ease 0s 1 alternate none;
}

.imageLayerRed {
  position: absolute;
  display: none;
  font-weight: 400;
  color: #e3e6d1;
  background-color: rgba(216,44,8, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50%;
  line-height: 1rem;
  left: 0;
  bottom: 0;
  animation: slide 1s ease 0s 1 alternate none;
}

.imageLayerLightRed {
  position: absolute;
  display: none;
  font-weight: 400;
  color: #e3e6d1;
  background-color: rgba(238,93,72,0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50%;
  line-height: 1rem;
  left: 0;
  bottom: 0;
  animation: slide 1s ease 0s 1 alternate none;
}

.imageLayerTransparentZauberberg {
  position: absolute;
  display: none;
  font-weight: 400;
  color: #d63220;
  background-color: rgba(239,239,221, 0.8);
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-left: 5%;
  line-height: 1rem;
  left: 0;
  bottom: 0;
  animation: slide 1s ease 0s 1 alternate none;
}

.imageLayerRedZauberberg {
  position: absolute;
  display: none;
  font-weight: 400;
  color: #e3e6d1;
  background-color: rgba(216,44,8, 0.7);
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-left: 5%;
  line-height: 1rem;
  left: 0;
  bottom: 0;
  animation: slide 1s ease 0s 1 alternate none;
}

.imageLayerLightRedZauberberg {
  position: absolute;
  display: none;
  font-weight: 400;
  color: #e3e6d1;
  background-color: rgba(238,93,72,0.7);
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-left: 5%;
  line-height: 1rem;
  left: 0;
  bottom: 0;
  animation: slide 1s ease 0s 1 alternate none;
}


.imageLayerTransparentZauberbergActive {
  position: absolute;
  display: block;
  font-weight: 400;
  color: #d63220;
  width: 100%;
  height: 100%;
  padding-top: 70%;
  padding-left: 5%;
  line-height: 1rem;
  font-size: 0.9rem;
  left: 0;
  bottom: 0;
}

.bottomLeftFull {
  position: absolute;
  font-size: 1.1rem;
  font-weight: 400;
  color: #d63220;
  background-color: rgba(184, 185, 184, 0.7);
  width: 100%;
  padding-left: 2%;
  bottom: 0%;
}

.bottomLeftHalf {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  color: #d63220;
  background-color: rgba(184, 185, 184, 0.7);
  width: 50%;
  padding-left: 2%;
  bottom: 0%;
}

.bottomLeftSub {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 400;
  color: #d63220;
  background-color: rgba(246, 249, 246, 0.9);
  width: 100%;
  padding-left: 2%;
  bottom: 0%;
}

.topRightFolder {
  position: absolute;
  max-width: 1rem;
  max-height: 1rem;
  top: 2%;
  right: 10%;
}

.centerHeader {
  position: absolute;
  font-weight: 300;
  font-size: 1.7rem;
  color: #d63220;
  width: 80%;
  left: 10%;
  bottom: 55%;
}

.centerHeaderMultiline {
  position: absolute;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #d63220;
  width: 80%;
  left: 10%;
  bottom: 25%;
}

.centerHeaderSmall {
  position: absolute;
  font-weight: 300;
  font-size: 1.2rem;
  color: #d63220;
  width: 80%;
  left: 10%;
  bottom: 55%;
}

.redLayer {
  overflow: hidden;
  background: rgba(219, 14, 14, 0.8);
}

.transparentLayer {
  overflow: hidden;
  opacity: 0.7;
}

#theaterMain {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
}

#wigsMain {
  font-size: 1rem;
  line-height: 1.2rem;
  width: 42%;
}

#masksMain {
  font-size: 1rem;
  line-height: 1.2rem;
  width: calc(100% - 0.5rem);
}




/* ################################ Content CONTACT ################################## */

 #contact h1 {
  position: relative;
  text-align: center;
  color: #d83926;
  font-size: 3.5rem;
  z-index: 3;
  font-weight: 300;
} 

.contactBtn {
  display: block;
  font-size: 1.5rem;
  color: #d63220;
  border: 2px solid #a3a4a3;
  font-weight: 300;
  padding: 0.7rem;
  text-align: center;
}




footer p{
  color: #d63220;
  font-weight: 400;
  width: 60vw;
  margin-left: 40vw;
  padding-left: 1rem;
  border-bottom: 2px solid #d63220;

}

footer .row {
  color: #feffe9;
  font-size: 0.75rem;
  line-height: 0.8rem;
  font-weight: 300;
}

.row div {
  padding-left: 0.5rem;
}

/* footer hr {
  border-color: #d63220;
  margin-top: 0px;
  width: calc(50% - 5rem);
} */


/* ################################ Slider References ################################## */

#reference-slider {
  text-align: justify;
  text-justify: inter-word;
}



/* ------------------- Phone BIG LAYOUT ------------- */

@media only screen and (min-height: 745px) {

  #about:target::before {
    content: "";
    display: block;
    height: 190px;
    margin: -220px 0 0; 
  }

  #startImg div {
    position: relative;
    color: #e3e6d1;
    top: 35rem;
    left: 3rem;
  }

  .imgContainer img{
    width: 100%;
    content: url("/public/img/sfx_main.jpg");
  }
  .imgContainer-m img{
    width: 100%;
    content: url("/public/img/wig_main.png");
  }
  .imgContainer-s img{
    width: 100%;
    content: url("/public/img/theater_main.jpg");
  } 
  .imgContainer-xs img {
    width: 100%;
    content: url("/public/img/masks_main.jpg");
  }
  .imgContainer-stretch img {
    width: 100%;
    content: url("/public/img/diverse_main.jpg");
  }

  .imgContainer-sub .imgSmallMobile {
    display: none;
  }
  
  .imgContainer-sub .imgBigMobile {
    display: block;
  }

  .imgContainer-sub-no-header .imgSmallMobile {
    display: none;
  }
  
  .imgContainer-sub-no-header .imgBigMobile {
    display: inline-block;
  }

  .imageLayerTransparentZauberberg {
    position: absolute;
    display: none;
    font-weight: 400;
    color: #d63220;
    background-color: rgba(239,239,221, 0.8);
    width: 100%;
    height: 100%;
    padding-top: 60%;
    padding-left: 5%;
    line-height: 1rem;
    left: 0;
    bottom: 0;
    animation: slide 1s ease 0s 1 alternate none;
  }
  
  .imageLayerRedZauberberg {
    position: absolute;
    display: none;
    font-weight: 400;
    color: #e3e6d1;
    background-color: rgba(216,44,8, 0.7);
    width: 100%;
    height: 100%;
    padding-top: 60%;
    padding-left: 5%;
    line-height: 1rem;
    left: 0;
    bottom: 0;
    animation: slide 1s ease 0s 1 alternate none;
  }
  
  .imageLayerLightRedZauberberg {
    position: absolute;
    display: none;
    font-weight: 400;
    color: #e3e6d1;
    background-color: rgba(238,93,72,0.7);
    width: 100%;
    height: 100%;
    padding-top: 60%;
    padding-left: 5%;
    line-height: 1rem;
    left: 0;
    bottom: 0;
    animation: slide 1s ease 0s 1 alternate none;
  }
  
  
  .imageLayerTransparentZauberbergActive {
    position: absolute;
    display: block;
    font-weight: 400;
    color: #d63220;
    width: 100%;
    height: 100%;
    padding-top: 80%;
    padding-left: 5%;
    line-height: 1rem;
    font-size: 0.9rem;
    left: 0;
    bottom: 0;
  }
  
}

/* Show modal over everything else */
.modal{ z-index: 10000000;}



/* ------------------- DESKTOP LAYOUT ------------- */

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


  #work, #about, hr, #reference-slider{
    display: none;
  }

  .headerImageWide {
    position: absolute;
    display: block;
  }
  .headerImage {
    display: none;
  }

  nav ul {
    list-style-type: none;
    margin-right: 4%;
    float: right;
  }
  
  li {
    margin-bottom: -6px;
    padding: 0;
    text-align: right;
  }
  
  li a {
    color: #e3e6d1;
  }
  
  a:hover, a:visited, a:link, a:active{
      text-decoration: none;
  }
  
  .lenaDiv {
    position: relative;
    color: #e3e6d1;
    top: 50vh;
    left: 3rem;
  }
  
  #startImg p,h2 {
    padding: 0;
    font-weight: 100;
    margin-left: 15vw;
  }
  
  
  .countryFlags {
    text-align: right;
    padding-right: 4%;
  }
  
  .countryFlags img{
    position: relative;
    z-index: 10000;
    top: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1px;
  }


  #contact h1 {
    position: relative;
    text-align: center;
    color: #d83926;
    z-index: 3;
    font-weight: 300;
    margin-bottom: 1rem;
  } 
  
  .contactBtn {
    color: #d63220;
    border: 2px solid #a3a4a3;
    font-weight: 300;
    padding: 1rem;
    margin: 0.5rem;
    width: 50vw;
    margin-left: 25vw;
  }

  .contactBtn:hover{
    background-color: #e1e3e1;
    opacity: 0.5;
  }
  

  footer p{
    color: #d63220;
    font-weight: 400;
    border-bottom: 2px solid #d63220;
  }
  
  footer .row {
    color: #feffe9;
    font-weight: 300;
  }

  .mb-10 {
    margin-bottom: 20vh;
  }
  
  .row div {
    padding-left: 5rem;
  }
  
}


