
/* === PORTFOLIO === */

/** OVERWRITE FROM MAIN STYLESHEET style.css **/

html, body {
  background-color: #FFF;
}


#home {
  background-color: #FFF;
  min-height: auto;
}

#portfolio {
  margin-top: 90px;
  text-align: center;
}


#portfolio h1 {
    margin-top: 70px;
    font-size: 45px;
    margin-bottom: 70px;
    color: #CF272F;

}


#home .mobile-nav.active {
  width: 100%;
  height: 80px;
  /*background-color: #3D3D3D;*/
  background-color: grey!important;
  position: fixed;
}


#home .nav.active {
  width: 100%;
  height: 80px;
  /*background-color: #3D3D3D;*/
  background-color: grey!important;
  position: fixed;
}



/*=== DEVIDER ===*/



.devider {
  height: 400px;
  width: 100%;
  background-color: #3D3D3D;
}

.devider .deviderInside {
 padding-top: 180px;
 padding-left: 50px;
 color: #D10A10;
}

.devider .deviderInside h1 {
  font-size: 30px;
  letter-spacing: 5px;
}

.devider .deviderInside h2 {
  font-size: 20px;
  letter-spacing: 3px;
}

.devider .deviderInside .deviderNav {
  color: #D10A10;
  text-align: center;
}

.devider .deviderInside .deviderNav a {
  color: 	#C0C0C0;
  text-decoration: none;
}

.devider .deviderInside .deviderNav a:hover {
  color: 	red;
  text-decoration: underline;
}

.devider .deviderInside .deviderNav .activeIndex{
  color: #D10A10;
}









/*=== DATENSCHUTZ - CONTENT ===*/

#datenschutz {
  height: 8500px;
}

#datenschutz-content {
  margin-top: 200px;
  width: 900px;
  padding: 60px;
}

#datenschutz-content h2 {
  font-size: 30px;
}

#datenschutz-content h3 {
  font-size: 25px;
  margin: 0;
}
#datenschutz-content h4 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

#datenschutz-content p {
  color: grey;
}

#datenschutz-content a {
  color: #D10A10;
}

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

  #datenschutz {
    height: 9800px;
  }


  #datenschutz-content {
    margin-top: 200px;
    width: 700px;
    padding: 60px;
  }
}


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

  #datenschutz {
    height: 10800px;
  }
  #datenschutz-content {
    margin-top: 200px;
    width: 600px;
    padding: 60px;
  }
}


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

  #datenschutz {
    height: 12300px;
  }
  #datenschutz-content {
    margin-top: 200px;
    width: 500px;
    padding: 60px;
  }
}


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

  #datenschutz {
    height: 12500px;
  }
  #datenschutz-content {
    margin-top: 200px;
    width: 450px;
    padding: 60px;
  }

  #datenschutz-content a {
    color: #D10A10;
    font-size: 15px;
  }
}

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

  #datenschutz {
    height: 15500px;
  }
  #datenschutz-content {
    margin-top: 200px;
    width: 350px;
    padding: 60px;
  }

}


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

  #datenschutz {
    height: 20500px;
  }
  #datenschutz-content {
    margin-top: 200px;
    width: 250px;
    padding: 60px;
  }

}










/*=== IMPRESSUM - CONTENT ===*/

#impressum {
  height: 1800px;
}

#impressum-content {
  margin-top: 200px;
  width: 900px;
  padding: 60px;
}

#impressum-content h2 {
  font-size: 30px;
}

#impressum-content h3 {
  font-size: 25px;
  margin: 0;
}
#impressum-content h4 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

#impressum-content p {
  color: grey;
}

#impressum-content a {
  color: #D10A10;
}

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

  #impressum {
    height: 9800px;
  }


  #impressum-content {
    margin-top: 200px;
    width: 700px;
    padding: 60px;
  }
}


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

  #impressum {
    height: 10800px;
  }
  #impressum-content {
    margin-top: 200px;
    width: 600px;
    padding: 60px;
  }
}


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

  #impressum {
    height: 12300px;
  }
  #impressum-content {
    margin-top: 200px;
    width: 500px;
    padding: 60px;
  }
}


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

  #impressum {
    height: 12500px;
  }
  #impressum-content {
    margin-top: 200px;
    width: 450px;
    padding: 60px;
  }

  #impressum-content a {
    color: #D10A10;
    font-size: 15px;
  }
}

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

  #impressum {
    height: 15500px;
  }
  #impressum-content {
    margin-top: 200px;
    width: 350px;
    padding: 60px;
  }

}


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

  #impressum {
    height: 20500px;
  }
  #impressum-content {
    margin-top: 200px;
    width: 250px;
    padding: 60px;
  }

}






















