/*
Theme Name: bischoffbau
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/

html{
    --background: #F5F7F9;
    --text: #000;
    --text-hover: #555;
    scroll-behavior: smooth;
}
/* dark theme colors */
html[data-theme='light']{
}

html {
    background: var(--background);
    overflow-x: hidden;
}
body{
    background: var(--background);
    color: var(--text);
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}
h1 {
    color: #394854;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
}
h2 {
    color: var(--text);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
h3 {
    color: var(--text);
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
h4 {
    color: var(--text);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
h5 {
    color: var(--text);
    font-family: 'Roboto Condensed', sans-serif;
}
h6 {
    color: var(--text);
    font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 959px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 639px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

.text_white,
.text_white h1,
.text_white h2,
.text_white h3,
.text_white h4,
.text_white h5,
.text_white h6{
    color: #FFF !important;
}

.width_70{
    width: 70%;
}
.width_50{
    width: 50%;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
    .width_70{
        width: 100%;
    }
    .width_50{
        width: 70%;
    }
}
@media screen and (max-width: 639px) {
    .width_50{
        width: 100%;
    }
}


a{
    color: var(--text);
    transition: all 0.25s linear;
}
a:hover{
    color: var(--text-hover);
}
em{
}
p{
    margin-top: 0;
}
a, :focus {
    outline: none;
}


.darkBg{
    background: #394854;
}
.darkLightBg{
    background: linear-gradient(180deg, rgb(57, 72, 84) 0%, rgb(57, 72, 84) 50%, rgb(245, 247, 249) 50%, rgb(245, 247, 249) 100%);
}
@media screen and (max-width: 959px) {
    .darkLightBg {
        background: linear-gradient(180deg, rgb(57, 72, 84) 0%, rgb(57, 72, 84) 50%, rgb(245, 247, 249) 90%, rgb(245, 247, 249) 100%);
    }
}

.mitarbeitersuche{
    background-image: url('/wp-content/themes/bischoffbau/assets/images/helm.png');
    background-repeat: no-repeat;
    background-position: 115% 100%;
    background-size: contain;
}
@media screen and (min-width: 1600px) {
    .mitarbeitersuche{
        background-position: 90% 100%;
    }
}
@media screen and (max-width: 960px) {
    .mitarbeitersuche{
        background-position: 130% 100%;
    }
}
@media screen and (max-width: 640px) {
    .mitarbeitersuche{
        background-position: 30vw 100%;
    }
}
/* gravity forms */
.gform_wrapper.gravity-theme .gfield_label{
    color: #8C9AA5;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto';
    font-weight: 500;
}
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"]{
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #FFF;
    font-size: 24px !important;
    line-height: 26px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    background: transparent !important;
    padding: 10px 0 !important;
    margin-bottom: 30px !important;
}
.gform_wrapper.gravity-theme textarea{
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #FFF;
    font-size: 24px !important;
    line-height: 26px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    background: transparent !important;
    padding: 10px 0 !important;
    height: 50px;
    margin-bottom: 30px !important;
    overflow: hidden;
}
.gform_wrapper.gravity-theme input[type="text"]::placeholder,
.gform_wrapper.gravity-theme input[type="email"]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
    color: #8C9AA5;
}


.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme textarea:focus{
    border-bottom: 1px dashed rgba(255, 255, 255, 1);
}
.gform_wrapper.gravity-theme .gform_footer input{
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    background: #fff;
    padding: 15px 50px;
    color: #394854;
    border-radius: 30px;
    border: none;
    margin-top: 20px !important;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label{
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #8C9AA5;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label a{
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #8C9AA5;
    text-decoration: underline;
}



/*
 * custom checkbox
 */
.gfield_checkbox>div input[type="checkbox"] {
    opacity: 0;
}
.gfield_checkbox>div label {
    position: relative;
    display: inline-block;
    position: relative;
    left: -25px;
    padding-left: 25px;
}
.gfield_checkbox>div label::before,
.gfield_checkbox>div label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
/*Outer box of the fake checkbox*/
.gfield_checkbox>div label::before{
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    top: -2px;
}
/*Checkmark of the fake checkbox*/
.gfield_checkbox>div label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 2px;
    color: #FFF;
}
/*Hide the checkmark by default*/
.gfield_checkbox>div input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide on the checked state*/
.gfield_checkbox>div input[type="checkbox"]:checked + label::after {
    content: "";
}
/*Adding focus styles on the outer-box of the fake checkbox*/
.gfield_checkbox>div input[type="checkbox"]:focus + label::before {
    /* outline: rgb(59, 153, 252) auto 5px; */
}



/* header */
.pageHeader{
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #394854;
}
.pageHeaderGradientTop,
.pageHeaderGradientBottom{
    display: none;
}
.noHeaderImage{
    background: #394854;
}
.noHeaderImageLight{
    background: #F5F7F9;
}
.headerImage .pageHeaderGradientTop{
    display: block;
    background-image: linear-gradient(to bottom, rgba(30,38,46,1), rgba(30,38,46,0));
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.headerImage .pageHeaderGradientBottom{
    display: block;
    background-image: linear-gradient(to top, rgba(57, 72, 84,1), rgba(57, 72, 84,0));
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


.pageHeaderBox{
    min-height: 30vh;
}
.pageHeaderContent{
    color: #FFF;
    padding: 150px 0 100px 0;
}
.pageHeaderContentTitle{
    font-family: 'Roboto Condensed';
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
}
.pageHeaderContentTitleBig{
    font-family: 'Roboto Condensed';
    font-size: 160px;
    line-height: 160px;
    font-weight: 700;
}
.pageHeaderContentText{
    padding: 60px 0 50px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
@media screen and (max-width: 959px) {
    .pageHeaderContent{
        padding: 80px 0 40px 0;
    }
    .pageHeaderContentTitle,
    .pageHeaderContentTitleBig{
        font-size: 100px;
        line-height: 100px;
    }
}
@media screen and (max-width: 639px) {
    .pageHeaderContent{
        padding: 50px 0 25px 0;
    }
    .pageHeaderContentTitle,
    .pageHeaderContentTitleBig{
        font-size: 50px;
        line-height: 50px;
    }
    .pageHeaderContentText{
        padding: 30px 0 25px 0;
        font-size: 20px;
        line-height: 24px;
    }
}




.topBar{
    transition: all 0.25s linear;
    /* background: #394854; */
    color: #FFF;
}
.topBarLogo{
    padding: 18px 0 18px 40px;
    transition: all 0.25s linear;
    position: relative;
    border: 1px solid transparent;
    width: 300px;
}
.topBarLogoImg img{
    width: 150px;
}
.topBarLogoImgColor{
    display:none;
}
.topBarLogoKontakt{
    opacity: 0;
    transition: all 0.25s linear;
    position: absolute;
    top: 10px;
    right: 40px;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    /* display: inline-block; */
    display: none;
}
.topBarLogoKontakt img{
    position: relative;
    margin: 17px 0 0 17px;
    width: 14px;
}
.topBarLogoKontakt:hover{
    text-decoration: none;
}
.topBarNav{
    transition: all 0.25s linear;
    white-space: nowrap;
    margin-left: 20px;
}
.topBarNavItem {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-right: 65px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.topBarNavItem:last-child {
    margin-right: 0;
}
.topBarNavItem:hover {
    text-decoration: none;
    color: #8C9AA5;
}
.noHeaderImageLight .topBarNavItem {
    color: #394854;
}


.topBarKontakt{
    transition: all 0.25s linear;
}
.topBarKontakt a{
    margin-top: 22px;
    margin-right: 60px;
    display: inline-block;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
    padding: 12px 15px 12px 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
}
.topBarKontakt a img{
    margin-left: 20px;
}
.topBarKontakt a:hover{
    text-decoration: none;
    color: #8C9AA5;
}
.topBarKontakt1{
}
.topBarKontakt2{
    display: none;
}
.noHeaderImageLight .topBarKontakt a {
  border: 1px solid #394854;
  color: #394854;
}
.topBarMobileIcon{
    margin-top: 15px;
}
.topBarMobileIcon a{
    color: #fff;
}
.topBar.uk-active{
    background: #394854;
}
.hideNavOnScroll .topBar.uk-active{
    background: none;
}
.topBar.uk-active .topBarKontakt1{
    display: none;
}
.topBar.uk-active .topBarKontakt2{
    display: inline;
}




@media screen and (min-width: 960px) {
    .topBar.uk-active .topBarLogoImgColor{
        display: inline-block;
    }
    .topBar.uk-active .topBarLogoImgWhite{
        display: none;
    }
    .hideNavOnScroll .topBar.uk-active .topBarNav,
    .hideNavOnScroll .topBar.uk-active .topBarKontakt{
        opacity: 0;
    }
    .topBar.uk-active .topBarLogo{
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        background: #fff;
        border: 1px solid #E1E6EB;
    }
    .topBar.uk-active .topBarLogoKontakt{
        opacity: 1;
        display: inline-block;
    }
}


@media screen and (max-width: 1200px) {
    .topBarLogo {
        padding: 18px 0 18px 0;
    }
    .topBarNav {
        margin-left: 0;
    }
    .topBarNavItem {
        margin-right: 20px;
    }
    .topBarKontakt a{
        margin-right: 0;
    }
}


@media screen and (max-width: 959px) {
    .pageHeaderBox{
        /* height: calc(100vh - 130px); */
    }

    .topBarLogo{
        width: auto;
    }
    .topBarLogoImg img {
        width: 120px;
    }

    .topBarKontakt a {
        margin-top: 16px;
        margin-right: 0;
        padding: 8px 10px 8px 10px;
    }
    .topBarKontakt a span {
        margin-left: 5px;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        padding: 1px 4px;
        font-size: 12px;
        line-height: 12px;
    }
    .hideNavOnScroll .topBar.uk-active,
    .topBar.uk-active{
        background: #FFF;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .topBar.uk-active .topBarLogoImgColor{
        display: inline-block;
    }
    .topBar.uk-active .topBarLogoImgWhite{
        display: none;
    }
    .topBar.uk-active .topBarKontakt a{
        color: #000;
    }
    .topBar.uk-active .topBarKontakt a span{
        color: #000;
        border: 1px solid #000;
    }
    .topBar.uk-active .topBarMobileIcon a{
        color: #000;
    }

}
@media screen and (max-width: 639px) {
}


/* mobile nav */
#topBarMobileNav{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    display: none;
    z-index: -1;
    background: #1E262E;
    height: 100vh;
}
#topBarMobileNavItems{
    padding: 20vh 20px 0 20px;
}
#topBarMobileNavItems .topBarNavItem  {
    display: block;
    font-size: 40px;
    line-height: 9vh;
    font-weight: 500;
}
#topBarMobileNavFooter{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 50px);
    color: #8C9AA5;
    font-size: 14px;
    line-height: 18px;
}
.topBarMobileNavFooterSMIcon{
    margin-top: 12px;
}
.topBarMobileNavFooterSMIcon a{
    display: inline-block;
    margin-left: 10px;
    color: #8C9AA5;
}
.topBarMobileNavFooterSMIcon a:hover{
    color: #FFF;
}

.topBar.uk-active #topBarMobileNav{
    background: #FFF;
}
.topBar.uk-active #topBarMobileNavItems .topBarNavItem  {
    color: #000;
}
.topBar.uk-active #topBarMobileNavFooter{
    color: #000;
}
.topBar.uk-active .topBarMobileNavFooterSMIcon a{
    color: #000;
}
.topBar.uk-active .topBarMobileNavFooterSMIcon a:hover{
    color: #000;
}




