/*Slider Controls*/
.slick-prev, .slick-next{
    z-index: 99;
    width: 33px!important;
    height: 33px!important;
}
.slick-prev:before, .slick-next:before {
    color: #333!important;
}

.slick-dots li button:before {
    font-size: 18px!important;
    color: #333!important;
}

@media screen and (min-width: 900px) {
    .slick-prev:before, .slick-next:before {
        font-size: 33px!important;
    }
    
    .slick-dots li button:before {
        font-size: 22px!important;
    }
}

.slick-dots li {
    margin: 0 8px!important;
}

@media screen and (max-width: 1450px) {
	.slick-prev {
        left: 0 !important;
        -webkit-transform: translateX(-26px)!important;
            -ms-transform: translateX(-26px)!important;
                transform: translateX(-26px)!important;
	}
	.slick-next {
		right: 0 !important;
        -webkit-transform: translateX(26px)!important;
            -ms-transform: translateX(26px)!important;
                transform: translateX(26px)!important;
	}
}

/*_______________ Kacheln _______________*/

.kachel-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.single-kachel{
    width: calc(25% - 10px);
    margin: 20px 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
a.single-kachel:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

.kachel-container.white .single-kachel{
    background-color: #fff;
}
.kachel-container.grey .single-kachel {
    background-color: #F1F1F1;
}

.kachel-img {
    width: 100%;
}
.kachel-container.white .kachel-img{
    border: 2px solid #fff;
}
.kachel-container.grey .kachel-img {
    border: 2px solid #F1F1F1;
}

.kachel-img img{
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
}

.kachel-teaser-text {
    padding: 10px 12px;
    text-align: left;
}

.kachel-teaser-text h3{
    text-align: center;
}

.kachel-teaser-text p{
    color: #000;
}

.kachel-teaser-text h3,
.kachel-teaser-text p {
    margin-bottom: 0.5em;
}

.truncate-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}


