/*!
 * Theme CSS Styles
 */


 /* Schriften */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #42393D;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #42393D;
    line-height: 1.3;
}

p {
    margin-bottom: 1.5em;
}

h1,
.single-post-header-title {
    font-size: 3.6em;
}

h2 {
    font-size: 2.7em;
}

.single-post .asp-block-004 .section-title-wrapper h2 {
    font-size: 2.2em;
}

h3 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4.5px;
    font-size: 1em;
}

.section-title-wrapper h3,
.asp-block-003 h3 {
    color: #95C676;
    padding-bottom: 25px !important;
    font-size: 1em !important;
}

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


.cta-button-wrapper .link {
    position: relative;
}

.cta-button-wrapper .link:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2022/09/ICON_Pfeil_gruen_rechts.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -45px;
    top: calc(50% - 12.5px);
    transition: all 300ms ease-in-out;
}

.cta-button-wrapper .link:hover:after {
    right: -53px;
}


/* Anker Links Abstand oben */

a[href^="#"] {
	scroll-margin-top: 100px;
	scroll-snap-margin-top: 100px;
}


/* Back to Top */

#toTop {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 50px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border: 2px solid #95C676;
    border-radius: 100%;
    background-image: url(/wp-content/uploads/2022/10/back.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    transform: rotate(90deg);
    cursor: pointer;
}

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



/* Allgemein */

.button,
button.button.submit-button {
    display: inline-block;
    vertical-align: top;
    color: #42393D !important;
    background-color: #95C676;
    border: 2px solid #95C676;
    border-radius: 36px 0 36px 0 !important;
    padding: 21px 25px 19px !important;
    min-width: 220px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 75%;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    transition: all 300ms ease-in-out !important;
}

.button:hover {
    color: #95C676 !important;
    background-color: transparent;
}

.button.button-dark,
button.button.submit-button {
    color: #fff !important;
    background-color: #02594F !important;
    border: 2px solid #02594F !important;
}

.button.button-dark:hover,
button.button.submit-button:hover {
    color: #02594F !important;
    background-color: transparent !important;
}

.button.button-transparent {
    color: #95C676 !important;
    background-color: transparent;
    border: 2px solid #95C676;
}

.button.button-transparent:hover {
    color: #42393D !important;
    background-color: #95C676;
}

.button.button-dark-transparent {
    color: #02594F !important;
    background-color: transparent;
    border: 2px solid #02594F;
}

.button.button-dark-transparent:hover {
    color: #fff !important;
    background-color: #02594F;
}

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

.row, .wp-block-columns {
    width: 80%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.section-title-wrapper .lead {
    max-width: 875px;
    margin: 0 auto;
    padding-top: 30px;
}



/* Header */

.logo-sticky {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9999;
    height: 142px;
    transition: all 300ms ease-in-out; 
}

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

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

.header-row .col {
    width: 50%;
    display: flex;
    align-items: center;
}

.trigger-col {
    justify-content: flex-end;
}

.logo {
    width: 265px;
    transform: translate(0, 5px);
}

.button.menu-trigger,
.button.close-menu {
    color: #fff !important;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 300ms ease-in-out;
    transform: translate(0, 4px);
}

.button.menu-trigger:hover,
.button.close-menu:hover {
    color: #42393D !important;
    background-color: #fff;
}

.button.close-menu {
    transform: translate(0, 0);
}

.trigger-text:before {
    content: '';
    height: 14px;
    width: 25px;
    display: inline-block;
    vertical-align: top;
    background-image: url(/wp-content/uploads/2022/09/ICON_Menu_weiss.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
    transition: all 300ms ease-in-out;
}

.button.menu-trigger:hover .trigger-text:before {
    background-image: url(/wp-content/uploads/2022/09/ICON_Menu_dunkel.svg);
}


/* Sticky Header */

#header.header-is-sticky .logo {
    display: none;
}

#header.header-is-sticky .logo-sticky {
    display: block;
}

.logo-sticky {
    width: 200px;
    transform: translate(0, 5px);
}

#header.header-is-sticky {
    background-color: #fff !important;
    padding: 15px 0;
    height: 102px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.35) !important;
}

#header.header-is-sticky .button.menu-trigger {
    color: #02594F !important;
    background-color: transparent;
    border: 2px solid #02594F;
}

#header.header-is-sticky .button.menu-trigger:hover {
    color: #fff !important;
    background-color: #02594F;
}

#header.header-is-sticky .trigger-text:before {
    background-image: url(/wp-content/uploads/2022/09/ICON_Menu_dunkel.svg);
}

#header.header-is-sticky .button.menu-trigger:hover .trigger-text:before {
    background-image: url(/wp-content/uploads/2022/09/ICON_Menu_weiss.svg);
}



/* Overlays / Overlay Menü */

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

.overlay-section {
    display: none;
    background: #02594F;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

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

.overlay-section:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -12vw;
    bottom: -100px;
    z-index: -1;
}

.overlay-close-row {
    display: flex;
    flex-wrap: wrap;
    height: 142px;
    padding: 25px 0;
}

.overlay-close-row .col {
    width: 50%;
    display: flex;
    align-items: center;
}

.overlay-close-col {
    justify-content: flex-end;
}

.overlay-close-row .logo {
    width: 265px;
    transform: translate(0, 5px);
}

.overlay-section.header-is-sticky .logo {
    width: 200px;
    transform: translate(0, 5px);
}

.overlay-section.header-is-sticky .overlay-close-row {
    padding: 15px 0;
    height: 102px;
}

.row.overlay-menu-row {
    padding-top: 100px;
}

.overlay-menu-col {
    width: 85%;
}

ul#primary-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#primary-menu > li:not(:last-child) {
    padding-bottom: 35px;
}

ul#primary-menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    font-size: 2.7em;
    transition: all 300ms ease-in-out;
}

ul#primary-menu > li > a:hover {
    color: #95C676;
}

ul.sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 300ms ease-in-out;
}

li#menu-item-521 {
    position: relative;
}

li#menu-item-521:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
}

ul.sub-menu > li {
    padding-bottom: 20px;
}

.sub-menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    font-size: 1.4em;
    transition: all 300ms ease-in-out;
}

ul.sub-menu a:hover {
    color: #95C676;
}




/* #home, .asp-block-007 */

.asp-block-007 {
    padding: 175px 0 20vh;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    z-index: 9;
}

.home .asp-block-007 {
    padding-bottom: 13vh;
}

.asp-block-007:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 62, 55, 0.8);
    background-image: url(/wp-content/uploads/2022/11/Steiger_LinienHG.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.asp-block-007 .page-title-row {
    z-index: 2;
}

.asp-block-007 h1 {
    color: #fff;
}

.home .asp-block-007 h1 {
    max-width: 600px;
}

.asp-block-007 h2 {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    padding-bottom: 30px;
}

.asp-block-007 .lead {
    padding-top: 40px;
    max-width: 750px;
}

.home .asp-block-007 .lead {
    max-width: 650px;
}

.asp-block-007 .cta-button-wrapper {
    margin-top: 45px;
}



/* #home-intro */

#home-intro {
    padding: 125px 0 75px;
    background-color: #e4f1dd;
}

#home-intro .row {
    display: flex;
    flex-wrap: wrap;
}

#home-intro .row .col {
    width: 49%;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 5%;
    background-color: #fff;
}

#home-intro .col:last-child {
    margin-right: 0;
}

#home-intro .info-block {
    text-align: center;
}

#home-intro .info-block-img {
    width: 70px;
    height: auto;
    margin-bottom: 25px;
}

#home-intro h4 {
    color: #02594F;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}



/* Steiger Inhalt */

.steiger-block-content {
    position: relative;
    padding: 125px 0 0;
    background-color: #e4f1dd;
}

.steiger-block-content:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background: #fff;
}

.steiger-block-content .section-title-wrapper {
    padding-bottom: 40px;
}

.steiger-block-content h2 {
    max-width: 80%;
}

.steiger-block-content h3 {
    color: #02594F;
    max-width: 80%;
}

.steiger-block-content .lead {
    margin-left: 0;
    max-width: 72%;
}

.steiger-block-content .half-half-row {
    display: flex;
    flex-wrap: wrap;
}

.steiger-block-content .half-half-row .col {
    width: 47.5%;
    margin-right: 5%;
}

.steiger-block-content .half-half-row .col:last-child {
    margin-right: 0;
    z-index: 2;
}

.steiger-block-content .col-left-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.steiger-block-content .col-right-img {
    position: relative;
    z-index: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.steiger-block-content .text-content-wrapper {
    padding-bottom: 40px;
}

.steiger-block-content .cta-button-wrapper {
    padding-bottom: 55px;
}



/* #video */

.steiger-block-video {
    padding: 200px 0 225px;
}

.steiger-block-video .section-title-wrapper {
    text-align: center;
    padding-bottom: 50px;
}

.steiger-block-video .shortcode-wrapper {
    text-align: center;
}

.steiger-block-video .wp-video {
    width: 1000px !important;
    margin: 0 auto;
}

.steiger-block-video .wp-video video {
    width: 100% !important;
    height: auto;
}





/* Halb Halb Bereich */

.asp-block-003 .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0 25px 50px;
}

