@import url("reset.css");
.clear {
    clear: both;
}


/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v18-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    hyphens: auto;
    -o-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

strong,
b {
    font-weight: 700;
}

body {
    font-family: 'Open Sans';
    color: #2c2c2c;
    font-size: 15px;
    line-height: 22px;
}

header {
    background: url(../images/gerspach.jpg) no-repeat center / cover;
    height: 750px;
    margin-top: 50px;
    position: relative;
}

.blau {
    color: #2c2c2c!important;
    text-decoration: underline!important;
}

.blau:hover {
    color: #16a0a0!important;
}

nav {
    font: 600 15px/20px 'Open Sans';
    background: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 75px 5% 20px;
    text-align: right;
    z-index: 104;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li:after {
    content: '|';
    margin-left: 25px;
    color: #ccc;
}

nav ul li:last-of-type:after {
    content: none;
}

nav ul li a {
    text-decoration: none;
    color: #234295;
    position: relative;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    text-transform: uppercase;
}

nav ul li a:hover,
nav ul li a.active {
    color: #16a0a0;
}

.slogan {
    font-family: 'Open Sans';
    width: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    position: absolute;
    left: 10%;
    bottom: 30%;
    color: #234295;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    display: block;
}

.slogan p {
    margin-bottom: 0!important;
}

.slogan span {
    font: normal 25px/30px 'Open Sans';
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
}

.logo img {
    position: fixed;
    top: 5px;
    left: 5%;
    z-index: 105;
    display: block;
    width: 200px;
}

h1,
h2 {
    font: 30px/30px 'Open Sans';
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1 {
    color: #16a0a0;
}

h1 span,
h2 span {
    font: 400 25px/30px 'Open Sans';
    text-transform: none!important;
}

h1 span {
    color: #234295
}

#dazugehoeren h2 {
    color: #16a0a0;
}

#dazugehoeren h2 span {
    color: #234295
}

h3 {
    font: 25px/25px 'Open Sans';
    color: #234295;
    text-transform: uppercase;
}

h4 {
    font: normal 20px/25px 'Open Sans';
    text-transform: none;
    letter-spacing: 0;
    display: block;
    color: #16a0a0;
    margin-bottom: 5px;
}

h5 {
    font-weight: 900;
    margin-top: 20px;
}

p {
    margin-bottom: 14px;
}

#unternehmen {
    padding: 180px 10% 200px;
}

#unternehmen div {
    column-count: 2;
}

#unternehmen a {
    color: #16a0a0;
    text-decoration: none;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
}

.color {
    color: #16a0a0;
    text-decoration: none;
}

.btn {
    padding: 8px 15px;
    background: #16a0a0;
    color: #fff!important;
    display: inline-block;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    text-decoration: none;
    margin-top: 15px;
}

.btn:hover {
    background: #234295;
    color: #16a0a0!important;
}

#siesuchen {
    padding: 150px 10%;
    background: #d3d9ea;
    position: relative;
    text-align: left!important;
    color: #FFF;
}

#siesuchen h2 {
    color: #16a0a0;
}

#siesuchen h2 span {
    color: #234295;
    ;
}

#wirbieten {
    padding: 150px 10%;
    background: #16a0a0;
    position: relative;
    color: #FFF;
}

#wirbieten .accordion h3 {
    text-align: left;
    color: #FFF;
}

#wirbieten h2 {
    color: #FFF;
}

#wirbieten h2 span {
    color: #fff;
}

#wirbieten .accordion,
#siesuchen .accordion {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 50px auto;
}

#wirbieten .accordion ul,
#siesuchen .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

#wirbieten .accordion ul li,
#siesuchen .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

#wirbieten .accordion ul li div,
#siesuchen .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

#wirbieten .accordion ul li div,
#siesuchen .accordion ul li div {
    display: block;
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
    background: rgba(17, 60, 96, 0.1);
}

#wirbieten .accordion ul li div *,
#siesuchen .accordion ul li div * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#wirbieten .accordion ul li div h3,
#siesuchen .accordion ul li div h3 {
    text-overflow: clip;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 350px;
    left: 20px;
    opacity: 1;
    text-overflow: ellipsis;
    text-shadow: 2px 0 2px rgba(0, 0, 0, 0.95);
    font-size: 25px;
    color: #fff;
    text-align: left;
}

#wirbieten .accordion ul li div p,
#siesuchen .accordion ul li div p {
    top: 220px;
}


/*.accordion ul:hover li { width: 15%; }*/

#wirbieten .accordion ul:hover li:hover,
#siesuchen .accordion ul:hover li:hover {
    width: 75%;
}

#wirbieten .accordion ul:hover li:hover div,
#siesuchen .accordion ul:hover li:hover div {
    background: rgba(35, 66, 149, 0.8);
}

#wirbieten .accordion ul:hover li:hover div *,
#siesuchen .accordion ul:hover li:hover div * {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#wirbieten .accordion ul:hover li:hover div h3,
#siesuchen .accordion ul:hover li:hover div h3 {
    top: 200px;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: left!important;
}

