/*
 Theme Name:   Wohnraum Theme
 Description:  Das Wohnraum Theme
 Author:       Lars Badke
 Author URI:   https://www.larsbadke.com
 Version:      1.0
 Text Domain:  Wohnraum-theme
*/
/* tinos-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: 'Tinos';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/tinos-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-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: 'Tinos';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/tinos-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-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: 'Tinos';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/tinos-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* tinos-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: 'Tinos';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/tinos-v25-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-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: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/crimson-text-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-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: 'Crimson Text';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/crimson-text-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-600 - 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: 'Crimson Text';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/crimson-text-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-600italic - 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: 'Crimson Text';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/crimson-text-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-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: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/crimson-text-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-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: 'Crimson Text';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/crimson-text-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    margin: 0;
    padding: 0;
    background: #C3C3C3;
    font-family: 'Crimson Text';
}

body {
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    padding: 0;
    color: rgb(112,112,112);
    font-family: 'Crimson Text';
    word-break: break-word;
}

hr{
    border-bottom: 5px solid #E0E0E0
}

strong, b{
    font-family: 'Crimson Text';
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}




h1,h2,h3,h4,h5,h5{
    font-family: 'Tinos';
    color: #000;
}



section{
    padding: 80px 0;
}

p{
    line-height: 26px;
    font-size: 16px;
    color: rgb(112,112,112);
    font-family: 'Crimson Text';
}

a{
    color: #1D6CA0;
}


a:focus, a:hover {
    color: #1D6CA0;
    text-decoration: underline;
}

.brand-btn{
    text-transform: uppercase;
    color: white;
    display: inline-block;
    background: #a5c711;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 70px;
    position: relative;
}

.brand-btn:hover{
    transition: 0.4s all;
    background: #98b710;
    text-decoration: none;
    color: white;
}

.brand-btn:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054"; /* FontAwesome Unicode */
    position: absolute;
    right: 0;
    background: #464646;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.brand-btn-reverse{
    color: #98b710;
    background: #FFF;
}

.brand-btn-reverse:hover{
    color: #98b710;
    background: #e8e8e8;
}

.brand-btn-reverse:after {
    color: #FFF;
}




/* -------------------------------------------- */
/* ----------------- HEADER ------------------- */
/* -------------------------------------------- */

header{
    background: #FFF;
    padding: 30px 0 0 0;
    /*position: relative;*/
    /*height: 200px;*/
}

#main-header .wrapper{
    display: flex;
    align-items: center;
}

#logo{
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 10px 0;
}

#logo img{
    width: 100%;
}

.navBtn{

    display: none;
    font-size: 32px;
    padding: 10px 0;
}

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

#menu-header li{
    display: inline-block;
}

#menu-header li a{
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: rgb(112,112,112);
    padding: 10px 20px;
}


#menu-header li a:hover{
    color: #000;
    transition: 0.3s all;
    background: #FFF;
}


.menu-header-container{
   margin-left: auto;
}

@media (max-width: 1200px) {

    #logo {
        display: inline-block;
        width: 175px;
        height: auto;
    }

    #menu-header > li >a{
        font-size: 13px;
    }
}

@media (max-width: 992px) {

    header{
        padding-top: 15px;
    }

    #main-header .wrapper {
     flex-wrap: wrap;
        align-items: center;
    }

    .navBtn {
        display: block;
        color: gray;
        padding: 0px;
        cursor: pointer;
        margin-left: auto;
    }

    .menu-header-container{
        order: 4;
        width: 100%;
        display: block;
    }

    #menu-header{
        display: none;
    }

    #menu-header li{
        display: block;
        margin-left: -0px;
    }

    #menu-header li a{
        padding: 5px 10px;
    }
}


/* -------------------------------------------- */
/* ----------------- PAGE  ------------------- */
/* -------------------------------------------- */

#intro {
    background: #8C8C8C;
    padding: 0;
}

