

.frame-layout-box-gray-light-bg {
    background: #EEE;
}

h2 {
    font-weight: 700;
}


.frame-layout-box-gray-light-bg {
    padding-top: 80px;
    padding-bottom: 80px;
}


.slide-list.gallery-headerslider .claim-wrapper .h1, .slide-list.gallery-headerslider .claim-wrapper h1 {
    color: #FFF;
    background-color: #DEC500;
    padding: 15px 30px;
    font-size: 40px;
}

@media (min-width: 1260px) {
    .slide-list.gallery-headerslider .claim-wrapper .h1, .slide-list.gallery-headerslider .claim-wrapper h1 {
        font-size: 50px;
    }
}



.frame-layout-box-white {
    background-color: #FFF;
   width: 100%;
}

@media (min-width: 1020px) {
    .frame-layout-box-white {
        width: 76.66666%;
    }
}



.frame-layout-box-white .headline {
     background-color: #DEC500;
     padding: 15px 30px;
}
.frame-layout-box-white .headline h2 {
    margin: 0;
    text-align: left;
    color: #FFF;
}

.frame-layout-box-white .ce-bodytext {
    padding: 30px;
    width: 100%;
}


.content-row {
    display: flex;
    justify-content: start;
    margin: 0 0 60px 0;
}
.content-row:nth-child(odd) {
    justify-content: end;
}
.content-row:last-child {
    margin: 0;
}



/* Neue Job liste */

.simple-list .job-item {
    background: #EEE;
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .simple-list .job-item {
        grid-template-columns: 10fr 5fr;
    }
}


@media (min-width: 1020px) {
    .simple-list .job-item {
        grid-template-columns: 10fr 2fr;
    }
}



.simple-list .job-item.should-appear {

}

.simple-list .job-item p{
    margin: 0;
}

.simple-list .job-item .content {
    padding: 15px 30px;
    color: #4A4A4A;
}
.simple-list .job-item .title{
    font-weight: bold;
}


.simple-list .job-item .more {
    background: #DEC500;
    color: #FFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description-simple {
    margin: 0 0 40px 0;
}

.job-detail.simple h1 {
    margin: 0 0 0 0;
    line-height: 1.1;
    color: #DEC500;
    font-weight: 600;
}

.job-detail.simple h2 {
    margin-top: 40px;
}

.job-detail.simple h1 span {
    color: #DEC500;
}

.job-detail.simple .sub-title {
    margin: 0 0 40px 0 !important;
}

.job-detail.simple .contact {
    margin-top: 0;
    position: sticky;
    top: 340Px;
}

.job-detail.simple .overview {
    /*display: block;*/
    /*margin-top: 40px;*/
    color: #999;
    margin-top: 30px;
    display: block;
}

.job-detail.simple p:last-child {
    margin: 0;
}

@media (min-width: 1260px) {
    .job-detail.simple .overview {
        margin-top: 0;
        display: initial;
    }
}





.job-detail.simple .contact-box {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #EEE;
    padding: 30px;
}

.job-detail.simple .contact-box .image,.job-detail.simple .contact-box .application {
    display: block;
    margin: 0 auto;
}

.job-detail.simple .contact-box .image {
    margin-bottom: 15px;
}



/* Textslider */

.textslider-wrap {
    padding: 80px 0;
    background-color: #DEC500;
}
@media (max-width: 1019px) {
    .textslider-wrap {
        padding: 30px 0 80px 0;
    }
}



.textslider-wrap h2{
    color: #FFF;
    margin-bottom: 30px;
}


.textslider .slick-list{
    overflow: visible;
    margin-right: -20px;
}

