.BodyClass{
    background-color: rgb(255, 229, 153);
    font-style: normal;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;

}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}

.content {
    width: 80%;
}

.bottom {
    white-space: nowrap;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

p{
    
    
}
.bild{
    width: 90%;
    height: auto;
    display: block;
    margin: 0px auto;
}
.bild2{
    width: 45%;
    height: auto;
    margin: 0px auto;
}
.logo{
    width: 50%;
    height: auto;
    display: block;
    margin: 0px auto;
}
h1,h2{
    text-align: center;
    color:rgb(33, 19, 122);
   
}
.smalltext{
    font-size: 16px;
    font-weight: bold;
    display: none;
 
}
a{
    text-decoration: none;
}
a:link {
    color: #077296;
   }
   a:visited {
    color: #6ebcd6;
   }
   a:hover {
    color: #336666;
   }
   a:active {
    color: #0e2929;
   }
iframe{
    white-space: nowarp;
    width: auto;
    border: 0;
}