/*

    Theme Name: Luther Hausverwaltung
    Description: Luther Hausverwaltung Wordpress Template
    Version: 1.0

*/


/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v47-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/roboto-v47-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v47-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/roboto-v47-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v47-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/roboto-v47-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v47-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('fonts/roboto-v47-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* playfair-display-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: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/playfair-display-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - 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: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/playfair-display-v37-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
    scroll-behavior: inherit !important;
  }

body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    color: rgb(100,100,100);
    padding-top: 100px;
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 170%;
    }
}
@media (min-width: 767px) {
    body {
        font-size: 17px;
        line-height: 165%;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 160%;
    }
}

h1, h2, h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    color: rgb(30,30,30);
    line-height: 160%;
}
h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(218, 180, 81);
    line-height: 160%;
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }
    h4 {
        font-size: 12px;
        margin: 0 0 6px 0;
    }
}
@media (min-width: 767px) {
    h1, h2 {
        font-size: 32px;
        margin: 0 0 40px 0;
    }
    h4 {
        font-size: 14px;
        margin: 0 0 8px 0;
    }
}
@media (min-width: 992px) {
    h1, h2 {
        font-size: 40px;
        margin: 0 0 50px 0;
    }
    h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .modal h1 {
        margin: 0 0 20px 0;
    }
    .modal h2 {
        margin: 24px 0 8px 0;
        font-size: 20px;
    }
    .modal h3 {
        font-size: 18px;
        margin: 18px 0 8px 0;
    }
    .modal h4 {
        margin: 18px 0 10px 0;
    }
}
@media (min-width: 767px) {
    .modal h1 {
        margin: 0 0 24px 0;
    }
    .modal h2 {
        margin: 32px 0 12px 0;
        font-size: 24px;
    }
    .modal h3 {
        font-size: 19px;
        margin: 24px 0 12px 0;
    }
    .modal h4 {
        margin: 24px 0 10px 0;
    }
}
@media (min-width: 992px) {
    .modal h1 {
        margin: 0 0 30px 0;
    }
    .modal h2 {
        margin: 50px 0 15px 0;
        font-size: 30px;
    }
    .modal h3 {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }
    .modal h4 {
        margin: 30px 0 10px 0;
    }
}



nav.bg-light {
    background: rgb(255,255,255) !important;
}

nav.fixed-top {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .2) !important;

}
nav .navbar-brand {
    margin: 0;
    padding: 0;
}
nav .navbar-brand img {
    display: block;
    height: 100%;
}

nav a {
    cursor: pointer;
}

@media (max-width: 767px) {
    nav .navbar-brand img {
        max-height: 60px;
        margin: 20px 0;
    }
}
@media (min-width: 767px) {
    nav .navbar-brand img {
        max-height: 70px;
        margin: 15px 0;
    }
}
@media (min-width: 992px) {
    nav .navbar-brand img {
        max-height: 80px;
        margin: 10px 0;
    }
}


