.warning{
    color: red;
    font-weight: bolder;
}
body{
    margin: 0;
    padding: 0;
    min-height: 500px;
    font-family: sans-serif;
}
.textHighlight{
    color:#4b6a19;
}
header{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.headUpper{
    display: flex;
    justify-content: space-between;
    background: linear-gradient(#bcc987, #566c00);
    width: 100%;
    padding: 10px 15%;
    align-items: center;
}
.slogan{
    font-size: 24px; 
    font-weight: bolder;
    min-width: 150px;
    text-align: center;
    color: #ffffff;
}
.slogan :nth-child(2)
{
    text-align: left;
    margin: 0;
    font-size: 20px; 
}
.slogan :nth-child(3)
{
    text-align: right;
    font-size: 20px; 
}


#citologo{
    width: 14%;
    min-width: 164px;
}


nav{
    background: linear-gradient(#2c2c2c, #5a5a5afa);
    padding: 15px 15%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.headLower{

    display: flex;
    flex-direction: row;
    gap: 2%;
    width: 60%;
    align-items: center;
    justify-content: space-between;

}
.headLower a{
    padding: 0% 4%;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #acc64a;
    padding-bottom: 1px;
}

.headLower a:hover{
    border-bottom: solid white 2px;
}

#navAktiv{
    border-bottom: solid white 2px;
}

#gesamt{
    padding: 15% 15% 5% 15%;
    background-color: white;
    min-height: 650px;
    border-bottom: 2px solid black;
}
#gesamt p{
    font-size: 22px;
}

h2{
    font-size: 30px;
}
h1{
    text-align: left;
    font-size: 34px;
}
#h1p{
    text-align: left;
}

.eintrag{
    margin-bottom: 110px;
    text-align: left;
}

#ueberschrift{
    border-bottom: solid 3px rgba(133, 133, 133, 0.575);
    width: 100%;
}

.eintragNeben{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eintragNeben .eintrag{
    width: 45%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 40%);
    padding: 15px;
    border-radius: 12px;
    background: rgba(86, 108, 0, 5%);
}
.eintrag h2{
    color: #4b6a19;
}
h1{
    margin: 0;
}

footer{
    background: linear-gradient(#bcc987, #566c00);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
}
footer div{
    text-align: center;
}

footer div a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
footer div a:hover{
    border-bottom: 2px solid black;
}

.footerpicsnext{
    display: flex;
    align-items: center;
    gap: 10%;
}
.footerPics{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.footerPics img{
    width: 60px;
    height: 60px;
}
.footerPicsSingle img{
    width: 80%;
    max-height: 160px;
}
#whatsApp img{
    width: 66px;
    height: 66px;
}

#footerActive a{
    color: black;
}
.footerPicsText{
    color: white;
    display: flex;
    gap: 40px;
}
@media  screen and (min-width: 2200px){
    #citologo{
        max-width: 240px;
    }
    .slogan{
        font-size: 28px; 
        font-weight: bolder;
        min-width: 150px;
        text-align: center;
        color: #ffffff;
    }
    .slogan :nth-child(2)
    {
        text-align: left;
        margin: 0;
        font-size: 26px; 
    }
    .slogan :nth-child(3)
    {
        text-align: right;
        font-size: 26px; 
    }
    
}
@media  screen and (max-width: 1300px){
    .eintrag{
        margin-bottom: 80px;
    }
    #gesamt{
        padding: 200px 10% 5% 10%;
        /*background: rgba(172, 198, 74, 0.25);*/
        background-color: white;
        min-height: 650px;
    }
    .headUpper{
        padding: 10px 10%;
    }
    nav{
        padding: 15px 10%;
    }
    .headLower{
        width: 550px;
    }
    .headLower a{
        padding: 0px 10px;
    }
    #gesamt p{
        font-size: 20px;
    }
    
    h2{
        font-size: 25px;
    }
    h1{
        font-size: 30px;
    }
}