/* page content */
.pageContent {
    /* min-height: 400px; */
}


/* modal Kontakt */
#modalKontakt{
    display: none;
    position: fixed;
    top: 0px;
    overflow: auto;
    height: 100vh;
    width: 100%;
    background: rgba(30, 38, 46, 0.5);
    z-index: 9000;
    padding-top: 90px;
}
.modalKontaktTriangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #FFF transparent;
    transform: rotate(0deg);
    position: relative;
    left: 87%;
}
.modalKontaktTriangleScroll {
    left: 260px;
}
.modalKontaktInner{
    background: #fff;
    border-radius: 8px;
    margin-bottom: 50px !important;
}
.modalKontaktTop{
    padding: 70px;
}
.modalKontaktTopTel a{
    color: #792322;
    font-size: 120px;
    line-height: 130px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}
.modalKontaktTopTel a:hover{
    color: #792322;
    text-decoration: none;
}
.modalKontaktTopText{
    padding-top: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8C9AA5;
}
.modalKontaktMail{
    padding-bottom:45px;
    border-bottom: 1px solid #C2CDD6;
}
.modalKontaktMailText{
    padding: 0 70px;
}
.modalKontaktMailText a{
    color: #394854;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.modalKontaktMailText a:hover{
    color: #000;
    text-decoration: none;
}
.modalKontaktBottomLeft{
    border-right: 1px solid #C2CDD6;
}
.modalKontaktBottomLeftTop{
    border-bottom: 1px solid #C2CDD6;
}
.modalKontaktBottomLeftTop:hover .modalKontaktBottomLeftLinkIcon a,
.modalKontaktBottomLeftBottom:hover .modalKontaktBottomLeftLinkIcon a{
    border: 1px solid #792322;
    background: #792322;
}
.modalKontaktBottomLeftLinkTop{
    padding: 40px 0 40px 70px;
    display: block;
    color: #394854;
    font-size: 16px;
    font-weight: 500;
}
.modalKontaktBottomLeftLinkBottom{
    margin-top: 0;
    padding: 40px 0 40px 70px;
    display: block;
    color: #394854;
    font-size: 16px;
    font-weight: 500;
}
.modalKontaktBottomLeftLinkTop:hover,
.modalKontaktBottomLeftLinkBottom:hover{
    text-decoration: none;
}