#intro .wrapper{
    display: flex;
}

#intro .text-ctr {
    /*display: none;*/
    padding: 15px 15px;
    color: #FFF;
    font-size: 56px;
    line-height: 56px;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

@media (max-width: 992px) {

    #intro .text-ctr {
        font-size: 20px;
        line-height: 20px;
    }

}

/* -------------------------------------------- */
/* ----------------- PAGE ------------------- */
/* -------------------------------------------- */

.h1, h1 {
    font-size: 50px;
    line-height: 74px;

    color: white;
    font-weight: 400;
    margin-bottom: 50px;
}

.h2, h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 4px;

    color: black;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.h3, h3 {
    font-size: 17px;
    line-height: 26px;
    color: rgb(0,183,175);
    font-weight: 400;
    margin-bottom: 20px;

}

@media (max-width: 992px) {
    .h1, h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .h2, h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }
}

.block{
    padding: 80px 0;
}

@media (max-width: 992px) {
    .block{
        padding: 40px 0;
    }
    .h1, h1 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
}

.block ul{
    padding-left: 15px;
}

.team img{
    border-radius: 25px;
}



@media (min-width: 1200px) {
    .team .person{
        height: 120px;
    }
}

@media (max-width: 992px) {
    .team {
     margin-bottom: 30px;
    }

    .team:last-of-type {
        margin-bottom: 0px;
    }
}

.balken{
    height: 30px;
}

#balken-left{
    width: 65%;
}

#balken-right{
    width: 35%;
    display: flex;
}

#balken-right > div:first-of-type{
    width: 25%;
    background: #bc2044;
    height: 30px;
}

#balken-right > div:nth-of-type(2){
    width: 25%;
    background: #18659b;
    height: 30px;
}

#balken-right > div:nth-of-type(3){
    width: 25%;
    background: #ecbc4e;
    height: 30px;
}

#balken-right > div:nth-of-type(4){
    width: 25%;
    background: #98c44e;
    height: 30px;
}

@media (max-width: 768px) {
    #balken-left{
        width: 50%;
    }

    #balken-right{
        width: 50%;
    }
}

/* -------------------------------------------- */
/* ----------------- FOOTER ------------------- */
/* -------------------------------------------- */

footer#main-footer{
    background: #333333;
height: 70px;
}

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

footer#main-footer ul>li{
    display:block;
}

footer#main-footer ul li>a{
    padding: 10px 0;
    color: white;
}

footer#main-footer ul>li>a:last-of-type{
    padding-right: 0;
}

footer#main-footer ul>li>a:hover{
    color: white;
    text-decoration: underline;
    transition: 0.3s all;
}

footer#main-footer p{
    font-size: 14px;
    margin: 15px 0;
    color: white;
    line-height: 18px;
}



#main-footer .wrapper{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

#main-footer .wrapper > div{
    padding: 0 10px;
}

#main-footer .wrapper > div:first-of-type{
    width: 220px;
}

#main-footer .wrapper > div:nth-of-type(2){
    width: 300px;
}

#main-footer .wrapper > div:nth-of-type(3){
    width: 200px;
}

#main-footer .wrapper > div:nth-of-type(4){
    width: 175px;
}

#main-footer .wrapper > div:nth-of-type(5){
    width: 350px;
}

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

    #main-footer .wrapper > div{
        width: 100%!important;
        margin-bottom: 20px;
    }
}


@media (max-width: 992px) {

    footer#main-footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer#main-footer ul>li {
        display: block;
        margin-right: 0px;
    }

}

@media (min-width: 992px) {
    .home #block_page_layout_0{
        padding: 175px 0;
    }

}


.maps{
    margin-top: 60px;
}

.maps iframe{
width: 100%;
    height: 400px;
}

@media (max-width: 992px) {
    .maps{
        margin-top: 30px;
    }
    .maps iframe{

        height: 250px;
    }
}