/* FONTS */
@font-face {
    font-family: 'Ringier-Black';
    font-style: normal;
    font-stretch: normal;
    src: url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Black.eot') format('embedded-opentype'),
    url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Black.woff') format('woff');
}

@font-face {
    font-family: 'Ringier-Bold';
    font-style: normal;
    font-stretch: normal;
    src: url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Bold.eot') format('embedded-opentype'),
    url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Ringier-BoldItalic';
    font-style: normal;
    font-stretch: normal;
    src: url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-BoldItalic.eot') format('embedded-opentype'),
    url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Ringier-Book';
    font-style: normal;
    font-stretch: normal;
    src: url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Book.eot') format('embedded-opentype'),
    url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Book.woff') format('woff');
}

@font-face {
    font-family: 'Ringier-BookItalic';
    font-style: normal;
    font-stretch: normal;
    src: url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-BookItalic.eot') format('embedded-opentype'),
    url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-BookItalic.woff') format('woff');
}

@font-face {
    font-family: 'Ringier-Light';
    font-style: normal;
    font-stretch: normal;
    src: url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Light.eot') format('embedded-opentype'),
    url('https://www.ringier.com/sites/all/themes/ringier/fonts/Ringier-Light.woff') format('woff');
}

/* ------- allgemeine Formatierung --------- */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: 'Ringier-Book', Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 16px;
    max-width: 640px;
    min-width: 300px;
    margin: 0 auto;
}

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

ul {
    margin: 0 0 0 14px;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

/* --------------- Container --------------- */
#maincontainer {
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
}

/* ------------- Hauptelemente ------------- */
#head {
    position: relative;
}

#logo {
    padding: 36px 44px 18px 44px;
}

#logo img {
    height: 46px;
    float: right;
}

#logo_sub {
    display: none;
}

#visual {
    position: relative;
}

#logo img, #visual img {
    display: block;
}

#content {
    padding: 10px 44px 50px 44px;
}

.row {
    position: relative;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    float: left;
    display: block;
    margin-left: 4.6%;
}

.col:first-child {
    margin-left: 0;
}

.col1 {
    width: 32.6%;
    color: #878787;
}

.col2 {
    width: 62.8%;
}

#title {
    font-family: 'Ringier-Light', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    padding: 4px 0 30px 0;
}

.text {
    padding-bottom: 24px;
}

.brand_logo {
    padding: 8px 0 16px 0;
}

.apply_btn a {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    padding: 8px 40px 8px 12px;
}

.color1 a {
    background: url(../img/neu/ic_apply.png) no-repeat scroll right center #e6007e;
}

.color2 a {
    background: url(../img/neu/ic_apply.png) no-repeat scroll right center #878787;
}

.color3 a {
    background: url(../img/neu/ic_apply.png) no-repeat scroll right center #009fe3;
}

.color4 a {
    background: url(../img/neu/ic_apply.png) no-repeat scroll right center #fd0;
}

#video {
    height: 0;
    /* overflow: hidden; */
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
    margin: 55px 0 20px;
}

#video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
}

/* ------------- Footer ------------- */
#footer {
    clear: both;
    position: relative;
    padding: 20px 44px 40px 44px;
    min-height: 80px;
}

.contact {
    color: #878787;
}

.address {
    position: relative;
    left: -16px;
    color: #878787;
    border-left: 1px solid #87888a;
    padding-left: 15px;
}

#buttons {
    position: absolute;
    right: -18px;
    bottom: 14px;
}

#mail_mobile, #whatsapp, #smoope {
    display: none;
    text-decoration: none;
}

@media screen and (max-width: 560px) {
    .col1 {
        display: none;
    }

    .col {
        margin-left: 0;
    }

    .col2 {
        width: 100%;
    }

    #logo {
        padding: 30px 22px 18px 22px;
    }

    #logo_sub {
        display: block;
        padding: 0 22px 16px 22px;
    }

    #logo_sub img {
        max-width: 160px;
        display: block;
    }

    #content {
        padding: 30px 22px 30px 22px;
    }

    #footer {
        padding: 0 22px 30px 22px;
    }

    #footer .col1 {
        display: block;
        width: 100%;
    }

    .contact {
        padding-bottom: 16px;
    }

    .address {
        position: relative;
        left: 0;
        border-left: 0 none;
        padding-left: 0;
    }

    #buttons {
        position: relative;
        right: 0;
        bottom: 0;
        padding-top: 16px;
    }

    #mail {
        display: none;
    }

    #mail_mobile, #whatsapp, #smoope {
        display: inline-block;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (orientation: landscape) {
    html {
        -webkit-text-size-adjust: none;
    }
}