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

a, a:hover{
    color: #345a80;
}

body{
    font-size: 18px;
    line-height: 28px;
    font-family: sans-serif;
}

.brand_button{
    background-color: #345a80;
    padding: 15px 30px;
    color: white;
    display: inline-block;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    transition: 0.6s all;
    cursor: pointer;
}

.brand_button:hover{
    background-color: #2d4d6e;
   transition: 0.6s all;
    color: white;
    text-decoration: none;
}

.brand_button_reverse{
    background-color: #f2f2f2;
    color: #222;
}

.brand_button_reverse:hover{
    background-color: #dddddd;
    color: #222;
}

section {
    padding: 40px 0;
}

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

section ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

section ul li{
    position: relative;
    padding-left: 25px;
}

section ul li:before{
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    left: 0;
    top: -2px;
    color: #345a80;
}

.subpage{
    background-color: #f5f8fa;
}



.gutter_small [class^="col"]{padding-left:10px; padding-right:10px;}

h1, .h1 {
    font-size: 34px;
    line-height: 42px;
    font-family: sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #345a80;
}

h2, .h2 {
    font-size: 28px;
    line-height: 36px;
    font-family: sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #FFF;
}

h4, .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
    color: #345a80;
}

h5, .h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}


.subpage h1{
    color: rgb(99,107,111);
    text-transform: unset;
    margin-bottom: 30px;
}

.subpage h2{
    color: rgb(99,107,111);
    text-transform: unset;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 24px;
        line-height: 34px;
    }

    h1 > span, .h1 > span {
        display: inline-block;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

#main-header {
    padding: 30px 0;
    background: url('/wp-content/themes/larsbadke/images/header.jpg');
    background-size: cover;
    background-position: center center;
}

#logo{
    display: flex;
    align-items: center;
    color: hsla(0,0%,100%,.7);
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}

#logo img{
height: 35px;
    margin-right: 10px;
}

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

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


.header-menu > li > a{
    color: hsla(0,0%,100%,.7);
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.header-menu > li > a:hover, .header-menu > li.current_page_item > a{
    color: #FFF;
}

#mobileMenuBtn{
    width: 45px;
    display: none;
}

@media (max-width: 1200px) {
    #mobileMenuBtn{
        display: block;
    }

    .menu-header-container{
        display: none;
        order: 3;
        width: 100%;
        margin-top: 30px;
    }

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

    .header-menu > li > a {
        padding: 5px 10px;
        margin-bottom: 3px;
        margin-left: -10px;
        background: unset!important;
    }

    .header-menu > li > a:hover, .header-menu > li.current_page_item > a{
        color: #b39041!important;
    }

    .header-menu > li#menu-item-25 > a:before {
        display: none;
    }

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

    #logo {
        width: 220px;
    }
}

@media (max-width: 992px) {

    #main-header {
        padding: 15px 0;
    }

    #logo {
        width: 175px;
    }
}

#intro_text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    line-height: 60px;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-align: center;
}




footer{
    background: #000;
    padding: 30px 0;
    color: white;
}

footer a{
    color: white;
}

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

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

.footer-menu > li > a{
    display: block;
    padding: 10px 30px 0 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.footer-menu > li:first-of-type > a{
    padding-left: 0;
}

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

footer i {
    color: #efefee;
    margin-left: 5px;
    font-size: 42px !important;
}
footer i:hover {
    color: #345a80;
}

@media (max-width: 768px) {

    footer .wrapper{
        flex-direction: column;
    }

    footer .wrapper > div:first-of-type{
        margin-bottom: 20px;
    }


}


#about_me {
    background-color: #345a80;
    text-align: center;
    padding: 100px 0;
    color: #FFF;
}

#about_me .about_me_img{
    border-radius: 100%;
}

#about_me hr{
    max-width: 50px;
    border-top: 3px solid #FFF;
}

#leistungen {
    text-align: center;
    padding: 100px 0;
}

#leistungen .h2 {
    color: inherit;
}

#leistungen .h3 {
    color: inherit;
}

#leistungen hr {
    max-width: 50px;
    border-top: 3px solid #345a80;
}

#contact {
    text-align: center;
    padding: 100px 0;
}

#contact .h2 {
    color: inherit;
}

#contact .h3 {
    color: inherit;
}

#contact hr {
    max-width: 50px;
    border-top: 3px solid #000;
}

#contact a{
    color: inherit;
}
.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
#portfolio {
    text-align: center;
    padding: 100px 0;
    background: #f7f7f7;
}
#portfolio .h2 {
    color: inherit;
}
#portfolio hr {
    max-width: 50px;
    border-top: 3px solid #345a80;
}
#portfolio .item{
    overflow: hidden;
    margin-bottom: 100px;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.25);
    box-shadow: 0 3px 15px rgba(0,0,0,.25);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.hidden {
    display: none!important;
}

.service {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
    box-shadow: 0 0 2px rgba(0,0,0,.25);
    padding: 50px 20px 30px;
    margin-bottom: 15px;
}
.service:hover {
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,.15);
    box-shadow: 0 0 13px rgba(0,0,0,.15);
}
.service h2{
    margin-bottom: 15px;
    margin-top: 40px;
    color: rgb(99,107,111);
}

.service .btn {
    color: #26c7cc;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #26c7cc;
    border-radius: 2px 2px 2px 2px;
    padding: 10px 30px;
    margin-top: 30px;
}

.service .btn:hover {
    color: #fff;
    background-color: #26c7cc;
    border-color: #26c7cc;
}

.page_layout{
    padding: 20px 0;
}

.text_bild_block .image{
align-items: center;
    display: flex;
}

.text_bild_block .image img{
 width: 100%;
    max-width: 400px;
}

#offer{
    background-color: #f5f8fa;
    padding: 60px 0;
}




.block{
    padding: 20px 0;
}


section#offer .img-profil {
    margin-top: 30px;
}
.img-circle {
    border-radius: 50%;
}

@media (max-width: 768px) {

    #offer{
        padding: 20px 0;
    }

    section#offer .img-profil {
        margin-top: 0px;
    }
}


section#offer .btn {
    padding: 15px 30px;
    color: #fff;
    background-color: #1f648b;
    border-color: #133d55;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    font-family: sans-serif;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

section#offer.reverse {
    background-color: #345a80;
    color: #fff;
}

section#offer.reverse  .btn {
    background-color: #e2e2e2;
    color: #345a80;
}

.showcase_block{
    background-color: #345a80;
    color: #fff;
    padding: 70px 0;
    margin-top: 60px;
}

.showcase_block h4{
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    color: white;
    text-align: center;
}

label{
    display: block;
    max-width: 400px;
}

.wpcf7-text{
    padding: 5px 7px;
    width: 100%;
    display: block;
}

.wpcf7-textarea{
    padding: 5px 7px;
    width: 100%;
    display: block;
    height: 150px;
}

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

.wpcf7-response-output{
    margin: 0!important;
}
