/*
Theme Name: SURER Theme
Theme URI: http://www.madebymuse.de
Description: Theme für Surer Kipper Transport AG
Author URI: http://www.madebymuse.de
Version: 3.3
*/



@font-face {

  font-family: 'Barlow';

  font-style: normal;

  font-weight: 600;

  src: url('/wp-content/themes/surer/css/fonts/Barlow-Bold.ttf'); /* IE9 Compat Modes */

  src: url('/wp-content/themes/surer/css/fonts/Barlow-Bold.ttf')

    format('truetype');

}
@font-face {

  font-family: 'Barlow';

  font-style: normal;

  font-weight: 500;

  src: url('/wp-content/themes/surer/css/fonts/Barlow-Medium.ttf'); /* IE9 Compat Modes */

  src: url('/wp-content/themes/surer/css/fonts/Barlow-Medium.ttf')

    format('truetype');

}

@font-face {

  font-family: 'Barlow';

  font-style: normal;

  font-weight: 400;

  src: url('/wp-content/themes/surer/css/fonts/Barlow-Regular.ttf'); /* IE9 Compat Modes */

  src: url('/wp-content/themes/surer/css/fonts/Barlow-Regular.ttf')

    format('truetype');

}

@font-face {

  font-family: 'ArchivoBlack';

  font-style: normal;

  font-weight: bold;

  src: url('/wp-content/themes/surer/css/fonts/ArchivoBlack-Regular.ttf'); /* IE9 Compat Modes */

  src: url('/wp-content/themes/surer/css/fonts/ArchivoBlack-Regular.ttf')

    format('truetype');

}

:root{
  --surer-yellow: #ffed00;
  --surer-light-yellow: #f9ee5d;
  --surer-grey: #505050;
  --surer-light-grey: #f6f6f6;
  --surer-mediumlight-grey: #eeeeee;
}

*, :after, :before {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-text-size-adjust: 100% !important;
}
p:empty {
  display: none;
}
html{
  overflow-x: clip;
}

html, body{
  	margin: 0;
	padding: 0;
	perspective: unset;
	-webkit-perspective: unset;
  -webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-rendering: optimizeLegibility;
overflow-x: clip;

}
.isAndroid{
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{
	font-size: 19px;
	font-family: 'Barlow', sans-serif;
	color: #111;
	background: #fff;
	-webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -webkit-overflow-scrolling: touch;
	font-weight: 400;
	min-height: 100vh;
	line-height: 1.59em;
}

.site-branding img {
  width: 100%;
  height: auto;
  opacity: .95;
}
.site-branding {
  max-width: 200px;
  width: 100%;
  position: fixed;
  transition: all 0.3s ;
  top: 40px;
}
#mastheader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  opacity: 0;
  z-index: 1000;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.loaded #mastheader {
  transition-delay: .1s;
  opacity: 1;
}

#mastheader-backdrop {
  width: 100%;
  height: 110px;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  transition: top .3s;
}
.inner-mastheader {
  width: 94%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: safe;
  padding: 50px 0 10px;
  transition: 0.3s ease-in-out;
  _max-width: 1500px;
  position: relative;
  min-height: 100px;
}

/* MENU */
#menu-item-wpml-ls-2-fr {
  margin-left: 10px !important;
}
.wpml-ls-item-fr > a > span {
  border-left: 2px solid currentColor;
  padding-left: 10px;
  line-height: 1;
  display: inline-block;
}
.home .wpml-ls-item-fr > a > span{
  border-left: 2px solid currentColor;
}
nav {
  margin-top: -10px;

}
#menu-main-menu {
  margin: 0;
}
.mobilMenu{
  display: none;
}
#menu-main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#menu-main-menu li {
  display: block;
}
#menu-main-menu li:not(:first-of-type) {
  margin-left: 56px;
}
#menu-main-menu li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Barlow';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: 19px;
    display: block;
    padding: 5px 0 5px;
  }

#menu-main-menu li:not(.wpml-ls-item) a:hover{
color: #9c9e9f!important;
transition: 0.15s ease-in-out;
}
.wpml-ls-item a > span > span{
  transition: 0.15s ease-in-out;
}

.impressum #sub-hero p > a{
  color: #111;
}
.impressum #sub-hero p > a:hover{
  color: #9c9e9f;
}

.ui-autocomplete {
  z-index: 100;
    overflow-y: auto;
    max-height: 250px !important;
    height: auto !important;
    font-size: 16px !important;
  padding: 5px 10px !important;
}

#menu-main-menu > li.current-menu-item > a,
.wpml-ls-current-language > a > span > span,
.wpml-ls-item a:hover > span > span,
#menu-main-menu > .current-menu-ancestor > a{
color: #9c9e9f !important;
}
.surer-yellow-highlighted .wpml-ls-current-language > a > span > span,
.surer-yellow-highlighted li.wpml-ls-item a:hover > span > span{
  color: var(--surer-yellow) !important;
  }
.surer-yellow-highlighted #menu-main-menu li:not(.wpml-ls-item) a:hover {
  color: var(--surer-yellow) !important;
  transition: 0.15s ease-in-out;
}
.menu-item-object-custom a {
  font-size: 20px !important;
}
.sub-menu {
  position: absolute;
  left: -20px;
  background: transparent;
  padding: 15px 20px 15px;
  min-width: 230px;
  display: none;
  top: 38px;
  z-index: 1;
}

#menu-main-menu li {
  position: relative;
}
.sub-menu li {
  margin: 0 !important;
}
.sub-menu li a {
  padding: 5px 0px !important;
  font-weight: 500 !important;
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
  -webkit-text-stroke: 0px;
}
.sub-menu li a:hover {
-webkit-text-stroke: 0.75px;
}
footer .m-pb {
  padding-bottom: 10px;
}

.sub-menu li {
  border-bottom: 1px solid var(--surer-yellow);
}
.sub-menu li:first-of-type {
  border-top: 1px solid var(--surer-yellow);
}
.home #scroll-horizontal-wrapper strong {
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
}


/* TABLES and ACCORDIONS */
.tablepress caption {
  display: none !important;
}
.sow-accordion-panel-border {
  padding: 0 !important;
  background: none !important;
  color: #fff !important;
}
.tablepress > :where(tbody) > tr > * {
  color: #fff !important;
  background: #3c3c3c !important;
}
.tablepress > :where(thead, tfoot) > * > th {
  background: none !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.light .sow-accordion-panel-border {
  color: #fff !important;
}
.light .tablepress > :where(tbody) > tr > * {
  color: #000 !important;
  background: #f6f6f6 !important;
}
.light .tablepress > :where(thead, tfoot) > * > th {
  color: #000 !important;
}
.sow-accordion-panel-header {
  background: none !important;
  padding: 8px 0 20px !important;
  margin-top: 10px;
  border-bottom: 2px solid currentColor;
}
.sow-accordion-panel-header .sow-accordion-title,
.sow-accordion-panel-header .sow-accordion-open-close-button{
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.sow-accordion-panel-header:hover .sow-accordion-title,
.sow-accordion-panel-header:hover .sow-accordion-open-close-button{
  color: var(--surer-yellow) !important
}
.sow-accordion-title.sow-accordion-title-icon-left {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif !important;
  text-transform: uppercase;
}
.light .sow-accordion-panel-header {
  color: #000 !important;
}
.sow-accordion-open-close-button .ti-angle-down {
  display: block;
  font-weight: bold;
  -webkit-text-stroke: 1.75px;
}
.pre-accordion-dblrow {
  margin-top: 90px;
}
.sow-accordion-open-close-button{
  transform: rotate(0);
  transition: 0.3s ease-in-out;
}
.sow-accordion-panel-open .sow-accordion-open-close-button{
  transform: rotate(180deg);
}
.tablepress:not(.tablepress-id-3, .tablepress-id-5) .column-2 {
  width: 260px !important;
}
.tablepress:not(.tablepress-id-3, .tablepress-id-5) .column-1 {
  width: 120px !important;
}
.sow-accordion-panel-border > p {
  display: none;
}
#pg-21-2 .dark,
#pg-23-2 .dark {
  padding-bottom: 50px;
}
.always-open .sow-accordion-panel-header {
  pointer-events: none !important;
}
.always-open .sow-accordion-open-close-button{
  display: none !important;
}
.spacer-bottom {
  margin-bottom: 30px;
}
#pg-21-4 .light,
#pg-23-4 .light {
  padding-bottom: 50px;
}
.tables-with-images .sow-accordion-panel-border {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tables-with-images .sow-accordion-panel-border table {
  width: 50%;
  margin: 0px;
}
.tables-with-images .sow-accordion-panel-border img {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.tablepress tr > * {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
/* FORM */

.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #000;
  padding: 16px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  resize: none;
}
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 850px;
  margin: auto;
}
label > br {
  display: none;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary.big-more-btn {
  font-weight: inherit !important;
  border: none !important;
  font-size: clamp(18px, 2.5vw, 21px);
  font-weight: 500;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary.big-more-btn .btn-text {
  word-spacing: 0.15em;
}
.wpcf7-form p {
  width: 100%;
  margin: 0 0 30px;
}
.wpcf7-form p:nth-of-type(1), .wpcf7-form p:nth-of-type(2) {
  width: calc(50% - 15px);
  margin: 0 0 30px;
}

#pg-19-1 {
  margin-bottom: 40px !important;
}
/* HERO */
#sub-hero {
  padding-top: 120px;
}
#sub-hero h1{
  margin-bottom: 30px;
  margin-top: 115px;
}
#sub-hero h1 a,
#sub-hero h2 a{
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#sub-hero h1 a:hover,
#sub-hero h2 a:hover{
  color: #9c9e9f;
}
#hero {
  height: 100vh;
  height: calc((var(--vh2, 1vh) * 100) );
  width: 100%;
  position: relative;
}
.ios #hero{
  height: calc((var(--vh, 1vh) * 100) );
}
.ios .navbar.navbar-fixed-top{
  height: calc((var(--vh2, 1vh) * 100) );
}
.ios .navbar.navbar-fixed-top{
  overflow: auto;
  -webkit-overflow: auto;
}
#hero #hero-image,
#hero #hero-image img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: top center;
}
#hero-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--surer-grey);
  opacity: .25;
  mix-blend-mode: multiply;
}
#hero-text {
  position: absolute;
  z-index: 3;
  top: 60%;
  transform: translate(-50%,-60%);
  left: 50%;
  color: #fff;
  font-family: ArchivoBlack;
  text-transform: uppercase;
  font-size: clamp(48px, 8.5vw, 122px);
  line-height: 1;
  width: 90%;
  text-align: center;
}

/* .big-more-btn {
  background: #000;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 500;
  border-radius: 0px;
  padding: 20px 20px;
  max-width: 360px;
  width: fit-content;
  display: block;
  margin: auto;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
} */

.btn-text {
  position: relative;
  z-index: 1;
}
.big-more-btn:before{
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
  background: var(--surer-grey);
}
.big-more-btn:hover:before{
  width: 100%;
}
.hero-text-with-overlay p {
  margin-bottom: 56px;
}
.big-more-btn {
  display: inline-flex !important;
  align-items: start;
}
.content-section .big-more-btn {
  color: var(--surer-grey);
  background: var(--surer-light-yellow);
  text-decoration: none;
  position: relative;
  font-size: clamp(18px, 2.5vw, 21px);
  font-weight: 600;
  padding: 20px 20px;
  max-width: 360px;
  width: fit-content;
  display: block;
  margin: 50px 0 0;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  text-transform: unset !important;
  font-family: 'Barlow' !important;
}
.lang-fr .content-section .big-more-btn {
  max-width: 492px;
}
.content-section .big-more-btn:hover{
color: var(--surer-yellow);
} 
.subcat-boxes {
  margin-bottom: 40px;
}
.content-section .big-more-btn:before{
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
  background: var(--surer-grey)
}
.big-more-btn:hover:before{
  width: 100%;
}

.big-more-btn svg {
  width: 20px;
  min-width: 20px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: 6px;
}
.big-more-btn svg path{
  fill: currentColor !important;
}
/* .big-more-btn::after {
  content: '';
  font-family: themify;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  content: "\e628";
  -webkit-text-stroke: 1px;
  display: inline-block;
  margin-top: 0;
  position: relative;
  z-index: 2;
  margin-left: 5px;
  line-height: 1;
  top: 1px;
  transform: scale(.9);
} */