footer {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #D10A10;
  height: 140px;
  border-top: 9px solid #D10A10;
  border-left: 10px solid #D10A10;
  border-right: 10px solid #D10A10;
  margin-top: 600px;

}




footer .footer-item {
  background-color: none;
  padding: 20px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3D3D3D; /* Hintergrundfarbe des Kreises */
  border-radius: 50%; /* Macht den Hintergrund rund */
  width: 30px; /* Breite des Kreises */
  height: 30px; /* Höhe des Kreises */
  margin: 20px; /* Abstand um die Icons */
  transition: .1s;
}


footer .footer-item:hover {
transform: scale(0.95);
opacity: 0.75;
}




footer .ft-item-green {
background-color: #25D366; /* Hintergrundfarbe des Kreises */
}

footer .ft-item-orange {
  background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
filter: contrast(100%);
}


footer .ft-item-blue {
background-image: linear-gradient(to bottom, #3487f4, #2ad0fb);
}


footer .ft-item-red {
background-color: #3D3D3D; /* Hintergrundfarbe des Kreises */
}



footer .footer-item i {
  color: none;
  background-color: none;
}









footer .footer-item .fab,
footer .footer-item .fas,
footer .footer-item .far {
  font-size: 35px;
  color: #3D3D3D;
}

footer .footer-item .fab {
  color: green;
}

footer .footer-item .fa-whatsapp {
  color: #FFF;
}

footer .footer-item .fa-instagram {
  color: #FFF;
}

footer .footer-item .fas {
  font-size: 30px;
}

footer .footer-item .fa-home {
  color: #FFF;
}

footer .footer-item .far {
  font-size: 31px;
}


footer .footer-item .fa-envelope {
  color: #FFF;
}




footer a:link,
footer a:visited,
footer a:active {
  color: transparent;
}






@media screen and (max-width: 675px) {
  footer {
    display: grid;
  grid-template-rows: auto; /* automatisch für die Zeilen */
  grid-template-columns: 1fr; /* eine Spalte, die den gesamten verfügbaren Platz einnimmt */
  grid-gap: 0px; /* Abstand zwischen den Elementen */
  justify-content: center;
  align-items: center;
  text-align: center;



    height: 800px;
    margin-top: 600px;

  }





  footer .footer-item {
    background-color: none;
    padding: 20px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Macht den Hintergrund rund */
    width: 70px; /* Breite des Kreises */
    height: 70px; /* Höhe des Kreises */
    margin: 20px; /* Abstand um die Icons */
    transition: .1s;
    margin: 0 auto;
  }



  footer .footer-item-logo {
       grid-row: 5; /* Setzt dieses Element an die erste Zeile */
     }

     footer .footer-item-logo img {
       margin: 0;
       width: 300px;
     }







     footer .footer-item .fab,
     footer .footer-item .fas,
     footer .footer-item .far {
       font-size: 45px;
     }


     footer .footer-item .fas {
       font-size: 40px;
     }


     footer .footer-item .far {
       font-size: 41px;
     }












}





footer img {
  width: 220px;
  transition: .1s;
  margin-left: 20px;
  filter: sepia();
  filter: grayscale();
  transition: .3s;

}

footer img:hover {
  opacity: .9;

}

footer img:hover {
  opacity: .8;

}

.subFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 72px;
  background-color: #3D3D3D;

}

.subFooter a {
  height: 0;
  margin-bottom: 20px;
}

.subFooter .fas {
  color: #D10A10;
  font-size: 45px;
  height: 0;
}






.subFooter .websiteSignature {
  color: #FFF;
  position: absolute;
  margin-top: 30px;
  margin-left: 80%;
  white-space: nowrap;
}


@media screen and (max-width: 1800px) {
  .subFooter .websiteSignature {
    margin-left: 70%;
  }
}


@media screen and (max-width: 1150px) {
  .subFooter .websiteSignature {
    margin-left: 60%;
  }
}





@media screen and (max-width: 850px) {
  .subFooter .websiteSignature {
    margin-left: 0px;
    margin-top: 60px;
    font-size: 12px;
  }
}












/* BURGER */

.container {
  cursor: pointer;
  float: right;
  margin-right: -260px;
  margin-top: -5px;
}

@media screen and (max-width: 445px) {
  .container {
    cursor: pointer;
    float: right;
    margin-right: -260px;
    margin-top: -75px;
  }
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.activeNow svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.activeNow path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.activeNow path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.activeNow path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.activeNow path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.activeNow path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.activeNow path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
