body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #504646;
    width: 1px;
    min-width: 100%;
}

ul {
    padding-left: 18px;
}

a, a:visited {
    color: #0057a2;
    text-decoration: none;
    border: 0;
}

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

h1, h2, h1.send2friend-title {
    color: #000;
    line-height: 120%;
    margin-bottom: 14px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
}

h1.send2friend-title {
    margin: 20px 0;
}

h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

h3 {
    color: #bcb0a7;
    font-size: 30px;
    line-height: 1.1em;
    font-family: Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 20px;
}

iframe {
    border: none;
}

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

#wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 830px;
    overflow: hidden;
    margin: 0 auto;
}

/* Header */
#header {
    float: left;
    max-width: 830px;
    width: 100%;
    background: #fff;
    height: 105px;
    transition: all 0.2s ease 0s;
    z-index: 999;
}

#header.fxd {
    top: 0;
    position: fixed;
    height: 60px;
    border-bottom: 2px solid #0057a2;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

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

#headerbild-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

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

#header-navigation {
    background: #fff;
    position: relative;
    z-index: 9999;
    width: 100%;
    display: inline-block;
    float: right;
}

/* Logo */
#logo {
    width: 230px;
    margin: 22px 0 0 25px;
    transition: all 0.2s ease 0s;
    position: absolute;
    top: 0;
    z-index: 10000;
}

#logo.fxd {
    width: 130px;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#headerbild img,
#logo img {
    width: 100%;
}

#logo a {
    display: inline-block;
}

#header-navigation.fxd #logo {
    width: 150px;
    height: auto;
    margin-top: 12px;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Navigation */
#nav {
    float: right;
    width: 100%;
    background: #fff;
    z-index: 999;
}

#nav ul {
    width: auto;
    float: right;
    margin: 69px 25px 0 0;
    transition: all 0.2s ease 0s;
}

#nav li {
    float: left;
    list-style: none;
    margin-left: 20px;
}

#nav li:first-child {
    margin-left: 0;
}

#nav li a,
#nav li a:visited {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 20px;
    color: #878889;
}

#nav li a:hover {
    color: #0057a2;
    text-decoration: none;
}

#leer {
    height: 1px;
    display: block;
}

#header-navigation.fxd #nav li a {
    margin-top: 0;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#nav li a:hover,
#nav li a:visited {
    color: #0057a2;
}

/* Inhalt */
#content {
    float: left;
    max-width: 830px;
    width: 100%;
    padding: 0 25px 80px 25px;
    box-sizing: border-box;
}

li {
    margin-bottom: 10px;
}

#bereich,
#vereinbarung {
    overflow: auto;
    width: 100%;
    display: inline-block;
}

#bereich img,
#vereinbarung img {
    display: inline-block;
}

.img-width {
    float: left;
    width: 30px;
}

#job-description {
    overflow: auto;
    width: 100%;
    margin-top: 35px;
}

.group {
    width: 100%;
    float: left;
}

.span_1_of_2,
.contact_span_1_of_2 {
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.span_2_of_2,
.contact_span_2_of_2 {
    padding-left: 15px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.contact_span_2_of_2 {
    padding-left: 0;
}

.contact_span_2_of_2 img {
    padding-right: 15px;
}

.contact_span_2_of_2 .icon-linkedin img,
.contact_span_2_of_2 .icon-xing img {
    padding-right: 0;
}

.contact_span_1_of_2 {
    width: 90px;
}

.contact_span_2_of_2 {
}

.span_1_of_3,
.span_2_of_3,
.span_3_of_3 {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
}

/* Map */
#map {
    display: inline-block;
}

/* Angebot */

#angebot {
    background: #eee;
    box-sizing: border-box;
    overflow: auto;
    margin: 20px -25px 0;
    padding: 20px 25px;
}

.box_content .title a,
.box_content .title p a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

/* Contact */
#contact-box {
    background: #eee;
    float: left;
    padding: 20px 25px;
    width: 100%;
    display: inline-block;
    margin: 0 -25px;
}

.icon-phone {
    float: left;
    height: 14px;
    margin-right: 7px;
    margin-top: 5px;
    width: auto;
}

.icon-mail {
    float: left;
    height: 14px;
    margin-right: 7px;
    margin-top: 5px;
    width: auto;
}

#kontaktbild {
    width: 77px;
    height: 77px;
    float: left;
    margin-right: 20px;
}

#kontaktbild img {
    border-radius: 50%;
}

/* Arbeitsplatz */

#arbeitsplatz {
    border-top: 2px solid #0057a2;
    display: inline-block;
    margin: 20px -25px 0;
    padding: 30px 10px 0 10px;
    width: 105%;
}

.span_1_of_3 .box {
    background: url("vorteile.png") no-repeat scroll center center / cover;
    overflow: hidden;
}

.span_2_of_3 .box {
    background: url("video.jpg") no-repeat scroll center center / cover;
    overflow: hidden;
}