.row-cols-flipped {
    flex-direction: row-reverse;
}

.asp-block-003 .row .col-left {
    position: relative;
    width: calc(60% - 50px);
    margin: 0 25px;
    background: linear-gradient(154deg, #02594F 0%, #02594F 44%, #0C8472 100%);
    color: #fff;
    padding: 125px 7.5% 100px;
    min-height: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.asp-block-003 .row .col-right {
    width: calc(40% - 50px);
    margin: 0 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.asp-block-003 h2 {
    color: #fff;
    padding-bottom: 30px;
}

.asp-block-003 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.text-block ul {
    list-style-type: none;
    padding-left: 30px;
}

.text-block ul li {
    position: relative;
    padding-bottom: 3px;
}

.text-block ul li:before {
    content: '-';
    position: absolute;
    left: -15px;
    top: 0;
}

.text-block ul li a {
    color: #fff;
}

.asp-block-003 .cta-button-wrapper {
    margin-top: 45px;
}




/* #kundenberichte Testimonials */

#kundenberichte {
    padding: 175px 0 125px;
}

#kundenberichte:before {
    content: '';
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
    background: #e4f1dd;
}

#kundenberichte .section-title-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

#kundenberichte .shortcode-wrapper {
    text-align: center;
}

#kundenberichte .cta-button-wrapper {
    text-align: center;
    padding-top: 75px;
}

.testimonial-inner {
    position: relative;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 50px 3%;
    border: 1px solid #707070;
    background-color: #02594F;
}

/* the slides */
#kundenberichte .slick-slide {
    margin: 0 15px;
}

/* the parent */
#kundenberichte .slick-list {
    margin: 0 -15px;
}

.testimonial-wrapper img {
    width: 130px;
    border-radius: 100%;
}

.testimonial-title {
    color: #95c676;
    text-transform: uppercase;
    font-size: 1.6em;
    padding-bottom: 5px;
    padding-top: 40px;
}

.testimonial-company {
    display: block;
    text-align: center;
    color: #95C676;
    font-size: 1.1em;
    font-weight: 600;
}

.testimonial-content {
    max-width: 375px;
    margin: 15px auto 0;
}

.quotes {
    width: 48px;
    height: auto;
    margin: 0 auto;
}




/* Referenzen */

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

.page-id-239 #referenzen {
    padding: 50px 0 150px;
    background-color: #e4f1dd;
}

#referenzen .section-title-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

.page-id-239 #referenzen h3 {
    color: #02594F;
}

#referenzen .shortcode-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

#referenzen .cta-button-wrapper {
    text-align: center;
}

.ref-slide:before {
    content: '';
    padding-top: 60%;
    display: block;
}

.ref-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.slick-dots {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

ul.slick-dots button {
    font-size: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #95C676 !important;
    border-radius: 100%;
    margin: 0 8px;
    background: #fff;
    cursor: pointer;
}

ul.slick-dots .slick-active button {
    background: #95C676;
}

.slick-arrow {
    display: inline-block;
    position: absolute;
    left: -100px;
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    background-image: url(/wp-content/uploads/2022/10/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

.slider-nav-next.slick-arrow {
    left: auto;
    right: -100px;
    background-image: url(/wp-content/uploads/2022/10/next.png);
}


/* #news-home */

#news-home {
    padding: 125px 0 ;
}

#news-home .section-title-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

#news-home .shortcode-wrapper {
    text-align: center;
}

#news-home .cta-button-wrapper {
    text-align: center;
    padding-top: 0;
}

div#search-filter-results-308,
div#search-filter-results-317 {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    text-align: left;
    width: 31.66%;
    margin-right: 2.5%;
    margin-bottom: 75px;
}

.news-item:last-child {
    margin-right: 0;
}

a.news-img {
    display: block;
    position: relative;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.news-img:before {
    content: '';
    display: block;
    padding-top: 65%;
}

span.news-date {
    color: #1E3431;
    font-weight: 500;
    font-size: 90%;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
}

h4.news-title {
    font-size: 1.6em;
    line-height: 1.3;
    color: #1E3431;
    padding-bottom: 10px;
}

.news-excerpt p {
    color: #1D1D1D;
}

a.news-readmore {
    display: inline-block;
    color: #19451C;
    text-decoration: underline;
    font-weight: 500;
    font-size: 95%;
    margin-top: 15px;
}



/* News Seite */

#all-news {
    padding: 35px 0 75px;
}

#news-filter {
    padding: 125px 0 0;
}

#news-filter form > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

li.sf-field-category {
    width: 70%;
    padding: 0 !important;
}

li.sf-field-category > ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

li.sf-field-category > ul > li {
    padding: 0 !important;
    font-size: 1em;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1;
}

label.sf-label-radio {
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    color: #02594F;
    line-height: 1;
    padding: 0 !important;
}

li.sf-option-active label.sf-label-radio {
    color: #95C676;
    text-decoration: underline;
}

li.sf-field-sort_order {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    border: 2px solid #95c676;
    border-radius: 40px;
    padding: 13px 25px !important;
}

.sf-field-sort_order h4 {
    margin: 0;
    padding: 0;
    margin-right: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    color: #02594F;
    line-height: 1;
}

.searchandfilter select.sf-input-select {
    background: white;
    color: #000;
    border: none !important;
    font-size: 95%;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1;
}

.searchandfilter select.sf-input-select option {
    font-size: 95%;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1;
}

.search-filter-results-list {
    display: flex;
    flex-wrap: wrap;
}


/* News Beiträge */

.single-post-header-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.single-post article .row .col {
    display: flex;
    flex-wrap: wrap;
}

#post-main {
    width: 65%;
    margin-right: 4%;
}

#sidebar {
    width: 31%;
}

#post-section {
    padding: 125px 0;
}

.post-image {
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-image:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.post-meta {
    display: flex;
    justify-content: space-between;
}

.post-meta span {
    color: #1E3431;
    font-weight: 500;
    font-size: 90%;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
}

h1.post-title {
    font-size: 2.8em;
    line-height: 1.3;
    padding-bottom: 35px;
}

.post-content h2 {
    font-size: 1.7em;
    padding-bottom: 15px;
}

.post-content h3 {
    font-size: 1.5em;
    padding-bottom: 15px;
}

.post-content h4 {
    font-size: 1.3em;
    padding-bottom: 15px;
}

.author-details {
    text-align: center;
    background-color: #e4f1dd;
    padding: 35px;
    margin-bottom: 40px;
}

img.author-img {
    width: 130px;
    height: auto;
    border-radius: 100%;
    margin-bottom: 15px;
}

h5.author-name {
    display: block;
    color: #42393D;
    font-size: 1.4em;
    text-transform: uppercase;
}

.author-position {
    display: block;
    color: #42393D;
    font-weight: 600;
    padding-top: 5px;
}

.other-posts {
    background-color: #c2e0dc;
    padding: 40px 40px 35px;
    margin-bottom: 40px;
}

.other-posts h4 {
    color: #1E3431;
    font-size: 1.4em;
    display: block;
    padding-bottom: 25px;
}

.news-related {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}

.news-related:last-child {
    margin-bottom: 0;
}

.news-related a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 65px 25px 25px;
    background: rgba(0, 62, 55, 0.8);
}

.news-related a h5 {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
}

h5.news-title:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2022/09/ICON_Pfeil_weiss_rechts.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: calc(50% - 12.5px);
    transition: all 300ms ease-in-out;
}

.news-related a:hover h5.news-title:after {
    right: -23px;
}

.sidebar-newsletter {
    background-color: #02594F;
    padding: 40px 40px 35px;
    margin-bottom: 40px;
}

.sidebar-newsletter h4 {
    color: #fff;
    font-size: 1.4em;
    display: block;
    padding-bottom: 25px;
}

.single-post .asp-block-004 .col {
    justify-content: center;
}





/* Dienstleistungen Slider */

#services-slider {
    padding: 125px 0;
}

#services-slider .section-title-wrapper {
    text-align: center;
    padding-bottom: 25px;
}

#services-slider .shortcode-row {
    width: 100% !important;
    max-width: 100% !important;
}

.nav-slider-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent linear-gradient(142deg, #02594F 0%, #02594F 44%, #0C8472 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    height: 250px;
    padding: 50px 100px;
}

.nav-slider-item h4 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
}

/* the slides */
#services-slider .slick-slide {
    margin: 0 15px;
}

/* the parent */
#services-slider .slick-list {
    margin: 0 -15px;
}

#services-slider .slick-arrow {
    left: 50px;
}

#services-slider .slider-nav-next.slick-arrow {
    left: auto;
    right: 50px;
}


/* CTA Bereich Seitenende/Seitenmitte */

.asp-block-004 {
    padding: 125px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.asp-block-004:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(26, 45, 28, 0.8);
}

.asp-block-004 .section-title-wrapper {
    text-align: center;
    color: #fff;
}

.asp-block-004 .section-title-wrapper h2 {
    color: #fff;
    padding-bottom: 30px;
}

.asp-block-004 .text-block {
    max-width: 850px;
    margin: 0 auto;
}

.asp-block-004 .cta-button-wrapper {
    text-align: center;
    margin-top: 45px;
}



/* Seiten Header Unterseiten */