.modalKontaktBottomLeftLinkIcon{
    display: block;
    padding: 40px 40px 0px 70px;
    position: relative;
    top: -12px;
}
.modalKontaktBottomLeftLinkIconImgHover{
    opacity: 0;
}
.modalKontaktBottomLeftLinkIcon a{
    transition: all 0.25s linear;
    border: 1px solid #C2CDD6;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.modalKontaktBottomLeftLinkIcon img{
    position: absolute;
    top: 60px;
    left: 90px;
}
.modalKontaktBottomLeftTop:hover .modalKontaktBottomLeftLinkIconImgHover,
.modalKontaktBottomLeftBottom:hover .modalKontaktBottomLeftLinkIconImgHover{
    opacity: 1;
}

.modalKontaktAdress{
    padding: 60px 0 50px 0;
}
.modalKontaktAdressTitle{
    color: #394854;
    font-weight: 500;
}
.modalKontaktAdressText{
    margin: 15px 0 10px 0;
    color: #8C9AA5;
    overflow: hidden;
}
.modalKontaktAdressText div{
    white-space: nowrap;
}
.modalKontaktAdressLink{
    color: #792322;
    text-decoration: underline;
}
.modalKontaktAdressLink:hover{
    color: #792322;
    text-decoration: underline;
}
.modalKontaktAdressZusatz{
    margin: 15px 0 10px 0;
    color: #8C9AA5;
    overflow: hidden;
}
.pageContent .modalKontaktAdressTitle{
    color: #8C9AA5;
}
.pageContent .modalKontaktAdressText{
    color: #394854;
}


