/*!
 * Theme CSS Styles
 */


/* Schriften */

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Regular.woff2') format('woff2'),
        url('fonts/Klavika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-MediumItalic.woff2') format('woff2'),
        url('fonts/Klavika-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Bold.woff2') format('woff2'),
        url('fonts/Klavika-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-RegularItalic.woff2') format('woff2'),
        url('fonts/Klavika-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Light.woff2') format('woff2'),
        url('fonts/Klavika-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-LightItalic.woff2') format('woff2'),
        url('fonts/Klavika-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Medium.woff2') format('woff2'),
        url('fonts/Klavika-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-BoldItalic.woff2') format('woff2'),
        url('fonts/Klavika-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


/* Allgemein */

#toTop {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 50px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #99ca3c;
    background-image: url(/wp-content/uploads/2023/07/arrow-up.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
    cursor: pointer;
}

#toTop.show-back-top {
    display: block;
}

main {
    overflow: visible;
}

body {
    font-family: 'Klavika';
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Klavika';
    font-weight: 700;
    color: #6CAB37;
    line-height: 1.2;
}

p {
    margin-bottom: 1.5em;
}

h1 {
    color: #707070;
    font-size: 2em;
    padding-bottom: 0;
    max-width: 775px;
}

h2 {
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 25px;
}

h3 {
    font-size: 1.4em;
    padding-bottom: 20px;
}

h4 {
    font-size: 1.2em;
    padding-bottom: 10px;
}

a,
a:active,
a:visited,
a:focus,
a:focus-visible {
    color: #000;
    text-decoration: none;
}

.row {
    width: 90%;
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
}

.section-title-wrapper {
    text-align: center;
}

.section-title-wrapper h2 {
    max-width: 950px;
    margin: 0 auto;
}

.section-title-wrapper .lead {
    max-width: 1000px;
    margin: 0 auto;
}

.cta-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.cta-button-wrapper .button:not(:last-child) {
    margin-right: 45px;
}

.button {
    font-family: 'Klavika';
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    background-color: #99ca3c;
    border: 2px solid #99ca3c;
    border-radius: 50px;
    padding: 16px 35px 14px;
    font-weight: 400;
    font-size: 1.05em;
    line-height: 1;
    text-align: center;
    transition: all .3s ease-in-out;
}

.button.button-white {
    color: #6CAB37 !important;
    background-color: #E7F4C3;
    border: 2px solid #E7F4C3;
}

.button:hover {
    opacity: .8;
}



/* Header */

#header {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 75px;
}

.logged-in #header {
    top: 32px;
}

.logo img {
    width: 325px;
}

.header-row {
    display: flex;
    flex-wrap: wrap;
}

.col.logo-col {
    width: 25%;
}

.col.menu-col {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

li.phone-button {
    margin-top: 20px;
}

li.phone-button.menu-item a {
    font-family: 'Klavika';
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    background-color: #99ca3c;
    border: 2px solid #99ca3c;
    border-radius: 50px;
    padding: 16px 35px 14px;
    font-weight: 400 !important;
    font-size: 1.05em !important;
    line-height: 1;
    text-align: center;
    transition: all .3s ease-in-out;
    transform: translate(0, -12px);
}

li.phone-button.menu-item a:hover {
    opacity: .8;
}


/* Sticky HEader */

header.scroll-down {
    position: fixed !important;
    background-color: #fff;
    top: -100%;
	opacity: 0;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, .35);
}

header.scroll-up {
    position: fixed !important;
    background-color: #fff;
    top: 0;
	opacity: 1;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, .35);
	transition: all 500ms ease-in-out;
}

header.scroll-down .logo img,
header.scroll-up .logo img {
    width: 250px !important;
}

.logged-in header.scroll-up .services-menu-row {
    top: 32px;
}



/* Overlay Menü */

body.no-scroll,
html.no-scroll {
    overflow: hidden;
}

.menu-trigger {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: 1.8em;
    padding-top: 0;
    cursor: pointer;
    transform: translate(0, -3px);
}

.menu-trigger img {
    width: 100%;
}

.menu-trigger span {
    display: block;
    margin-top: 3px;
    font-size: 75%;
    text-align: center;
    line-height: 1;
    color: #6CAB37;
}

img.close-menu {
    width: 1.6em;
    padding-top: 0;
    cursor: pointer;
}

#overlay-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    z-index: 9999;
    overflow: auto;
}

.logged-in #overlay-menu {
    top: 32px;
}

#overlay-menu.show-menu {
    display: block;
}

.overlay-close-col {
    text-align: right;
}

ul#primary-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

ul#primary-menu > li > a {
    color: #6CAB37;
    font-size: 1.4em;
    font-weight: 700;
    position: relative;
}

ul#primary-menu > li {
    margin-bottom: 30px;
    position: relative;
}

.overlay-close-row {
    padding: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.overlay-close-row .col {
    width: 80%;
}

.overlay-close-row .col:last-child {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

img.logo-overlay {
    width: 250px;
}



/* Hero Section */

#home {
    min-height: 100vh;
    background-size: contain;
    background-position: right 80%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#home .page-title-row {
    max-width: 57%;
    margin-right: 0;
    padding-right: 10%;
}

#home .page-title-row h2 {
    font-weight: 700;
    font-size: 1.2em;
}

#home:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/07/pattern-home.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    height: 63vw;
    width: 25vw;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: .5;
}

.hero-claim {
    position: absolute;
    left: 20%;
    bottom: 7vh;
    width: 600px;
    font-size: 90%;
}


/* Intro */

#intro {
    padding: 125px 0 200px;
}

.home #intro {
    padding: 125px 0 125px;
}

/* Services */

#services {
    padding: 0 0 125px;
}

#services .info-blocks-row {
    display: flex;
    flex-wrap: wrap;
}

#services .info-blocks-row .col {
    width: 47.5%;
    margin-right: 5%;
    background: #E7F4C3;
    padding: 5% 5%;
    border-radius: 3em;
}

#services .info-blocks-row .col:last-child {
    margin-right: 0;
}