.steiger-block-pageheader {
    padding: 175px 0 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.steiger-block-pageheader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 62, 55, 0.8);
}

.steiger-block-pageheader .col {
    text-align: center;
    justify-content: center;
}

.page-title-wrapper {
    width: 100%;
}

.steiger-block-pageheader h1,
.single-post-header-title {
    color: #fff;
}

.crumbs-wrapper {
    color: #fff;
    font-size: 85%;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4px;
    margin-top: 10px;
    text-align: center;
}

.crumbs-wrapper a {
    color: #fff;
}

.single-post .crumbs-wrapper li:last-child,
.single-post .crumbs-wrapper li:nth-last-child(2){
    display: none !important;
}

.fbc-page .fbc-wrap .fbc-items {
    float: none;
}



/* Intro Dienstleistungen */

.steiger-block-intro {
    padding: 125px 0;
    background-color: #e4f1dd;
}

.steiger-block-intro .row {
    display: flex;
    flex-wrap: wrap;
}

.steiger-block-intro .col {
    width: 47.5%;
    margin-right: 5%;
}

.steiger-block-intro .col:last-child {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.steiger-block-intro h3 {
    color: #02594F;
    padding-bottom: 25px;
}

.steiger-block-intro .text-block {
    padding-top: 30px;
}

.steiger-block-intro .cta-button-wrapper {
    padding-top: 40px;
}

ul.facts-list {
    list-style-type: none;
    padding: 0;
}

.steiger-block-intro .col-right li {
    color: #02594F;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 55px !important;
    padding-left: 85px;
    position: relative;
    align-items: center;
    max-width: 600px;
}

.steiger-block-intro .col-right li:before {
    content: '';
    display: block;
    height: 55px;
    width: 55px;
    background-image: url(/wp-content/uploads/2022/09/ICON_Blatt-2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50px;
}




/* Dienstleistungen Halb-Halb */

.steiger-block-services {
    padding: 150px 0;
}

.service-row {
    display: flex;
    flex-wrap: wrap;
    padding: 125px 0;
}

.service-row .col-left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

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

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

.service-row:nth-child(2n){
    flex-direction: row-reverse;
}

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

.service-row:nth-child(2n) .col:last-child {
    margin-right: 5%;
}

.service-row h3 {
    color: #95C676;
    padding-bottom: 25px;
}

.service-row .text-block {
    padding-top: 30px;
}

.service-row  .cta-button-wrapper {
    padding-top: 40px;
}

.service-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-img::before {
    content: '';
    padding-top: 65%;
    display: block;
}

.service-row  ul.slick-dots {
    bottom: -40px;
}


/* USPs */

.steiger-block-usp {
    background-color: #02594F;
    color: #fff;
}

.steiger-block-usp .row {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
}

.steiger-block-usp .col {
    width: 50%;
}

.steiger-block-usp .col-left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 125px 75px 125px 10%;
    color: #fff;
}

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

.steiger-block-usp h3 {
    color: #95C676;
    padding-bottom: 25px;
}

.steiger-block-usp h2 {
    color: #fff;
    padding-bottom: 15px;
}

.steiger-block-usp .cta-button-wrapper {
    margin-top: 75px;
}

ul.usp-list {
    list-style-type: none;
    padding: 0;
}

.steiger-block-usp .usp-list li,
.steiger-block-warum-steiger .usp-list li {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 500;
    padding-top: 55px !important;
    padding-left: 85px;
    position: relative;
    align-items: center;
    max-width: 600px;
}

.steiger-block-usp .usp-list li:before,
.steiger-block-warum-steiger .usp-list li:before {
    content: '';
    display: block;
    height: 55px;
    width: 55px;
    background-image: url(/wp-content/uploads/2022/09/ICON_Blatt-2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50px;
}




/* Prozess */

.steiger-block-process {
    padding: 275px 0;
}

.steiger-block-process .section-title-wrapper {
    text-align: center;
    padding-bottom: 125px;
}

.process-blocks-row {
    display: flex;
    flex-wrap: wrap;
}

.process-blocks-row .col {
    position: relative;
    width: 23.33%;
    margin-right: 15%;
    text-align: center;
    border: 2px solid #95C676;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 3%;
}

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

.process-block-icon {
    width: 70px;
    height: auto;
    margin-bottom: 25px;
}

.process-blocks-row h4 {
    color: #02594F;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

lottie-player.process-arrow {
    position: absolute;
    transform: rotate(180deg);
    width: 155px !important;
    height: 155px !important;
    right: -55%;
    top: calc(50% - 77px);
}


.process-blocks-row .col:last-child .process-arrow {
    display: none;
}



/* Abos */

.steiger-block-abos {
    padding: 225px 0;
}

.steiger-block-abos .section-title-wrapper {
    text-align: center;
    padding-bottom: 125px;
}

.abo-blocks-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.abo-blocks-row .col {
    position: relative;
    width: 30%;
    margin-right: 5%;
    background-color: #95C676;
    color: #02594F;
    border-radius: 15px;
    padding: 55px 4%;
}

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

.abo-head {
    text-align: center;
}

.abo-head h4 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.abo-desciption {
    font-size: 85%;
    padding-bottom: 30px;
}

.abo-price {
    font-weight: 700;
    font-size: 2em;
}

span.price-chf {
    display: inline-block;
    font-size: 70%;
    margin-right: 10px;
}

span.price-year {
    display: inline-block;
    font-size: 70%;
    margin-left: 10px;
    transform: translate(0, -10px);
}

.abo-blocks-row .col:nth-child(even) {
    background-color:#02594F;
    color: #fff;
}

.abo-blocks-row .col:nth-child(even) .abo-head h4 {
    color: #95C676;
}

.abo-blocks-row .col:nth-child(even) .abo-price {
    color: #95C676;
}

.abo-blocks-row .col:nth-child(even) .button.button-dark-transparent {
    color: #95C676 !important;
    background-color: transparent;
    border: 2px solid #95C676;
}

.abo-blocks-row .col:nth-child(even) .button.button-dark-transparent:hover {
    color: #42393D !important;
    background-color: #95C676;
}

.abo-details {
    font-size: 85%;
    margin-top: 35px;
    padding: 0 25px;
}

.abo-details ul {
    list-style-type: none;
    padding: 0;
}

.abo-details ul li:not(:last-child) {
    padding-bottom: 10px;
}

.abo-button-wrapper {
    margin-top: 45px;
    text-align: center;
}


/* Offerte Formular Section */

#offerte {
    padding: 225px 0 125px;
}

#offerte .section-title-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

#offerte .shortcode-row {
    text-align: center;
}


/* Über uns */

#ansprechpartner {
    position: relative;
    padding: 150px 0 125px;
    background-color: #e4f1dd;
}

#ansprechpartner:before {
    content: '';
    width: 100%;
    height: 525px;
    position: absolute;
    top: 0;
    background: #fff;
}

#ansprechpartner .section-title-wrapper {
    text-align: center;
    padding-bottom: 75px;
}

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

.team-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 75px;
    text-align: center;
}

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

img.team-photo {
    border-radius: 15px;
    margin-bottom: 35px;
}

.team-name {
    text-transform: uppercase;
    font-size: 1.6em;
    padding-bottom: 5px;
}

span.team-position {
    font-weight: 600;
}


/* .steiger-block-warum-steiger - Warum Stieger auf Über uns */

.steiger-block-warum-steiger {
    margin-top: 225px;
    padding: 125px 0 0;
    background-color: #02594F;
    color: #fff;
    z-index: 1;
}

.steiger-block-warum-steiger h2 {
    color: #fff;
    padding-bottom: 15px;
}

.steiger-block-warum-steiger .usp-list li {
    max-width: 100%;
}

.einzugsgebiete-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

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

