
/* 
    Mit-Menschen-Wachsen

    Created on : 14.09.2021, 23:06:00
    Author     : Christina
*/


@import url("ooe.css") print, screen;

.nav-link {
    padding: 0px;
}
.row {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
}
/* @import url("news.css") print, screen; */

/* Typo 3 */
p.text-center {
    text-align: center;
}

/* Allgemein */
a:hover {
    text-decoration: none;
}

a.button-primary:hover, input.button-primary:hover {
    background-color: #444444;
}
a.button-white:hover {
    background-color: white;
}
.dropdown-nav-pages-wrapper {
    margin-right: 60px; 
}
.dropdown-nav-pages-wrapper .dropdown-nav-content.job-categories {
    min-width: 250px;
}
.dropdown-nav-pages-wrapper .dropdown-nav-content.job-categories .dropdown-nav-link {
    white-space: normal;
}
.dropdown-nav-pages-wrapper .dropdown-nav-content.categories .dropdown-nav-link {
    line-height: 1.1;
}
.section.about-hero {
    padding-bottom: 20px;
}

/* Stellenangebote / Jobs */
.card-job-category-wrapper {
    min-width: 120px;
}


.split-content.card-job-right {
    align-items: flex-start;
}
.job-category-filter-search-district {
    max-width: 515px;
}
.jobs-filters-dropdown-button {
    padding-left: 15px; 
    padding-right: 15px;
}
.dropdown-job-category-filter-text, .dropdown-job-category-filter-text {
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-job-post-sidebar-about-company {
    overflow-wrap: anywhere;
}
.no-hover:hover {
    text-decoration: none;
    color: #444;
}

.company-content {
    margin-top: 20px;
}
.image-wrapper.company {
    position: absolute;
    top: -60px;
    right: 0px;
}

.image-wrapper.card-job-post-logo {
    margin-right: 0px;
}
.image-wrapper.card-job-post {
    max-height: 170px;
}

.card-job-post-categories-wrapper .card-job-category-wrapper {
    margin-bottom: 20px;
}
.card-job-post-categories-wrapper .card-job-category-wrapper:first-child .card-job-category-text {
    text-align: left;
}
.divider.card-job-post-content-divider {
    margin-top: 30px; 
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .card-job-post-categories-wrapper {
        max-width: 100%;
        justify-content: space-between;
        margin-left: 0px;
        margin-right: 0px;
    }
}



/* Stellenangebote / Home */
.section.home {
    padding-top: 0px; 
}
.header.w-nav {
    background-color: white;
}
.section.home, .page-wrapper {
    background-color: #fbfbfb;
}

.section.home .container-default {
    position: relative; 
    top: -80px;
}
.section.home .home-header-container {
    border-top: 1px solid #e4e4ed; 
    border-bottom: 1px solid #e4e4ed; 
}

.section.home .home-header {
    width: 100%; 
    height: 400px; 
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 12px solid white;
    border-bottom: 12px solid white;
}

.contentheaderimage {
    position: relative; 
}
.contentheaderimage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.home-jobs-filters, .home-info-wrapper {
    margin-bottom: 35px;
}
.job-sidebar-wrapper {
    margin-top: 72px;
}
/*.section.home .job-board-featured-companies {
    margin-top: 72px;
}*/
.section.home .w-slider, .section.home .home-header {
    height: 400px;
}
.section.home .home-header {
    background-position-x: 50%;
}

.image-wrapper.card-job {
    min-width: 58px;
}
.image-wrapper.featured-company {
    /* Icon Wir suchen */
    min-width: 50px;
}


@media screen and (max-width: 991px) {
    .section.home .w-slider, .section.home .home-header {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .section.home .w-slider, .section.home .home-header {
        height: 250px;
    }
    /*.content-top.company .company-content-top-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 1px solid red;
        margin-right: 100px;
    }*/
    .image-wrapper.company {
        max-width: 100px;
        top: -90px;
        right: 10px;
    }
    
    .split-content.content-top-company-left {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 479px) {
    .section.home .w-slider, .section.home .home-header {
        height: 180px;
    }
    .w-slider-arrow-left, .w-slider-arrow-right {
        display: none;
    }
    .section.home .container-default {
        top: -35px;
    }
    .image-wrapper.company {
        max-width: 80px;
    }
    .company-content-top-wrapper h1 {
        word-break: break-all;
    }
    .company-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .card-job-title-wrapper .card-link {
        word-break: break-all;
    }
    .container-default .wf-section .container-default {
        padding-right: 0px; 
        padding-left: 0px;
    }
    .image-wrapper.company-cover {
        min-height: 100px;
    }
    .image-wrapper.company {
        top: -80px;
    }
    .title.h2-size {
        line-height: 30px;
    }
    
    .image-wrapper.card-job-post {
        min-height: 100px;
    }
    .w-richtext {
        font-size: 15px;
        line-height: 20px;
    }
    
}


/* Application */
.form-subheading {
    font-size: larger;
    font-weight: bold;
    margin-top: 20px; 
    margin-bottom: 10px;
    padding-top: 10px;
}
textarea.error, input.error, select.error {
    border-color: red; 
}
.applicationtext.error, label.error, label.custom-error {
    color: red; 
}
.typo3-messages {
    margin-left: 0px;
    list-style-type: none;
}
.typo3-messages .alert-message {
    color: red;
}
.error-message {
    margin-bottom: 30px;
}

/* DCE - Daten & Fakten */
.card-about-achievement-text h3, .card-about-achievement-text h3 strong, .card-about-achievement-text h3 b {
    font-size: 42px;
    line-height: 1.095em;
    margin-bottom: 0px;
    font-weight: 500;
}
.card-about-achievement-text h3 strong, 
.card-about-achievement-text h3 b {
    color: #08a54b;
}
.card-about-achievement-text p {
    margin-bottom: 5px;
}

/* Grid Elements */
.grid-container img {
    height: auto;
    border-radius: 3%;
}

/* Merkliste */
.watch-list-content {
    margin-top: 10px;
    margin-left: 20px; 
    margin-right: 20px;
    margin-bottom: 10px;
}
.card.job.watchList {
    display: block;
}

.card.job.watchList .card-job-right {
    margin-top: 20px;
}
.w-button {
    margin-right: 5px;
    margin-bottom: 5px;
}
#btn-add-to-watchlist {
   
}
.alert-message {
    margin-top: 20px;
    margin-bottom: 20px; 
    font-weight: bold;
}
.confirm-checkbox {
    width: 10%; max-width: 30px;
}
.confirm-text {
    width: 90%;
}

/* Youtube */
.split-content.about-hero-right {
    width: 100%;
}
iframe {
    width: 100%;
    min-height: 350px;
    border: none;
}

/* Silbentrennung */
.hyphen {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

/* Footer */
.footer-social-media-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
    justify-content: normal;
    -webkit-justify-content: normal;
}
.social-media-link {
    margin-right: 7px; 
}
.footer-content-bottom {
    margin-top: 40px;
}
.divider.footer-content-top-divider {
    /*height: 200px;
    background-image: url('../Images/LH_FacetteAbfallend_RGB_300dpi.png');*/
    background-image: none;
    height: auto;
    background-size: cover;
    margin-bottom: 0px; 
    background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
    .divider.footer-content-top-divider {
        margin-top: 20px;
    }
}
.divider.footer-content-top-divider img {
    width: 100%;
    height: auto;
}
.footer {
    padding-top: 20px;
    padding-bottom: 0px;
}

.footer-map-container {
    padding-left: 0px;
    padding-bottom: 10px;
    max-width: 550px;
    text-align: center; 
}

@media screen and (max-width: 1024px) {
    /*.divider.footer-content-top-divider {
        height: 150px;
    }*/
}
@media screen and (max-width: 991px) {
    .footer-main-content {
        margin-top: 30px;
        width: 100%;
        max-width: none;
    }
    .footer-map-container {
        width: 100%;
        text-align: left;
    }
    .footer-content-top {
        display: block;
        text-align: left;
    }
}
/*
@media screen and (max-width: 767px) {
    .divider.footer-content-top-divider {
        height: 120px;
    }
}
@media screen and (max-width: 479px) {
    .divider.footer-content-top-divider {
        height: 100px;
    }
}
*/

.copyright {
    width: 100%;
    background-color: #575757; 
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright div {
    width: 50%;
    float: left;
}
.copyright a {
    color: white !important;
    float: right; 
    margin-right: 50px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .copyright div {
        width: 100%;
        
    }
    .copyright {
        display: flex; 
        flex-direction: column; 
        padding-left: 20px;
        padding-right: 20px;
    }
    .copyright > div:first-child {
        margin-top: 5px;
        order: 2; 
    }
    .copyright > div:last-child {
        order: 1; 
    }
    
    .copyright a {
        display: block;
        float: none;
    }
}



/* Cookie */
.cc-window {
    background: white; 
    border-top: 1px solid #eeeeee;
}
.cc-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 25px; 
}

#cookieconsent .cc-compliance a {
    -webkit-appearance: button;
    padding: 22px 40px;
    border-radius: 1000px;
    background-color: white;
    border: 1px solid #e4e4ed;
    color: #33334e;
    
    text-decoration: none;
    
    line-height: 1.125em;
    font-weight: 600;
    text-align: center;
    
    margin-top: 10px;
    margin-right: 10px;

}
#cookieconsent .cc-compliance a:hover {
    
    text-decoration: none;
}

