@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');


 a, button{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color:#24252A;
    text-decoration: none;
}

section, li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color:#24252A;
    text-decoration: none;   
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10%;
    background-color: #001312;
    position: sticky;
    top: 0px;
}

.nav_smaler {
    display: none;
    background-color: #001312;
    position: sticky;
    top: 0px;
    list-style: none;
    padding-right: 40px;
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #001312;
    margin-top: 25px;
}

.footer2{
    display: none;
    text-align: center;
    padding: 1px;
    background-color: #001312;
    font-size: 16px;
}

.footer2_smaler {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    list-style: none;
    padding: 0;
    display: flex;
}

.footer2_smaler a, .nav__smaler a {
    text-decoration: none;
    color: #0fd0c6;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}


.nav__links {
    list-style: none; 
    color: #001312;
}

.nav__links li {
    display: inline-block;
    padding: 0px 20px;  
}

.nav__links li a, .nav_smaler li a {
    transition: all 0.3s ease 0s; 
}

.nav__links li a, .nav_smaler a:hover {
    color: #04323e;
}

.berechnen button {
    padding:9px 25px;
    background-color: #0fd0c6; 
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
    width: 100%;    
}

button {
    padding:9px 25px;
    background-color: #0fd0c6; 
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
}

button:hover { 
    background-color: #00968ee0;  

}

#teaser {
    width: 100%;
    height: 300px;
    padding-bottom: 0px;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#statista {
    max-width: 500px;
    height: 370px;
    width: 100%;
}

#statista img, #speicher img, #projekt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#speicher {
    max-width: 502px;
    height: 250px;
    width: 100%;
}

#projekt {
    max-width: 580px;
    height: 300px;
    width: 100%;
}


@media screen and (min-width: 800px) {
    #teaser {
        height: 600px;
    }
}

@media (max-width:1500px) {
    header {
        padding: 1px;
    }
    .nav__links {
        display: none;
    }
    footer {
        display: none;
    }
    .nav_smaler {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer2 {
        display: flex;
    }
    .footer2_smaler {
        flex-direction: column;
    }
    section, li {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 13px;
        color:#24252A;
        text-decoration: none;   
    }
    a, button{
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 15px;
        color:#24252A;
        text-decoration: none;
    }

}

section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

#datenmüll, #impressum, #datenschutz {
    padding-top: 10px;
}


.dropdown {
    float: left;
    overflow: hidden;
  }
  
 /* Dropdown button */
 .dropdown .dropbtn {
    font-size: 16px; 
    border: none;
    outline: none;
    color: #24252A;
    padding: 9px 25px;
    background-color: #0fd0c6;
    font-family: "Montseratt",; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
 /* Dropdown content (hidden by default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0fd0c6;
    min-width: 160px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  }
  
 /* Links inside the dropdown */
 .dropdown-content a {
    float: none;
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
 /* Add a grey background color to dropdown links on hover */
 .dropdown-content a:hover, .dropdown-content a:focus{
    background-color: #00968ee0;
  }
  
 /* Show the dropdown menu on hover */
 .dropdown, .dropbtn:hover {
    background-color: #00968ee0;
    border-radius: 50px;
    transition: all 0,3s ease 1s;
  }

 .show {
    display: block;
  }

 .dropdown-content a:focus {
    outline: none;
  }

 .gquadrat {
    border-radius: 18px;
    height: 350px;
    background-color:#001312;
 }

 .quadratinput input{
    border-radius: 18px;
    background-color: aliceblue;
    height: 40px;
    width: 40%;
    position: absolute;
    right: 10%;
    top: 10%;
    font-size: 20px;
 }

 .gquadrat {
    position: relative;
 }

 .quadratinput1 input  {
    position: absolute;
    top: 27%;
 }

 .quadratinput2 input {
    position: absolute;
    top: 44%;
 }

 .quadratinput3 input {
    position: absolute;
    top: 61%;
 }

 .quadratinput4 input {
    position: absolute;
    top: 78%;
 }

 .quadrattext {
    position: absolute;
    top: 13%;
    left: 15%;
    color: #0fd0c6;
 }

 .quadrattext1 {
    position: absolute;
    top: 30.5%;
    left: 15%;
    color: #0fd0c6;
 }

 .quadrattext2 {
    position: absolute;
    top: 47.5%;
    left: 15%;
    color: #0fd0c6;
 }
 .quadrattext3 {
    position: absolute;
    top: 64.5%;
    left: 15%;
    color: #0fd0c6;
 }
 .quadrattext4 {
    position: absolute;
    top: 81.5%;
    left: 15%;
    color: #0fd0c6;
 }





