.parallax  {background:#f2f2f2;}
/*
Theme Name: Topfarmplan
Author: Devin Munsch
Version: 1.0.0
*/


* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'Arial', sans-serif;
}

html, body {
    height: 100%;
    background: #fff;
}

html, body, p, a {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.85;
}

    a, a:hover, a:focus {
        text-decoration: none;
        outline: 0;
    }

a {
    color: #009036;
    text-decoration: none;
}

    a:hover {
        color: #444;
    }

.center {
    text-align: center;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
}

.center {
    text-align: center;
}

h1 {
    font-weight: 300;
    margin-bottom: 20px;
}

    h1.title {
        margin: 50px 0 25px;
    }

.has-sub-menu h1.title {
    margin: 20px 0 25px;
}

h2 {
    font-size: 36px;
    color: #444;
    font-weight: 300;
}

h3 {
    font-size: 26px;
}

::selection {
    background: #009036;
    color: #fff;
}

::-moz-selection {
    background: #009036;
    color: #fff;
}

.btn {
    color: #fff;
    border: none;
    background: #db5c0b;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    padding: 15px 20px;
    border-radius: 2px;
    white-space: normal;
}

    .btn:hover {
        background: #ff6300;
        color: #fff;
    }

.img-container {
    width: 100%;
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.grey-container {
    background: #f2f2f2;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

@keyframes bounceIn {
    0% {
        top: 0;
    }

    60% {
        top: 15px;
    }

    100% {
        top: 0;
    }
}

.has-sub-menu {
    padding-top: 50px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 10000px #e5e5e5 inset;
}

.orange {
    color: #db5c0b;
}

.green {
    color: #009036;
}

.btn.green {
    color: #fff;
    background: #009036 !important;
}

    .btn.green:hover {
        color: #fff;
        background: #009e3a !important;
    }

.text-left {
    text-align: left !important;
}

/* Header Sticky */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.has-sub-menu header {
    border-bottom: 50px #f9f9f9 solid;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(227,227,227,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(227,227,227,1);
    box-shadow: 0px 1px 0px 0px rgba(227,227,227,1);
}

body {
    margin-top: 114px;
}

.editor ol, .editor ul {
    margin-left: 20px;
}

.page-content a {
    word-wrap: break-word;
}

/* Editor */
.editor h2 {
    font-size: 30px;
}

.editor .entry-content img {
    margin: 0 0 1.5em 0;
}

.editor .alignleft, .editor img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.editor .alignright, .editor img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.editor .aligncenter, .editor img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.editor .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

    .editor .wp-caption img {
        border: 0 none;
        padding: 0;
        margin: 0;
    }

    .editor .wp-caption p.wp-caption-text {
        line-height: 1.5;
        margin: 7px 0;
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
    }

.editor .wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

.editor blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

.editor blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.editor div {
    max-width: 100%;
}

/* Grow-Effekt */
.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.05);
    }

/* Modals */
.modal {
    display: none;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(68, 68, 68, 0.57);
    z-index: 99999;
    overflow-y: scroll;
    overflow: hidden;
}

    .modal.active {
        display: block;
    }

    .modal .inner {
        background: #fff;
        top: 100px;
        position: fixed;
        left: calc(50% - 250px);
        max-width: 100%;
        width: 500px;
    }

        .modal .inner .close {
            background-image: url(./img/files/schliessen-gross.svg);
            background-size: 20px;
            background-repeat: no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 10px;
        }

        .modal .inner .headerimage-form {
            margin: 0;
        }

/* Material Form */
.mat-group {
    position: relative;
    margin-top: 20px;
}

input, textarea {
    font-size: 12px;
    padding: 15px 10px 15px 10px;
    display: block;
    border: none;
    border-bottom: 1px solid #757575;
    border-radius: 2px;
}

    input:focus, textarea:focus {
        outline: none;
    }

.mat-group label {
    color: #009036;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin: 5px;
    font-weight: 300;
}

input:focus ~ label, .mat-group input.not-empty ~ label, input:focus ~ label, .mat-group textarea.not-empty ~ label, textarea:focus ~ label {
    top: -20px;
    font-size: 12px;
    color: #009036;
}

.bar {
    position: relative;
    display: block;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0.5px;
        position: absolute;
        background: #009036;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
        border-bottom-right-radius: 5px;
    }

    .bar:after {
        right: 50%;
        border-bottom-left-radius: 5px;
    }

input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
    width: 50%;
}

input:focus ~ label, input:focus ~ label, textarea:focus ~ label, textarea:focus ~ label {
    color: #009036;
}

