body {
background-color: #C4B58D;
}

a {
text-decoration: none;
}

img.bg {
width: 100%;
height: auto;
position: fixed;
top: 0px;
left: 0;
opacity: 0.8;
}

.menu {
text-align: center;
background-color: #ffffff;
border-radius: 5px 5px 5px 5px;
opacity: 0.75;
}
.menu img {
border-radius: 5px 5px 5px 5px;
}

.menu-items {
display:none;
}

.news {
text-align: center;
background-color: #ffffff;
border-radius: 5px 5px 5px 5px;
opacity: 0.75;
}

.news_eng {
text-align: center;
background-color: #ffffff;
border-radius: 5px 5px 5px 5px;
opacity: 0.75;
}

.bio-pic {
opacity: 1;
}
.bio-pic img {
border-radius: 5px 5px 0px 0px;
}

.bio {
height: 100%px;
text-align: justify;
background-color: #ffffff;
border-radius: 0px 0px 5px 5px;
opacity: 0.75;
}

.footer {
bottom: 0px;
background-color: #ffffff;
border-radius: 5px 5px 0px 0px;
opacity: 0.75;
}
.footer img {
border-radius: 5px 5px 5px 5px;
}
.footer table {
width: 50%;
}


.content {
display: none;
text-align: justify;
background-color: #ffffff;
border-radius: 5px 5px 5px 5px;
opacity: 0.75;
}


.impressum {
display:none;
text-align: justify;
background-color: #ffffff;
border-radius: 5px 5px 5px 5px;
opacity: 0.75;
}
.close {
display: none;
}

p {
font-family: sans-serif;
font-size: 35px;
color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
opacity: 1;
}

h1 {
font-family: sans-serif;
font-size: 50px;
color: #000000;
margin-left: 10px;
margin-right: 10px;
}
