.under_construction {
    height: 150px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: font_1;

}
.under_construction > h1 {
    font-size: 50px;
}

body {
    background-image: url(lights.png);
    

}
@media only screen and (min-width: 768px){
    .bgcolor{
        height: 100vh;
    }
    .under_construction > h1 {
    font-size: 60px;
}
}
@media only screen and (min-width: 992px){
    .under_construction > h1 {
    font-size: 80px;
    }
}
@media only screen and (min-width: 1200px){
    .under_construction > h1 {
    font-size: 80px;
    }
}
.bgcolor {
    background-color: antiquewhite;

    height: 100%;
}

#rcorners1 {
    border-radius: 25px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    

}
.center{
    text-align: center;
}
#language{
    border-style: none;
    background-color:transparent;

}
#flagge{
    width: 25px;
}
.lang_button {
    text-align: center;
    padding: 2px;
    border-radius: 8px;
    background-color: lightgrey;
}

@font-face {
   font-family: font_1;
   src: url(CodaCaption-ExtraBold.ttf);
}
.impressumstext {
    font-size: 8pt;
}
.infotext {
    text-align: center;
    font-family
    font-size: 2em;
}