.box,
.box-video {
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #fff;
}

.box-video iframe {
    min-height: 170px;
}

.box_content {
    height: 225px;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    position: relative;
}

.box .title,
.box-video .title {
    background: rgba(0, 87, 162, 1.0);
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 26%;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: table;
}

.box .title > div,
.box-video .title > div{
    display: table-cell;
    vertical-align: middle;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.box .title {
    background: rgba(0, 87, 162, 1.0) url("icon-arrow.png") no-repeat right 10px center / 26px 22px;
    padding-right: 40px;
}

.box p {
    background: rgba(0, 87, 162, 0.8);
    box-sizing: border-box;
    padding: 0 15px;
    margin: 19px -15px;
    min-height: 220px;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: normal;
    display: inline-block;
}

.ic_icon {
    width: 26px;
    height: 22px;
    position: relative;
    margin-top: 50px;
    float: right;
    display: block;
}

/* Uber USZ */
#ueber-usz {
    float: left;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

#benefits {
    float: left;
    border-top: 2px solid #0057a2;
    border-bottom: 2px solid #0057a2;
    padding: 14px 20px;
    box-sizing: border-box;
    margin: 0 -25px;
    width: calc(100% + 50px);
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 830px) {
    #benefits {
        overflow-x: auto;
    }
}

#benefits .benefit {
    width: 160px;
    display: inline-block;
}

a.span_20_percent {
    color: #000;
}

a:hover.span_20_percent {
    font-weight: normal;
}

.benefit-img {
    width: auto;
    float: left;
    display: inline-block;
}

.benefits-table {
    float: left;
    display: inline-block;
    overflow: hidden;
}

.benefit-text {
    vertical-align: middle;
    display: table-cell;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 110px;
    line-height: 1.1em;
    height: 50px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 13px;
    white-space: normal;
}

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .benefit-text {
        word-break: break-all;
    }
}

/* IE */
@media all and (-ms-high-contrast: none) {
    .benefit-text {
        word-break: break-all;
    }
}

.benefit-img .icon {
    height: 36px;
    margin-right: 10px;
    margin-top: 7px;
    width: auto;
}

/* Scrollmenu */
div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

/* Weitere Stellen */
#weitere-stellen {
    border-top: 2px solid #0057a2;
    display: inline-block;
    margin: 20px -25px;
    padding: 25px 15px 0;
}

#weitere-stellen h2 {
    margin-left: 10px;
}

#jobs-desktop-padding {
    padding-bottom: 0;
}

#jobs {
    display: inline-block;
    margin: 15px -5px 0;
}

.jobs-text {
    display: inline-block;
    min-height: 94px;
    width: 100%;
}

.job {
    border: 1px solid #0057a2;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    margin: 0 15px 20px;
    min-height: 175px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    width: 29.2%;
}

.job:hover {
    background: #d3e1ee;
}

.job a,
.job a:visited,
.job a:hover {
    color: #000;
    text-decoration: none;
}

.job a.btn-more {
    color: #fff;
}

/* Social Icons */
#social-icons {
    float: left;
}

.icon-popup.mobile {
    display: none;
}

.icons {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.social-toggle,
.send2friend-toggle {
    border: 1px solid #b3b3b3;
    bottom: 70px;
    box-sizing: border-box;
    display: none;
    float: left;
    left: 10px;
    padding: 14px 14px 10px 14px;
    position: absolute;
    width: 220px;
    background: #fff;
    transition: all 0.2s ease 0s;
}

.send2friend-toggle {
    left: 48px;
    width: 230px;
}

.social-toggle:after,
.send2friend-toggle:after {
    background: url(sharebox-pointer.png) no-repeat center bottom / 22px 45px;
}

.sharebox-pointer {
    bottom: -12px;
    position: absolute;
}

.send2friend-pointer {
    bottom: -12px;
    position: absolute;
}

.icon-linkedin,
.icon-xing {
    float: left;
    margin-right: 13px;
}

.icon-popup {
    display: block;
    height: 32px;
    padding: 4px 0;
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.send2friend-activ .icon-popup {
    float: left;
}

.icon-popup img {
    float: left;
    margin-right: 10px;
}

.icon-popup:hover {
    background: #2a73b2;
    color: #fff;
    cursor: pointer;
}

.social-share {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.15em;
}

.share-inactiv,
.share-activ,
.send2friend-inactiv,
.send2friend-activ {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

.share-activ,
.send2friend-activ {
    display: none;
}

.share-inactiv a,
.share-activ a,
.send2friend-inactiv a,
.send2friend-activ a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

#show_hide_share_activ,
#show_hide_send2friend_activ {
    margin-bottom: 10px;
    display: inline-block;
}

.social-click,
.send2friend-click {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.social-share-text,
.send2friend-share-text {
    float: left;
    padding-top: 1px;
}

.social-share img,
.send2friend-share img {
    float: left;
    margin-right: 10px;
}

.title-social {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
    float: left;
}

.text-social {
    float: left;
    width: 100%;
    display: inline-block;
}

.social-text:hover,
.icon-popup:hover > a {
    color: #fff;
}

.social-text {
    float: left;
    margin-top: 6px;
    font-weight: 700;
}

.icon-popup a,
.icon-popup a:hover,
.icon-popup a:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

#icon-share, #icon-send2friend, #icon-print {
    display: inline-block;
    width: 32px;
    height: 24px;
    float: left;
}

#icon-share {
    background: url("icon-share.png") no-repeat scroll center center / 22px 23px;
    margin-right: 12px;
    width: 23px;
}

#icon-share:hover {
    background: url(icon-share-hover.png) no-repeat center center / 22px 23px;
}

