body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-image: url("/Bilder/background.jpg");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.header{
    box-sizing: boder-box;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 20px 10%;
    background-color: black;
}

navbar {
    background-color: black;
}

.nav_links {
    list-style: none;
    align-items: center;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color:whitesmoke;
}

.logo1 {
    height: 10%;
    width: 10%;
}

.li, .a, .button, .span {
    font-family: "ZCOOL KusiLe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color:white;
    text-decoration: none;
}

.dropdown {
    background-color: black;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    background-color: black;
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    padding: 12px 16px;
    z-index: 1;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo:hover {
    width: 11%;
    height: 11%;
}

.loginformular {
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    background-color: rgba(0,0,0,0.4);
    margin-top: 10%;
    margin-bottom: 10%;
    margin-right: 30%;
    margin-left: 30%;
}

h1 {
    color: white;
}

input {
    border-style: solid;
    border-radius: 10px;
    border-color: black;
    background-color: rgba(0,0,0,0.4);
    margin-right: 30%;
    margin-left: 30%;
    margin-bottom: 5%;
    color: white;
    font-size: 20px;
}

footer {
    background-color: black;
    border-style: solid;
}
#footer-cookie,
#footer-cookie * {
    box-sizing: border-box;
}

#footer-cookie {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 60px;
    background: #303030;
    color: #fff;
}

#footer-cookie a {
    color: #fff;
}

#footer-cookie #description {
    float: left;
}

#footer-cookie #accept {
    float: right;
}

#footer-cookie #accept a {
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.footer {
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 5%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

a {
    color: white;
    text-decoration: none;
}

.subtitles {
    color: white;
    font-size: 30px;
}

.agreetext {
    color: white;
    font-size: 20px;
}

.agree {
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    grid-template-columns: 5% 95%;
}

@media(max-width: 1080px) {
    .loginformular {
        margin-right: 10%;
        margin-left: 10%;
    }
}