/* CONTENT */

/* MASONARY */
/* .dbl-row .sow-image-container {
  height: 0;
  padding-bottom: 85%;
  position: relative;
  overflow: hidden;
}*/
.dbl-row .panel-grid-cell{
  height: 0;
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
}
.dbl-row .sow-image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
} 

.content-section{
  padding-top: 60px;
  padding-bottom: 60px;
  width: 82%;
  max-width: 1360px;
  margin: auto;
}
.content-section-left{
  padding-top: 60px;
  padding-bottom: 60px;
  width: 91%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: 0;
}
.content-section.no-pt{
  padding-top: 0;
}
.content-section.no-pb{
  padding-bottom: 0;
}
.content-section-icons {
  max-width: 940px;
}
.content-section-icons .so-panel:last-of-type p a:not(.big-more-btn) {
  text-decoration: none;
  color: var(--nager-dark-green);
}
.content-section-after-hero h1 {
  margin-bottom: 35px;
}
.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5{
  color: #000000;
}
.home .content-section h1, .home .content-section h2, .content-section h3:not(.widget-title){
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.2;
}
body:not(.home) .content-section h1, body:not(.home) .content-section h2 {
  font-size: clamp(48px, 7.5vw, 100px);
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  line-height: 1.2;
}
body:not(.home).kontakt .content-section h1, body:not(.home).kontakt .content-section h2 {
  font-size: clamp(34px, 5vw, 68px);
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  line-height: 1.2;
}
.kontakt #sub-hero h1, .kontakt #sub-hero h2 {
  margin-top: 0;
}
.kontakt #sub-hero .so-panel:not(:first-of-type) h2{
  margin-bottom: 30px;
}
.kontakt #sub-hero {
  padding-bottom: 100px;
}
#standorte-surer p a{
  color: #000;
  text-decoration: none;
}
.kontakt #sub-hero .so-panel:first-of-type h4 {
  margin-top: 128px;
} 
.kontakt #sub-hero h4 {
  margin-bottom: 20px;
}
.kontakt #sub-hero .so-panel{
  border-bottom: 1.3px solid;
}
.img_overlay_background h1, .img_overlay_background h2, .img_overlay_background h3{
  color: #fff !important;
}
#mulden-cta-home h2, #mulden-cta-home img {
  margin-top: 46px;
}
/* .content-section h2{
  font-size: clamp(34px, 5.5vw, 56px);
  line-height: 1.2;
  font-weight: 500;
  } */

.subcat-boxes .panel-grid-cell {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 33.333%;
}
.subcat-boxes .panel-grid-cell .panel-last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.subcat-boxes .panel-grid-cell .panel-last-child img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}
.subcat-boxes .panel-grid-cell .panel-first-child {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,97,224,.8);
  top: 100%;
  transition: 0.35s ease-in-out;
  pointer-events: none;
}
.subcat-boxes .panel-grid-cell:hover .panel-first-child {
  top: 0%;
}
.subcat-boxes .panel-grid-cell .panel-first-child .textwidget a{
  color: #fff;
  text-decoration: none;
}
.subcat-boxes .panel-grid-cell .panel-first-child .textwidget strong {
  font-weight: 400;
  font-size: clamp(28px, 3vw, 46px);
}
.subcat-boxes .panel-grid-cell .panel-first-child .textwidget{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.sow-carousel-wrapper > div {
  max-width: 860px;
  margin: auto !important;
}
.sow-carousel-wrapper strong{
font-size: clamp(26px, 4vw, 38px);
font-weight: 500;
}
.sow-carousel-previous {
  border: none !important;
}
.sow-carousel-wrapper strong {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 500;
  margin-bottom: 40px;
  display: block;
}
.home #ueberuns .ti-header.source-Google {
  margin-bottom: 30px;
}
.sow-carousel-container a.sow-carousel-previous::before {
  content: "«" !important;
  font-size: 132px;
  font-family: Montserrat;
  font-weight: 500;
  position: relative;
  top: 10px;
}
.sow-carousel-next {
  border: none !important;
}
.sow-carousel-container a.sow-carousel-next::after {
  content: "»" !important;
  font-size: 132px;
  font-family: Montserrat;
  font-weight: 500;
  position: relative;
  top: 10px;
}
.slick-slide {
  margin-bottom: 10px !important;
}
.content-section .small-text {
  max-width: 860px;
}
.lang-fr .content-section .small-text {
  max-width: 920px;
}
.content-section p {
  font-size: 22px;
  line-height: 1.6;
}
.content-section h3 {
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
  font-weight: 500;
  _text-transform: uppercase;
  letter-spacing: .08rem;
  _word-spacing: .5rem;
}
.content-section h4{
  
}
#menu-main-menu li a {
  letter-spacing: .8px;
}
.inner-icon-row .so-widget-image {
  max-height: 140px;
  margin-top: 30px;
  width: auto;
}
.inner-icon-row .panel-grid {
  align-items: center !important;
}
.inner-icon-row .panel-grid .panel-grid-cell{
  width: 50% !important;
}
.inner-icon-row p {
  text-align: right;
  color: #dbe9dc;
  font-weight: bold;
  font-size: 240px;
  line-height: 100%;
  margin: 0;
}
.icons-right .inner-icon-row p {
  text-align: right;
  position: relative;
  right: -16px;
}
.icons-left .inner-icon-row p {
  text-align: left;
  position: relative;
  left: -16px;
  z-index: -1;
}
.icons-right .inner-icon-row img {
  position: relative;
  left: -16px;
}
.icons-left .inner-icon-row img {
  position: relative;
  right: -16px;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg p, .dark-bg li{
  color: #fff;
}
.dark-bg{
  background: var(--surer-grey);
}

.content-section .inner-section-headline h2 {
  font-size: clamp(34px, 4.5vw, 76px) !important;
}
/* PROJEKTE GALLERY GRID
#muse-portfolio {
  background: #fff;
}
.col-md-2.text-center.mp-box{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.col-md-2.text-center.mp-box:first-of-type {
  height: 100%;
  aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.col-md-2.text-center.mp-box:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.col-md-2.text-center.mp-box:nth-of-type(3) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.col-md-2.text-center.mp-box:nth-of-type(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

#muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:first-of-type {
  height: 100%;
  aspect-ratio: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
#muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:nth-of-type(2) {
  height: 100%;
  aspect-ratio: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
#muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 100%;
  aspect-ratio: 1;
}
#muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 100%;
  aspect-ratio: 1;
}

#muse-portfolio .grid-row{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, auto);
grid-gap: 8px;
}
#muse-portfolio .grid-row:not(:first-of-type){
  margin-top: 8px;
}



.mp-box-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,97,224,.8);
  top: 100%;
  transition: 0.35s ease-in-out;
  pointer-events: none;
}

.mp-box-overlay-textwrapper {
  position: absolute;
  width: 100%;
  top: 125%;
  transition: 0.4s ease-in-out;
  transform: translateY(-50%);
}
.col-md-2.text-center.mp-box:hover .mp-box-overlay-textwrapper {
  top: 50%;
}
.mp-box-overlay h4 {
  font-weight: 400;
  font-size: clamp(28px, 3vw, 46px);
  text-align: center;
  line-height: 1.1;
}
.mp-box-overlay h4 a{
  color: #fff;
  text-decoration: none;
}  
.col-md-2.text-center.mp-box:hover .mp-box-overlay {
  top: 0%;
}
.mp-link{
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.mp-link .img-fluid{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
} */

.cta-icons .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cta-icons .panel-grid-cell .so-panel {
  width: 30%;
  text-align: center !important;
}

/* Horiz. Scroll Area */
/* html.fixed, body.fixed {
  overflow: hidden;
} */
#animate-icons-job {
  margin-top: -60px;
  padding-bottom: 40px;
}
#animate-icons-job .cta-icons .panel-grid-cell .so-panel {
  width: 48% !important;
}
#animate-icons-job .cta-icons .panel-grid-cell .so-panel a {
  color: #fff;
  text-decoration: none;
  transition: all .45s ease-out;
}
#animate-icons-job .cta-icons .panel-grid-cell .so-panel:hover a{
  color: #fff;
}
#animate-icons-job .cta-icons .panel-grid-cell .so-panel img{
  transition: all .45s ease-out;
}
#animate-icons-job .cta-icons .panel-grid-cell .so-panel:hover img{
-webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.cta-icons p:first-of-type {
  height: 90px;
  width: 90px;
  position: relative;
}
.cta-icons #notfall p:first-of-type {
  height: 90px;
  width: 100%;
}
.cta-icons p:first-of-type img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
}
#maps {
  height: 75vh;
  margin-top: -30px;
  outline: none  !important;
}
.cta-icons.cta-icons-sm {
  max-width: 900px;
  margin: auto;
}


#scroll-horizontal-wrapper .pin-spacer > .panel-grid-cell {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: flex-start;
}
/* #scroll-horizontal .content-section .panel-grid:last-of-type{
  overflow: scroll;
  scrollbar-width: none;
}
#scroll-horizontal .content-section .panel-grid:last-of-type::-webkit-scrollbar {
  display: none;
} */
.home #scroll-horizontal-wrapper .panel-grid-cell .so-panel {
  _min-width: 50%;
  /* background: #4f8590; */
  margin-right: 0vw;
  /* padding: 20px 30px; */
  text-align: center;
  position: relative;
  flex: 0 0 380px !important;
}
.home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:nth-child(2){
flex: 0 0 280px !important;
}
.home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 100%;
  height: -webkit-fill-available;
  position: absolute;
  right: 0;
  z-index: 100;
  background: #fff;
  transform: rotate(20deg);
}
.home #scroll-horizontal-wrapper .panel-grid-cell .so-panel .so-widget-sow-editor{
  width: 100%;
}
.home #scroll-horizontal-wrapper img {
  width: 200px;
}
#scroll-horizontal-wrapper p strong {
  font-weight: 500;
}

.parallax {
  background-position: center;
  height: 75vh;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.ios .parallax {
  background-position: center !important;
  height: 65vh;
  width: 100%;
  background-attachment: scroll !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.ios .img_overlay_background{
  background-attachment: fixed;
  background-size: 600%;
  background-position: 50% 33%;
  background-repeat: no-repeat;
}
.navbar.navbar-fixed-top {
  margin: 0 0 0 auto;
  position: fixed;
  top: 47px;
  right: 3%;
  transition: top 0.3s;
}

/* .home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:after{
  width: 0; 
  content: "";
  height: 0; 
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #4f8590;
  z-index: -1;
}
.home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:nth-of-type(odd):after{
  width: 0; 
  content: "";
  height: 0; 
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid #4f8590;
  border-left: none;
  z-index: -1;
} */

#scroll-horizontal .content-section .panel-grid:last-of-type {
  _overflow-x: scroll;
  _scrollbar-width: none;
  padding-bottom: 40px;
}

/* Footer */

footer{
  background: #3c3c3c;
  color: #fff
}
.mitgliedschaften p + p {
  display: flex;
  flex-wrap: wrap;
}
.mitgliedschaften p + p a {
  max-width: 85px;
  margin-right: 10px;
  margin-top: 10px;
}
.zertifizierungen img {
  max-width: 195px;
  margin-left: -5px;
  margin-top: 5px;
  margin-bottom: 0px;
}
footer .content-section{
  max-width: unset;
  padding-top: 80px;
}
footer #footer_form .panel-grid:last-of-type .content-section{
width: 92%;
}
footer .content-section p{
line-height: 1.6; 
font-size: 24px;
}
footer p{
  margin: 0;
}
footer a{
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}
footer a:hover{
  color: var(--surer-yellow);
}
.social-icons a:last-of-type {
  color: #fff;
  padding: 6px 7px;
  display: inline-block;
  margin-top: 28px;
  border-radius: 8px;
  font-size: 37px;
  position: relative;
  top: 4px;
  -webkit-text-stroke: .5px;
  margin-left: 10px;
}
#footer_form .panel-grid-cell {
  position: relative;
}
#footer_form .panel-grid-cell .social-icons {
  position: absolute;
  bottom: 20px;
}
.social-icons a:first-of-type {
  background: #fff;
  color: var(--surer-grey);
  padding: 1px 7px 7px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 26px;
}
.social-icons a:first-of-type span {
  font-weight: lighter !important;
  position: relative;
  top: 5px;
}

