.unternehmerKontakt {
    text-align: center;
    background: linear-gradient(to bottom, #566c00 5%, #bcc987 100%);
    background-color: #566c00;
    border-radius: 80px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 24px;
    padding: 23px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000000;
}
.unternehmerKontakt:hover{
    background:linear-gradient(to bottom, #bcc987 5%, #566c00 100%);
	background-color:#bcc987;
}
#freude{
    text-align: center;
}
.eintrag{
    margin-bottom: 40px;
}

.eintragNeben :nth-child(5){
    margin-bottom: 40px;
}
#gesamt a{
    margin-bottom: 25px;
}

#gesamt{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eintragMapNeben{
    display: flex;
    width: 600px;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.eintragMap{
    width: 120px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 60%);
    padding: 7px;
    border-radius: 12px;
    color: black;
    background: white;
    text-align: center;
}

.eintragMap:hover{
    background: #5a5a5afa;
    color: white;
}

.eintragMapAn{
    background: #2c2c2c;
    color: white;
}

.mapAus{
    display: none;
}
#maps{
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

#mapGreding{
    width: 100%;
    max-width: 900px;
}
#mapKandel{
    width: 100%;
    max-width: 900px;
}
iframe{
    width: 100%;

}    
.eintragMapNeben{
    width: 100%;
    max-width: 900px;
}

@media  screen and (max-width: 665px) {
    iframe{

        height: 400px;
    }
    .eintragMap{
        font-size: 15px;
        width: 100px;
    }

    .unternehmerKontakt{
        font-size: 18px;
        padding: 18px 25px;
    }
    #freude{
        font-size: 20px;
    }
    .eintragMap:hover{
        background: #2c2c2c;
        color: white;
    }
}
@media  screen and (max-width: 515px) {
    iframe{
        width: 100%;
        height: 320px;
    }
    .eintragMap{
        font-size: 12px;
        width: 80px;
        border-radius: 8px;
        padding: 4px;
    }
    .unternehmerKontakt{
        font-size: 15px;
        padding: 15px 20px;
    }
    #freude{
        font-size: 16px;
        margin-bottom: 15px;
    }
}
@media  screen and (max-width: 408px){
    iframe{

        height: 250px;
    }


}

@media  screen and (max-width: 335px){
    iframe{

        height: 200px;
    }
    .unternehmerKontakt{
        font-size: 14px;
        padding: 12px 20px;
    }

}