#siesuchen .accordion ul li:nth-child(1) {
    background-image: url(../images/weiterbildung.jpg);
    background-position: center right;
    background-size: cover;
}

#siesuchen .accordion ul li:nth-child(2) {
    background-image: url(../images/team.jpg);
    background-position: center;
}

#siesuchen .accordion ul li:nth-child(3) {
    background-image: url(../images/verguetung.jpg);
    background-position: center
}

#siesuchen .accordion ul li:nth-child(4) {
    background-image: url(../images/verantwortung.jpg);
    background-position: center ;
}

#wirbieten .accordion ul li:nth-child(1) {
    background-image: url(../images/einarbeitung.jpg);
    background-position: center right;
}

#wirbieten .accordion ul li:nth-child(2) {
    background-image: url(../images/abwechslungsreiche-aufgaben.jpg);
    background-position: center;
}

#wirbieten .accordion ul li:nth-child(3) {
    background-image: url(../images/technik.jpg);
    background-position: center;
}

#wirbieten .accordion ul li:nth-child(4) {
    background-image: url(../images/vertrag.jpg);
    background-position: center right -150px;
}

#sichbewerben h2 {
    text-align: left;
    margin: 0;
}

#sichbewerben h3 {
    margin-bottom: 0;
    text-align: left
}

#tabs-1 h3,
#tabs-2 h3,
#tabs-3 h3 {
    margin-bottom: 0;
    color: #16a0a0;
    text-align: left
}

#sichbewerben h4 {
    margin-bottom: 0;
    font-weight: 900;
    font-style: normal !important;
}

#sichbewerben strong {
    color: #fff;
    text-decoration: underline;
}

.sich-bewerben-wrapper {
    background: #234295;
    border-width: 0 10px;
}

#sich-bewerben h2 {
    color: #fff;
}

#sich-bewerben ul li {
    list-style: disc;
}

.auswahl {
    width: 35%;
    float: left;
}

.auswahl-inner {
    padding: 30px 5%;
}

.verweis {
    display: block;
    font: 400 18px/22px;
    padding: 15px 0;
    cursor: pointer;
    color: #fff;
}

.zielverweis a {
    color: #fff;
}

.zielverweis > ul {
    margin-left: 20px;
}

.job-beschreibung {
    border: solid white;
    border-width: 0 0 0 10px;
    float: left;
    width: 65%;
}

.col1 {
    width: 100%;
    background: white;
    padding: 30px;
    border: 1px solid #515050;
}

.jobs {
    background: url(../images/gerspach-auge-ohr.jpg) no-repeat center bottom -150px / cover;
    height: 550px;
}

#dazugehoeren {
    padding: 100px 10%;
    background: #d3d9ea url(../images/bg.jpg) no-repeat left 5%  center / 100px;
}

footer {
    text-align: left;
    background: #16a0a0;
    flex-wrap: wrap;
    min-height: 350px;
    color: #fff;
}

footer .flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-box {
    flex-basis: 25%;
    color: #2c2c2c;
}

.flex-box a {
    color: #234295;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}
.flex-box a:hover {
    color:#16a0a0;
    
}

.adress {
    padding: 15px;
}

.flex-box:nth-child(odd) {
    background: #d1eae9;
}

.flex-box:nth-of-type(2n) {
    background: #d3d9ea;
}

footer .dsa-secure-plugin {
    height: 350px;
}

.adress h4 {
    color: #234295;
    text-decoration: underline;
    font-size: 15px;
    text-transform: uppercase;
}


footer h2 {
    text-align: left;
    margin-bottom: 0;
}

.dsa-secure-plugin iframe {
    height: 100%;
}

.data {
    position: fixed;
    right: 50px;
    bottom: 0;
    background: #16a0a0;
    padding: 3px 16.5px;
    color: #fff;
    z-index: 108;
    font-size: 13px;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.data:hover {
    background: #234295;
}

.data:hover > a {
    color: #16a0a0!important;
}

.data a {
    color: #fff;
    text-decoration: none;
}

label {
    cursor: pointer;
}

label:focus {
    outline: none;
}

.menu {
    position: fixed;
    top: 0px;
    left: 0;
    background: #234295;
    width: 240px;
    height: 100%;
    transform: translate3d(-240px, 0, 0);
    transition: transform 0.35s;
    z-index: 109;
}

.menu label.menu-toggle {
    position: fixed;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: #234295 url(../images/menu.svg) 50% 50%/30px 30px no-repeat;
}

.menu ul li a,
.menu ul li label {
    font: 15px/20px 'Open Sans';
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -noz-transition: ease .8s;
}

.menu ul li a:hover,
.menu ul li label:hover {
    color: #16a0a0;
}


/* hide inputs */

.menu-checkbox {
    display: none;
}


/* hide navigation icon for sublabels */

.menu .menu label.menu-toggle {
    background: none;
}


/* fade in checked menu */

.menu-checkbox:checked + .menu {
    transform: translate3d(0, 0, 0);
}

.menu ul {
    padding-top: 50px;
}

.resp-nav {
    display: none;
}

.small {
    font-size: 12px;
}


/*POPUP*/
.style-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 60%;
    background: #fff;
    text-align: left;
    padding: 50px;
    display: none;
    z-index: 1000;
    column-count: 1!important;
}

.style-popup .thematik-img {
    width: 65%;
    padding-top: 15px;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.close-popup {
    border: none;
    background-color: transparent;
    position: absolute;
    right: -20px;
    top: -16px;
}

.close-popup img {
    width: 40px !important;
    height: 40px !important
}


/*POPUP ENDE*/


/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1080px) {
    /*CSS*/
    header {
        height: 550px;
    }
    nav {
        padding: 75px 2% 20px; font-size: 14px;
    }
    nav ul li {
        margin: 0 3px;
    }
    nav ul li::after {
        margin-left: 15px;
    }
    #unternehmen {
        padding: 100px 5% 80px;
    }
    #unternehmen div {
        column-count: 1;
    }
    #wirbieten,
    #sichbewerben,
    #siesuchen {
        padding: 80px 5%;
    }
    .jobs {
        height: 350px;
        background-position: center
    }
    .dsa-secure-plugin {
        height: 250px!important;
        width: 100%!important;
    }
    .flex-box {flex-basis: 50%;}
    .flex-box:nth-child(1) {order: 1;}
    .flex-box:nth-child(2) {order: 2;}
    .flex-box:nth-child(3) {order: 4;}
    .flex-box:nth-child(4) {order: 3;}
    .logo img{ left: 2%;}
    .adress { padding: 30px}
}