@media screen and (max-width: 1280px) {
    .modalKontaktTopTel a{
        font-size: 8vw;
        line-height: 9vw;
    }
}
@media screen and (max-width: 959px) {
    #modalKontakt{
        top: 66px;
    }
    #modalKontakt{
        padding-top: 10px;
    }
    .modalKontaktTriangle {
        left: 52%;
    }
    .modalKontaktTop {
        padding: 40px 20px 20px 20px;
    }
    .modalKontaktTopTel a{
        font-size: 13vw;
        line-height: 13vw;
    }
    .modalKontaktMail {
        /* padding-bottom: 25px; */
    }
    .modalKontaktMailText {
        padding: 0 20px;
    }
    .modalKontaktBottomLeftLinkTop,
    .modalKontaktBottomLeftLinkBottom {
        padding: 40px 0 40px 20px;
    }
    .modalKontaktBottomLeftLinkIcon {
        padding: 40px 40px 0px 20px;
    }
    .modalKontaktAdressFirst{
        margin-left: 20px;
    }
    .modalKontaktBottomLeftLinkIcon img {
        left: 40px;
    }
}
@media screen and (max-width: 639px) {
    .modalKontaktBottomLeftBottom {
        border-bottom: 1px solid #C2CDD6;
    }
    .modalKontaktAdress{
        padding: 40px 0 45px 0;
    }
}
@media screen and (max-width: 380px) {
    .modalKontaktAddressDiv.uk-width-1-2 {
        width: 100%;
    }
    .modalKontaktAdress{
        padding: 0 0 45px 0;
        margin-left: 20px;
    }
     .modalKontaktAddressDiv .modalKontaktAdressFirst {
        padding-top: 40px;
        padding-bottom: 0;
    }
}



