
@import url('../css/fonts.css');

html,body{
  margin: 0%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  
}

:root{
/*-------Fonts Var-------*/

  --Abel:'Abel',cursive;
  --Anton:'Anton',cursive;
  --Josefin:'Josefin',cursive;
  --Lexend:'Lexend',cursive;
  --Livvic:'Livvic',cursive;

/*--XX---Fonts Var---XX--*/

/*-------Color Theme-------*/

  --text-gray:#3f4954;
  --text-light:#7a8794;
  --bg-color:#000000;
  --white:#ffffff;
  --midnight:#061a72;
  --green:#1b5808;
  --bg2: rgba(0, 174, 255, 0.295);
  --sky: linear-gradient(120deg, #a1c4fd59 0%, #c2e9fb 100%);;

/*--XX---Color Theme---XX--*/

}

/*-------Classes-------*/

a{
  text-decoration: none;
  color:var(--white);
}
.flex-row{

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

ul{
  list-style-type:none;
}

h1{
  font-family: var(--Lexend);
  font-size: 2.4rem;
}

h3{
  font-family: var(--Lexend);
  font-size: 1.6rem;
}


h3{
  font-family: var(--Lexend);
  font-size: 0.8rem;
}

button.btn{
  border:none;
  cursor: pointer;
  font-family: var(--Lexend);
  border-radius: 1rem;
  padding: .5rem 2rem;
  font-size: 1.2rem;
  border:2px solid black;
}

span{
 font-family: var(--Abel);
}

.container{
  margin: 0 5vw;
 }

/*-------Classes End-------*/


/*-------Navigation-------*/
 .nav{
   background: rgba(26, 26, 26, 0.74);
   padding: 0 2rem;
   height: 0rem;  
   width: 100%;
   min-height: 7vh;
   overflow: hidden;
   transition: height 1.0s ease-in-out;
   position: fixed;
   z-index: 99;
   
 }

 .nav .bgaudio{

  background-color: transparent;
  color: white;
  width: 170px;
  height: 20px;
}
 .nav .nav-menu{
  justify-content: space-between;
 }

 .nav .toggle-collapse{
  position: absolute;
  top: 0%;
  width: 75%;
  cursor: pointer;
  display: none;
  
 }

 .nav .toggle-collapse .toggle-icons{
 display: flex;
 justify-content: flex-end;
 padding: 1.2rem 0;
 
 }

 .nav .toggle-collapse .toggle-icons i{
  font-size: 2.0rem;
  color: var(--white);
  }

 .collapse{
   height: 35rem;
  }

 .nav .nav-items{
  display: flex;
  margin: 0;
 }

 .nav .nav-items .nav-link{
  padding: 2rem 2rem;
  font-size: 1.1rem;
  position: relative;
  font-family: var(--Abel);
  font-size: 1.5rem;
 }

 .nav .nav-items .nav-link:hover{
  background-color:rgba(255, 255, 255, 0.712);;
 }

 .nav .nav-items .nav-link:hover a{
  color: var(--bg-color);
 }

 .nav .nav-brand a{

   padding: 1rem 0;
   display: block;
   font-family: var(--Lexend);
   font-size: 1.6rem;
 }

 .nav .social {
   padding: 2rem 4rem;
   
 }

 .nav .social i{
  padding: 0.1rem;
  color:var(--white);
}

.nav .social i:hover{
  color:rgba(241, 28, 153, 0.801);
   
}

/*-------Navigation End-------*/
/*-------Main Content-------*/
/*-------Site Title-------*/


main .site-logo{
  padding-top: 2rem;
  padding-bottom: 50%;
  background-size: cover;
  display: flex;
  background-image: url('../images/backgroundlogo.png');
  justify-content: center;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 90%;
}

main .site-logo .site-logo1{
  padding-top: 1rem;
  text-align: center;
  color:var(--bg-color);
  width: 90%;
  min-height: 90%;
  
} 


main .site-title{
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-size: cover;
  display: flex;
  background-image: url('../images/background2.png');
  justify-content: center;
  background-size: 100%;
}

main .site-title .site-background{
  padding-top: 1rem;
  text-align: center;
  color:var(--bg-color);
  width: 90%;
  border:2px solid rgb(26, 26, 26);
  box-shadow:0 10px 10px rgb(26, 26, 26);
  background-color: var(--bg2);
  
} 
main .site-title .site-background .aboutme{
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
  
} 

main .site-title h1, h2, h3, h4 {
  margin: .5rem;
  color: white;
} 

main .site-aboutme {
  margin: 2rem;
  
} 

main .site-title .btn{
  margin: 1.8rem;
  background: var(--sky);
  
} 

main .site-title .btn:hover{
  background: transparent;
  border:2px solid rgba(255, 255, 255, 0.753);
} 

.aboutme{
  
  font-size: 1.2rem;
  font-family: var(--Livvic);
  color: #ffffff;
  padding: 0 2rem;
  min-height: 70%;
  max-height: 90%;
  overflow: hidden;
  background-image: url('../images/profilpic.png');
  transition: height 1.5s ease-in-out;
  /*border-radius: 1rem; */
  background-size: 12rem 12rem;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;

}
.zahnrad {
  background-image: url('../images/zahnrad.gif');
  background-size: 6rem 6rem;
  background-repeat: repeat 2;
  height: 6rem;
  width: 18rem;
}

.signature1{
  background-color: transparent;
  background-image: url('../images/signature.png');
  background-size: 12rem 5rem;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  height: 6rem;
  width: 20rem;
  
}



main .site-gallery{
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url('../images/background2.png');
  background-size: cover;
  background-size: 100%;
  display: flex;
  justify-content: center;
  color: white;
}

main .site-gallery .site-content{
  padding-top: 1rem;
  text-align: Center;
  color: white;
  border:2px solid rgb(26, 26, 26);
  box-shadow:0 10px 10px rgb(26, 26, 26);
  background-color: var(--bg2);
}

main .whatever{
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url('../images/background2.png');
  background-size: cover;
  background-size: 100%;
  color: white;
  display: flex;
  justify-content: center;
}

main .whatever .whatever-content{
  padding-top: 1rem;
  text-align: center;
  color: white;
  border:2px solid rgb(26, 26, 26);
  box-shadow:0 10px 10px rgb(26, 26, 26);
  width: 90%;
  background-color: var(--bg2);
} 

main .whatever .whatever-content .whatever-text1 {
  text-align: center;
} 

main .whatever .whatever-content .whatever-text1 img{
  display:inline-block;
  width: 70%;
  height: 70%;
  margin: .3rem .3rem;
} 

main .whatever .whatever-content .whatever-text2 {
  text-align: center;
} 
main .whatever .whatever-content .whatever-text2 img{

  display:inline-block;
  width: 66%;
  height: 66%;
  margin: .3rem .3rem;
}

main .whatever .whatever-content .whatever-text3 {
  text-align: center;
} 
main .whatever .whatever-content .whatever-text3 img{

  display:inline-block;
  width: 70%;
  height: 70%;
  margin: .3rem .3rem;
  
} 

main .contact-me{
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url('../images/background3.png');
  background-size: cover;
  background-size: 100%;
  display: flex;
  justify-content: center;
  color: white;
 
}

main .contact-me .contact-me-content {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: .8rem;
  font-family: var(--Livvic);
  text-align: Center;
  color: white;
  border:2px solid rgb(26, 26, 26);
  box-shadow:0 10px 10px rgb(26, 26, 26);
  width: 90%;
  background-color: var(--bg2);
}

main .contact-me .g-recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.elem-group {
  margin: 15px 0;
  width: 100%;
 
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  background: rgb(26, 26, 26);
  color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 80%;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  border:none;
  cursor: pointer;
  font-family: var(--Lexend);
  border-radius: 1rem;
  padding: .5rem 2rem;
  font-size: 1.2rem;
  border:2px solid black;
  background-color: transparent;
  color: white;
}

button:hover {
  border: 2px solid white;
  background-color: rgba(2, 2, 2, 0.315);
}


/*-------Site Title End-------*/

/*-------Work Carousel-------*/

main .blog{
  padding-top: 6rem;
  background: url('../images/background2.png');
  padding-bottom: 1rem;
  background-size: cover;
  background-size: 100%;
  text-align: Center;
  color: white;

}
main .blog .container{
  
  padding-top: 1rem;
  padding-bottom: 2rem;
  border:2px solid rgb(26, 26, 26);
  box-shadow:0 10px 10px rgb(26, 26, 26);
  background-color: var(--bg2);
}

main .blog .blog-post{

  padding-bottom: 0rem;
}

main .blog-post .blog-content{
  
  flex-direction: column;
  text-align: center;
  width: 85%;
  margin:1rem 2rem;
  background: rgba(255, 255, 255, 0.192);
  border:2px solid rgb(26, 26, 26);
  box-shadow:0 10px 10px rgb(26, 26, 26);
}

main .blog-content .blog-title{
  padding: 0.3rem 0.3rem;
}

main .blog-content .btn-blog{
  padding: 0.1rem 1.5rem;
  background: var(--sky);
  margin: 1rem;
  font-size: 1rem;
}

main .blog-content .btn-blog:hover{
  background: transparent;
  border:2px solid rgb(255, 255, 255);
} 

main .blog-content span{
  padding: 1rem 1.5rem;
  display: block;
  border:0.5px solid rgba(0, 0, 0, 0.753);
  border-radius: .5rem; 
}

main .site-content{
  width: 90%;
  height: 80%;
} 


/*-------Work Carousel End-------*/



/*-------Main Content End-------*/

/*-------Footer-------*/

footer.footer{
  height: 100%;
  width: 100%;
  background: rgb(26, 26, 26);
  position: relative;
}

footer.footer .container{

  padding-left: 0%;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  font-family: var(--Livvic);

}

footer.footer .container >div{
  flex-grow: 1;
  flex-basis: 0;
  padding: 1rem 1rem;
  color:rgb(255, 255, 255);
}

footer.footer .container .about-us h2{
  color:rgb(255, 255, 255);
 
}

footer.footer .newsletter .form-element{
  background: rgba(255, 255, 255, 0.89);
  display: inline-block;
  font-family: var(--Abel);
  border:2px solid rgb(0, 0, 0);
  width: auto;
}

footer.footer .newsletter .form-element input{
  padding: .5rem .7rem;
  border: none;
  background: transparent;
  color: rgb(10, 10, 10);
  font-family: var(--Josefin);
  font-size: 1rem;
  width: 8rem;
  
}

footer.footer .newsletter .form-element span{
  background: var(--sky);
  padding: 0.6rem 0.5rem;
  border:1px solid black;
  cursor: pointer;
  color: #000000;
}

footer.footer .instagram div>img{
  display:inline-block;
  width: 25%;
  height: 20%;
  margin: .3rem .3rem;
  border:1px solid rgb(255, 255, 255);
}

footer.footer .follow .social i{
  padding: 0.4em 0.2rem;
}

footer.footer .follow .social i:hover{
  color:rgba(241, 28, 153, 0.801);  
}

footer.footer .rights{
  justify-content: center;
  font-family: var(--Abel);
  color:rgb(255, 255, 255);
}

/*-------Footer End-------*/


/*-------Viewport-------*/

@media only screen and (max-width:1100px){
  .nav .nav-menu, .nav .nav-items{
    flex-direction: column;
  
  }
  .nav .toggle-collapse{
    display: initial;
    
   }
   main .site-content{
    grid-template-columns: 100%;
    
   }
   footer.footer .container{
    grid-template-columns: repeat(1,1fr);
    
   }
}

/*-------Viewport End-------*/