@media screen and (max-width: 1200px) {
    .single-kachel{
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 900px) {
    .single-kachel{
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 550px) {
    .single-kachel{
        width: 100%;
        margin: 20px 0;
    }
}

/*Nur Halbe Seite Kacheln*/
@media screen and (min-width:1201px) {
    .half-grid .single-kachel {
        -ms-flex-preferred-size: 255px;
            flex-basis: 255px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
  }

  /*Content Breakpoint*/
@media screen and (max-width:1200px) {
    .wp-block-columns.half-grid{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0 !important;
    }
    .half-grid .wp-block-column {
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }
    .half-grid .wp-block-column:nth-child(even) {
        margin-left: 0;
    }
  }

/*Kachel Teaser Slider ______________________*/
@media screen and (max-width: 550px) {
    .kachel-teaser-container,
    .kachel-feed-teaser-container {
        margin: 0 10px;
    }
}

/*_______________ Management Kacheln _______________*/

.management-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.management-kachel{
    width: calc(25% - 10px);
    margin: 20px 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.management-container.white .management-kachel{
    background-color: #fff;
}
.management-container.grey .management-kachel {
    background-color: #F1F1F1;
}

.manager-img {
    width: 100%;
}
.management-container.white .manager-img{
    border: 2px solid #fff;
}
.management-container.grey .manager-img {
    border: 2px solid #F1F1F1;
}

.manager-img img{
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.manager-text {
    padding: 10px 5px;
    text-align: center;
}
.manager-text h3,
.manager-text p {
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1200px) {
    .management-kachel{
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 900px) {
    .management-kachel{
        width: calc(50% - 10px);
    }
    .manager-img img{
        height: 200px;
    }
}

@media screen and (max-width: 550px) {
    .management-kachel{
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
    }
}

/* Full Section ___________________________________________*/

.full-section {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.2);
}

.full-section .white.color{
    background-color: #fff;
}

.full-section .grey.color {
    background-color: #F1F1F1;
}

.full-section .top-block{
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}

.full-section .top-block .bgimg{
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
	background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.full-section .top-block.right-side{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.full-section .top-block.left-side .text-content h2,
.full-section .top-block.left-side .text-content p {
	margin-left: auto;
}


.full-section .text-content{
    width: 50%;
    min-width: 590px;
    padding: 50px 60px 40px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.full-section .text-content h2,
.full-section .text-content p{
	max-width: 640px; /* Halbe Grid-Breite Minus Padding */
}

.full-section .bottom-block{
    padding: 60px 50px;
}

.full-section .block-content {
	max-width: 1400px; /* Grid-Breite */
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .full-section .top-block{
        padding-top: 0;
    }
    .full-section .text-content{
        width: 100%;
        min-width: 100%;
        padding: 40px 20px 20px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .full-section .top-block .bgimg{
        position: relative;
        height: 250px;
    }
    .full-section .bottom-block{
        padding: 30px 20px;
    }
}

/* Half Section ___________________________________________*/

/* WICHTIG für BG Image*/
.separate-containers .inside-article {
    background-color: transparent;
}

.half-section{  
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent!important;
}

.half-section.left{  
    padding-bottom: 50px;
}

.half-section.right{  
    padding-top: 50px;
}

.half-section.right{  
    -webkit-box-pack: end;  
        -ms-flex-pack: end;  
            justify-content: flex-end;
}

.half-bg{
    width: 50%;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.2);
}

.half-section.white .half-bg{
    background-color: #fff;
}

.half-section.grey .half-bg{
    background-color: #F1F1F1;
}

.kachelbox{
    width: 100vw;
    padding: 20px 60px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.half-section.right .kachelbox{
    -webkit-transform: translateX(-50vw);
        -ms-transform: translateX(-50vw);
            transform: translateX(-50vw);
}

.img-fit{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    top: 0;
    left: 0;
}

/* Grid*/
.half-section .block-content {
	max-width: 1400px; /* Grid-Breite */
	margin: 0 auto;
}

.half-bg .textbox {
    padding: 50px 60px 20px;
}

.half-section .textbox h2,
.half-section .textbox p{
	max-width: 640px; /* Halbe Grid-Breite Minus Padding */
}

.half-section.left .textbox h2,
.half-section.left .textbox p {
	margin-left: auto;
}

/*Änderung des Verhältnisses Desktop*/
.half-bg{
    width: 60%;
}
.half-section.right .kachelbox{
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
}
.half-section .textbox h2,
.half-section .textbox p{
    max-width: 780px; /* 60% Grid-Breite (840) Minus Padding (60px)*/
}

@media screen and (max-width: 1200px){
    .half-bg{
        width: 75%;
    }
    .half-section.right .kachelbox{
        -webkit-transform: translateX(-25%);
            -ms-transform: translateX(-25%);
                transform: translateX(-25%);
    }
    .half-section .textbox h2,
    .half-section .textbox p{
        max-width: 990px; /* 75% Grid-Breite (1050) Minus Padding */
    }
}

@media screen and (max-width: 600px){
    .half-section.left{  
        padding-bottom: 0;
    }

    .half-section.right{  
        padding-top: 0;
    }

    .img-fit{
        position: relative;
        height: 100%;
        height: 200px;
    }
    .half-bg{
        width: 100%;
    }
    .half-section.right .kachelbox{
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .kachelbox{
        padding: 10px 20px 30px;
    }
    .half-bg .textbox {
        padding: 40px 20px 10px;
    }
}


/*Bild-Slider ___________________________________________*/

.bild-slider-container {
    max-width: 850px;
    margin: 0 auto;
}

.bild-slider-box{
    padding: 15px 25px;
}

.bild-slider-bild img{
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 450px;
    -o-object-position: center;
       object-position: center;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .bild-slider-bild img {
        height: 200px;
    }
    .bild-slider-box {
        padding: 15px 2px;
    }
}

/*_______________ Shift Section / Verschobene Blöcke _______________*/
.shift-section{
    padding: 0 0 100px;
}
/* BG Color */
.block-element.text-side{
    background-color: #f1f1f1;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
} 
.shift-section .shift-container:nth-child(4n+2) .text-side,
.shift-section .shift-container:nth-child(4n+3) .text-side {
    background-color: #fff;
}

/*Container*/
.shift-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.shift-container .block-element{
    width: 50%;
}
/*Verschiebung + Reverse*/
.shift-container:nth-child(even) .block-element:last-child{
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
}
.shift-container:nth-child(odd) .block-element:first-child{
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
}

.shift-container:nth-child(odd){
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

/*Bild*/
.shift-container .block-element.img-side{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}
/*Text*/
.shift-container .block-element.text-side{
    padding: 60px 40px;
} 

.shift-container .block-element.text-side .text-content{
    max-width: calc(700px - 80px); /* Halbe Grid Breite - Padding*/
} 

.shift-container:nth-child(even) .block-element.text-side .text-content{
    margin-left: auto;
} 

@media screen and (max-width: 1000px){
    .shift-section{
        padding: 50px 0 0;
    }
    .shift-container .block-element.text-side{
        width: 75%;
    }
    .shift-container .block-element.img-side{
        width: 25%;
    }
    .shift-container:nth-child(odd){
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .shift-container:nth-child(even) .block-element:last-child{
        -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
                transform: translateY(50px);
    }
    .shift-container:nth-child(odd) .block-element:first-child{
        -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
                transform: translateY(-50px);
    }
    .shift-container:nth-child(even){
        -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
                transform: translateY(-50px);
    }

    .shift-container.regular .block-element.text-side .text-content{
        margin-left: auto;
    } 
}

@media screen and (max-width: 500px){
    .shift-section{
        padding: 0;
    }
    .shift-container .block-element.text-side{
        width: 100%;
    }
    .shift-container .block-element.img-side{
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .shift-container .block-element.text-side{
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .shift-container:nth-child(even) .block-element:last-child{
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }
    .shift-container:nth-child(odd) .block-element:first-child{
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }
    .shift-container:nth-child(even){
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
    }

}

/* Button */

.button-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.button-container.grey a.button {
    background-color: #F1F1F1;
}
.button-container.white a.button {
    background-color: #fff;
}


/*_______________ Jobangebote _______________*/

.jobangebote-container {
    width: 100%;
}
.jobangebote-container .black {
    color: #000;
}
.jobangebote-container .blue {
    color: #006DB0;
    font-weight: 800;
}

.jobangebot-singel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.jobangebot-singel div{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5px;
}
.jobangebot-singel .label{
    display: none;
    color: #999;
    text-transform: uppercase;
}

.jobangebot-singel .position,
.jobangebot-singel .unternehmen {
    width: 20%;
}

.jobangebot-singel .stellenid {
    width: 10%;
}
.jobangebot-singel .ort {
    width: 15%;
}
.jobangebot-singel .ab{
    width: 10%;
}
.jobangebot-singel .anstellung{
    width: 10%;
}
.jobangebot-singel .pdf-link{
    width: 15%;
    text-align: right;
}

/*Farben*/
.jobangebot-singel:nth-child(even){
    background-color: #F1F1F1;
}

.jobangebot-singel:hover{
    background-color: #ddd;
}

/*Head*/
.jobangebot-singel.head{
    background-color: #fff!important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    border: none!important;
    color: #999!important;
}
.jobangebot-singel.head .anstellung{
    width: 25%;
}


@media screen and (max-width: 1200px) {
    .jobangebot-singel .position {
        width: 36%;
        font-size: 20px;
    }
    .jobangebot-singel .unternehmen {
        width: 36%;
    }
    .jobangebot-singel .ort {
        width: 22%;
    }
    .jobangebot-singel .ab,
    .jobangebot-singel .anstellung{
        width: 36%;
    }
    .jobangebot-singel .pdf-link{
        width: 22%;
        text-align: left;
    }

    .jobangebot-singel .label{
        display: inline;
    }
    /*Head*/
    .jobangebot-singel.head{
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .jobangebot-singel .position,
    .jobangebot-singel .unternehmen,
    .jobangebot-singel .ort,
    .jobangebot-singel .ab,
    .jobangebot-singel .anstellung {
        width: 100%;
    }
    .jobangebot-singel .pdf-link{
        width: 100%;
        text-align: center;
        background-color: RGBA(0,109,176,0.20);
        margin: 10px 0;
    }

    .jobangebot-singel{
        padding: 30px 15px;
    }

    /*Farben*/
    .jobangebot-singel:nth-child(even){
        border: 2px solid #fff;
    }
    .jobangebot-singel:nth-child(odd){
        border: 2px solid #F1F1F1;
    }
}

/* Feed Teaser Slider + Kachel Teaser Slider - Equal height*/
.kachel-feed-teaser-container .slick-track,
.kachel-teaser-container .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.kachel-feed-teaser-container .slick-slide,
.kachel-teaser-container .slick-slide  {
  height: auto;
}


/*Jobangebote Neu XML ___________________________________________________ */

.job-details-hidden {
    border-top: 1px solid #99A3C1;
    margin-top: 10px;
}

.job-details-hidden .hidden-job-headline,
.new-job-block-detail .hidden-job-headline {
    color: #002943 !important;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff;
            text-underline-offset: 7px;
}

.job-details-hidden .hidden-job-text,
.new-job-block-detail .hidden-job-text {
    color: #002943;
    font-size: 0.9em;
}

.job-details-hidden ul,
.job-details-hidden ol,
.new-job-block-detail ul,
.new-job-block-detail ol {
    margin-bottom: 0;
    list-style-type: circle;
    margin-left: 25px;
    list-style-image: url(/wp-content/themes/generatepress_child/img/listicon-klein.png);
}

.job-details-hidden ul li,
.job-details-hidden ol li,
.new-job-block-detail ul li,
.new-job-block-detail ol li {
    margin-bottom: 15px;
    padding-left: 5px;
}

.job-details-hidden .job-details,
.new-job-block-detail .job-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.job-details-hidden .jobtextblock,
.new-job-block-detail .jobtextblock {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;

}

@media screen and (min-width: 950px) {
    .job-details-hidden .jobtextblock,
    .new-job-block-detail .jobtextblock {
        width: 50%;
    }
}

/*On hover -> Später onclick Checkbox (a => checkbox)*/

/*.jobangebot-singel .job-details-hidden {
    opacity: 0;
    -webkit-transform: scaleY(0) translateY(-100%);
        -ms-transform: scaleY(0) translateY(-100%);
            transform: scaleY(0) translateY(-100%);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    height: 0;
    position: absolute;
}

.jobangebot-singel:hover .job-details-hidden {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
        -ms-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
    height: auto;
    position: relative;
}

.jobangebot-singel{
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.jobangebot-singel:hover{
    background-color: rgba(0, 109, 176, 0.2);
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 20%);
    margin: 20px 0;
            -webkit-transform: scaleX(1.04);
                -ms-transform: scaleX(1.04);
                    transform: scaleX(1.04);
}*/

.openclose ~ .jobangebot-singel .job-details-hidden {
    opacity: 0;
    -webkit-transform: scaleY(0) translateY(-100%);
        -ms-transform: scaleY(0) translateY(-100%);
            transform: scaleY(0) translateY(-100%);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    height: 0;
    position: absolute;
}

.openclose:checked ~ .jobangebot-singel .job-details-hidden {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
        -ms-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
    height: auto;
    position: relative;
}

.openclose{
    position: absolute;
    top: 0;
    left: -200vw;
    visibility: hidden;
    opacity: 0;
}

.opencloselabel {
    position: relative;
}
/*Farben*/
.jobangebote-container.new-jobs .new-job-block:nth-child(even) {
    background-color: #F1F1F1;
}

.jobangebote-container.new-jobs .new-job-block:nth-child(odd) {
    background-color: #fff;
}

.jobangebote-container.new-jobs .new-job-block{
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.jobangebote-container.new-jobs .new-job-block:hover{
    background-color: #ddd;
}

.jobangebote-container.new-jobs .new-job-block .jobangebot-singel{
    background-color: transparent;
}


.jobangebote-container.new-jobs .new-job-block .openclose ~.jobangebot-singel{
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    cursor: pointer;
}

.jobangebote-container.new-jobs .new-job-block .openclose:checked ~ .jobangebot-singel{
    /*background-color: rgba(0, 109, 176, 0.2);*/
    background-color: #CCE2EF;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 20%);
    margin: 20px 0;
            -webkit-transform: scaleX(1.04);
                -ms-transform: scaleX(1.04);
                    transform: scaleX(1.04);
}

.jobangebote-container.new-jobs .new-job-block .openclose:checked ~ .jobangebot-singel .job-details-hidden {
    cursor: default;
}

.jobangebote-container.new-jobs .new-job-block .jobbutton {
        background-color: #006DB0;
        border-radius: 2px;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.1em;
        position: relative;
}

.jobangebote-container.new-jobs .new-job-block .jobbutton::before {
    background-color: transparent;
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    left: -48px;
    top: 0;
    background-image: url(/wp-content/themes/generatepress_child/img/nw-button-jobs.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Tabelle*/
.jobangebote-container.new-jobs .jobangebot-singel .position,
.jobangebote-container.new-jobs .jobangebot-singel .unternehmen {
    /* width: 30%; */
    width: 30%;
    text-align: left;
}

.jobangebote-container.new-jobs .jobangebot-singel .stellenid.black {
    text-align: center;
}

/* .jobangebote-container.new-jobs .jobangebot-singel .ort {
    width: 15%;
    text-align: left;
} */

.jobangebote-container.new-jobs .jobangebot-singel .ort.place {
    width: 20%;
    text-align: left;
}

.jobangebote-container.new-jobs .jobangebot-singel .pdf-link {
    width: 10%;
}

.jobangebote-container.new-jobs .jobangebot-singel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
    .jobangebote-container.new-jobs .jobangebot-singel .position,
    .jobangebote-container.new-jobs .jobangebot-singel .unternehmen,
    .jobangebote-container.new-jobs .jobangebot-singel .ort,
    .jobangebote-container.new-jobs .jobangebot-singel .ab,
    .jobangebote-container.new-jobs .jobangebot-singel .anstellung,
    .jobangebote-container.new-jobs .jobangebot-singel .ort.place,
    .jobangebote-container.new-jobs .jobangebot-singel .stellenid,
    .jobangebote-container.new-jobs .jobangebot-singel .stellenid.black {
        width: 100%;
        text-align: left;
    }
    .jobangebote-container.new-jobs .jobangebot-singel .stellenid.black::before {
        display: inline-block;
        content: 'Stellennummer: ';
        color: #999;
    }
    .jobangebote-container.new-jobs .jobangebot-singel .pdf-link{
        width: 100%;
        text-align: center;
        background-color: RGBA(0,109,176,0.20);
        margin: 10px 0;
    }

    .jobangebote-container.new-jobs .jobangebot-singel{
        padding: 30px 15px;
    }

    .jobangebote-container.new-jobs .new-job-block .openclose:checked ~ .jobangebot-singel{
        margin: 5px 0;
    }

    /*Farben*/
    .jobangebote-container.new-jobs .new-job-block:nth-child(even){
        border: 2px solid #fff;
    }
    .jobangebote-container.new-jobs .new-job-block:nth-child(odd){
        border: 2px solid #F1F1F1;
    }

    .jobangebote-container.new-jobs .new-job-block:nth-child(odd):hover{
        background-color: #fff;
    }
    .jobangebote-container.new-jobs .new-job-block:nth-child(even):hover{
        background-color: #F1F1F1;
    }

    .jobangebote-container.new-jobs .jobangebot-singel .pdf-link {
        background-color: RGBA(0,109,176,0.05);
        border: 1px solid #006DB0;
    }

    .jobangebote-container.new-jobs .openclose:checked ~ .jobangebot-singel .pdf-link {
        background-color: RGBA(255,255,255,0.05);
        border: 1px solid #999;
        color: #999;
    }

    .jobangebote-container.new-jobs .new-job-block .jobbutton::before {
        display: none;
    }
}


/*___________ Jobangebote Detailseite _____________*/

.new-job-block-detail {
    padding: 50px 15px;
    border-top: 20px solid #006DB0;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
}

.new-job-block-detail em {
    opacity: 0.5;
}

.new-job-block-detail .jobangebot-singel {
    padding: 30px 25px;
}

.new-job-block-detail .job-share-bar {
    margin-bottom: 20px;
    margin-top: 20px;
}

.new-job-block-detail .job-share-bar a {
    background-color: #006DB0;
    color: #fff;
    padding: 20px;
    margin: 5px 0;
}

.new-job-block-detail .job-share-bar a.share-title {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
}

.new-job-block-detail .job-share-bar a.share-title strong.name {
    display: none;
}

.new-job-block-detail.new-job-block:nth-child(odd) .hidden-job-headline {
    color: #002943 !important;
    -webkit-text-decoration-color: #F1F1F1;
    text-decoration-color: #F1F1F1;
}

.new-job-block-detail.new-job-block:nth-child(even) .hidden-job-headline {
    color: #002943 !important;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

.jobangebote-container.new-jobs .new-job-block-detail.new-job-block:nth-child(odd),
.jobangebote-container.new-jobs .new-job-block-detail.new-job-block:nth-child(odd):hover {
    background-color: #fff;
}

.jobangebote-container.new-jobs .new-job-block-detail.new-job-block:nth-child(even),
.jobangebote-container.new-jobs .new-job-block-detail.new-job-block:nth-child(even):hover {
    background-color: #F1F1F1;
}

a.new-job-block-nofoldout:nth-child(even) .jobangebot-singel{
    background-color: #F1F1F1 !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.new-job-block-nofoldout:nth-child(odd) .jobangebot-singel{
    background-color: #fff!important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.new-job-block-nofoldout:nth-child(even):hover .jobangebot-singel,
a.new-job-block-nofoldout:nth-child(odd):hover  .jobangebot-singel{
    background-color: #ddd !important;
}

@media screen and (min-width: 1600px) {
    .new-job-block-detail .job-share-bar,
    .new-job-block-detail .social-share-container {
        position: fixed;
        right: 80px;
        bottom: 30px;
        z-index: 999;
        margin-bottom: 0;
        margin-top: 0;
    }

    .new-job-block-detail .social-share-container {
        background-color: #fff;
        width: auto;
        -webkit-box-shadow: 4px 1px 11px 1px rgba(0,0,0,0.4); 
        box-shadow: 4px 1px 11px 1px rgba(0,0,0,0.4);
        bottom: 15px;
        padding: 5px 15px;
    }

    .new-job-block-detail .social-share-container .title {
        width: auto;
        padding: 15px;
        padding-bottom: 0;
    }

    .new-job-block-detail .job-share-bar a {
        -webkit-box-shadow: 4px 1px 11px 1px rgba(0,0,0,0.4); 
        box-shadow: 4px 1px 11px 1px rgba(0,0,0,0.4);
    }
    
    .new-job-block-detail .job-share-bar a.share-title strong.name {
        display: inline;
    }

    .new-job-block-detail .job-share-bar a.share-title {
        text-transform: none;
        background-color: #DDDDDD;
    }
    
    
}

/* ___________________________ Initiativ-Bewerbung-Box _______________________________ */

.initiaviv-box-container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
}

.initiaviv-box{
    width: 100%;
    max-width: 650px;
    padding: 35px 25px;
    background-color: rgba(0, 109, 176, 0.2);
    border-radius: 3px;
    text-align: center;
}

.initiaviv-box .initiativ-btn {
    border: 1px solid rgba(0, 109, 176, 0.7);
    color: #006DB0;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 2px;
}

.initiaviv-box .initiativ-btn:hover {
    background-color: #fff;
}

.initiaviv-box h2 {
    font-size: 22px;
    text-transform: none;
}

.initiaviv-box p {
    font-size: 0.9em;
}

@media screen and (min-width: 1201px) {
    .initiaviv-box {
        max-width: 100%;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .initiaviv-box h2 {
        width: 24%;
        margin-bottom: 4px;
    }

    .initiaviv-box p {
        width: 50%;
        margin-bottom: 0!important;
    }

    .initiaviv-box .initiativ-btn {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 20%;
        text-align: center;
    }
}
