@charset "utf-8";
/* CSS Document */

/*@font-face{
	font-family:'FrutigerNextPro-Bold';
	src:url('assets/fonts/FrutigerNextPro-Bold.otf');
}
@font-face{
	font-family:'FrutigerNextPro-Light';
	src:url('assets/fonts/FrutigerNextPro-Light.otf');
}
@font-face{
	font-family:'FrutigerNextPro-Regular';
	src:url('assets/fonts/FrutigerNextPro-Regular.otf');
}

// nicht im Einsatz: font-family:'Frutiger Next W01 Light';
*/

body {
    font-family: 'FrutigerNextW01-Regular', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #000;

    width: 1px; /* für myyob - nss job */
    min-width: 100%; /* für myyob - nss job */
}

h1 {
    position: relative;
    float: left;
    width: calc(100% - 320px);
    font-size: 34px;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 23px;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-family: 'FrutigerNextW01-Medium', Arial, sans-serif;
}

.s2 {
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 10px;
    font-family: 'FrutigerNextW01-Medium', Arial, sans-serif;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #8caccd;
    margin: 0;
    background: url(../img/icon_pfeil.png) no-repeat right top;
    background-size: 29px 29px;
    padding-right: 40px;
    padding-bottom: 13px;
    font-weight: normal;
}

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

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

.link {
    padding-right: 30px;
    background: url(../img/icon_weiter.png) no-repeat;
    background-size: 23px 19px;
    background-position: right 5px;
    color: #8caccd;
    padding-bottom: 10px;
}

.link a:hover, a.link:visited {
    color: #8caccd;
}

#wrapper {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

/* Header */
#header {
    position: relative;
    float: left;
    width: 100%;
    height: 71px;
    z-index: 1000;
}

#header.fxd {
    background: #fff;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#headerbild-box {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header-inner {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 0 18px 0;
}

#header.fxd #header-inner {
    max-width: calc(100% - 20px);
}

#headerbild-box-inner {
    margin: 0 auto;
}

#headerbild {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    float: left;
}

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

#icons_kununu {
    position: absolute;
    right: 20px;
    bottom: 132px;
    z-index: 999;
    width: 179px;
    height: 108px;
}

icons_kununu img {
    width: 100%;
    height: auto;
}

#headerslogan {
    background-color: #807466;
    display: inline-block;
    color: #fff;
    z-index: 1;
    position: relative;
    right: -95px;
    margin-top: -110px;
    padding: 15px 15px 15px 30px;
    width: calc(1045px + 15px);
    max-width: calc(100% - 135px);
}

#header.fxd #headerslogan {
    top: 300px;
}

#headerslogan_arbeitsort {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 10px 0 30px 0;
}

#headerslogan_pensum {
    position: relative;
    float: left;
    font-size: 18px;
    margin: 10px 0 7px 0;
    clear: left;
}

#icon-print {
    width: 31px;
    height: 30px;
    background: url(../img/icon_print.png) no-repeat;
    background-size: 31px 30px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}

#logo {
    position: relative;
    float: left;
    width: 176px;
    height: 27px;
}

#header_nav {
    position: relative;
    float: right;
    margin-top: -10px;
}

#header_nav ul li {
    list-style: none;
    position: relative;
    float: left;
    padding-left: 40px;
}

#header_nav a {
    color: #000;
}

#header_nav a:hover {
    color: #8caccd;
}

/* Inhalt */
#content {
    position: relative;
    float: left;
    margin-top: 47px;
    max-width: 100%;
}

#titel_intro {
    font-size: 23px;
    line-height: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    margin: 0 0 14px 0;
}

#titel_intro b, #intro b, b, strong {
    font-weight: normal;
    font-family: 'FrutigerNextW01-Medium', Arial, sans-serif;
}

#intro {
    position: relative;
    float: left;
    font-size: 19px;
    margin-bottom: 30px;
}

.btn_bewerben {
    color: #fff !important;
    background: #698cb6 url(../img/icon_pfeil_blau.png) no-repeat 95% center;
    background-size: 29px 29px;
    padding: 16px 40px 16px 20px;
    width: calc(100% - 60px);
    font-size: 20px;
    display: block;
}

.col_2_of_2 .btn_bewerben a {
    color: #fff;
}

.btn_bewerben_header {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 10px 50px 10px 20px;
    color: #698cb6;
    background: #fff url(../img/icon_pfeil.png) no-repeat 95% center;
    background-size: 29px 29px;
    width: 240px;
    font-size: 20px;
    display: block;
}

.btn_bewerben_header:hover, .btn_bewerben:hover {
    text-decoration: none;
    background-image: url(../img/icon_pfeil_schwarz.png);
    background-size: 95% center;
    color: #000 !important;
}

/* Kontakt Person */
#contactperson-box {
    position: relative;
    float: left;
    background: #eff0f4;
    padding: 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

#contactperson_einleitung {
    position: relative;
    float: left;
    font-family: 'FrutigerNextW01-Regular', Arial, sans-serif;
    padding-right: 100px;
    box-sizing: border-box;
}

