@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family:'futura';
    src: url(fonts/futura/futuralight.ttf) format('truetype');
}

@font-face {
    font-family:'quicksand';
    src: url(fonts/quicksand/Quicksand_Light.otf) format('truetype');
}

@font-face {
    font-family:'quicksand_book';
    src: url(fonts/quicksand/Quicksand_Book.otf) format('truetype');
}

@font-face {
    font-family:'BebasNeue-Regular';
    src: url(fonts/bebas_neue/BebasNeue-Regular.otf) format('truetype');
}

html{
    scroll-behavior: smooth;
    cursor: none!important;
    overflow-x: hidden!important;
}

::selection{
    background: #FFA500;
}

::-webkit-scrollbar{
    width: 8px;
    z-index: -1;
}

::-webkit-scrollbar-track{
    border: 2px solid #292929;
    box-shadow: inset 0 0 2.5px 2px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb{
    background: #FFA500;
    border-radius: 3px;
}

:hover{

}

.cursor{
    width: 3rem;
    height: 3rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100000;
    backdrop-filter: blur(1px);
}

* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

body {
    font-family: quicksand_book;
    background-image: url(pictures/style/bild1.jpg);
    /* background-color: #1E1E1E!important; */
}

nav {
    display: flex!important;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    font-family: BebasNeue-Regular;
    position: fixed!important;
    width: 100%;
    top: 0!important;
    z-index: 999!important;
}

nav.scrolled {
    background-color: #1E1E1E!important;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 35%;
}

.nav-links li{
    list-style: none
}

.nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 14px;
}

.nav-links a:hover {
    color: #FFA500;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 14px;
}

.logo img{
    width: 200px!important;
}

.logo {
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 30px;
}

.logo span {
    color: #FFA500;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div{
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 5px;
}

@media screen and (max-width: 1450px){
    .nav-links {
        width: 50%;
    }
}

@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    
    .nav-links{
        position: absolute;
        right: 0px;
        height: 50vh!important;
        top: 8vh;
        background-color: #1E1E1E;
        display: flex;
        flex-direction: column;
        align-items: center!important;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.2s ease-in;
        margin-top: 0px;
    }
    
    .nav-lights li{
        opacity: 0;
    }
    
    .burger {
        display: block;
    }
}

.nav-active {
    transform: translateX(0%);
}

#header img {
    width: 100%;
}

#right {
    background-color: #333;
    width: 60%;
    float: left;
    height: 100vh;
}

#left {
    background-color: #1E1E1E;
    width: 40%;
    float: left;
    height: 100vh;
}

footer {
    background-color: #1E1E1E;
    display: inline-block;
    width: 100%;
}

#home-heading2{
    width: 100%;
    display: inline-block;
}

#home-heading3{
    width: 100%;
    margin-top: 25vh;
    margin-bottom: 25vh;
    display: inline-block;
    
}

#home-heading2 h1{
    color: #ffffff;
    font-size: 40px;
    margin: 0;
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    margin-top: 120px;
    font-family: BebasNeue-Regular;
}

#home-heading2 h1 span {
    color: #FFA500;
    font-weight: 100;
}

#home-heading2 img{
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#socials{
    margin-left: 30%;
    margin-right: 30%;
}

#socials img{
    float: left;
    padding-top: 10%;
    width: 23%;
    margin: 1%;
}

#socials img:hover{
     opacity: 1;
     -webkit-animation: flash 1.5s;
     animation: flash 1.5s;
}
 @-webkit-keyframes flash {
     0% {
         opacity: .4;
     }
     100% {
         opacity: 1;
     }
 }
 @keyframes flash {
     0% {
         opacity: .4;
     }
     100% {
         opacity: 1;
     }
 }

@media screen and (max-width: 1500px){
    #home-heading2 h1{
        font-size: 35px;
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 1300px){
    #home-heading2 h1{
        font-size: 25px;
        margin-left: 50px;
        margin-right: 50px;
    }

    form {
        margin-left: 10%!important; 
        margin-right: 10%!important;  
    }
}

@media screen and (max-width: 1200px){
    #home-heading2 h1{
        font-size: 32px;
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 1021px){
    #home-heading2 h1{
        font-size: 32px;
        margin-left: 100px;
        margin-right: 100px;
    }

    #left{
        width: 100%;
    }

    #home-heading2 img{
        width: 200px;
    }

    #home-heading2 h1{
        color: #ffffff;
        font-size: 40px;
        margin: 0;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        margin-top: 50px;
    }

    #right{
        width: 100%;
        display: inline-block!important;
        padding-left: 5%!important; 
        padding-right: 5%!important;
    }

    form{
        margin: 0%!important; 
    }
}

/*Kontaktformular*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body { background:rgb(255, 255, 255); }
form {margin-left: 20%; margin-right: 20%;  }

.feedback-input {
  color:white;
  font-family: quicksand_book;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  border:2px solid #FFA500;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  background-color: transparent;
}

.feedback-input:focus { border:2px solid white; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: BebasNeue-Regular;
  width: 100%;
  background:#FFA500;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
}
[type="submit"]:hover { background:#d68b00; }

#contact {
    padding-top: 80px;
    padding-left: 20%;
    padding-right: 20%;
}

#contact h1{
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 60px;
    text-align: center
}

#box {
    width: 50%;
    float: left;
    text-align: center;
}

#box h2 {
    color: white;
    font-family: BebasNeue-Regular;
    font-size: 40px;
    text-align: center;
}

#box p {
    color: white;
}

#box a {
    color: #FFA500;
}

#impressum {
    color: white!important;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 20px;
}

#impressum a{
    color: white!important;
    background-color: #FFA500;
    padding: 10px;
    border-radius: 10px;
    font-family: BebasNeue-Regular
}