@charset "UTF-8";
/* CSS Document */

html, body {
  background-color: #1e1e1e;
  scroll-behavior: smooth;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.vl{
    background-color: #f7a600;
    width: 6px;
    position: absolute;
    height: 100vh;
    z-index: 9;
    right: 40px;
}

.vl-last{
  background-color: #f7a600;
  width: 6px;
  position: absolute;
  height: 70vh;
  z-index: 9;
  right: 40px;
}

.bold{
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
}

.vl-dark{
  width: 6px;
  position: absolute;
  height: 100vh;
  z-index: 9;
  right: 40px;
  background-color: #1e1e1e;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../../../../storage/app/media/burger.svg);
    width: 35px;
    height: 35px;
}

h2{
  margin-top: 30px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 121px;
  color: #38383c !important;
}

h3{
  margin-top: 30px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 121px;
}

h5{
  font-family: 'Archivo Black', sans-serif;
  font-size: 40px;
  color: #f7a600;
  margin-top: 25px;
}

p, li{
  color: #eaeaea;
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight:300;
  letter-spacing: 0.5px;
  line-height: 2em;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

li{
  list-style-type: square;
  list-style-position: -50px;
}

a{
  color: #eaeaea;
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
}

a:hover{
  color: #eaeaea;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary {
    border: none;
    border-radius:0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #666;
}

.text-center{
  text-align: center;
}

.unterueber{
     color: #f7a600;
     font-weight: bold; 
}

.highlight{
    color: #f7a600;
    font-weight: 700; 
}

.highlight-white{
    color: #fff;
    font-weight: 700; 
}

.wiewas{
    font-weight: 300;
}

.auflistung{
  line-height: 160%;
  font-weight: 300;
}

section{
  display: flex;
  margin-bottom: 50px;
}

hr{
  background-color: #414141;
  margin-top: 40px;
  margin-bottom: 40px;
}

.unterseite{
  margin-top: 100px;
}

.desktop{
  display: block;
}

.mobile{
  display: none;
}

.orange-text{
  margin-bottom: 50px;
}

.nav-item{list-style: none;}

.navbar{
  position: fixed;
  z-index: 6;
  width: 100vw;
  padding-top: 15px;
  align-items: flex-start;
  transition: all .5s;
    transition-timing-function: ease-out;
}

.navbar.onscroll{
  background-color: #1e1e1e !important;
}

.nav-logo{
  width: 240px;
}

.nav-item{min-width:170px;text-align:center;}

.nav-link{
  font-size: 20px;
  text-transform: uppercase;
  color: #f2f2f2 !important;
}

.slogan{
  position: fixed;
  top: 20px;
  margin-right: 35px;
  font-size: 20px;
  z-index: 8;
  color: rgba(255, 255, 255, 0.5);
}

.slogan-position{
  justify-content: flex-end;
}

.btn{
    background-color: #f7a600;
    color: #f2f2f2;
}

.landing{
  background-image: url(../../../../storage/app/media/NURWAND.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}

.landing-logo{
  width: 55%;
  /*position: fixed;*/
  z-index: 0;
}

#about-me{
  z-index: 5;
    background-color: #1e1e1e;
    width: 100vw;
}

#profil{
  box-shadow: 0px 50px 5px #1e1e1e;
}

#leistungen{
  background-color: #f7a600;
  margin-bottom: 0;
}

.cover{
  z-index: 5;
    background-color: #1e1e1e;
    width: 100vw;
}

.cover-orange{
  z-index: 5;
    background-color: #f7a600;
    width: 100vw;
}

.container{
  z-index: 5;
}




#orange{
color: #f0c66f !important;
}

.peter-sb{
  width: 250px;
}




input{
  color: #eaeaea;
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  line-height: 240%;
}

.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  line-height: 240%;
    background-color: #1e1e1e;
    border-bottom: 1px solid #eaeaea;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0!important;
}

.kontakt-image-padding{
  margin-top: 50px;
}

.textarea{
    border: 1px solid #eaeaea;
}

.alert-success, .alert-danger {
    color: #fff;
    background-color: #f7a600;
    border: none;
}

footer{
  background-color: #1e1e1e;
  padding: 10px 0 5px 0;
}

.footer-text{
  text-align: center;
  line-height: normal;
}