#contactperson_adresse {
    position: relative;
    float: left;
    margin-top: 20px;
    color: #666;
    width: 100%;
    font-size: 12px;
}

#contactperson-box-pfeil {
    position: relative;
    float: left;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 20px 30px 0 0;
    border-color: #eff0f4 transparent transparent transparent;
}

.col_1_of_4 {
    position: relative;
    float: left;
    width: calc(30% - 15px);
    padding-right: 15px;
}

.col_2_of_4 {
    position: relative;
    float: left;
    width: 20%;
}

/* Aufgaben und Profil */
#section-group {
    margin: 10px 0 18px 0;
    display: inline-block;
    width: 100%;
}

#section-group ul {
    margin-left: -25px;
    margin-top: 5px;
}

#section-group li {
    list-style-type: none;
    list-style-image: url(../img/bulletpoint.gif);
    padding-left: 2px;
}

/* Erwartungen */

#expectations {
    postion: relative;
    float: left;
    margin-bottom: 30px;
    color: #000;
}

#expectations h3 {
    margin-top: 10px;
}

#expectations .col_1_of_2,
#expectations .col_2_of_2 {
    color: #000;
}

/* Kontakt */
#contact-box {
    background: #eff0f4;
    padding: 14px 20px;
    display: inline-block;
    width: calc(100% - 40px);
    margin-bottom: 33px;
}

#contact-box h2 {
    margin-bottom: 10px;
}

#contact-box .btn_bewerben {
    margin-top: 15px;
}

#about-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 26px;
}

#about-box ul {
    margin-left: -25px;
    margin-top: 5px;
}

#about-box li {
    list-style-type: none;
    list-style-image: url(../img/bulletpoint.gif);
    padding-left: 2px;
}

#about-box h2 {
    margin-bottom: 7px;
}

#about-box iframe {
    /*	position: absolute;
    left: 0px;
    top: 0px;*/
    width: 100%;
    height: 270px;
    max-height: 100%;
}

#map iframe {
    pointer-events: none;
}

.col_1_of_2, .col_2_of_2 {
    width: 50%;
    float: left;
    position: relative;
    vertical-align: top;
}

#about-box .col_1_of_2 {
    /*position: relative;
    width: calc(50% - 25px);
    height: 0px;
    padding-bottom: 60%;*/
    margin-top: 7px;
}

.col_1_of_2 img, .col_2_of_2 img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.col_1_of_2 {
    padding-right: 25px;
    width: calc(50% - 25px)
}

#contact-box .col_1_of_2 b {
    font-size: 14px !important;
}

.col_1_of_2 .col_1_of_2 {
    padding-right: 25px;
    width: calc(62% - 25px)
}

.col_1_of_2 .col_1_of_2 b {
    font-size: 14px;
}

.col_2_of_2 {
    padding-left: 25px;
    width: calc(50% - 25px);
}

.col_1_of_2 .col_2_of_2 {
    padding-left: 0;
    width: 38%;
}

/* Ort */
#place-box {
    position: relative;
    float: left;
    display: inline-block;
    margin-bottom: 25px;
}

#place-box iframe {
    width: 970px;
    height: 323px;
    max-width: 100%;
}

#job-box {
    margin-right: -50px;
    border-bottom: 2px solid #eff0f4;
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 25px;
}

.col_1_of_3, .col_2_of_3, .col_3_of_3 {
    width: calc(33.33% - 50px);
    float: left;
    position: relative;
    padding: 15px 0;
    border-top: 2px solid #8caccd;
    margin-right: 50px;
    vertical-align: top;
}

a.col_1_of_3, a.col_2_of_3, a.col_3_of_3 {
    text-decoration: none;
}

/* weitere Stellen */
#stellen-box {
    float: left;
    position: relative;
    width: 100%;
}

.col_breit b {
    display: none;
}

.col_breit > ul {
    margin: -10px 0 0 -27px;
}

.col_breit {
    width: calc(100% + 25px);
    float: left;
    position: relative;
    padding: 15px 0;
    border-top: 2px solid #8caccd;
    margin-right: 50px;
    vertical-align: top;
}

a:hover.col_breit {
    text-decoration: none;
}

.col_breit:hover {
    background: #f5f7f7;
}

.pensum {
    margin-bottom: 20px;
}

#more-jobs {
    position: relative;
    float: right;
    font-size: 16px;
    margin-bottom: 60px;
}

#more-jobs a {
    color: #8caccd;
}

#more-jobs.link {
    background-position: right 12px;
}

/* Footer */
#footer {
    position: relative;
    float: left;
    width: 100%;
    background: #eff0f4;
}

#footer-inner {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
    padding: 37px 0 30px 0;
    display: block;
}

#share-buttons {
    height: 30px;
}

#icon-facebook, #icon-twitter, #icon-xing, #icon-youtube, #icon-linkedin, #icon-b, #icon-whatsapp {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

#icon-facebook {
    background: url(../img/icon_facebook.png) no-repeat;
    background-size: 30px 30px;
}

#icon-twitter {
    background: url(../img/icon_twitter.png) no-repeat;
    background-size: 30px 30px;
}

