﻿h1, h2, h3, h4, h5, h6, p{
    word-break: normal;
}

body{
    margin: 0;
    padding: 0;
    display: block;
}

.header_video{
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
}

#myVideo{
    object-fit: cover;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 1920px;
    max-height: 400px;
    height: 100%;
}

.overlay_text{
    position: absolute;
    opacity: 0;
    top: 243px;
    left: 42px;
    padding: 10px 50px 0px 60px;
    background-color: rgba(0, 0, 0, 0.4);
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
    backdrop-filter: blur(10px);
    animation-name: overlay_fade_in;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes overlay_fade_in {
    from{left: 0; opacity: 0;}
    to{left: 42px; opacity: 1;}
}

.overlay_text h1, h2{
    font-family: Georgia, Arial, Verdana;
    color: #ffffff;
    font-weight: 300;
    margin-top: 0;
}

.container{
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    position: relative;
    padding: 0 0 50px 0;
    background: #efefef;
    height: max-content;
}

.container-fluid{
    max-width: 90%;
}

/* NAVBAR
-----------------------------------------------*/

.navbar{
    z-index: 2;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 16px;
    color: white !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
}

.nav a{
    color: #d3d3d3 !important;
}

.nav a:hover{
    color: #007fce !important;
}

.dropdown-menu{
    background: #222 !important;
}

.dropdown-menu a{
    color: white !important;
}

.dropdown-menu a:hover{
    background: #e3e3e3 !important;
    color: #000000 !important;
}

.dropdown-menu .markiert{
    color: #ffea00 !important;
}

.dropdown-menu .markiert:hover{
    color: #000000 !important;
}

/* MARQUEE
-----------------------------------------------*/

.news {
    width: 100%;
    max-width: 1920px;
    background: #ffdd00;
    border-top: 5px solid #918300;
    border-bottom: 5px solid #918300;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
}

.news #marquee {
    width: 100%;
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
}

.news-content p {
    margin-right: 41px;
    display: inline;
    color: black;
}

#marquee {
    max-width: 100vw; /* iOS braucht das */
    white-space: nowrap;
    overflow: hidden;
}

#marquee span {
    display: inline-block;
    padding-left: 105%;
    animation: marquee 25s linear infinite;
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* HEADLINE
-----------------------------------------------*/

.headline{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 0 25px 25px 25px;
}

.headline .headline_text{
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    padding: 30px 0;
}

/* TEASER INDEX
-----------------------------------------------*/

.teaser{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    height: max-content;
    padding: 25px 25px 30px 25px;
}

.teaser .meldung{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffea00 !important;
}

.teaser .meldung a{
    cursor: pointer;
    color: #ffea00 !important;
    text-decoration: underline;
}

.teaser .meldung a:hover{
    color: #007fce !important;
}

.teaser h3{
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    margin-top: 0;
    letter-spacing: 1px;
}

.teaser .row{
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.teaser .card{
    border-radius: 10px;
    flex-basis: 100%;
    padding: 30px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: white;
    background: #333333;
    border: 2px solid black;
}

.teaser .card-header{
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
}

.teaser .card-body{
    margin: 0 auto;
    max-width: 316px;
    font-size: 15px;
    padding-top: 20px;
    background: #333333;
}

.teaser .card-footer p{
    text-align: left;
}

.teaser .card-footer{
    text-align: center;
}

.teaser .card-footer img{
    margin: 0 auto;
    width: auto;
    height: 100%;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px 1px #1c1c1c;
    max-height: 237px;
}

/* FOOTER
-----------------------------------------------*/

.footer_links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
    width: 100%;
    max-width: 1920px;
    background: #333333;
    padding: 40px 200px 40px 200px;
    font-size: 18px;
    border-top: 5px solid #252525;
}

.footer_links a{
    color: white;
    text-decoration: underline;
}

.footer_links a:hover{
    color: #007fce;
}

/* TABELLE
-----------------------------------------------*/
.tabelle_title{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
}

.tabelle{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 30px 30px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: white;
    background: #333333;
    border-radius: 10px;
    border: 2px solid black;
}

.tabelle td, th{
    color: white;
}

