@font-face {
    font-family: 'SBB Roman';
    src: url(../fonts/SBBWeb-Roman.ttf);
    src: url(../fonts/SBBWeb-Roman.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Roman.woff) format('woff'), url(../fonts/SBBWeb-Roman.woff2) format('woff2'),
}

@font-face {
    font-family: 'SBB Thin';
    src: url(../fonts/SBBWeb-Thin.ttf);
    src: url(../fonts/SBBWeb-Thin.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Thin.woff) format('woff'), url(../fonts/SBBWeb-Thin.woff2) format('woff2'),
}

@font-face {
    font-family: 'SBB Bold';
    src: url(../fonts/SBBWeb-Bold.ttf);
    src: url(../fonts/SBBWeb-Bold.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Bold.woff) format('woff'), url(../fonts/SBBWeb-Bold.woff2) format('woff2'),
}

body {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#top {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}

#logo {
    text-align: right;
    float: right;
}

#logo img {
    max-height: 130px;
    height: auto;
    width: auto;
}

#header {
    margin-bottom: 25px;
    width: 100%;
}

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

#content {
    width: 100%;
    float: left;
}

h1 {
    font-size: 26px;
    margin: 20px 0 10px;
    line-height: 1.1em;
}

#subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

h2 {
    margin: 25px 0 3px 0;
    font-size: 13px;
}

ul {
    margin: 0 0 0 -27px;
}

a, a:visited {
    color: #eb0000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 10px 0px;
    padding: 0;
}

b {
    font-weight: bold;
}

.text {
    margin-bottom: 30px;
}

.btn-bewerben a {
    background: #eb0000;
    color: #fff;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    font-family: 'SBB Roman', Arial, sans-serif;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 10px;
    align-items: center;
    font-size: 15px;
}

.btn-bewerben svg {
    display: inline-flex;
    fill: #fff;
    width: 19px;
    height: 13px;
}

.btn-bewerben a:hover {
    color: #fff;
    text-decoration: none;
    background: #b20000;
}

footer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
}

footer > div {
    flex: 1;
}

footer #footerlogo {
    text-align: right;
}

@media screen and (max-width: 480px) {
    #logo img {
        max-height: 120px;
        width: auto;
    }
}