body {
    font-family: 'Hind', sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    background-image: url(../../GFX/bg_main.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 800px;
}

a {
    color: #765018;
}

h1, h2, h3, h4, h5, h6 {
    color: #805d30;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 30px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}

.faq h4 {
    font-size: 28px;
    margin: 40px 0 0 0;
}

ul {
    list-style-position: inside;
}

.container {
    margin: 0 auto;
    max-width: 1550px;
}

header {
    margin: 0 auto;
    background-position: 25% center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 835px;
    min-height: 600px;
    height: 65vw;
}

header #mobile-menu {
    display: none;
}

header .header_mask {
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../../GFX/bg_mask.png");
    background-size: 100%;
}

header .container {
    display: flex;
}

header .menu {
    flex-grow: 1;
    text-align: right;
}

header .menu .mobile-menu-header {
    display: none;
}

header .menu ul {
    list-style: none;
    margin: 60px 30px 0 0;
    padding: 0;
}

header .menu ul li {
    display: inline-block;
    padding: 0 15px;
    border: #af884f 0px solid;
    border-width: 0 1px 0 0;
    filter: drop-shadow(1px 1px 1px #211500);
}

header .menu li:first-child {
    padding: 0 15px 0 0;
}

header .menu li:last-child {
    border-width: 0 0;
}

header .menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 500;
}

header .menu ul li a.selected {
    border-bottom: #fff 1px solid;
}

header .logo {
    margin: 50px 0 0 60px;
    width: auto;
    max-width: 360px;
    text-align: center;
    filter: drop-shadow(1px 1px 1px #211500);
}

header .logo img {
    width: 100%;
}

header .logo h1 {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    margin-top: 12px;
    font-family: serif;
    font-weight: normal;
}

main.container {
    margin: 60px auto 0;
    max-width: 1550px;
    min-height: 700px;
}

section {
    margin: 0 60px 30px;
}

section.left {
    float: left;
    width: 47vw;
    max-width: 870px;
    margin: 0 60px 30px;
}

section.right {
    width: 500px;
    float: right;
    text-align: left;
    margin: 90px 60px 30px 0;
}

.teaser {
    background: #ffffff;
    border: #e4e4e4 1px solid;
    box-shadow: 0px 0px 5px #cccccc;
}

.teaser .imgleft,
.teaser .imgright {
    padding: 0;
}

.teaser .imgleft .image,
.teaser .imgright .image {
    margin-right: 25px;
    width: auto;
    max-width: 230px;
    vertical-align: top;
}

.teaser h3 {
    margin: 25px 0 0 0;
    font-size: 31px;
    line-height: 34px;
}

.teaser h5 {
    margin: 0;
    font-size: 27px;
}

.teaser .normaltext {
    padding: 25px 25px 0 25px;
    font-size: 20px;
}

.teaser .submit {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 50px;
    margin-top: 20px;
    text-align: center;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.imgleft {
    float: left;
    padding: 0 60px 20px 0;
}

.imgright {
    float: right;
    padding: 0 0 20px 60px;
}

.imgleft .image,
.imgright .image {
    max-width: 600px;
    width: 100%;
}

footer {
    clear: both;
    height: 100px;
    margin-top: 30px;
}

footer .bar {
    margin: 10px 60px;
    border: #af884f 0px solid;
    border-width: 1px 0 0 0;
    display: flex;
}

footer .bar p {
    margin-top: 22px;
    font-size: 14px;
}

footer .bar img {
    margin: 15px 0 0 15px;
}

footer .bar .left {
    flex-grow: 1;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.brown {
    color: #765018;
}

.grey {
    color: #aaaaaa;
}

.smalltext {
    font-size: 16px;
}


/* FORM */

.formelement {
    margin-bottom: 20px;
}

.formfield {
    width: 100%;
    max-width: 800px;
    height: 30px;
    font-size: inherit;
    padding: 5px;
    font-family: inherit;
    color: #765018;
    background-color: #ffffff;
    border: #765018 1px solid;
    outline: #ffffff;
}

select.formfield {
    height: 44px;
}

.formfield.medium {
    width: 75%;
    max-width: 600px;
}

.formfield.small {
    width: 50%;
    max-width: 400px;
}

.formfield.minimal {
    width: 25%;
    max-width: 200px;
}

.formfield.textarea {
    height: 260px;
    width: 100%;
    overflow-y: scroll;
    max-width: 800px;
}

#captchaImage {
    margin: 0 10px 0 0;
    height: 20px;
    vertical-align: middle;
}

.submit {
   color: #fff;
   padding: 15px 25px;
   background-color: #af884f;
   background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
   border-radius: 14px;
   font-weight: bold;
   font-size: inherit;
   border: 0;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   cursor: pointer;
}

.clearfix {
    clear: both;
}

/* testimonials */
.testimonial-slider {
    overflow: hidden;
    position: relative;
    background: #f4ede6;
    border: #d5cec7 1px solid;
    background-position: top 40px right 40px;
    background-repeat: no-repeat;
    background-image: url("../../GFX/bg_quote.png");
}

.testimonial-list .testimonial {
    clear: both;
}

.testimonial-pager {
    text-align: center;
    padding: 20px;
    clear: both;
}

.testimonial-pager .pager-link.selected {
    display: inline-block;
    background: transparent;
    min-width: 25px;
    text-align: center;
    color: #af884f;
}

.testimonial-pager .pager-link {
    display: inline-block;
    background: #af884f;
    border: #af884f 1px solid;
    min-width: 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 3px;
}

.testimonial-slider .testimonial {
    opacity: 0;
    left: 1000px;
    width: 80%;
    position: absolute;
    padding: 20px 150px 0 40px;
    transition: all 1s ease-in-out;
}

.testimonial-slider .testimonial.show {
    left: 0;
    opacity: 100%;
}

.testimonial-slider .testimonial.reset {
    left: -1000;
    opacity: 0;
}

.testimonial .client {
    color: #000000;
}
.testimonial .imgleft {
    padding: 0 20px 20px 0;
}

.testimonial .image {
    width: 200px;
    height: 200px;
}

.testimonial .children {
    color: #805d30;
}

.dot-container {
    position: relative;
    text-align: center;
    padding: 0 40px 20px 40px;
}

.dot-container .smalltext {
    float: right;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

@media all and (max-width: 1600px) {
    body {
        background-size: auto 800px;
    }

    header .header_mask {
        background-size: auto;
    }
}

@media all and (max-width: 1320px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 28px;
        margin: 50px 0 0 0;
    }

    section {
        clear: both;
    }

    .nazorg section,
    .over section {
        clear: none;
    }

    section,
    section.left ,
    section.right {
        margin: 0 30px 30px;
        float: none;
        width: auto;
        max-width: 100%;
    }

    .faq h4 {
        font-size: 20px;
        margin: 30px 0 0 0;
        line-height: 26px;
    }

    .formfield.textarea {
        height: 200px;
        max-height: auto;
        overflow-y: scroll;
    }

    .imgleft {
        float: left;
        padding: 0 30px 15px 0;
    }

    .imgright {
        float: right;
        padding: 0 0 15px 30px;
    }

    .imgleft .image,
    .imgright .image {
        max-width: 38vw;
        width: 100%;
    }

    footer .right {
        display: none;
    }

    .smalltext {
        font-size: 15px;
    }

    header .menu {
        flex-grow: 1;
        text-align: left;
    }

    header #mobile-menu-button {
        display: block;
        position: absolute;
        right: 25px;
        top: 2em;
        padding: 15px 0;
        z-index: 100;
        cursor: pointer;
        user-select: none;
    }

    header #mobile-menu-button span {
        height: 4px;
        width: 35px;
        background-color: white;
        position: relative;
        display: block;
        transition: all .2s ease-in-out;
        filter: drop-shadow(1px 1px 1px #211500);
    }

    header #mobile-menu-button span::before {
        position: absolute;
        top: -12px;
        height: 4px;
        width: 35px;
        background-color: white;
        content: "";
        transition: all .2s ease-in-out;
    }

    header #mobile-menu-button span::after {
        position: absolute;
        top: 12px;
        height: 4px;
        width: 35px;
        background-color: white;
        content: "";
        transition: all .2s ease-in-out;
    }

    body.mobile {
        overflow: hidden;
    }

    body.mobile .mobile-overlay {
        display: block;
        position: absolute;
        z-index: 50;
        background-color: rgba(0,0,0,0.85);
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        transition: all .2s ease-in-out;
    }

    body.mobile .menu-items {
        display: block;
        text-align: center;
        z-index: 75;
        width: 100vw;
        padding-top: 5em;
        position: absolute;
        left: 0;
        top: 0;
    }

    body.mobile header .menu .mobile-menu-header {
        display: inline;
    }

    body.mobile .mobile-menu-header img {
        width: 65%;
        max-width: 250px;
        margin-bottom: 50px;
    }

    body.mobile .menu-items li {
        display: block;
        border-width: 0;
    }

    body.mobile .menu-items li a {
        font-size: 20px;
        line-height: 6vh;
    }

    body.mobile .menu-items li a.selected {
        color: #fff;
        border: 0 solid;
    }

    body.mobile #mobile-menu-button span {
        visibility: hidden;
        background: transparent;
    }

    body.mobile #mobile-menu-button span::before {
        transform: rotate(45deg) translate(9px, 8px);
        visibility: visible;
    }

    body.mobile #mobile-menu-button span::after {
        transform: rotate(-45deg) translate(9px, -8px);
        visibility: visible;
    }

    header .menu-items {
        display: none;
        color: #000;
        position: relative;
    }

    .teaser {
        max-width: 800px;
        margin: 0 auto;
    }

    .teaser .imgleft,
    .teaser .imgright {
        overflow: hidden;
        height: 50vw;
    }

    .teaser .imgleft .image,
    .teaser .imgright .image {
        width: auto;
        max-width: 40vw;
        vertical-align: top;
    }
}