.tabelle td{
    letter-spacing: 1px;
}

.tabelle tbody tr td{
    vertical-align: middle !important;
}

.tabelle a{
    color: #ffea00;
    text-decoration: underline;
}

.tabelle a:hover{
    color: #007fce;
}

/* FORMULARE
-----------------------------------------------*/

.formulare_title{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: center;
}

.formulare {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 30px 30px 30px;
}

.formulare .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 25%;
    text-align: center;
    border: 2px solid black;
}

.formulare .card-text{
    width: 100%;
}

.formulare p{
    color: #ffffff;
}

.formulare a:hover{
    text-decoration: none;
}

.formulare a:focus{
    text-decoration: none;
}

.formulare .card:hover{
    transform: scale(1.03);
    cursor: pointer;
    box-shadow: 10px 10px 15px 2px #464646;
    border: 2px solid #007fce;
}

.formulare .card-header{
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.formulare .card-body{
    margin: 0 auto;
    max-width: 316px;
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    background: #333333;
    height: max-content;
}

/* WOHNHEIM
-----------------------------------------------*/

.wohnheim_title{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
}

.wohnheim_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 10px 30px 10px;
}

.wohnheim_card .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 75%;
    border: 2px solid black;
}

.wohnheim_card .card-text{
    width: 100%;
}

.wohnheim_card p{
    color: #ffffff;
}

.wohnheim_card .card-header{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.wohnheim_card .card-body{
    margin: 0 auto;
    max-width: 100%;
    font-size: 22px;
    padding-top: 20px;
    background: #333333;
    height: max-content;
}

/* FAHRGEMEINSCHAFTEN
-----------------------------------------------*/

.fahrgemeinschaten_title{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: center;
}

.fahrgemeinschaten_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 10px 30px 10px;
}

.fahrgemeinschaten_card .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 100%;
    max-width: 1000px;
    border: 2px solid black;
    text-align: center;
}

.fahrgemeinschaten_card .card-text{
    width: 100%;
}

.fahrgemeinschaten_card p, a{
    color: #ffffff;
}

.fahrgemeinschaten_card a{
    color: #ffea00;
    text-decoration: underline;
}

.fahrgemeinschaten_card a:hover{
    color: #007fce;
}

.fahrgemeinschaten_card .card-header{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.fahrgemeinschaten_card .card-body{
    margin: 0 auto;
    max-width: 100%;
    font-size: 22px;
    padding-top: 20px;
    background: #333333;
    height: max-content;
}

/* KONTAKTFORMULAR
-----------------------------------------------*/

.kontakte_title{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: center;
}

.kontakte_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 10px 30px 10px;
}

.kontakte_card .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 100%;
    max-width: 800px;
    border: 2px solid black;
    text-align: center;
}

.kontakte_card .card-text{
    width: 100%;
}

.kontakte_card p, a{
    color: #ffffff;
}

.kontakte_card a{
    color: #ffea00;
    text-decoration: underline;
}

.kontakte_card a:hover{
    color: #007fce;
}

.kontakte_card .card-header{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.kontakte_card .card-body{
    margin: 0 auto;
    max-width: 100%;
    font-size: 22px;
    padding-top: 20px;
    background: #333333;
    height: max-content;
}

.kontakte_card .betreff{
    color: #464646;
}

.kontakte_card select{
    font-size: 20px;
    border-radius: 4px;
}

.kontakte_card .btn{
    color: #000000;
}

.kontakte_card p{
    font-size: 12px;
}

/* INFORMATION SCHWERSTEDT
-----------------------------------------------*/

.info_schwerstedt_title{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: left;
}

.info_schwerstedt{
    display: flex;
    flex-direction: row;
    gap: 6rem;
    flex-wrap: nowrap;
    max-width: 1400px;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
}

.info_schwerstedt > img{
    max-height: 410px;
    max-width: 596px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 1px #1c1c1c;
}

.info_schwerstedt_link{
    margin: 0 auto;
    width: max-content;
    background: #333333;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #1c1c1c;
}

.info_schwerstedt_link:hover{
    color: black;
    background: #7a7a7a;
}

.info-flex{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.info-flex .bilder-gruppe{
    display: flex;
    gap: 3rem;
    padding: 0 30px 50px 30px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    justify-content: space-between;
}

.info-flex .bilder-gruppe .bild{
    max-height: 700px;
    height: 100%;
}

.info-flex .bilder-gruppe .bild img{
    max-width: 400px;
    width: auto;
    height: auto;
    max-height: 300px;
    box-shadow: 0 0 10px 1px #1c1c1c;
}

/* LINKS
-----------------------------------------------*/

.links_title{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
}

.links_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 10px 30px 10px;
}

.links_card .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 1000px;
    border: 2px solid black;
}

