body {
    background-color: #000000;
    color: #ac2135;
    font-size: 1.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 3rem;
    font-weight: 500;
    border-bottom: 2px solid #ac2135;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}
a, a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}
section {
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    display: table;
}
span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.schmal {
    max-width: 22rem;
}
.logo {
    text-align: center;
    width: 350px;
    max-width: 90vw;
    heigth:100;
    max-height:162px;
}
.content {
    display: table-cell;
    text-align: center!important;
    vertical-align: middle!important;
}
.mail {
    font-weight: 300;
}
.orange {
    color: #ff8a15;
}

/* ********** */
/* Fonts */
/* ubuntu-300 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/ubuntu-v11-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
         url('./fonts/ubuntu-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/ubuntu-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/ubuntu-v11-latin-300.woff') format('woff'), /* Modern Browsers */
         url('./fonts/ubuntu-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./fonts/ubuntu-v11-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
