h1{
    text-align: center;
    margin:15px;
    color: #004c5b;
    font-weight: bold;
}
h2{
    color: #004c5b;
    text-align: center;
    margin:15px;
    font-weight: 500;
}
h3{
    color: #004c5b;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 400;
}
#gruppenbild{
    max-height: 500px;
}

.row{
    margin-bottom: 20px !important;
}

.beige-button{
    background-color: #e6b88a;
    border-color: #e6b88a;
}

.beige-button:hover{
    background-color: #bd8853;
    border-color: #bd8853;
}

.blue-button{
    background-color: #296666;
    border-color: #296666;
}

.blue-button:hover{
    background-color: #175252;
    border-color: #175252;
}
@media (min-width:992px){
    .map-img{
        padding:0px 50px;
        /*border: #296666 dotted 2px;*/
    }
}