/* Topper */
#topper {
    background: #009036;
}

    #topper .logo,
    #topper .login {
        line-height: 63px;
        display: inline-block;
    }

    #topper .logo {
        margin: 14px 0 0 0;
    }

    #topper .login-links {
        margin: 17px 0;
        text-align: right;
        margin-left: 40px;
    }

        #topper .login-links a, #topper .login-links label {
            color: #fff;
            font-size: 12px;
            font-weight: 300;
        }

            #topper .login-links a.passwortvergessen {
                background: url('./img/files/ico-arrow-left-white.svg') center left no-repeat;
                padding-left: 20px;
                margin-left: 15px;
            }

        #topper .login-links label {
            min-height: 22px;
            margin-bottom: 0;
            cursor: pointer;
            display: inline-block;
            padding-left: 20px;
            position: relative;
        }

        #topper .login-links input {
            display: inline-block;
            margin-right: 7px;
            position: absolute;
            left: 0;
            top: 2px;
        }

    #topper .kontakt-links {
        text-align: right;
        line-height: 64px;
    }

        #topper .kontakt-links a {
            display:inline-block;
            line-height:61px;
            vertical-align:middle;
            font-size: 12px;
            font-weight: 300;
            color: #fff;
        }

            #topper .kontakt-links a.tel {
                background: url('./img/files/ico-phone-white.svg') center left no-repeat;
                padding-left: 30px;
                margin-right: 20px;
            }

                #topper .kontakt-links a.tel.mobil {
                    background: url('./img/files/ico-phone-white.svg') center left no-repeat;
                    padding-left: 20px;
                    margin-right: 10px;
                }

            #topper .kontakt-links a.mail {
                background: url('./img/files/ico-mail-white.svg') center left no-repeat;
                padding-left: 30px;
            }

                #topper .kontakt-links a.mail.mobil {
                    padding-left: 20px;
                }

            #topper .kontakt-links a.mobil {
                display: none;
                height: 20px;
                width: 20px;
            }

    #topper .login {
        text-align: right;
    }

    #topper .login-modal {
        color: #fff;
        background: url(./img/files/ico-login.svg) left 22px no-repeat;
        padding-left: 32px;
        border: none;
        font-weight: 400;
        font-size: 13px;
        line-height:64px;
    }

/* Hauptmenü */
#menu {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

    #menu ul#menu-hauptmenue {
        list-style: none;
        margin: 0;
    }

        #menu ul#menu-hauptmenue li {
            display: inline-block;
            margin-right: 55px;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0;
            vertical-align: top;
        }

            #menu ul#menu-hauptmenue li a {
                color: #6d6d6d;
                font-size: 0.8em;
                line-height: 50px;
            }

            #menu ul#menu-hauptmenue li.current-menu-item > a, #menu ul#menu-hauptmenue li.current-menu-parent > a {
                color: #009036;
                font-weight: 600;
                font-size: 0.8em;
            }

    #menu ul.sub-menu {
        display: none;
        background: none;
        position: absolute;
        bottom: -50px;
        width: 100%;
        left: 10px;
        right: 0;
    }

    #menu li.current-menu-item ul.sub-menu, #menu .current-menu-parent ul.sub-menu {
        display: block;
    }

.menu-icon {
    width: auto;
    height: 50px;
    -background: url(../img/files/menu.svg) left center no-repeat;
    display: none;
    border: none;
    opacity: 0.6;
    padding-left: 35px;
    font-size: 12px;
}

    .menu-icon.active {
        background-image: url(./img/files/schliessen-gross.svg);
    }

.menu-col {
    position: relative;
}

.mobil-submenu-btn {
    display: none;
}

.register-top {
    text-align: right;
    line-height: 50px;
}

    .register-top .btn {
        margin: 5px 0 0 0;
        height: 40px;
        line-height: 0.6;
        transition: visibility 1s, opacity 0.1s linear;
    }

/* Startseite */
#headerimage {
    background: url(./img/files/header-image.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #headerimage .headerimage-text {
        color: #fff;
        margin: 135px 0 162px;
    }

        #headerimage .headerimage-text h1 {
            font-size: 47px;
            font-weight: 300;
            margin-top: 0;
            margin-bottom: 10px;
        }

        #headerimage .headerimage-text span {
            font-size: 1.563em;
            font-weight: 300;
        }

        #headerimage .headerimage-text ul {
            margin: 40px 0 0;
            list-style-image: url(./img/files/ico-check-weiss.svg);
            margin-left: 27px;
        }

            #headerimage .headerimage-text ul li {
                font-size: 20px;
                font-weight: 300;
                padding-left: 15px;
                margin: 5px 0;
            }