.einzugsgebiete-row .col:last-child {
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

.einzugsgebiete {
    background: #95C676;
    color: #fff;
    padding: 50px 10%;
    margin-top: 55px;
}

.einzugsgebiete h4 {
    color: #fff;
    font-size: 1.2em;
}

.einzugsgebiete ul {
    padding-left: 20px;
    margin-top: 25px;
}


/* .steiger-block-stellen - Stellen */

.steiger-block-stellen {
    padding: 225px 0;
}

.steiger-block-stellen .half-half-row {
    display: flex;
    flex-wrap: wrap;
}

.steiger-block-stellen .half-half-row .col {
    width: 47.5%;
    margin-right: 5%;
}

.steiger-block-stellen .half-half-row .col:last-child {
    margin-right: 0;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.steiger-block-stellen h3 {
    color: #95C676;
    padding-bottom: 25px;
}

.stellen-item {
    background-color: #e4f1dd;
    border-radius: 43px;
    padding: 25px 6%;
    position: relative;
    margin-bottom: 35px;
}

.stellen-item:last-child {
    margin-bottom: 0;
}

.stellen-wrapper {
    margin-top: 125px;
}

.stellen-item a {
    display: block;
    color: #42393D;
    font-weight: 600;
}

.stellen-item a:after {
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 6%;
    top: calc(50% - 15px);
    background-image: url(/wp-content/uploads/2022/09/ICON_PDF.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.steiger-block-stellen .cta-button-wrapper {
    padding-top: 50px;
    padding-left: 6%;
}

.steiger-block-stellen .link {
    color: #02594F;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}


/* .steiger-block-faq - FAQs */

.steiger-block-faq  {
    padding: 100px 0 175px;
    background-color: #e4f1dd;
}

.steiger-block-faq .section-title-wrapper {
    padding-bottom: 0;
}

.steiger-block-faq h3 {
    color: #02594F;
    padding-bottom: 25px;
}

.steiger-block-faq .lead {
    padding-top: 40px;
}

.faq-wrapper {
    padding-top: 75px;
}

.toggle-body {
    display: none;
    background: #fff;
    padding: 35px 3% 35px;
    margin-top: -35px;
    border-radius: 0 0 43px 43px;
}

.toggle {
    width: 100%;
    margin-bottom: 50px;
}

.toggle:last-child {
    margin-bottom: 0;
}

.toggle-title {
    margin-top: 0;
    margin-bottom: 0;
}

h4.panel-title {
    font-size: 1.2em;
    color: #02594F;
    font-weight: 600;
}

.toggle-heading {
    background: #fff;
    cursor: pointer;
    border-radius: 43px;
    padding: 25px 3%;
    position: relative;
}

.toggle-body a {
    color: #95C676;
    text-decoration: underline;
}

.toggle-heading:after {
    content: '';
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 2.5%;
    top: calc(50% - 20px);
    background-image: url(/wp-content/uploads/2022/09/ICON_Plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.toggle.active .toggle-heading:after {
    background-image: url(/wp-content/uploads/2022/09/ICON_Minus.svg);
}

.steiger-block-faq .cta-button-wrapper {
    padding-top: 50px;
    padding-left: 3%;
}

.steiger-block-faq .cta-button-wrapper .link {
    color: #02594F;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}




/* .asp-block-006 - Allgemeiner Inhalt, Impressum etc. */


.asp-block-006 {
    padding: 125px 0;
}



/* Kontakt Block */

.steiger-block-contact {
    padding: 125px 0;
}

.steiger-block-contact .row {
    display: flex;
    flex-wrap: wrap;
}

.steiger-block-contact .col {
    width: 42.5%;
    margin-right: 15%;
}

.steiger-block-contact .col:last-child {
    margin-right: 0;
}

.steiger-block-contact h3 {
    color: #95C676;
    padding-bottom: 25px;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.contact-left {
    margin-right: 10%;
}

.contact-container h4 {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.contact-address {
    margin-bottom: 50px;
}

.contact-left {
    margin-right: 5%;
    padding-left: 40px;
}

.contact-right {
    padding-left: 40px;
}

.times-item {
    display: flex;
}

.day {
    min-width: 120px;
}

.contact-email a {
    color: #000;
}

.contact-container h4:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    background-image: url(/wp-content/uploads/2022/09/ICON_Pin.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: -40px;
}

.contact-email h4:before {
    background-image: url(/wp-content/uploads/2022/09/ICON_Mail.svg);
}

.contact-right h4:before {
    background-image: url(/wp-content/uploads/2022/09/ICON_Oeffnungszeiten.svg);
}


/* #anfrage */

#anfrage {
    padding: 225px 0;
}

#anfrage .section-title-wrapper {
    text-align: center;
    padding-bottom: 40px;
}

#anfrage .shortcode-wrapper {
    text-align: center;
    margin-top: 25px;
}

#anfrage .formcraft-css .fc-form.align-left {
    margin-left: auto !important;
    margin-right: auto !important;
}


/* #overlay-abo */

#overlay-abo .formcraft-css .fc-form.align-left {
    margin-left: auto !important;
    margin-right: auto !important;
}

#overlay-abo .overlay-menu-col {
    width: 100%;
}





/* FormCraft */

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

html .formcraft-css .fc-form.align-left {
    margin-left: auto;
    margin-right: auto;
    font-size: 85% !important;
}

html .formcraft-css .fc-form .form-element .form-element-html input[type=color],
html .formcraft-css .fc-form .form-element .form-element-html input[type=date],
html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime-local],
html .formcraft-css .fc-form .form-element .form-element-html input[type=datetime],
html .formcraft-css .fc-form .form-element .form-element-html input[type=email],
html .formcraft-css .fc-form .form-element .form-element-html input[type=month],
html .formcraft-css .fc-form .form-element .form-element-html input[type=number],
html .formcraft-css .fc-form .form-element .form-element-html input[type=password],
html .formcraft-css .fc-form .form-element .form-element-html input[type=search],
html .formcraft-css .fc-form .form-element .form-element-html input[type=tel],
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=time],
html .formcraft-css .fc-form .form-element .form-element-html input[type=url],
html .formcraft-css .fc-form .form-element .form-element-html input[type=week],
html .formcraft-css .fc-form .form-element .form-element-html select,
html .formcraft-css .fc-form .form-element .form-element-html textarea {
    padding: 1.05em 1.5em 0.95em;
    border-radius: 36px;
    border: 1.5px solid #02594F;
    line-height: 1.4em;
}

::-webkit-input-placeholder { /* Edge */
    color: #02594F !important;
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #02594F !important;
}
  
::placeholder {
    color: #02594F !important;
}

html .formcraft-css .fc-form .field-cover>span>span {
    line-height: 1em;
}

html .formcraft-css .fc-form .form-element .checkbox-cover>div label input {
    width: 18px;
    height: 18px;
    background: #fff !important;
    display: block !important;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
    border-radius: 4px !important;
    border: 1px solid #02594f !important;
}

html .formcraft-css .fc-form .form-element .checkbox-cover>div label input:checked {
    background: #02594f !important;
    display: block !important;
    position: absolute;
}

html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
    padding: 0.5em 40px 0.5em 30px;
    position: relative;
    font-size: 90%;
}

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

html .formcraft-css .fc-form-3 .form-element .checkbox-cover>div label input {
    background: #02594F !important;
    border: 1px solid #fff !important;
}

html .formcraft-css .fc-form-3 .form-element .checkbox-cover>div label input:checked {
    background: #fff!important;
}

html .formcraft-css .fc-form-3 input[type=checkbox]:before, html .formcraft-css .fc-form-3 input[type=radio]:before {
    border-left: 2px solid #02594F;
    border-bottom: 2px solid #02594F;
}

html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
    padding: 18px 25px 16px !important;
}

html .formcraft-css .fc-form .form-element .submit-cover .submit-button:hover {
    box-shadow: none;
}

html .formcraft-css .fc-form-3 button.button.submit-button,
html .formcraft-css .fc-form-4 button.button.submit-button {
    color: #95C676 !important;
    background-color: transparent !important;
    border: 2px solid #95C676 !important;
}

html .formcraft-css .fc-form-3 button.button.submit-button:hover,
html .formcraft-css .fc-form-4 button.button.submit-button:hover {
    color: #42393D !important;
    background-color: #95C676 !important;
}


html .formcraft-css .fc-form-2 .form-element-field6 .checkbox-cover>div {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

html .formcraft-css .fc-form-3 .form-element-field8 .checkbox-cover>div {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

html .formcraft-css .fc-form-3 .form-element-field8 span.sub-label-false {
    display: none !important;
}

html .formcraft-css .fc-form-1  button.button.submit-button,
html .formcraft-css .fc-form-3  button.button.submit-button {
    margin-top: 20px !important;
}

html .formcraft-css .fc-form .form-element .field-cover.heading-cover .bold-true {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 3em !important;
}

html .formcraft-css .fc-form-4 .form-element-type-email {
    padding-top: 3px;
}

html .formcraft-css .fc-form-4 .form-element.error-field .error {
    display: none !important;
}

html .sidebar-newsletter .formcraft-css .fc-form-4 .form-element-type-email {
    width: 100% !important;
}

html .formcraft-css .fc-form .final-success .final-success-check {
    border: 2px solid #02594f !important;
}


/* Footer */

#footer {
    position: relative;
    color: #fff;
    background: linear-gradient(180deg, #02594F 0%, #00463E 100%);
}

#footer h2 {
    color: #fff;
}

.newsletter-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 75px 0;
}

.newsletter-row .col {
    width: 50%;
}

.newsletter-col {
    text-align: right;
    padding-top: 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 75px 0 75px;
}

.footer-logo img {
    width: 300px;
    height: auto;
}

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

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

.footer-badge-col {
    text-align: center;
}

ul#footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.footer-menu-col li {
    width: 100%;
}

.footer-menu-col a {
    color: #fff;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2;
    transition: all 300ms ease-in-out;
}

.footer-menu-col a:hover {
    color: #95C676;
    letter-spacing: 3px;
    text-decoration: underline;
}

.footer-address-col {
    line-height: 2;
}

.footer-address-col a {
    color: #fff;
}

.footer-address-col b {
    font-weight: 400;
    text-transform: uppercase;
}

.credits-row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.credits-row .col {
    width: 33.33%;
}

.credits-row a {
    color: #fff;
}

.legal-col a:not(:last-child) {
    margin-right: 40px;
}

.social-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-col img {
    width: 30px;
}

.social-col span {
    margin-right: 20px;
    margin-bottom: 5px;
}

.social-col a:not(:last-child) {
    margin-right: 20px;
}

.aspkom-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
}

.aspkom-col img {
    height: 20px;
    width: auto;
    transform: translate(0, 3px);
}




