.gradient-background .container{
    background: linear-gradient(135deg, #2ba9e0 0%,#59d4f2 100%);
    color: #FFF;
    box-shadow: 0px 2px 45px 1px rgba(0,0,0,.2);
}
.gradient-background .container h2 {
    color: #FFF;
}
.gradient-background .gradient-bg-icon > div {
    background: #29a9dd!important;
    color: #FFF;
}
.gradient-background .gradient-bg-icon .iconbox_content_title,
.gradient-background .gradient-bg-icon .iconbox_icon{
    color: #FFF;
    border: 0px!important;
}

.gradient-background .gradient-bg-icon .iconbox_icon{
    font-size: 70px!important;
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 45px 25px !important;
    margin: 0 0!important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

.iconbox {
    margin: 5px 0 !important;
}

@media (max-width: 992px) {
    .iconbox .iconbox_content .iconbox_content_title {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .gradient-background .gradient-bg-icon .iconbox_icon {
        padding: 85px 0 !important;
        font-size: 120px!important;
    }

    .iconbox {
        margin: 15px 0 !important;
    }
}

.gradient-background .gradient-bg-icon .iconbox_icon:hover{
    background: transparent!important;
}

.gradient-background .gradient-bg-icon .iconbox_content_title {
    background: #F5A623;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 2px #a56313;
    text-transform: uppercase !important;
    padding: 8px 10px!important;
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 10px !important;
    font-weight: normal !important;
    margin-bottom: 0;
    padding: 16px 3px 15px !important;
}

@media (min-width: 992px) {
    .gradient-background .gradient-bg-icon .iconbox_content_title {
        font-size: 14px !important;
    }
}

.gradient-background .gradient-bg-icon .iconbox_content_title a {
    display: block;
}

.gradient-background h2 {
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal!important;
    text-transform: none!important;
    text-align: left;
    padding: 0 20px!important;
    margin: 0 !important;
    font-size: 24px !important;
    letter-spacing: 0.0em;
    line-height: 1.4em;
}

.gradient-background p {
    padding: 0 20px!important;
}

.gradient-background .avia_textblock {
    padding: 0px !important;
}

.gradient-background .avia_textblock p {
    font-size: 16px !important;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}


.gradient-background .icon-box-wrap {
    padding: 20px 3%;
    display: flex;
    flex-wrap: wrap;
}

.gradient-background .icon-box-wrap > article {
    padding: 0 5px;
    flex: 0 25%;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .gradient-background .icon-box-wrap > article {
        padding: 0 13px;
    }
}

@media (max-width: 1280px) {
    .gradient-background .icon-box-wrap > article {
        flex: 0 50%;
    }
}

@media (min-width: 375px) {
    .gradient-background h2 {
        font-size: 28px !important;
    }

    .gradient-background .avia_textblock p {
        font-size: 16px !important;
    }
}

@media (min-width: 640px) {
    .gradient-background h2 {
        font-size: 38px !important;
    }

    .gradient-background .avia_textblock p {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    .gradient-background h2 {
        font-size: 38px !important;
        letter-spacing: 0.075em;

    }

    .gradient-background .avia_textblock {
        padding: 0px !important;
    }

    .gradient-background .avia_textblock p {
        font-size: 22px !important;
    }
}

/* Global fix */
#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6{
    text-transform: none;
}


/* Pushed text box */
.pushed-left{
    position: relative;
    transform: translateX(100px);
    z-index: 10;    
}
.pushed-left p {
    display: inline;
    background-color: #2ba9e0;
    color:#fff;
    padding: 0.2em;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    z-index: 10;
}

h4.av-special-heading-tag{
    font-size: 46px;
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal;
    text-transform: none;
}

/* Again here box with pushed text but my component shortcode */
.teaser-with-photo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.teaser-with-photo .teaser-with-photo-content{
    padding: 30px 0;
    display: block;
    width: 30%;
}
.teaser-with-photo .teaser-with-photo-content h4{
    font-size: 20px !important;
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal!important;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 0.0em;
}
.teaser-with-photo .teaser-with-photo-content p{
    display: inline;
    background-color: #2ba9e0;
    font-size: 18px;
    font-family: 'IBMPlexSans-Text';
    font-weight: normal;
    color:#fff;
    padding: 0.2em;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media (min-width: 375px) {
    .teaser-with-photo .teaser-with-photo-content h4 {
        font-size: 22px !important;
    }
}

@media (min-width: 640px) {
    .teaser-with-photo .teaser-with-photo-content h4 {
        font-size: 24px !important;
    }
}

@media (min-width: 992px) {
    .teaser-with-photo .teaser-with-photo-content h4 {
        font-size: 30px !important;
    }
}

.teaser-with-photo .teaser-with-photo-image{
    display: block;
    width: 70%;
}
.teaser-with-photo .teaser-with-photo-image img{
    width: 100%;
    height: auto;
    display: block;
}
/* Colorbox */
.teaser-with-photo.colorbox .teaser-with-photo-content{
    background: #173a77;
    padding: 50px 10px 50px 70px;
    width: 35%;
}
.teaser-with-photo.colorbox .teaser-with-photo-image{
    width: 65%;
}
.teaser-with-photo.colorbox .teaser-with-photo-content h4{
    color: #FFF;
}
.teaser-with-photo.colorbox .teaser-with-photo-content .pushed-text{
    transform: none;
}
.teaser-with-photo.colorbox .teaser-with-photo-content .pushed-text p:first-child{
    margin-top: 0;
}
.teaser-with-photo.colorbox .teaser-with-photo-content .pushed-text p:last-child{
    margin-bottom: 0;
}
.teaser-with-photo.colorbox .teaser-with-photo-content p{
    background: transparent;
    display: inline-block;
    padding: 0 15px 0 0;
}
.teaser-with-photo.colorbox{
    align-items: stretch;
}
/* Small image */
.teaser-with-photo.small-image{
    align-items: flex-end;
}
.teaser-with-photo.small-image .pushed-text{
    width: 110%;
}
.teaser-with-photo.small-image h4{
    position: relative;
    z-index: 10;
    width: 130%;
}
.teaser-with-photo.small-image .teaser-with-photo-image{
    width: 50%;
}
.teaser-with-photo.small-image .teaser-with-photo-content{
    width: 50%;
}


/* Aligns */
.teaser-with-photo.align-right{
    flex-direction: row-reverse;
}
.teaser-with-photo.pushed.align-right .teaser-with-photo-content{
    text-align: right;
}
.teaser-with-photo.pushed.align-right .pushed-text{
    transform: translateX(-100px);
}

/* Media queries for teasers */
@media (max-width: 850px) {
    .teaser-with-photo {
        display: block;
    }

    .teaser-with-photo .teaser-with-photo-content,
    .teaser-with-photo.colorbox .teaser-with-photo-content,
    .teaser-with-photo.small-image .teaser-with-photo-content {
        width: 100%;
        padding: 0;
        margin-bottom: 2.5em;
    }

    .teaser-with-photo .teaser-with-photo-image,
    .teaser-with-photo.colorbox .teaser-with-photo-image,
    .teaser-with-photo.small-image .teaser-with-photo-image {
        width: 100%;
    }

    .teaser-with-photo.colorbox .teaser-with-photo-content {
        padding: 25px;
    }

    .teaser-with-photo.small-image .pushed-text,
    .teaser-with-photo.small-image h4 {
        width: 100%;
    }
}



/* Full width container section */
.full-width-container{
    /* background-size: 57%!important; */
    background-position: calc( -43vw ) center !important;
    background-size: cover !important;
    color: #FFF;
    background-color: #29AADD;
}

.full-width-container h2 {
    color: #FFF;
    font-size: 48px;
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal!important;
    margin: 1em 0 !important;
}
.image-section-sixtypercent{
    background-size: 60%!important;
}

@media (max-width: 850px) {
    /* Media query for image */
    .image-section-sixtypercent {
        background-size: cover!important;
    }
    .full-width-container h2 {
        font-size: 32px;
    }
}


@media (min-width: 992px) {
    .teaser-with-photo .teaser-with-photo-content .pushed-text {
        transform: translateX(100px);
        z-index: 10;
    }
}


/*****************************************/
/*              JOBS                     */
/*****************************************/
.blocked-headline {
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 0px 25px 0px rgba(0,0,0,.1);
}

.blocked-headline h2 {
    font-size: 24px !important;
    margin-bottom: 0;
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal !important;
    color: #000 !important;
}

@media (min-width: 375px) {
    .blocked-headline h2 {
        font-size: 22px !important;
    }
}

@media (min-width: 640px) {
    .blocked-headline h2 {
        font-size: 26px !important;
    }
}

@media (min-width: 992px) {
    .blocked-headline h2 {
        font-size: 30px !important;
    }
}

.bg-white {
    background: #fff !important;
    padding: 15px;
    box-shadow: 0 0px 25px 0px rgba(0,0,0,.1);
}

.no-margin {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

#partner .content {
    padding-bottom: 0 !important;
}

.page-id-817 .avia-builder-el-last  .content {
    padding-top: 0!important;
}

.bg-white p {
    font-family: 'IBMPlexSans-Text';
}

.bg-white h2 {
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal !important;
}

@media (min-width: 375px) {
    .bg-white {
        padding: 25px;
    }
}

@media (min-width: 640px) {
    .bg-white {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .bg-white {
        padding: 60px;
    }
}

.custom_teaserbox.bordered-gelb {
    border: 7px solid #ffe200;
}

@media (min-width: 992px) {
    .custom_teaserbox.bordered-gelb {
        border: 11px solid #ffe200;;
    }
}

.jobs-list{
    background: #2ba9e0;
    padding: 50px 0px;
}
.jobs-list > div {
    position: relative;
}
.jobs-list > div:before {
    content: "Aktuelle Stellenangebote";
    position: relative;
    display: block;
}
.jobs-list .entry-title {
    color: #FFF;
    font-size: 18px!important;
    line-height: 1.5em!important;
    font-family: 'IBMPlexSans-SemiBold';
    font-weight: normal!important;
    padding-right: 30px !important;
    background: url(../../images/arrow-forward-white.svg) right 10px no-repeat;
}
.jobs-list > div:before {
    color: #FFF;
    font-size: 22px!important;
    line-height: 2em!important;
    letter-spacing: 1px;
    font-family: 'IBMPlexSans-Text' !important;
    padding-bottom: 50px !important;
}
.jobs-list .entry-title a{
    display: block;
}
.jobs-list .av-magazine-entry .av-magazine-thumbnail{
    display: none;
}
.jobs-list .av-magazine-time{
    display: none;
}
.jobs-list .entry-content-header{
    padding: 12px 0;
}
.jobs-list .av-magazine-entry {
    transition: .15s linear background;
}
.jobs-list .av-magazine-entry:hover{
    background: #e0953a;
}
.jobs-list .entry-content-header h3{
    font-weight: 500!important;
}
.jobs-list .av-magazine-content-wrap{
    border-bottom: 0!important;
    border-top: 1px solid #FFF;
    min-height: 0;
}
.jobs-list .av-magazine-entry:first-child .av-magazine-content-wrap{
    border-top: 0px;
    position: relative;
    overflow: visible!important;
}

.jobs-list .av-magazine-entry:first-child .av-magazine-content-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.jobs-list .av-magazine-entry:hover .av-magazine-content-wrap{
    border-top-color: transparent!important;
}
.jobs-list .av-magazine-entry.no-border .av-magazine-content-wrap{
    border-top-color: transparent!important;
}
.jobs-list .av-magazine-entry, .jobs-list > div:before {
    margin: 0;
    padding: 0 15px;
}

@media (min-width: 375px) {

}

@media (min-width: 640px) {

}

@media (min-width: 992px) {


}

@media (min-width: 992px) {
    .jobs-list .av-magazine-entry, .jobs-list > div:before{
        margin: 0;
        padding: 0 75px;
    }

    .jobs-list .entry-title {
        font-size: 26px!important;
    }

    .jobs-list > div:before {
        font-size: 36px!important;
    }

}