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

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

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

.container{
  z-index: 5;
}

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

.unterseite{
  margin-top: 100px;
}

.desktop{
  display: block;
}

.mobile{
  display: none;
}

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;
}

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

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

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;
}

#orange{
color: #f0c66f !important;
}

.text-block li{font-weight:500;}

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

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

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

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

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

.auflistung{
  line-height: 160%;
}




/* ================= Background Classes ================= */

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

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

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






/* ================= Nav Classes ================= */

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

.navbar{
  position: fixed;
  z-index: 8;
  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;list-style: none;}

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

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

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



/* ================= Button Classes ================= */

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

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








/* ================= Landing-Screen Classes ================= */

.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%;
  z-index: 0;
}









/* ================= Section Classes ================= */

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

#profil{
  background-color: #eb9f02;
}

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



.images{
  width: 250px;
}











/* ================= Kontakt Classes ================= */

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;
}

.btn{
    background-color: #f7a600;
}










/* ================= Footer Classes ================= */

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

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







/* ================= 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: 0px !important;
    top: auto;
    z-index: 99999;
    padding-right: 0;
    width: auto;
  }

.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: 0px !important;
    top: auto;
    z-index: 99999;
    padding-right: 0;
        width: auto;
  }

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

.vl{
  display: none;
}

.vl-dark{
  display: none;
}

.vl-last{
display: none
}

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







/* ================= Mobile Classes ================= */


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

  section{
    margin-bottom: auto;
  }

  h2{
    font-size: 3.5em;
  }

  h3{
    font-size: 60px;
  }

  h5{
    font-size: 34px
  }

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

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

  .images{
    width: 190px;
  }

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


  form{
    width: 100%
  }


  .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: 80px;
}

.navbar{
  position: absolute;
}

.vl{
  display: none;
}

.vl-dark{
  display: none;
}

.vl-last{
display: none
}

.landing{
     background-image: url(../../../../storage/app/media/NURWAND-mobile.jpg);
    background-size: 150%;
      background-position: 0px 0px; 
    background-repeat: no-repeat;
    height: 100vh;
   max-height:800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: 0;
    width:100%;
} 

.reveal {
    color: #f2f2f2;
  
}






}