header {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
header span {
    color: #fff;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    display: block;
}
header span i {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    display: block;
    font-style: normal;
    color: rgb(225,225,225);
    display: block;
    max-width: 80%;
    margin: 15px auto 0 auto;
}
@media (max-width: 767px) {
    header span {
        line-height: 130%;
        font-size: 24px;
    }
    header span i {
        font-size: 14px;
        line-height: 170%;
    }
}
@media (min-width: 767px) {
    header span {
        line-height: 130%;
        font-size: 32px;
    }
    header span i {
        font-size: 18px;
        line-height: 165%;
    }
}
@media (min-width: 992px) {
    header span {
        line-height: 130%;
        font-size: 40px;
    }
    header span i {
        font-size: 20px;
        line-height: 160%;
    }
}

@media (max-width: 767px) {
    header span {
        font-size: 30px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 767px) {
    header span {
        font-size: 40px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media (min-width: 992px) {
    header span {
        font-size: 50px;
        padding-top: 200px;
        padding-bottom: 200px;
    }
}



@media (max-width: 767px) {
    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 767px) {
    section {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}
@media (min-width: 992px) {
    section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.section-white {
    background: rgb(255,255,255);
}
.section-light {
    background: rgb(225,225,225);
}
.section-dark {
    background: rgb(30,30,30);
    color: rgb(225,225,225);
}
.section-dark h1, .section-dark h2, .section-dark h3 {
    color: rgb(255,255,255);
}

a.contact-button, a.contact-button:focus, a.contact-button:visited {
    display: inline-block;
    width: auto;
    background: rgb(218, 180, 81);
    color: #fff;
    padding: 20px 30px;
    line-height: 1;
    margin: 30px 0 0 0;
    text-decoration: none;
    outline: 0;
    transition: all .7s ease;
    cursor: pointer;
    border: 1px solid transparent;
}
a.contact-button:hover {
    background: rgb(30,30,30);
    color: #fff;
    text-decoration: none;
    outline: 0;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}
.section-dark a.contact-button:hover {
    border: 1px solid rgba(255,255,255,.25);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .mobile-img-top {
        margin-bottom: 50px;
    }
    
    .mobile-img-btm {
        margin-top: 30px;
    }

    .mobile-img-top, 
    .mobile-img-btm {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
}



/* footer */

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}



/* ninja forms */

.nf-form-content nf-field .nf-field-label {
    margin-bottom: 0;
}

.nf-form-content nf-field input[type=text],
.nf-form-content nf-field input[type=email],
.nf-form-content nf-field input[type=tel],
.nf-form-content nf-field textarea {
    width: 100%;
    padding: 10px;
    border: none;
    margin: 5px 0 0 0;
    outline: 0;
}

.nf-form-content nf-field input::placeholder,
.nf-form-content nf-field textarea::placeholder {
    color: rgb(225,225,225);
}

@media (max-width: 767px) {
    .nf-form-content nf-field:nth-child(1),
    .nf-form-content nf-field:nth-child(2),
    .nf-form-content nf-field:nth-child(3),
    .nf-form-content nf-field:nth-child(4) {
        width: 100%;
        display: block;
        float: none;
        margin-right: 0;
    }
}
@media (min-width: 767px) {
    .nf-form-content nf-field:nth-child(1),
    .nf-form-content nf-field:nth-child(2),
    .nf-form-content nf-field:nth-child(3),
    .nf-form-content nf-field:nth-child(4) {
        width: calc(50% - 15px);
        display: block;
        float: left;
        margin-right: 30px;
    }
}

.nf-form-content nf-field:nth-child(2),
.nf-form-content nf-field:nth-child(4) {
    margin-right: 0;
}

.nf-form-content nf-field input[type=submit],
.nf-form-content nf-field input[type=submit]:visited,
.nf-form-content nf-field input[type=submit]:focus {
    display: inline-block;
    background: rgb(30, 30, 30);
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    transition: 1s ease all;
    border: none;
}
.nf-form-content nf-field input[type=submit]:hover {
    background: rgb(218, 180, 81);
    transition: 1s ease all;
    border: none;
}

.btn, .btn:focus, .btn:visited {
    border-radius: 0;
    background: rgb(30, 30, 30);
    padding: 10px 20px;
    outline: 0;
    transition: 1s ease all;
    border: none;
}

.btn:hover {
    border-radius: 0;
    background: rgb(218, 180, 81);
    padding: 10px 20px;
    outline: 0;
    transition: 1s ease all;
    border: none;
}


.modal a, main a,
.modal a:focus, main a:focus,
.modal a:visited, main a:visited {
    color: rgb(218, 180, 81);
    text-decoration: none;
    transition: ease all 1s;
}
.modal a:hover, main a:hover {
    color: #000;
    text-decoration: none;
    transition: ease all 1s;
}