/*
 * Forms Styling
 */

form ul li {
    list-style: none;
    clear: both;
}

form li.form_col1 input,
form li.form_col1 select,
form li.form_col1 textarea {
    width: 100%;
}

form li.form_col2 .wpcf7-form-control-wrap {
    float: left;
    width: 49%;
    display: block;
}

form li.form_col2 .wpcf7-form-control-wrap:last-child {
    float: right;
}

form li.form_col2 input,
form li.form_col2 select,
form li.form_col2 textarea {
    width: 100%;
}

.dropzone {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .single-jobs p,
    .single-jobs .et_pb_text_align_center p {
        font-size: 16px;
    }
}

span.wpcf7-not-valid-tip:after {
    content: '';
}

.form_content_area .form_col1.select-icon *:after {
    content: '';
}

.wpcf7-form-control-wrap.file1 .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.file2 .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.file3 .wpcf7-not-valid-tip {
    margin-top: 0;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: left;
    margin: 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.et_pb_text_align_center p {
    font-size: 20px;
    line-height: 30px;
}

p.job-description {
    padding-bottom: 20px !important;
}

/*Karriere secyion*/

.karriere-section .vrm-scrollify-nav-prev {
    margin-top: -94px;
    margin-bottom: 30px !important;
}

.karriere-section .nav-text {
    position: relative;
    top: -10px;
}

.karriere-section .et_pb_text_align_center h1 {
    padding-bottom: 13px;
}

.karriere-section .et_pb_testimonial.et_pb_testimonial_no_bg:before {
    display: none;
}

.karriere-section .header-slider {
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

.karriere-section .vacancies {
    margin-top: 20px;
}

.karriere-section .header-slider strong {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}

.karriere-section .header-slider p {
    font-size: 16px;
}

.karriere-section .et_pb_testimonial_description .et_pb_testimonial_description_inner {
    float: left;
    width: 75% !important;
    font-size: 22px;
    font-style: italic;
    text-align: left;
    margin-top: 20px;
    line-height: 34px;
}

.karriere-section .et-pb-arrow-prev:before, .karriere-section .et-pb-arrow-next:before {
    color: #1e1e1e !important;
    text-shadow: 0px !important;
}

/*.arbeit-section*/

.arbeit-section .et_pb_text_align_center h3 {
    font-size: 40px;
    line-height: 35px;
}

.arbeit-section .et_pb_main_blurb_image {
    float: left;
    margin-right: 20px;
}

.arbeit-section .et_pb_blurb_container h4 {
    font-size: 30px;
    line-height: 35px;
    color: #4a4a4a;
    font-weight: 700;
}

@media all and (max-width: 768px) {

    .arbeit-section .et_pb_blurb_container h4 {
        text-align: center;
    }

    .arbeit-section .et_pb_blurb_content {
        margin-bottom: 60px;
    }
}

/*Vermarktung-section*/
.vermarktung-section .nav-text {
    position: relative;
    top: -10px;
}

.vermarktung-section .et_pb_row_4col {
    margin-top: -2px;
}

.vermarktung-section .et_pb_row_4col .et_pb_section {
    padding: 0px !important;
}

.vermarktung-section .et_pb_text_align_center h1 {
    padding-bottom: 13px;
}

.vermarktung-section .et_font_vrm_key_facts {
    color: #828282 !important;
    font-size: 225px !important;
}

.vermarktung-section .et_pb_number_counter {
    margin-bottom: 0px !important;
}

.vermarktung-section .et_pb_rmd_teaser_icon_text {
    font-size: 20px;
    line-height: 20px;
    color: #1e1e1e;
    margin-top: 1px !important;
}

.vermarktung-section .et_pb_promo_description {
    padding-bottom: 0px;
}

.neuigkeiten-section .et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

.neuigkeiten-section .nav-text {
    position: relative;
    top: -10px;
}

.neuigkeiten-section .et_pb_text_align_center h1 {
    padding-bottom: 13px;
}

.neuigkeiten-section .owl-carousel .owl-item {
    background: #e6e4e4;
    padding-bottom: 50px;
    position: relative;
    border: 1px solid #d3cebc;
}

.neuigkeiten-section .owl-carousel .owl-item:before {
    background: url('../img/arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 24px;
    bottom: 20px;
}

.neuigkeiten-section .owl-carousel .owl-item .vrm-blog-slider-item:before {
    width: 100%;
    height: 150px;
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: transparent;
}

.neuigkeiten-section .owl-carousel .owl-item .vrm-blog-slider-item:hover:before {
    background: #e6e4e4;
    background: -moz-linear-gradient(-70deg,#e6e4e4 50%,#999 120%);
    background: -webkit-linear-gradient(-70deg,#e6e4e4 50%,#999 120%);
    background: linear-gradient(160deg,#e6e4e4 50%,#999 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e4e4', endColorstr='#f6d300', GradientType=1);
}

/*.neuigkeiten-section.green .owl-carousel .owl-item .vrm-blog-slider-item:hover:before {
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(150deg, #eee6e4e4eeee 54%, #6ad46d 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(150deg, #e6e4e4 54%, #6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(150deg, #e6e4e4 54%, #6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e4e4', endColorstr='#6ad46d', GradientType=1);
}

.neuigkeiten-section.blue .owl-carousel .owl-item .vrm-blog-slider-item:hover:before {
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(150deg, #e6e4e4 54%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(150deg, #eee 54%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(150deg, #e6e4e4 54%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e4e4', endColorstr='#64b9ff', GradientType=1);
}

.neuigkeiten-section.red .owl-carousel .owl-item .vrm-blog-slider-item:hover:before {
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(150deg, #e6e4e4 54%, #ef5518 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(150deg, #e6e4e4 54%, #ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(150deg, #e6e4e4 54%, #ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e4e4', endColorstr='#ef5518', GradientType=1);
}

.neuigkeiten-section.pink .owl-carousel .owl-item .vrm-blog-slider-item:hover:before {
    background: #e6e4e4; !* Old browsers *!
    background: -moz-linear-gradient(150deg, #e6e4e4 54%, #f15682 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(150deg, #e6e4e4 54%, #f15682 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(150deg, #e6e4e4 54%, #f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e4e4', endColorstr='#f15682', GradientType=1);
}*/

.neuigkeiten-section .slider_date,
.neuigkeiten-section .slider_title,
.neuigkeiten-section .slider_teaser {
    padding: 0px 25px;
}

.neuigkeiten-section .slider_date {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
    position: relative;
    z-index: 10;
}

.neuigkeiten-section .owl-carousel .owl-item img {
    margin-bottom: 15px;
}

.neuigkeiten-section .slider_title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    position: relative;
    z-index: 10;
    height: 75px;
    overflow: hidden;
}

.neuigkeiten-section .slider_teaser {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 10;
}

/*kontakt-section*/
.kontakt-section {
    padding-bottom: 0px !important;
    height: auto !important;
}

.kontakt-section .et_pb_promo_description {
    margin-top: -46px;
}

.kontakt-section .nav-text {
    position: relative;
    top: -10px;
}

.kontakt-section .et_pb_text_align_center {
    margin-top: 31px;
}

.kontakt-section .et_pb_text_align_center h1 {
    padding-bottom: 13px;
}

.kontakt-section .et_pb_promo_description h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 31px;
}

.kontakt-section .et_pb_promo_description p {
    line-height: 26px;
}

.kontakt-section .kontakt-background {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 26%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*offene-section*/

.offene-section #job-stamps .job-stamp:before {
    width: 300px;
    height: 100%;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
}

.offene-section #job-stamps .job-stamp:hover:before {
    background: #eee;
    background: -moz-linear-gradient(-50deg,#eee 50%,#999 120%);
    background: -webkit-linear-gradient(-50deg,#eee 50%,#999 120%);
    background: linear-gradient(135deg,#eee 50%,#999 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f6d300', GradientType=1);
}

/*.offene-section.green #job-stamps .job-stamp:hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #6ad46d 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#6ad46d', GradientType=1);
}

.offene-section.blue #job-stamps .job-stamp:hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#64b9ff', GradientType=1);
}

.offene-section.red #job-stamps .job-stamp:hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #ef5518 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ef5518', GradientType=1);
}

.offene-section.pink #job-stamps .job-stamp:hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #f15682 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #f15682 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f15682', GradientType=1);
}

.offene-section #job-stamps .job-stamp:nth-child(5n+1):hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #f6d300 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #f6d300 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #f6d300 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f6d300', GradientType=1);
}

.offene-section #job-stamps .job-stamp:nth-child(5n+2):hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #6ad46d 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#6ad46d', GradientType=1);
}

.offene-section #job-stamps .job-stamp:nth-child(5n+3):hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #64b9ff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#64b9ff', GradientType=1);
}

.offene-section #job-stamps .job-stamp:nth-child(5n+4):hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #ef5518 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ef5518', GradientType=1);
}

.offene-section #job-stamps .job-stamp:nth-child(5n+5):hover:before {
    background: #eee; !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #eee 40%, #f15682 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg, #eee 40%, #f15682 100%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg, #eee 40%, #f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f15682', GradientType=1);
}*/

@media (max-width: 767px) and (min-width: 320px) {
    .offene-section #job-stamps .job-stamp:before {
        background: #eee;
        background: -moz-linear-gradient(-50deg,#eee 50%,#999 120%);
        background: -webkit-linear-gradient(-50deg,#eee 50%,#999 120%);
        background: linear-gradient(135deg,#eee 50%,#999 120%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f6d300', GradientType=1);
    }

    /*.offene-section #job-stamps .job-stamp:nth-child(5n+2):before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-45deg, #eee 40%, #6ad46d 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(-45deg, #eee 40%, #6ad46d 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 40%, #6ad46d 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#6ad46d', GradientType=1);
    }

    .offene-section #job-stamps .job-stamp:nth-child(5n+3):before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-45deg, #eee 40%, #64b9ff 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(-45deg, #eee 40%, #64b9ff 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 40%, #64b9ff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#64b9ff', GradientType=1);
    }

    .offene-section #job-stamps .job-stamp:nth-child(5n+4):before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-45deg, #eee 40%, #ef5518 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(-45deg, #eee 40%, #ef5518 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 40%, #ef5518 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ef5518', GradientType=1);
    }

    .offene-section #job-stamps .job-stamp:nth-child(5n+5):before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-45deg, #eee 40%, #f15682 100%); !* FF3.6-15 *!
        background: -webkit-linear-gradient(-45deg, #eee 40%, #f15682 100%); !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 40%, #f15682 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f15682', GradientType=1);
    }*/
}

.offene-section #job-stamps .job-stamp {
    background: #eee;
    padding: 23px 21px;
    margin-bottom: 20px;
    position: relative;
    margin: 0px auto 20px;
    border: none;
}

.offene-section #job-stamps .job-title {
    width: 40%;
    float: left;
    font-size: 20px;
    line-height: 23px;
    color: #4a4a4a;
    font-weight: 600;
    padding-right: 20px;
}

.offene-section #job-stamps .job-column {
    width: 40%;
    float: left;
    position: relative;
    z-index: 11;
}

.offene-section #job-stamps .job-column .job-location {
    font-size: 16px;
    font-weight: 600;
}

.offene-section #job-stamps .job-date {
    float: right;
    width: 20%;
    text-align: right;
    position: relative;
    z-index: 10;
}

.offene-section #job-stamps .job-more {
    float: right;
    width: 20%;
    text-align: right;
    position: relative;
    z-index: 10;
}

.offene-section #job-stamps .job-more a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    background: url(../img/arrow-right.png);
    padding-right: 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

/*logistik-section*/
.single-jobs .jetzt-section h2 {
    font-size: 40px !important;
    line-height: 35px !important;
    padding-bottom: 26px;
    color: #4a4a4a !important;
}

.single-jobs .jetzt-section {
    padding-top: 21px;
}

.logistik-section, .single-jobs .logistik-jobs-bg > .et_pb_section {
    background: #f5f5f5 !important;
}

.jobs-intro > .et_pb_row {
    background: #f5f5f5 !important;
}

.logistik-section .et_pb_testimonial:before {
    display: none;
    position: relative;
}

.logistik-section .et_pb_testimonial_portrait {
    float: left !important;
    margin-right: 25px !important;
    position: relative;
}

.logistik-section .et_pb_testimonial:after {
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    background: url('../img/commas.png') no-repeat 0px 0px;
    content: "";
}

.logistik-section .logistik-header strong {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.logistik-section .et_pb_testimonial_description .et_pb_testimonial_description_inner {
    float: left;
    width: 100%;
    font-size: 18px;
    font-style: italic;
    text-align: left;
    line-height: 30px;
    margin-top: 0px;
}

.logistik-section .et_pb_text h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    padding-bottom: 31px;
}

.logistik-section .logistik-background {
    position: absolute;
    right: 0px;
    top: -80px;
    height: 100%;
    width: 26%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0px;
    min-height: 525px;
}

/*jetzt-section*/

.jetzt-section {
    padding-bottom: 150px !important;
}

.et_pb_section.jetzt-section {
    background-color: #f5f5f5 !important;
}

.jetzt-section h2 {
    font-size: 40px !important;
    line-height: 35px !important;
    padding-bottom: 26px;
    color: #4a4a4a !important;
}

@media screen and (max-width: 1024px) {
    .jetzt-section h2, .single-jobs .jetzt-section h2 {
        font-size: 36px !important;
        line-height: 43px !important;
    }
}

@media screen and (max-width: 768px) {
    .jetzt-section h2, .single-jobs .jetzt-section h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
}

@media screen and (max-width: 370px) {
    .jetzt-section h2, .single-jobs .jetzt-section h2 {
        font-size: 26px !important;
        line-height: 31px !important;
    }
}

.et_pb_gutter .entry-content .jobs-intro .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column > div > div {
    padding-top: 50px;
}

.et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column .et_pb_column_inner_0 h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.et_pb_gutter .entry-content .type-jobs .et_pb_column_1_3 .et_pb_image img {
    width: 100%;
    height: auto;
}

.et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column .et_pb_column_inner_0 ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column .et_pb_column_inner_1 > div {
    background: transparent !important;
    padding: 0px;
}

.et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column .et_pb_column_inner_1 > div h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #4a4a4a !important;
    margin-top: 0px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column > div > div {
        width: 36% !important;
        margin: 0px 67px;
        padding-top: 0px;
    }

    .karriere-section .et_pb_testimonial_description .et_pb_testimonial_description_inner {
        text-align: center;
    }

    .kontakt-section .et_pb_row.et_pb_row_19 {
        margin: 0px auto !important;
        width: 100% !important;
    }

    .kontakt-section .et_pb_row.et_pb_row_19 > div {
        width: 36% !important;
        margin: 0px 52px;
        padding-top: 0px;
    }

    .logistik-section .logistik-background {
        position: relative;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }

    .kontakt-section .kontakt-background {
        position: relative;
        right: 0px;
        top: 0px;
        height: auto;
        width: 100%;
    }

    .karriere-section .et_pb_testimonial_description {
        width: 100%;
        float: left;
    }

    .offene-section #filter-div {
        position: relative;
        margin: 0px auto 40px;
    }

    .offene-section .filters-module #category_selector {
        letter-spacing: -0.31em;
    }

    .offene-section .filters-module #category_selector li {
        margin-bottom: 15px;
        letter-spacing: normal;
    }

    .offene-section .dropdown-cat {
        display: block;
    }

    .offene-section .filters-module #category_selector li {
        margin-bottom: 15px;
    }

    .offene-section .filters-module #category_selector {
        padding: 20px 10px;
        border: 1px solid #e6e4e4;
        border-radius: 0px 0px 17px 17px;
        display: none;
        margin-bottom: 0px;
    }

}