/* Register-Form */
.headerimage-form {
    margin: 40px 0;
}

    .headerimage-form .headerimage-form-container {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 30px 15px 30px;
    }

    .headerimage-form h3 {
        margin-top: 10px;
        color: #db5c0b;
        font-weight: 300;
        font-size: 1.563em;
        text-align: center;
    }

    .headerimage-form span.subtitle {
        text-align: center;
        display: block;
        font-weight: 300;
        font-size: 16px;
        color: #444;
        margin-bottom: 10px;
    }

    .headerimage-form input {
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        border-bottom: none;
        padding-right: 15px;
    }

        .headerimage-form input[type="password"] {
            background: url(./img/files/ico-lock.svg) right 10px center no-repeat rgba(0, 0, 0, 0.1);
            padding-right: 15px;
        }

        .headerimage-form input:valid {
            background: url(./img/files/ico-check.svg) right 10px center no-repeat rgba(0, 0, 0, 0.1);
        }

            .headerimage-form input:valid[type="checkbox"] {
                background: none;
            }

        .headerimage-form input[type="password"]:valid {
            background: url(./img/files/ico-lock.svg) right 10px center no-repeat rgba(0, 0, 0, 0.1);
        }

        .headerimage-form input[type="radio"]:valid {
            background: none;
        }

    .headerimage-form .form-group {
        margin-bottom: 0;
    }

    .headerimage-form .mat-group {
        width: 100%;
        margin-top: 15px;
        display: inline-block;
    }

        .headerimage-form .mat-group.half {
            width: calc(50% - 10px);
        }

            .headerimage-form .mat-group.half:first-child {
                margin-right: 13px;
            }

    .headerimage-form .radio {
        margin-bottom: -5px;
    }

        .headerimage-form .radio label {
            color: #444;
            cursor: default;
        }

        .headerimage-form .radio .inline-block {
            position: relative;
        }

            .headerimage-form .radio .inline-block:first-child {
                margin-right: 10px;
            }

    .headerimage-form .mat-group label {
        color: #6e6e6e;
        font-size: 12px;
        top: 7px;
    }

    .headerimage-form .mat-group input:focus ~ label, .headerimage-form .mat-group input:focus ~ label {
        color: #009036;
    }

    .headerimage-form .mat-group input:focus ~ label, .headerimage-form .mat-group input:valid ~ label, .headerimage-form .mat-group input.not-empty ~ label {
        top: -3px;
        font-size: 10px;
    }

    .headerimage-form .mat-group input {
        padding: 20px 10px 2px;
    }

    .headerimage-form .mat-group .bar:before, .headerimage-form .mat-group .bar:after {
        background: #009036;
    }

.mat-group input:focus ~ label, .mat-group input:valid ~ label {
    color: #444;
}

.radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 5px;
    margin-left: 0;
    width: 20px;
}

.radio label {
    font-size: 12px;
}

.headerimage-form input[type="submit"] {
    background: #db5c0b;
}

    .headerimage-form input[type="submit"]:hover {
        background: #ff6300;
    }

.headerimage-form span.info {
    margin-top: 5px;
    font-size: 10px;
    color: #444;
    text-align: center;
    display: block;
}

    .headerimage-form span.info a {
        font-size: 10px;
    }

.headerimage-form div.direkt-login {
    display: block;
    border-top: 1px solid rgba(68, 68, 68, 0.25);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #444;
}

    .headerimage-form div.direkt-login a {
        font-size: 16px;
    }

/* Login-Form */
.headerimage-form.login h3 {
    color: #444;
}

.headerimage-form.login .direkt-login a {
    color: #db5c0b;
}

.headerimage-form.login input[type="submit"] {
    margin-bottom: 20px;
    background: #009036;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
}

.headerimage-form.login .login-links {
    margin: 20px 0 0;
}

    .headerimage-form.login .login-links .passwortvergessen {
        float: right;
    }

    .headerimage-form.login .login-links .styled-checkbox {
        float: left;
        width: auto;
        margin: 7px 10px 0 0;
    }

    .headerimage-form.login .login-links label {
        font-weight: 300;
    }

#kooperation span {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 300;
    margin-right: 95px;
    line-height: 50px;
    display: inline-block;
}

#kooperation .logos {
    line-height: 50px;
}

    #kooperation .logos img {
        margin-right: 100px;
        max-width: calc(25% - 104px);
        opacity: 0.6;
        line-height: 50px;
    }

        #kooperation .logos img:lastchild {
            margin-right: 0;
        }

#startseitentext {
    margin-bottom: 70px;
}

    #startseitentext p {
        font-weight: 300;
    }

        #startseitentext p a {
            font-weight: 400;
        }

    #startseitentext h2 {
        margin: 70px 0 25px 0;
    }

    #startseitentext ul {
        list-style-image: url(./img/files/ico-check.svg);
        margin-left: 26px;
        margin-top: 30px;
    }

        #startseitentext ul li {
            padding-left: 15px;
            margin: 15px 0;
        }

    #startseitentext a.mehr {
        margin-left: 41px;
    }

a.mehr {
    background: url(./img/files/ico-arrow-left-green.svg) right center no-repeat;
    padding-right: 17px;
}

#startseitentext a.btn {
    margin-top: 30px;
}

#startseitentext img.vorschau {
    float: right;
    padding: 0 30px;
}

#kundenmeinungen h2 {
    margin: 70px 0 30px;
}

