body {
    background-color: #0a1f53;
    margin: 0px;
    font-family: "Google Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    line-height: 1.6;
    font-variation-settings: "GRAD" 0;
}

h1 {
    line-height: 1.0;
}

/* Tablet */
@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

/* Laptop */
@media (min-width: 1024px) {
    body {
        font-size: 18px;
    }
}

/* großer Desktop */
@media (min-width: 1440px) {
    body {
        font-size: 20px;
    }
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* background-color: #0a1f5355; */
    background-color: #0a1f53;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
    color: #fff;
    /* transition: background-color .2s ease-out; */
    /* backdrop-filter: blur(50px); */
    display: flex;
    justify-content: center;
}

.header-box {
    width: 100%;
    max-width: 1440px;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .header-box {
        margin: 0px 40px;
    }
}

footer {
    background-color: #0a1f53;
    color: #eee;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    font-size: 0.8em;
    /* temporär */
    height: 400px;
}

footer a {
    color: #eee;
    margin-right: 20px;
}

.fc0 {
    width: 100%;
    /* max-width: 1440px; */
    max-width: 960px;
    margin: 0 20px;
}

@media (min-width: 768px) {
    .fc0 {
        margin: 20px 40px;
    }
}

.fc1 {
    grid-template-rows: fit-content() 1fr 1fr;
    justify-content: center;
    align-content: end;
    text-align: center;
}

@media (min-width: 768px) {
    .fc1 {
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
    }
}

.sgfhr {
    background-image: linear-gradient(135deg, #f4f7fb 40%, #f6e8f3 90%);
    color: #111;
    text-align: center;
    justify-content: center;
}

.cgfhr {
    width: 100%;
    max-width: 400px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.sgf {
    background-image: linear-gradient(135deg, #f4f7fb 40%, #f6e8f3 90%);
    color: #111;
    text-align: center;
    justify-content: center;
    justify-items: center;
}


@media (min-width: 768px) {
    .cgfhr {
        width: 100%;
        max-width: 960px;
        /* margin: auto; */
        padding: 40px;
        justify-content: center;
        align-items: center;
    }

}

.gfhrh1 {
    margin-top: 60px;
}

.gf-hr-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gf-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-style: solid;
    border-color: #aaa;
    border-radius: 20px;
    border-width: 1px;
    width: 100%;
    padding: 50px 0px;


}

@media (min-width: 768px) {
    .gf-wrapper {
        display: flex;
        width: 500px;
        /* flex-direction: row; */
        justify-content: center;
        padding: 50px 0px;
    }
}


@media (min-width: 768px) {
    .gf-hr-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

.antwort {
    display: flex;
    flex-direction: row;
    height: 150px;
    width: 300px;
    margin: 20px 10px 100px 10px;
}

.antwort:hover>a>div {
    background-color: #4b6197;
}

@media (min-width: 768px) {
    .antwort {
        height: 300px;
        width: 300px;
    }
}


.antwortimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: height 0.2s;
}

.antwortimg:hover {
    height: 102%;
}

.antworttext {
    background-color: #0a1f53;
    font-weight: 600;
    color: #eee;
    display: block;
}

form {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    /* text-align: left; */
    justify-content: center;
    /* width: 300px; */

}

form * {
    font-size: 18px;
    /* margin:5px;*/
    padding: 10px;
    width: 90%;

}

form input {
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #aaa;
}

form input::placeholder {
    font-size: 16px;
}

form input:placeholder-shown {
    background-color: #eee;
    border: none
}

@media (min-width: 768px) {
    form * {
        font-size: 20px;
        /* margin:5px;*/
        padding: 10px;
        width: 350px;
    }
}

label,
.hints {
    font-size: 14px;
    color: #888
}

label {
    display: block;
    text-align: left;
}

.hints {
    margin-top: 20px;
}


.btn1 {
    margin: 30px 10px 10px 10px;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    background-image: linear-gradient(135deg, #d73434 30%, #a60085 80%);
}

.btn1:active {
    transform: translate(2px, 2px);
    transition-duration: .1s;
}

.btn1:hover {
    box-shadow: rgba(208, 110, 105, 1) 0 0 2px 2px;
}

.ee, .impressum{
    max-width: 80%;
    padding:60px;
    height: 600px;
}
 .eeimg {
    border-radius: 20px;
    width: 100%;
    max-width: 800px;
    margin-bottom: 50px;
}
.impressum {text-align: left;}

.datenschutz {
    height: max-content;
}