#services h4 {
    font-size: 1.4em;
    font-weight: 500;
    padding-bottom: 20px;
}

#services strong {
    color: #707070;
    display: block;
    padding-bottom: 25px;
}

#services .info-button-wrapper {
    text-align: center;
    margin-top: 50px;
}

/* Weshalb */

.asp-block-012 {
    padding: 125px 0;
    background: #E7F4C3;
}

.asp-block-012 .half-half-row{
    display: flex;
    flex-wrap: wrap;
}

.asp-block-012 .half-half-row .col {
    width: 46%;
    margin-right: 8%;
}

.asp-block-012 .half-half-row .col:last-child {
    margin-right: 0;
}

.asp-block-012 .cta-button-wrapper {
    justify-content: center;
}


/* Infografik */

.infografik-spalte {
    padding: 125px 0;
}

.infografik-spalte .lead {
    margin-bottom: 125px;
}

/* Angebot */

.asp-block-013 {
    padding: 125px 0;
    background: #E7F4C3;
}

.asp-block-013 .section-title-row {
    padding-bottom: 125px;
}

.asp-block-013 .section-title-wrapper {
    text-align: left;
}

.asp-block-013 h2 {
    max-width: 1400px;
    margin: 0 0;
    font-size: 2.2em;
}

.asp-block-013 .lead {
    max-width: 100%;
    margin: 0 0;
    font-size: 1.3em;
}

.asp-block-013 .icon-list {
    column-count: 2;
    column-gap: 8%;
}

.asp-block-013 .icon-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 35px;
}

.asp-block-013 img.list-icon {
    width: 64px;
    height: auto;
}

.asp-block-013 span.list-name {
    font-size: 1.2em;
    font-weight: 500;
    color: #6CAB37;
    margin-left: 25px;
}

.asp-block-013 .half-half-row{
    display: flex;
    flex-wrap: wrap;
}

.asp-block-013 .half-half-row .col {
    width: 46%;
    margin-right: 8%;
}

.asp-block-013 .half-half-row .col:last-child {
    margin-right: 0;
}


/* Vorteile */

#vorteile {
    padding: 125px 0;
}

#vorteile .section-title-row {
    padding-bottom: 100px;
}

#vorteile .section-title-wrapper {
    text-align: left;
}

#vorteile h2 {
    max-width: 100%;
    margin: 0 0;
    font-size: 2.2em;
}

#vorteile .lead {
    max-width: 100%;
    margin: 0 0;
    font-size: 1.3em;
}

#vorteile .info-blocks-row {
    display: flex;
    flex-wrap: wrap;
}

#vorteile .info-blocks-row .col {
    width: 20.5%;
    margin-right: 6%;
}

#vorteile .info-blocks-row .col:last-child {
    margin-right: 0;
}

#vorteile .info-block-img {
    background-position: left bottom;
    background-size: 90%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

#vorteile .info-block-img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

#vorteile .info-text-block {
    font-size: 85%;
}

#vorteile .info-blocks-row h4 {
    padding-bottom: 25px;
}



/* Prozess */

#prozess {
    padding: 125px 0;
    background: #6CAB37;
    color: #fff;
}

#prozess .section-title-row {
    padding-bottom: 125px;
}

#prozess .section-title-wrapper {
    text-align: left;
}

#prozess h2 {
    max-width: 100%;
    margin: 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 2.2em;
}

#prozess .lead {
    max-width: 100%;
    margin: 0 0;
    font-size: 1.3em;
}

#prozess .info-blocks-row {
    display: flex;
    flex-wrap: wrap;
}

#prozess .info-blocks-row .col {
    width: 26.66%;
    margin-right: 10%;
    margin-bottom: 100px;
}

#prozess .info-blocks-row .col:nth-child(3n) {
    margin-right: 0;
}

#prozess .info-blocks-row .col:last-child {
    margin-right: 0;
}

#prozess .info-block-img {
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

#prozess .info-block-img:before {
    content: '';
    display: block;
    padding-top: 40%;
}

#prozess .info-text-block {
    font-size: 80%;
}

#prozess .info-blocks-row h4 {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
}

#prozess .cta-button-wrapper {
    margin-top: 0;
    justify-content: center;
}

ul.slick-dots {
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0;
}

ul.slick-dots button {
    border: none;
    border-radius: 100%;
    background: #E7F4C3;
    color: #E7F4C3;
    line-height: 1;
    padding: 0;
    height: 16px;
    width: 16px;
    font-size: 0;
    margin: 0 5px;
}

ul.slick-dots li.slick-active button {
    background: #fff;
    color: #fff;
}



/* Über uns */

.asp-block-003 h2 {
    font-size: 2em;
}

.asp-block-003 h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: #000;
    padding-bottom: 50px;
}

.asp-block-003 .half-half-row {
    display: flex;
    flex-wrap: wrap;
    padding: 175px 0;
}

#ueber-uns .half-half-row {
    padding-bottom: 0;
}

.asp-block-003 .half-half-row .col {
    width: 46%;
    margin-right: 8%;
}

.asp-block-003 .half-half-row .col:last-child {
    margin-right: 0;
}

.asp-block-003 .col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.asp-block-003 .col-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.asp-block-003 .col-bg:before {
    content: '';
    display: block;
    padding-top: 65%;
}

#jakob-boesch .row {
    flex-direction: row-reverse;
}

#jakob-boesch .col-left {
    margin-right: 0 !important;
}

#jakob-boesch .col-bg {
    margin-right: 8% !important;
}


/* Team */

#team {
    padding: 125px 0 0;
}

#team-results {
    padding: 0 0 75px;
    position: relative;
}

#team h2 {
    font-size: 1.8em;
    font-weight: 700;
    max-width: 100%;
}

#team-results:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/06/pattern-team.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    height: 63vw;
    width: 25vw;
    bottom: 0;
    left: -45px;
    z-index: -1;
    opacity: .5;
}

#team-results .cta-button-wrapper {
    margin-top: 0;
    margin-bottom: 50px;
    justify-content: center;
}