.social-icons a:first-of-type:hover{
  background: var(--surer-yellow);
}


/* SUB HERO */

#dark-bg {
  color: #fff;
  /* padding-top: 60px;
  padding-bottom: 60px;
  position: relative; */
}

#dark-green-hero:after{
  content: "";
  width: 0; 
  height: 0; 
  position: absolute;
  bottom: -60px;
  left: 20vw;
  _transform: translateX(-50%);
  pointer-events: none;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid var(--nager-dark-green);
}

#dark-green-hero h1 {
  font-size: clamp(34px, 6vw, 70px);
  line-height: 1.1;
  margin-bottom: 50px;
}
#dark-green-hero p {
  font-size: 26px;
  line-height: 1.3;
}
#dark-green-hero .panel-grid-cell {
  width: 82%;
  max-width: 1360px;
  margin: auto;
}

/* WHITE INFO BOXES*/
#panel-1168-2-0-2 .white-box.img_left.after_speechbubble {
  margin-top: -30px;
}
.white-box {
  background: #cadcc9;
  padding: 42px 52px;
  border-radius: 3px;
}
.wb-first-Img img {
  display: block;
  margin: auto;
    margin-top: auto;
  transform: translateX(90px);
  max-width: 400px !important;
  margin-top: 20px;
}
#backToTop {
  font-size: clamp(28px, 3.6vw, 30px);
  -webkit-text-stroke: 2px;
  font-weight: bold !important;
  cursor: pointer;
}

#backToTop svg {
	width: 26px;
	display: inline-block;
	position: relative;
	top: 8px;
  }
  #backToTop svg polygon{
    fill: #fff !important;
  }
.site-branding a {
  text-decoration: none;
}
.slogen {
  color: var(--nager-dark-green);
  font-weight: bold;
  font-size: 32px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
footer .content-section.sm-pb {
  padding-top: 100px;
  padding-bottom: 30px;
}
.site-branding.sb-footer {
  position: relative !important;
}
.site-branding.sb-footer svg path {
  fill: #fff !important;
}
.site-branding.sb-footer .slogen {
  color: #fff !important;
}
.slogen.visible{
  opacity: 1;
}
.site-branding svg path,
.site-branding svg polygon{
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}

.site-branding svg path.st0,
.site-branding svg polygon.st0{
  fill: var(--surer-yellow) !important;
}
.site-branding svg path:not(.st0){
  fill: #000 !important;
}


.pros-and-cons li {
  font-size: 26px;
  line-height: 1.4;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pros-and-cons .panel-grid .panel-grid-cell {
  width: 47% !important;
}
.page-id-1066 .white-box ul {
  padding: 0;
}
.page-id-1066 .white-box ul li {
  padding-left: 26px;
}
.pros-and-cons li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--nager-dark-green);
  position: absolute;
  border-radius: 100%;
  top: 24px;
  left: 0px;
}
.pros-and-cons img {
  max-width: 70px !important;
  display: block;
  margin: auto;
}

.pros-and-cons .panel-grid {
  align-items: stretch !important;
}
.pros-and-cons .panel-grid .panel-grid-cell {
  position: relative;
}
.wb-single-btn{
  position: relative;
}
.pros-and-cons .panel-grid .panel-grid-cell .big-more-btn {
  position: absolute;
  bottom: -39%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.wb-single-btn .big-more-btn {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#projects-home .big-more-btn,
#cta-section .big-more-btn{
  margin-top: 70px;
}
.wb-first-Img.centerd-img img {
  transform: unset;
  max-width: 250px !important;
}
.dark-bg .big-more-btn {
  min-width: 300px;
}
#scroll-horizontal .so-panel:first-of-type .content-section{
  padding-bottom: 0 !important;
}

/* WHITE BOX NUBERS */
.dotted-line {
  height: 0;
  max-height: calc(100% - 43px);
  width: 8px;
  position: absolute;
  left: 41px;
  top: 78px;
  content: "";
  background-image: radial-gradient(circle at 3px, var(--nager-dark-green) 3px, rgba(255,255,255,0) 3px), radial-gradient(circle, var(--nager-dark-green) 3px, rgba(255,255,255,0) 3px), radial-gradient(circle at 3px, var(--nager-dark-green) 3px, rgba(255,255,255,0) 3px), radial-gradient(circle, var(--nager-dark-green) 3px, rgba(255,255,255,0) 3px);
  background-position: bottom, right;
  background-size: 45px 8px, 8px 17px;
  background-repeat: repeat-x, repeat-y;
  
}

.number-list .panel-grid:last-of-type .dotted-line {
  display: none;
}
.number-list .panel-grid{
  position: relative;
}
.number-list .so-widget-image {
  max-width: 80px !important;
  margin-top: 7px;
  padding-left: 10px;  
  background: #cadcc9;
  position: relative;
  z-index: 2;
}
.number-list .panel-grid-cell:first-of-type {
  width: 100px !important;
}
.number-list .panel-grid-cell:last-of-type {
  width: calc(100% - 120px) !important;
}
.with_inner_speechbubble .white-box {
  margin-bottom: -30px !important;
}
.with_inner_speechbubble .big-speechbubble::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -60px;
  left: 60%;
  _transform: translateX(-50%);
  pointer-events: none;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid var(--nager-dark-green);
  border-right: 0;
}
.with_inner_speechbubble .big-speechbubble.triangel-left::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -60px;
  left: 20%;
  _transform: translateX(-50%);
  pointer-events: none;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid var(--nager-dark-green);
  border-left: 0;
}
.with_inner_speechbubble .big-speechbubble{
  padding: 60px;
}

.white-box.img-left {
  padding-left: 0;
  padding-top: 0;
}
.white-box.img-left .panel-grid-cell:last-of-type {
  padding-left: 30px;
}
.white-box.img-left .panel-grid-cell:last-of-type p:first-of-type {
  margin-top: -10px !important;
}
.white-box.img-left.after_speechbubble {
  margin-top: -30px;
  padding-top: 100px;
  margin-bottom: 60px !important;
}
body:not(.home) .sub-menu {
  background: var(--nager-dark-green);
}

.white-box.masonry {
  padding: 0;
}
.styled-list ul {
  margin: 90px 0 0;
  padding-left: 0;
}
.styled-list li{
  position: relative;
  list-style-type: none;
  font-size: 26px;
  line-height: 1.4;
  padding-left: 66px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px; 
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#zahlen_fakten h3 {
  margin-bottom: 0;
}
.styled-job-list li {
  border: none;
  padding-left: 40px;
  padding-top: 2px; 
  padding-bottom: 2px;
}
.styled-job-list ul:first-of-type {
  margin: 0 0 60px 0;
}
.styled-job-list ul:last-of-type {
  margin: 0 0 10px 0;
}
.big-speechbubble.triangel-left img {
  max-width: 1020px !important;
  display: block;
  margin: 60px auto 0;
  width: 100%;
}
.styled-list li span {
  display: inline-block;
  max-width: 800px;
  margin-left: 10px;
}
/* #pg-1168-7,
#pg-1064-3,
#pg-1068-3,
#pg-1070-1{
  margin-bottom: 60px;
} */
.team .wb-first-Img.centerd-img img {
  max-width: 410px !important;
}
.content-section h4 {
  font-size: clamp(22px, 3vw, 28px);
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .125em;
}

/* .styled-list li:before{
  color: var(--nager-dark-green);
  width: 36px;
  height: 36px;
  content: "";
 background: url('/wp-content/uploads/2024/07/check.png');
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
} */
.styled-job-list li::before {
  background: #fff !important;
  border-radius: 100% !important;
  left: 10px !important;
  content: "–";
  position: absolute;
  height: auto !important;
  background: none !important;
  width: auto !important;
  font-weight: bold;
}
.mitarbeiter-grid .panel-widget-style {
  height: 0;
  padding-bottom: 92.5%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: top right;
}
.mitarbeiter-grid .panel-grid {
  _margin-bottom: 30px !important;
}
.mitarbeiter-grid .panel-widget-style .so-widget-sow-editor {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,97,224,.8);
  top: 100%;
  transition: 0.35s ease-in-out;
  pointer-events: none;
}
.mitarbeiter-grid .panel-widget-style:hover .so-widget-sow-editor{
  top: 0;
}
.mitarbeiter-grid .panel-widget-style{
  position: relative;
}
.mitarbeiter-grid .panel-widget-style h3{
  color: #fff;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 46px);
  text-align: center;
  line-height: 1.1;
  margin-bottom: 10px;
}
.mitarbeiter-grid .panel-widget-style p{
margin-top: 20px;
color: #fff;
margin-bottom: 0;
font-size: 26px;
}
.mitarbeiter-grid .panel-widget-style .so-widget-sow-editor .textwidget {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
/* .mitarbeiter-grid .panel-widget-style:before{
  content: '';
  background: var(--nager-dark-green);
  opacity: 0.7;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.3s ease-in-out;
}

.mitarbeiter-grid .so-panel:hover .panel-widget-style:before{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
} */
/* .mitarbeiter-grid  .panel-grid:last-of-type{
  margin-bottom: 0 !important;
} */
.white-box.team {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.jobs .wb-first-Img.centerd-img img {
  max-width: 410px !important;
  margin-top: 20px;
}

#dark-green-hero .textwidget{
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
    transition-delay: 0s;
    opacity: 0;
}
.loaded #dark-green-hero .textwidget{
  transition-delay: .1s;
  opacity: 1;
}
.hero-text-with-overlay{
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;  
}
.loaded .hero-text-with-overlay {
  transition-delay: .1s;
  opacity: 1;
}
.content-section-icons .so-panel:last-of-type h3, .content-section-icons .so-panel:last-of-type p, #panel-1056-8-0-1,
.animate h1, .animate h2, .animate h3, .animate h4, .animate p, #maps,
.animate-icons .textwidget, .white-box,
.big-speechbubble, #iframe-eturnity,
.styled-job-list ul,
.animate .sow-accordion-wrapper,
.animate .sow-image-container img,
.video-section{
  opacity: 0;
  transform: translateY(40px);
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

#counter-1 p,
#counter-2 p,
#counter-3 p,
#counter-4 p,
#pg-17-1 .so-panel p, #pg-17-1 .so-panel img{
  opacity: 1 !important;
  transform: translateY(0px) !important;
}


/* MULDEN IMG ANAPSSUNG */
.surer_cart_item.item-mulde img {
  padding-top: 10px;
  margin-bottom: -10px;
}
li[data-category="selected_mulden"] img {
  padding-top: 20px;
}

#hero-text .textwidget{
  opacity: 0;
  transform: translateY(0px);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.animate-icons .so-panel:nth-of-type(2) .textwidget{
transition-delay: .15s;  
}
.animate-icons .so-panel:nth-of-type(3) .textwidget{
  transition-delay: .3s;  
  }

.content-section-icons .so-panel.fadeIn:last-of-type h3, .content-section-icons .so-panel.fadeIn:last-of-type p, #panel-1056-8-0-1.fadeIn,
.animate h1.fadeIn, .animate h2.fadeIn, .animate h3.fadeIn, .animate h4.fadeIn, .animate p.fadeIn, .animate-icons .textwidget.fadeIn, #maps.fadeIn,
.white-box.fadeIn, .big-speechbubble.fadeIn, #iframe-eturnity.fadeIn, .styled-job-list ul.fadeIn, .animate .sow-accordion-wrapper.fadeIn,
.animate .sow-image-container.fadeIn img, .video-section.fadeIn, #hero-text.fadeIn .textwidget{
  opacity: 1;
  transform: translateY(0px);
}

.team-grid .panel-grid:first-of-type .panel-grid-cell:nth-of-type(2) .sow-image-container.fadeIn img{
  transition-delay: .2s;
}
.team-grid .panel-grid:first-of-type .panel-grid-cell:nth-of-type(3) .sow-image-container.fadeIn img{
  transition-delay: .4s;
}

.team-grid .panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(2) .sow-image-container.fadeIn img{
  transition-delay: .2s;
}
.team-grid .panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(3) .sow-image-container.fadeIn img{
  transition-delay: .4s;
}
.team-grid .panel-grid:nth-of-type(3) .panel-grid-cell:nth-of-type(2) .sow-image-container.fadeIn img{
  transition-delay: .2s;
}
.team-grid .panel-grid:nth-of-type(3) .panel-grid-cell:nth-of-type(3) .sow-image-container.fadeIn img{
  transition-delay: .4s;
}

