* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #454545;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0) url("../img/bg-striped.png") repeat scroll 0 0;
}

h1 {
    font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: normal;
    color: #000;
    padding: 6px 0;
    word-wrap: break-word;
}

h2 {
    font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
    padding-bottom: 6px;
    display: block;
    word-wrap: break-word;
}

h2 b {
    font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
}

h3 {
    font-family: "Frutiger Neue W01 Bd", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 6px;
    display: inline-block;
    word-wrap: break-word;
}

b, strong {
    font-family: "Frutiger Neue W01 Bd", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

a {
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    color: #069;
    text-decoration: none;
}

a:hover, a:active {
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    color: #005580;
    text-decoration: underline;
}

ul {
    margin: 0 0 0 16px;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

.clear {
    clear: both;
}

/*** Container ***/
#maincontainer {
    background-color: #fff;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

#content {
    clear: both;
    position: relative;
    padding-left: 80px;
    padding-right: 60px;
}

.row {
    position: relative;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    float: left;
    display: block;
    margin-left: 4%;
}

.col:first-child {
    margin-left: 0;
}

.col2 {
    width: 48%;
}

/*** Header ***/
#sticky_header {
    position: fixed;
    top: -100px;
    background-color: #fff;
    border-bottom: 5px solid #dc0018;
    width: 100%;
    height: 48px;
    z-index: 500;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    box-shadow: 0 4px 2px 0 rgba(69, 69, 69, 0.4);
    max-width: 800px;
}

.show_header #sticky_header {
    top: 0;
}

#sticky_header_content {
    position: relative;
    padding: 12px 0 12px 30px;
}

#sticky_logo img {
    display: block;
    height: 23px;
}

#sticky_title {
    position: absolute;
    left: 80px;
    top: 10px;
    width: 340px;
    font-size: 13px;
    line-height: 16px;
    max-height: 34px;
    overflow: hidden;
}

#sticky_header_content ul {
    position: absolute;
    right: 60px;
    top: 15px;
}

#sticky_header_content li {
    font-size: 13px;
    line-height: 18px;
}

#header {
    position: relative;
    padding: 20px 40px 5px 40px;
    margin-bottom: 24px;
    border-bottom: 5px solid #dc0018;
}

#logo .normal {
    width: 220px;
}

#logo .small {
    display: none;
}

#desktop_nav {
    position: absolute;
    right: 60px;
    bottom: 5px;
}

#desktop_nav ul, #sticky_header_content ul {
    margin: 0;
    padding: 0;
    height: 22px;
}

#desktop_nav li, #sticky_header_content li {
    float: left;
    display: block;
    list-style-image: none;
    margin: 0;
    padding: 0 0 0 12px;
}

#desktop_nav .desktopNavBtn {
    font-size: 13px;
    line-height: 18px;
}

.desktopNavBtn, .desktopNavBtn:hover {
    font-family: "FrutigerNeueW01-Regular", Helvetica, Arial, sans-serif;
}

/*** Nav Mobile ***/
.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 17px 15px;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 20px;
    height: 2px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}

/* Button */
.slicknav_btn {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fff;
}

.slicknav_open {
    background-color: #fff;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #069;
    font-weight: normal;
    text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #454545;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: #454545;
}

.slicknav_menu {
    background: #fff;
    padding: 0;
}

ul.slicknav_menu {
    background-color: #fff;
}

ul.slicknav_nav {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
    z-index: 15;
    padding: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.slicknav_nav {
    color: #454545;
    margin: 0;
    padding: 0;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 10px 22px;
    margin: 0;
}

.slicknav_nav a {
    padding: 10px 10px 12px 10px;
    margin: 0;
    text-decoration: none;
    color: #069;
    border-top: 1px solid #ccc;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
    color: #069;
}

.slicknav_nav a:hover, .slicknav_nav a.active {
    color: #069;
    text-decoration: underline;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

/*** Home ***/
#intro {
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #FF0000;
}

#subtitle {
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
}

#subtext {
    padding: 24px 0 22px 0;
}

.mainpic {
    margin-bottom: 20px;
}

/*** Aufgaben ***/
.css_table {
    display: table;
    width: 100%;
    padding-bottom: 16px;
}

.cell {
    display: table-cell;
    background-color: #efefef;
}

.cell_spacer {
    display: table-cell;
    width: 4%;
    background-color: #fff;
}

.cell_content {
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
}

.cell_content li {
    padding-bottom: 4px;
    word-wrap: break-word;
    word-break: break-word;
}

/*** Kontakt ***/
#contact {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
}

.refnr {
    padding-top: 40px;
}



#contact .apply_btn {
    position: absolute;
    right: 0;
    bottom: 22px;
}

#contact .apply_btn a {
    padding: 10px 20px;
    background-color: #FF0000;

}

.apply_btn a, .apply_btn a:hover {
    border-radius: 3px;
    background-color: #FF0000;
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 4px 20px;
    text-decoration: none;
}

#send_mail {
    padding-top: 16px;
    display: none;
}

.contact-form {
    padding-top: 6px;
}

#email {
    background-color: #fff;
    border: 1px solid #757575;
    border-radius: 4px;
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    outline: medium none;
    padding: 0 3%;
    width: 94%;
}

.send {
    padding-bottom: 8px;
    padding-top: 12px;
}

#send-jobatme {
    border-radius: 3px;
    background-color: #454545;
    font-family: "Frutiger Neue W01 Light", Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 4px 20px;
    text-decoration: none;
}

