body, html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
max-width: 100%;
overflow-x: hidden;
}
p{font-size:1.6rem;line-height: 1}
a:link{color:#ffffff}
a:active{color:#ffffff}
a:visited{color:#ffffff}
a:hover{color:blue}
.footer{
background:#c7a24a;
position:absolute;
z-index:10;
color: #ffffff;
bottom:0px;
left:0;
height:auto;
width:100vw;
text-align:center;
padding:20px;
}
.logo-header{padding:10px;text-align: center;}
.content{padding:100px;text-align: center;}
.construction-container {
position:relative;
background-image: url('Schloss_Hintergrund_LAN.png');
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
background-size:50%;
}
@media(max-width:992px){
img{max-width:350px;}
.logo-header,.content{padding:10px;text-align: center;}
.logo-header{margin-top:40px}
.content{margin-top:100px}
p{font-size:1rem}

.construction-container {
max-width:100vw !important;
position:relative;
background-image: url('Schloss_Hintergrund_LAN.png');
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-size:100%;
}
}