@media all and (min-width: 320px) and (max-width: 767px) {

    .logistik-section .logistik-background {
        position: relative;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }

    .kontakt-section .et_pb_promo_description {
        margin-top: 0px;
    }

    .home.vacancies .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev {
        left: -25px !important;
    }

    .vrm-scrollify-nav .nav-text,
    .vrm-scrollify-nav:after,
    .vrm-scrollify-nav-prev,
    .vrm-scrollify-nav-next:after {
        display: none !important;
    }

    .vrm-scrollify-nav {
        width: 100%;
        height: 1px;
        border: 1px solid #d3cebc;
    }

    .vacancies ul li:before {
        width: 100% !important;
    }

    .vacancies ul li:before {
        background: #eee;
        background: -moz-linear-gradient(-50deg,#eee 50%,#999 120%);
        background: -webkit-linear-gradient(-50deg,#eee 50%,#999 120%);
        background: linear-gradient(135deg,#eee 50%,#999 120%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f6d300', GradientType=1) !important;
    }

    /*.vacancies.green ul li:before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-55deg, #eee 71%, #6ad46d 100%) !important; !* FF3.6-15 *!
        background: -webkit-linear-gradient(-55deg, #eee 71%, #6ad46d 100%) !important; !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 71%, #6ad46d 100%) !important; !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#6ad46d', GradientType=1) !important;
    }

    .vacancies.blue ul li:before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-55deg, rgba(238, 238, 238, 0) 71%, #64b9ff 100%) !important; !* FF3.6-15 *!
        background: -webkit-linear-gradient(-55deg, rgba(238, 238, 238, 0) 71%, #64b9ff 100%) !important; !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, rgba(238, 238, 238, 0) 71%, #64b9ff 100%) !important; !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#64b9ff', GradientType=1) !important;
    }

    .vacancies.red ul li:before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-55deg, #eee 71%, #ef5518 100%) !important; !* FF3.6-15 *!
        background: -webkit-linear-gradient(-55deg, #eee 71%, #ef5518 100%) !important; !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 71%, #ef5518 100%) !important; !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ef5518', GradientType=1) !important;
    }

    .vacancies.pink ul li:before {
        background: #eee; !* Old browsers *!
        background: -moz-linear-gradient(-55deg, #eee 71%, #f15682 100%) !important; !* FF3.6-15 *!
        background: -webkit-linear-gradient(-55deg, #eee 71%, #f15682 100%) !important; !* Chrome10-25,Safari5.1-6 *!
        background: linear-gradient(135deg, #eee 71%, #f15682 100%) !important; !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f15682', GradientType=1) !important;
    }*/

    .kontakt-section .kontakt-background {
        position: relative;
        right: 0px;
        top: 0px;
        height: auto;
        width: 100%;
    }

    .kontakt-section .et_pb_image_4 {
        display: block !important;
    }

    .vermarktung-section .et_pb_section {
        padding: 0px !important;
    }

    .vacancies ul li .vrm_jobs_teaser_title,
    .home.vacancies ul li .vrm_jobs_teaser_right {
        width: 100% !important;
        position: relative !important;
        text-align: left !important;
        padding: 0px !important;
        margin-bottom: 10px;
    }

    .vacancies.green ul li:hover:before {
        width: 100%;
    }

    .karriere-section,
    .produkte-section {
        height: auto !important;
    }

    .arbeit-section .et_pb_main_blurb_image {
        float: none;
        margin: 0 auto;
    }

    .vacancies ul li .vrm_jobs_teaser_middle {
        width: 100%;
    }

    .vacancies ul li .vrm_jobs_teaser_right {
        padding: 0px !important;
        text-align: left !important;
        position: relative !important;
        top: 0px !important;
    }

    .logistik-section .logistik-background {
        min-height: initial;
    }

    .et_pb_gutter .entry-content .jobs-intro .et_pb_row .et_pb_specialty_column > div > div {
        width: 95% !important;
        margin: 0px auto 20px !important;
        padding-top: 0px;
        float: none !important;
    }

    .kontakt-section .et_pb_row.et_pb_row_19 {
        margin: 0px auto !important;
        width: 100% !important;
    }

    .kontakt-section .et_pb_row.et_pb_row_19 > div {
        width: 80% !important;
        margin: 0px auto 20px !important;
        padding-top: 0px;
        float: none !important;
    }

    .offene-section .dropdown-cat {
        display: block;
    }

    .offene-section .filters-module #category_selector li {
        margin-bottom: 15px;
    }

    .offene-section .filters-module #category_selector {
        padding: 20px 10px;
        border: 1px solid #e6e4e4;
        border-radius: 0px 0px 17px 17px;
        display: none;
        margin-bottom: 0px;
    }

    .offene-section .filters-module .teaser {
        width: 100%;
        margin: 0px auto 20px;
    }

    .offene-section #job-stamps .job-title,
    .offene-section #job-stamps .job-column {
        width: 100%;
        position: relative;
        z-index: 11;
    }

    .offene-section #job-stamps .job-date,
    .offene-section #job-stamps .job-more {
        float: left;
        width: 100%;
        text-align: left;
    }

    .offene-section #job-stamps .job-stamp:before {
        width: 100%;
    }

}