#kundenmeinungen .item img {
    margin-bottom: 35px;
}

#kundenmeinungen .item span.claim {
    font-weight: 300;
    font-size: 16px;
}

#kundenmeinungen .item h3 {
    margin: 15px 0 30px;
}

#kundenmeinungen .item p.text {
    font-weight: 300;
    margin-bottom: 75px;
}

#kundenmeinungen .owl-carousel {
    margin-left: 0 !important;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-dots {
    text-align: center;
    margin-bottom: 30px;
}

    .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border: #444 solid 1px;
        border-radius: 20px;
        display: inline-block;
        margin: 0 5px;
        opacity: 0.87;
    }

        .owl-dots .owl-dot.active {
            background: #444;
        }

#kontaktfooter {
    background: url(./img/files/footer-image.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}

    #kontaktfooter h2, #kontaktfooter p, #kontaktfooter a {
        color: #fff;
        text-align: center;
        font-weight: 300;
    }

    #kontaktfooter h2 {
        margin: 80px 0 30px;
    }

    #kontaktfooter p {
        margin-bottom: 60px;
        font-size: 20px;
    }

    #kontaktfooter span {
        display: block;
        font-size: 12px;
        margin-bottom: 70px;
    }

    #kontaktfooter a {
        font-weight: 400;
        display: inline-block;
    }

        #kontaktfooter a.tel {
            background: url('media/rounded-icons/ico-phone-circle.svg') center left no-repeat;
            padding: 10px 0 10px 60px;
            margin: 0 25px 10px;
        }

        #kontaktfooter a.mail {
            background: url('media/rounded-icons/ico-mail-circle.svg') center left no-repeat;
            padding: 10px 0 10px 60px;
            margin: 0 25px 10px;
        }

footer {
    padding-bottom: 40px;
}

footer, #bottomfooter {
    background: #383838;
    color: #fff;
}

    footer .logo {
        margin-top: 74px;
        margin-bottom: 25px;
    }

    footer .kontakt-links a {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }

        footer .kontakt-links a.tel {
            background: url('./img/files/ico-phone-white.svg') center left no-repeat;
            padding-left: 25px;
            margin-bottom: 5px;
        }

        footer .kontakt-links a.mail {
            background: url('./img/files/ico-mail-white.svg') center left no-repeat;
            padding-left: 25px;
        }

    footer h3 {
        font-weight: 300;
        font-size: 20px;
        margin-top: 80px;
        margin-bottom: 25px;
    }

    footer p {
        font-weight: 300;
        color: #fff;
        margin-bottom: 30px;
    }

    footer .socials {
        margin-bottom: 30px;
    }

        footer .socials img {
            margin-right: 15px;
            margin-top: 10px;
        }

    footer .btn {
        margin-top: 0;
    }

        footer .btn:hover {
            background: #ff6300;
        }

#bottomfooter {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

    #bottomfooter ul#menu-footer {
        list-style: none;
        text-align: center;
        opacity: 0.6;
        margin:0 0 14px 0;
    }

        #bottomfooter ul#menu-footer li {
            display: inline-block;
            margin:0;
        }

            #bottomfooter ul#menu-footer li a {
                color: #fff;
                font-size: 12px;
                border-right: 1px #fff solid;
                font-weight: 300;
                padding: 0 10px 0 5px;
                line-height:28px;
            }

                #bottomfooter ul#menu-footer li a:hover {
                    color: #009036;
                }

            #bottomfooter ul#menu-footer li:last-child a {
                border-right: none;
            }

/* Content-Seiten */
#auflistung {
    margin-top: 60px;
}

    #auflistung .item {
        margin-bottom: 70px;
    }

        #auflistung .item .img-container {
            max-width: 400px;
            width: 35%;
        }

            #auflistung .item .img-container.links {
                float: left;
                margin-right: calc((40%/10) + 20px);
            }

            #auflistung .item .img-container.rechts {
                float: right;
                margin-left: calc((40%/10) + 20px);
            }

        #auflistung .item .text {
            width: calc(100% - ((40%/10) + 20px + 35%));
            display: inline-block;
        }

#auflistungmenu {
    list-style: none;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
}

    #auflistungmenu li {
        display: inline-block;
        margin: 0 20px;
    }

