* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
        "Helvetica", "Arial", sans-serif;
    margin: 0;
    line-height: 1.5;
    background-color: #f5f5f7;
}

a {
    color: #06c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

nav {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 1;
}

nav.dark {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

.navgap {
    margin-top: 44px;
}

.dark {
    background: #131313;
    color: #f5f5f7;
}

.dark a {
    color: #f5f5f7;
}

.container {
    width: 980px;
    margin: 0 auto;
}

nav .container {
    display: flex;
    justify-content: space-around;
    width: 30%;
}

nav a {
    opacity: 0.8;
    padding: 0 8px;
    transition: opacity 0.3s ease-in-out;
}

nav.dark a:hover {
    opacity: 1;
    text-decoration: none;
}

nav,
.announcement {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.announcement.dark {
    background: #00478f;
}

.announcement {
    text-align: center;
    font-size: 18px;
}

.start1 {
    background-color: #f5f5f7;
}

.slogan {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    padding-top: 200px;
}

.slogan2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    font-size: 34px;
    font-weight: 510;
}

.slogan22 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 34px;
    font-weight: 510;
    font-size: 24px;
}

.bewertung {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.bewertungimg1,
.bewertungimg2 {
    width: 100%;
    height: 100%;
}

.contact-start {
    color: #00478f;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    padding-bottom: 50px;
    align-items: center;
}

.vidcontent {
    background-color: #f5f5f7;
}

.startvid {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
}

.playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    cursor: pointer;
}

.vidbtn {
    background-color: #00478f;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    color: #f5f5f7;
    font-weight: bold;
    font-size: 14px;
    padding: 16px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
    margin-top: 20px;
    margin-bottom: 12px;
}

.vidbtn:hover {
    background-color: #00478f;
}

.vidbtn:active {
    position: relative;
    top: 1px;
}

.faktencheck1 {
    background-color: #f5f5f7;
    padding-top: 120px;
}

.faktencheck {
    color: #00478f;
    background-color: #ebedee;
    font-size: 48px;
    font-family: "Schrift2";
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .faktencheck {
        font-size: 32px;
    }
}

@media only screen and (max-width: 600px) {
    .faktencheck {
        padding-left: 50%;
        padding-right: 50%;
    }
}

.counter-container {
    display: flex;
    justify-content: space-around;
    padding-bottom: 80px;
    padding-top: 20px;
    background-color: #ebedee;
}

.counter {
    text-align: center;
}

.counter-value {
    font-size: 36px;
    font-weight: bold;
    color: #00478f;
}

.counter-text {
    font-size: 18px;
    color: #000000;
}

.row {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 30px;
    background: #f5f5f7;
}

.row .right {
    display: flex;
    align-items: center;
}

.row .right .content {
    font-size: 19px;
    line-height: 26px;
    padding-right: 20px;
}

.slogantop {
    font-family: "Schrift1";
    font-size: 38px;
    text-decoration: none;
    font-weight: bold;
    color: #00478f;
    line-height: 1.2;
}

.p1 {
    margin-top: 20px;
}

.p2 {
    margin-top: 10px;
}

.p3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.akpgn {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    color: #000;
}

.contact-text {
    display: flex;
    justify-content: center;
    color: #000;
    background-color: #f5f5f7;
    padding-top: 10px;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-decoration: underline;
}

.contact-form {
    width: 100%;
    height: 400px;
    background-color: #f5f5f7;
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    padding-bottom: 20px;
}

.contact-box {
    width: 500px;
    margin-top: -30px;
}

form {
    margin: 35px;
}

.input-field {
    width: 400px;
    height: 40px;
    margin-top: 20px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 14px;
    outline: none;
}

.textarea-field {
    height: 100px;
    padding-top: 15px;
    resize: none;
}

.myButton {
    background-color: #00478f;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 26px;
    text-decoration: none;
    margin-top: 30px;
}

.myButton:hover {
    background-color: #0063cd;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.backtotop {
    display: flex;
    justify-content: center;
    color: white;
    background-color: #00478f;
    margin-top: 35px;
    padding: 10px;
    font-size: 16px;
}

.container5 {
    display: flex;
    gap: 25px;
    padding: 50px 20px;
}

.container5 h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

footer {
    background-color: #f5f5f7;
    color: #000;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.about {
    flex-grow: 1;
    flex-basis: 100%;
}

.about ul {
    list-style-type: none;
    line-height: 1.6;
}

.about a {
    color: #000;
    text-decoration: none;
}

.about a:hover {
    color: #000;
    text-decoration: underline;
}

.services {
    flex-grow: 1;
    flex-basis: 100%;
}

.services ul {
    list-style-type: none;
    line-height: 1.6;
}

.services a {
    color: #000;
    text-decoration: none;
}

.services a:hover {
    color: #000;
    text-decoration: underline;
}

.extras {
    flex-grow: 1;
    flex-basis: 100%;
}

.extras ul {
    list-style-type: none;
    line-height: 1.6;
}

.extras a {
    color: #000;
    text-decoration: none;
}

.extras a:hover {
    color: #000;
    text-decoration: underline;
}

.contact {
    flex-grow: 1;
    flex-basis: 100%;
}

.contact ul {
    list-style-type: none;
    line-height: 1.5;
}

.contact a {
    color: #000;
    text-decoration: none;
}

.contact a:hover {
    color: #000;
    text-decoration: underline;
}

.social-icons {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -10px;
    gap: 20px;
}

.copyright {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid gray;
}

@media only screen and (max-width: 768px) {
    .container5 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .announcement {
        text-align: center;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1400px) {
    .startvid {
        width: 80%;
    }
}

@media only screen and (max-width: 700px) {
    .startvid {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .slogan {
        display: flex;
        justify-content: center;
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .slogan2 {
        font-size: 20px;
        font-weight: 700;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .contact-start {
        font-size: 22px;
    }
}

@media only screen and (max-width: 330px) {
    .contact-start {
        font-size: 18px;
    }
}

@media only screen and (max-width: 440px) {
    .contact-box {
        width: 300px;
        justify-content: center;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .contact-text {
        font-size: 15.5px;
        padding-top: 12px;
    }
}

@media only screen and (max-width: 465px) {
    .contact-text {
        font-size: 18px;
        padding-top: 12px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 440px) {
    .contact-text {
        padding-top: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 470px) {
    .bewertung {
        flex-direction: column;
    }
}

@media only screen and (max-width: 470px) {

    .bewertungimg1,
    .bewertungimg2 {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1630px) {
    .row .right .content {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1630px) {
    .row {
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .counter-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 410px) {
    .input-field {
        width: 370px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

@media only screen and (max-width: 370px) {
    .input-field {
        width: 350px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

@media only screen and (max-width: 350px) {
    .input-field {
        width: 330px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

@media only screen and (max-width: 330px) {
    .input-field {
        width: 310px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
}

article h2 {
    margin: 0 0 18px 0;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
    line-height: 1.2;
}

article img {
    max-width: 100%;
    border-radius: 5px;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
}

.article-body {
    padding: 24px;
}

article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #00478f;
    font-size: 22px;
}

article a:focus {
    outline: 1px dotted #28666e;
}

article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.articles {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f7;

}

.read-more {
    padding-top: 10px;
    background-color: #00478f;
    color: #fff;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .container5 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1900px) {
    .container1 {
        height: 70vh;
    }
}

@media only screen and (max-width: 1050px) {
    .container1 {
        height: 80vh;
    }
}

@media only screen and (max-width: 965px) {
    .container1 {
        height: 100vh;
    }
}

@media only screen and (max-width: 850px) {
    .container1 {
        height: 110vh;
    }
}

@media only screen and (max-width: 770px) {
    .container1 {
        height: 120vh;
    }
}

@media only screen and (max-width: 700px) {
    .container1 {
        height: 130vh;
    }
}

@media only screen and (max-width: 650px) {
    .container1 {
        height: 140vh;
    }
}

@media only screen and (max-width: 415px) {
    .container1 {
        height: 150vh;
    }
}

@media only screen and (max-width: 370px) {
    .container1 {
        height: 160vh;
    }
}

@media only screen and (max-width: 350px) {
    .container1 {
        height: 170vh;
    }
}

@media only screen and (max-width: 330px) {
    .container1 {
        height: 180vh;
    }
}

@media only screen and (max-width: 310px) {
    .container1 {
        height: 190vh;
    }
}

@media only screen and (max-width: 410px) {
    .input-field {
        width: 370px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

@media only screen and (max-width: 370px) {
    .input-field {
        width: 350px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

@media only screen and (max-width: 350px) {
    .input-field {
        width: 330px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

@media only screen and (max-width: 330px) {
    .input-field {
        width: 310px;
        height: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border: 1px solid #777;
        border-radius: 14px;
        outline: none;
    }
}

.vidbtnrl {
    background-color: #00478f;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #f5f5f7;
    font-weight: bold;
    font-size: 14px;
    padding: 16px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-container {
    padding-top: 80px;
    text-align: center;
}

.texth {
    color: #000000;
    font-size: 45px;
    font-family: "Schrift1";
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
}

.row .left {
    overflow: hidden;
}

.left {
    margin-left: 200px;
}

@media only screen and (max-width: 1630px) {
    .left {
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 550px) {
    .row .left img {
        width: 95%;
    }
}

.imgartc {
    width: 100%;
    height: 100%;
}

.bigli {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.slogan11 {
    background-color: #f5f5f7;
    color: #00478f;
    font-size: 44px;
    font-family: "Schrift2";
    padding-top: 50px;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ahref {
    cursor: pointer;
}

.divstyle {
    position: relative;
}

.liun {
    font-size: 15px; color: #06c;
}