.textslider .slick-track{
    overflow: visible;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.textslider .slick-track:before,.textslider .slick-track:after {
    display: none;
}


.textslide{
    padding-right: 30px;
    float: none;
    flex-grow: 1;
    height: auto;
    opacity: .5;
    transition: all .3s ease-in-out;
    font-size: 0.7rem;
}

.textslide.slick-active{
   opacity: 1;
}


.textslide .inner{
    padding: 30px;
    background-color: #FFF;
    height: 100%;
}
.textslide .title{
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 7px;
}

.textslider-controls {
    position: absolute;
    right: 30px;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    /*color: #DEC500;*/
}


@media (max-width: 1019px) {
    .textslider-controls {
        top: -20px;
    }
}
@media (max-width: 768px) {
    .textslider-controls {
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}



.textslider-controls * {
    cursor: pointer;
    background-color: #FFF;
    color: #DEC500;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 50px;
    font-size: 24px;
    transition: color .5s ease;
}

.textslider-controls *:hover {
    color: #4A4A4A;
}

.textslider-controls .textslider-prev i{
   transform: translateX(-3px);
}
.textslider-controls .textslider-next i{
    transform: translateX(3px);
}


.frame-type-gridelements_pi1.frame-layout-box-gray-orbit-bg {
    padding-top: 80px;
}

@media (max-width: 1019px) {
    .frame-type-gridelements_pi1.frame-layout-box-gray-orbit-bg {
        padding: 20px 0;
    }
}
/*@media (max-width: 767px) {*/
/*    .frame-type-gridelements_pi1.frame-layout-box-gray-orbit-bg {*/
/*        padding: 20px 0;*/
/*    }*/
/*}*/




.frame-layout-box-white-bg {
    text-align: center;
}

.frame-layout-box-white-bg h2{
    text-align: center;
}

.frame-layout-box-white-bg h3{
    margin-bottom: 40px;
}


.frame-layout-box-yellow {
    background: #DEC500;
    padding: 80px 40px;
}



.frame-layout-box-yellow h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #FFF;
}



/* Schritte */

.portlet-step .step {
    background-color: #DEC500;
    color: #FFF;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
}

.portlet-step {
    background-color: #EEE;
    padding: 40px;
    text-align: center;
    height: 100%;
}





/* Contact */
.contact-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 50px;

}

@media (min-width: 1020px) {
    .contact-box {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .contact-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        column-gap: 50px;
        text-align: center;
    }
}


.contact-box p{
    margin: 0;
}

.contact-box i{
   width: 40px;
}
@media (min-width: 1020px) {
    .contact-box i{
        width: 60px;
    }
}


.contact-box .image{
    width: 180px;

}
.contact-box .image img{
    border-radius: 50%;
}






/* Zentriert */
.frame-layout-box-center {
    text-align: center;
}
.frame-layout-box-center header,.frame-layout-box-center .ce-textpic {
    width: 70%;
    margin: 0 auto;
}

.frame-layout-box-center .ce-bodytext {
    width: 100%;
}



/* Effekte */

.should-appear {
    opacity: 0;
    transform: translateY(150px);
    transition: all 1s ease;
}
.should-appear {
    opacity: 0;
    transform: translateY(150px);
    transition: all 1s ease;
}

.should-appear.image {
    transform: translateY(0);
}


.should-appear.portlet-step {
    opacity: 0;
    transform: translateY(150px);
}

.should-appear.portlet-step.step-1 {
    transition: all 1s ease 0s;
}
.should-appear.portlet-step.step-2 {
    transition: all 1s ease .5s;
}
.should-appear.portlet-step.step-3 {
    transition: all 1s ease 1s;
}

.should-appear.on-screen {
    opacity: 1;
    transform: translateY(0);
}

.should-appear.portlet-step.on-screen {
    opacity: 1;
    transform: translateY(0px);
}

#arrow-down {
    display: none;
}

.scrolled-top #arrow-down {
    position: absolute;
    right: 0px;

    bottom: 0;
    z-index: 99;
    color: #FFF;
    display: flex;
    flex-direction: column;
    cursor: pointer;

}
.scrolled-top #arrow-down i {
    width: 50px;
    text-align: center;
    font-size: 55px;
    line-height: .5;
    opacity: 0;
    background-color: #DEC500;
    color: #FFF;
    padding: 5px;
}