.preise {
    margin: 40px 0;
}

    .preise .inner {
        background: #fff;
        padding: 20px 40px;
        text-align: center;
        margin: 0 20px;
    }

    .preise ul {
        list-style: none;
    }

        .preise ul li {
            padding: 15px 0px;
            margin: 0 -40px;
            border-bottom: 1px solid rgba(68, 68, 68, 0.1);
            line-height: 1;
        }

            .preise ul li span {
                font-size: 12px;
                color: #6e6e6e;
                display: block;
                line-height: 1;
                margin-bottom: 5px;
            }

            .preise ul li.preis {
                font-weight: 300;
            }

                .preise ul li.preis span {
                    font-size: 38px;
                    display: block;
                    line-height: 1.1;
                    margin-top: 10px;
                }

            .preise ul li.vorschau span {
                margin-bottom: 10px;
            }

            .preise ul li.vorschau img {
                padding: 0 5px;
            }

    .preise .titel {
        margin: -20px -40px 0px;
        padding: 15px 10px 10px;
    }

        .preise .titel h2 {
            margin: 0;
            font-size: 40px;
        }

        .preise .titel span {
            font-weight: 300;
        }

    .preise .btn {
        display: block;
        margin: 20px 10px;
    }

    .preise span.info {
        margin-top: 15px;
        display: block;
    }

    .preise.preis-3 .titel, .preise.preis-3 .titel h2 {
        background: #00963f;
        color: #fff;
    }

    .preise.preis-3 ul li.preis, .preise.preis-3 ul li.preis span {
        color: #00963f;
    }

    .preise.preis-3 .btn {
        background: #00963f;
        color: #fff;
    }

    .preise.preis-2 .titel, .preise.preis-2 .titel h2 {
        background: #db5c0b;
        color: #fff;
    }

    .preise.preis-2 ul li.preis, .preise.preis-2 ul li.preis span {
        color: #db5c0b;
    }

    .preise.preis-2 span.info {
        color: #db5c0b;
        line-height: 20px;
    }

    .preise.preis-2 ul li.preis span {
        font-size: 45px;
    }

    .preise.preis-1 .titel, .preise.preis-1 .titel h2 {
        background: #e3e3e3;
        color: #444;
    }

    .preise.preis-1 ul li.preis, .preise.preis-1 ul li.preis span {
        color: #444;
    }

    .preise.preis-1 ul li.preis {
        line-height: 72px;
    }

    .preise.preis-1 .btn {
        background: #e3e3e3;
        color: #444;
    }

    .preise.preis-1, .preise.preis-3 {
        margin-top: 62px;
    }

        .preise.preis-1 ul li.preis, .preise.preis-3 ul li.preis {
            padding: 8px;
        }

    .preise .topper {
        position: absolute;
        right: 0;
        left: 0;
        top: -40px;
        font-size: 17px;
    }

.text-unten {
    margin-bottom: 30px;
}

.team {
    margin-bottom: 30px;
}

    .team .editor {
        margin-bottom: 50px;
    }

    .team h2.title {
        margin: 20px 0 50px;
    }

    .team .item {
        margin-bottom: 30px;
    }

        .team .item img {
            float: left;
            margin-right: 20px;
        }

        .team .item h3 {
            margin: 0 0 15px;
        }

        .team .item span, .team .item p.text {
            font-size: 14px;
            color: #6e6e6e;
        }

#post-type-loop {
    margin: 0 0 30px 0;
}

    #post-type-loop .item {
        background: #fff;
        margin-bottom: 25px;
    }

        #post-type-loop .item .img-container {
            margin: 0 -10px;
            width: auto;
        }

        #post-type-loop .item h2 {
            font-weight: 400;
            font-size: 24px;
        }

        #post-type-loop .item .content {
            padding: 20px;
        }

            #post-type-loop .item .content p, #post-type-loop .item .content a, #post-type-loop .item .bottom {
                font-size: 14px;
            }

        #post-type-loop .item .bottom, #blog-item-single .bottom {
            border-top: 1px solid rgba(68, 68, 68, 0.1);
            margin: 0 -10px;
            padding: 15px 30px;
        }

            #post-type-loop .item .bottom .date, #blog-item-single .bottom .date {
                background: url(./img/files/ico-kalender.svg) left center no-repeat;
                padding-left: 30px;
                font-size: 14px;
            }

            #post-type-loop .item .bottom .tags, #blog-item-single .bottom .tags {
                margin-left: 15px;
            }

                #post-type-loop .item .bottom .tags a, #blog-item-single .bottom .tags a {
                    background: url(./img/files/tag.png) left center no-repeat;
                    padding-left: 23px;
                    font-size: 14px;
                    color: #444;
                    margin-left: 12px;
                }

                    #post-type-loop .item .bottom .tags a:hover, #blog-item-single .item .bottom .tags a:hover {
                        color: #009036;
                    }

            #post-type-loop .item .bottom .share, #blog-item-single .bottom .share {
                float: right;
            }

                #post-type-loop .item .bottom .share img, #blog-item-single .bottom .share img {
                    width: 30px;
                    margin-left: 10px;
                    margin-top: -5px;
                }