/*** Arbeitgeber ***/
#arbeitgeber {
    padding: 10px 0;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
}

.link {
    text-align: right;
}

.link a, .link a:hover {
    font-size: 15px;
    line-height: 20px;
}

/*** Info ***/
#info {
    padding: 10px 0;
    font-size: 13px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
}

#fws {
    float: right;
    padding-left: 10px;
}

/*** Teaser ***/
#content_teaser {
    position: relative;
    padding-bottom: 60px;
}

.teaser_box {
    border: 2px solid #efefef;
    border-radius: 4px;
    margin-bottom: 8%;
    padding: 6px 8px 20px 8px;
    min-height: 200px;
    font-size: 13px;
    line-height: 18px;
}

.linkbox {
    /*padding: 6px 8px 24px 8px;*/
    position: relative;
}

.linkbox .link {
    position: absolute;
    bottom: 6px;
    right: 8px;
}

#video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.teaser_content::before {
    content: "\2022";
    float: left;
    font-size: 15px;
}

.teaser_jobtitle {
    margin-left: 12px;
    padding-bottom: 6px;
}

/*** Footer ***/
#footer {
    position: fixed;
    bottom: 0;
    background: rgba(245, 245, 245, 0.9);
    border-top: 1px solid #ccc;
    max-width: 800px;
    width: 100%;
    height: 40px;
    z-index: 500;
}

#footer_content {
    text-align: center;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    height: 42px;
}
#footer_content .socialLinks {
    order:1;
}
#footer_content .dsgLink {
    order:2;
}
#footer_content .apply_btn {
    order:3;
}

.social_button {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    top: 7px;
}

.social_button img {
    display: block;
    height: 25px;
    width: 25px;
}

.mail_mobile {
    display: none;
}

#footer .apply_btn {
    display: inline-block;
    padding-left: 35px;
}
.whatsapp {
    display: none;
}
.message {
    background: rgba(245, 245, 245, 0.9);
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    color:#FF0000;
    padding:20px 80px;
    font-size: 13px;
    line-height: 18px;
}

@media screen and (max-width: 780px) {
    .sticky_nav {
        display: none;
    }

    #sticky_header .slicknav_menu {
        display: block;
    }

    #sticky_header_content {
        position: absolute;
        top: 0;
    }

    #sticky_title {
        width: 500px;
    }

    #footer .apply_btn {
        padding-left:0px;
        display: block;
        margin-top:12px;
    }

    .whatsapp {
        display: block;
    }
    #footer {
        height: 80px;
    }
    #footer_content {
        height: 80px;
        row-gap:10px;
        flex-wrap:wrap;
    }
    #footer_content .dsgLink {
        order:3;
        width: 100%;
    }
    #footer_content .apply_btn {
        order:2;
    }
}

@media screen and (max-width: 700px) {
    .message {
        padding:20px 40px;
    }
    .css_table {
        width: 100%;
    }

    .cell {
        display: block;
        background-color: #fff;
    }

    .cell_spacer {
        display: block;
        line-height: 18px;
        width: 1px;
    }

    .cell_content {
        border-top: 1px solid #ccc;
        padding: 16px 0 0 0;
    }

    .cell_content li {
        max-width: 100%;
        word-wrap: normal;
    }

    .col {
        margin: 0;
    }

    .col2 {
        width: 100%;
    }

    #sticky_header_content {
        padding: 12px 0 12px 10px;
    }

    #sticky_title {
        left: 40px;
    }

    #content {
        padding-left: 40px;
        padding-right: 40px;
    }

    #header {
        padding: 20px 20px 5px 10px;
    }

    #logo .normal {
        width: 180px;
    }

    #desktop_nav {
        right: 40px;
    }

    .teaser_box {
        margin-bottom: 4%;
        min-height: 100%;
    }

    #contact .apply_btn {
        position: relative;
        bottom: 0;
        right: 0;
        padding: 14px 0 10px 0;
    }

    .teaser_box.linkbox.item {
        height: auto !important;
    }
}

@media screen and (max-width: 620px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    h2 {
        font-size: 18px;
        line-height: 22px;
    }

    #desktop_nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #sticky_title {
        width: 300px;
    }

    #header {
        padding: 0 0 0 10px;
    }

    #logo {
        position: absolute;
        top: 13px;
    }

    #logo .normal {
        display: none;
    }

    #logo .small {
        display: block;
        height: 23px;
    }

    #fws {
        display: none;
    }

    #send_mail {
        display: block;
    }

    .mail_mobile {
        display: inline-block;
    }

    .print {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    h1 {
        word-wrap: break-word;

    }

    #sticky_title {
        font-size: 12px;
        width: 200px;
        top: 8px;
    }

    #intro, #subtitle {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (orientation: landscape) {
    html {
        -webkit-text-size-adjust: none;
    }
}

@media print {
    #sticky_header, #footer {
        display: none !important;
    }
}


/* IE10+ CSS Fix */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cell {
        max-width: 0px;
    }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
    .col2 {
        width: 100%;
        max-width: 100%;
    }
    .cell {
        max-width: 100% !important;
    }
}

/* Nur Firefox  Fix*/
@-moz-document url-prefix() {
    .cell {
        max-width: 0px;
    }
}
@media screen and (max-width: 700px){
    @-moz-document url-prefix() {
        .col2 {
            width: 100%;
            max-width: 100%;
        }
        .cell {
            max-width: 100% !important;
        }
    }
}