.reveal {
    color: #0000;
  margin-right: 115px;
  background-color: rgba(242, 242, 242, 0.5);
  background:
    linear-gradient(#eaeaea 0 0),
    linear-gradient(#eaeaea 0 0);
  background-size:0 100%;
  background-position:0 0;
  -webkit-background-clip:padding-box,text;
          background-clip:padding-box,text;
  background-repeat:no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  animation:
   t 1.2s  .5s both,
   b 1.2s 1.3s both;
}
@keyframes t{
  to {background-size:150% 100%}
}
@keyframes b{
  to {background-position:-200% 0,0 0}
}

.hideme
{
    opacity:0;
}

.nav-link{
  margin-left: 30px;
}

/*

|||||||||||||||||||| IPAD - QUER CLASSES ||||||||||||||||||||

*/


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

   h2 {
   
    font-size: 100px;

} 

.navbar-toggler:hover, .navbar-toggler:focus {
   border:none!important; 
   outline: none!important;
}

 .slogan{
    margin-right: auto;
    margin-left:auto;
    bottom: 50px !important;
    top: auto;
    z-index: 99999;
    padding-right: 0;
  }

  .slogan-position {
    justify-content: center;
}

.col-lg-6{padding:0!important;}
.orange-text, li {
max-width:100%;
}


.col-lg-6, .col-lg-8, .col-lg-9{max-width:90%;}

.vl{
  display: none;
}

.vl-dark{
  display: none;
}

.vl-last{
display: none
}

}

/*

|||||||||||||||||||| IPAD CLASSES ||||||||||||||||||||

*/


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

  h2{
    font-size: 85px;
  }

  h3{
    font-size: 85px;
  }

  h5{
    font-size: 30px
  }

  p, li{font-size:1.2em;}

 .slogan{
    margin-right: auto;
    margin-left:auto;
    bottom: 40px !important;
    top: auto;
    z-index: 99999;
    padding-right: 0;
  }

  .slogan-position {
    justify-content: center;
}

.orange-text, li {
max-width:90%;
}

.vl{
  display: none;
}

.vl-dark{
  display: none;
}

.vl-last{
display: none
}


 .col-lg-6, .col-lg-8, .col-lg-9{max-width:90%;}
}

/*

|||||||||||||||||||| MOBILE CLASSES ||||||||||||||||||||

*/


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

  h2{
    font-size: 3.2em;
  }

  h3{
    font-size: 60px;
  }

  h5{
    font-size: 30px
  }

  a{
    font-size: 15px;
  }

  .peter-sb{
    width: 190px;
  }

  form{
    width: 90%
  }

  .slogan{
    margin-right: 0;
    bottom: 0 !important;
    top: auto;
    z-index: 99999;
    padding-right: 0;
  }

  .slogan-position{
    justify-content: center;
    width:100%;
    height:70px;
    background-color: #000!important;
    background: linear-gradient(#eaeaea 0 0), linear-gradient(#000 1 0);
  }

  .navbar{
    width: 100vw;
    margin-top: 0;
  }

  .cover-black{
    z-index: 3;
      background-color: #1e1e1e;
      width: 100vw;
  }

  section{
    margin-bottom: auto;
  }

  .navbar-collapse{
    background-color: #1e1e1e;
    width: 100vw;
  }

  .navbar{
    padding: 0;
    background-color: #1e1e1e;
    padding-bottom: 8px;
    padding-top: 13px;
  }

  .nav-logo {
    width: 180px;
    margin-left: 23px;
}

.navbar-toggler{
  margin-right: 13px;
   border:none;
}

.navbar-toggler:hover, .navbar-toggler:focus {
   border:none!important; 
   outline: none!important;
}

.nav-link{
  padding-right: 15px !important;
  text-align: right;
}



footer{
  background-color: #1e1e1e;
  z-index: 9;
  position: relative;
}

.mobile{
  display: flex;
}

.desktop{
  display: none;
}

.landing-logo{
  width: 90%;
}

.kontakt-image-padding {
    /* margin-top: 40px; */
    margin-top: 20px;
    margin-bottom: 30px;
}

.navbar{
  position: absolute;
}

.vl{
  display: none;
}

.vl-dark{
  display: none;
}

.vl-last{
display: none
}

.landing{

/* background-size:100%;*/
  
}

.reveal {
    color: #f2f2f2;
  
}






}
