/*
 Theme Name:   blueingreen Theme
 Description:  Das blueingreen Theme
 Author:       Lars Badke
 Author URI:   https://www.larsbadke.com
 Version:      1.0
 Text Domain:  blueingreen-theme
*/

/* ubuntu-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/ubuntu-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/ubuntu-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/ubuntu-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/ubuntu-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/ubuntu-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 500;
    src: url('/fonts/ubuntu-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/ubuntu-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
    font-family: 'Ubuntu';
    color: black;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    overflow-x: hidden;
}

html{
    background: #474747;
    overflow-x: hidden;
}

li {
    font-size: 16px;
    line-height: 28px;
}

#main-header{
    background: black;
    padding: 20px 0;
}

#logo{
    width: 175px;
}

.header-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-menu > li{
    display: inline-block;
}

.header-menu > li > a{
    color: white;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.header-menu > li:last-of-type > a{
    padding-right: 0;
}

.header-menu > li.current_page_item > a{
    color: #7fbd04;
}

#showNavBtn{
    align-items: center;
    cursor: pointer;
    display: none;
}

.open-btn{
    height: 35px;
}

nav{
    transform: translateY(-7px);
}

@media(max-width: 992px){

    nav{
        transform: unset;
        display: none;
        order: 4;
        width: 100%;
    }

    #showNavBtn {
        display: flex;
    }

    .header-menu{
        margin-top: 0px;
    }

    .header-menu > li{
        display: block;
    }

    .header-menu > li > a {
        padding: 5px 20px;
        padding-left: 0;
        display: block;
    }

}

.lb-header-image .text{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.lb-header-image .text .headline{
    font-weight: 900;
    font-size: 38px;
    line-height: 48px;
    color: white;
}

.lb-header-image .text .subline{
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: white;
}

.lb-header-image .text hr{
    border-top: 5px solid #7fbd04;
    max-width: 100px;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .lb-header-image .text .headline{
        font-size: 24px;
        line-height: 32px;
    }
    .lb-header-image .text .subline{
        font-size: 16px;
        line-height: 24px;
    }

    .lb-header-image {
        height: 300px!important;
    }
}


@media (min-width: 2000px) {
    .lb-header-image {
        height: 700px!important;
    }
}

@media (min-width: 2400px) {
    .lb-header-image {
        height: 900px!important;
    }
}

@media (min-width: 3000px) {
    .lb-header-image {
        height: 1100px!important;
    }
}


.brand-btn{
    text-align: center;
    background: #85bb25;
    color: white;
    display: inline-block;
    padding: 7px 30px;
    font-weight: 300;
    min-width: 275px;
    border: 2px solid transparent;
    transition: 0.4s all;
}

.brand-btn:hover{
    border: 2px solid #85bb25;
    background: transparent;
    color: #85bb25;
    text-decoration: none;
}

#services{
    padding: 80px 0;
}

#services .service{
    text-align: center;
    padding: 0 50px;
}


#services .service .icon{
    height: 80px;
    margin-bottom: 15px;
}

#services .service .title{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}


#services .service .text{

    min-height: 290px;
}

@media (max-width: 1200px) {
    #services .service{
        padding: 0 0px;
    }

}

@media (max-width: 992px) {

    #services .service{
        margin-bottom: 60px;
    }

    #services .service .text{
        min-height: unset;
    }
}

#main-footer{
    background: #474747;
    color: white;
    padding: 60px 0;
}

#main-footer .wrapper{
    display: flex;
    justify-content: space-between;
}

#main-footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#main-footer a{
    color: white;
}

.footer-menu a {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #main-footer .wrapper{
        flex-direction: column;
    }

    #main-footer{
        padding: 30px 0;
    }

}

section.page_content{
    padding: 60px 0;
}

@media (max-width: 768px) {
    section.page_content{
        padding: 30px 0;
    }
}

section.page_content strong{
    font-weight: bold;
}

section.page_content ul{
    padding: 0;
    margin-left: 0;
    padding-left: 20px;
}

#form label{
    margin: 0;
    font-weight: bold;
}

#form .wpcf7-text{
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
}

#form .wpcf7-textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    height: 75px;
}

#form .wpcf7-submit{
    background: #85bb25;
    padding: 10px 50px;
    color: white;
    border: unset;
    font-size: 18px;
    margin-top: 30px;
}

#form .wpcf7-spinner{
    display: block;

}

#form   .wpcf7-list-item{
    margin: 0;
}

#form   .wpcf7-list-item label{
    font-weight: unset;
    font-style: italic;
}
#about_ctr {
    background: #0080bd;
    padding: 60px 0;
    color: white;
}

#about_ctr .wrapper {
    display: flex;
}

#about_ctr .wrapper > div:first-of-type {
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 20px;
}

@media (max-width: 768px) {
    #about_ctr .wrapper {
        flex-direction: column;
    }

    #about_ctr .wrapper > div:first-of-type {
        margin-bottom: 15px;
        padding-right: 0px;
    }
}


#work_with_us{
    background: url('/wp-content/themes/blueingreen/images/BlueinGreen_Foto_Zusammenarbeit.webp');
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    color: white;
}

#work_with_us .heading{
    font-weight: 900;
    font-size: 34px;
    line-height: 40px;
    color: white;
}

#work_with_us hr{
    border-top: 5px solid #FFF;
    max-width: 100px;
    margin: 15px 0;
}


.phone{
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    color: white;
}

.phone .wrapper{
    display: flex;
    align-items: center;
}

.phone .wrapper img{
    height: 65px
}

.phone a{
    color: white;
}


.kontakt .phone, .contact .phone {
    color: unset;
}

.kontakt .phone a,  .contact .phone a{
    color: #85bb25;
}

.kontakt .kontakt_box,  .contact .kontakt_box{
    font-size: 20px;
    margin-bottom: 60px;
}


@media (min-width: 2000px) {
    #work_with_us{
        padding: 140px 0;
    }
}

@media (max-width: 768px) {
    #work_with_us .heading{
        font-size: 28px;
        line-height: 36px;
    }

    #work_with_us .phone{
        font-size: 20px;
        line-height: 28px;
    }

    .phone .wrapper img{
        height: 55px
    }

}

#lang_switcher ul li a{
    color: white;
    text-decoration: none;
}


#lang_switcher ul li:last-of-type a{
    padding-right: 0;
}

#lang_switcher .wpml-ls-current-language a{
    font-weight: bolder;
}

#lang_switcher .wpml-ls-legacy-list-horizontal{
    padding: 0;
}

@media (max-width: 992px) {
    #lang_switcher ul li:first-of-type a{
        padding-left: 0;
    }
}

.facts_headline{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.facts{
    display: flex;
    flex-wrap: wrap;
}

.facts > div{
    width: calc(100% / 4);
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.facts > div .icon{
    margin-bottom: 12px;
    height: 55px;
}

@media (max-width: 992px) {
    .facts > div{
        width: calc(100% / 3);
    }
}


@media (max-width: 768px) {
    .facts > div{
        width: calc(100% / 2);
    }
}

@media (max-width: 500px) {
    .facts > div{
        width: calc(100% / 1);
    }
}

.icon_fact{
    display: flex;
    align-items: center;
    font-weight: 500;
}

.icon_fact > div:first-of-type{
    width: 60px;
}

.icon_fact img{
    height: 50px;
}

@media (max-width: 576px) {
    .icon_fact{
        flex-direction: column;
    }

    .icon_fact > div:first-of-type{
        width: unset;
        margin-bottom: 7px;
    }
}