html {
    background: #fafafa url('https://psychologe-weidmann.de/page2022/Wartungsmodus/maintenance-beach.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#maintenance-body {
    margin: 0 auto;
    width: 50%;
    font-family: Georgia,serif;
}

#maintenance-content {
    min-height: 20px;
    padding: 20px;
    margin-top: 50px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    opacity: 0.7;
    border-radius: 20px;
    text-align: center;
}

#logo {
    max-width:100%;
    height: auto;
}

#maintenance-headline {
    margin-top:25px;
    padding-bottom: 20px;
    color:#004990;
}

#maintenance-description {
    color:#424242;
}

#fa-icon { 
    display: inline;
    vertical-align: middle;
}

a {
    color: #004990;
}

a:hover {
    color: #04B431;
}
  
@supports (-webkit-overflow-scrolling: touch) {
    html {
        height: 100%;
        overflow: hidden;
    }

    body {
        height:100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}