* {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-fill-color: black;
}
.center {
    text-align: center;
}
body {
    font-size:20px;
    background-color: rgb(224,202,202);
}
.abstandOben {
   margin-top: 30px;
}
.abstandObenViel {
    margin-top: 65px;
}    
.abstandGen {
    margin-bottom: 30px;
    margin-top: 30px;
}
.bildJudFriedhof {
    width: 100%;
    margin-top: 10px;
}
.bildJudFriedhof2 {
    width: 74.5%;
    height: 74.5%;
    margin-top: 10px;
}
.bildGrenzArt {
    margin-left: auto;
    width: 90%;
    height: 90%;
    margin: 7%;
}
.bildKontakt {
    width: 45%;
    height: 45%;
    margin-bottom: 20px;;
}
.bildMalakademie{
    width:91%;
    height: 500px;
    margin-top: 30px;
}
.bildBiografie {
    max-width: 100%;
    max-height: 100%;
    margin-left: 5px;
    margin-bottom: 20px;
}
.bildMahnmal {
    width: 50%;
    height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.portrait {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 70px;
}
.centerBild {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
.carouselMal {
    width: 45%;
    height: 45%;
}
.grossText {
    font-size: 31px;
    margin-top: 30px;
}
button {
    background-color: rgb(180, 126, 143);
    padding: 20px;
    color: rgb(57, 52, 52);
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
}
button:hover {
    animation: buttonHover 0.7s;
    background-color: rgb(200, 160, 160);
}

@keyframes buttonHover {
    from {
        background-color: rgb(180, 126, 143);
    }
    to {
        background-color: rgb(200, 160, 160);
    }
}    
nav {
    background-color: rgb(180,126,143);
    -webkit-text-fill-color: black;
}
.bioLi {
    margin-bottom: 17px;
}
.impressum {
    margin-top: 60px;
    margin-bottom: 20px;
}
.bold {
    font-weight: bold;
    text-decoration: underline;
}
.fett {
    font-weight: bold;
}
.kleine_Schrift {
    font-size: small;
    text-align: center;
}