#cookieconsent .cc-compliance a:last-child {
    background-color: #08a54b;
    color: white;
}

.cc-revoke {
    display: none !important; 
}
/*    
@media only screen and (max-width: 500px) {
    .cc-revoke {
        display: none !important; 
    }
}
@media (hover: none) {
    .cc-revoke {
        display: none !important; 
    }
}*/


.sharethis-inline-share-buttons {
    margin-top: 40px;
}


/* HOME CSS */
.page-wrapper.home .job-category-filters {
    margin-bottom: 35px; 
}

/* Abstände */
.about-hero-wrapper {
    margin-bottom: 50px;
}
.section {
    padding-top: 70px; /* 90 */
}
.section.about-hero {
    padding-top: 50px; /* 70 */
    padding-bottom: 50px;
}
.section.bg-neutral-200 {
    padding-top: 50px; /* 70 */
    padding-bottom: 50px;
    margin-top: 0px; 
    margin-bottom: 0px;
}
.about-hero-wrapper {
    margin-bottom: 0px;
}
.about-achievements-cards-left {
    margin-bottom: 0px;
}

/* Bild über gesamte Breite auf 100% darstellen */
.split-content .ce-image .ce-gallery[data-ce-columns="1"], 
.split-content .ce-image .ce-gallery[data-ce-columns="1"] .ce-column {
    width: 100%; 
}