/* Dekoration Logo */

.steiger-block-content .col-right:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -26vw;
    bottom: -180px;
    z-index: -1;
}

#news-home:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/11/Steiger_Symbol_Hellgruen.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -22vw;
    top: -125px;
    z-index: -1;
}

.steiger-block-faq:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -22vw;
    top: -200px;
}

.steiger-block-intro:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -18vw;
    bottom: -225px;
}

.steiger-block-usp:after,
.steiger-block-warum-steiger:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/11/Steiger_Symbol_Hellgruen.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -22vw;
    bottom: -375px;
}


#offerte:after {
    content: '';
    width: 40vw;
    height: 650px;
    display: block;
    background-image: url(/wp-content/uploads/2022/11/Steiger_Symbol_Hellgruen.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -22vw;
    bottom: -50px;
}


/* Dekoration Wellen */


.asp-block-003 .row:not(.row-cols-flipped) .col-left:after {
    content: '';
    width: 15vw;
    height: 350px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Linien_weiss_5.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: -125px;
}

.asp-block-003 .row.row-cols-flipped .col-left:after {
    content: '';
    width: 15vw;
    height: 350px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Linien_weiss_2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -100px;
}

.asp-block-003 .row:not(.row-cols-flipped):after {
    content: '';
    width: 70vw;
    height: 300px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Linien_weiss_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -175px;
    bottom: -75px;
}

#services-slider .shortcode-row:after {
    content: '';
    width: 15vw;
    height: 350px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Linien_weiss_5.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: -150px;
}


#footer:before {
    content: '';
    width: 15vw;
    height: 350px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Linien_weiss_5.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: -125px;
}

#footer:after {
    content: '';
    width: 20vw;
    height: 400px;
    display: block;
    background-image: url(/wp-content/uploads/2022/09/HG_Linien_weiss_3.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -175px;
    bottom: -90px;
}