@media all and (max-width: 768px) {

    body {
        font-family: 'Hind', sans-serif;
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 18px;
        line-height: 22px;
    }

    header {
        height: 525px;
        background-position: center;
    }

    section {
        clear: both;
    }

    section,
    section.left ,
    section.right {
        margin: 0 30px 30px;
        float: none;
        width: auto;
    }

    ul {
        list-style-position: initial;
    }

    footer {
        height: auto;
    }

    footer .bar {
        margin: 10px 30px;
    }

    header .logo {
        margin: 25px 0 0 30px;
        width: auto;
        max-width: 260px;
        text-align: center;
    }

    header .logo img {
        width: 100%;
    }

    header .logo span {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        margin-top: 12px;
        font-family: serif;
    }

    main.container {
        margin: 30px auto 0;
    }

    .imgleft,
    .imgright {
        float: none;
        padding: 0;
    }

    .imgleft .image,
    .imgright .image {
        width: 100%;
        max-width: 100%;
    }

    .formfield,
    .formfield.textarea {
        width: 90%;
    }

    .testimonial .image {
        width: 160px;
        height: 160px;
    }

    .teaser {
        padding: 0 0 25px 0;
    }

    .teaser h3 {
        margin: 25px 0 0 25px;
        font-size: 28px;
        line-height: 30px;
    }

    .teaser h5 {
        margin: 0 0 0 25px;
        font-size: 27px;
    }

    .teaser .imgleft,
    .teaser .imgright {
        overflow: hidden;
        height: 100vw;
    }

    .teaser .imgleft .image,
    .teaser .imgright .image {
        width: auto;
        max-width: 100%;
        vertical-align: top;
    }

    .teaser .normaltext {
        font-size: 18px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .testimonial-slider .testimonial {
        padding: 10px 25px 0 25px;
    }

    .testimonial .imgleft {
        float: left;
        padding: 0 20px 25px 0;
    }

}

@media all and (max-width: 480px) {

    section,
    section.left ,
    section.right {
        margin: 0 30px 60px;
    }

    header {
        height: 70vh;
    }

    header .container {
        display: block;
    }

    header .logo {
        margin: 0 0 0 25px;
        max-width: 220px;
    }

    header .logo img {
        margin: 35px auto 0;
    }

    header .logo h1 {
        font-size: 18px;
        margin-top: 0px;
        line-height: 22px;
    }

    header .logo span {
        margin: 0;
    }

    body.mobile .menu-items {
        padding-top: 2em;
    }

    .teaser .imgleft .image, .teaser .imgright .image {
        margin-right: 0;
        width: 100vw;
        max-width: 100%;
        vertical-align: top;
    }

    .teaser .imgleft, .teaser .imgright {
        padding: 0;
        float: none;
    }

    .testimonial-slider {
        padding-bottom: 35px;
    }

    .testimonial .imgleft {
        float: left;
        padding: 0 15px 0 0;
    }

    .testimonial .image {
        width: 100px;
        height: 100px;
        vertical-align: top;
    }

    .testimonial .children {
        font-size: 16px;
    }

    .teaser h3 {
        margin: 25px 0 0 0;
        font-size: 28px;
        line-height: 30px;
        padding: 0 25px;
    }

    .teaser h5 {
        margin: 0;
        font-size: 25px;
        padding: 0 25px;
    }

    .teaser .normaltext {
        padding: 25px 25px 0 25px;
        font-size: inherit;
    }

    .teaser .submit {
        width: 44vw;
        margin-bottom: 25px;
    }

    footer .bar {
        display: block;
        text-align: center;
    }

    footer .bar img {
        margin: 15px;
    }

    #captchaImage {
        height: 16px;
    }

    .dot-container {
        padding: 20px 40px;
    }

    .dot-container .smalltext {
        display: inline-block;
        padding: 15px;
        float: none;
    }

}