.img-container {
    position: relative;
}

    .img-container span.hover-zoom {
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        background: rgba(213, 0, 0,0.0);
        transition: all 0.3s ease-out 0s;
    }

    .img-container:hover span.hover-zoom {
        display: block;
        background: rgba(0, 144, 54, 0.8);
        background-image: url(./img/files/search.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.navigation {
    text-align: center;
    margin: 20px 0 30px;
}

    .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
        color: #009036;
        text-decoration: none;
    }

    .navigation li {
        display: inline;
    }

        .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
            background-color: #fff;
            border-radius: 100%;
            cursor: pointer;
            padding: 12px;
            padding: 0.75rem;
        }

            .navigation li a:hover, .navigation li.active a {
                background-color: #009036;
                color: #fff;
            }

        .navigation li a {
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 1.2;
        }

#blog-item-single {
    background: #fff;
    padding: 40px;
}

.single-pressemitteilung #blog-item-single {
    padding-top: 5px;
}

#blog-item-single .category {
    border-bottom: 1px solid rgba(68, 68, 68, 0.1);
    padding: 25px 0 20px;
    text-align: center;
    margin: -40px -40px 0 -40px;
}

    #blog-item-single .category a {
        font-weight: 300;
    }

#blog-item-single h1 {
    font-weight: 300;
    margin: 40px 0 30px;
}

#blog-item-single .img-container {
    margin: 30px 0;
}

#blog-item-single .bottom {
    margin: 0 -40px -40px -40px;
}

.post-nav {
    margin: 20px 40px 50px 40px;
    font-size: 16px;
}

    .post-nav .next {
        float: right;
        display: inline-block;
    }

    .post-nav .prev {
        display: inline-block;
    }

    .post-nav a {
        font-size: 16px;
        color: #444;
    }

        .post-nav a:hover {
            color: #009036;
        }

.faq {
    margin-bottom: 60px;
    margin-top: 20px;
}

    .faq .kategorie h3 {
        font-weight: 300;
    }

    .faq ul {
        list-style: none;
    }

        .faq ul li a {
            display: block;
            padding: 20px 70px 20px 40px;
            color: #444;
            font-weight: 300;
            font-size: 18px;
            background: url(./img/files/ico-arrow-down.svg) calc(100% - 40px) center no-repeat #fff;
            background-size: 15px;
            margin-top: 15px;
        }

        .faq ul li .editor {
            background: #fff;
            color: #444;
            padding: 15px 40px;
            margin-top: 1px;
            display: none;
        }

            .faq ul li .editor p {
                font-size: 14px;
            }

        .faq ul li.active a {
            background: url(./img/files/ico-arrow-right.svg) calc(100% - 40px) center no-repeat #fff;
            background-size: 10px;
        }

        .faq ul li.active .editor {
            display: block;
        }

#kontakt .editor {
    margin-bottom: 40px;
}

#kontakt span {
    display: block;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 70px;
}

#kontakt a.tel {
    background: url('./img/media/ico-phone-circle.svg') center left no-repeat;
    padding: 10px 0 10px 60px;
    margin-right: 50px;
    color: #444;
}

#kontakt a.mail {
    background: url('./img/media/ico-mail-circle.svg') center left no-repeat;
    padding: 10px 0 10px 60px;
    color: #444;
}

#kontakt-form {
    margin-bottom: 70px;
}

    #kontakt-form h2 {
        margin: 50px 0 25px;
    }

    #kontakt-form input, #kontakt-form textarea {
        width: 100%;
        background: #e6e6e6;
        border: none;
        border-radius: 2px;
    }

    #kontakt-form .mat-group, #kontakt-form .submitbox {
        width: 400px;
        max-width: 100%;
    }

        #kontakt-form .mat-group.wide {
            width: 100%;
        }

    #kontakt-form .btn {
        background: #009036;
    }

    #kontakt-form .submitbox .btn {
        width: 100%;
    }

    #kontakt-form textarea, #kontakt-form input {
        padding: 30px 50px 10px 20px;
    }

    #kontakt-form .mat-group label {
        left: 15px;
        top: 14px;
        font-size: 15px;
    }

    #kontakt-form input:focus ~ label, #kontakt-form .mat-group input.not-empty ~ label, #kontakt-form input:focus ~ label, #kontakt-form .mat-group textarea.not-empty ~ label, #kontakt-form textarea:focus ~ label {
        top: 3px;
        font-size: 12px;
        color: #8e8e8e;
    }

    #kontakt-form .required-info {
        font-size: 12px;
    }

    #kontakt-form input:valid, .headerimage-form input.not-required.not-empty:valid, #kontakt-form input.not-required.not-empty:valid {
        background: url(./img/files/ico-check.svg) right 20px center no-repeat rgba(0, 0, 0, 0.1);
    }

    #kontakt-form textarea:valid {
        background: url(./img/files/ico-check.svg) right 20px top 20px no-repeat rgba(0, 0, 0, 0.1);
    }

    #kontakt-form input.not-required:valid, .headerimage-form input.not-required:valid {
        background: #e6e6e6;
    }

    #kontakt-form .mat-group.telefon label {
        color: #009036 !important;
    }

    #kontakt-form .mat-group.telefon .not-empty ~ label {
        color: #8e8e8e !important;
    }