/* .service-grid .so-panel:nth-of-type(2) .sow-image-container.fadeIn img{
  transition-delay: .2s;
}
.service-grid .so-panel:nth-of-type(3) .sow-image-container.fadeIn img{
  transition-delay: .4s;
}
.service-grid .so-panel:nth-of-type(4) .sow-image-container.fadeIn img{
  transition-delay: .6s;
} */

.white-box h3, .white-box p, .white-box h3, .white-box .panel-widget-style,  footer .social-icons,footer p, .number-list .so-widget-image{
  opacity: 0;
  transition: all .6s ease-out;
  -webkit-transition: all .6s ease-out;
}
.white-box h3.fadeIn, .white-box p.fadeIn, .white-box h3.fadeIn, .white-box .panel-widget-style.fadeIn, footer p.fadeIn, footer .social-icons.fadeIn, .number-list .so-widget-image.fadeIn{
  opacity: 1;
  
}
#pg-17-1 h2 {
  margin-bottom: 20px;
}
/*.mulden .animation-wrap .so-panel*/
.zugpferde .animation-wrap > .so-panel,
.mulden .animation-wrap > .so-panel{
  opacity: 0;
  transition: 0.6s ease-in-out;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

.zugpferde .animation-wrap > .so-panel.active2,
.mulden .animation-wrap > .so-panel.active2{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.zugpferde .animation-wrap > .so-panel.delayed:nth-of-type(2),
.mulden .animation-wrap > .so-panel.delayed:nth-of-type(2){
  transition-delay: .2s;
}
.zugpferde .animation-wrap > .so-panel.delayed:nth-of-type(3),
.mulden .animation-wrap > .so-panel.delayed:nth-of-type(3){
  transition-delay: .4s;
}
.zugpferde .animation-wrap > .so-panel.delayed:nth-of-type(4),
.mulden .animation-wrap > .so-panel.delayed:nth-of-type(4){
  transition-delay: .6s; 
}
.zugpferde .animation-wrap > .so-panel.delayed:nth-of-type(5),
.mulden .animation-wrap > .so-panel.delayed:nth-of-type(5){
  transition-delay: 8s; 
}

.img_overlay_background{
  background-size: cover  !important;
}
.service-grid .panel-grid-cell{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  _grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  grid-gap: 0px;
}
.service-grid .panel-grid-cell .so-panel:first-of-type {
  height: 100%;
  _aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.service-grid .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}


.service-grid.grid-2 .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.service-grid.grid-2 .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.service-grid.grid-2 .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

.service-grid.grid-3 .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  _aspect-ratio: 2;
}
.service-grid.grid-3 .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  _aspect-ratio: 2;
}
body:not(.gestein) .service-grid.grid-3 .panel-grid-cell .so-panel:nth-of-type(3) {
  height: 100%;
  _aspect-ratio: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.service-grid.grid-4 .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
  _aspect-ratio: 1;
}
.service-grid.grid-4 .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  _aspect-ratio: 2;
}
.service-grid.grid-4 .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  _aspect-ratio: 2;
}

.service-grid.grid-reverse .panel-grid-cell .so-panel:first-of-type {
  _aspect-ratio: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(2) {
  _aspect-ratio: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
.service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  _aspect-ratio: 1;
}
.service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 100%;
  width: 100%;	
  _aspect-ratio: 1;
}
/* .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 100%;
  aspect-ratio: 1.5;
  min-width: 120%;
}
.service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(6) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 100%;
  aspect-ratio: 1;
  margin-left: -60% !important;
} */

.recycling .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  height: 100%;
  _aspect-ratio: 1.5;
  width: 120%;
  margin-bottom: -1px;
}
.recycling .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  _aspect-ratio: 1.5;
  width: 80%;
  margin-left: 20% !important;
  margin-bottom: -1px;	
}

.recycling .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(3) {
  width: 100%;
  _aspect-ratio: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.recycling  .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(4) {
  width: 100%;
  _aspect-ratio: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
}
.recycling .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(5) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  _aspect-ratio: 1;
}
.recycling .service-grid.grid-reverse .panel-grid-cell .so-panel:nth-of-type(6) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  _aspect-ratio: 1;
}

.ar-image .so-panel img{
	aspect-ratio: 1;
}
.ar-image .so-panel:nth-of-type(1){
		aspect-ratio: 2;
}

.service-grid .panel-grid-cell .so-panel{
  position: relative;
  margin: 0 !important
}
/*
.service-grid .panel-grid-cell .so-panel .sow-image-container{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
  }
  .service-grid .panel-grid-cell .so-panel .sow-image-container img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
  }
*/

.service-grid .panel-grid-cell .so-panel .so-widget-sow-image, 
.service-grid .panel-grid-cell .so-panel .sow-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-grid .panel-grid-cell .so-panel .sow-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

  .home .service-grid .panel-grid-cell .so-panel .widget-title {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    font-family: 'ArchivoBlack';
    text-transform: uppercase;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.2;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease;
  }
  .home .service-grid .panel-grid-cell .so-panel:hover .widget-title {
    opacity: 1;
  }
  .home .service-grid .panel-grid-cell .so-panel:before{
    content: "";
    background: var(--surer-grey);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home  .service-grid .panel-grid-cell .so-panel::before {
    content: "";
    background: rgba(60,60,60,0.9);
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
  .home .service-grid .panel-grid-cell .so-panel:nth-of-type(2):before,
  .home .service-grid .panel-grid-cell .so-panel:nth-of-type(4):before{
    _background: var(--surer-yellow);
    background: rgba(255, 237, 0, 0.85);
  }
  .home .service-grid .panel-grid-cell .so-panel:hover::before {
    width: 100%;
  }
  .home .service-grid .panel-grid-cell .so-panel .widget-title a {
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .home .service-grid .panel-grid-cell .so-panel:nth-of-type(1) .widget-title a,
  .home .service-grid .panel-grid-cell .so-panel:nth-of-type(3) .widget-title a{
    color: var(--surer-yellow);
  }
    /* .home .service-grid .panel-grid-cell .so-panel .widget-title a:after {
content: '';
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\e628";
    -webkit-text-stroke: 4px;
    display: block;
    margin-top: 0;
    position: relative;
    z-index: 2;
    margin-left: 0px;
    line-height: 1;
    top: 1px;
  } */
  .home .service-grid .panel-grid-cell .so-panel .widget-title a svg {
    width: 30px !important;
    display: block;
    margin: 10px auto;
  }
  .home .service-grid .panel-grid-cell .so-panel .widget-title a svg path{
    fill: currentColor !important
  }
  .team-grid .panel-grid > .panel-grid-cell {
    position: relative;
  }
  .team-grid .panel-grid > .panel-grid-cell .so-panel:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    z-index: 5;
    opacity: 0;
    transition: 0.35s ease;
  }
  .team-grid .panel-grid > .panel-grid-cell .so-panel:last-of-type a{
    color: #000;
    text-decoration: none;
  }
  .team-grid .panel-grid > .panel-grid-cell:hover .so-panel:last-of-type {
    opacity: 1;
  }
  .team-grid .panel-grid{
    position: relative;
  }
  .team-grid strong {
    font-size: 24px;
  }
  .team-grid .panel-grid > .panel-grid-cell{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%
  }
  .team-grid .panel-grid > .panel-grid-cell:not(.panel-grid-cell-empty)::before {
    content: "";
    background: var(--surer-yellow);
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .78;
    pointer-events: none;
    transition: 0.4s ease-in-out;
  }
  .team-grid .panel-grid > .panel-grid-cell:hover::before {
    width: 100%; 
  }

  .team-grid .panel-grid > .panel-grid-cell .so-panel:first-of-type img {
    position: absolute;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top center;
    width: 100%;
  }
  .team-grid{
    background: var(--surer-grey);
  }
.img_overlay_background {
  position: relative;
  color: #fff;
  background-attachment: fixed;
  padding-bottom: 70px;
}
.img_overlay_background:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(60,60,60,0.9);
  position: absolute;
  z-index: 1;
}
.img_overlay_background > .panel-grid-cell {
  position: relative;
  z-index: 2;
}
.home #scroll-horizontal-wrapper strong {
  color: var(--surer-yellow);
  font-family: ArchivoBlack;
  text-transform: uppercase;
  /* font-size: clamp(48px, 9.5vw, 142px); */
  font-size: clamp(48px, 8.25vw, 142px);
  margin-bottom: -30px;
  display: block;
}
.home #scroll-horizontal-wrapper p + p {
  font-size: clamp(22px, 4vw, 26px);
  margin-top: -40px;
}
/* #scroll-horizontal-wrapper {
  padding-left: 9% !important;
} */
#scroll-horizontal-wrapper {
  padding-left: 11vw !important;
  padding-top: 30px;
}

#scroll-horizontal .content-section{
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: unset;
}
body:not(.home) .sub-menu {
  padding-left: 20px;
  padding-right: 20px;
  left: -20px;
}
body:not(.muldenbdy) #scroll-horizontal .panel-grid:first-of-type{
  width: 82% !important;
  max-width: 1360px;
  margin: 20px auto 30px;
}

.pre-accordion-dblrow .widget_sow-image {
  position: relative;
  height: 100%;
}
.pre-accordion-dblrow .so-widget-sow-image, 
.pre-accordion-dblrow .so-widget-sow-image .sow-image-container{
  position: relative;
  height: 100%;
}
.pre-accordion-dblrow .so-widget-sow-image .sow-image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.pre-accordion-dblrow p:last-of-type {
  margin-bottom: 0 !important;
}
.pre-accordion-dblrow h3 {
  margin-top: -10px;
}
.content-section-after-hero{
  opacity: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
}
.content-section-after-hero.fadeIn{
  opacity: 1;
  transition-delay: .1s;
}
.page-id-1068 #scroll-horizontal-wrapper p:last-of-type {
  margin-top: -20px !important;
}


#scroll-horizontal-wrapper{
  overflow-x: clip;
}

#scroll-horizontal-wrapper > .panel-grid-cell,
#scroll-horizontal-wrapper .animation-wrap {
    display: flex;
    position: relative;
    align-items: start;
    z-index: 1;  
   _height: 100vh;
   will-change: transform;
}

#scroll-horizontal-wrapper .animation-wrap > .so-panel {
  position: relative;
  flex: 0 0 380px;
  _height: calc(100vh - 300px);
  display: flex;
  align-items: start;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.zugpferde #scroll-horizontal-wrapper{
  padding-left: 8vw;
}
.zugpferde #scroll-horizontal-wrapper {
  padding-left: 13vw !important;
}
.zugpferde #scroll-horizontal-wrapper .animation-wrap > .so-panel{
  position: relative;
  flex: 0 0 560px;
  _height: calc(100vh - 300px);
  display: flex;
  align-items: start;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  hyphens: auto;
  -webkit-hyphens: auto;
  justify-content: center;
  margin-bottom: 0 !important;
}
.zugpferde strong {
  font-size: clamp(20px, 1.5vw, 26px);
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  line-height: 1.2;
}

.zugpferde strong {
  font-size: clamp(20px, 1.5vw, 26px);
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  line-height: 1.2;
}
.zugpferde .animation-wrap .textwidget {
  position: relative;
  padding-left: 15%;
  padding-top: 8%;
  padding-bottom: 0px
}
.zugpferde .animation-wrap .textwidget:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 8%;
  top: 20px;
}
.zugpferde .animation-wrap .textwidget::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: calc(8% - 7px)
}