.team-bild-wrapper {
    position: relative;
}

.team-img, .team-img-hover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.3em;
}

.team-img:before,
.team-img-hover:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.team-img {
    position: relative;
}

.team-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	transition: all 200ms ease-in-out;
}

.team-item:hover .team-img-hover {
    opacity: 1;
}

div#search-filter-results-570 {
    display: flex;
    flex-wrap: wrap;
}

.team-item {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 50px;
}

.team-item:nth-child(4n) {
    margin-right: 0;
}

.team-details {
    text-align: center;
    margin-top: 30px;
    font-size: 85%;
}

h5.team-title {
    font-size: 1.1em;
    padding-bottom: 10px;
    color: #000;
}

span.team-position {
    display: block;
}

a.team-tel {
    display: block;
}

a.team-email {
    color: #6CAB37;
}

.searchandfilter ul {
    padding: 0;
}

.searchandfilter ul ul {
    display: flex;
    justify-content: space-evenly;
}

.sf-input-radio {
    display: none;
}

.searchandfilter label {
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 80%;
    cursor: pointer;
}

.sf-option-active  label {
    color: #6CAB37;
}

li.sf-field-taxonomy-team_kategorie {
    padding: 75px 0 50px !important;
}

#LoadMoreOne {
	display: none;
}


/* Kontakt */

#kontakt {
    padding: 125px 0;
    background: #6CAB37;
    color: #fff;
}

#kostenlos-testen {
    padding: 125px 0;
    background: #E7F4C3;
}

#kontakt h2 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    max-width: 100%;
}

#kostenlos-testen h2 {
    font-size: 1.8em;
    font-weight: 700;
    max-width: 100%;
}

#kontakt .section-title-row,
#kostenlos-testen .section-title-row {
    padding-bottom: 25px;
}

form.fc-form.fc-form-1 {
    max-width: 1400px !important;
}

html .formcraft-css .powered-by {
    display: none !important;
}

html .formcraft-css .fc-form .form-element .form-element-html input[type=text],
html .formcraft-css .fc-form .form-element .form-element-html input[type="email"] {
    border-color: #000 !important;
    border-radius: 40px;
}

html .formcraft-css .fc-form .form-element .form-element-html textarea {
    border-color: #000 !important;
    border-radius: 25px;
}

html .formcraft-css .fc-form {
    box-shadow: none !important;
    border-radius: 80px;
    letter-spacing: 0;
    padding: 30px 35px 30px;
}

html .formcraft-css .fc-form .form-element .form-element-html {
    padding: 1.25em 1.5em;
    padding-left: 0;
    padding-top: 0;
}

.form-element-field9 span.sub-label-false {
    display: none !important;
}

.formcraft-css input[type=checkbox]:focus, .formcraft-css input[type=radio]:focus {
    outline: none;
}

.formcraft-css input[type=checkbox],
.formcraft-css input[type=radio] {
    border: 1px solid #000 !important;
    border-radius: 100% !important;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 15px !important;
    margin-bottom: 2px !important;
}

.formcraft-css input[type=checkbox]:before, .formcraft-css input[type=radio]:before {
    left: 10px;
    top: 11px;
    height: 7px;
    width: 14px;
}

html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
    font-size: 1.1em !important;
}

html .formcraft-css .fc-form .form-element .submit-cover.align-center .submit-button {
    font-family: 'Klavika';
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    background-color: #99ca3c;
    border: 2px solid #99ca3c;
    border-radius: 50px;
    padding: 16px 35px 14px;
    font-weight: 400;
    font-size: 1.3em;
    min-width: 200px;
    line-height: 1;
    text-align: center;
    transition: all .3s ease-in-out;
}

html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover,
html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
    padding-bottom: 2em;
}

.heading-cover span {
    font-weight: bold;
    line-height: 1.3;
}


html .formcraft-css .fc-form .form-element-field11 .field-cover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

html .formcraft-css .fc-form .form-element-field11 .sub-label-false {
    width: 135px !important;
    padding-top: 4px;
}


.home .form-element-field13,
.page-id-535 .form-element-field13 {
    display: none !important;
}

.page-id-532 .form-element-field10 {
    display: none !important;
}


/* Weiter Dienstleistungen */

#weitere-dienstleistungen {
    padding: 75px 0;
    background: #E7F4C3;
}

#weitere-dienstleistungen .cta-button-wrapper {
    justify-content: center;
	margin-top: 30px !important;
}



/* Footer */

#footer {
    padding: 125px 0 75px;
}

.footer-row {
    color: #6CAB37;
    font-size: 85%;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.footer-row a {
    color: #6CAB37;
    font-weight: 500;
}

.footer-logo {
    width: 325px;
}

a.social-footer {
    display: block;
    width: 34px;
    margin-top: 1.3em;
}


/* Impressum / Datenschutz / andere Unterseiten */

#imprint,
#bewertung,
.error-404 {
    padding: 275px 0 125px;
}

#subpage-title {
    padding: 275px 0 0;
}

#imprint h1,
#bewertung h1,
#subpage-title h1,
.error-404 h1 {
    text-align: center;
    padding-bottom: 50px !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #6CAB37;
}

#bewertung h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

#bewertung .lead,
#subpage-title .lead {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1em !important;
}

.shadow-sm {
    box-shadow: none !important;
}

.bs-stepper {
    margin: 25px 0 !important;
}

.page-id-638 .asp-block-003 .col-bg,
.page-id-647 .asp-block-003 .col-bg {
    background-position: center top;
    background-size: contain;
}

.error-404 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}



/* vCards */

#vcard-section {
    padding: 275px 0 125px;
    min-height: calc(100vh - 125px);
}

#vcard-section a {
    color: #000;
}

a.download-vcard {
	color: #6cab37 !important;
}

a.download-vcard:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/wp-content/uploads/2023/06/id-card.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    transform: translate(0, 3px);
}


/* Telefon Button Mobile */

.phone-button-mobile {
    display: none;
    position: fixed;
    right: 3%;
    bottom: 25px;
	border-radius: 100%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
    z-index: 99;
	overflow: hidden;
	transition: all 200ms ease-in-out;
}

