@import url("reset.css");

.clear {
    clear: both;
}

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v18-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
        url('../fonts/roboto-condensed-v18-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v18-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
        url('../fonts/roboto-condensed-v18-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v18-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v18-latin-italic.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
        url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

.die-404-nachricht-2 {
    position: absolute;
    width: 100%;
    top: 35vh;
}

.die-404-nachricht-1 {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    color: #000;
}

.die-404-nachricht-1 a {
    color: #843a6e;
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

* {
    /*    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;
}

#impressum {
    padding: 100px 10%;
}

#impressum a {
    color: #843a6e;
    text-decoration: none;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

/*================OVERLAY NAV================*/
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 12px;
    text-decoration: none;
    font-size: 32px;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
/*
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}
*/

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}


/*================ANIMISTA================*/
.slogan-animate {
    width: 40%;
    position: absolute;
    right: 5%;
    bottom: 15vh;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.slogan-animate p {
    margin-top: 10px !important;
}

.slogan-animate strong {
    font: 700 40px/45px 'Roboto Condensed', sans-serif;
    color: #843a6e;
}

.slogan-animate span {
    color: #2E2C29;
}

.text-pop-up-left {
    -webkit-animation: text-pop-up-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: text-pop-up-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes text-pop-up-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        /*    text-shadow: none;*/
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        /*    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);*/
    }
}

@keyframes text-pop-up-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        /*    text-shadow: none;*/
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        /*    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);*/
    }
}

.job-beschreibung a {
    color: #843a6e;
    text-decoration: none;
    font-weight: 700;
}

p {
    padding-bottom: 20px;
}

.job-beschreibung ul {
    padding-bottom: 20px;
}

strong {
    font-weight: 700;
}

body {
    font-family: 'Roboto Condensed';
    color: #2E2C29;
    font-size: 17px;
    line-height: 160%;
}

header {
    background: url(../images/junger-kfz-mechaniker.jpg) no-repeat top center / cover;
    background-attachment: fixed;
    height: 90vh;
    margin-top: 100px;
    position: relative;
}


nav {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 5%;
    text-align: right;
    z-index: 104;
    border-bottom: 1px solid #612a50
}

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

nav ul li:after {
    content: '|';
    margin-left: 10px;
    color: #843a6e;
}

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

nav ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #843a6e;
    position: relative;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
}

nav ul li a:hover {
    color: rgba(132, 58, 110, 0.5);
}

.logo {
    position: fixed;
    top: -12px;
    left: 3%;
    border: 10px solid #fff;
    display: block;
    z-index: 105;
}

h1,
h2 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #843a6e;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

h1 span,
h2 span {
    font-size: 25px;
    font-weight: 300;
}

h3 {
    font-family: 'Roboto Condensed';
    color: #612a50;
    /*    text-transform: uppercase;*/
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 25px;
}

h4 {
    font-family: 'Roboto Condensed';
    color: #612a50;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
}

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

#unternehmen div {
    column-count: 2;
}

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

#unternehmen a:hover {
    color: #612a50;
    text-decoration: underline;
}

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

#siesuchen h2 {
    color: #fff;
}

#wirbieten {
    padding: 150px 10%;
    background: url(../images/bg.jpg);
    position: relative;
}

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

.btn {
    padding: 8px 15px;
    background: #843a6e;
    color: #fff !important;
    display: inline-block;
}

#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 {
    hyphens: auto;
    -o-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    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;
}

#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.4);
    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(0, 0, 0, 0.4);
}

#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;
}

#wirbieten .accordion ul li:nth-child(1) {
    background-image: url(../images/angenehme-arbeitsatmosphaere.jpg);
}

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

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

#wirbieten .accordion ul li:nth-child(4) {
    background-image: url(../images/sicherer-arbeitsplatz.jpg);
}

#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: #843a6e;
    text-align: left
}

#sichbewerben h4 {
    margin-bottom: 0;
}

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

#sich-bewerben {
    position: relative;
}

#bewerben {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
}

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

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

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

.auswahl-inner {
    padding: 30px;
}

.verweis {
    display: block;
    font: 400 21px/26px "Roboto Condensed", sans-serif;
    padding: 15px 0;
    cursor: pointer;
    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/kfw-mechanikerin-am-auto.jpg) no-repeat center / cover;
    background-attachment: fixed;
    height: 550px;
}

#dazugehoeren {
    padding: 100px 10%;
}


footer {
    text-align: left;
    background: url(../images/bg.jpg);
    display: flex;
    flex-wrap: wrap;
}

.info {
    padding: 50px;
    width: 40%;
}

.info h2 {
    font-size: 25px;
    font-weight: 500;
}