.zugpferde strong {
  font-size: clamp(20px, 1.5vw, 26px);
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  line-height: 1.2;
}
.zugpferde .animation-wrap .textwidget {
  position: relative;
  padding-left: 15%;
  padding-top: 8%;
  padding-bottom: 0px
}
.zugpferde .animation-wrap .textwidget:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 8%;
  top: 20px;
}
.zugpferde .animation-wrap .textwidget::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: calc(8% - 7px)
}
.zugpferde .animation-wrap .so-widget-sow-editor {
  position: relative;
}
.zugpferde .animation-wrap .so-widget-sow-editor:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(8% + 1px);
  bottom: -20px;
}
.zugpferde .animation-wrap .so-widget-sow-editor p:last-of-type{
  padding-bottom: 10px;
}
.zugpferde #scroll-horizontal-wrapper{
  margin-bottom: 60px;
}
.mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel{
  align-self: center;
}
.mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel {   
  flex: 0 0 410px;
  margin-left: 5vw;
}
.mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel:first-child {   
  flex: 0 0 280px;
  margin-left: 1vw;
}
.mulden #scroll-horizontal-wrapper{
  margin-bottom: 60px;
  padding-left: 16vw  !important;
}
.mitgliedschaften a{
	pointer-events: none;
}
.content-section.video-section {
  padding-bottom: 90px;
}
.ap-section .sow-image-container {
  padding-right: 0;
  margin-top: 0;
  width: 120%;
  margin-left: -5%;
  margin-bottom: 0px;	
}
.content-section.ap-section .panel-grid-cell:first-of-type {
  padding-bottom: 60px;
}
.muldenbdy #sub-hero.content-section .big-more-btn {
  display: inline-block;
  margin-top: 10px;
  margin-right: 4%;
}
#pl-19 > .panel-grid:last-of-type,
#pl-21 > .panel-grid:last-of-type,
#pl-23 > .panel-grid:last-of-type,
#pl-493 > .panel-grid:last-of-type{
  background: var(--surer-mediumlight-grey);
}
#pl-19 > .panel-grid:last-of-type img,
#pl-21 > .panel-grid:last-of-type img,
#pl-23 > .panel-grid:last-of-type img,
#pl-493 > .panel-grid:last-of-type img{
  mix-blend-mode: multiply;
}
html, body{
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
#pl-19{
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
#pg-19-0{
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.mobilMenu {
  position: fixed;
  right: 3%;
  top: 42px;
  z-index: 20000;
  height: 20px;
  display: none;
  transition: top 0.3s;
}
#nav-icon {
  width: 40px;
  height: 32px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out, background-color 0s ease-in-out;
  -moz-transition: all .25s ease-in-out, background-color 0s ease-in-out;
  -o-transition: all .25s ease-in-out, background-color 0s ease-in-out;
  transition: all .25s ease-in-out, background-color 0s ease-in-out;
}

#nav-icon.open span,
.sticky #nav-icon.open span,
.normalizeLogo #nav-icon span{
  background: #fff;
}


#nav-icon span:nth-child(1) {
  top: 0px;
  left: auto !important;
  right: 0;
  width: 50%;
}

#pg-19-1 #scroll-horizontal-wrapper{
  pointer-events: none;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
  left: auto !important;
  right: 0;
  width: 75%;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span{
  background: var(--surer-yellow) !important;
  width: 100%;
}
.nav_opend .site-branding img{
filter: invert(1) grayscale(1);
}

.single-gallery-meta-navigation {
  max-width: 550px;
  width: 90%;
  margin: 50px auto;
}
.single-gallery-meta-navigation a {
  color: #000;
  text-decoration: none;
}
.single-gallery-meta-navigation a span {
  -webkit-text-stroke: .75px;
  position: relative;
  top: 1px;
}
.single-gallery-grid .panel-grid-cell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 8px;
}
.single-gallery-grid .panel-grid-cell .so-panel:first-of-type {
  height: 100%;
  aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.single-gallery-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.single-gallery-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.single-gallery-grid .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

.single-gallery-grid .panel-grid-cell .so-panel{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0!important;
}

.single-gallery-grid .panel-grid-cell .so-panel .so-widget-sow-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.single-gallery-grid .panel-grid-cell .so-panel .so-widget-sow-image img{
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ti-angle-down {
  display: none;
}

/* MULDE BESTELLEN STEPS */

.mulde_bestellen_outer-wrapper {
  margin-top: 110px;
  padding-bottom: 110px;
}
#surer_muldebestellen-slides-slides h1{
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  font-size: clamp(34px, 3.25vw, 52px);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 50px;
}
#surer_muldebestellen-slides-slides h4 {
  font-size: clamp(22px, 3vw, 28px);
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .105em;
  margin-bottom: 10px;
}
#surer_muldebestellen-mulden img {
  object-fit: contain !important;
  max-width: 86%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.surer_muldebestellen-slide:not(.active-slide){
  display: none;
}
/* #sidebar_cart_inner {
  position: sticky;
  top: 30px;
} */
#sidebar_cart_inner_body img {
  width: 100%;
  max-width: 320px;
}
.input-flex-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.input-flex-row > div {
  width: 48%;
}
.text-centered h4 {
  text-align: center;
  margin-bottom: 20px !important;
}
.text-centered p{
  text-align: center;
}
.text-centered input {
  text-align: center;
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.input-flex-row {
  margin-bottom: 60px;
}
.shimmer {
  background: linear-gradient(270deg, #bebebe, #e2e2e2);
  background-size: 400% 400%;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
z-index: 1000000;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}
/* #sidebar_cart_inner_footer .stepBack span {
  -webkit-text-stroke: 2px;
}
.stepBackMobile span {
  -webkit-text-stroke: 2px;
} */

.stepBack svg,
.stepBackMobile svg{
  width: 20px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: 0;
  transform: rotate(-180deg);
}

.woocommerce-order-received .woocommerce ul.order_details {
  margin: 40px 0 40px !important;
  list-style: none;
  padding: 0 !important;
  border: 1px solid rgba(0,0,0,.1) !important;
  border-radius: 5px !important;
  padding: 20px !important;
}
.woocommerce-table__product-name.product-name a{
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.woocommerce-order-received .container.fullwidth .content-section{
  padding-top: 140px;
}
.price_total {
  font-weight: 600;
  letter-spacing: .2px;
}
.woocommerce-customer-details--phone {
  padding: 0 !important;
  font-size: inherit !important;
  margin: 0 !important;
}
.woocommerce-customer-details--email {
  padding: 0 !important;
  font-size: inherit !important;
  margin: 0;
}

.woocommerce-customer-details--phone:before,
.woocommerce-customer-details--email:before{
  display: none !important;
}
#sidebar_cart_inner_footer .stepBack {
  margin-top: 10px;
  /* display: block !important; */
  text-align: right;
}
.stepBackMobile {
  _margin-top: 10px;
  text-align: right;
}
.woocommerce-order-received h2{
  font-size: clamp(22px, 3vw, 28px) !important;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .105em;
  margin-bottom: 10px;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 600;
}
.woocommerce .woocommerce-customer-details address {
  width: auto !important;
  max-width: 500px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
  font-family: 'ArchivoBlack';   
  text-transform: uppercase;   
  font-size: clamp(34px, 3.25vw, 52px) !important;   
  line-height: 1.2 !important;
}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.surer_cart_item {
  border-bottom: 1px solid;
}
.surer_cart_item h4 {
  font-size: clamp(22px, 3vw, 28px);
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .04em;
  margin-bottom: 0;
  margin-top: 10px;
}
.woocommerce-loop-product__title {
  letter-spacing: .04em;
}
.surer_cart_item h4 + p {
  margin-top: 10px;
  margin-bottom: 25px;
}
.surer_cart_step_forward_btn {
  color: #3c3c3c;
  background: var(--surer-light-yellow);
  text-decoration: none;
  position: relative;
  font-size: clamp(18px, 2.5vw, 21px);
  font-weight: 600;
  padding: 20px 20px;
  max-width: 360px;
  width: fit-content;
  display: block;
  margin: 50px 0 0;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  text-transform: unset !important;
  font-family: 'Barlow' !important;
  border: none !important;
  cursor: pointer;
}
.surer_cart_step_forward_btn:hover {
  color: var(--surer-yellow);
}
#mulde-online-bestellen-wrapper {
  position: relative;
}
#sidebar_cart {
  position: absolute;
  top: 48px;
  right: 0;
  width: 33%;
  background: #eee;
  padding: 24px 34px 48px 24px;
  min-height: calc(100% - 48px);
}
#sidebar_cart_inner_header h3 {
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  font-size: clamp(22px, 1.5vw, 32px);
  line-height: 1.2;
  margin-top: 0;
}
#sidebar_cart_inner_header {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.smsn_dots {
  list-style-type: none;
  margin: 0 0 80px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.smsn_dots li {
  background: #000;
  color: var(--surer-yellow);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  padding: 9px 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.smsn_dots li.active, .smsn_dots li.done, .smsn_dots li:hover {
  color: #000;
  background: var(--surer-yellow);
}

.text-centered .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  height: 35px;
  margin: 80px auto -20px;
}

  .text-centered .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
.disable_btn{
  pointer-events: none !important;
}
.err-label {
  display: block;
  font-size: 16px;
  color: red;
  font-weight: 500;
}



option:hover{background-color: #3f4348;}

.has-err-label{
  border-color: red !important;
}
  .text-centered .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
  }
  
  .text-centered .container:hover input ~ .checkmark {
    background-color: #000;
  }
  
  .text-centered .container input:checked ~ .checkmark {
    background-color: #000;
  }
  
  .text-centered .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  #customer_details h3 {
    display: none;
  }
  #order_review_heading, .shop_table.woocommerce-checkout-review-order-table {
    display: none;
  }
.input-flex-row > div.tt-two {
  width: 30%;
}
.input-flex-row > div.tt-three {
  width: 66%;
}
  .text-centered .container input:checked ~ .checkmark:after {
    display: block;
  }
  #surer_muldebestellen-slide-5 .input-flex-row {
    margin-bottom: 35px;
  }
  .text-centered .container .checkmark::after {
    top: 10px;
    left: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fffb00;
  }

  .wc_payment_methods input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding: 10px !important;
    width: 35px;
    height: 35px;
    border: 1px solid #000 !important;
    border-radius: 100%;
    position: relative;
  }
  .wc_payment_methods input[type="radio"]:checked {
    background: #000 !important;
  }
  .payment_box {
    display: none;
  }
  .input-flex-row > div {
    position: relative;
  }
  .input-flex-row > div .back-link{
    position: absolute;
    left: 16px;
    top: 29px;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
  }
  .input-flex-row > div .next-link{
    position: absolute;
    right: 16px;
    top: 29px;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
  }
  #sidebar_cart_inner_footer .stepBack{
    display: none;
    cursor: pointer;
  }
  .stepBackMobile{
    display: none;
    cursor: pointer;
  }
  #customer_details {
    display: none;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
    border-radius: 0 !important;
  }
#mulde-online-bestellen-wrapper{
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.woocommerce-privacy-policy-text a {
  color: #000;
}
.woocommerce-privacy-policy-text p {
  line-height: 1.5;
}
  .wc_payment_methods input[type="radio"]:checked:after {
  content:"";
  top: 10px;
    left: 10px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #fffb00;
    position: absolute;
  }
.mulde_bestellen_outer-wrapper input:not([type="checkbox"], [type="radio"]), .mulde_bestellen_outer-wrapper textarea {
  border: 1px solid #000;
  padding: 16px;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  border-radius: 0 !important;
  font-weight: 400;
  resize: none;
  color: #000 !important;
}
#surer_customer_zonen_plz {
  max-width: 410px;
}
.mulde_bestellen_outer-wrapper .small-text{
  max-width: 800px;
  width: 68%;
}

.smsn_dots {
  position: relative;
}
.smsn_dots:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-top: 3px dashed;
  top: 50%;
  z-index: -1;
}


.outer_products_wrapper .products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px !important;
}
.outer_products_wrapper .woocommerce-loop-product__title {
  padding: 20px !important;
  text-align: center;
  font-family: 'Barlow', sans-serif !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  transition: 0.3s ease-in-out;
}
.outer_products_wrapper li[data-category="selected_mulden"] .woocommerce-loop-product__title {
  padding: 0px 10px 30px !important;
}
.outer_products_wrapper .products.columns-3 li:hover .woocommerce-loop-product__title,
.outer_products_wrapper .products.columns-3 li.selected_product .woocommerce-loop-product__title{
  color: #fff;
}
.outer_products_wrapper .products.columns-3 li {
  background: #eeeeee;
  margin-bottom: 15px !important;
  width: calc(33.333% - 15px) !important;
  margin-left: 15px !important;
  margin-right: 0 !important;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.outer_products_wrapper .products.columns-3 li:hover,
.outer_products_wrapper .products.columns-3 li.selected_product {
  background: #3c3c3c;
  color: #fff !important;
}
.outer_products_wrapper  .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none !important;
}
.outer_products_wrapper .attachment-woocommerce_thumbnail-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
}
.outer_products_wrapper .attachment-woocommerce_thumbnail-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.outer_products_wrapper .products.columns-3 li:hover .attachment-woocommerce_thumbnail-wrapper img {
  transform: scale(1.05);
}
.outer_products_wrapper ul.products li.product .price {
  display: none !important;
}