.phone-button-icon {
	height: 46px;
    width: 46px;
    background-color: #99ca3c;
    border-radius: 100%;
    background-image: url(/wp-content/uploads/2023/07/telephone.png);
    background-size: 57%;
    background-position: center;
    background-repeat: no-repeat;
	z-index: 0;
}

a.number-hidden {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    background-color: #99ca3c;
    color: #fff;
    padding: 2px 0 0 25px;
    border-radius: 50px;
    white-space: nowrap;
    z-index: -1;
    opacity: 0;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0);
    transition: all 200ms ease-in-out;
}

.phone-button-mobile:hover {
	overflow: visible;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0);
}

.phone-button-mobile:hover a.number-hidden {
	opacity: 1;
	width: 200px;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}

@media all and (max-width: 1024px) {
	
	.phone-button-mobile {
		display: block;
	}
	
}



/* ----- Zusätzliches CSS Speisereste ----- */


/* Fahrzeuge */

#fahrzeuge {
    padding: 125px 0;
}

.home #fahrzeuge {
    background: #E7F4C3;
}

#fahrzeuge .section-title-row {
    padding-bottom: 125px;
}

#fahrzeuge .section-title-wrapper {
    text-align: left;
}

#fahrzeuge h2 {
    max-width: 1400px;
    margin: 0 0;
    font-size: 2.2em;
}

#fahrzeuge .lead {
    max-width: 100%;
    margin: 0 0;
    font-size: 1.3em;
}

.fahrzeuge-row {
    display: flex;
    flex-wrap: wrap;
}

.fahrzeuge-row .col {
    width: 47.5%;
    margin-right: 5%;
}

.fahrzeuge-row .col:last-child {
    margin-right: 0;
}

#fahrzeuge h4 {
    font-weight: 400;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.fahrzeug img {
    width: 100%;
}

.fahrzeug-details {
    width: 70%;
}

.fahrzeug-two-details {
    margin-left: auto;
}

.fahrzeug-one:after {
    content: '';
    width: 8px;
    height: 135px;
    display: block;
    background: #89bc5f;
    margin-left: 30%;
    margin-top: -15px;
    margin-bottom: 25px;
    z-index: 0;
}

.fahrzeug-two:before {
    content: '';
    width: 8px;
    height: 140px;
    display: block;
    background: #89bc5f;
    margin-left: 65%;
    margin-bottom: -30px;
    margin-top: 25px;
    z-index: 0;
}


/* Gebinde */

#gebinde {
    padding: 125px 0;
    background: #E7F4C3;
}

.home #gebinde {
    background: #fff;
}

#gebinde .section-title-row {
    padding-bottom: 125px;
}

#gebinde .section-title-wrapper {
    text-align: left;
}

#gebinde h2 {
    max-width: 1400px;
    margin: 0 0;
    font-size: 2.2em;
}

#gebinde .lead {
    max-width: 100%;
    margin: 0 0;
    font-size: 1.3em;
}

.gebinde-slide {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 125px;
}

.gebinde-img {
    width: 40%;
    margin-right: 10%;
    text-align: right;
}

.gebinde-details {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.gebinde-details h4 {
    font-weight: 400;
    font-size: 1.4em;
    padding-bottom: 35px;
}

img.slick-arrow {
    width: 54px;
    height: auto;
    position: absolute;
    left: 0;
    top: calc(50% - 27px);
}

img.slick-arrow {
    width: 54px;
    height: auto;
    position: absolute;
    left: 0;
    top: calc(50% - 27px);
    z-index: 99;
    cursor: pointer;
}

img.arrow-next.slick-arrow  {
    left: auto;
    right: 0;
}

.gebinde-img img {
    margin-left: auto;
    margin-right: 0;
    max-height: 500px;
}

#gebinde .cta-button-wrapper {
    margin-top: 75px;
    justify-content: center;
}


/* Entsorgung */

.asp-block-014 {
    padding: 125px 0;
    background-image: url(/wp-content/uploads/2023/04/Essensgrafik.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.asp-block-014 .row {
    background: #fff;
}

.asp-block-014 .section-title-row {
    padding: 75px 0 100px;
}

.asp-block-014 .gallery-row {
    padding: 0 125px 100px;
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.entsorgung-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.entsorgung-icon:nth-child(3n) {
    margin-right: 0;
}

.icon-img {
    width: 100px;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 40px;
}

.icon-img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.entsorgung-icon span {
    font-weight: 300;
}

.entsorgung-comment {
    text-align: center;
    font-weight: 300;
    margin-top: 25px;
}



/* Biogasanlage */

#biogasanlage {
    padding: 125px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

section#biogasanlage:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

#biogasanlage .section-title-row {
    padding-bottom: 75px;
}

#biogasanlage h2 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    max-width: 100%;
}

#biogasanlage .lead {
    color: #fff;
}

#biogasanlage .half-half-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

#biogasanlage .half-half-row .col {
    width: 46%;
    margin-right: 0;
}

#biogasanlage .half-half-row .col:last-child {
    margin-right: 8%;
}

#biogasanlage .col-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#biogasanlage .col-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


#biogasanlage .col-right-img {
    display: block;
    border: 4px solid white;
    border-radius: 50%;
    background: rgba(137, 188, 95, 0.75);
    overflow: hidden;
    height: 16vh;
    width: 16vh;
    padding: 20px 0;
    margin: 15px 0!important;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.35);
    transition: 0.5s;
}

#biogasanlage .col-right-img img {
    width: 100%;
}

#biogasanlage .col-right-img:hover {
    background: rgba(137, 188, 95, 1);
}


/* Kunden */

#kunden {
    padding: 125px 0;
    background-image: url(/wp-content/uploads/2023/04/Essensgrafik.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#kunden h2 {
    font-size: 2em;
}

#kunden .row {
    background: #fff;
}

#kunden .section-title-row {
    padding: 75px 0 100px;
}

#kunden .shortcode-row {
    padding: 0 125px 150px;
}