#blog-teaser {
    padding-bottom: 80px;
}

    #blog-teaser h2 {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    #blog-teaser .item .img-container {
        float: left;
        margin-right: 20px;
        width: auto;
    }

    #blog-teaser .item .kategorie {
        color: #444;
        font-weight: 300;
    }

        #blog-teaser .item .kategorie:hover {
            color: #009036;
        }

    #blog-teaser .item h3 {
        font-size: 26px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #blog-teaser .item p {
        font-weight: 300;
        margin-bottom: 20px;
    }

#blogsidebar {
    margin-bottom: 50px;
}

    #blogsidebar .item {
        background: #fff;
        padding: 20px;
        margin-bottom: 20px;
    }

        #blogsidebar .item h3 {
            text-align: center;
            font-weight: 300;
            margin: 10px 0 30px;
        }

    #blogsidebar #blog-teaser .post .img-container {
        display: inline-block;
        float: left;
        margin-right: 15px;
        width: auto;
    }

    #blogsidebar #blog-teaser .post {
        margin-bottom: 40px;
    }

        #blogsidebar #blog-teaser .post:last-child {
            margin-bottom: 20px;
        }

        #blogsidebar #blog-teaser .post .date {
            color: #444;
            font-weight: 300;
            margin-top: 10px;
            display: inline-block;
        }

        #blogsidebar #blog-teaser .post h4 {
            color: #444;
            line-height: 1.5;
            margin-top: 0;
        }

    #blogsidebar .facebook-teaser {
        text-align: center;
    }

