h1{
    text-align: center;
    -webkit-text-fill-color: rgb(0, 0, 0);
}
p{
     -webkit-text-fill-color: rgb(0, 0, 0);

}
a:hover{
    Transform: scale(1.2) !important;    
    
}
img{
    max-inline-size: 100%;
    border: 5px solid rgb(0, 0, 0);
}
main{
    margin: 20px;
    text-align: center;
    -webkit-text-fill-color: rgb(0, 0, 0);
}
.navbar ul{
    list-style: none;
    background-color: rgb(0, 69, 8);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.navbar a{
    color: rgb(124, 255, 103);
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}
.navbar{
    text-align: center;
}
.navbar a:hover{
    background-color: rgb(124, 255, 103);
    border-right: 1px solid white;
    color: rgb(0, 69, 8);;
}
.navbar li{
    float: left;
}
h1{
    text-align: center;
    font-size: 28px;
}
.map-container{
 position: relative;
 width: 100%;
 height: 100%;
 padding-bottom: 56.25%;

}
iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}
.button{
    display: inline-block;
    background-color: rgb(0, 157, 105);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.button:hover{
    background-color: rgb(0, 83, 10);
}
footer{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.impressum{
    margin: 20px;
    text-align: center;
    font-size: 25px;
    background-color: rgb(0, 78, 12);
    border-radius: 10px;
}
.impressum p{
    -webkit-text-fill-color: rgb(90, 255, 123);
}
.impressum{
    -webkit-text-fill-color: rgb(90, 255, 123);
}