.testimonial-item {
    text-align: center;
    padding: 0 275px;
    font-size: 80%;
}

img.testimonial-rating {
    margin: 0 auto 30px;
    width: 165px;
}

h5.testimonial-name {
    font-size: 1.2em;
    padding-bottom: 10px;
    color: #000;
}


/* Responsive CSS */


@media all and (max-width: 1700px) {

    body {
        font-size: 27px;
    }

    #header {
        padding-top: 50px;
    }

    header.scroll-down {
        padding-top: 15px !important;
        padding-bottom: 9px !important;
    }
    
    header.scroll-up {
        padding-top: 15px !important;
        padding-bottom: 9px !important;
    }

    header.scroll-down .logo img, header.scroll-up .logo img {
        width: 235px !important;
    }

    img.logo-overlay {
        width: 235px;
    }

    .logo img {
        width: 285px;
    }

    .footer-logo {
        width: 285px;
    }

    .button {
        font-size: 1em;
    }

    li.phone-button.menu-item a {
        font-size: 1em !important;
    }

    img.footer-badge {
        width: 225px;
    }

    .wp-block-image.infografik img {
        max-width: 1300px;
    }

    .asp-block-013 img.list-icon {
        width: 58px;
    }

    #prozess .info-block-img:before {
        padding-top: 35%;
    }

    form.fc-form.fc-form-1 {
        max-width: 1300px !important;
    }

    #imprint,
    #bewertung,
    #vcard-section,
    .error-404 {
        padding: 200px 0 125px;
    }

    #home .page-title-row {
        max-width: 60%;
    }

    .icon-img {
        width: 85px;
    }

    .asp-block-014 .gallery-row {
        padding: 0 100px 100px;
    }

    .testimonial-item {
        padding: 0 215px;
    }

    #kunden .shortcode-row {
        padding: 0 100px 125px;
    }

    .gebinde-img img {
        max-height: 450px;
    }
	
	a.social-footer {
		width: 32px;
		margin-top: 1.25em;
	}
    
}

@media all and (max-width: 1600px) {

    body {
        font-size: 26px;
    }

    #home .page-title-row {
        max-width: 60.5%;
    }

    #toTop {
        right: 30px;
        bottom: 45px;
        width: 44px;
        height: 44px;
    }

    
}


@media all and (max-width: 1500px) {

    body {
        font-size: 25px;
    }

    .logo img {
        width: 270px;
    }

    .footer-logo {
        width: 270px;
    }

    img.footer-badge {
        width: 215px;
    }

    .hero-claim {
        width: 550px;
    }

    .wp-block-image.infografik img {
        max-width: 1200px;
    }

    .asp-block-013 img.list-icon {
        width: 52px;
    }

    #vorteile .info-block-img {
        background-size: 95%;
        margin-bottom: 40px;
    }

    #prozess .info-block-img:before {
        padding-top: 32%;
    }

    form.fc-form.fc-form-1 {
        max-width: 1200px !important;
    }

    #home .page-title-row {
        max-width: 63%;
    }

    .fahrzeug-details {
        width: 75%;
    }

    .gebinde-img img {
        max-height: 400px;
    }

    img.slick-arrow {
        width: 50px;
        top: calc(50% - 25px);
    }
	
	a.social-footer {
		width: 30px;
		margin-top: 1.2em;
	}

}

@media all and (max-width: 1400px) {

    body {
        font-size: 24px;
    }

    header.scroll-down .logo img, header.scroll-up .logo img {
        width: 220px !important;
    }

    img.logo-overlay {
        width: 220px;
    }

    header.scroll-up, header.scroll-down {
        padding-top: 13px !important;
        padding-bottom: 10px !important;
    }

    .overlay-close-row  {
        padding-top: 13px !important;
    }

    .col.logo-col {
        width: 30%;
    }

    .col.menu-col {
        width: 70%;
    }

    .logo img {
        width: 255px;
    }

    .footer-logo {
        width: 255px;
    }

    img.footer-badge {
        width: 205px;
    }

    .wp-block-image.infografik img {
        max-width: 1100px;
    }

    .asp-block-013 img.list-icon {
        width: 50px;
    }

    #vorteile .info-block-img {
        background-size: 95%;
        margin-bottom: 40px;
    }

    #prozess .info-block-img:before {
        padding-top: 32%;
    }

    form.fc-form.fc-form-1 {
        max-width: 1100px !important;
    }

    #header {
        padding-top: 35px;
    }

    #home .cta-button-wrapper {
        margin-top: 25px;
    }

    #intro {
        padding: 125px 0 150px;
    }

    .home #intro {
        padding: 125px 0 100px;
    }

    #services {
        padding: 0 0 100px;
    }

    .asp-block-013 .section-title-row {
        padding-bottom: 75px;
    }

    #vorteile .section-title-row {
        padding-bottom: 50px;
    }

    #prozess .section-title-row {
        padding-bottom: 75px;
    }

    h2 {
        padding-bottom: 15px;
    }

    #footer {
        padding: 100px 0 50px;
    }

    .asp-block-003 .half-half-row {
        padding: 150px 0;
    }

    .infografik-spalte .lead {
        margin-bottom: 100px;
    }

    #home .page-title-row {
        padding-right: 5%;
    }

    #imprint,
    #bewertung,
    #vcard-section,
    .error-404 {
        padding: 175px 0 125px;
    }

    #home .page-title-row {
        max-width: 64%;
    }

    .icon-img {
        width: 75px;
    }

    .gebinde-img img {
        max-height: 385px;
    }

    .testimonial-item {
        padding: 0 175px;
    }

    #biogasanlage {
        padding: 100px 0;
    }

}


