.wrapper {
    width: 100%;
    height: 100%;
}

.content {
    text-align: center;
    padding-top: 100px;
}

.content > div {
    text-align: center;
}

.logo {
    background-image: url("img/titel_b.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 800px;
    height: 399px;
    border: 1px double #333333;
}

.mail a {
    font-weight: bold;
}

.disclaimer {
    color: #ffffff;
    font-size: 10px;
    padding-top: 20px;
}

.kontakt {
    padding-top: 20px;
}

a {
    color: #cccccc;
}

a:visited {
    color: #cccccc;
}

body {
    background-color: #942a2a;
    font-size: 13px;
    color: #cccccc;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.modal > * > *, .modal > * > *:visited {
    color: black !important;
}