@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=Comfortaa:wght@300&display=swap');

html {
    background-color: #1c1c1c;
    scroll-behavior: smooth;
    font-family: 'Comfortaa';
}

* {
    padding: 0px;
    margin: 0px;
    /*scroll-padding-top: 3.5rem;
    */
}

h1 {
    margin-top: 0;
    color: white;
    text-align: center;
    font-size: 40px;
    padding-top: 60px;
}

h2 {
    font-size: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white
}

h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 25px;
    color: white;
}

h4 {
    padding-top: 100px;
    color: white;
    text-align: center;
    font-size: 40px;
}

a {
    color: white;
    font-size: 25px;
}

p {
    padding-left: 30px;
    font-size: 20px;
    color: white;
}
ul{
    list-style-type:none;
}
header {
    position: fixed;
    width: 100%;
    height: 80px;
    background: black;
}

header::after {
    content: '';
    display: table;
    clear: both;
}

.container {
    width: 80%;
    margin: 0px auto;
}

nav {
    float: left;

}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    display: inline-block;
    margin-left: 70px;
    padding-top: 25px;

    position: relative;
}

nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;

}

nav a:hover {
    color: white;

}

nav a::before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: white;
    position: relative;
    top: 0;
    width: 0%;
    transition: all ease-in-out 800ms;
}

nav a:hover::before {
    width: 100%;

}

.button {
    float: right;
    padding-top: 25px;

}

.buttonOb {
    font-size: 25px;
    background: black;
    width: 180px;
    color: white;
    border-radius: 28px;
    border: 3px solid white;
}

.buttonOb:hover {
    box-shadow: 0 0 5px #ffff,
        0 0 10px #ffff,
        0 0 10px #ffff,
        0 0 10px #ffff;
}

.willkommen {
    padding-left: 0px;
    color: white;
    padding-bottom: 10px;
    font-size: 30px;
}

.Lebenslauf {
    padding-top: 35px;
    padding-bottom: 30px;
    height: 300px;
    background: grey;
}
.Hobbys {

    padding-left: 30px;
    border-radius: 500px;
}

.HobbysH {
    padding-top: 20px;
    background-color: black;
}

img.Hobbys {
    transition: transform 0.5s;
}

img.Hobbys:hover {
    transform: scale(1.1, 1.1);
}

.block {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
}

.Projekte {
    height: 100px;
    background: black;
}

.ProjekteÜber {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: black;
}

.Plakat {
    padding-top: 50px;
    padding-left: 30px;
    max-width: 100%;
    width: 350px;
    height: auto;
}

img.Plakat {
    transition: transform 0.5s;
}

img.Plakat:hover {
    transform: scale(1.3, 1.3);
}

.PlakatHW {
    padding-top: 10px;
    padding-left: 30px;
    max-width: 100%;
    width: 350px;
    height: auto;

}

footer {
    margin-top: 50px;
    display: block;
    padding: 5px;
    background-color: grey;
    color: #fff;
}

.HTLB {
    padding-top: 10px;
    text-align: center;
    border-radius: 360px;
}

.Schule {
    text-decoration: none;
}

.Textzentriert {
    height: auto;
    padding-bottom: 60px;
    text-align: center;
}

.FilmText {
    padding-top: 100px;
}

.Vergleich {
    padding-left: 30px;
}

.WerbeText {
    width: 50%;
    padding-top: 150px;
    padding-left: 30px;
}

.ImpressumText {
    padding-top: 150px;
}

.Kontakt {
    font-size: 20px;
    padding-left: 30px;
}

#dropbtn {
    display: none;
    background-color: #000000;
    color: rgb(255, 255, 255);
    margin-top: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid white;
    cursor: pointer;
}
#dropbtn:hover,
#dropbtn:focus {
    background-color: #2c2c2c;
}


.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration:none;
    display: block;
}


.dropdown-content a:hover {
    background-color: #ddd;
}


.show{
    display: block;
}

@media (max-width:1350px) {
    nav a {
        display: none;
    }

    #dropbtn {
        display: inline;
    }
}

@media(max-width: 1560px) {
    nav a {
        font-size: 20px;
    }
}