.links_card .card-text{
    width: 100%;
}

.links_card p{
    color: #ffffff;
    font-size: 22px;
}

.links_card li{
    font-size: 18px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.links_card .card-header{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.links_card .card-body{
    margin: 0 auto;
    max-width: 100%;
    font-size: 22px;
    padding-top: 20px;
    background: #333333;
    height: max-content;
}

/* IMPRESSUM
-----------------------------------------------*/

.impressum_title{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
}

.impressum_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 10px 30px 10px;
}

.impressum_card .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 1000px;
    border: 2px solid black;
}

.impressum_card .card-text{
    width: 100%;
}

.impressum_card p{
    color: #ffffff;
    font-size: 22px;
}

.impressum_card li{
    font-size: 18px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.impressum_card .card-header{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.impressum_card .card-body{
    margin: 0 auto;
    max-width: 100%;
    font-size: 18px;
    padding-top: 20px;
    background: #333333;
    height: max-content;
}

/* SCHULVÃ–RDERVERIEN
-----------------------------------------------*/

.schulvoerderverein_title{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: left;
}

.schulvoerderverein{
    display: flex;
    flex-direction: row;
    gap: 6rem;
    flex-wrap: nowrap;
    max-width: 1200px;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
}

.schulvoerderverein span{
    font-weight: bold;
}

.schulvoerderverein > img{
    max-height: 410px;
    max-width: 596px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 1px #1c1c1c;
}

.schulvoerderverein_link{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.schulvoerderverein_link a{
    width: max-content;
    background: #333333;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #1c1c1c;
    font-size: 14px;
}

.schulvoerderverein-flex{
    display: flex;
    flex-direction: column;
}

.schulvoerderverein-flex .bilder-gruppe{
    display: flex;
    gap: 3rem;
    padding: 0 30px 50px 30px;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
}

.schulvoerderverein-flex .bilder-gruppe .bild{
    max-height: 700px;
    height: 100%;
}

.schulvoerderverein-flex .bilder-gruppe .bild img{
    max-width: 400px;
    width: auto;
    height: auto;
    max-height: 300px;
    box-shadow: 0 0 10px 1px #1c1c1c;
}

/* STUNDENPLÄNE
-----------------------------------------------*/

.stundenplaene_title{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
}

.stundenplaene_card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 10px 30px 10px;
}

.stundenplaene_card .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 1000px;
    border: 2px solid black;
}

.stundenplaene_card .card-text{
    width: 100%;
}

.stundenplaene_card p{
    color: #ffffff;
    font-size: 22px;
}

.stundenplaene_card li{
    font-size: 18px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.stundenplaene_card .card-header{
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.stundenplaene_card .card-body{
    margin: 0 auto;
    max-width: 100%;
    font-size: 22px;
    padding-top: 20px;
    background: #333333;
    height: max-content;
}


/* Stundenpläne_1  als Karten
-----------------------------------------------*/

.Stundenplaene_1_title{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: center;
}

.Stundenplaene_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 30px 30px 30px;
}

.Stundenplaene_1 .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 25%;
    text-align: center;
    border: 2px solid black;
}

.Stundenplaene_1 .card-text{
    width: 100%;
}

.Stundenplaene_1 p{
    color: #ffffff;
}

.Stundenplaene_1 a:hover{
    text-decoration: none;
}

.Stundenplaene_1 a:focus{
    text-decoration: none;
}

.Stundenplaene_1 .card:hover{
    transform: scale(1.03);
    cursor: pointer;
    box-shadow: 10px 10px 15px 2px #464646;
    border: 2px solid #007fce;
}

.Stundenplaene_1 .card-header{
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.Stundenplaene_1 .card-body{
    margin: 0 auto;
    max-width: 316px;
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    background: #333333;
    height: max-content;
}



/* Projekte  als Karten
-----------------------------------------------*/

.Projekte_title{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 70px 30px;
    font-family: Georgia, Arial, Verdana;
    font-size: 45px;
    color: #333333;
    text-align: center;
}

.Projekte {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
    padding: 0 30px 30px 30px;
}

.Projekte .card{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 5px 5px 10px 1px #464646;
    color: #ffffff;
    background: #333333;
    width: 25%;
    text-align: center;
    border: 2px solid black;
}

.Projekte .card-text{
    width: 100%;
}

.Projekte p{
    color: #ffffff;
}

.Projekte a:hover{
    text-decoration: none;
}

.Projekte a:focus{
    text-decoration: none;
}

.Projekte .card:hover{
    transform: scale(1.03);
    cursor: pointer;
    box-shadow: 10px 10px 15px 2px #464646;
    border: 2px solid #007fce;
}

.Projekte .card-header{
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    background: #333333;
    color: #ffffff;
}

.Projekte .card-body{
    margin: 0 auto;
    max-width: 316px;
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    background: #333333;
    height: max-content;
}




/* RESPONSIVE
-----------------------------------------------*/

@media (max-width: 1300px) {
    .formulare {
        flex-direction: column;
        align-items: center;
    }
    .formulare .card{
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .header_video{
        height: auto;
        max-height: 200px;
    }
    #myVideo{
        height: auto;
        max-height: 200px;
    }
    .overlay_text{
        top: 50px;
    }
    .teaser .row{
        flex-direction: column;
        gap: 2rem;
    }
    .info_schwerstedt{
        flex-direction: column;
        gap: 3rem;
        max-width: 596px;
    }
    .info_schwerstedt img {
        align-self: center;
    }
}

@media (max-width: 1150px) {
    .info-flex .bilder-gruppe{
        flex-direction: column;
        text-align: center;
    }
    .info-flex .bilder-gruppe .bild img{
        max-width: 536px;
    }
    .schulvoerderverein .bilder-gruppe .bild img{
        max-width: 400px!important;
    }
}

@media (max-width: 1000px) {
    .teaser{
        flex-direction: column;
    }
    .teaser .card{
        width: 100%;
    }
}

@media (max-width: 900px) {
    .schulvoerderverein-flex .bilder-gruppe{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 885px) {
    .overlay_text h1{
        font-size: 20px;
    }
    .overlay_text h2{
        font-size: 15px;
    }
    .overlay_text{
        top: 90px;
    }
    .headline .headline_text{
        font-size: 30px;
    }
    .formulare .card{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wohnheim_title{
        font-size: 30px;
    }
    .wohnheim_card > .card-header{
        font-size: 30px;
    }
    .wohnheim_card > .card-text span, p{
        font-size: 18px;
    }
    .formulare_title{
        font-size: 30px;
    }
    .formulare > .card-text p{
        font-size: 18px;
    }
    .formulare .card-header{
        font-size: 25px;
    }
    .fahrgemeinschaten_title{
        font-size: 28px;
    }
    .fahrgemeinschaten_card .card-text{
        font-size: 18px;
    }
    .kontakte_title{
        font-size: 30px;
    }
}

@media (max-width: 620px){
	.info-flex .bilder-gruppe img{
		max-width: 260px !important;
}

}

@media (max-width: 600px) {
    .footer_links{
        flex-direction: column;
        padding: 60px;
        gap: 3rem;
    }
}

@media (max-width: 550px) {
    .overlay_text{
        top: 50px;
        left: -50px;
        padding: 10px 10px 0px 10px;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .headline .headline_text{
        font-size: 20px;
    }
    .bilder-gruppe .bild img{
        max-width: 200px;
    }
}

@media (max-width: 462px) {
    .schulvoerderverein_title{
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .schulvoerderverein-flex .bilder-gruppe .bild img{
        max-width: 250px !important;
    }
}