.split-content .ce-image .ce-gallery[data-ce-columns="1"] .ce-outer, 
.split-content .ce-image .ce-gallery[data-ce-columns="1"] .ce-inner {
    float: none;
    width: 100%; 
    right: auto;
    left: auto;
}
.split-content .ce-image .ce-gallery[data-ce-columns="1"] figure {
    display: block;
}
.split-content .ce-image .ce-gallery[data-ce-columns="1"] figcaption {
    display: block;
}


/* Dropdown */
[class*="fa-"]{display:inline-block;  font-size:16px;  width:32px;  height:32px;  line-height:32px;  top:-2px;  word-spacing:1px;  position:relative;  text-align:center;  vertical-align:middle;  max-width:100%}

.accordion-button {
    /*background-color: #eee;*/
    color: #00b25a;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.1s;
}

.accordion-button .arrow-div {
    float: left;
}
.accordion-button .headline-div {
    float: left;
    width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-button:hover {
  
}
.accordion-content {
    display: none; 
    overflow: hidden;    
    margin-bottom: 20px;
    width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
    /*background-color: #eee;*/
}

.dropdown-container {
    margin-bottom: 0px;
}
.dropdown-container .accordion-button [class*="fa-"] {
    font-size: 18px;
    margin-left: -5px;
    color: #00b25a;
}
.dropdown-container .accordion-button h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #00b25a;
    font-size: 18px;
    font-weight: 300;
    
}
.dropdown-container .accordion-button:hover h2 {
    text-decoration: underline;
}
.dropdown-container .accordion-button.no-content:hover h2 {
    text-decoration: none;
}
.dropdown-container .accordion-button.no-content {
    cursor: default;
}
.dropdown-container .accordion-content {
    margin-left: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.job-board-featured-button {
   
}
.job-board-featured-button .w-button {
    border-radius: 20px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.job-sidebar-wrapper .job-board-featured-companies {
    margin-top: 20px; 
}
.job-sidebar-wrapper .job-board-featured-companies.job-info-box {
    padding-bottom: 32px;
}
.job-sidebar-wrapper .job-board-featured-companies.job-info-box h3 a, 
.job-sidebar-wrapper .job-board-featured-companies.job-info-box h4 a {
    text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .header-logo {
        max-width: 140px;
    }
    .button-primary.header-button {
        padding: 10px 12px;
        font-weight: normal;
    }
    .header-navigation {
        padding-left: 10px;
    }
    .header-navigation .nav-item-wrapper {
        margin-right: 10px;
    }
}

.container-job-accordions {
    border-bottom: 1px solid #e4e4ed; 
    margin-bottom: 50px;
}
.dropdown-container-job {
    width: 100%;
    
}
.dropdown-container-job .accordion-button {
    height: 40px; 
    border-top: 1px solid #e4e4ed; padding-top: 4px; 
}
.dropdown-container-job .accordion-button:after {
    clear: both;
}
.dropdown-container-job .accordion-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* Bewerbung Prozess */
.application-process {
    margin-top: 80px;
    padding-bottom: 50px;
    /*border-bottom: 1px solid #e4e4ed;*/
    position: relative;
    
    
}
@media screen and (min-width: 1024px) {
    .application-process {
        margin-left: 120px;
        margin-right: 120px;
    }
}
.application-process.inactive {
    display: none;
}
.application-process.inactive, .application-process.inactive h3, .application-process.inactive h4  {

}
.application-process.inactive .overlay {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    cursor: default;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
}

.application-process .box {
    cursor: pointer; 
}
.application-process .box:hover .fa {
    color: #08a54b;
}
.application-process .box.active .fa {
    color: #08a54b;
}

.application-process .box .fa {
    font-size: 100px; 
    line-height: 100px;
    width: 90px; 
    height: 100px; 
}
.application-process .box .cta {
    text-align: center;
    visibility: visible; 
    padding: 20px; 
    width: 220px; 
    height: 180px; 
    
}
.application-process .message {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
.application-process .message .fa {
    font-size: 25px; 
    line-height: 25px;
    width: 30px; 
    height: 25px; 
}
.application-process .input-wrapper {
    margin-bottom: 8px;
}
.application-process input[type='checkbox'].error {
    outline-color: red;
    outline-style: solid;
}

.application-process .about-hero-wrapper {
    display: block;
    margin-bottom: 40px;
}
.application-process .about-hero-wrapper .box {
    float: left;
    margin-right: 10px; 
    margin-bottom: 10px;
    width: 210px;
}


/* Sticky Bar */

#cookieconsent {
    position: absolute; 
    z-index: 100000;
}

.copyright {
    padding-bottom: 135px;
}

.page-wrapper.layout1 .copyright {
    padding-bottom: 15px;
}

.sticky-buttons-bar {
    z-index: 99999;
    
    width: 100%;
    position: fixed;
    left: 0; 
    bottom: 0;
    padding-top: 25px; 
    padding-bottom: 25px;
    background-color: white;
    max-height: 135px;
    
    /*border-top: 1px solid #202020;*/
    -webkit-box-shadow: 0px -4px 13px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px -4px 13px rgba(50, 50, 50, 0.35);
    box-shadow: 0px -4px 13px rgba(50, 50, 50, 0.35);
}

.sticky-buttons-bar .w-container {
    display: flex; 
}
.sticky-buttons-bar .w-container > div {
    flex: 1 auto;
}
.sticky-buttons-bar .w-container .sticky-buttons a {
    float: right;
    margin-left: 15px;
}
.sticky-buttons-bar img {
    margin-bottom: 0px;
}

.page-wrapper.layout1 .sticky-buttons-bar {
    display: none;
}

.sticky-buttons.mobile {
    display: none;
}
.sticky-buttons.mobile .button-primary img {
    width: 60px;
    height: 60px;
}
.sticky-buttons.mobile .button-primary {
    padding: 28px 0px 20px 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    
    min-width: 90px;
    min-height: 90px;
    
}



@media screen and (max-width: 1000px) {
    .sticky-buttons .button-primary {
        padding: 12px 18px;
    }
    .sticky-buttons-bar .w-container .sticky-buttons a {
        margin-left: 6px;
    }
}
/*@media screen and (max-width: 710px) {*/
@media screen and (max-width: 920px) {    
    .sticky-buttons {
        display: none;
    }
    .sticky-buttons.mobile {
        display: block;
    }
}
@media screen and (max-width: 680px) {
    .sticky-buttons.mobile .button-primary {
        padding-top: 25px;
        padding-bottom: 0px;
        font-size: 11px;
        min-width: 80px;
        min-height: 80px;
    }
    .sticky-logo {
        max-width: 160px;
    }
    .sticky-buttons-bar {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .sticky-buttons-bar .container-default {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 570px) {
    .sticky-logo {
        max-width: 120px;
    }
    .sticky-buttons.mobile .button-primary {
        padding-top: 20px;
        font-size: 9px;
        min-width: 65px;
        min-height: 65px;
        
    }
    .sticky-buttons-bar .w-container .sticky-buttons a {
        margin-left: 0px;
    }
}

/*
@media screen and (max-width: 420px) {
    .sticky-buttons.mobile .button-primary img {
        width: 50px;
        height: 50px;
    }
    .sticky-logo {
        max-width: 140px;
    }
    .sticky-buttons-bar .w-container .sticky-buttons a {
        margin-left: 5px;
    }
}
@media screen and (max-width: 350px) {
    .sticky-logo {
        max-width: 120px;
    }
}
*/
@media screen and (max-width: 991px) {
    .sticky-buttons-bar .w-container {
        flex-direction: unset;
    }
}
@media screen and (max-width: 445px) {
    .sticky-buttons-bar .w-container {
        flex-direction: column;
        
    }
    .sticky-buttons-bar .w-container .sticky-buttons a {
        /*float: left;*/
        float: none;
        width: fit-content;
    }
    .sticky-buttons.mobile {
        margin-top: 4px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
}


/* Menü grau */
.header.w-nav {
    background-color: #575757; 
    padding-top: 0px; 
    padding-bottom: 0px;
    
}
.cart-button  {
    color: white;
}
.cart-quantity {
    color: #c8c8c8; 
    background-color: transparent;
}
.cart-button:hover {
    color: #c8c8c8; 
}
.header.w-nav .split-content.header-left {
    display: none;
}
@media screen and (max-width: 991px) {
    .header.w-nav .split-content.header-left {
        display: flex;
    }    
}

/* Menü grau Mobile */
@media screen and (max-width: 991px) {
    
    .nav-menu {
        /*background-color: #575757; */
        background: linear-gradient(
            to bottom,
            #575757 0px,
            #575757 97px,
            #fafafa 97px,
            #fafafa 100%
        );
    }
    /*.header-navigation {
        background-color: #fafafa; 
    }*/
}

/* Desktop */
@media screen and (min-width: 992px) {
    .header.w-nav .nav-link {
        color: white; 
    }
    .header.w-nav .nav-link:hover {
        color: #c8c8c8; 
    }
    
    /* Navigation Anpassungen - zweizeilig*/
    .header.w-nav .header-center {
        padding-top: 20px; 
    }
    
    .header-navigation {
        display: block;
        padding-left: 30px;
        justify-content: normal;
    }
    .nav-link-dropdown {
        line-height: 22px;
    }
    .header-navigation .nav-item-wrapper, 
    .header-navigation .nav-link {
        line-height: 22px;
    }
    .header-navigation .nav-item-wrapper {
        float: left;
        max-width: 120px;
    }
    
    
    .header-navigation {
        display: flex; 
        
    }
    .header-navigation .nav-item-wrapper {
        
    }
    
    
    /* Quereinsteiger*innen willkommen */
    .header-navigation .nav-item-wrapper:nth-child(4) {
        max-width: 170px;
    }
    
    /* Zivildiener / Praktikatinnen */
    .header-navigation .nav-item-wrapper:nth-child(5), .header-navigation .nav-item-wrapper:last-child {
        min-width: 80px;
        max-width: 170px;
        padding-bottom: 20px;
    }

    /* Tätigkeitsbereiche */
    .header-navigation .nav-item-wrapper .w-dropdown-toggle {
        white-space: normal;
        max-width: 90px;
    }
    .w-commerce-commercecartwrapper {
        margin-bottom: 20px; 
    }
}

@media screen and (max-width: 991px) {
    .nav-item-wrapper .nav-link {
        text-align: left;
    }
}


/* Berufsbilder / Jobs Header Bilder */

.job-item-link {
    text-decoration: none;
}

.card.job-item {
    display: block;
    padding: 0px;
    /*padding-top: 200px;
    background-repeat: no-repeat;
    background-size: 200% auto;*/
}
.card.job-item .header {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
}

.card.job-item .content {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  
  padding-top: 30px;
  padding-left: 32px;
  padding-right: 32px; 
  padding-bottom: 47px;
}



@media screen and (max-width: 991px) {
    .card.job-item .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card.job-item .header {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .card.job-item .header {
        height: 350px;
    }
}
@media screen and (max-width: 650px) {
    .card.job-item .header {
        height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .card.job-item .header {
        height: 250px;
    }
}

@media screen and (max-width: 400px) {
    .card.job-item .header {
        height: 200px;
    }
}

/* Timer */
h1.timer {
    color: #575757;
    font-weight: bold;
}
h1.timer span.days {
    font-size: 300%;
    color: #08a54b; 
    padding-right: 10px;
}

/* Kontakt-Formular */
.applicationcolumn, .applicationtext {
    margin-bottom: 12px;
}
.tx-pt-custom-forms .w-col {
    float: none; 
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.tx-pt-custom-forms input[type="checkbox"].error {
    outline: 1px solid red;
}
.tx-pt-custom-forms .privacy-policy {
    min-height: 70px; 
    margin-top: 10px;
}
.tx-pt-custom-forms .typo3-messages {
    padding-left: 30px;
}

.tx-pt-custom-forms .ohnoh {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}



@media screen and (max-width: 479px) {
    .card.job-post {
        display: block;
    }
}


/* Youtube Shorts - Youtube Shorts Format - 644:1144 (Relativ zur Breite => Höhe 177%) */
.youtube-shorts-container {
    max-width: 600px; 
    
}
.youtube-shorts-container .youtube-shorts {
    position:relative; padding-top:177%;
}
.youtube-shorts-container .youtube-shorts iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



@media screen and (max-width: 991px) {
    .split-content.about-hero-right {
        display: block;
    }
}
/* Container 30:70 */
.split-content.about-hero-left.layout2 {
    
}
@media screen and (min-width: 992px) {
    .split-content.about-hero-left.layout2 {
        max-width: 345px;
        min-width: 345px;
    }
}
.split-content.about-hero-right.layout2 {
    max-width: none;
}

/* Container 70:30 */
@media screen and (min-width: 992px) {
    .split-content.about-hero-right.layout3 {
        max-width: 345px;
        min-width: 345px;
    }
}

.split-content.about-hero-left.layout3 {
        max-width: none;
    }
    
    
@media screen and (max-width: 991px) {
    .split-content.about-hero-right {
        margin-top: 20px;
    }
}


/* Location/Job/etc. Videos */
.location-videos {
    margin-top: 30px;
    margin-bottom: 20px;
}

.location-videos .text-video {
    width: 100%;
    margin-bottom: 30px;
}
.location-videos .text-video iframe {
    width: 100% !important;
}
.location-videos .only-video {
    margin-bottom: 25px;
}
.location-videos .text-col {
    padding-left: 10px;
}
.location-videos .text-col h2, .location-videos .text-col h3 {
    margin-top: 0px;
}
.location-videos .video-col {
    margin-top: 4px;
}
.location-videos .text-video, .location-videos .only-video {
    margin-left: 0px; 
    margin-right: 0px;
}
.location-videos .only-video:nth-of-type(odd) {
    padding-right: 15px;
}
.location-videos .only-video:nth-of-type(even) {
    padding-left: 15px;
}

@media only screen and (max-width: 800px) {
    .location-videos .text-video .vc_col-xs-6, .location-videos .vc_col-xs-6  {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .location-videos .text-video > div:first-child {
        margin-bottom: 0px;
    }
    .location-videos .text-col h2, .location-videos .text-col h3 {
        margin-top: 10px;
    }
    .location-videos .only-video:nth-of-type(odd) {
        padding-right: 0px;
    }
    .location-videos .only-video:nth-of-type(even) {
        padding-left: 0px;
    }
}

/* Bootstrap CSS überschreiben */
.card.job-category-filters, .job-item .card {
    flex-direction: row;
}

/* Abo Service */
.card.job-category-filters {
    z-index: 300;
}
.dyn-joboffers-list {
    position: relative; 
}
.abo-service-buttons.top {
    position: absolute;
    z-index: 100;
    right: 0px;
    top: -50px;
}
.w-pagination-wrapper.pagination {
    position: relative; 
    margin-bottom: 20px;
}
.abo-service-buttons.bottom {
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 40px;
    
}
.abo-service-buttons .image-wrapper.featured-company {
    margin-right: 0px;
}
.abo-service-buttons .image.featured-company {
    width: 35px; 
    height: 35px;
}
.abo-service-buttons .image.featured-company.green {
    display: none;
}
a.abo-service-link:hover .image.featured-company {
    display: none; 
}
a.abo-service-link:hover .image.featured-company.green {
    display: block; 
}
#abo-form .btn-group {
    width: 100%;
}

#abo-form .btn-group .multiselect-container {
    max-height: 250px; 
}
#abo-form .custom-select {
    border-radius: 1000px;
    min-height: 68px;
}

/* News */
.news-topics {
    margin-bottom: 20px;
}
.news-topics .meta-category{
    line-height: 45px;
}
.featured-company-content.news {
    display: block;
}

.featured-company-content.news h5 p {
    margin-bottom: 0px;
}

.posts-container {
   display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 26px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    
    margin-bottom: 40px;
}

.posts-container .masonry-blog-item {
    /*padding: 40px 32px 55px;*/
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4ed;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 7px 14px 0 rgba(8, 15, 52, 0.03);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.posts-container .masonry-blog-item .news-preview-image img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.posts-container .masonry-blog-item .article-content-wrap {
    padding: 15px 32px 0px;
}
.posts-container .masonry-blog-item h2 {
    line-height: 110%;
}
.posts-container .masonry-blog-item a {
    color: #171728;
    text-decoration: none;
    font-size: 22px;
}
.posts-container .masonry-blog-item a:hover {
    color: #08a54b;
}

.posts-container .masonry-blog-item .post-meta {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 20px;
}

.vc_row-fluid::after {
    clear: both;
    content: "";
    display: table;
}
.vc_row-fluid > .col {
    padding-left: 0px;
    padding-right: 0px;
}

a.btn-primary {
    background-color: #08a54b;
	border-color: #08a54b; 
	text-decoration: none;
}
a.btn-primary:hover {
	background-color: #444444;
	border-color: #444444;
        color: white;
}

a.btn-secondary, a.btn-primary.small {
    margin-right: 5px;
    margin-bottom: 5px;
    /*padding: 22px 40px;*/
    padding: 10px 20px;
    border-radius: 1000px;
    /*background-color: #08a54b;*/
    color: #fff;
    line-height: 1.125em;
    font-weight: 600;
    text-align: center;
    background-color: #333333;
    text-decoration: none;
}

a.btn-primary.small {
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .posts-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}


/* Image Slider */
.flex-gallery ul {
    z-index: 1000;
}
.flex-control-nav{display:none}
.flex-gallery ul.flex-direction-nav {
    margin: 0 !important;
    position: absolute !important;
    top: 8px;
    list-style: none;
    padding: 0;
    background-image: none;
}

.wpb_gallery_slides ul.slides, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.flex-direction-nav, body .wpb_gallery_slides ul li, .wpb_content_element .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0;
}
.flex-direction-nav a {
    display: block;
    line-height: 22px;
    position: relative;
    background-color: #27CFC3;
    height: 25px;
    width: 25px;
    text-align: center;
    transition: unset;
    opacity: 100;
    margin: 0;
    
}
.flex-direction-nav li {
    position: relative;
    float: left;
    margin-left: 7px !important;
}
.flex-direction-nav a::before {
    content: '' !important;
}
.flex-direction-nav a.flex-prev {
    padding-right: 2px;
    background-color: #00b25a!important;
    left: unset !important;
}
.flex-direction-nav a.flex-next {
    padding-left: 2px;
    background-color: #00b25a!important;
    right: unset !important;
}
.flex-direction-nav a i {
    line-height: 29px;
    color: #fff;
    background-color: transparent !important;
}

.news-picture-container {
    max-width: 600px;
    margin-bottom: 20px;
}
.flexslider {
    background-color: unset;
    border: none;
}
.dce-image-slider .wpb_wrapper > div {
    margin-bottom: 70px !important;
}
ul.slides {
    width: 100%; 
    display: flex;
}
ul.slides .background-image {
    width: 100%; 
    height: 100%;
    min-height: 100px; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: contain; 
    background-color: #ebebeb; 
    
}

.news-picture-container ul.slides img, .news-picture-container ul.slides .background-image, .wpb_gallery_slides ul.slides .background-image {
        border-radius: 3%;
}


@media screen and (max-width: 1024px) {
    .card.job-category-filters {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .job-item .card {
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .jobs-wrapper h2.title.jobs {
        margin-bottom: 40px; 
    }
    .abo-service-buttons.top {
        top: -30px;
    }
    .abo-service-buttons.bottom {
        top: 4px;
    }
    .abo-service-buttons .image.featured-company {
        width: 25px;
        height: 25px;
    }
    .image-wrapper.featured-company {
        min-width: 35px;
    }
    .w-pagination-wrapper.pagination {
        padding-top: 16px;
    }
}



/* mindshape cookie consent */
.cookie-consent-container .buttons .btn--primary, .btn-primary.cookie-consent-open, .cookie-consent-container .buttons .btn--secondary {
    background: #00b25a !important;
    border-color: #00b25a !important;
    opacity: 1 !important;
    color: white !important;
} 
.btn--primary {
    white-space: normal !important;
}
.cookie-consent-container .buttons .btn {
    font-weight: 500 !important;
}
.cookie-consent-container .buttons .btn--secondary:hover {
    background: #ffffff !important;
}
.cookie-consent-container .label input:checked~.checkmark, 
.cookie-consent-container .label.partially-checked .checkmark {
    background-color: #00b25a !important;
}
.btn--primary.accept {
    color: #000000 !important;
    background-color: #f4f4f4 !important;
    border: 2px solid #00b25a !important;
    font-size: 100% !important;
    margin-bottom: 10px !important;
    padding: 15px !important; 
    cursor: pointer !important;
}

#google-analytics-consent {
    display: none;
}

@media (min-width: 1024px) {
    .cookie-consent-container .consent-modal {
        height: 540px !important;
        max-width: 770px !important;
    }
}

.cookie-consent-replacement .container, .cookie-consent-replacement .col-12,
.frame-type-mindshapecookieconsent_consent .container, .frame-type-mindshapecookieconsent_consent .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.sharethis-inline-share-buttons .cookie-consent-replacement {
    /*display: none;*/
}


/* Responsive */
@media screen and (max-width: 780px) {
    .ce-textpic.ce-right .ce-gallery, .ce-textpic.ce-left .ce-gallery {
        max-width: 40% !important;
    }
    .ce-textpic.ce-right.ce-nowrap .ce-bodytext, 
    .ce-textpic.ce-left.ce-nowrap .ce-bodytext {
        overflow: unset;
    }
}
.ce-textpic.ce-above .ce-gallery[data-ce-columns="1"] .ce-column .image-embed-item,
.ce-image.ce-above .ce-gallery[data-ce-columns="1"] .ce-column .image-embed-item {
    width: 100%;
    height: auto;
}


/* News 3-spaltig */
.posts-container.news-container, .posts-container.news-teaser {
    -ms-grid-columns: 1fr 1fr 1fr; 
    grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
    .posts-container.news-container, .posts-container.news-teaser {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .posts-container.news-container, .posts-container.news-teaser {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}


/* Lightbox */
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close {
    color: #00b25a;
}
button:focus {
    outline: none;
}

.gallery-container {
    display: grid;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-container.gallery-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-container.gallery-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery-container.gallery-2 {
    grid-template-columns: 1fr 1fr;
}
.gallery-item a {
    display: block;
}
.gallery-item img {
    margin-bottom: 0px !important;
    width: 100% !important; 
    height: auto !important;
}

.sl-wrapper .sl-image .sl-caption {
    background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
    .gallery-container {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .gallery-container.gallery-2 {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media screen and (max-width: 560px) {
    .gallery-container {
        grid-template-columns: 1fr 1fr !important;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
}
.gallery-container {
    padding-top: 10px; 
    padding-bottom: 20px;
        
}
.gallery-container a {
    text-decoration: unset;
}
.gallery-container img {
    border-radius: 3%;
}

.content-top.more-jobs {
    margin-bottom: 67px;
}

.card-link-wrapper.multiple {
    flex-direction: column;
}
.card-link-wrapper.multiple > div {
    display: flex;
}
.card-link p {
    margin-bottom: 6px;
}

.card-link-wrapper.multiple .card-link-arrow-1 {
    bottom: 19px;
}
.card-job-post-categories-wrapper {
    align-items: flex-start;
}


.showevent-locations-container {
    display: none !important;
}