/* contentspacer */
.contentspacer-small{
    height: 30px;
}
.contentspacer-medium{
    height: 60px;
}
.contentspacer-large{
    height: 90px;
}
@media screen and (max-width: 959px) {
    .contentspacer-small{
        height: 25px;
    }
    .contentspacer-medium{
        height: 50px;
    }
    .contentspacer-large{
        height: 75px;
    }
}
@media screen and (max-width: 480px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 45px;
    }
}



/* teaser */
.teaser{
    background-color: #fff;
    border-radius: 8px;
    background-image: url(/wp-content/themes/bischoffbau/assets/images/teaser_bg.svg);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    transition: all 0.25s linear;
}
.teaserInner{
    padding: 110px;
}
.teaserTitle1{
    font-family: 'Roboto Condensed';
    font-size: 80px;
    line-height: 80px;
    color: #C2CDD6;
    font-weight: 700;
}
.teaserTitle2{
    font-family: 'Roboto Condensed';
    font-size: 80px;
    line-height: 80px;
    color: #394854;
    font-weight: 700;
}
.teaserText{
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #8C9AA5;
    width: 55%;
}
.teaserIcon{
    margin: 125px 6vw 0 8%;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    border: 1px solid #C2CDD6;
    position: relative;
    transition: all 0.25s linear;
}
.teaserIcon img{
    position: absolute;
    width: 40px;
    margin: 45px 0 0 45px;
    transition: all 0.25s linear;
}
.teaserIconImgHover{
    display: none;
}
.teaser:hover{
    text-decoration: none;
}
.teaser:hover .teaserIcon {
    text-decoration: none;
    background: #792322;
    border: 1px solid #792322;
}
.teaser:hover .teaserIconImgHover {
    display: block;
}
@media screen and (max-width: 959px) {
    .teaserInner{
        padding: 30px;
    }
    .teaserTitle1,
    .teaserTitle2{
        font-size: 60px;
        line-height: 60px;
    }
    .teaserText{
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .teaserInner{
        padding: 25px;
    }
    .teaserTitle1,
    .teaserTitle2{
        font-size: 40px;
        line-height: 40px;
    }
    .teaserIcon{
        margin: 20px 0 0 0;
        width: 60px;
        height: 60px;
    }
    .teaserIcon img {
        width: 30px;
        margin: 15px 0 0 15px;
    }
}


/* kompetenz */
.kompetenzListItem{
    font-size: 24px;
    line-height: 60px;
    font-family: 'Roboto Condensed';
    color: #394854;
    font-weight: 700;
}
.kompetenzTeaserItem{
    display: block;
    background: #1E262E;
    color: #fff;
    border-radius: 8px;
    transition: all 0.25s linear;
    padding: 25px 30px 30px 30px;
}
.kompetenzTeaserTitle{
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto Condensed';
    margin-bottom: 40px;
}
.kompetenzTeaserIcon{
    text-align: right;
}
.kompetenzTeaserIcon div{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
}
.kompetenzTeaserIcon div img{
    position: relative;
    top: 15px;
    left: -18px;
}
.kompetenzTeaserItem:hover{
    text-decoration: none;
    background: #F5F7F9;
    color: #394854;
}
.kompetenzTeaserItem:hover .kompetenzTeaserIcon div{
    border: 1px solid #792322;
    background:#792322;
    color: #FFF;
}
.kompetenzSlider{

}
.kompetenzSliderItem{
    border-radius: 10px;
    background: #1E262E;
    color: #FFF;
    margin-bottom: 30px;
}
.kompetenzSliderItemImage{
    height: 500px;
}
.kompetenzSliderItemImage img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}
.kompetenzSliderItemTextOverlay{
    width: 100%;
    height: 100%;
    background: #394854;
    position: absolute;
    top: 0;
    right: 0;
}
.kompetenzSliderItemText{
    /* opacity: 0.05; */
    color: #FFF;
    display: block;
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
    opacity: 0.25;
}
.kompetenzSliderItemText:hover{
    color: #FFF;
    text-decoration: none;
}
.kompetenzSliderItemTitle{
    font-size: 40px;
    line-height: 40px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    margin-bottom: 35px;
}
.kompetenzSliderItemLead{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 80px;
}
.kompetenzSliderItemLink{
    border: 1px solid rgba(194, 205, 214, 0.4);
    padding: 15px 15px 15px 30px;
    border-radius: 30px;
    color: #FFF;
    display: inline-block;
    transition: all 0.25s linear;
}
.kompetenzSliderItemLink img{
    margin-left: 25px;
}
.kompetenzSlider:hover .kompetenzSliderItemLink{
    border: 1px solid rgba(194, 205, 214, 1);
}
@media screen and (max-width: 959px) {
    .kompetenzSliderItemImage{
        height: 400px;
    }
    .kompetenzSliderItemText{
        padding: 40px;
    }
    .kompetenzSliderItemImage img{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
}
@media screen and (max-width: 639px) {
    .kompetenzSliderItemImage{
        height: 300px;
    }
    .kompetenzSliderItemText{
        padding: 30px;
    }
}



/* smallTitle */
.smallTitle{
    /* border-left: 2px solid #792322; */
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #8C9AA5;
    display: inline-block;
    padding-left: 18px;
    position: relative;
}
.smallTitle span{
    top: 3px;
    left: 0;
    position: absolute;
    display: inline-block;
    height: calc(100% - 6px);
    width: 2px;
    background: #FFF;
}
.smallTitleBg{
    position: relative;
    color: #4A5965;
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    font-family:'Roboto Condensed';
}
@media screen and (max-width: 959px) {
    .smallTitleBg{
        font-size: 100px;
        line-height: 100px;
    }
}
@media screen and (max-width: 639px) {
    .smallTitleBg{
        font-size: 50px;
        line-height: 50px;
    }
}

/*Spezial-Titel*/
.specialtitle-big {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    position: relative;
    left: -11px;
}
.specialtitle-black {
    color: #000;
}
.specialtitle-medium1 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.specialtitle-medium {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.specialtitle-gray {
    color: #394854;
}
.specialtitle-white {
    color: #fff;
}
@media screen and (max-width: 959px) {
    .specialtitle-big {
        font-size: 140px;
        line-height: 140px;
        left: -7px;
    }
    .specialtitle-medium {
        font-size: 25px;
        line-height: 25px;
    }
}


/*Link-Overlay*/
.linkboxOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    height: 100vh;
    width: 100vw;
    background: rgba(30, 38, 46, 0.5);
    z-index: 9000;
    padding-top: 90px;
}
.linkboxOverlay .modalKontaktInner {
    position: relative;
}
.linkoverlayClose {
    position: absolute;
    background-color: #fff;
    top: -15px;
    right: -15px;
    border: 1px solid #C2CDD6;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 37px;
    color: #C2CDD6;
    text-align: center;
    transition: all 0.25s linear;
    cursor: pointer;
}
.linkoverlayClose:hover {
    background-color: #792322;
    border-color: #792322;
    color: #fff;
    transition: all 0.25s linear;
}
.linkboxOverlay .uk-container {
    padding-left: 15px;
    padding-right: 15px;
}
.linkboxOverlay .overlayImageBox {
    background-size: cover;
    background-position: center;
    border-radius: 8px 0 0 8px;
    min-height: 400px;
}

.linkoverlay-tel a {
    color: #792322;
    font-size: 80px;
    line-height: 90px;
    font-family: 'Roboto Condensed';
}
.linkoverlay-tel a:hover {
    color: #792322;
    text-decoration: none;
}
.linkoverlay-mail a {
    color: #394854;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.linkoverlay-mail a:hover {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 1200px ) {
    .linkoverlay-tel a {
        font-size: 60px;
        line-height: 70px;
    }
}
@media screen and (max-width: 960px ) {
    .linkoverlay-tel a {
        font-size: 6vw;
        line-height: 6.5vw;
    }
    .linkoverlay-mail a {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 639px ) {
    .linkoverlay-tel a {
        font-size: 10vw;
        line-height: 10.5vw;
    }
    .linkoverlay-mail a {
        font-size: 20px;
        line-height: 24px;
    }
    .linkboxOverlay .overlayImageBox {
        border-radius: 8px 8px 0 0;
        min-height: 50vw;
    }
    .linkboxOverlay .modalKontaktInner .uk-padding-large {
        padding: 20px;
    }

}
/* testimonial */
.testimonialLeft{
    padding: 140px 80px 80px 35px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #792322;
    color: #FFF;
}
.testimonialNoImage .testimonialLeft{
    border-radius: 8px;
}
.testimonialQuote{
    font-family: 'Roboto Condensed';
    font-size: 200px;
    line-height: 0px;
    margin-right: 35px;
    position: relative;
    top: -50px;
}
.testimonialText{
    font-family: 'Roboto Condensed';
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.testimonialName{
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 500;
}
.testimonialLink{
    margin-top: 60px;
}
.testimonialLink a{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #C2CDD6;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 10px 12px 25px;
    color: #FFF;
}
.testimonialLink a img.buttonimagehover {
    display: none;
}
.testimonialLink a:hover img.buttonimagehover {
    display: inline;
}
.testimonialLink a:hover img.buttonimage {
    display: none;
}
.testimonialLink a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #FFF;
    color: #792322;
}
.testimonialLink a span{
    border: 2px solid #FFF;
    padding: 0 4px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.testimonialImg img{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    object-fit: cover;
    height: 100%;
}
@media screen and (max-width: 959px) {
    .projektTestimonial {
      margin: 40px 0;
    }
    .testimonialLeft{
        padding: 40px 20px 40px 15px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }
    .testimonialQuote{
        font-size: 75px;
        margin-right: 10px;
        top: -20px;
    }
    .testimonialImg img{
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
}



/* aktuelles */
.aktuellesTitle{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #394854;
    margin-bottom: 25px;
}
.aktuellesFilter{
    position: relative;
    z-index: 1;
    width: calc(100% - 120px);
}
.aktuellesFilterItem{
    display: inline-block;
    border: 1px solid #E1E6EB;
    border-radius: 25px;
    padding: 17px 25px;
    color: #394854;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.aktuellesFilterItem:hover,
.aktuellesFilterItemActive{
    text-decoration: none;
    border: 1px solid #394854;
    background: #394854;
    color: #FFF;
}
.aktuellesSlider{
    position: relative;
    top: -50px;
    min-width: 100%;
    width: calc(100% + 100vw - 1400px);
}
.aktuellesSlider ul{
    padding-top: 110px;
}
.aktuellesSliderItem{
    position: relative;
    transition: all 0.25s linear;
    cursor: pointer;
    display: block;
}
.aktuellesSliderItemSpacer{
    height: 400px;
    width: 300px;
    background: #FFF;
    border-radius: 8px;
}
.aktuellesSliderItemImage{
    transition: all 0.25s linear;
    opacity: 0;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 300px;
    object-fit: cover;
}

.aktuellesSliderItemOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.aktuellesSliderItemTitle{
    transition: all 0.25s linear;
    padding: 30px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #394854;
}
.aktuellesSliderItemBottom{
    padding: 30px;
}
.aktuellesSliderItemBottomDiv{
    border-top: 1px solid #E4E8EC;
    padding-top: 25px;
}
.aktuellesSliderItemBottomDivDate1{
    font-family: 'Roboto Condensed';
    font-size: 80px;
    line-height: 80px;
    color: #792322;
    font-weight: 700;
}
.aktuellesSliderItemBottomDivDate2{
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8C9AA5;
}

.aktuellesSliderItem:hover .aktuellesSliderItemOverlay{
    background: rgba(30, 38, 46, 0.5);
}
.aktuellesSliderItemBottomDivDate{
    transition: all 0.25s linear;
}
.aktuellesSliderItem:hover .aktuellesSliderItemImage{
    opacity: 1;
}
.aktuellesSliderItem:hover .aktuellesSliderItemTitle,
.aktuellesSliderItem:hover .aktuellesSliderItemBottomDivDate{
    color: #FFF;
}


.aktuellesSliderNav{
    top: 25px;
    left: auto;
    width: 50px;
    height: 50px;
    background: #C2CDD6;
    border-radius: 25px;
    color: #fff;
    transition: all 0.25s linear;
}
.aktuellesSliderNav svg{
    display: none;
}
.aktuellesSliderNav img{
    width: 16px;
}
.aktuellesSliderNavLeft{
    left: 1285px;
    padding: 17px 0 0 17px;
}
.aktuellesSliderNavRight{
    left: 1350px;
    padding: 17px 0 0 17px;
}
.aktuellesSliderNavLeft:hover,
.aktuellesSliderNavRight:hover{
    background: #1E262E;
}
@media screen and (max-width: 1440px) {
    .aktuellesSliderNavLeft{
        left: auto;
        right: 90px;
    }
    .aktuellesSliderNavRight{
        left: auto;
        right: 20px;
    }
}
@media screen and (max-width: 1400px) {
    .aktuellesSliderNavLeft{
        right: 70px;
    }
    .aktuellesSliderNavRight{
        right: 0;
    }
}


@media screen and (max-width: 639px) {
    .aktuellesFilterItem {
        padding: 10px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 120px;
        text-align: center;
    }
}



/* projekteSlider */
.projekteSlider{
    min-width: 100%;
    width: calc(100% + 100vw - 1400px);
}
.projekteSlider ul{
    padding-top: 100px;
}
.projekteSliderItem{
    width: 825px;
    transition: all 0.25s linear;
    opacity: 0.5;
}
.projekteSliderItemTitle{
    opacity: 0;
    position: relative;
    top: -100px;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    transition: all 0.25s linear;
}
.projekteSliderItemBottom{
    opacity: 0;
    transition: all 0.25s linear;
}
.projekteSliderItemImage{
    margin-bottom: 60px;
    height: 550px;
    overflow: hidden;
}
.projekteSliderItemImage img.projekteSliderItemIMG{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.projekteSliderItemText{
    font-size: 14px;
    line-height: 18px;
    color: #8C9AA5;
    font-weight: 500;
    max-width: 500px;
}
.projekteSliderItemLink{
    display: inline-block;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
    padding: 12px 10px 12px 25px;
    color: #FFF;
    font-weight: 500;
}
.projekteSliderItemLink:hover{
    text-decoration: none;
}
.projekteSliderItemLink span{
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 4px;
    padding: 0px 4px;
    color: #FFF;
    font-weight: 500;
    margin-left: 30px;
}
.projekteSliderItemImage .projekteSliderItemLink {
    position: absolute;
    bottom: 75px;
    right: 20px;
    background-color: #792322;
    border: 1px solid #792322;
    opacity: 0.9;
}
.projekteSliderItemImage .projekteSliderItemLink img.buttonimagehover {
    display: none;
}
.projekteSliderItemImage .projekteSliderItemLink:hover {
    background-color: #fff;
    color: #792322;
}
.projekteSliderItemImage .projekteSliderItemLink:hover img.buttonimage {
    display: none;
}
.projekteSliderItemImage .projekteSliderItemLink:hover img.buttonimagehover {
    display: inline;
}
.projekteSliderNav{
    top: 25px;
    left: auto;
    width: 50px;
    height: 50px;
    background: #63707C;
    border-radius: 25px;
    color: #fff;
    transition: all 0.25s linear;
}
.projekteSliderNav svg{
    display: none;
}
.projekteSliderNav img{
    width: 16px;
}
.projekteSliderNavLeft{
    left: 925px;
    padding: 17px 0 0 17px;
}
.projekteSliderNavRight{
    left: 990px;
    padding: 17px 0 0 17px;
}
.projekteSliderNavLeft:hover,
.projekteSliderNavRight:hover{
    background: #1E262E;
}
@media screen and (max-width: 1440px) {
    .projekteSliderNavLeft{
        left: auto;
        right: 90px;
    }
    .projekteSliderNavRight{
        left: auto;
        right: 20px;
    }
}
@media screen and (max-width: 1400px) {
    .projekteSliderNavLeft{
        right: 70px;
    }
    .projekteSliderNavRight{
        right: 0;
    }
}
@media screen and (max-width: 1220px) {
    .projekteSliderItem{
        width: 100%
    }
}
@media screen and (max-width: 959px) {
    .projekteSliderNav{
        top: 100px;
    }
    .projekteSliderItemImage{
        height: 450px;
    }
}
@media screen and (max-width: 639px) {
    .projekteSliderItemImage{
        height: 250px;
    }
}

/* projekteGrid */
.projekteGrid{
    margin-top: 80px;
}
.projekteGridItem{
    margin-bottom: 50px;
}
.projekteGridItem:hover{
    text-decoration: none;
}
.projekteGridItemImage{
    margin-bottom: 40px;
    position: relative;
    transition: all 0.25s linear;
}
.projekteGridItemImageOverlay{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 38, 46, 0.5);
    border-radius: 10px;
    transition: all 0.25s linear;
}
.projekteGridItemImage img{
    border-radius: 8px;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.projekteGridItemCat{
    color: #8C9AA5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.projekteGridItemTitle{
    color: #394854;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 80px;
    font-weight: 700;
}
.projekteGridItem:hover .projekteGridItemTitle{
    color: #792322;
}
.projekteGridItem:hover .projekteGridItemImageOverlay{
    opacity: 1;
}
@media screen and (max-width: 639px) {
    .projekteGridItemImage img{
        height: 220px;
    }
}


/* jobList */
.jobList a{
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 50px 50px 35px 50px;
    margin-bottom: 30px;
}
.jobList a:hover{
    text-decoration: none;
}
.jobListItem{
}
.jobListTitle{
    font-family: 'Roboto Condensed';
    font-size: 40px;
    line-height: 40px;
    color: #394854;
    transition: all 0.25s linear;
    font-weight: 700;
}
.jobListPensum{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #1E262E;
    width: 200px;
}
.jobListPensumTop{
    width: 200px;
    color: #8C9AA5;
    margin-bottom: 3px;
}
.jobListLink{
    transition: all 0.25s linear;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
    width: 30px;
    height: 38px;
    display: inline-block;
    padding: 12px 0 0 20px;
    position: relative;
}
.jobList a:hover .jobListTitle{
    color: #792322;
}
.jobList a:hover .jobListLink{
    /* color: #FFF; */
    border: 1px solid #792322;
    background: #792322;
}
.jobListLink img{
    position: absolute;
    top: 18px;
}
.jobListLinkImgHover{
    display: none;
}
.jobList a:hover .jobListLinkImg{
    display: none;
}
.jobList a:hover .jobListLinkImgHover{
    display: block;
}
@media screen and (max-width: 959px) {
    .jobList a{
        padding: 35px 35px 15px 35px;
        margin-bottom: 20px;
    }
    .jobListTitle{
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (min-width: 960px) {
    .jobListPensumDiv.uk-width-expand {
        flex: unset;   
    }
}   
@media screen and (max-width: 639px) {
    .jobList a{
        padding: 20px 20px 5px 20px;
        margin-bottom: 15px;
    }
    .jobListTitle{
        font-size: 24px;
        line-height: 24px;
    }
}


/* link */
.link{
    border: 1px solid #C2CDD6;
    border-radius: 8px;
    padding: 50px 50px 35px 50px;
    display: block;
}
.linkText{
    font-family: 'Roboto Condensed';
    font-size: 40px;
    line-height: 40px;
    color: #394854;
    transition: all 0.25s linear;
    font-weight: 700;
}
.linkIcon{
    transition: all 0.25s linear;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
    width: 30px;
    height: 38px;
    display: inline-block;
    padding: 12px 0 0 20px;
    position: relative;
}
.linkIcon img{
    position: absolute;
    top: 18px;
}
.linkIconImgHover{
    display: none;
}
.link:hover {
    text-decoration: none;
}
.link:hover .linkText{
    color: #792322;
}
.link:hover .linkIcon{
    border: 1px solid #792322;
    background: #792322;
}
.link:hover .linkIconImg{
    display: none;
}
.link:hover .linkIconImgHover{
    display: block;
}
@media screen and (max-width: 959px) {
    .link {
      padding: 35px 35px 25px 35px;
    }
    .linkText{
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 639px) {
    .link {
      padding: 20px 20px 10px 20px;
    }
    .linkText{
        font-size: 24px;
        line-height: 24px;
    }
}


/* mitarbeiter */
.mitarbeiter{
}
.mitabreiterListe{
}
.mitarbeiterItem{
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.mitarbeiterItemOverlay{
    background: rgba(121, 35, 34, 0.65);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.25s linear;
}
.mitarbeiterItemOverlayText{
    color: #FFF;
    padding: 30px;
    opacity: 0;
    transition: all 0.25s linear;
}
.mitarbeiterItem:hover .mitarbeiterItemOverlay,
.mitarbeiterItem:hover .mitarbeiterItemOverlayText{
    opacity: 1;
}
.mitarbeiterItemTitle{
    font-family: 'Roboto Condensed';
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.mitarbeiterItemJob {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
span.mitarbeiterItemJobGL,
span.mitarbeiterItemJobDL {
    display: none;
}
.mitarbeiterCat_lieferant {
    display: none;
}
.mitabreiterTag{
    color: #792322;
    font-family: 'Roboto Condensed';
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    height: 100%;
    width: 100%;
    position: relative;
}
.mitabreiterJob,
.mitabreiterLieferant{
    height: 100%;
    width: 100%;
    position: relative;
}
.mitabreiterJobTitle{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mitarbeiterJobLink{
    display: inline-block;
    background: #792322;
    padding: 12px 10px 12px 25px;
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 25px;
    border: 1px solid #792322;
}
.mitarbeiterJobLink:hover{
    text-decoration: none;
    color: #792322;
    background: #fff;
}
.mitarbeiterJobLink img{
    margin-left: 25px;
}
.mitarbeiterJobLink img.buttonimagehover {
    display: none;
}
.mitarbeiterJobLink:hover img.buttonimagehover {
    display: inline;
}
.mitarbeiterJobLink:hover img.buttonimage {
    display: none;
}
.maImgClone{
    position: absolute;
    object-fit: cover;
    border-radius: 8px;
    z-index: 99999;
}
.maImgCloneBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #F5F7F9;
    z-index: 9;
}
@media screen and (max-width: 959px) {
    .mitarbeiterItemOverlayText{
        opacity: 1;
        padding: 15px;
    }
}


/* mitarbeiter popup */
#modalMa{
    background: #F5F7F9;
}
.modalMaClose span{
    border: 1px solid #C2CDD6;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
}
.modalMaClose span svg{
    position: relative;
    top: 13px;
    left: -13px;
}
.modalMaDiv{
    margin-top: 60px;
}
.modalMaTitle{
    position: relative;
    top: -60px;
    font-size: 120px;
    line-height: 120px;
    color: #792322;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    margin-bottom: -115px;
    left: -40px;
}
.modalMaBox{
    background: #FFF;
    border-radius: 10px;
    padding-left: 20px;
}
.modalMaText{
    padding-top: 80px;
    font-size: 24px;
    line-height: 28px;
    color: #394854;
    font-weight: 500;
}
.modalMaTextBottom{
    margin-bottom: 50px !important;
}
.modalMaLabel{
    margin-top: 25px;
    color: #8C9AA5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}
.modalMaValue{
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
    color: #394854;
}
.modalMaValue a{
    font-size: 18px;
    line-height: 18px;
    color: #394854;
}
.modalMaValue a:hover{
    text-decoration: none;
}

.modalMaImage {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: center;
    background-size: cover;
}
.modalMaImage img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 959px) {
    .modalMaBox {
        margin: 0;
        padding: 0;
    }
    .modalMaDiv{
        margin-top: 0;
    }
    .modalMaTitle{
        position: relative;
        top: -20px;
        font-size: 60px;
        line-height: 60px;
        color: #792322;
        font-family: 'Roboto Condensed';
        font-weight: 700;
        margin-bottom: -115px;
        left: 30px;
        width: calc(100% - 30px);
    }
    .modalMaText {
        padding-top: 110px;
        padding-left: 30px;
    }
    .modalMaTextBottom .uk-position-bottom{
        position: static !important;
        padding-left: 30px;
    }
    .modalMaImage {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}
@media screen and (max-width: 639px) {
    .modalMaTitle {
        font-size: 40px;
        line-height: 40px;
    }
    .modalMaText {
        font-size: 18px;
        line-height: 22px;
    }
}


/* raster */
.raster{
    position: relative;
    top: -250px;
    left: -40px;
    background: #394854;
    margin: 0 auto -250px;
    width: 100vw;
    overflow: hidden;
}
.rasterTitle{
    font-size: 160px;
    line-height: 160px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Condensed';
    position: relative;
    /* top: calc(100vh + 160px); */
    height: 160px;
    z-index: 1;
}
#rasterEnd{
    position: relative;
    top: -50vh;
}
img.rasterImage {
    opacity: 0.6;
}


@media screen and (min-width: 1480px) {
    .raster{
        left: calc((100vw - 1400px)/-2);
    }
}
@media screen and (max-width: 959px) {
    .raster{
        top: -80px;
        left: -30px;
        margin: 0 auto -80px;
    }
    .rasterTitle{
        font-size: 80px;
        line-height: 80px;
        /* top: calc(100vh + 80px); */
        height: 80px;
    }
}
@media screen and (max-width: 639px) {
    .raster{
        top: -35px;
        left: -15px;
        margin: 0 auto -35px;
    }
    .rasterTitle{
        font-size: 40px;
        line-height: 40px;
        /* top: calc(100vh + 40px); */
        height: 40px;
    }
}


/* sidenav */
.sidenav{
    position: fixed;
    top: 50%;
    right: 50px;
    width: auto;
    text-align: right;
    color: #FFF;
    z-index: 100;
    display: none;
}
.sidenav a{
    color: #8C9AA5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0;
    transition: all 0.25s linear;
}
.sidenav a:hover{
    text-decoration: none;
}
.sidenav a span{
    background: #8C9AA5;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    border: 2px solid #8C9AA5;
    border-radius: 10px;
    transition: all 0.25s linear;
}
.sidenav a:hover span{
    background: #fff;
}
.sidenavItemActive a{
}
.sidenavItemActive a span{
    background: #fff;
}
@media screen and (max-width: 959px) {
    .sidenav{
        right: 15px;
    }
}


/* slider */
.slider{
    background: #1E262E;
    border-radius: 8px;
    padding: 120px 0 0 0;
    color: #fff;
    overflow: hidden;
}
.sliderMobile{
}
.sliderMobile .uk-overlay-primary {
    background: rgba(30, 38, 46, 0.5);
}
.sliderMobile .uk-overlay {
    padding: 15px 15px;
}
.sliderMobile ul{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.sliderMobileNav {
      top: -40px;
      left: auto;
      right: auto;
      width: 50px;
      height: 50px;
      background: #C2CDD6;
      border-radius: 25px;
      color: #fff;
      transition: all 0.25s linear;
}
.sliderMobileNavLeft {
    right: 85px;
}
.sliderMobileNavRight {
    right: 15px;
}
.sliderMobileNavLeft:hover, .sliderMobileNavRight:hover {
    background: #792322;
}
.sliderMobileNav img {
    width: 20px;
    margin: 15px 0 0 15px;
}
.sliderMobile .sliderItemNo{
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #8C9AA5;
}
.sliderMobile .sliderItemNo span{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: 2px;
    color: #FFF;
}
.sliderMobile .sliderItemTitle{
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #FFF;
}
.sliderMobile .sliderItemText{
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #FFF;
}
.sliderScroll{
}
.sliderText{
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-left: 50%;
    margin-bottom: 70px;
    width: 30%;
}
.sliderItem,
.sliderItemFix{
    position: fixed;
    height: 750px;
    margin-left: 100px;
    width: calc(100% - 100px);
}
.sliderItemPlaceholder{
    height: 750px;
}
.sliderItemContent{
    position: relative;
    z-index: 10;
    background: rgba(30, 38, 46, 0.25);
    height: 100%;
}
.sliderItemNo{
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 160px;
    color: #fff;
}
.sliderItemNo span{
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    position: relative;
    top: 40px;
    color: #8C9AA5;
}
.sliderItemTitle{
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 40px;
}
.sliderItemText{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    max-width: 500px;
}
.sliderItemImage{
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 750px;
    z-index: 1;
    overflow: hidden;
}
.sliderItemImage img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1480px) {
    .sliderItemTitle {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .sliderText {
        margin-left: 30%;
        width: 50%;
    }
}
@media screen and (max-width: 959px) {
    .slider {
        padding: 20px 0 0 0;
    }
    .sliderText {
        font-size: 24px;
        line-height: 28px;
        margin-left: 20px;
        margin-bottom: 70px;
        width: calc(100% - 40px);
    }
    .sliderItem,
    .sliderItemFix {
        height: auto;
        margin-left: 20px;
        width: calc(100% - 20px);
    }
    .sliderItemNo {
        font-size: 24px;
        line-height: 28px;
    }
    .sliderItemNo span{
        top: 0;
    }
}

/*Accordion Datenschutz*/

.datenschutz-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header[aria-expanded="true"] {
    background-color: #792322;
}
.datenschutz-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
    border: none;
    border-radius: 0;
    outline: none;
}