/* beitrag */
.beitragBack{
    margin: 100px 0 30px 0;
}
.beitragBack a{
    color: #8C9AA5;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.beitragBack a:hover{
    text-decoration: none;
}
.beitragImage{
    margin-bottom: 100px;
}
.beitragImage img{
    border-radius: 8px;
}
.beitragImage h1{
}
.beitragContent{
    color: #394854;
    font-size: 18px;
    line-height: 22px;
}
@media screen and (max-width: 1280px) {
    .beitrag h1{
        font-size: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 959px) {
    .beitragBack{
        margin: 75px 0 30px 0;
    }
    .beitrag h1{
        font-size: 60px;
        line-height: 60px;
    }
    .beitragDate{
        position: static !important;
    }
}
@media screen and (max-width: 639px) {
    .beitragBack{
        margin: 50px 0 30px 0;
    }
    .beitrag h1{
        font-size: 40px;
        line-height: 40px;
    }
}

/*BIM*/
.bimBack {
    margin: 0px 0 30px 0;
}
.bimBack a {
    color: #8C9AA5;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.bimBack a:hover {
    text-decoration: none;
}
/* projekt */
.projektTop{
    background: #394854;
    color: #FFF;
}
.projektBack{
    margin: 100px 0 30px 0;
}
.projektBack a{
    color: #8C9AA5;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.projektBack a:hover{
    text-decoration: none;
}
.projektTop h1{
    color: #FFF;
    margin-bottom: 150px !important;
}
.projektTopRight{
    margin: 150px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.projektTopRight>div{
    margin-bottom: 30px;
}
.projektTopLabel{
    color: #8C9AA5;
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 30px;
}
.projektTopValue{
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 180px);
}
.projektTopValue span.singleKat {
    margin-right: 10px;
}
.projektTopValue span.singleKat:last-child {
    margin-right: 0px;
}
.projektImage{
    max-width: 1920px;
    margin: 0 auto;
    max-height: 760px;
    overflow: hidden;
}
.projektImage img{
    object-fit: cover;
    width: 100%;
    max-height: 760px;
}
.projektTesimonial{
    margin: 150px 0;
}
.projektNext{
    padding: 175px 0 200px 0;
    position: relative;
    max-width: 1920px;
    margin: 150px auto 0;
}
.projektNext a:hover{
    text-decoration: none;
}
.projektNextImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.projektNextImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}
.projektNextLink{
    color: #792322;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.projektNextTitle{
    color: #394854;
    font-family: 'Roboto Condensed';
    font-size: 80px;
    line-height: 80px;
    width: 40%;
    font-weight: 700;
}
.projektTestimonial{
    margin: 150px 0;
}

.projekt .testimonialLink{
    display: none;
}
.projekt .testimonialLeft {
    padding: 80px 80px 40px 0;
    background: none;
    color: #394854;
}
.projekt .testimonialQuote{
    color: #792322;
}
.projekt .testimonialImg img {
  border-radius: 8px;
}
.projektTeaser{
    margin: 150px 0 !important;
}


