/*!
 * 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;
    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%;
    padding-top: 20px;
}

#primary-menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

#primary-menu li:not(:first-child) {
    margin-left: 60px;
}

#primary-menu a {
    color: #6CAB37;
    font-weight: 700;
}

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-up .col.menu-col {
    padding-top: 20px;
}

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

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



/* Mobile Menü */

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

.menu-trigger {
    display: none;
}

#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#mobile-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#mobile-menu > li > a {
    color: #6CAB37;
    font-size: 1.4em;
    font-weight: 700;
    position: relative;
}

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

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

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

.overlay-close-row .col:last-child {
    width: 20%;
}

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



/* Hero Section */

#home {
    min-height: 100vh;
    background-size: contain;
    background-position: right bottom;
    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;
}


/* Intro */

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

/* 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;
}


/* 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: 75px;
}

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: 75px 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] {
    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;
}


/* 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;
}

img.footer-badge {
    max-width: 140px;
}


/* Impressum / Datenschutz */


.page-id-311 .col.menu-col,
.page-id-333 .col.menu-col {
    display: none;
}

#imprint {
    padding: 250px 0 125px;
}


#imprint h1 {
    text-align: center;
    padding-bottom: 50px !important;
    width: 100%;
    max-width: 100%;
}


/* 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/06/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;
}

#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;
}

#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;
}



/* 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;
}




/* 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;
    }

    .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 {
        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;
    }

    #primary-menu li:not(:first-child) {
        margin-left: 55px;
    }

    #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;
    }

    .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;
    }

    #primary-menu li:not(:first-child) {
        margin-left: 50px;
    }

    #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;
    }

    header.scroll-up, header.scroll-down {
        padding-top: 13px !important;
        padding-bottom: 10px !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;
    }

    .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 {
        padding: 175px 0 125px;
    }

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

    #primary-menu li:not(:first-child) {
        margin-left: 40px;
    }

    .icon-img {
        width: 75px;
    }

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

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

}


@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%;
    }

    .button {
        font-size: 95%;
    }

    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;
    }
	
	#toTop {
        right: 20px;
        bottom: 40px;
        width: 40px;
        height: 40px;
    }
	
	a.social-footer {
		width: 28px;
		margin-top: 1.15em;
	}

}



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


    .menu-hauptmenue-container {
        display: none;
    }

    .menu-trigger {
        display: block;
        margin-left: auto;
        width: 36px;
        padding-top: 0;
    }

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

    .col.menu-col {
        width: 20%;
        padding-top: 20px;
    }

    img.close-menu {
        width: 32px;
        padding-top: 20px;
    }

    body {
        font-size: 23px;
    }

    .logo img {
        width: 240px;
    }

    .footer-logo {
        width: 240px;
    }

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

    .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: 40px 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] {
        width: 24px;
        height: 24px;
        margin-right: 10px !important;
        margin-bottom: 2px !important;
    }

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

    li.phone-button.menu-item a {
        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;
    }
	
	#toTop {
        right: 3%;
        bottom: 85px;
        width: 46px;
        height: 46px;
    }

}



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

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

    .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: 125px 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: 25px 0 0;
    }

    .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;
    }


}



@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;
    }

    header.scroll-up .col.menu-col {
        padding-top: 17px;
    }

    img.close-menu {
        padding-top: 17px;
    }

    .footer-logo {
        width: 205px;
    }

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

    .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;
    }

    #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: 50px;
    }

    .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] {
        width: 22px;
        height: 22px;
        margin-right: 10px !important;
        margin-bottom: 2px !important;
    }

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

    #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;
    }
	
	a.social-footer {
		width: 26px;
		margin: 20px auto 0;
	}



}