@media all and (max-width: 1300px) {

    body {
        font-size: 23px;
    }

    .col.logo-col {
        width: 25%;
    }

    .col.menu-col {
        width: 75%;
    }

    #home .page-title-row {
        max-width: 60%;
        padding-right: 5%;
    }

    .hero-claim {
        width: 500px;
    }

    .button {
        font-size: 95%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .cta-button-wrapper .button:not(:last-child) {
        margin-right: 25px;
    }

    li.phone-button.menu-item a {
        font-size: 95% !important;
    }

    #vorteile .info-blocks-row h4 {
        padding-bottom: 15px;
    }

    .testimonial-item {
        padding: 0 150px;
    }

    .gebinde-img img {
        max-height: 350px;
    }

    .gebinde-details h4 {
        padding-bottom: 25px;
    }

    .icon-img {
        width: 70px;
    }

    #kunden .section-title-row {
        padding: 75px 0 75px;
    }

    #biogasanlage .col-right-img {
        padding: 10px 0;
    }

    #toTop {
        right: 20px;
        bottom: 40px;
        width: 40px;
        height: 40px;
    }
	
	a.social-footer {
		width: 28px;
		margin-top: 1.15em;
	}


}



@media all and (max-width: 1024px) {

    .col.logo-col {
        width: 80%;
    }

    .col.menu-col {
        width: 20%;
    }

    body {
        font-size: 23px;
    }

    .logo img {
        width: 240px;
    }

    .footer-logo {
        width: 240px;
    }

    img.footer-badge {
        width: 190px;
    }

    #home:before {
        height: 68vw;
        width: 28vw;
    }

    #team-results:before  {
        height: 68vw;
        width: 28vw;
    }

    .wp-block-image.infografik img {
        max-width: 900px;
    }

    .asp-block-013 img.list-icon {
        width: 48px;
    }

    #vorteile .info-block-img {
        background-size: 70%;
        margin-bottom: 40px;
    }

    #prozess .info-block-img:before {
        padding-top: 30%;
    }

    form.fc-form.fc-form-1 {
        max-width: 900px !important;
    }

    #vorteile .info-blocks-row .col {
        width: 47.5%;
        margin-right: 5%;
    }

    #vorteile .info-blocks-row .col:nth-child(2n) {
        margin-right: 0;
    }

    #vorteile .info-block-img:before {
        padding-top: 80%;
    }

    #prozess .info-blocks-row .col {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 75px;
    }

    #prozess .info-blocks-row .col:nth-child(3n) {
        margin-right: 5%;
    }

    #prozess .info-blocks-row .col:nth-child(2n) {
        margin-right: 0;
    }

    #angebot .cta-button-wrapper {
        justify-content: center;
    }

    html .formcraft-css .fc-form {
        border-radius: 60px;
        padding: 20px 25px 0;
    }

    #home .page-title-row {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 5%;
        padding-right: 5%;
    }

    #home .page-title-wrapper {
        text-align: center;
    }

    #home h1 {
        max-width: 100%;
    }

    #home .cta-button-wrapper {
        margin-top: 25px;
        justify-content: center;
    }

    .formcraft-css input[type=checkbox],
    .formcraft-css input[type=radio] {
        width: 24px;
        height: 24px;
        margin-right: 10px !important;
        margin-bottom: 2px !important;
    }

    .formcraft-css input[type=checkbox]:before,
    .formcraft-css input[type=radio]:before {
        left: 9px;
        top: 11px;
        height: 6px;
        width: 13px;
    }

    li.phone-button {
        margin-top: 10px;
    }

    .asp-block-014 .section-title-row {
        padding: 75px 0 75px;
    }

    .asp-block-014 .gallery-row {
        padding: 0 75px 100px;
        margin-right: 30px;
    }

    .icon-img {
        width: 60px;
    }

    .fahrzeug-details {
        width: 85%;
    }

    #vorteile .section-title-row {
        padding-bottom: 0;
    }

    #fahrzeuge .section-title-row {
        padding-bottom: 100px;
    }

    .gebinde-slide {
        padding: 0 75px;
    }

    img.slick-arrow {
        width: 42px;
        top: calc(50% - 21px);
    }

    #kunden .shortcode-row {
        padding: 0 75px 125px;
    }

    .testimonial-item {
        padding: 0 100px;
    }

    .team-item {
        width: 31.33%;
        margin-right: 3%;
    }

    .team-item:nth-child(4n) {
        margin-right: 3%;
    }

    .team-item:nth-child(3n) {
        margin-right: 0;
    }

    .searchandfilter ul ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .searchandfilter ul li li {
        min-width: 25%;
        text-align: center;
    }

    .hero-claim {
        position: absolute;
        left: 20%;
        bottom: 9vh;
        width: 415px;
        font-size: 85%;
    }

    #toTop {
        right: 3%;
        bottom: 85px;
        width: 46px;
        height: 46px;
    }

}