@media screen and (max-width: 959px) {
    .projektBack{
        margin: 75px 0 30px 0;
    }
    .projektTop h1{
        margin-bottom: 30px !important;
    }
    .projektTopRight{
        margin: 50px 0;
    }
    .projektNext {
          padding: 75px 0 75px 0;
          margin: 75px auto 0;
    }
    .projektNextTitle{
        font-size: 60px;
        line-height: 60px;
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .projektBack{
        margin: 50px 0 30px 0;
    }
    .projektNext {
          padding: 50px 0 50px 0;
          margin: 50px auto 0;
    }
    .projektNextTitle{
        font-size: 40px;
        line-height: 40px;
    }
    .projekt .testimonialLeft {
        padding: 20px 0px 40px 0;
    }
}



/* kompetenz */
.kompetenzHeader{
    background: #394854;
    height: 250px;
}
.kompetenzHeaderText{
    position: absolute;
    width: 100%;
    top: -245px;
}
.kompetenz{
}
.kompetenz h2{
    color: #FFF;
    font-weight: 700;
}
.kompetenzMore{
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.kompetenzMoreText{
    color: #394854;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.kompetenzMoreLink{
    margin-top: 60px;
}
.kompetenzMoreLink a{
    color: #FFF;
    background: #792322;
    border: 1px solid #792322 ;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
}
.kompetenzMoreLink a:hover{
    text-decoration: none;
    color: #792322;
    background: #fff
}
.kompetenzMoreLink img{
    margin-left: 25px;
}
.kompetenzMoreLink a img.buttonimagehover {
    display: none;
}
.kompetenzMoreLink a:hover img.buttonimagehover {
    display: inline;
}
.kompetenzMoreLink a:hover img.buttonimage {
    display: none;
}
@media screen and (max-width: 959px) {
    .kompetenzHeader{
        height: 200px;
    }
    .kompetenzHeaderText{
        position: absolute;
        width: 100%;
        top: -195px;
    }
    .kompetenzMoreText{
        margin-top: 60px;
    }
}
@media screen and (max-width: 639px) {
    .kompetenzHeader{
        height: 150px;
    }
    .kompetenzHeaderText{
        position: absolute;
        width: 100%;
        top: -135px;
    }
    .kompetenzMoreText{
        margin-top: 30px;
    }
}

#bischoffbauer-content.pageContent {
    opacity: 0;
    transition: all ease 0.3s;
}
#bischoffbauer-content.pageContent.showcontent {
    opacity: 1;
    transition: all ease 0.3s;
}
/* footer */
footer{
    background-image: linear-gradient(#1E262E, #3F4E5A);
    padding: 125px 0 70px 0;
    color: #fff;
    position: relative;
    overflow-x: hidden;
}
#footerLogo{
    position: absolute;
    top: -2%;
    right: -1%;
    background-image: url('/wp-content/themes/bischoffbau/assets/images/logo_footer.svg');
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    background-size: contain;
    background-position: right top;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #8C9AA5;
    text-decoration: none;
}
.footerAddress{
    font-size: 16px;
    line-height: 20px;
}
.footerPhone {
    margin-top: 60px;
}
.footerPhone a{
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.footerEmail {
    margin-top: 40px;
}
.footerEmail a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.footerNavItem{
    display: block;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px
}

.footerSMIcons a{
    display: inline-block;
    color: #8C9AA5;
    margin-right: 25px;
}
.footerSMIcons a:hover{
    display: inline-block;
    color: #fff;
}

.footerbottomNavItem{
    display: inline-block;
    color: #8C9AA5;
    font-size: 16px;
    line-height: 24px;
    margin-right: 30px;
}
.footerbottomNavItem:hover{
    color: #FFF;
}

@media screen and (max-width: 768px) {
    footer{
        padding: 30px 0;
    }
}

/*Banner-PopUp-Modal*/
.bischoffbanner .uk-modal-dialog {
    border-radius: 8px;
}
.bischoffbanner h2.uk-modal-title {
    font-size: 40px;
    line-height: 48px;
}
.bischoffbanner .uk-modal-close-default {
    transition: all 0.25s linear;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #C2CDD6;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0 0 2px 2px;
    font-weight: bold;
}
.bischoffbanner .uk-modal-close-default svg line {
    stroke-width: 2;
}
.bischoffbanner .uk-modal-close-default:hover {
    color: #FFF; */
    border: 1px solid #792322;
    background: #792322;
}
/*
 * print styles
 */
@media print{
    .uk-grid {
        display: inline !important;
    }
}