.scrolled-top #arrow-down i:nth-child(1) {
    animation: pulsate 3s ease-out .4s;
    animation-iteration-count: infinite;
}
.scrolled-top #arrow-down i:nth-child(2) {
    animation: pulsate 3s ease-out .8s;
    animation-iteration-count: infinite;
}

.scrolled-top #arrow-down i:nth-child(3) {
    animation: pulsate 3s ease-out 1.2s;
    animation-iteration-count: infinite;
}


@keyframes pulsate {
    0% {opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {opacity: 0.0;}
}


/* Bewerbungsformular */

.frame-layout-lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40,40,40,.8);
    z-index: 9999;

    pointer-events: none;
    opacity: 0;
    transition: all 1s ease;
}
.frame-layout-lightbox.open {
    pointer-events: all;
    opacity: 1;
}

.frame-layout-lightbox .tx-powermail{
    display: block;
    width: 100%;
    background-color: rgba(40,40,40,1);
    padding: 40px;
    color: #FFF;
}

.frame-layout-lightbox .tx-powermail .powermail_fieldwrap ul.parsley-errors-list{
    background-color: transparent;
}
.frame-layout-lightbox .tx-powermail .powermail_fieldwrap ul.parsley-errors-list li{
    color: #DEC500 !important;
}


@media (min-width: 1020px) {

    .frame-layout-lightbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .frame-layout-lightbox .tx-powermail{
        width: 50%;
    }
}


.frame-layout-lightbox .tx-powermail h3 {
    display: block;
    margin: 0 0 30px 0;
    color: #DEC500;
}


.frame-layout-lightbox .tx-powermail h1,.frame-layout-lightbox .tx-powermail h2 {
    color: #DEC500;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select label:after {
    color: rgba(40,40,40,1);
}

body.lightbox-active {
    overflow: hidden;
}

body.lightbox-active .frame-layout-lightbox.open{
    overflow: scroll;
}



.frame-layout-lightbox .powermail_fieldwrap_type_check label {
    font-size: 0.6rem;
}

.frame-layout-lightbox .powermail_fieldwrap_type_text {
    font-size: 0.6rem;
}


.frame-layout-lightbox::after {
    display: block;
    font-family: "FontAwesome";
    content:'\f00d';
    position: absolute;
    right: 20px;
    top: 10px;
    color: #DEC500;
    cursor: pointer;

}




@media (max-width: 767px) {
    form .kb-fancy-inputfield input.form-control, form .kb-fancy-inputfield .btn, .form .kb-fancy-inputfield input.form-control, .form .kb-fancy-inputfield .btn {
        height: 40px;
    }
}




/* Teaser */

#c640 {
  padding: 80px 0;
}

#c640 .teaser-box .content{
    font-size: 1rem;
    width: 100%;
}
#c640 .teaser-box h3{
    font-size: 1rem;
    width: 100%;
}
#c640 .teaser-box {
    aspect-ratio:1;
    cursor: pointer;
    overflow: hidden;
    background-color: #DEC500;
    /*padding: 70px 140px 140px 140px;*/
    display: flex;
    justify-content: center;
    align-items: center;
 }

#c640 .teaser-box .image{
    width: 50%;
    height: 50%;
}

#c640 .teaser-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}


#c640 .teaser-box img{
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;

}
#c640 .teaser-box:hover img{
    transform: scale(1.20);
}

#c715 img{
    aspect-ratio:1;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}


#c711 .powermail_fieldwrap_type_text {
    color: #DEC500;
    margin: 0 0 0 0!important;
}
@media (max-width: 768px) {
    #c711 .powermail_fieldwrap_type_text {
        color: #DEC500;
        margin: 0 0 0 0!important;
    }
}


#jumbotron .frame-layout-overlay .ce-gallery,#jumbotron .frame-layout-overlay figure {
    margin: 0;
}




.kma-lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.kma-lightbox img{
    display: block;
    position: relative;
    z-index: 9999999;
    width: 90%;
    height: 90%;
    object-fit: contain;
}