/* ALERT MODAL */

.surer-inner-message-modal {
  position: relative;
  max-width: 740px;
  margin: 90px auto 0;
  width: 90%;
}
.close-surer-modal {
  position: absolute;
  right: 21px;
  top: 14px;
  color: #721c24;
  -webkit-text-stroke: 1px;
  font-size: 14px;
  cursor: pointer;
}
.surer-message-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: none;
  display: none;
  width: 100%;
  height: auto;
  z-index: 1000000;
}
.surer-inner-message-modal-text > p.err-msg-label {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 4vh;
  box-shadow: 0px 7px 14px -10px rgba(50,50,50,0.2);
  font-weight: 600;
}

.payment_box {
  display: none !important;
}
label[for="payment_method_mame_twint"] img {
  display: none;
}
.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: none !important;
  padding: 20px 0 !important;
}
li.wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.333%;
}

#hero video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100% !important;
  height: 100vh;
  height: calc((var(--vh2, 1vh) * 100) );
  object-fit: cover;
}
.ios #hero video {
  height: calc((var(--vh, 1vh) * 100) );
}
#bauschutt-waschanlage {
  padding-bottom: 70px;
}
#pgc-21-4-0 {
  padding-bottom: 40px;
}
#pg-21-7, #recycling-center-wannen {
  padding-bottom: 70px;
}


.muldenbdy .service-grid .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
  _aspect-ratio: 1.5;
}
.muldenbdy .service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  _aspect-ratio: 1;
}
.muldenbdy .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  _aspect-ratio: 1;
}

.gestein-liste li {
  font-size: 22px;
  font-size: 300;
  line-height: 1.6;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.gestein-liste li:before {
  content: "–";
  position: absolute;
  left: 0;
}
.gestein-liste ul {
  margin: 0 0 40px;
  padding: 0;
}
@media only screen and (min-width: 991px) and (max-width: 1380px){
.mulde_bestellen_outer-wrapper .small-text{
  max-width: unset;
  width: 68%;
}
}

.mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel:first-child img{
max-height: 217px !important;
  width: auto;
  margin-top: -40px;
}
.mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel:first-child {
  flex: 0 0 210px;
  margin-left: 1vw;
}

.home .img_overlay_background .pin-spacer {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.home .img_overlay_background .pin-spacer.vsbl {
  opacity: 1;
}

@media only screen and (min-width: 1800px) {
  .home #scroll-horizontal-wrapper .panel-grid-cell .so-panel,
  .home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:nth-child(2){
    flex: 0 0 480px !important;
    padding: 20px 30px;
    text-align: center;
    position: relative;
  }
  #scroll-horizontal-wrapper{
    padding-left: 14% !important;
  }
}

@media only screen and (min-width: 2400px) {
  #scroll-horizontal-wrapper {
    padding-left: 20% !important;
  }
}
	
.site-branding{
  z-index: 100;
}

.tss-wrapper .tss-layout3 .item-content-wrapper,
.tss-wrapper .tss-isotope1 .item-content-wrapper,
.tss-wrapper .tss-video1 .item-content-wrapper,
.tss-wrapper .tss-carousel3 .item-content-wrapper {
	background: transparent !important;
}
.tss-wrapper .tss-layout3 .item-content-wrapper::before, .tss-wrapper .tss-isotope1 .item-content-wrapper::before, .tss-wrapper .tss-video1 .item-content-wrapper::before, .tss-wrapper .tss-carousel3 .item-content-wrapper::before{
	display: none !important;
}


#ueberuns .ti-header.source-Google {
  background-color: #fff !important;
  color: var(--nager-dark-green);
  text-decoration: none;
  position: relative;
  font-size: clamp(20px, 3.6vw, 30px);
  font-weight: 600;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 190px;
  width: 100%;
  display: block;
  margin: auto;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transform: scale(1.25);
}

#ueberuns .ti-header.source-Google {
  background-color: #fff !important;
  color: var(--nager-dark-green);
  text-decoration: none;
  position: relative;
  font-size: clamp(20px, 3.6vw, 30px);
  font-weight: 600;
  border-radius: 7px !important;
  padding: 24px 22px;
  max-width: 198px;
  width: 100%;
  display: block;
  margin: auto;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transform: scale(1.25);
  position: relative;
  top: 6px;
}
.flex-btns .textwidget {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 760px;
  align-items: center;
  margin-left: auto;
    margin-right: auto;
}
.flex-btns .textwidget > p{
  width: 58% !important;
  margin: 0;
}
.flex-btns .textwidget > div {
  width: 40% !important;
  margin: 0;
}

#sub-hero h1 span{
  display: none;
}
.content-section h1 span {
  display: none;
}
.mobilCartToggle,
.mobile_preheader {
  display: none; 
}
#surer_cart_step_forward_mobile{
  display: none;
}
.stepBackMobile{
  display: none;
}

#place_order{
  background-color: var(--surer-yellow) !important;
  display: none !important;
}

/* li[data-item-id="slide-6"]{
  pointer-events: none;
} */

.woocommerce-order-received .container.fullwidth .content-section {
  padding-top: 30px;
}
.woocommerce-thankyou-order-details + script + p {
  display: none;
}
.woocommerce-customer-details address {
  width: 100% !important;
  max-width: unset !important;
  text-align: left !important;
}
.woocommerce-customer-details--phone {
  text-align: left !important;
}
.woocommerce-customer-details--email {
  text-align: left !important;
}

@media only screen and (max-width: 1470px) {
.content-section h3:not(.widget-title) br{
  display: none !important;
}
}


.stepBack span {
  display: none;
}
#sidebar_cart_inner_footer .stepBack {
  background: #fff;
  padding: 16px 20px 15px;
  text-align: center !important;
  margin: 0 !important;
}
#sidebar_cart_inner_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
}
.stepBack svg {
  margin: 0 !important;
}
#surer_cart_step_forward {
  margin-top: 0;
}


#standorte-surer > .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
}
#standorte-surer > .panel-grid-cell .so-panel {
  width: 33.333%;
}

@media only screen and (max-width: 1280px) {
#surer_cart_step_forward {
  font-size: clamp(18px, 2vw, 19px);
  padding: 20px 15px;
}
}

@media only screen and (max-width: 1180px) {

  .wpml-ls-current-language > a > span > span, .wpml-ls-item a:hover > span > span{
    color: var(--surer-yellow) !important;
  }

  .nav_opend .site-branding svg path.st0,
  .nav_opend .site-branding svg polygon.st0{
    fill: #3c3c3c !important;
  }
  .nav_opend .site-branding svg path:not(.st0){
    fill: #fff !important;
  }
  

  #menu-main-menu li.wpml-ls-item {
    border: none !important;
    width: 40px;
    line-height: 1.3;
    margin-top: 4%;
  }
  .stepBackMobile{
    display: block;
    margin-right: 30px;
  }
  .stepBack{
    display: none;
  }
  .mobile_flex-btn_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .mobile_flex-btn_row {
    margin-top: 30px;
  }
  .mobile_flex-btn_row #surer_cart_step_forward_mobile {
    margin-top: 0;
  }
  #surer_cart_step_forward_mobile{
    display: block;
  }
  #surer_cart_step_forward{
    display: none;
  }
  .mobile_preheader{
    display: block;
    position: relative;
    margin-top: -25px;
    height: 40px;
  }
  .mobilCartToggle {
    position: fixed;
    right: calc(3% + 92px);
    top: 42px;
    transform: translateY(-6px);
    z-index: 20000;
    height: 39px;
    transition: top 0.3s;
    display: block;
    cursor: pointer;
  }
  .close-cart {
    position: absolute;
    right: 0;
    border: none;
    background: transparent;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    font-size: 23px;
    -webkit-text-stroke: 1.5px #eee;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #000 !important
  }
  
  .close-cart:hover{
    background: #fff;
    -webkit-text-stroke: 1.5px #fff;
  }
  .mobilCartToggle img {
    width: auto !important;
    height: 100% !important;
    display: block !important;
    transition: 0.3s ease-in-out;
  }
  .nav_opend .mobilCartToggle img {
    filter: invert(1);
  }
  body:not(.home) .sub-menu,
  .home  .sub-menu {
    background: var(--nager-dark-green) !important;
  }
  
  #menu-main-menu {
    padding-left: 0px;
  }
  nav .ti-angle-down {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 16px;
    font-size: 24px;
    right: 0;
    color: var(--surer-yellow);
    -webkit-text-stroke: 1px;
    transition: 0.3s ease-in-out;
    /* transform: rotate(-90deg); */
  }
  .sub-menu li {
    border: none !important;
    padding-left: 2% !important;
  }
  .opend_sub > a{
    color: #fff !important;
  }

  #menu-main-menu li .sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .opend_sub .ti-angle-down {
    color: #fff;
    transform: rotate(-180deg);
    transform-origin: center;
  }
  #menu-main-menu > li > a::after {
    content: "";
    width: 60%;
    border-bottom: 2px dotted currentColor !important;
    bottom: -8px;
  }
  #menu-main-menu > li.opend_sub > a::after,
  #menu-main-menu > li:hover > a::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-bottom: 2px dotted currentColor !important;
  }
  .navbar.navbar-fixed-top {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: all 0.3s ease-in-out;
  }
  #menu-main-menu > li {
    border-bottom: 1px solid var(--surer-yellow);
  }
  .navbar.navbar-fixed-top::after {
    content: "";
    position: fixed;
    background: #3c3c3c;
    opacity: .9;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1;    
  }
  .sub-menu li a{
    white-space: normal !important;
    font-weight: 600;
  }
  .navbar.navbar-fixed-top .container {
    position: relative;
    z-index: 2;
  }
  #menu-main-menu li:not(:first-of-type){
    margin-left: 0 !important;
  }
  .nav_opend .navbar.navbar-fixed-top{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #mastheader-backdrop{
    _display: none !important;
  }
  .mobilMenu {
    display: block;
  }
  #mastheader-backdrop {
    height: 88px;
  }
  /* .site-branding.smallen {
    max-width: 100px;
  } */
  /* .nav_opend .site-branding.smallen {
    max-width: 200px !important;
    padding: 30px 20px 10px !important;
  } */
  nav {
    margin: 0;
    position: absolute;
    _top: 220px;
    top: 150px;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
  }
  body:not(.muldenbdy) #scroll-horizontal .panel-grid:first-of-type {
    width: 88% !important;
    max-width: 1360px;
    margin: 0 auto 30px;
  }
  .inner-mastheader {
    width: 88%;
  }
  .mobilMenu{
    right: 6%;
  }
  .content-section {
    width: 88%;
  }
#menu-main-menu li {
  margin-left: 0;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease-in-out;
}
#menu-main-menu li a {
  display: inline-block !important;
  width: auto;
  position: relative;
}
#menu-main-menu li a {
  font-size: 22px !important;
  font-weight: 600 !important;
}
.nav_opend #menu-main-menu li {
  opacity: 1;
  transform: translateY(0px);
}
.nav_opend #menu-main-menu li:nth-child(2) {
  transition-delay: .15s;
}
.nav_opend #menu-main-menu li:nth-child(3) {
  transition-delay: .3s;
}
.nav_opend #menu-main-menu li:nth-child(4) {
  transition-delay: .45s;
}
.nav_opend #menu-main-menu li:nth-child(5) {
  transition-delay: .6s;
}
.nav_opend #menu-main-menu li:nth-child(6) {
  transition-delay: .75s;
}
#menu-main-menu li a {
  max-width: calc(100% - 60px) !important;
  display: inline-block;
}
.sub-menu{
  position: static;
  padding-left: 0 !important;
  
}
#footer_form .panel-grid-cell:nth-of-type(2){
  margin-bottom: 0 !important;
}
#footer_form .panel-grid-cell:nth-of-type(2) .panel-grid-cell {
  display: flex;
  flex-flow: row !important;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