.info a {
    color: #843a6e;
    text-decoration: none;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

footer a:hover {
    color: #612a50;
}

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

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

.data {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #612a50;
    padding: 5px 10px;
    color: #fff;
    z-index: 108;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.data:hover {
    background: #843a6e
}

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

label {
    cursor: pointer;
}

label:focus {
    outline: none;
}

.resp-nav {
    display: none;
}

.logo-responsive {
    display: none;
}

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

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

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

@media screen and (max-width: 1024px) {



    #wirbieten .accordion,
    #siesuchen .accordion {
        overflow: visible;
    }

    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div {
        overflow: visible;
    }


    header,
    .jobs {
        background-attachment: scroll;
    }

    .logo-responsive {
        display: block;
    }

    /*CSS*/

    .logo {
        display: none;
    }

    .logo-responsive {
        z-index: 106;
        position: fixed;
        top: 20px;
        right: 3%;
        width: 250px;
        height: 200px;
    }

    .logo-responsive img {
        width: 100%;
    }

    nav {
        padding: 50px 0;
        font-size: 12px;
    }

    nav ul {
        display: none;
    }

    nav span {
        font-size: 50px;
        position: fixed;
        top: 15px;
        left: 2%;
        display: block;
    }

    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */
        height: 100%;
        width: 0;
        position: fixed;
        /* Stay in place */
        z-index: 9999;
        /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        /* Black fallback color */
        background-color: rgba(0, 0, 0, 0.9);
        /* Black w/opacity */
        overflow-x: hidden;
        /* Disable horizontal scroll */
        transition: 0.5s;
        /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }

    /* Position the content inside the overlay */
    .overlay-content {
        position: relative;
        top: 25%;
        /* 25% from the top */
        width: 100%;
        /* 100% width */
        text-align: center;
        /* Centered text/links */
        margin-top: 30px;
        /* 30px top margin to avoid conflict with the close button on smaller screens */
    }

    /* The navigation links inside the overlay */
    .overlay a {
        padding: 12px;
        text-decoration: none;
        font-size: 32px;
        color: #818181;
        display: block;
    }

    /* When you mouse over the navigation links, change their color */
    /*
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}
*/

    /* Position the close button (top right corner) */
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }



    .logo img {
        left: 2%;
    }

    #unternehmen {
        padding: 80px 5% 180px;
    }

    #unternehmen div {
        column-count: 1;
    }

    #wirbieten,
    #sichbewerben {
        padding: 100px 5%;
    }

    .jobs {
        height: 350px
    }

    .dsa-secure-plugin {
        height: 250px !important;
        width: 100% !important;
    }

    .info {
        width: 100%;
        padding: 50px 5%
    }

    header {
        height: 70vh;
    }

    .slogan-animate {
        bottom: 5vh;
        width: 80%;
    }

    #wirbieten .accordion,
    #siesuchen .accordion {
        height: auto;
    }

    #wirbieten .accordion ul li,
    #wirbieten .accordion ul li:hover,
    #wirbieten .accordion ul:hover li,
    #wirbieten .accordion ul:hover li:hover,
    #siesuchen .accordion ul li,
    #siesuchen .accordion ul li:hover,
    #siesuchen .accordion ul:hover li,
    #siesuchen .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }

    .ui-tabs-vertical .ui-tabs-nav,
    .ui-tabs-vertical .ui-tabs-panel {
        float: none;
        width: 100%;
    }

    #wirbieten .accordion ul li div *,
    #siesuchen .accordion ul li div * {
        opacity: 1;
        margin: 0;
        width: 100%;
        text-overflow: inherit;
        position: relative;
        z-index: 5;
        overflow: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0px);
        -webkit-transition: none;
        transition: none;
    }

    #wirbieten .accordion ul li div h3,
    #siesuchen .accordion ul li div h3 {
        top: 120px;
        left: 0;
    }

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

    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div {
        background: rgba(0, 0, 0, 0.4);
    }
}

@media screen and (max-width: 700px) {
    /*
    .logo img {
        left: inherit;
        right: calc(50% - 58px);
    }
*/

    .auswahl,
    .job-beschreibung {
        float: none;
        width: 100%;
        border: none;
    }


    /*
    .ui-tabs-vertical .ui-tabs-nav,
    .ui-tabs-vertical .ui-tabs-panel {
        float: none;
        width: 100%;
    }
*/

    #sichbewerben {
        background-position: left -100px top -100px;
    }

    header {
        margin-top: 0;
        background-position: top 80px right 0;
        background-size: contain;
        height: 50vh;
    }

    /*
    #wirbieten .accordion,
    #siesuchen .accordion {
        height: auto;
    }

    #wirbieten .accordion ul li,
    #wirbieten .accordion ul li:hover,
    #wirbieten .accordion ul:hover li,
    #wirbieten .accordion ul:hover li:hover,
    #siesuchen .accordion ul li,
    #siesuchen .accordion ul li:hover,
    #siesuchen .accordion ul:hover li,
    #siesuchen .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }
*/

    #unternehmen {
        padding-top: 0;
    }

    header {
        margin-bottom: 20px;
    }

    .slogan-animate {
        right: -50px;
        width: 100%;
        bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    /*CSS*/

    .logo img {
        width: 80%;
    }

    header {
        height: 42vh;
    }

    .slogan-animate {
        display: none;
    }
}