/*-------------------------------------------------------------------------------------------*/
@media (min-width:991px) {
    .page-template-template-startseite .register-top .btn {
        opacity: 0;
        visibility: hidden;
    }

        .page-template-template-startseite .register-top .btn.display {
            visibility: visible;
            opacity: 1;
        }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:1324px) {
    #kooperation .logos img {
        margin-right: 50px;
        max-width: calc(25% - 54px);
    }

    #kooperation span {
        margin-right: 50px;
        font-size: 17px;
    }

    #post-type-loop .item .bottom .tags, #blog-item-single .bottom .tags {
        display: block;
        margin-left: -10px;
        margin-top: 5px;
    }

    #menu ul#menu-hauptmenue li {
        margin-right: 40px;
    }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:991px) {

    #topper .kontakt-links a {
        display: none;
    }

        #topper .kontakt-links a.mobil {
            display: inline;
        }

    .has-sub-menu header {
        border-bottom: none;
    }

    body.has-sub-menu {
        padding: 0;
    }

    .register-top {
        display: block;
    }

    header {
        padding-top: 0;
    }

    .menu-hauptmenue-container, .menu-hauptmenue-container .sub-menu {
        visibility: hidden;
    }

        .menu-hauptmenue-container.active {
            visibility: visible;
        }

    .menu-hauptmenue-container {
        position: absolute;
        top: 100%;
        width: 200%;
        background: #fff;
        z-index: 999;
        left: 0;
        -webkit-box-shadow: 3px 4px 10px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 3px 4px 10px -5px rgba(0,0,0,0.51);
        box-shadow: 3px 4px 10px -5px rgba(0,0,0,0.51);
    }

    #menu ul#menu-hauptmenue > li {
        display: block;
        border-top: 1px #f2f2f2 solid;
        padding: 0;
        margin-right: 0;
        position: relative;
    }

    .menu-icon {
        display: block;
    }

    #menu ul#menu-hauptmenue {
        margin-bottom: 150%;
    }

        #menu ul#menu-hauptmenue > li:last-child {
            border-bottom: 1px #f2f2f2 solid;
        }

        #menu ul#menu-hauptmenue > li a {
            padding: 5px 26px;
            display: block;
        }

        #menu ul#menu-hauptmenue > li.menu-item-has-children a {
            padding-right: 50px;
        }

        #menu ul#menu-hauptmenue > li a.mobil-submenu-btn {
            opacity: 0.6;
            display: inline-block;
            padding: 30px;
            background: url(./img/files/ico-arrow-down.svg) center center no-repeat;
            background-size: 10px;
            position: absolute;
            right: 0;
            z-index: 99999;
            top: 0;
        }

        #menu ul#menu-hauptmenue > li.active-sub a.mobil-submenu-btn {
            background-image: url(./img/files/ico-arrow-right.svg);
            background-size: 7px;
        }

        #menu ul#menu-hauptmenue > li ul.sub-menu {
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            display: none;
        }

            #menu ul#menu-hauptmenue > li ul.sub-menu li {
                display: block;
                padding-left: 40px;
                border-top: 1px #f2f2f2 solid;
                background: #fdfdfd;
                margin-right: 0;
            }

                #menu ul#menu-hauptmenue > li ul.sub-menu li a {
                    line-height: 24px;
                    font-size: 0.8em;
                }

        #menu ul#menu-hauptmenue.active > li.active-sub ul.sub-menu {
            display: block;
            visibility: visible;
        }

    #form-container {
        display: none;
    }

    #headerimage .headerimage-form {
        display: none;
    }

    #headerimage .headerimage-text {
        margin: 40px 0;
    }

        #headerimage .headerimage-text h1 {
            font-size: 24px;
            margin-bottom: 0;
        }

        #headerimage .headerimage-text span, .headerimage-text ul li {
            font-size: 13px;
        }

        #headerimage .headerimage-text ul li {
            padding-left: 5px;
            font-size: 13px;
        }

        #headerimage .headerimage-text ul {
            margin-top: 10px;
        }

        #headerimage .headerimage-text .btn {
            display: none;
        }

    #startseitentext h2 {
        margin: 40px 0 25px 0;
    }

    #startseitentext img.vorschau {
        width: 100%;
        margin-bottom: 30px;
    }

    #kundenmeinungen .item p.text {
        margin-bottom: 30px;
    }

    .register-top .btn {
        font-size: 15px;
        height: 34px;
        padding: 0px 20px;
    }

    .modal .inner {
        top: 64px;
    }

    .modal.keyboard-open .inner {
        top: 0 !important;
        padding-top: 0px;
    }

        .modal.keyboard-open .inner h3, .modal.keyboard-open .inner span.subtitle {
            display: none !important;
        }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:767px) {
    html, body, p, a {
        font-size: 15px;
    }

    h1 {
        font-size: 24px;
    }

        h1.title {
            margin: 30px 0 20px;
        }

    h2, .editor h2 {
        font-size: 23px;
    }

    h3, #blog-teaser .item h3, footer h3 {
        font-size: 18px;
    }

    #blog-teaser .item {
        margin-bottom: 30px;
    }

        #kundenmeinungen .item span.claim, #blog-teaser .item .kategorie, #kundenmeinungen .item p.text, #blog-teaser .item p, a.mehr, #kontaktfooter p, footer .kontakt-links a {
            font-size: 15px;
        }

    #blog-teaser {
        padding-bottom: 20px;
    }

    #kontaktfooter a {
        font-size: 13px;
    }

    footer div {
        text-align: center;
    }

    footer h3 {
        margin-top: 40px;
        margin-bottom: 17px;
    }

    footer p {
        margin-bottom: 17px;
    }

    footer .logo {
        margin-top: 40px;
    }

    #kontaktfooter a.mail, #kontaktfooter a.tel, #kontakt a.tel, #kontakt a.mail {
        padding: 10px 0 12px 27px;
        background-size: 22px;
        margin: 0 7px 10px;
        font-size: 13px;
    }

    .preise .titel h2 {
        font-size: 30px;
    }

    .faq {
        margin-bottom: 30px;
        margin-top: 0px;
    }

        .faq .kategorie h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

    #kooperation .logos img {
        margin-right: 20px;
        max-width: calc(25% - 24px);
    }

    #kooperation span {
        margin-right: 10px;
        font-size: 15px;
        line-height: 50px;
    }

    #kooperation .logos {
        line-height: 50px;
    }

    #post-type-loop .item .bottom .date, #blog-item-single .bottom .date, #post-type-loop .item .bottom .tags a, #blog-item-single .bottom .tags a {
        font-size: 12px;
    }

    .modal .inner .headerimage-form .headerimage-form-container {
        padding-top: 20px;
    }

    .headerimage-form input[type="submit"] {
        font-size: 13px;
    }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:600px) {
    #auflistung .item .img-container.links, #auflistung .item .img-container.rechts {
        width: 100%;
        margin-right: 0;
        text-align: center;
        max-width: 100%;
        padding: 0 10px;
    }

    #auflistung .item .text {
        width: 100%;
    }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:500px) {
    #kooperation .logos img {
        margin-right: 5px;
        max-width: calc(25% - 9px);
    }

    #kooperation span {
        font-size: 12px;
        margin-right: 0px;
    }

    .team .item img {
        float: none;
        margin: 0;
    }

    .team .item span, .team .item p.text {
        display: block;
    }

    .team .item {
        text-align: center;
    }

    .modal .inner {
        left: 0;
    }

    .headerimage-form h3 {
        padding: 0 20px;
    }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:450px) {
    .headerimage-form div.direkt-login {
        display: none;
    }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width:400px) {
    #kooperation span {
        font-size: 9px;
    }

    #blog-teaser .item .img-container {
        width: 100%;
    }
}
/*-------------------------------------------------------------------------------------------*/
@media (max-height:723px) and (max-width:991px) {
    #menu ul#menu-hauptmenue li a {
        font-size: 0.8em;
        line-height: 27px;
    }

    #menu ul#menu-hauptmenue > li a.mobil-submenu-btn {
        padding: 19px;
    }
}