#footer_form .panel-grid-cell:nth-of-type(2) .panel-grid-cell .so-panel {
  width: 50%;
}
#footer_form .panel-grid-cell:nth-of-type(3) .so-panel:first-of-type {
  margin-bottom: 5px;
}
#footer_form .panel-grid-cell .social-icons {
  position: relative;
  bottom: 0;
}



  .page-id-1064 #dark-green-hero h1 br{
    display: none;
  }
  footer .content-section .panel-grid-cell {
    min-width: unset;
    width: 50% !important;
    }
  footer .content-section .panel-grid-cell:first-of-type {
    width: 100% !important;
    margin-bottom: 35px;
  }
  footer .content-section .panel-grid-cell:nth-of-type(4){
    margin-top: 35px;
  }
  footer .content-section .panel-grid-cell:last-of-type{
    margin-top: 45px;
  }
  
  footer .content-section {
    flex-flow: column !important;
  }
  footer .content-section .panel-grid-cell{
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  footer .content-section .panel-grid-cell:last-of-type {
    margin-top: 0px;
  }

  footer .panel-grid:last-of-type {
    position: relative;
    z-index: 1;
  }
  #menu-main-menu li a:hover,
  #menu-main-menu > li.current-menu-item > a{
    color: var(--surer-yellow) !important;
  }
  footer .panel-grid:last-of-type .content-section {
    margin-top: -20px;
  }
  footer .panel-grid:last-of-type .content-section .widget_text{
    max-width: 80px;
  }
  #sidebar_cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    background: #eee;
    padding: 45px 34px 48px 24px;
    height: 100%;
    z-index: 10000;
    transform: translateX(100%);
    transition: 0.4s ease-in-out;
    box-shadow: 0px 0px 10vw -5vw rgba(0,0,0,0);
    overflow: auto;
  }
  #sidebar_cart.open {
    transform: translateX(0%);
    box-shadow: 0px 0px 10vw -5vw rgba(0,0,0,0.8);
  }
  .mulde_bestellen_outer-wrapper .small-text {
    max-width: unset;
    width: 100%;
  }
  .mulde_bestellen_outer-wrapper .small-text{
    max-width: unset;
  }
  .zertifizierungen img {
    max-width: 155px !important;
    margin-left: -5px;
    margin-top: 5px;
    margin-bottom: 0px;
    max-height: 60px;
    width: auto !important;
  }
  .mitgliedschaften img {
  max-width: 60px !important;
}
  .social-icons a{
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
  #backToTop {
    max-width: 80px;
    margin-top: -84px;
  }
  footer .panel-grid:last-of-type .content-section {
    padding-bottom: 0 !important;
  }
  footer .panel-grid-cell-empty{
    margin: 0 !important;
  }
  footer .panel-grid:last-of-type .content-section .widget_text{
    width: 100% !important;
    max-width: unset !important;
  }
  #backToTop {
    max-width: 80px;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  footer #footer_form .panel-grid:last-of-type .content-section {
    width: 88%;
  }
  footer .panel-layout > .panel-grid {
    margin-bottom: 0 !important;
  }
  footer .social-icons{
    transform: unset !important;
    opacity: 1 !important;
  }

  /* #surer_cart_step_forward {
    display: block !important;
  } */
  .content-section h4 br {
    display: none !important;
  }
  .content-section.no-pb.light.ap-section .panel-grid-cell:first-of-type {
    padding-bottom: 40px;
  }
  .content-section.ap-section {
    align-items: end !important;
  }
  #menu-main-menu > li a:not(:hover),
  #menu-main-menu > li:not(.current-menu-item) a{
    color: #fff !important;
  }
  #menu-main-menu > li:not(.wpml-ls-item) a:hover{
    color: var(--surer-yellow) !important;
  }
  .stepBackMobile {
    background: #e9e9e9;
    padding: 16px 20px 15px;
    text-align: center !important;
  }  
  .stepBackMobile span{
    display: none;
  }
  .stepBackMobile svg{
    margin-left: 0 !important;
  }
}



@media only screen and (max-width: 991px) {
  #tablepress-3 th:nth-child(5), #tablepress-3 td:nth-child(5),
#tablepress-3 th:nth-child(6), #tablepress-3 td:nth-child(6){
  display: none;
}
   .sow-accordion-panel-header:hover .sow-accordion-title{
    color: initial !important;
  }
  .darkWrapper .sow-accordion-panel-header:hover .sow-accordion-title{
    color: #fff !important;
  }
  #mulden-cta-home > .panel-grid-cell {
    width: 100% !important;
  }
  #mulden-cta-home {
    flex-flow: column;
  }
  footer .content-section p{
    font-size: 22px;
  }
.pros-and-cons{
  position: relative;
}
.dbl_button {
  position: absolute;
  width: 100%;
  bottom: -48%;
}
.btn-text {
  letter-spacing: .04rem;
  word-spacing: .15rem;
  display: inline;
  line-height: 1.4;
}
body.mulde-bestellen .btn-text {
  word-spacing: .012rem !important;
}
  .wb-first-Img.centerd-img img {
    transform: unset;
    max-width: 200px !important;
  }
  .sm-btn h2 br {
    display: none;
  }
  .pros-and-cons .panel-grid .panel-grid-cell:first-of-type {
    margin-bottom: 30px !important;
  }
  .pros-and-cons .panel-grid,
  .dbl_button {
    flex-flow: column;
  }
  .pros-and-cons .panel-grid .panel-grid-cell{
    width: 100% !important;
  }
  .dbl_button .big-more-btn{
    position: static;
  }
  .dbl_button .big-more-btn {
    position: relative !important;
    transform: unset !important;
    left: 0 !important;
  }
  .dbl_button {
    position: absolute;
    width: 100%;
    bottom: -62%;
  }
  .content-section.light.space-on-mobile {
    margin-top: 20%;
  }
  .content-section h3{
    letter-spacing: .03rem;
    word-spacing: .3rem;
  }
  .content-section h4 {
    letter-spacing: .03rem;
    word-spacing: .2rem;
  }
  .content-section h4 br {
    display: none !important;
  }

  #tablepress-3 th, #tablepress-3 td {
    min-width: 140px !important;
  }
  #standorte-surer .panel-grid-cell .so-panel{
    width: 49% !important;
  }
  #standorte-surer {
    flex-wrap: wrap;
    justify-content: space-between;
  }

/* MULDE BESTELLEN */


}

/* .nav_opend .site-branding svg path{
  fill: #fff !important;
} */


/* @media only screen and (max-width: 1600px) and (min-width: 779px) {
/* #pgc-1168-5-0 p {
  font-size: 22px !important;
}
#pgc-1168-5-0 h3 {
  font-size: clamp(26px, 3vw, 34px) !important;
}
#pgc-1168-5-0 .big-more-btn{
font-size: clamp(20px, 3.2vw, 28px);
} */
/*
.content-section p,
.pros-and-cons li,
.styled-list li,
.white-box td{
  font-size: 23px !important;
}
.inner-icon-row p{
  font-size: 240px !important;
}
.content-section h3 {
  font-size: clamp(26px, 3vw, 34px) !important;
}
.big-more-btn{
  font-size: clamp(20px, 3.2vw, 28px) !important;
}  
} */

@media only screen and (max-width: 850px) {

  .service-grid .panel-grid-cell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 0px;
  }
  .service-grid .panel-grid-cell .so-panel:first-of-type {
    height: 100%;
    _aspect-ratio: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    _aspect-ratio: 1;
  }
  .service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    _aspect-ratio: 1;
  }
  .service-grid .panel-grid-cell .so-panel:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    _aspect-ratio: 2;
  }
	
.recycling .service-grid:not(.grid-2) .panel-grid-cell .so-panel:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    _aspect-ratio: 1;
  }
  .recycling .service-grid:not(.grid-2) .panel-grid-cell .so-panel:nth-child(3) {
    height: 100%;
    _aspect-ratio: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
.recycling .service-grid:not(.grid-2) .panel-grid-cell .so-panel:nth-of-type(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    _aspect-ratio: 1;
  }
.recycling .service-grid:not(.grid-2) .panel-grid-cell .so-panel:nth-of-type(6) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    _aspect-ratio: 1;
  }
.recycling .service-grid:not(.grid-2) .panel-grid-cell .so-panel:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: 100%;
  width: 120%;
}
.recycling .service-grid:not(.grid-2) .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 80%;
  margin-left: 20% !important;
}

.recycling #pg-21-3 .service-grid .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
	 width: 100%;
}

.recycling #pg-21-3 .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  height: 100%;
  width: 100%;
  _aspect-ratio: 2 !important;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
} 

.recycling #pg-21-3 .service-grid .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  _aspect-ratio: 1;
	 width: 100%;
}

  .flex-btns .textwidget {
    flex-flow: column;
    margin-bottom: 20px;
  }
  .flex-btns .textwidget > div {
    margin-top: 40px;
  }
  #muse-portfolio .grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 8px;
  }
  .col-md-2.text-center.mp-box:first-of-type {
    height: 100%;
    aspect-ratio: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .col-md-2.text-center.mp-box:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    height: 100%;
    aspect-ratio: 1;
  }
  .col-md-2.text-center.mp-box:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    height: 100%;
    aspect-ratio: 1;
  }
  .col-md-2.text-center.mp-box:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    height: 100%;
    aspect-ratio: 2;
  }

  #muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:first-of-type {
    height: 100%;
    aspect-ratio: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  #muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    height: 100%;
    aspect-ratio: 1;
  }
  #muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    height: 100%;
    aspect-ratio: 1;
  }
  #muse-portfolio .grid-row:nth-child(even) .col-md-2.text-center.mp-box:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    height: 100%;
    aspect-ratio: 2;
  }
/* .single-gallery-grid .panel-grid-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 8px;
}
.single-gallery-grid .panel-grid-cell .so-panel:first-of-type {
  height: 100%;
  aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.single-gallery-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 100%;
  aspect-ratio: 1;
}
.single-gallery-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 100%;
  aspect-ratio: 1;
}
.single-gallery-grid .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 100%;
  aspect-ratio: 2;
} 
*/
#hero-text{
  font-size: clamp(62px, 11vw, 122px);
  top: 65%;
}
#hero-text p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.home .content-section h1, .home .content-section h2, .content-section h3:not(.widget-title) {
  font-family: 'ArchivoBlack';
  text-transform: uppercase;
  font-size: clamp(26px, 3.25vw, 50px);
  line-height: 1.2;
}
body:not(.home) .content-section h1, body:not(.home) .content-section h2 {
  font-size: clamp(42px, 7.5vw, 100px);
}
#sub-hero h1 {
  margin-top: 50px;
}


.schuettgut .service-grid .panel-grid-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 2fr 1fr;
  grid-gap: 0px;
}
.schuettgut .service-grid .panel-grid-cell  .so-panel:last-of-type {
  height: auto;
  _aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
  .schuettgut .service-grid .panel-grid-cell .so-panel:first-of-type {
    _aspect-ratio: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
.service-grid .panel-grid-cell .so-panel:first-of-type .sow-image-container img{
  object-position: center center;
}
.schuettgut .service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  _aspect-ratio: unset;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
 .schuettgut .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
    _aspect-ratio: 1;
    height: auto;
    grid-row-start: 2;
    grid-column-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }


.recycling .service-grid .panel-grid-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-gap: 0px;
}
.recycling .service-grid .panel-grid-cell .so-panel:first-of-type {
  height: 100%;
  _aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.recycling .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  _aspect-ratio: 2;
}
.recycling .service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  _aspect-ratio: 1;
}
.recycling .service-grid .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  _aspect-ratio: 1;
}


.recycling #pg-21-3 .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  height: 100%;
  _aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.recycling #pg-21-3 .service-grid .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  _aspect-ratio: 2;
}
	
.gestein .service-grid .panel-grid-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-gap: 0px;
}
.gestein .service-grid.grid-3 > .panel-grid-cell {
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: auto auto;
  display: grid;
 grid-gap: 0px;	
}
.gestein .service-grid .panel-grid-cell .so-panel:first-of-type {
  _height: auto;
  _aspect-ratio: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.gestein .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
  _aspect-ratio: 1.5;
}
.gestein .service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  _aspect-ratio: 1;
  _height: auto;
}
	
.gestein .service-grid.grid-3 .panel-grid-cell .so-panel .so-widget-sow-image, .gestein .service-grid.grid-3 .panel-grid-cell .so-panel .sow-image-container {
  width: 100%;
  height: auto;
  position: relative;
}
	.gestein .service-grid.grid-3 .panel-grid-cell .so-panel:first-of-type{
		height: auto !important;
	}
		.gestein .service-grid.grid-3 .panel-grid-cell .so-panel:first-of-type img,
	.gestein .service-grid.grid-3 .panel-grid-cell .so-panel:nth-of-type(3) img{
		aspect-ratio: 1;
	}	
	