#icon-send2friend {
    background: url(icon-send2friend.png) no-repeat center center / 28px 32px;
    width: 28px;
    margin-right: 12px;
}

#icon-send2friend:hover {
    background: url(icon-send2friend-hover.png) no-repeat center center / 28px 32px;
}

#icon-print {
    background: url(icon-print.png) no-repeat center center / 32px 32px;
    width: 24px;
}

#icon-print:hover {
    background: url(icon-print-hover.png) no-repeat center center / 32px 32px;
}

/* Footer */
#footer {
    background: #fff;
    border-top: 2px solid #0057a2;
    box-sizing: border-box;
    float: left;
    margin: 15px 0 0;
    max-width: 100%;
    padding: 15px 25px 13px;
    width: 830px;
    z-index: 9999;
}

#footer .span_1_of_2 {
    margin-top: 11px;
}

a.btn-bewerben,
a.btn-more {
    background: #0057a2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: -2px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

a.btn-bewerben {
    font-size: 17px;
    padding: 11px 20px;
}

a.btn-bewerben:hover,
a.btn-more:hover {
    opacity: 0.8;
}

a.btn-more {
    margin: 20px 0 0 20px;
}

/* SlickNav header_nav */
.slicknav_menu {
    display: none;
}

#header-navigation.fxd .slicknav_btn,
.fxd#header-navigation .slicknav_btn {
    margin-top: 10px;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0;
    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;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    height: 4px;
    margin-bottom: 6px;
    width: 30px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav ul, .slicknav_nav li {
    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,
.slicknav_nav {
    clear: both
}

.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: #0057a2;
}

ul.slicknav_nav {
    border-bottom: 8px solid #0057a2;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    z-index: 15;
    background: #fff;
}

.slicknav_nav {
    color: #0057a2;
    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 li {
    margin-bottom: 0;
}

.slicknav_nav a {
    border-top: 1px solid #878889;
    display: block;
    font-weight: 400;
    text-align: left;
    color: #878889;
    text-decoration: none;
    padding: 5px 25px;
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav a:hover, .slicknav_nav a.active {
    color: #878889;
    text-decoration: underline;
}

@media screen and (max-width: 829px) {
    .scrollmenu .span_20_percent {
        width: 155px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 829px) {
    #nav li {
        margin-left: 15px;
    }

    #nav li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .job {
        width: calc(100% - 30px);
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: inline-block;
        float: right;
        margin: 19px 25px 0 0;
    }

    #header-navigation.fxd #logo {
        width: 144px;
        height: auto;
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    #logo {
        width: 130px;
        margin-top: 13px;
    }

    #header {
        height: 90px;
    }

    #arbeitsplatz {
        width: calc(100% + 30px);
        padding: 30px 10px;
    }

    #arbeitsplatz .span_1_of_3,
    #arbeitsplatz .span_2_of_3 {
        width: 50%;
    }

    #arbeitsplatz {
        padding-bottom: 20px;
    }

    #arbeitsplatz .span_3_of_3 {
        margin-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    #map {
        width: 100%;
    }

    #map iframe {
        width: 100%;
    }

    .box-video iframe {
        min-height: 170px;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .jobs-text {
        min-height: 130px;
    }
}

@media screen and (max-width: 640px) {
    .job {
        margin-bottom: 20px;
        min-height: 100px;
    }

    .jobs-text {
        min-height: auto;
    }

    .span_1_of_2, .span_2_of_2 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #footer .span_1_of_2 {
        width: 40%;
        padding-right: 15px;
    }

    #footer .span_2_of_2 {
        width: 60%;
        padding-left: 15px;
    }

    #job-description .span_2_of_2,
    #contact-box .span_2_of_2 {
        margin-top: 25px;
    }

    #header {
        height: 60px;
    }
}

@media screen and (max-width: 480px) {
    a.btn-bewerben, a.btn-more {
        font-size: 16px;
        padding: 9px 11px;
    }

    h1 {
        font-size: 25px;
    }

    .icon-popup.mobile {
        display: inline-block;
    }
}