@media all and (max-width: 982px) {

    .logged-in #header {
        top: 46px;
    }

    .logged-in #overlay-menu {
        top: 46px;
    }

    #home {
        background-size: 125%;
        background-position: 25px 90%;
    }

    #home:before {
        height: 80vw;
        width: 40vw;
    }

    #team-results:before  {
        height: 80vw;
        width: 40vw;
        left: -20px;
    }

    .hero-claim {
        left: 30%;
        bottom: 5vh;
        width: 415px;
        font-size: 85%;
    }

    .asp-block-012 .half-half-row .col {
        width: 100%;
        margin-right: 0;
    }

    .asp-block-012 .half-half-row .col:last-child {
        margin-right: 0;
        padding-top: 75px;
    }

    .wp-block-image.infografik img {
        max-width: 650px;
    }

    form.fc-form.fc-form-1 {
        max-width: 100% !important;
    }

    .asp-block-003 .half-half-row .col {
        width: 100%;
        margin-right: 0;
    }

    .block_6133a40b4c5b0272db020f4e1c25fdfc .col-bg {
        margin-right: 0 !important;
    }

    .asp-block-003 .col-left {
        padding-bottom: 75px;
    }

    .asp-block-013 .icon-list {
        column-count: 1;
        column-gap: 0;
    }

    .asp-block-013 .half-half-row .col {
        width: 100%;
        margin-right: 0;
    }

    .asp-block-013 .half-half-row .col:last-child {
        margin-right: 0;
        padding-top: 1.5em;
    }

    #intro {
        padding: 135px 0 100px;
    }

    .home #intro {
        padding: 125px 0 75px;
    }

    #services {
        padding: 0 0 100px;
    }

    .asp-block-012 {
        padding: 100px 0;
    }

    .infografik-spalte {
        padding: 100px 0;
    }

    .asp-block-013 {
        padding: 100px 0;
    }

    #vorteile {
        padding: 100px 0;
    }

    #prozess {
        padding: 100px 0;
    }

    .asp-block-003 .half-half-row {
        padding: 100px 0;
    }

    .asp-block-003 h3 {
        padding-bottom: 35px;
    }

    #kontakt,
    #kostenlos-testen {
        padding: 100px 0;
    }

    html .formcraft-css .fc-form {
        border-radius: 40px;
        padding: 15px 0 0;
    }

    #team {
        padding: 100px 0 0;
    }

    #team-results {
        padding: 0 0 50px;
    }

    .team-item {
        display: none !important;
    }

    .team-item.show-items {
        display: block !important;
    }

    .footer-row {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-row .col {
        width: 47.5%;
        margin-right: 5%;
    }

    .footer-row .col:nth-child(2n) {
        margin-right: 0;
    }

    .footer-row .col:nth-child(3) {
        order: 4;
        margin-right: 0;
        padding-top: 50px;
    }

    .footer-row .col:last-child {
        order: 3;
        margin-right: 5%;
        padding-top: 50px;
        text-align: center;
    }

    img.footer-badge {
        width: 180px;
    }

    .asp-block-013 .section-title-row {
        padding-bottom: 50px;
    }

    #vorteile .section-title-row {
        padding-bottom: 25px;
    }

    .infografik-spalte .lead {
        margin-bottom: 75px;
    }

    #prozess .section-title-row {
        padding-bottom: 50px;
    }

    h2 {
        padding-bottom: 10px;
    }

    #vorteile .info-block-img {
        background-size: 70%;
        margin-bottom: 30px;
    }

    .entsorgung-icon {
        width: 47.5%;
        margin-right: 5%;
    }

    .entsorgung-icon:nth-child(3n) {
        margin-right: 5%;
    }

    .entsorgung-icon:nth-child(2n) {
        margin-right: 0;
    }

    .asp-block-014 {
        padding: 100px 0;
    }

    #fahrzeuge {
        padding: 100px 0;
    }

    #gebinde {
        padding: 100px 0;
    }

    #kunden {
        padding: 100px 0;
    }

    .gebinde-img {
        width: 100%;
        text-align: center;
    }

    .gebinde-img img {
        margin-left: auto;
        margin-right: auto;
    }

    .gebinde-details {
        width: 100%;
        margin-top: 60px;
    }

    #gebinde .section-title-row {
        padding-bottom: 100px;
    }

    #kunden .shortcode-row {
        padding: 0 50px 100px;
    }

    .asp-block-014 .gallery-row {
        padding: 0 50px 100px;
    }

    #jakob-boesch .col-bg {
        margin-right: 0 !important;
    }

    #services .info-blocks-row .col {
        width: 100%;
        margin-right: 0;
        border-radius: 1em;
    }

    #services .info-blocks-row .col:first-child {
        margin-bottom: 50px;
    }

    .team-item {
        width: 47.5%;
        margin-right: 5%;
    }

    .team-item:nth-child(3n) {
        margin-right: 5%;
    }

    .team-item:nth-child(2n) {
        margin-right: 0;
    }

    .searchandfilter ul ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: stretch;
    }

    .searchandfilter ul li li {
        min-width: 25%;
        text-align: center;
        flex-grow: 1;
    }

    html .formcraft-css .fc-form .form-element-field11 .sub-label-false {
        width: 100px !important;
        padding-top: 4px;
    }

    html .formcraft-css .fc-form .form-element-field11 .checkbox-cover>div label {
        width: 46% !important;
    }

    #biogasanlage {
        min-height: 0;
    }

    #biogasanlage .half-half-row {
        flex-direction: column;
    }

    #biogasanlage .half-half-row .col {
        width: 100%;
        margin-right: 0 !important;
    }

    #biogasanlage .col-right {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 75px;
    }

    #biogasanlage .col-right-img {
        height: 14vh;
        width: 14vh;
    }


}