.gestein .service-grid:not(.grid-3) .panel-grid-cell .so-panel:first-of-type {
    _height: auto;
    _aspect-ratio: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

.gestein .service-grid:not(.grid-3) .panel-grid-cell .so-panel:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 2;
    _aspect-ratio: 1;
    _height: auto;
  }
.gestein .service-grid:not(.grid-3) .panel-grid-cell .so-panel:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    _aspect-ratio: 1;
  }
	 .gestein .service-grid:not(.grid-3) .panel-grid-cell .so-panel:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  _height: 100%;
  _aspect-ratio: 2;
}

.muldenbdy .service-grid .panel-grid-cell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 2fr 1fr;
  grid-gap: 0px;
}
.muldenbdy .service-grid .panel-grid-cell .so-panel:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  _aspect-ratio: 1;
  height: 100%;
}
.muldenbdy .service-grid .panel-grid-cell .so-panel:nth-of-type(2) {
  height: auto;
  _aspect-ratio: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}
.muldenbdy .service-grid .panel-grid-cell .so-panel:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  _aspect-ratio: 1;
  height: auto;
}

.tables-with-images .sow-accordion-panel-border table {
  width: 100%;
  margin: 0px;
}
.tables-with-images .sow-accordion-panel-border img {
  width: 100%;
  position: static;
  right: 0;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.tables-with-images .sow-accordion-panel-border {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column !important;
}
.kontakt #sub-hero .so-panel:first-of-type h4 {
  margin-top: 52px;
}
}

@media only screen and (max-width: 780px) {
  .perma_hover {
  flex-basis: 100% !important;
  width: 100% !important;
}
	  #footer_form .panel-grid-cell:nth-of-type(2) .panel-grid-cell {
    flex-flow: column !important;
    margin-bottom: 20px !important;
  }
	  #footer_form .panel-grid-cell:nth-of-type(2) .panel-grid-cell .so-panel {
    width: 100%;
  }
  #surer_muldebestellen-slides-slides h4{
    letter-spacing: .05em;
  }
	.ap-section h3 span {
  display: none;
}
	#bauschutt-waschanlage,
#recycling-center-wannen{
  padding-bottom: 30px;
}
	#pg-21-7 {
  padding-bottom: 30px;
}
	.pre-accordion-dblrow {
  margin-top: 40px;
}
  .home .service-grid .panel-grid-cell .so-panel .widget-title a svg {
    width: 22px !important;
  }
  .team-grid .panel-grid:first-of-type .panel-grid-cell:nth-of-type(2) .sow-image-container.fadeIn img,
  .team-grid .panel-grid:first-of-type .panel-grid-cell:nth-of-type(3) .sow-image-container.fadeIn img,
  .team-grid .panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(2) .sow-image-container.fadeIn img,
  .team-grid .panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(3) .sow-image-container.fadeIn img,
  .team-grid .panel-grid:nth-of-type(3) .panel-grid-cell:nth-of-type(2) .sow-image-container.fadeIn img,
  .team-grid .panel-grid:nth-of-type(3) .panel-grid-cell:nth-of-type(3) .sow-image-container.fadeIn img{
    transition-delay: 0s;
  }

  .zugpferde #scroll-horizontal-wrapper .animation-wrap > .so-panel img {
    width: 90% !important;
    margin-left: 5%;
  }
  .zugpferde #scroll-horizontal-wrapper .animation-wrap > .so-panel{
    hyphens: unset !important;
  }
  .zugpferde #scroll-horizontal-wrapper .animation-wrap > .so-panel {
    position: relative;
    flex: 0 0 380px;
  }
  .home #scroll-horizontal-wrapper .animation-wrap {
    flex-direction: column;
    width: 100% !important;
  }
  #mulden-cta-home{
    padding-top: 40px;
  }
  .home #scroll-horizontal-wrapper strong {
    color: var(--surer-yellow);
    font-family: ArchivoBlack;
    text-transform: uppercase;
    font-size: clamp(88px, 9.5vw, 142px);
    margin-bottom: -30px;
    display: block;
  }
  .home #scroll-horizontal-wrapper p + p {
    font-size: clamp(19px, 4vw, 22px);
    margin-top: 10px;
  }
  
  .home #scroll-horizontal-wrapper .animation-wrap .so-panel:not(:last-of-type) {
  border-bottom: 1px solid
  }
  
  .home #scroll-horizontal-wrapper .animation-wrap .so-panel {
    width: 100% !important;
    text-align: center !important;
    flex: unset !important;
    max-width: 240px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 0 !important;
  }
  .home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:nth-child(2){
    flex: unset !important;
  }
  .home #scroll-horizontal-wrapper .panel-grid-cell .so-panel:not(:last-of-type)::after{
    display: none;
  }
  #standorte-surer .panel-grid-cell .so-panel{
    width: 100% !important;
    margin-bottom: -10px !important;
  }
  .home #scroll-horizontal-wrapper {
    padding-left: 0 !important;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  #standorte-surer {
    padding-top: 30px;
  }
  
	.dbl-row{
		flex-flow: row !important;
		flex-direction: row !important;
	}
  .dbl-row .panel-grid-cell {
    height: 0;
    position: relative;
    margin-bottom: 0 !important;
    overflow: hidden;
    width: calc(50% - 4px) !important;
    padding-bottom: 50% !important;
  }
  .pre-accordion-dblrow .widget_sow-image {
    position: relative;
    height: 100%;
    aspect-ratio: 1.5;
    margin-bottom: 20px !important;
  }
  .ios .parallax, .parallax {
    height: 50vh;
  }
  .subcat-boxes .panel-grid-cell {
    padding-bottom: 65% !important;
  }
  nav {
    margin: 0;
    position: absolute;
    top: 140px;
  }
  .sow-accordion-title.sow-accordion-title-icon-left {
    font-size: 20px;
  }
  h2 br{
    display: none;
  }
	#bauschutt-waschanlage h2 br{
		display: initial ;
	}
  #backToTop {
    bottom: 20px;
  }
  .team-grid .panel-grid{
    flex-direction: column !important;
  }
  .team-grid .panel-grid > .panel-grid-cell {
    padding-bottom: 100% !important;
    margin-bottom: 0 !important;
  }
  .ap-section .panel-grid-cell:first-of-type {
    margin-bottom: -20px !important;
  }
  .text-centered p br{
    display: none;
  }
  .ap-section .sow-image-container {
  padding-right: 0;
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
}
}

@media only screen and (max-width: 680px) {
  .mitgliedschaften p + p a {
    max-width: 55px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .zertifizierungen img {
    max-width: 145px !important;
  }
  .text-centered .container .checkmark::after {
    top: 13px;
    left: 13px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fffb00;
  }
  .mobilCartToggle {
    right: calc(2% + 80px);
  }
  .smsn_dots li {
    background: #000;
    color: var(--surer-yellow);
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    padding: 3px 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  .input-flex-row > div {
    width: 100%;
  }
  .input-flex-row > div:first-of-type {
    margin-bottom: 25px;
  }
  #surer_muldebestellen-slide-5 .input-flex-row {
    margin-bottom: 25px;
  }
  #surer_muldebestellen-slides-slides h4 {
    text-align: left;
  }
  .text-centered .container {
    margin-left: 0 !important;
    width: 60px !important;
    height: 60px !important;
  }
  .text-centered .checkmark {
    height: 50px;
    width: 50px;
  }
  .text-centered p {
    text-align: left;
  }
  .tt-two {
    margin-bottom: 0 !important;
  }
  .smsn_dots {
    margin-bottom: 40px;
  }
  .mulde_bestellen_outer-wrapper{
    padding-bottom: 50px;
    margin-top: 80px;
  }
  .smsn_dots::after {
    border-top: 2px dashed #000;
  }
  .outer_products_wrapper .products.columns-3 li {
    width: calc(50% - 15px) !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
  }
  body:not(.home).kontakt .content-section h1, body:not(.home).kontakt .content-section h2 {
    font-size: clamp(28px, 8.5vw, 80px);
    font-family: 'ArchivoBlack';
    text-transform: uppercase;
    line-height: 1.2;
  }
  .content-section{
    width: 86%;
  }
  body:not(.muldenbdy) #scroll-horizontal > .panel-layout > .panel-grid:first-of-type, .home #scroll-horizontal-wrapper {
    width: 86% !important;
  }
  .tablepress th, .tablepress td {
    min-width: 90px !important;
    font-size: 18px;
  }
  .tablepress:not(.tablepress-id-3) .column-2 {
    width: 260px !important;
    min-width: 200px !important;
  }

  .mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel {
    flex: 0 0 250px;
    margin-left: 5vw;
  }
  .mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel:first-child {
    flex: 0 0 130px;
    margin-left: 2vw;
    margin-right: 3vw;
  }
	.mulden #scroll-horizontal-wrapper .animation-wrap > .so-panel:first-child img {
  max-height: 128px !important;
  width: auto;
  margin-top: -32px;
}
  .outer_products_wrapper li[data-category="selected_mulden"] .woocommerce-loop-product__title{
    hyphens: auto;
    -webkit-hyphens: auto;
  }
  .outer_products_wrapper li[data-category="selected_mulden"] .woocommerce-loop-product__title {
    padding: 0px 10px 20px !important;
    hyphens: auto;
  }
  li[data-category="selected_mulden"] img {
    padding-top: 10px;
  }
  .outer_products_wrapper .products.columns-3 li:not(.selected_product):hover{
    background: #eeeeee !important;
  }
  .outer_products_wrapper .products.columns-3 li:not(.selected_product):hover .woocommerce-loop-product__title{
    color: #000 !important;
  }
  .home .service-grid .panel-grid-cell .so-panel .widget-title {
    font-size: clamp(18px, 2.5vw, 32px);
  }
  li.wc_payment_method {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 20px !important;
  }
  .woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
    margin-top: -20px !important;
  }
  li[data-category="selected_mulden"] img {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 580px) {
  nav {
    top: 120px;
  }
  .stepBackMobile {
    display: block;
    margin-right: 0px;
    font-weight: 500;
  }
  #surer_cart_step_forward_mobile {
    font-size: 16px;
  }
  .stepBackMobile {
    font-size: 16px;
  }
  #menu-main-menu li.wpml-ls-item {
    margin-top: 8%;
  }
  .mobile_flex-btn_row {
    justify-content: space-between;
  }
  #hero-text {
    font-size: clamp(62px, 15vw, 122px);
  }
  .content-section p {
    hyphens: auto;
    -webkit-hyphens: auto;
    font-size: 20px;
    line-height: 1.5;
  }
  .content-section h4 {
    font-size: clamp(20px, 3vw, 28px);
  }
  #backToTop svg {
    width: 22px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .home .content-section h1 span {
    display: inline;
  }
  .home .content-section h1 br{
    display: none;
  }
  footer .content-section p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .stepBackMobile {
    background: #e9e9e9;
    padding: 16px 20px 15px;
    text-align: center !important;
  }  
  .stepBackMobile span{
    display: none;
  }
  .stepBackMobile svg{
    margin-left: 0 !important;
  }
  #surer_cart_step_forward_mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .outer_products_wrapper .woocommerce-loop-product__title {
    font-size: clamp(16px, 1.45vw, 22px) !important;
  }
}
@media only screen and (max-width: 380px) {
#surer_cart_step_forward_mobile {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
}
.stepBackMobile svg {
  width: 18px;
}
.big-more-btn svg {
  width: 18px;
  min-width: 18px;	
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 6px;
}
}

@media only screen and (max-width: 378px) {
/* .stepBackMobile {
  margin-bottom: 10px;
} */
}

.ti-header.source-Google {
  text-align: center !important;
}
.ti-logo-fb {
  margin: auto !important;
}
.noscroll {
  overflow: hidden;
}
.ios .wpcf7 input, .ios .wpcf7 textarea {
  border-radius: 0 !important;
  font-size: 16px !important;
}
#maps::after {
  content: "";
  background: var(--nager-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .22;
  pointer-events: none;
}

@media only screen and (min-width: 1860px) {
.ap-section h3 span {
  display: none;
}
}