@media  screen and (max-width: 900px) {
    .eintrag{
        margin-bottom: 60px;
    }
    .eintragNeben .eintrag{
        width: 100%;
    }
    nav a{
        font-size: 19px; 
        padding: 0px 15px;
    }
    #gesamt p{
        font-size: 18px;
    }
    
    h2{
        font-size: 23px;
    }
    h1{
        font-size: 28px;
    }
    .footerPicsText{
        font-size: 14px;
    }
    }


@media  screen and (max-width: 670px){

    #gesamt{
        padding: 200px 40px 5% 40px;
        background-color: white;
        min-height: 650px;
    }
    .headUpper{
        padding: 10px 40px;
    }
    nav{
        padding: 15px 40px;
    }
    .headLower{
        width: 400px;
    }
    .headLower a{
        font-size: 18px;
        padding: 0px 10px;
    }
    .slogan{
        font-size: 20px;
    }
    .slogan :nth-child(2)
    {
        font-size: 18px;
    }
    .slogan :nth-child(3)
    {
        font-size: 18px;
    }

}

@media  screen and (max-width: 550px){
    .slogan{
        font-size: 18px;
    }
    .slogan :nth-child(2)
    {
        font-size: 16px;
    }
    .slogan :nth-child(3)
    {
        font-size: 16px;
    }
    #gesamt p{
        font-size: 15px;
    }
    
    h2{
        font-size: 21px;
    }
    h1{
        font-size: 25px;
    }

}
@media  screen and (max-width: 485px)
{
    #gesamt{
        padding: 165px 15px 20px 20px;
    }
    .headUpper{
        padding: 10px 20px;
    }
    nav{
        padding: 12px 20px;
    }
    .headLower{
        width: 300px;
    }
    .headLower a{
        font-size: 16px; 
        padding: 0px 10px;
    }
    #citologo{
        min-width: 130px;
    }


    .footerPicsText{
        font-size: 12px;
    }
    .footerIn a{
        font-size: 15px;
    }
    .eintrag{
        margin-bottom: 50px;
    }
    .footerPics img{
        width: 50px;
        height: 50px;
    }
    #whatsApp img{
        width: 55px;
        height: 55px;
    }
    
}

@media  screen and (max-width: 420px)
{
    .slogan{
        font-size: 15px;
    }
    .slogan :nth-child(2)
    {
        font-size: 13px;
    }
    .slogan :nth-child(3)
    {
        font-size: 13px;
    }
    .headLower a{
        font-size: 15px; 
        padding: 0px 8px;
    }
    
    #gesamt p{
        font-size: 14px;
    }
    h2{
        font-size: 18px;
    }
    h1{
        font-size: 21px;
    }
    .footerPicsText{
        font-size: 11px;
    }
}
@media  screen and (max-width: 374px)
{
    footer{
        padding: 5px;
    }
    .slogan{
        font-size: 13px;
    }
    .slogan :nth-child(2)
    {
        font-size: 11px;
    }
    .slogan :nth-child(3)
    {
        font-size: 11px;
    }
    #citologo{
        min-width: 124px;
    }
    .headLower{
        width: 250px;
    }
    .headLower a{
        font-size: 14px; 
        padding: 0px 5px;
    }
    .footerPicsText{
        gap:25px;
    }
}
@media  screen and (max-width: 325px)
{
    #citologo{
        min-width: 120px;
        margin: 0% 2% 2% 1%;
    }
    .headUpper{
        flex-direction: column;
    }
    .headLower a{
        font-size: 12px; 
        padding: 0px 5px;
    }


    .footerPicsText{
        font-size: 10px;
    }
    .footerIn a{
        font-size: 12px;
    }
}
@media  screen and (max-width: 290px)
{
    nav{
        gap: 2px;
    }
    .headLower a{
        font-size: 11px; 
        padding: 0px 3px;
    }
    #citologo{
        min-width: 120px;
        margin: 0% 2% 2% 1%;
    }
    .slogan{
        margin: 0;
        min-width: 100px;
        font-size: 11px;
    }
    .slogan :nth-child(2)
    {

        font-size: 8px; 
    }
    .slogan :nth-child(3)
    {

        font-size: 8px; 
    }
}