/* ---------- Responsive CSS ---------- */

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

    body {
        font-size: 17px;
    }

    .row, .wp-block-columns {
        width: 86%;
    }

    .asp-block-007 h2 {
        padding-bottom: 35px;
    }

    .asp-block-007 .lead {
        padding-top: 40px;
    }

    #header.header-is-sticky {
        padding: 12px 0;
        height: 94px;
    }

    .overlay-section.header-is-sticky .overlay-close-row {
        padding: 12px 0;
        height: 94px;
    }

    .row.overlay-menu-row {
        padding-top: 65px;
    }

    ul#primary-menu > li:not(:last-child) {
        padding-bottom: 30px;
    }

    ul.sub-menu > li {
        padding-bottom: 16px;
    }

    .button, button.button.submit-button {
        font-size: 80%;
        padding: 18px 25px 17px !important;
        min-width: 205px !important;
    }

    .logo {
        width: 240px;
    }

    .overlay-close-row .logo {
        width: 240px;
        transform: translate(0, 1px);
    }

    .logo-sticky {
        width: 190px;
    }

    .overlay-section.header-is-sticky .logo {
        width: 190px;
    }

    .asp-block-003 .row .col-left {
        padding: 100px 5% 100px;
        min-height: 550px;
    }

    .steiger-block-video .wp-video {
        width: 925px !important;
    }

    #referenzen .shortcode-wrapper {
        max-width: 950px;
        margin: 0 auto;
    }

    .nav-slider-item {
        height: 225px;
    }

    .steiger-block-usp .col-left {
        padding: 125px 75px 125px 7%;
    }

    lottie-player.process-arrow {
        width: 145px !important;
        height: 145px !important;
        right: -56%;
        top: calc(50% - 72px);
    }

    .footer-logo img {
        width: 280px;
    }

    .steiger-block-pageheader {
        padding: 150px 0 75px;
    }

    h1.post-title {
        font-size: 2.6em;
    }

    .social-col img {
        width: 28px;
    }


    /* Deko Logos */
    .steiger-block-content .col-right:after {
        width: 35vw;
        height: 550px;
        right: -21vw;
        bottom: -150px;
    }

    #news-home:after {
        width: 35vw;
        height: 550px;
        left: -20vw;
        top: -100px;
    }

    .steiger-block-faq:after {
        width: 35vw;
        height: 550px;
        right: -21vw;
        top: -180px;
    }

    .steiger-block-intro:after {
        content: '';
        width: 35vw;
        height: 550px;
        right: -15vw;
        bottom: -225px;
    }

    .steiger-block-usp:after, .steiger-block-warum-steiger:after {
        width: 35vw;
        height: 550px;
        left: -20vw;
        bottom: -350px;
    }

    #offerte:after {
        width: 35vw;
        height: 550px;
        left: -20vw;
        bottom: -25px;
    }

    .overlay-section:after {
        width: 35vw;
        height: 550px;
        right: -10vw;
        bottom: -80px;
    }

    /*Deko Linien */
    .asp-block-003 .row:not(.row-cols-flipped) .col-left:after {
        width: 14vw;
        height: 300px;
        left: -25px;
        top: -125px;
    }

    .asp-block-003 .row.row-cols-flipped .col-left:after {
        width: 14vw;
        height: 300px;
        right: 0;
        bottom: -100px;
    }

    .asp-block-003 .row:not(.row-cols-flipped):after {
        width: 67vw;
        height: 275px;
        right: -125px;
        bottom: -75px;
    }

    #services-slider .shortcode-row:after {
        width: 14vw;
        height: 300px;
        left: -25px;
        top: -150px;
    }

    #footer:before {
        width: 14vw;
        height: 300px;
        left: -25px;
        top: -125px;
    }

    #footer:after {
        width: 19vw;
        height: 350px;
        right: -160px;
        bottom: -85px;
    }

}


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

    body {
        font-size: 16px;
    }

    #toTop {
        width: 50px;
        height: 50px;
    }

    .row, .wp-block-columns {
        width: 90%;
    }

    .asp-block-003 .row {
        padding: 0 20px 40px;
    }

    .overlay-close-row .logo {
        transform: translate(0, 0);
    }

    .asp-block-003 .row .col-left {
        padding: 100px 5% 100px;
        min-height: 500px;
        width: calc(60% - 40px);
        margin: 0 20px;
    }

    .asp-block-003 .row .col-right {
        width: calc(40% - 40px);
        margin: 0 20px;
    }

    #referenzen .shortcode-wrapper {
        max-width: 875px;
        margin: 0 auto;
    }

    .slick-arrow {
        left: -75px;
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
    }

    .slider-nav-next.slick-arrow {
        right: -75px;
    }

    #services-slider .slick-arrow {
        left: 30px;
    }

    #services-slider .slider-nav-next.slick-arrow {
        left: auto;
        right: 30px;
    }

    .nav-slider-item {
        height: 200px;
        padding: 40px 75px;
    }

    #kundenberichte:before {
        height: 23%;
    }

    .steiger-block-stellen .half-half-row .col:last-child {
        height: 550px;
    }

    html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
        font-size: 95%;
    }

    html .formcraft-css .fc-form.align-left {
        font-size: 90% !important;
    }

    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 17px 25px 14px !important;
    }

    #ansprechpartner:before {
        height: 450px;
    }

    img.team-photo {
        margin-bottom: 25px;
    }

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

    .stellen-wrapper {
        margin-top: 75px;
    }

    /* Abstände */

    .section-title-wrapper h3, .asp-block-003 h3 {
        padding-bottom: 15px !important;
    }

    .service-row h3 {
        padding-bottom: 15px;
    }

    .steiger-block-usp h3 {
        padding-bottom: 15px;
    }

    .steiger-block-stellen h3 {
        padding-bottom: 15px;
    }

    .steiger-block-contact h3 {
        padding-bottom: 15px;
    }

    .steiger-block-content {
        padding: 100px 0 0;
    }

    .steiger-block-video {
        padding: 175px 0 175px;
    }

    #referenzen {
        padding: 125px 0 100px;
    }

    #news-home {
        padding: 100px 0;
    }

    #kundenberichte {
        padding: 100px 0 100px;
    }

    #services-slider {
        padding: 100px 0;
    }

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

    .newsletter-row {
        padding: 60px 0;
    }

    .footer-row {
        padding: 60px 0 60px;
    }

    .steiger-block-intro {
        padding: 100px 0;
    }

    .steiger-block-services {
        padding: 125px 0;
    }

    .service-row {
        padding: 100px 0;
    }

    .steiger-block-usp .col-left {
        padding: 100px 75px 100px 7%;
    }

    .steiger-block-process {
        padding: 175px 0;
    }

    #offerte {
        padding: 175px 0 100px;
    }

    .steiger-block-faq {
        padding: 75px 0 150px;
    }

    .steiger-block-warum-steiger {
        margin-top: 200px;
        padding: 100px 0 0;
    }

    #ansprechpartner {
        padding: 125px 0 50px;
    }

    .steiger-block-stellen {
        padding: 175px 0;
    }

    .steiger-block-abos {
        padding: 175px 0;
    }

    .steiger-block-abos .section-title-wrapper {
        padding-bottom: 100px;
    }

    #news-filter {
        padding: 100px 0 0;
    }

    #all-news {
        padding: 35px 0 50px;
    }

    #post-section {
        padding: 100px 0;
    }

    .steiger-block-process .section-title-wrapper {
        padding-bottom: 100px;
    }



    /* Deko Logos */
    .steiger-block-content .col-right:after {
        width: 30vw;
        height: 500px;
        right: -17vw;
        bottom: -135px;
    }

    #news-home:after {
        width: 30vw;
        height: 500px;
        left: -18vw;
        top: -120px;
    }

    .steiger-block-faq:after {
        width: 30vw;
        height: 500px;
        right: -19vw;
        top: -180px;
    }

    .steiger-block-intro:after {
        width: 30vw;
        height: 500px;
        right: -12vw;
        bottom: -175px;
    }

    .steiger-block-usp:after, .steiger-block-warum-steiger:after {
        width: 30vw;
        height: 500px;
        left: -18vw;
        bottom: -325px;
    }

    #offerte:after {
        width: 30vw;
        height: 500px;
        left: -18vw;
        bottom: 0;
    }

    .overlay-section:after {
        width: 30vw;
        height: 500px;
        right: -8vw;
        bottom: -50px;
    }
    
}



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

    body {
        font-size: 15px;
    }

    .asp-block-007 h2 {
        padding-bottom: 25px;
    }

    .button, button.button.submit-button {
        font-size: 80%;
        padding: 17px 25px 16px !important;
        min-width: 200px !important;
    }

    .trigger-text:before {
        height: 12px;
        width: 23px;
    }

    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 16px 25px 14px !important;
    }

    .logo {
        width: 220px;
    }

    .overlay-close-row .logo {
        width: 220px;
        transform: translate(0, -3px);
    }

    .logo-sticky {
        width: 170px;
        transform: translate(0, 9px);
    }

    .button.menu-trigger, .button.close-menu {
        transform: translate(0, 8px);
    }

    .footer-logo img {
        width: 260px;
    }

    .overlay-section.header-is-sticky .logo {
        width: 170px;
    }

    .cta-button-wrapper .link:after {
        width: 22px;
        height: 22px;
        right: -40px;
        top: calc(50% - 11px);
    }

    .cta-button-wrapper .link:hover:after {
        right: -48px;
    }

    h5.news-title:after {
        width: 22px;
        height: 22px;
        right: -25px;
        top: calc(50% - 11px);
    }

    .news-related a:hover h5.news-title:after {
        right: -32px;
    }

    .asp-block-003 .row .col-left {
        padding: 75px 5% 75px;
        min-height: 500px;
        width: calc(60% - 30px);
        margin: 0 15px;
    }

    .asp-block-003 .row .col-right {
        width: calc(40% - 30px);
        margin: 0 15px;
    }

    .asp-block-003 .row {
        padding: 0 20px 30px;
    }

    #home-intro .info-block-img {
        width: 60px;
        margin-bottom: 20px;
    }
    
    .steiger-block-video .wp-video {
        width: 850px !important;
    }

    #referenzen .shortcode-wrapper {
        max-width: 825px;
    }

    .service-row ul.slick-dots {
        bottom: -30px;
    }

    ul.slick-dots button {
        height: 12px;
        width: 12px;
        margin: 0px 6px;
    }

    .slick-arrow {
        left: -50px;
    }

    .slider-nav-next.slick-arrow {
        right: -50px;
    }

    .steiger-block-intro .col-right li:before {
        height: 50px;
        width: 50px;
        top: 52px;
    }

    .steiger-block-usp .usp-list li:before, .steiger-block-warum-steiger .usp-list li:before {
        height: 50px;
        width: 50px;
        top: 52px;
    }

    html .formcraft-css .fc-form .form-element .checkbox-cover>div label {
        font-size: 100%;
    }

    lottie-player.process-arrow {
        width: 130px !important;
        height: 130px !important;
        right: -57%;
        top: calc(50% - 65px);
    }

    .process-block-icon {
        width: 55px;
        height: auto;
        margin-bottom: 20px;
    }

    .process-blocks-row .col {
        padding: 40px 3%;
    }

    .social-col img {
        width: 24px;
    }

    .quotes {
        width: 40px;
    }

    .testimonial-title {
        padding-bottom: 0;
        padding-top: 35px;
    }

    .row.overlay-menu-row {
        padding-top: 40px;
    }

    .contact-container h4:before {
        width: 23px;
        height: 23px;
        top: -2px;
        left: -40px;
    }


}


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

    .button, button.button.submit-button {
        min-width: 185px !important;
    }

    .trigger-text:before {
        height: 12px;
        width: 23px;
    }

    .logo {
        width: 200px;
    }

    .overlay-close-row .logo {
        width: 200px;
        transform: translate(0, -6px);
    }

    .logo-sticky {
        width: 150px;
        transform: translate(0, 9px);
    }

    .button.menu-trigger, .button.close-menu {
        transform: translate(0, 8px);
    }

    .footer-logo img {
        width: 240px;
    }

    .overlay-section.header-is-sticky .logo {
        width: 150px;
    }

    .asp-block-007 {
        padding: 175px 0 15vh;
        max-height: 710px;
    }

    ul#primary-menu > li > a {
        font-size: 2.4em;
    }

    ul#primary-menu > li:not(:last-child) {
        padding-bottom: 20px;
    }

    li#menu-item-521:before {
        top: -10px;
    }

    ul.sub-menu > li {
        padding-bottom: 14px;
    }

    .overlay-menu-col {
        width: 80%;
    }

    .row.overlay-menu-row {
        padding-top: 25px;
    }

    .button.menu-trigger, .button.close-menu {
        transform: translate(0, 10px);
    }

    .logo-sticky {
        width: 150px;
        transform: translate(0, 11px);
    }

    #overlay-abo {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        padding-bottom: 75px;
    }

    .nav-slider-item {
        height: 200px;
        padding: 40px 60px;
    }

    .author-details {
        padding: 30px;
        margin-bottom: 35px;
    }

    .other-posts {
        padding: 35px 30px 30px;
        margin-bottom: 35px;
    }

    .sidebar-newsletter {
        padding: 35px 30px 30px;
        margin-bottom: 35px;
    }

    .testimonial-inner {
        padding: 45px 25px;
    }

    #kundenberichte:before {
        height: 28%;
    }

    .steiger-block-contact .col {
        width: 45%;
        margin-right: 10%;
    }

    /* Deko Logos */
    .steiger-block-content .col-right:after {
        width: 25vw;
        height: 400px;
        right: -14vw;
        bottom: -110px;
    }

    #news-home:after {
        width: 25vw;
        height: 400px;
        left: -16vw;
        top: -60px;
    }

    .steiger-block-faq:after {
        width: 25vw;
        height: 400px;
        right: -14vw;
        top: -140px;
    }

    .steiger-block-intro:after {
        width: 25vw;
        height: 400px;
        right: -12vw;
        bottom: -140px;
    }

    .steiger-block-usp:after, .steiger-block-warum-steiger:after {
        width: 25vw;
        height: 400px;
        left: -16vw;
        bottom: -220px;
    }

    #offerte:after {
        width: 25vw;
        height: 400px;
        left: -16vw;
        bottom: -100px;
    }

    .overlay-section:after {
        width: 25vw;
        height: 400px;
        right: -5vw;
        bottom: -45px;
    }


}



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

    body {
        font-size: 14px;
    }

    .asp-block-007 {
        padding: 175px 0 10vh;
        max-height: 625px;
    }

    .hero-video-bg {
        position: absolute;
        left: auto;
        right: auto;
        width: 135%;
    }

    .asp-block-007 .lead {
        padding-top: 30px;
    }

    h1, .single-post-header-title {
        font-size: 3.2em;
    }

    #home-intro .info-block-img {
        width: 50px;
        margin-bottom: 15px;
    }

    .steiger-block-video .wp-video {
        width: 750px !important;
    }

    .asp-block-003 .row .col-left {
        padding: 50px 5% 50px;
        min-height: 450px;
        width: calc(60% - 20px);
        margin: 0 10px;
    }

    .asp-block-003 .row .col-right {
        width: calc(40% - 20px);
        margin: 0 10px;
    }

    .asp-block-003 .cta-button-wrapper {
        margin-top: 25px;
    }

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

    #referenzen .section-title-wrapper {
        text-align: center;
        padding-bottom: 50px;
    }

    #referenzen .shortcode-wrapper {
        max-width: 725px;
    }

    .faq-wrapper {
        padding-top: 50px;
    }

    .toggle {
        margin-bottom: 35px;
    }

    .toggle-heading {
        padding: 20px 9% 20px 3%;
    }

    .toggle-heading:after {
        height: 32px;
        width: 32px;
        top: calc(50% - 16px);
    }

    .nav-slider-item h4 {
        font-size: 1.6em;
    }

    .nav-slider-item {
        height: 160px;
        padding: 35px 50px;
    }

    .slick-arrow {
        top: calc(50% - 15px);
        width: 30px;
        height: 30px;
    }

    #services-slider .slick-arrow {
        left: 10px;
    }

    #services-slider .slider-nav-next.slick-arrow {
        left: auto;
        right: 10px;
    }

    .newsletter-row .col {
        width: 45%;
    }

    .newsletter-col {
        padding-top: 10px;
        width: 50% !important;
    }

    .credits-row .col {
        width: 30%;
    }

    .social-col {
        width: 40% !important;
    }

    .legal-col a:not(:last-child) {
        margin-right: 30px;
    }

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

    .button, button.button.submit-button {
        padding: 17px 20px 16px !important;
    }

    .steiger-block-intro .col {
        width: 52.5%;
        margin-right: 5%;
    }

    .steiger-block-intro .col:last-child {
        width: 42.5%;
    }

    .service-row .text-block {
        padding-top: 20px;
    }

    .service-row .cta-button-wrapper {
        padding-top: 30px;
    }
    
    .steiger-block-usp .usp-list li, .steiger-block-warum-steiger .usp-list li {
        padding-top: 40px !important;
    }

    .steiger-block-usp .usp-list li:before, .steiger-block-warum-steiger .usp-list li:before {
        height: 50px;
        width: 50px;
        top: 38px;
    }

    .steiger-block-usp .cta-button-wrapper {
        margin-top: 55px;
    }

    .steiger-block-content .col-left-img:before {
        padding-top: 70%;
    }

    .einzugsgebiete {
        padding: 30px 12%;
        margin-top: 40px;
    }

    #ansprechpartner:before {
        height: 350px;
    }

    .process-blocks-row .col {
        width: 26.66%;
        margin-right: 10%;
        padding: 35px 3%;
    }

    .process-block-icon {
        width: 45px;
        margin-bottom: 15px;
    }

    lottie-player.process-arrow {
        width: 100px !important;
        height: 100px !important;
        right: -41%;
        top: calc(50% - 50px);
    }

    .team-item {
        margin-bottom: 55px;
    }

    .section-title-wrapper .lead {
        padding-top: 20px;
    }

    .steiger-block-stellen .half-half-row .col:last-child {
        height: 450px;
    }

    .abo-blocks-row .col {
        width: 40%;
        padding: 45px 4%;
    }

    .searchandfilter select.sf-input-select {
        min-width: 140px;
    }

    li.sf-field-sort_order {
        padding: 12px 15px !important;
    }

    .sf-field-sort_order h4 {
        margin-right: 15px;
    }

    .stellen-wrapper {
        margin-top: 50px;
    }

    .stellen-item {
        border-radius: 34px;
        padding: 20px 6%;
        position: relative;
        margin-bottom: 25px;
    }

    .stellen-item a:after {
        height: 26px;
        width: 26px;
        top: calc(50% - 13px);
    }

    /* Abstände */

    #home-intro {
        padding: 100px 0 50px;
    }

    .steiger-block-content {
        padding: 75px 0 0;
    }

    .steiger-block-video {
        padding: 150px 0 150px;
    }

    #referenzen {
        padding: 100px 0 75px;
    }

    #news-home {
        padding: 75px 0;
    }

    #kundenberichte {
        padding: 75px 0 75px;
    }

    #services-slider {
        padding: 75px 0;
    }

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

    .newsletter-row {
        padding: 50px 0;
    }

    .footer-row {
        padding: 50px 0 50px;
    }

    .steiger-block-intro {
        padding: 75px 0;
    }

    .steiger-block-services {
        padding: 100px 0;
    }

    .service-row {
        padding: 75px 0;
    }

    .steiger-block-usp .col-left {
        padding: 75px 50px 75px 7%;
    }

    .steiger-block-process {
        padding: 150px 0;
    }

    #offerte {
        padding: 150px 0 100px;
    }

    .steiger-block-faq {
        padding: 50px 0 125px;
    }

    .steiger-block-warum-steiger {
        margin-top: 150px;
        padding: 75px 0 0;
    }

    #ansprechpartner {
        padding: 100px 0 25px;
    }

    #ansprechpartner .section-title-wrapper {

        padding-bottom: 50px;
    }

    .steiger-block-stellen {
        padding: 150px 0;
    }

    .steiger-block-abos {
        padding: 150px 0;
    }

    .steiger-block-abos .section-title-wrapper {
        padding-bottom: 75px;
    }

    #news-filter {
        padding: 75px 0 0;
    }

    #all-news {
        padding: 35px 0 50px;
    }

    #post-section {
        padding: 75px 0;
    }

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

    .steiger-block-process .section-title-wrapper {
        padding-bottom: 75px;
    }

    .steiger-block-contact {
        padding: 100px 0;
    }

    .steiger-block-contact .col {
        width: 100%;
        max-width: 60%;
        margin-right: 0;
    }

    .steiger-block-contact .col:last-child {
        width: 100%;
        max-width: 60%;
        margin-right: 0;
        margin-top: 100px;
    }

}



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

    .hero-video-bg {
        position: absolute;
        left: auto;
        right: auto;
        width: 150%;
    }

    #home-intro .row .col {
        width: 47.5%;
        margin-right: 5%;
    }

    #home-intro .col:last-child {
        margin-right: 0 !important;
    }

    .steiger-block-video .wp-video {
        width: 600px !important;
    }

    .asp-block-003 .row .col-left {
        padding: 50px 5% 50px;
        min-height: 300px;
        width: 100%;
        margin: 0;
    }

    .asp-block-003 .row .col-right {
        width: 100%;
        height: 350px;
        margin: 20px 0 0;
    }

    #referenzen .shortcode-wrapper {
        max-width: 600px;
    }

    .news-item {
        text-align: left;
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 75px;
    }

    .home .news-item:nth-child(2) {
        margin-right: 0 !important;
    }

    .home .news-item:nth-child(3) {
        display: none !important;
    }

    .toggle-heading {
        border-radius: 34px;
    }

    .toggle-body {
        border-radius: 0 0 34px 34px;
    }

    .slick-arrow {
        left: -30px;
    }

    .slider-nav-next.slick-arrow {
        right: -30px;
    }

    ul.sub-menu {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 25px;
        padding-left: 50px;
        transition: all 300ms ease-in-out;
    }

    li#menu-item-521:before {
        display: none;
    }

    .steiger-block-intro .col {
        width: 100%;
        margin-right: 0;
    }

    .steiger-block-intro .col:last-child {
        width: 55%;
    }

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

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

    .service-row .col:last-child {
        margin-top: 50px;
    }

    .steiger-block-usp .col-left {
        padding: 75px 5% 75px 5%;
        width: 100%;
    }

    .steiger-block-usp .cta-button-wrapper {
        margin-top: 70px;
    }

    h1, .single-post-header-title {
        font-size: 2.8em;
    }

    .steiger-block-services {
        padding: 50px 0 100px;
    }

    .steiger-block-usp .col-bg {
        height: 375px;
        width: 100%;
    }

    .process-blocks-row .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .steiger-block-process {
        padding: 100px 0 65px;
    }

    .steiger-block-process .section-title-wrapper {
        padding-bottom: 50px;
    }

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

    .newsletter-row .col {
        width: 100% !important;
    }

    html .formcraft-css .fc-form-4.align-left {
        margin-left: 0;
        margin-right: 0;
    }

    .newsletter-row .col.newsletter-col {
        width: 75% !important;
        padding-top: 25px;
    }

    .footer-row .col {
        width: 30% !important;
    }

    .footer-row .col:first-child {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 50px;
    }

    .credits-row .col {
        width: 50% !important;
    }

    .social-col {
        justify-content: flex-end;
    }

    .credits-row .col.aspkom-col {
        justify-content: center;
        align-items: center;
        width: 100% !important;
        padding-top: 15px;
    }

    #toTop {
        width: 45px;
        height: 45px;
        right: 25px;
        bottom: 100px;
    }

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

    .steiger-block-content .col-left-img:before {
        padding-top: 60%;
    }

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

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

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

    .steiger-block-stellen {
        padding: 100px 0;
    }

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

    .steiger-block-stellen .half-half-row .col.col-left {
        margin-bottom: 50px;
    }

    .steiger-block-stellen .half-half-row .col:last-child {
        height: 375px;
    }

    .page-id-239 #referenzen {
        padding: 50px 0 125px;
    }

    .steiger-block-content .section-title-wrapper {
        padding-bottom: 30px;
    }

    .abo-blocks-row .col {
        width: 47.5%;
    }

    .steiger-block-abos {
        padding: 125px 0;
    }

    .steiger-block-video {
        padding: 125px 0 125px;
    }

    .button.menu-trigger {
        transform: translate(0, 0px);
    }

    .button.close-menu {
        transform: translate(0, -12px);
    }

    .header-is-sticky .button.menu-trigger {
        transform: translate(0, 10px);
    }

    .header-is-sticky .button.close-menu {
        transform: translate(0, 0);
    }

    #kundenberichte {
        padding: 25px 0 50px;
    }

    li.sf-field-sort_order {
        display: none !important;
    }

    li.sf-field-category {
        width: 100%;
        padding: 0 !important;
    }

    #post-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 75px;
    }

    #sidebar {
        width: 60%;
        margin: 0 auto;
    }

    #post-section {
        padding: 75px 0 50px;
    }

    ul.sub-menu {
        display: none;
    }

    ul.sub-menu.sub-active {
        display: block !important;
    }

    .row.overlay-menu-row {
        padding-top: 50px;
    }

    ul#primary-menu {
        padding-bottom: 100px;
    }

    section#overlay-menu {
        overflow: auto;
    }

    .asp-block-003 .row .col-left {
        padding: 75px 5% 75px;
    }

    .asp-block-003 p {
        margin-bottom: 2.5em;
    }

    .asp-block-003 p:last-child {
        margin-bottom: 0;
    }

    .sidebar-newsletter {
        display: none;
    }

    .steiger-block-contact .col {
        width: 80%;
        max-width: 100%;
        margin-right: 0;
    }

    .steiger-block-contact .col:last-child {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 75px;
    }

    /* Deko Logos */
    .steiger-block-content .col-right:after,
    #news-home:after,
    .steiger-block-faq:after,
    .steiger-block-intro:after,
    .steiger-block-usp:after,
    .steiger-block-warum-steiger:after,
    #offerte::after,
    .overlay-section:after {
        display: none;
    }



}



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


    body {
        font-size: 14px;
    }

    .button.menu-trigger {
        transform: translate(0, 0px);
        padding: 0 !important;
        border: none;
        min-width: 0 !important;
        font-size: 0;
    }

    .trigger-text:before {
        height: 22px;
        width: 42px;
        margin-right: 0;
    }

    #home-intro .row .col {
        width: 100%;
        margin-right: 0;
    }

    #home-intro .row .col:first-child {
        margin-bottom: 25px;
    }

    .cta-button-wrapper .button {
        margin-right: auto;
        margin-left: 0;
        width: 80%;
    }

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

    .asp-block-007 {
        padding: 175px 0 75px;
        max-height: none;
        height: auto;
		min-height: 100vh;
    }

    .asp-block-007 .cta-button-wrapper {
        margin-top: 45px;
        text-align: center;
    }

    .hero-video-bg {
        display: none;
    }

    #home {
        background-image: url(/wp-content/uploads/2022/10/Steiger-Gartenbau-145.jpg);
    }

    h1, .single-post-header-title {
        font-size: 2.4em;
    }

    h2 {
        font-size: 2em;
    }

    .steiger-block-content h2 {
        max-width: 100%;
    }

    .steiger-block-content .lead {
        margin-left: 0;
        max-width: 100%;
    }

    .asp-block-003 ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

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

    .asp-block-003 .cta-button-wrapper .button {
        width: 100% !important;
    }

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

    .asp-block-003 .cta-button-wrapper {
        margin-top: 35px;
        width: 100%;
    }

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

    .news-item {
        text-align: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .newsletter-row .col.newsletter-col {
        width: 100% !important;
        padding-top: 15px;
    }

    .footer-row .col.footer-menu-col {
        width: 100% !important;
        margin-right: 0;
        order: 3;
        margin-top: 35px;
    }

    .footer-row .col:first-child {
        margin-bottom: 35px;
    }

    ul#footer-menu {
        justify-content: center;
        text-align: center;
    }

    ul#footer-menu li {
        width: 100%;
    }

    .footer-row .col.footer-address-col {
        text-align: center;
        width: 100% !important;
        order: 2;
    }

    .footer-row .col.footer-badge-col {
        text-align: center;
        width: 100% !important;
        order: 4;
        margin-top: 35px;
    }

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

    .credits-row .col {
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .credits-row .col.aspkom-col {
        padding-top: 0;
        margin-bottom: 0;
    }

    .social-col {
        justify-content: center;
    }

    .social-col span {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .social-col a:not(:last-child) {
        margin-right: 15px;
    }

    .social-col img {
        width: 22px;
    }

    #home-intro {
        padding: 75px 0 25px;
    }

    .steiger-block-content .cta-button-wrapper {
        text-align: center;
    }

    ul.slick-dots button {
        height: 10px;
        width: 10px;
        margin: 0px 4px;
    }

    ul.slick-dots {
        bottom: -30px;
    }
    
    #referenzen .section-title-wrapper {
        padding-bottom: 35px;
    }

    #news-home .section-title-wrapper {
        padding-bottom: 50px;
    }

    #kundenberichte .section-title-wrapper {
        padding-bottom: 35px;
    }

    .slick-arrow {
        left: -15px;
    }

    .slider-nav-next.slick-arrow {
        right: -15px;
    }

    #referenzen {
        padding: 75px 0 75px;
    }

    .toggle-heading {
        padding: 20px 50px 20px 25px;
        border-radius: 14px;
    }

    .toggle-body {
        border-radius: 0 0 14px 14px;
        padding: 35px 25px 25px;
    }

    .toggle-heading:after {
        height: 28px;
        width: 28px;
        top: calc(50% - 14px);
    }

    #toTop {
        width: 40px;
        height: 40px;
        right: 4%;
        bottom: 20px;
    }

    .newsletter-row {
        padding: 35px 0;
    }

    html .formcraft-css .fc-form .form-element .submit-cover .submit-button {
        padding: 14px 25px 12px !important;
    }

    .nav-slider-item {
        height: 150px;
        padding: 30px 45px;
    }

    .quotes {
        width: 35px;
    }

    ul.sub-menu {
        margin-top: 20px;
        padding-left: 0;
    }

    section#overlay-menu {
        overflow: auto;
    }

    ul#primary-menu > li > a {
        font-size: 2em;
    }

    .sub-menu a {
        font-size: 1.3em;
    }

    .steiger-block-intro .cta-button-wrapper {
        text-align: center;
    }

    .steiger-block-intro .col:last-child {
        width: 100%;
    }

    .steiger-block-intro .col-right li {
        padding-left: 75px;
    }

    .service-row .cta-button-wrapper {
        width: 100%;
        text-align: center;
    }

    .service-row {
        padding: 50px 0;
    }

    .steiger-block-usp .cta-button-wrapper {
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }

    .steiger-block-usp .usp-list li, .steiger-block-warum-steiger .usp-list li {
        padding-left: 75px;
    }

    .steiger-block-usp .col-bg {
        height: 300px;
        width: 100%;
    }

    #offerte .section-title-wrapper {
        text-align: center;
        padding-bottom: 50px;
    }

    .abo-blocks-row .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .steiger-block-abos .section-title-wrapper {
        padding-bottom: 50px;
    }

    .steiger-block-abos {
        padding: 100px 0 65px;
    }

    .steiger-block-pageheader {
        padding: 125px 0 50px;
    }

    .steiger-block-warum-steiger {
        margin-top: 100px;
        padding: 75px 0 0;
    }

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

    .einzugsgebiete {
        padding: 35px 30px;
        margin-top: 45px;
        width: 100%;
    }

    .einzugsgebiete-row {
        padding-top: 0;
    }

    .team-item {
        width: 100%;
        margin-right: 0;
    }

    #ansprechpartner:before {
        height: 400px;
    }

    #ansprechpartner {
        padding: 75px 0 0;
    }

    .steiger-block-stellen .cta-button-wrapper {
        padding-top: 50px;
        padding-left: 0;
    }

    .steiger-block-stellen .half-half-row .col:last-child {
        height: 300px;
    }

    .fbc-page .fbc-wrap .fbc-items li {
        font-size: 14px !important;
    }

    .fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
        font-size: 14px !important;
    }

    #header.header-is-sticky .button.menu-trigger {
        border: none;
    }

    #header, #header.header-is-sticky {
        padding: 10px 0;
        height: 90px;
    }

    .logo {
        width: 175px;
        transform: translate(0, 9px);
    }

    .logo-sticky {
        width: 175px;
        transform: translate(0, 9px);
    }

    .button.menu-trigger {
        transform: translate(15px, 7px);
    }

    .header-is-sticky .button.menu-trigger {
        transform: translate(15px, 10px);
    }

    span.close-text:before {
        content: '';
        height: 38px;
        width: 30px;
        display: inline-block;
        vertical-align: top;
        background-image: url(/wp-content/uploads/2022/09/ICON_Close_weiss.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: -25px;
        transition: all 300ms ease-in-out;
    }

    .button.close-menu {
        transform: translate(0, 0);
        font-size: 0;
        background: transparent !important;
        border: none !important;
        min-width: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .overlay-close-row {
        height: 90px;
        padding: 10px 0;
    }

    .overlay-close-row .logo {
        transform: translate(0, 4px);
    }

    .overlay-section.header-is-sticky .logo {
        width: 175px;
    }

    .abo-details {
        font-size: 100%;
    }

    html .formcraft-css .fc-form.align-left {
        font-size: 95% !important;
    }

    img.team-photo {
        margin-bottom: 15px;
    }

    .stellen-item a {
        max-width: 80%;
    }

    .stellen-item {
        border-radius: 14px;
    }

    #sidebar {
        width: 100%;
        margin: 0 auto;
    }

    li.sf-field-category > ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    li.sf-field-category > ul > li {
        width: 100%;
        text-align: center;
        padding-bottom: 10px !important;
    }

    .cta-button-wrapper .link:after {
        display: none;
    }

    .steiger-block-contact .col:last-child {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }

    .contact-address {
        margin-bottom: 35px;
    }

    .contact-container {
        display: flex;
        flex-wrap: wrap;
        justify-content:flex-start;
        margin-top: 35px;
    }

    .contact-right {
        padding-left: 40px;
        margin-top: 50px;
    }

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

    html .formcraft-css .fc-form-1 .form-element .submit-cover.align-center .submit-button {
        margin-top: 0 !important;
    }

    .steiger-block-contact {
        padding: 75px 0;
    }


}