#icon-xing {
    background: url(../img/icon_xing.png) no-repeat;
    background-size: 30px 30px;
}

#icon-youtube {
    background: url(../img/icon_youtube.png) no-repeat;
    background-size: 30px 30px;
}

#icon-linkedin {
    background: url(../img/icon_linkedin.png) no-repeat;
    background-size: 30px 30px;
}

#icon-b {
    background: url(../img/icon_b.png) no-repeat;
    background-size: 30px 30px;
}

#icon-whatsapp {
    background: url(../img/icon_whatsapp.png) no-repeat;
    background-size: 30px 30px;
    display: none;
}

#copyright {
    position: relative;
    float: left;
    margin: 33px 0 35px 0;
    padding-left: 10px;
    font-size: 12px;
}

#scroll-panel {
    width: 50px;
    height: 50px;
    right: 0;
    position: fixed;
    top: 50%;
    z-index: 1001;
    background: #eff0f4 url(../img/icon_start.png) no-repeat;
    background-size: 25px 14px;
    background-position: center center;
}

/* --- Nav Mobile --- */
.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 24px 10px 0 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.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    height: 5px;
}

.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
}

.slicknav_menu {
    font-size: 14px;
    text-transform: uppercase;
}

/* 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: #000;
    font-weight: normal;
    text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: #000;
}

.slicknav_menu {
    background: #fff;
    padding: 0;
}

ul.slicknav_menu {
    background-color: #fff;
}

ul.slicknav_nav {
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    left: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    position: absolute;
    top: 70px;
    width: calc(100% + 20px);
    z-index: 15;
}

#header.fxd ul.slicknav_nav {
    width: 100%;
    margin-left: 0;
    maargin-right: 0;
}

.slicknav_nav {
    color: #4a4a49;
    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: 15px 10px;
    margin: 0;
    text-decoration: none;
    color: #4a4a49;
    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: #4a4a49;
}

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

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.remove-padding {
    padding: 0;
}

@media screen and (max-width: 990px) {
    #wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #stellen-box #wrapper {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}

@media screen and (max-width: 970px) {
    #headerslogan {
        right: auto;
        position: relative;
        width: calc(100% - 35px);
        padding-left: 20px;
        margin-top: -10px;
        max-width: 100%;
    }

    #icons_kununu {
        bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    #icon-print, .btn_bewerben_header {
        display: none;
    }

    #headerslogan_stelle {
        width: 100%;
    }

    #contact-box {
        width: calc(100% - 20px);
        margin-left: -10px;
    }

    h1 {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    body {
        font-size: 15px;
    }

    #header.fxd {
        padding-left: 10px;
    }

    #header.fxd #logo {
        margin-left: 10px;
    }

    #icons_kununu {
        display: none;
    }

    #icon-whatsapp {
        display: inline-block;
    }

    .slicknav_menu {
        display: block;
    }

    #logo {
        position: absolute;
        left: 46px;
        top: 16px;
        padding-left: 15px;
        border-left: 1px solid #dcdcdc;
        height: 30px;
        padding-top: 8px;
    }

    #logo img {
        width: 135px !important;
        height: auto;
    }

    #header_nav {
        display: none;
    }

    h1 {
        font-size: 28px;
        margin-top: 38px;
        line-height: 1.2;
        padding-right: 0;
    }

    h2, h3 {
        font-size: 16px;
    }

    h2 {
        margin-bottom: 5px;
    }

    #intro {
        font-size: 18px;
        line-height: 1.3;
    }

    #content {
        margin-top: 10px;
    }

    .btn_bewerben {
        margin-top: 30px;
        font-size: 16px;
        padding: 10px 40px 10px 20px;
    }

    #about-box {
        margin-bottom: 10px;
    }

    #about-box .col_1_of_2 {
        position: relative;
        padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }

    #about-box .col_1_of_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #about-box .col_1_of_2 {
        display: inline-block;
        overflow: visible;
    }

    #contactperson_einleitung {
        padding-right: 0;
    }

    #contactperson_adresse {
        margin-top: 10px;
    }

    #contactperson-box {
        font-size: 14px;
    }

    #headerslogan_stelle {
        font-size: 27px;
        line-height: 1.2em;
    }

    #headerslogan_arbeitsort {
        margin: 15px 0 5px 0;
    }

    #headerslogan_pensum {
        font-size: 14px;
        margin: 20px 0 10px;
    }

    #contactperson-box {
        padding: 15px;
    }

    .col_1_of_3, .col_2_of_3, .col_3_of_3 {
        width: 100%;
        margin-right: 0;
    }

    .col_1_of_2, .col_2_of_2 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .col_1_of_2 {
        margin-bottom: 20px;
    }

    #section-group ul {
        margin-top: 0;
    }

    .col_1_of_4, .col_2_of_4 {
        width: 50%;
        box-sizing: border-box;
    }

    #contact-box {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .col_1_of_2, .col_2_of_2 {
        width: 100%;
    }

    #logo img {
        width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    .col_1_of_4, .col_2_of_4 {
        width: 100%;
    }

    .col_2_of_4 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    #about-box iframe {
        height: 200px;
    }
}