@media screen and (max-width: 850px) {
    
.style-popup {
    padding: 25px; width: 90%;
    }
    .data,
    .dsa-cookie-notice {
        right: 20px!important;
    }
    .slogan {
        left: 5%;
        bottom: 10%;
        font-size: 20px;
        width: auto;
        padding: 15px;
    }
    .slogan span {
        font-size: 18px;
        margin-bottom: 0;
    }
    .logo img {
        left: calc(50% - 100px);
        width: 200px;
        top: 5px;
    }
    .auswahl,
    .job-beschreibung {
        float: none;
        width: 100%;
        border: none;
    }
    header {
        background-position: center;
    }
    .ui-tabs-vertical .ui-tabs-nav,
    .ui-tabs-vertical .ui-tabs-panel {
        float: none;
        width: 100%;
    }
    #sichbewerben {
        background-position: left -100px top -100px;
    }
    nav {
        padding: 60px 0;
    }
    nav ul {
        display: none;
    }
    .resp-nav {
        display: block;
    }
    header {
        margin-top: 0;
    }
    #dazugehoeren {
        padding: 50px 5%;
    }
    #wirbieten .accordion,
    #siesuchen .accordion {
        height: auto;
    }
    #wirbieten .accordion ul li:nth-child(3) {
        background-position: top;
    }
    /*Responsive FIX*/
    .accordion ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        display: block !important;
        width: 100% !important;
        -webkit-transition: none;
        transition: none;
    }
    #wirbieten .accordion ul li div *,
    #siesuchen .accordion ul li div * {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #wirbieten .accordion ul li div h3,
    #siesuchen .accordion ul li div h3 {
        text-overflow: clip;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: inherit;
        left: inherit;
        opacity: 1;
        text-overflow: ellipsis;
        text-shadow: 2px 0 2px rgba(0, 0, 0, 0.4);
        font-size: 25px;
        color: #fff;
        text-align: left;
    }
    .accordion ul li {
        display: block !important;
        width: 100% !important;
        -webkit-transition: none;
        transition: none;
    }
    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div {
        background: rgba(0, 0, 0, 0.4);
        padding: 50px;
    }
    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div,
    #wirbieten .accordion ul li,
    #siesuchen .accordion ul li {
        height: 300px;
        background-position: center center;
    }
    #wirbieten .accordion ul:hover li:hover div h3,
    #siesuchen .accordion ul:hover li:hover div h3,
    #wirbieten .accordion ul li div p,
    #siesuchen .accordion ul li div p {
        top: inherit;
        position: relative;
    }
    #wirbieten .accordion ul li,
    #siesuchen .accordion ul li {}
    .accordion ul li div {
        display: block;
        height: 500px;
        width: 100%;
        position: relative;
        z-index: 3;
        vertical-align: bottom;
        padding: 15px 20px;
        box-sizing: border-box;
        color: #fff;
        text-decoration: none;
        transition: all 200ms ease;
    }
}

@media screen and (max-width: 480px) {
    header::after,
    .jobs::after {
        min-height: 100px;
        bottom: -25px;
    }
    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div {
        padding: 25px;
    }
    .flex-box {flex-basis: 100%;}
    .flex-box:nth-child(1) {order: 1;}
    .flex-box:nth-child(2) {order: 2;}
    .flex-box:nth-child(3) {order: 3;}
    .flex-box:nth-child(4) {order: 4;}
}

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