@media all and (max-width: 600px) {

    body {
        font-size: 19px;
    }

    .button {
        font-size: 95%;
        padding: 15px 25px 13px;
    }

    li.phone-button.menu-item a {
        padding: 15px 25px 13px;
    }

    .logo img {
        width: 205px;
    }

    header.scroll-down .logo img, header.scroll-up .logo img {
        width: 205px !important;
    }

    img.logo-overlay {
        width: 205px;
    }

    .footer-logo {
        width: 205px;
    }

    img.footer-badge {
        width: 170px;
    }

    #home:before {
        display: none;
    }

    #team-results:before  {
        display: none;
    }

    .hero-claim {
        left: 5%;
        bottom: -50px;
        width: 90%;
        font-size: 85%;
        text-align: center;
    }

    .wp-block-image.infografik .aligncenter {
        text-align: center;
    }

    .wp-block-image.infografik img {
        max-width: 90%;
    }

    .asp-block-013 img.list-icon {
        width: 44px;
    }

    img.logo-overlay {
        width: 205px;
    }

    .asp-block-013 h2 {
        font-size: 1.6em;
    }

    .asp-block-013 .lead {
        font-size: 1.2em;
    }

    .asp-block-013 .icon-list-item {
        padding-bottom: 25px;
    }

    #services {
        padding: 0 0 75px;
    }

    #vorteile h2 {
        font-size: 1.6em;
    }

    #vorteile .lead {
        font-size: 1.2em;
    }

    #vorteile .info-blocks-row .col {
        width: 100%;
        margin-right: 0;
    }

    #prozess .info-blocks-row .col {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

    #prozess .info-block-img:before {
        padding-top: 25%;
    }

    .asp-block-003 .col-left {
        padding-bottom: 50px;
    }

    .asp-block-003 .half-half-row {
        padding: 75px 0;
    }

    html .formcraft-css .fc-form .form-element .form-element-html input[type=text] {
        border-radius: 20px;
    }

    html .formcraft-css .fc-form .form-element .form-element-html textarea {
        border-radius: 15px;
    }

    #kontakt .section-title-row,
    #kostenlos-testen .section-title-row {
        padding-bottom: 15px;
    }

    .footer-row .col {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
        padding-top: 35px !important;
    }

    .footer-row .col:first-child {
        padding-top: 0 !important;
    }

    #home {
        background-size: 170%;
        background-position: 10px bottom;
    }

    .asp-block-012 {
        padding: 75px 0;
    }

    .asp-block-012 .half-half-row .col:last-child {
        padding-top: 50px;
    }

    .infografik-spalte {
        padding: 75px 0;
    }

    .asp-block-013 {
        padding: 75px 0;
    }

    #vorteile {
        padding: 75px 0;
    }

    #vorteile .info-blocks-row h4 {
        padding-bottom: 10px;
    }

    #vorteile .info-block-img {
        background-size: 65%;
        margin-bottom: 25px;
    }

    #vorteile .info-block-img:before {
        padding-top: 72%;
    }

    #vorteile .col:nth-child(3) .info-block-img:before {
        padding-top: 70%;
    }

    #vorteile .col:nth-child(4) .info-block-img:before {
        padding-top: 70%;
    }

    #prozess {
        padding: 75px 0;
    }

    #footer {
        padding: 75px 0 50px;
    }

    html .formcraft-css .fc-form {
        border-radius: 20px;
        padding: 15px 0 0;
    }

    #kontakt,
    #kostenlos-testen {
        padding: 75px 0 100px;
    }

    .formcraft-css input[type=checkbox],
    .formcraft-css input[type=radio] {
        width: 22px;
        height: 22px;
        margin-right: 10px !important;
        margin-bottom: 2px !important;
    }

    .formcraft-css input[type=checkbox]:before,
    .formcraft-css input[type=radio]:before {
        left: 8px;
        top: 10px;
        height: 5px;
        width: 12px;
    }

    #team {
        padding: 75px 0 0;
    }

    #team-results {
        padding: 0 0 25px;
    }

    #home h1 {
        max-width: 100%;
        font-size: 1.6em;
        padding-bottom: 15px;
    }

    .asp-block-014 {
        padding: 75px 0;
    }

    .asp-block-014 .section-title-row {
        padding: 50px 0 50px;
    }

    .icon-img {
        display: none;
    }

    .asp-block-014 .gallery-row {
        padding: 0 35px 75px;
    }

    .entsorgung-icon {
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .entsorgung-icon span {
        padding-left: 15px;
        position: relative;
    }

    .entsorgung-icon span:before {
        content: '-';
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    #vorteile .section-title-row {
        padding-bottom: 0;
        margin-bottom: -40px;
    }

    #fahrzeuge {
        padding: 75px 0;
    }

    .fahrzeuge-row .col {
        width: 100%;
        margin-right: 0;
    }

    .fahrzeug-details {
        width: 100%;
    }

    #fahrzeuge h2 {
        font-size: 2em;
    }

    #fahrzeuge .lead {
        font-size: 1.2em;
    }

    #fahrzeuge .section-title-row {
        padding-bottom: 75px;
    }

    .fahrzeug-one:after {
        content: '';
        width: 8px;
        height: 75px;
        display: block;
        background: #89bc5f;
        margin-left: 30%;
        margin-top: -9px;
        margin-bottom: 20px;
        z-index: 0;
    }

    .fahrzeuge-row .col:last-child {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .fahrzeug-details.fahrzeug-two-details {
        order: 2;
    }

    .fahrzeug-two:before {
        display: none;
    }

    .fahrzeug-two:after {
        content: '';
        width: 8px;
        height: 80px;
        display: block;
        background: #89bc5f;
        margin-left: 54%;
        margin-top: -37px;
        margin-bottom: 20px;
        z-index: 0;
    }

    #gebinde {
        padding: 75px 0;
    }

    #gebinde h2 {
        font-size: 2em;
    }

    #gebinde .lead {
        font-size: 1.2em;
    }

    .gebinde-slide {
        padding: 0 0;
    }

    .gebinde-img img {
        max-height: 275px;
    }

    .gebinde-details {
        width: 100%;
        margin-top: 75px;
    }

    img.slick-arrow {
        width: 40px;
    }

    #gebinde img.slick-arrow {
        top: calc(50% - 45px);
    }

    #kunden {
        padding: 75px 0;
    }

    #kunden .shortcode-row {
        padding: 0 25px 75px;
    }

    .testimonial-item {
        padding: 0;
    }

    #kunden img.slick-arrow {
        left: -35px;
    }

    #kunden img.arrow-next.slick-arrow {
        left: auto;
        right: -35px;
    }

    #kunden img.slick-arrow {
        top: calc(50% - 85px);
    }

    img.testimonial-rating {
        margin: 0 auto 25px;
        width: 135px;
    }

    #kunden .section-title-row {
        padding: 75px 0 50px;
    }

    .cta-button-wrapper .button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    #services .info-blocks-row .col {
        padding: 8% 8%;
    }

    #services .info-button-wrapper {
        margin-top: 35px;
    }

    .searchandfilter ul li li {
        min-width: 33%;
    }

    html .formcraft-css .fc-form .form-element-field11 .sub-label-false {
        width: 90px !important;
        padding-top: 0;
        font-size: 1.1em;
    }

    html .formcraft-css .fc-form .form-element-field11 .checkbox-cover>div label {
        width: 49% !important;
    }

    #biogasanlage {
        padding: 75px 0;
    }

    #biogasanlage .section-title-row {
        padding-bottom: 50px;
    }

    #biogasanlage .col-right {
        margin-top: 50px;
    }

    #biogasanlage .col-right-img {
        height: 90px;
        width: 90px;
    }
	
	a.social-footer {
		width: 26px;
		margin: 20px auto 0;
	}

}