@charset "UTF-8";

/*
Theme Name: PricoPlex
Author: AH-Effect
Author URI: https://www.a-h-effect.de
Description: Custom Theme of PricoPlex 2023
Requires at least: 6.1
Tested up to: 8.2
Requires PHP: 8.2
Version: 1.1
Text Domain: customtheme
*/


/* Basics START */
:root {
  --primary-color: #081F4E;
  --secondary-color: #0F1134;
  --light-color: #EFEFEF;
  --lighter-text-color: #c9c9c9;
}

@font-face {
  font-family: "Hind";
  font-weight: 300;
  font-style: normal;
  src: url(assets/webfonts/Hind-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Hind";
  font-weight: 400;
  font-style: normal;
  src: url(assets/webfonts/Hind-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Hind";
  font-weight: 500;
  font-style: normal;
  src: url(assets/webfonts/Hind-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Hind";
  font-weight: 700;
  font-style: normal;
  src: url(assets/webfonts/Hind-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Hind";
  font-weight: 700;
  font-style: normal;
  src: url(assets/webfonts/Hind-Bold.ttf) format("truetype");
}

body {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  /* font-size: 16px;
  line-height: 24px; */
  font-size: 18px;
  line-height: 28px;
  margin: 0; 
  padding: 0;
  color: var(--primary-color);
  /* hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto; */
}

body.admin-bar {
  padding-top: 32px;
}

body.admin-bar header {
  top: 32px;
}

.just-DE, 
.just-EN { 
  display: none;
}
html[lang="de-DE"] .just-DE{
  display: block;
}

html:not([lang="de-DE"]) .just-EN,
html[lang="fr-FR"] .just-EN,
html[lang="nl-NL"] .just-EN,
html[lang="en-GB"] .just-EN {
  display: block;
}

.rounded-border {
  border-radius: 13px; 
  overflow: hidden;
}

code {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}

code h3 {
  margin-top: 35px;
}

.body-wrapper {
  overflow: hidden;
}

b, strong {
  font-weight: 700;
}

input:focus,
:focus {
  outline: none !important;
}

.like-a,
.like-a:hover,
a:hover,
a:active,
a:visited,
a:focus,
a {
  color: var(--primary-color);
  text-decoration: underline;
}

.hover-effect a:hover, 
a.hover-effect:hover,
a:hover {
  text-decoration: none; 
  transform: translateY(-3px);
  transition: transform 0.3s; 
}

.hover-effect a, 
a.hover-effect {
  display: block;
}


.like-a {
  display: inline-block;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", sans-serif;
  font-weight: 700;
}

.like-h1,
h1 > code,
h1 {
  font-size: 40px;
  line-height: 45px;
}

.like-h2,
h2 {
  font-size: 30px;
  line-height: 38px;
}

.like-h3,
h3 {
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 0px;
}

.like-h2 ,
h3.like-h2 {
  text-transform: none;
}

.like-h4,
h4 {
  font-size: 18px; 
  line-height: 22px;
  font-weight: 700;
}

h4#landingpagenav,
h4.big {
  font-size: 25px; 
}

.underlined {
  position: relative;
  margin-bottom: 61px;
}

.underlined:after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: -19px;
}

.has-text-align-center.underlined:after {
  left: calc(50% - (54px / 2));
}

.main-products .underlined,
.product-box .underlined {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
}

.product-box .underlined:after {
  background-color: #ffffff;
}

.trenner {
  width: 54px;
  height: 2px;
  background-color: var(--primary-color);
  display: block;
  margin: 8px 0 30px 0;
}

form select,
input[type="search"] ,
form input[type="text"],
form input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.wpcf7-not-valid-tip,
.preline {
  font-family: "Hind";
  font-size: 13px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bg-white {
  background-color: #ffffff;
}

.white-color {
  color: #ffffff;
}

.white-color.underlined:after {
  background-color: #ffffff;
}

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

.image-wrapper img {
  max-width: 100%;
}

/*
 EN page page-id-9543
 DE page page-id-9107
 NL page page-id-9734 
 FR page page-id-9747

 EN page page-id-10298
 DE page page-id-9947
 NL page page-id-10281 
 FR page page-id-10298
 
*/ 


body:not(.page-id-9543):not(.page-id-9107):not(.page-id-9734):not(.page-id-9747):not(.page-id-9947):not(.page-id-10281):not(.page-id-10298):not(.page-id-10298) .pll-parent-menu-item .sub-menu .lang-item-fr,
body:not(.page-id-9543):not(.page-id-9107):not(.page-id-9734):not(.page-id-9747):not(.page-id-9947):not(.page-id-10281):not(.page-id-10298):not(.page-id-10298) .pll-parent-menu-item .sub-menu .lang-item-nl {
  display: none;
}

button,
.wp-block-button__link,
.button {
  background: transparent;
  color: var(--primary-color);
  border-radius: 24px;
  padding: 7px 32px 4px 32px;
  border: 1px solid var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  margin: 25px 0;
  display: inline-block;
  /* transition: transform 0.5s; */
  /* transition: background 0.5s; 
  transition-delay: 0s; */
  font-size: 15px; 
  line-height: 22px;
  overflow: hidden; 
  position: relative;
}

a.has-mb-primary-background-color:before,
button:before,
.wp-block-button__link:before,
.button:before {
  content: ""; 
  width: 100%; 
  height: 100%; 
  background-color: var(--primary-color); 
  display: block; 
  position: absolute;
  left: 0; 
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
  color: var(--primary-color);
}

button:hover,
.wp-block-button__link:hover,
.button:hover {
  text-decoration: none;
  /* background-color: var(--primary-color);
  color: var(--light-color);
  background-image: url(../images/icon-brief-light.svg); */
  /* transform: scale(1.1); */
  transform: translateY(0);
  color: #ffffff;
  /* transition-delay: 2s; */
  /* background: transparent; */

}

button:hover:before,
.wp-block-button__link:hover:before,
.button:hover:before {
  transform: translateX(0);
}

.bg-primary button,
.bg-primary .wp-block-button__link,
.bg-primary.wp-block-button__link,
.bg-primary .button,
.has-mb-primary-background-color button,
.has-mb-primary-background-color .wp-block-button__link,
a.has-mb-primary-background-color,
.has-mb-primary-background-color .button {
  color: #ffffff; 
  border-color: var(--primary-color);
}

button.white,
.wp-block-button.white > .wp-block-button__link,
.wp-block-button__link.white,
.button.white  {
  color: #ffffff; 
  border-color: #ffffff;
}

.wp-block-button a.has-mb-primary-background-color:hover,
.bg-primary button:hover,
.bg-primary .wp-block-button__link:hover,
.bg-primary.wp-block-button__link:hover,
.bg-primary .button:hover,
.has-mb-primary-background-color button:hover,
.has-mb-primary-background-color .wp-block-button__link:hover,
a.has-mb-primary-background-color:hover,
.has-mb-primary-background-color .button:hover {
  color: var(--primary-color); 
  border: 1px solid var(--primary-color); 
}


button.white:hover,
.wp-block-button.white > .wp-block-button__link:hover,
.wp-block-button__link.white:hover,
.button.white:hover {
  color: var(--primary-color); 
  border: 1px solid #ffffff; 
}

.popupopener:before,
.keyfact-row .has-mb-primary-background-color:before,
.bg-primary button:before,
.bg-primary .wp-block-button__link:before,
.bg-primary.wp-block-button__link:before,
.bg-primary .button:before,
.has-mb-primary-background-color button:before,
.has-mb-primary-background-color .wp-block-button__link:before,
a.has-mb-primary-background-color:before,
.has-mb-primary-background-color .button:before,
button.white:before,
.wp-block-button.white > .wp-block-button__link:hover:before,
.wp-block-button__link.white:before,
.button.white:before {
  background-color: #ffffff !important;
}

.popupopener:before,
.keyfact-row .has-mb-primary-background-color:before {
  width: 100% !important;
  left: 0;
}


.wp-block-button.red .wp-block-button__link,
.button.red {
  background-color: #ef0708; 
  color: #ffffff; 
  border-color: #ef0708; 
  font-weight: 700;
  font-size: 18px; 
  line-height: 25px;
  padding: 18px 55px 13px 55px;
  border-radius: 55px;
  text-align: center;
}

.wp-block-button.red .wp-block-button__link:before,
.button.red:before {
   background-color: #ef0708; 
}


/* .wp-block-button.red .wp-block-button__link:before {
  background-color: #ffffff;
}*/
.button.red:hover,
.wp-block-button.red .wp-block-button__link:hover {
  transform: translateY(-3px);
  transition: transform 0.3s;
} 

.container,
.entry-content {
  max-width: 1364px;
  margin: 0 auto;
  width: 100%;
}

body.fullwidthpage #content .entry-content {
  max-width: 100%;
}

body #page {
  padding-top: 157px; 
  overflow: hidden;
}

body.admin-bar #page {
  padding-top: 125px;
}

.has-mb-primary-color h1, 
.has-mb-primary-color h2, 
.has-mb-primary-color h3, 
.has-mb-primary-color h4, 
.has-mb-primary-color a, 
.has-mb-primary-color p,
.has-mb-primary-color {
	color: var(--primary-color); 
}

.has-mb-light-color h1, 
.has-mb-light-color h2, 
.has-mb-light-color h3, 
.has-mb-light-color h4, 
.has-mb-light-color a, 
.has-mb-light-color p,
.has-mb-light-color {
	color: var(--light-color); 
}

.has-mb-primary-background-color:before,
.has-mb-primary-background-color, 
.bg-primary:before,
.bg-primary {
	background-color: var(--primary-color);
}

.has-mb-light-background-color:before,
.has-mb-light-background-color, 
.bg-light {
	background-color: var(--light-color);
}

.bg-primary, 
.bg-light,
.has-mb-primary-background-color,
.has-mb-light-background-color {
	position: relative;
}
.bg-primary:before, 
.bg-light:before,
.has-mb-primary-background-color:before,
.has-mb-light-background-color:before {
	content: "";
	width: 500%; 
	position: absolute; 
	left: -250%; 
	top: 0; 
	display: block;
  height: 100%;
  z-index: -1;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary,
.bg-dark {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-primary .underlined:after, 
.has-mb-primary-background-color .underlined:after {
  background-color: #ffffff;
}

.bg-dark a,
.bg-dark h1,
.bg-dark h2,
.bg-dark h2,
.bg-dark p,
.bg-secondary a,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h2,
.bg-secondary p,
.bg-primary a,
.bg-primary h1,
.bg-primary h2,
.bg-primary h2,
.bg-primary p
{
  color: #ffffff;
}


.show-mobile {
  display: none;
}
/* .wp-block-button a.has-background:before, 
.wp-block-button a.has-mb-primary-background-color:before {
  display: none !important;
} */

.wp-block-button a.has-mb-primary-background-color {
  color: #ffffff;
}

.no-padding {
  padding: 0;
}

.wp-block-buttons.no-margin > .wp-block-button a {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}

.displaynone {
  display: none !important;
}

body.no-breadcrumb #breadcrumbs {
  display: none;
}

body.no-breadcrumb #subbreadcrumb #breadcrumbs {
  display: block;
}

figure.wp-block-video {
  border-radius: 15px;
  overflow: hidden;
  display: flex; 
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 52px;
}

.wp-block-separator.bg-shaddow {
  margin: 0; 
  border: 0; 
  position: relative; 
  overflow: visible;
}

.wp-block-separator.bg-shaddow:before {
  content: "";
  display: block; 
  width: 500%; 
  height: 755px; 
  position: absolute; 
  z-index: -2; 
  top: 0; 
  left: -200%;
}

.wp-block-separator.bg-shaddow.to-bottom:before {
  background: linear-gradient(to bottom,rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%)
}

.wp-block-separator.bg-shaddow.to-top:before {
  top: unset; 
  bottom: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%)
}

.positionrelative {
  position: relative;
}

.big-text {
  font-size: 23px; 
  line-height: 37px;
}

.margin-0-auto {
  margin: 0 auto;
}

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

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

.entry-content ul:not(.special-ul-list):not(.slick-dots) li:not(.menu-item):not(.wp-social-link) {
  padding-left: 35px; 
  position: relative;
  background-image: url(assets/images/list-hook.svg); 
  background-size: 23px auto; 
  background-position: top 4px left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
/* 
#usercentrics-root button {
  border: 2px solid red;
}

#usercentrics-root button {
  width: 35px; 
  height: 35px;
  padding: 4px;
  left: 15px; 
  bottom: 15px;
} */
/* Basics END */


body #page .mega-sub-menu .mega-has-icon.mega-icon-right .dashicons-admin-generic.mega-menu-link:before {
  content:" "; 
  background-image: url(assets/images/button-neu.png)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: 100% auto !important;
  width: 35px!important;
  height: 35px !important;
  display: block;
}

.menu-button-row .wp-block-button .wp-block-button__link {
  margin: 0px;
}


/* Header START */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
/* 
header #searchform {
  display: none;
} */

header .top-header ul, 
header .top-header .col-sm > div,
header .top-header .col-sm,
header .primary-header .col-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top-header {
  /* overflow: hidden; */
  transition: all 0.5s ease-in-out;
  height: 40px;
  display: flex;
  align-items: center;
  max-height: 50px;
}

header .top-header ul {
  color: #ffffff;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

header .top-header a {
  text-decoration: none;
  margin-left: 35px;
}

header .top-header a.phone {
  padding-left: 54px;
  background-image: url(assets/images/icon-phone.svg);
  background-size: 20px auto;
  background-position: left 26px center;
  background-repeat: no-repeat;
}

li.pll-parent-menu-item {
  position: relative;
}

li.pll-parent-menu-item > a,
header .top-header .lang-item a {
  margin: 0 0 0 80px;
}
li.pll-parent-menu-item > a,
header .lang-item a {
  position: relative; 
  padding-right: 30px;
}

body #dropdown .linguise_switcher_dropdown {
  margin-left: 80px;
  z-index: 10000;
}

body #dropdown .linguise_switcher_dropdown li.linguise_current .linguise_current_lang {
  color: #ffffff !important;
  border: 0;
  position: relative;
  padding:0 0 0 30px; 
  font-size: 16px;
  line-height: 26px;
}
body #dropdown .linguise_switcher_dropdown li {
  border: 0;
  padding: 0 !important;
}

body #dropdown .linguise_switcher_dropdown a:hover li {
  background-color: transparent !important;
}

#dropdown .linguise_switcher_dropdown li.linguise_current .linguise_current_lang:after,
li.pll-parent-menu-item > a:after,
header .lang-item a:after {
  content: "";
  width: 21px; 
  height: 21px; 
  display: block;
  background-image: url(assets/images/global.svg);
  background-size: 100% auto;
  position: absolute;
  right: 0; 
  top: 2px;
}

body #dropdown .linguise_switcher_dropdown li.linguise_current .linguise_current_lang:after {
  left: 0; 
  right: unset;
}

body #dropdown .linguise_switcher .lccaret  {
  margin-left: 0;
}

body #dropdown .linguise_switcher .lccaret svg {
  fill: #ffffff;
}



li.pll-parent-menu-item > a {
  padding-right: 15px; 
  padding-left: 30px;
}

li.pll-parent-menu-item > a:before {
  content: "";
  width: 10px; 
  height: 10px; 
  display: block;
  background-image: url(assets/images/arrow-down-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0; 
  top: calc(50% - 5px);
  transition: transform 0.5s ease-in-out; 
  transform-origin: center center;
}

li.pll-parent-menu-item:hover > a:before {
  transform: rotate(180deg);
}

li.pll-parent-menu-item > a:after {
  right: unset; 
  left: 0;
}

li.pll-parent-menu-item .sub-menu {
  position: absolute;
  left:83px;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.6, 0, .4, 1);
  /* padding-top: 8px; */
}

li.pll-parent-menu-item .sub-menu:hover {
  max-height: 1000px;
  overflow:visible;
  opacity: 1;
}

body #dropdown .linguise_switcher_dropdown ul:after,
li.pll-parent-menu-item .sub-menu:after {
  content: ""; 
  width: calc(100% - 9px - 9px);
  background-color: var(--primary-color);
  border-radius: 0px 0px 12px 12px;
  height: 100%; 
  display: block;
  left: 9px; 
  top: 0; 
  position: absolute;
  z-index: -1;
}

body .linguise_switcher .linguise_switcher_sub:before,
li.pll-parent-menu-item .sub-menu:before {
  content: ""; 
  width: 100%; 
  height: 9px; 
  background-image: url(assets/images/dropdown.svg); 
  background-size: 100% auto; 
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
}


body #dropdown .linguise_switcher_dropdown ul {
  padding-top: 14px;
  width: auto;
  background-color: transparent;
  padding-left: 9px;
  padding-right: 9px;
  box-shadow: none;
}

body #dropdown .linguise_switcher_dropdown ul li {
  width: auto;
}

body #dropdown .linguise_switcher_dropdown ul li > span {
  margin-right: 0; 
  background-color: var(--primary-color);
}


.linguise_switcher_sub > a,
li.pll-parent-menu-item .sub-menu > li > a {
  padding-left: 27px; 
  padding-right: 27px; 
  color: #69748B;
  font-size: 14px; 
  line-height: 22px;
  margin: 0;
}

body ul.linguise_switcher_dropdown .linguise_switcher_sub > a {
  margin-left: 0;
  /* background-color: var(--primary-color); */
  padding-left: 17px; 
  padding-right: 17px; 
}

body ul.linguise_switcher_dropdown .linguise_switcher_sub > a:last-child {
  padding-bottom: 8px;
}

.linguise_switcher_sub > a:hover,
li.pll-parent-menu-item .sub-menu > li:hover > a, 
li.pll-parent-menu-item .sub-menu > li > a:hover {
  color: #ffffff;
  transform: translateY(0);
}

li.pll-parent-menu-item .sub-menu > li > a:after {
  display: none;
}

li.pll-parent-menu-item .sub-menu > li {
  padding-bottom: 8px;
  margin-top: -8px;
}

li.pll-parent-menu-item .sub-menu > li:first-child.current-lang + li,
li.pll-parent-menu-item .sub-menu > li:first-child {
  position: relative;
  margin-top: 0px;
}

li.pll-parent-menu-item .sub-menu li.current-lang  {
  display: none;
}

/* #dropdown .linguise_switcher_dropdown li.linguise_current:hover > ul {
  background-color: var(--primary-color);
} */

/* li.pll-parent-menu-item:before {
  content: "";
  display: block;
  width: calc(100% + 9px + 9px); 
  height: 9px; 
  position: absolute;
  background-color: var(--primary-color); 
  z-index: -1;
  left: -9px;
  border: 1px solid red;
} */

ul.lang-outer-wrapper {
  padding-left: 0;
  list-style: none;
}

ul.lang-outer-wrapper li.pll-parent-menu-item > a {
  margin-left: 10px;
  font-weight: 600;
  display: flex;
  text-decoration: none;
  padding-left: 25px;
  align-items: center;
  justify-content: center;
  font-size: 0;
  padding-right: 12px;
  margin-right: 5px;
}

ul.lang-outer-wrapper li.pll-parent-menu-item > a:before {
  background-image: url(assets/images/arrow-down-mobile-nav.svg);
}

ul.lang-outer-wrapper li.pll-parent-menu-item > a:after {
  background-image: url(assets/images/mobile-lang-link.svg);
}

ul.lang-outer-wrapper ul.sub-menu {
  left: 0;
  background-color: var(--light-color);
  box-shadow: 0px 2px 2px rgba(24,28,82,0.25);
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0 0 12px 12px;
}

ul.lang-outer-wrapper li.pll-parent-menu-item .sub-menu:after {
  display: none;
}

ul.lang-outer-wrapper ul.sub-menu a {
  text-decoration: none;
}

ul.lang-outer-wrapper li.pll-parent-menu-item .sub-menu:before {
  display: none;
}

header .primary-header {
  box-shadow: 0 0 10px rgba(24,28,82,0.25);
}

header .primary-header a:not(.shop) {
  transform: unset;
}

header .primary-header .logo {
  margin-top: 30px;
  /* width: 250px; */
   /* Während Jubiläum gelten andere Größen  | nach Jubiläum die unteren beiden Zeilen löschen und die darüber wieder einblenden*/
  height: 52px;
  margin-bottom: 26px;
}

header .primary-header .shop img {
  transition: transform 0.5s;
  width: 179px;
}

header .primary-header .shop:hover img {
  transform: scale(1.1);
}

header.sticky .top-header {
  max-height: 0px;
  overflow: hidden;
}

header .mobile-menu {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
  padding-right: 0;
}

header #mega-menu-wrap-primary #mega-menu-primary,
header .navigation {
  display:flex;
  align-items: center; 
}

.mega-block-title.like-h4,
h4.mega-block-title {
  line-height: 1;
}
.mega-block-title.like-h4:hover,
h4.mega-block-title:hover {
  border-bottom: 1px solid #d6d6d6 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-left: -42px;
  margin-right: -60px;
  width: calc(100% + 40px + 25px + 179px);
  margin-top: -70px;
  padding-top: 110px;
  box-shadow: 0 0 10px rgba(8,31,78,0.13);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .widget_media_image img {
  width: 100%; 
  height: auto;
}

header #searchform,
.navigation .shop,
.navigation .search,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
  position: relative; 
  z-index: 1000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a  {
  margin: 0 18px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:after {
  content: ""; 
  width: 100%; 
  height: 2px; 
  background-color: var(--primary-color); 
  display: block; 
  position: absolute; 
  bottom: 0; 
  left: 0;
  max-width: 0;
  transition: max-width 0.25s ease-in-out;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover:after {
  max-width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
  display: flex; 
  gap:43px; 
  justify-content: space-between;
}

#mega-menu-primary .mega-sub-menu .textwidget {
  /* display: flex;
  align-items: center;
  align-items: flex-start; */
  /* margin-top: 20px; */
  /* gap: 10px; */
}

#mega-menu-primary .mega-sub-menu #mega-menu-item-text-4 .textwidget {
  align-items: center;
}

#mega-menu-primary .mega-sub-menu #mega-menu-item-media_image-5 img {
  width: 100%;
}

#mega-menu-primary .mega-sub-menu .textwidget  > table {
  width: 100%;
}

#mega-menu-primary .mega-sub-menu .textwidget > p{
  min-width: 68%;
  /* margin-left: 2%; */
  margin-top: 0;
}

#mega-menu-primary .mega-sub-menu .textwidget > p img {
  width: 100%; 
}

#mega-menu-primary .mega-sub-menu .textwidget > div > a,
#mega-menu-primary .mega-sub-menu .textwidget > p > a {
  text-decoration: none;
}

#mega-menu-primary .mega-sub-menu .like-menu-ul .textwidget ul {
  padding: 0; 
  list-style-type: none; 
  gap: 30px; 
  columns: 2;
  width: 100%;
}

#mega-menu-primary .mega-sub-menu .like-menu-ul.fullwidth li .textwidget ul,
/* #mega-menu-primary .mega-sub-menu .like-menu-ul #mega-menu-item-text-41 .textwidget ul, */
#mega-menu-primary .mega-sub-menu .like-menu-ul #mega-menu-item-text-40 .textwidget ul {
  columns: 1;
}

#mega-menu-primary .mega-sub-menu .like-menu-ul .textwidget ul li a {
  padding: 8px 0 5px 0; 
  border-bottom: 1px solid #D6D6D6;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

#mega-menu-primary .mega-sub-menu .like-menu-ul .textwidget ul li a:hover {
  transform: unset;
  border-color: var(--primary-color);
}
#mega-menu-primary .textwidget > .like-h4,
#mega-menu-primary .widget_text > .like-h4 {
      color: #081f4e;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 3px 0px;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border-top: 0px solid #d6d6d6;
    border-left: 0px solid #d6d6d6;
    border-right: 0px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

#mega-menu-primary .textwidget > .like-h4:not(.no-margin-bottom),
#mega-menu-primary .widget_text > .like-h4:not(.no-margin-bottom) {
    margin-bottom: 15px;
} 

header #searchform {
  margin-left: 42px;
  height: 43px;
  position: relative;

}

header #searchform #s {
  border: 0; 
  border-bottom: 1px solid var(--primary-color);
  width: 193px;
  background-color: transparent;
  font-size: 16px;
  height: 34px;
}

#searchfrom-wrapper #searchsubmit,
header #searchsubmit {
  color: transparent;
  border: 0;
  background-image: url(assets/images/icon-search.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  padding: 0; 
  width: 19px;
  top: calc(50% - 10px);
}

header #searchsubmit {
  background-size: 16px auto;
  background-position: top 0px right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-searchlink a.mega-menu-link {
  margin-left: 18px;
  margin-right: 36px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-searchlink a.mega-menu-link:before {
  color: var(--primary-color);
  font-size: 28px;
  content:""; 
  width: 22px; 
  background-image: url(assets/images/icon-search.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

header .searchlink a:after {
  display:none !important;
}

/* Header END */

/* Headerslider sTART */
.headerslider  {
  margin-bottom: 150px;
}

#arrow-down {
  display: none;
}

.headerslide {
 color: #ffffff;
 height: 750px; 
 background-size: cover; 
 background-position: center center; 
 display: flex !important; 
 justify-content: flex-end;
 align-items: flex-end;
 padding-bottom: 175px;
 position: relative;
 box-sizing: border-box;
}

.headerslide .bg-image {
  background-size: cover; 
  background-position: center center; 
  position: absolute;
  width: 100%; 
  height: 100%; 
  display: block; 
  left: 0; 
  top: 0; 
  z-index: -1;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.headerslide .bg-image img {
  width: 100%; 
  height: 100%;
  object-fit:cover;
}

.headerbanner .headerslide {
  height: 535px;
  padding-bottom: 60px;
}

.headerslide:before {
  content: ""; 
  height: 100%; 
  width: 40%; 
  display: block; 
  position: absolute; 
  left: 0; 
  top: 0; 
  background-image: url(assets/images/banner-shaddow.png);
  background-size: 100% 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}

.headerslider .headerslide:after {
  content: ""; 
  width: 100%; 
  height: 75px; 
  display: block; 
  background-color: #ffffff; 
  z-index: 1;
  position: absolute;
  bottom: 0; 
  left: 0;
}

.headerslide .container {
  position: relative; 
  z-index: 2;
}
.headerslide h1, 
.headerslide h3,
.headerslide .like-h2,
.headerslide .preline, 
.headerslide h2, 
.headerslide p {
  color: #ffffff;
}

.headerslide .like-h2,
.headerslide h2 {
  font-weight: 300;
  font-size: 40px; 
  line-height: 50px;
}

.headerslide h1, 
.headerslide h3,
.headerslide h2 {
  margin: 33px 0;
}

.headerslide .underlined:after {
  background-color: #ffffff;
  bottom: -6px;
}

.headerslide .button {
  margin-top: 0;
}

.headerslide .sliderlabel {
  position: absolute; 
  right: 250px; 
  max-width: 550px;
  bottom: -175px;
  transition: all 0.5s;
}

.headerslide .sliderlabel img {
  max-width: 100%;
}

.headerbanner {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.headerbanner.subpage {
  overflow:visible;
  position: relative;
  padding-bottom: 140px;
}


.headerbanner.subpage > .headerslide {
  overflow: hidden;
}

.headerbanner.subpage .productimage {
  width: 680px; 
  position: absolute;
  right: 18%;
  bottom:0;
  max-width: 50%;
}

.headerbanner.subpage .productimage img {
  max-width: 100%;
}

.headerbanner.subpage .logo {
  max-height: 40%; 
  position: absolute;
  top: 100px;
  right: 0;
}

.headerbanner.subpage .logo img {
  max-width: auto; 
  max-height: 216px; 
  width: auto; 
  height: 100%;
}

.headerbanner.subpage + #subbreadcrumb {
  margin-top: -135px; 
  margin-bottom: 135px;
  z-index: 1;
  position: relative;
}

.headerbanner.subpage + #subbreadcrumb #breadcrumb {
  padding-left: 0;
}

.headerbanner.subpage.teaserbanner {
  padding-bottom: 0;
}

.headerbanner.subpage.teaserbanner .headerslide {
  padding-top: 115px;
  padding-bottom: 0px;
  height: auto;
  min-height: 420px;
}

.headerbanner.subpage.teaserbanner .headerslide:before {
  display: none;
}

.headerbanner.subpage.teaserbanner .container .col-sm {
  width: 45%;
}

.headerbanner.subpage.teaserbanner .content {
  margin-bottom: 40px;
}

.subpage.teaserbanner .headerslide .like-h2,
.subpage.teaserbanner .headerslide h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom:61px; 
  margin-top: 24px;
}

.headerslider.subpage.teaserbanner .underlined:after {
  bottom: -19px;
}

.headerbanner.subpage.teaserbanner .show-mobile {
  display: none !important;
}

.headerbanner.subpage.teaserbanner .headerslide .bg-image {
  transform: none !important;
}



body.no-breadcrumb #main > #breadcrumbs {
  display: none;
}

body .slick-dots {
  margin: 0; 
  padding: 0; 
  list-style-type: none;
  display: flex; 
  max-width: 1364px; 
  margin: -55px auto -20px auto;
  z-index: 11;
  position: relative; 
  justify-content: flex-end;
}

body .slick-dots li button {
  color: transparent; 
  height: 4px; 
  width: 54px;
  background-color: var(--light-color);
  margin: 0 5px;
  border-radius: 10px;
  border: 0;
  font-size: 0; 
  padding: 0;
  line-height: 0px;
}

body .slick-dots li {
  width: auto; 
  height: auto;
  margin: 0;
}

body .slick-dots li.slick-active button {
  background-color: var(--primary-color);
  transform: unset;
}

.slick-dots li button:before {
  display: none;
}

body .gb-for-slick-slider  ul.slick-dots {
  text-align: center;
  justify-content: center;
  margin: 25px auto;
}
body .slick-arrow:before {
  display: none;
}
/* Headerlsider END */

/* breadcrumbs START */
#breadcrumbs {
  max-width: 1364px;
  margin: 18px auto; 
  color: var(--lighter-text-color);
  /* display: none; */
}

body.home #breadcrumbs {
  display: none;
}

#breadcrumbs a {
  text-decoration: none;
  color: var(--primary-color);
}

#breadcrumbs .breadcrumb_last {
  color: var(--lighter-text-color);
}

#breadcrumbs > span {
  margin: 0 -8px;
}

#breadcrumbs > span > Span {
  margin: 0 8px;
}

section.headerslider + #breadcrumbs {
  position: relative;
  z-index: 10;
}
/* breadcrumbs END */

/*Special Text-Bild Banner START */
.margin-top-minus-50 {
  margin-top: -50%;
}

.margin-top-minus-130 {
  margin-top: -130px;
}

.margin-top-minus-225 {
  margin-top: -225px;
}

.margin-top-minus-275 {
  margin-top: -275px;
}

.bg-primary-arrow {
  background-image: url(assets/images/primary-arrow.svg); 
  background-size: 100% 100%;
  color: #ffffff; 
  padding: 25px 120px 25px 53px;
  position:relative;
  box-sizing: border-box;
  width: 545px;
  height: 317px;
}

.bg-primary-arrow .underlined:after {
  background-color: #ffffff;
}

.bg-primary-arrow h1, 
.bg-primary-arrow h2, 
.bg-primary-arrow h3, 
.bg-primary-arrow h4, 
.bg-primary-arrow a, 
.bg-primary-arrow p {
  color: #ffffff;
}

.bg-primary-arrow .custom-absolute-label {
  top: -40px;
  right: 40px;
}

/* Special Text-Bild Banner END */

/* Kategories START */
.category-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px; 
  margin-right: -10px;
}

.category-row .category {
  position: relative; 
  width: calc(25% - 20px);
  margin: 10px;
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.category-row .category .category-inner {
  border-radius: 30px;
  overflow: hidden; 
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.category-row .category.inactive {
  display: none; 
}

.category-row .category a:hover, 
.category-row .category a {
  text-decoration: none; 
  transition: unset; 
  transform: unset;
}

.product-slide a:hover .title,
.category-row .category a:hover .title {
  transform: translateY(200%);
}

.product-slide a:hover .image-wrapper:before,
.category-row .category a:hover .category-image:before {
  opacity: 0;
}

.category-row .category-image {
  background-size: cover; 
  background-position: center center;
  position: absolute; 
  width: 100%; 
  height: 100%; 
  left: 0; 
  top: 0;
  z-index: 0;
  transition: transform 0.5s ease-in-out;
  border-radius: 30px;
  overflow: hidden; 
}

.product-slide .image-wrapper:before,
.category-image:before {
  content: ""; 
  width: 100%; 
  height: 100%; 
  display: block; 
  z-index: 1;
  background-color: rgba(0,0,0,0.5);
  position: absolute; 
  top: 0; 
  left: 0; 
  transition: opacity 0.5s ease-in-out;
}

.product-slide .image-wrapper:before {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,32,72,0) 60%);
}

.category-row .category:hover .category-image, 
.category-row .category a:hover .category-image {
  transform: scale(1.1);
}

.product-slide .title,
.category-row .category .title {
  color: #ffffff;
  font-size: 25px; 
  line-height: 30px; 
  font-weight: bold; 
  position: relative; 
  margin-bottom: 50px;
  padding: 32px 32px 0 32px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  hyphens: auto;
}

.product-slide .title {
  z-index: 2;
}

.product-slide .title:after,
.category-row .category .title:after {
  content: "";
  width: 54px; 
  height: 2px; 
  position: absolute; 
  left: 32px;; 
  bottom: -15px; 
  display: block;
  background-color: #ffffff;
}

.category-row .load-more-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#load-more:before {
  margin-right: 8px; 
  content: "+";
}

.product-slide .new-category-label,
.category-row .new-category-label {
  position: absolute; 
  width: 52px; 
  right: 28px; 
  top: 42px;
}

.product-slide .new-category-label {
  display: block;
  width: 65px; 
  height: 65px; 
  background-image: url(assets/images/new-label-red.png); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center center;
  z-index: 1;
  left: 32px; 
  top: -22px;
}

html[lang="de-DE"] .product-slide .new-category-label {
  background-image: url(assets/images/neu-label-red.png); 
}
/* Kategories END */

/* References START */
.references-row {
  display: flex; 
  margin-left: -8px; 
  margin-right: -8px;
  flex-wrap: wrap;
}

.references-row .reference {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border: 1px solid var(--light-color); 
  border-radius: 22px; 
  height: 163px;
  width: 163px;
  margin: 8px;
  padding: 18px 12px;
  box-sizing: border-box;
}

.references-row .reference.double {
  width: 347px;
}

.references-row .reference img {
  max-width: 137px;
  max-height: 97px; 
  height: auto; 
  width: auto;
}

.references-row .reference.double img {
  max-width: 194px;
}

.custom-gallery figure,
.download-gallery figure,
.reference-gallery figure {
  aspect-ratio: 1 / 1;
  display: flex; 
  align-items: center; 
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  max-width: 33% !important;
}

body #primary .download-gallery figure {
  max-width: 33%; 
  box-sizing: border-box;
}

body #primary .download-gallery figure > a:after {
  content: "Download";
  position: absolute; 
  right: 17px; 
  bottom: 17px; 
  background: transparent;
  color: #ffffff;
  border-radius: 24px;
  padding: 7px 32px 4px 32px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
}

html[lang="de-DE"] body #primary .download-gallery figure > a:after  {
  content: "Herunterladen";
}
.custom-gallery figure > figcaption,
.download-gallery figure > figcaption, 
.reference-gallery figure.inactive,
.reference-gallery figure > figcaption {
  display: none !important;
}

.custom-gallery figure > a img,
.download-gallery figure > a img,
.reference-gallery figure > a img {
  transition: transform 0.3s;
}

.custom-gallery figure > a:hover img,
.download-gallery figure > a:hover img,
.reference-gallery figure > a:hover img{
  transform: translateY(0px) scale(1.1);
  transition: transform 0.3s;
}

.custom-gallery figure > a:hover,
.download-gallery figure > a:hover,
.reference-gallery figure > a:hover {
  transform: translateY(0px);
}


body .wp-block-gallery.reference-gallery.hover-gallery figure > figcaption {
  display: flex !important;
  width: 100%; 
  height: 100%;
  align-items: center;
  justify-content: center; 
  font-size: 40px; 
  line-height: 29px; 
  font-weight: 700;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}


body .wp-block-gallery.reference-gallery.hover-gallery figure > figcaption:before {
  content: ""; 
  width: 100%; 
  height: 100%;
  position: absolute;
  left: -10px; 
  top: 0; 
  background-color: var(--primary-color); 
  opacity: 0.4; 
  z-index: -1;
  min-width: calc(100% + 20px);
  mix-blend-mode: multiply;
}

.wp-block-gallery.reference-gallery.hover-gallery figure.wp-block-image:has(figcaption):before {
  display: none;
}

body .wp-block-gallery.reference-gallery.hover-gallery figure:hover > figcaption {
  opacity: 0;
}
/* References END*/

/* Cite row START */
.cite-row {
  color: #ffffff;
}

.cite-row .cite-inner {
  padding: 200px 30% 95px; 
  text-align: center; 
  display: flex; 
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  position: relative;
}

.cite-row .citetext {
  font-size: 25px; 
  line-height: 40px; 
  position: relative;
}


.wp-block-quote > p:before, 
.wp-block-quote > p:after,
.cite-row .cite-inner .citetext:before, 
.cite-row .cite-inner .citetext:after {
  content:""; 
  width: 170px; 
  height: 120px; 
  display: block; 
  background-image: url(assets/images/citehooks.svg); 
  background-size: contain; 
  background-position: center center; 
  background-repeat:no-repeat; 
  position: absolute; 
}

.wp-block-quote > p:before, 
.cite-row .cite-inner .citetext:before {
  left: -65px; 
  top: -30px;
} 

.wp-block-quote > p:after,
.cite-row .cite-inner .citetext:after {
  right: -65px; 
  bottom: 10px; 
  transform: rotate(180deg); 
  transform-origin: center; 
}

.wp-block-quote > p {
  font-size: 30px; 
  line-height: 45px; 
  color: var(--primary-color); 
  text-align: center;
  font-weight: bold;
  position: relative;
}

.wp-block-quote > p:before, 
.wp-block-quote > p:after {
  background-image: url(assets/images/citehooks-grey.svg); 
  width: 88px; 
  height: 65px;
  z-index: -1;
}

.wp-block-quote > p:after {
  right: 0; 
  bottom: -30px;
}

.wp-block-quote > p:before {
  left: 0;
}

.cite-row .author, 
.cite-row .company {
  font-size: 20px; 
  line-height: 30px;
}

.cite-row .author {
  font-weight: 700;  
  margin-top: 44px; 
  position: relative; 
}

.cite-row .author:before {
  content:"";
  width: 54px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 27px);
  top: -32px;
}

.slick-slider .slick-arrow {
  position: absolute; 
  top: calc(50% - 30px);
  height: 60px; 
  width: 30px;
  border-radius: 0;
  z-index: 10; 
  cursor: pointer; 
  background-repeat: no-repeat; 
  background-size: contain; 
  background-position: center center;
  color: transparent;
  margin: 0;
  transform: unset;
}

.slick-slider .slick-arrow.slick-prev {
  left: -80px !important; 
  background-image: url(assets/images/arrow-left.svg);
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-slider .slick-arrow.slick-next {
  right: -80px !important;
  background-image: url(assets/images/arrow-right.svg);
}

.slick-slider .slick-arrow:hover {
  border: 0; 
}

.bg-primary.slick-slider .slick-arrow.slick-prev,
.bg-primary .slick-slider .slick-arrow.slick-prev {
  background-image: url(assets/images/arrow-left-white.svg);
}

.bg-primary.slick-slider .slick-arrow.slick-next,
.bg-primary .slick-slider .slick-arrow.slick-next {
  background-image: url(assets/images/arrow-right-white.svg);
}

/* Cite row END */

/* Full Width Image Row START */
.full-width-image-row {
  margin-bottom: 0;
}

.full-width-image-row .inner-full-width-image-row {
  max-height: 900px; 
  display: flex; 
  align-items: center; 
  overflow: hidden;
}

.full-width-image-row .inner-full-width-image-row a {
  width: 100%;
  transform: none;
}

.full-width-image-row figure {
  aspect-ratio: 637 / 475;
  overflow: hidden;
}

.full-width-image-row img {
  min-width: 100%;
  width: 100%; 
  height: auto !important;
}


.custom-absolute-label {
  position: absolute;
  right: 0;
  top: 50%;
}

.full-width-image img {
  width: 100% !important;
  height: auto!important;
}

.full-width-image.right + .custom-absolute-label {
  right: unset; 
  left: 0;
}



.full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column {
  margin: 0 1px;
}

.full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column:first-child {
  margin-left: 0;
}

.full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column:last-child {
  margin-right: 0;
}

.full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column  > p {
  padding-left: 25px; 
  padding-right: 25px;
}

/* Full Width Image Row END */

/* Small image Rows START */

.small-image-preview-row .wp-block-column > h1, 
.small-image-preview-row .wp-block-column > h2, 
.small-image-preview-row .wp-block-column > h3,
.small-image-preview-row .wp-block-column > p {
  margin-left: 20px;
  margin-right: 20px;
}

.small-image-preview-row .wp-block-image img {
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.wp-block-image img {
  height: auto !important;
}
/* Small image Rows END */

/* Slider TAb START */

.tab-slider-group .thesliders {
  position: relative;
}

.tab-slider-group .tabslider {
  visibility: hidden;
  position: absolute;
  left: 0; 
  top: 0; 
  width: 100%;
}

.tab-slider-group .tabslider .wp-block-image {
  border-radius: 13px; 
  overflow: hidden;
}

.tab-slider-group .tabslider.active {
  visibility: visible;
  position: relative;
}


.tab-slider-group .clicktab:hover {
  cursor: pointer;
}

.tab-slider-group .clicktab:hover img,
.tab-slider-group .clicktab.active img {
  box-shadow: 0 0 10px;
}
/* Slider TAb END */

/* Schmaler Spalten START */
.wp-block-columns.schmale-spalten {
  max-width: 1190px; 
  margin-left: auto; 
  margin-right: auto;
  gap: 7%;
}
/* Schmale Spalten END */

/* Spalten mit HG BIld START */
.wp-block-columns.with-bg-image .text-col{
  position: relative;
  z-index: 1;
}
/* Spalten mit HG BIld  START */


.special-header-page .headerbanner + #breadcrumbs + article > .entry-content { 
  position: relative; 
  margin-top: -225px;
  z-index: 10;
}

.special-header-page #breadcrumbs { 
  display: none; 
}

.special-header-page .headerslide { 
  padding-bottom: 280px; 
}

/* Formular START */
form select,
form input:not([type="checkbox"]), form textarea {
  width: 100%;
  padding: 5px 0px 10px 0;
  border-radius: 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-style: italic;
  font-weight: 300;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}

form .double-row > p {
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
}

form .double-row > p > label {
  width: calc(50% - 15px);
}

form textarea {
  height: 200px;
}

.captcha-image {
  width: 100%;
}

#submit-wrapper {
  display: flex; 
  justify-content: center;
}

#submit-wrapper input {
  background: transparent;
  color: var(--primary-color);
  border-radius: 24px;
  padding: 7px 32px 4px 32px;
  border: 1px solid var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  margin: 25px 0;
  display: inline-block;
  transition: transform 0.5s;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  font-style: normal; 
}

.wpcf7-list-item {
  display: block; 
  margin-left: 0;
}

.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}

form input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  margin-left: 15px;
}

form input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: ""; 
  width: 20px; 
  background-color: #ffffff;
  height: 20px; 
  border-radius: 50%; 
  border: 2px solid var(--primary-color);
  display: block; 
  position: absolute; 
  left: -35px;
  top: -3px;
  align-items: flex-start;
}

form input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: var(--primary-color);
  background-image: url(assets/images/list-hook-white.svg); 
  background-size: 15px auto;
  background-repeat: no-repeat; 
  background-position: center center; 
}

#dsgvo-text {
  display: none;
}

body .captcha-image .cf7ic_instructions span {
  font-family: "Hind";
  font-size: 13px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--primary-color);
}

body .captcha-image .cf7ic_instructions span.cf7ic-icon-wrapper {
  display: block;
}

body .captcha-image .cf7ic_instructions span.cf7ic-icon-wrapper label {
  font-size: 30px;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
  border-color: var(--light-color);
}

form .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form .row .col-sm-12 {
  width: 100%;
}

form .row .col-sm-12 p {
  margin-top: 0;
}

form .row .col-sm-12.col-md-6 {
  width: 49.5%;
}

form .row .col-sm-12.col-md-6.col-lg-4 {
  width: 32.8%;
}

form .row .col-sm-12.col-md-6.col-lg-3 {
  width: 25%;
}

form .row .col-sm-12.col-md-6.col-lg-2 {
  width: 16%;
}

form .row input[type="checkbox"]+.wpcf7-list-item-label:before {
  top: 5px;
}

form .row #dsgvo-wrapper input[type="checkbox"] {
  margin-top: 3px;
  width: 2px; 
  height: 2px;
  position: absolute;
  left: 0;
}

form .red-formular-wrapper #dsgvo-wrapper input[type="checkbox"]+.wpcf7-list-item-label:before {
  top: -2px;
  left: -15px;
}

form .row #dsgvo-wrapper  span.wpcf7-list-item-label {
  padding-left: 10px;
}
form .row input[type="checkbox"][name="acceptance-638"]+.wpcf7-list-item-label:before {
  top: -2px;
}
/* form .row input[type="checkbox"][name="acceptance-638"][aria-invalid="false"]+.wpcf7-list-item-label:before {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 1);
} */
form .row input[type="checkbox"] {
  margin-top: 9px;
}

form .red-formular-wrapper .wpcf7-form-control-wrap[data-name="time-check"] .wpcf7-form-control,
form .wpcf7-form-control-wrap[data-name="warenbereich-check"] .wpcf7-form-control{
  display:flex;
  flex-wrap:wrap;
}

form .wpcf7-form-control-wrap[data-name="warenbereich-check"] .wpcf7-list-item{
  width:33.333%;
}

.red-formular-wrapper {
  background-color: #ef0708; 
  border-radius: 15px; 
  padding: 23px 32px 32px 32px;
  color: #ffffff;
}

.red-formular-wrapper + .wpcf7-response-output {
  display: none;
}

.red-formular-wrapper label {
  color: #ffffff;
  line-height: 1.25;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}

.red-formular-wrapper .flex-end-row {
  align-items: flex-end;
}

.red-formular-wrapper label input {
  margin-top: 2px;
}

.red-formular-wrapper #dsgvo-wrapper p,
.red-formular-wrapper .small,
.red-formular-wrapper #dsgvo-wrapper input[type="checkbox"]+.wpcf7-list-item-label{
  font-size: 12px;
  line-height: 1.25;
}

.red-formular-wrapper p {
  line-height: 1.25;
}

.red-formular-wrapper #submit-wrapper p,
.red-formular-wrapper #dsgvo-wrapper + div p,
.red-formular-wrapper #dsgvo-wrapper p {
  margin-bottom: 0;
}

.red-formular-wrapper textarea {
  height: 37px;
}

form .red-formular-wrapper select,
form .red-formular-wrapper input:not([type="checkbox"]), 
form .red-formular-wrapper textarea {
  border-bottom: 0;
  padding:9px 5px 6px 5px;
}

form .red-formular-wrapper select {
  background-image: url(assets/images/arrow-down.svg); 
  background-repeat: no-repeat; 
  background-size: 16px auto; 
  background-position: right 5px center;
}


.red-formular-wrapper #submit-wrapper input {
  margin-top: 0; 
  margin-bottom: 0;
  border-color: #ffffff;
  background-color: #ffffff;
}

.red-formular-wrapper #submit-wrapper input:disabled {
  opacity: 0.5;
}

form .red-formular-wrapper .subline > p {
  margin: 0 0 10px 0;
}

form .red-formular-wrapper input[type="checkbox"]+.wpcf7-list-item-label:before {
  top: -5px;
  border: 0;
  left: -30px;
}

form .red-formular-wrapper  input[type="checkbox"] {
  margin-top: 0;
  width: 2px;
  height: 2px;
  left: 5px;
  position: absolute;
}

form .red-formular-wrapper .wpcf7-checkbox > .wpcf7-list-item > label {
  padding-left: 15px;
}

form .red-formular-wrapper .wpcf7-form-control-wrap[data-name="time-check"] label,
form .red-formular-wrapper span[data-name="warenbereich-check"] label {
  margin-top: 10px;
  padding: 0;
}

.red-formular-wrapper #submit-wrapper {
  position: relative;
}

.red-formular-wrapper .with-margin-top {
  margin-top: 12px;
}

.red-formular-wrapper .with-margin-bottom {
  margin-bottom: 12px;
}

.red-formular-wrapper .row.with-margin-bottom {
  margin-bottom: 14px;
}

.red-formular-wrapper .row.with-margin-bottom-5 {
  margin-bottom: 5px;
}


.red-formular-wrapper .col-sm > p:last-child,
.red-formular-wrapper .col-sm > div > p:last-child {
  margin-bottom: 0;
}

.red-formular-wrapper #dsgvo-wrapper .wpcf7-not-valid-tip {
  display: block;
  float: left;
}

#dsgvo-wrapper p {
  float: left;
}

#dsgvo-wrapper span.wpcf7-list-item-label {
  padding-top: 2px;
}

#dsgvo-wrapper span.wpcf7-list-item-label a:hover, 
#dsgvo-wrapper span.wpcf7-list-item-label a:visited, 
#dsgvo-wrapper span.wpcf7-list-item-label a:active,
#dsgvo-wrapper span.wpcf7-list-item-label a {
  color: #ffffff;
}

.wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
}

form[data-status="init"] .red-formular-wrapper .wpcf7-not-valid-tip{
display: none;
}

#sonstiges_wrap {
  /* margin-top: -10px; */
  margin-bottom: 0px;
  display: inline-flex;
  width: 100%;
}

#sonstiges_wrap > p {
  width: 100%;
}

form .red-formular-wrapper h2, 
form .red-formular-wrapper h2 + p {
  margin-top: 0; 
  margin-bottom: 0;
}

form .red-formular-wrapper .wpcf7-not-valid-tip {
  color: #fff;
  line-height: 1.25;
  padding-top: 8px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
}

form .red-formular-wrapper .wpcf7-form-control-wrap[data-name="time-check"] .wpcf7-list-item,
form .red-formular-wrapper .wpcf7-form-control-wrap[data-name="warenbereich-check"] .wpcf7-list-item {
  /* width: 50%; */
  width: 33%;
}

form .red-formular-wrapper .wpcf7-form-control-wrap[data-name="time-check"] .wpcf7-list-item.last {
  width: 100%;
}

.flexcol {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 12px;
  margin-top: 12px;
}

.flexcol > div >p:last-child {
  margin-bottom: 0px;
 }
/* Formular END */


/* Teams START */

.teampage .schmale-spalten h2 {
  margin-bottom: 10px; 
}

.teampage .schmale-spalten h2 + .underlined {
  margin-top: 0;
  line-height: 35px;
}

/* Teams END */

/* Kontakt Modal START */
.swal-modal {
  border-radius: 0; 
  max-width: 90%;
}

.swal-title {
  display: none;
}

.swal-icon--error {
  border-color: #dc3232 !important;
}

.swal-icon--error__line {
  background-color: #dc3232 !important;
}

button.swal-button {
  color: var(--primary-color) !important; 
  background-color: #ffffff !important;
  border-radius: 50px; 
  border: 1px solid var(--primary-color) !important;
}

button.swal-button:hover {
  color: #ffffff !important;
}

button.swal-button:focus {
  box-shadow: unset !important;
}
/* Kontakt Modal END */

/* Product Slider START */

.product-image-inner-slider {
  position: unset;
  margin-bottom: 100px;
}

.product-image-inner-slider .slick-track {
  padding-top: 22px;
}

.product-image-inner-slider .product-slide {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0 10px;
  border-radius: 30px;
  /* overflow: hidden; */
}

.product-image-inner-slider .product-slide-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}


.product-image-inner-slider .product-slide .image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  transition: transform 0.5s ease-in-out;
  border-radius: 30px;
  overflow: hidden;
}

.product-image-inner-slider .product-slide a {
  display: block;
  width: 100%;
  height:100%;
}

.product-image-inner-slider .product-slide a:hover {
  transform: unset;
}

.product-image-inner-slider .product-slide a:hover .image-wrapper {
  transform: scale(1.1);
}

.product-image-inner-slider .slick-arrow.slick-next,
.product-image-inner-slider .slick-arrow.slick-prev {
  bottom: -80px;
  top: unset;
  left: unset !important;
  right: 80px;
}

.product-image-inner-slider .slick-arrow.slick-next {
  right: 0 !important;
}

.product-image-slider .col-sm-12 {
  position: relative;
}
/* Product Slider END */

/* Borlabs START */

/* body .brlbs-cmpnt-dialog-details-header > div{
  flex-basis: 100%;
} */
body .brlbs-cmpnt-dialog-details-header > .brlbs-flex.brlbs-basis-full.brlbs-justify-center.brlbs-items-center.brlbs-mt-4 {
  justify-content: space-between;
  width: 100%;
}

body #BorlabsCookieBox .brlbs-cmpnt-dialog-details-header, .brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header {
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header, .brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-header {
  justify-content: space-between;
}

/* Borlabs END */

/* Video Wrapper START */
.videowrapper {
  height: calc(100dvh - 117px);
}

.videowrapper > a {
  height: inherit;
}

.videowrapper .vo-wrapper {
  height: inherit;
}

.videowrapper .vo-wrapper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Video Wrapper END */

/* FAQ START */
.schema-faq{
  border-top: 1px solid rgba(0,0,0,.12);
  max-width: 70%;
}

.schema-faq .schema-faq-section{
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.schema-faq .schema-faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  cursor:pointer;
  padding: 14px 0;
  margin:0;
}

/* Plus/Minus */
.schema-faq .schema-faq-question::after{
  content:"+";
  display:inline-flex;
  width: 26px;
  height: 26px;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 26px;
}

/* Answer default zu */
.schema-faq .schema-faq-answer{
  display:none;
  margin: 0 0 14px 0;
}

/* Active state */
.schema-faq .schema-faq-section.is-open .schema-faq-answer{
  display:block;
}

.schema-faq .schema-faq-section.is-open .schema-faq-question::after{
  content:"–";
}

/* FAQ END */

/* Scrolling button START */

#scrollingbutton {
    position: fixed;
    right: 25px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 90px;
    transition: bottom 0.5s ease-in-out;
  }

  #scrollingbutton.completebottom {
    bottom: 15px;
  }

  #scrollingbutton > .button {
    margin: 0 0 10px 0;
    padding:10px 25px 7px 25px;
  }

/* Scrolling Buttton END */

/* Shopify Products START */
shopify-context .product-card .product-card__hover-button { 
  aspect-ratio: 1 / 1;
  width: 50px;
  height: 50px;
  margin: 0;
  border: var(--primary-color);
  background-color: var(--primary-color);
  color: #ffffff;
  transition:unset;
  min-width: 50px;
  min-height: 50px;
  display: flex !important;
  opacity: 0;
}

shopify-context .product-card:hover .product-card__hover-button > span {
  display:none;
}

shopify-context .product-card:hover .product-card__hover-button::before {
  transform: unset;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 15px;
}

.product-modal__container .product-modal__buttons {
  display: flex;
  flex-direction: row;
}

.product-modal__container .product-modal__buttons button {
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
}

#shopify-element-wrapper .product-form select, 
#shopify-element-wrapper .product-form input, 
#shopify-element-wrapper .product-form textarea {
  border-radius: 50px;
}

.product-modal__container .product-modal__add-button {
  background-color: var(--primary-color);
}

#product-modal .product-modal__close {
  margin: 0; 
  border-radius: 50%;
}

.product-card__price,
.product-card .product-card__details .product-card__title {
  font-size: 16px;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
  text-transform: none;
}

.product-card__price {
  font-weight: 400;
}

.product-modal__container .product-modal__add-button:hover,
.product-modal__container .product-modal__add-button {
  color: #ffffff;
}

.product-modal__container .product-modal__buy-button {
  color: var(--primary-color);
}

.product-modal__container .product-modal__buy-button:hover {
  opacity: 1;
  color: #ffffff;
}

#product-modal .product-modal__container .product-modal__media img {
  background-position: center !important;
  background-size: contain !important;
  max-height: 100% !important;
  max-width: 100% !important;
  aspect-ratio:  unset !important;
}

.product-modal__container .product-modal__media {
  background-color: #ffffff;
}

#product-modal .product-modal__container *,
#shopify-element-wrapper *,
.shopify-variant-selector::part(select),
#product-modal .product-modal__title,
form.product-form span,
#shopify-element-wrapper .select,
#shopify-element-wrapper .optionLabel {
  color: var(--primary-color) !important;
}

body #product-modal .product-modal__container .product-modal__description-text, 
body #product-modal .product-modal__container .product-modal__description-text * {
    color: #717171 !important;
}

body #product-modal .product-modal__container .product-modal__buttons button:hover,
body #product-modal .product-modal__container .product-modal__buttons button.product-modal__add-button {
  color: #ffffff !important;
}


/* Shopify Products END */


/* Calendly START */

/* body div#calendlyouterwrapper {
  margin-left: -56px; 
  margin-right: -56px;
} */

/* Calendly END */

/* Contact Popup START */
.contactpopup-wrapper {
  position: fixed;
  z-index: 11;
  right: 25px;
  bottom: 90px;
  max-width: 290px; 
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.contactpopup-wrapper .close {
  width: 16px; 
  height: 16px; 
  display: block;
  background-image: url(assets/images/icon-close.svg);
  background-repeat: no-repeat; 
  background-size: contain; 
  background-position: center center;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.contactpopup-wrapper .contact-popup {
  max-width: 0; 
  width: 100%; 
  height: 100%;
  max-height: 0;
  opacity: 0;
  transition: max-width 0.5s ease-in-out, max-height 0.5s ease-in-out, opacity 0.2s linear;
}

.contactpopup-wrapper.active .contact-popup {
  max-width: 500px; 
  max-height: 500px;
  opacity: 1;
}

.contactpopup-wrapper .red-formular-wrapper {
  padding: 15px;
}

.contactpopup-wrapper .red-formular-wrapper label {
  margin-bottom: 0;
}

.contactpopup-wrapper .red-formular-wrapper label input, 
.contactpopup-wrapper .red-formular-wrapper label textarea {
  margin-top: 3px;
}

.contactpopup-wrapper .red-formular-wrapper h2, 
.contactpopup-wrapper .red-formular-wrapper .like-h2 {
  line-height: 110%;
  font-size: 28px;
}

.contactpopup-wrapper .red-formular-wrapper #submit-wrapper input {
  background-color: var(--primary-color);
  border-color: var(--primary-color); 
  color: #ffffff;
  margin-top: 0;
}

.button-contact-popup {
  background-color: #ef0708;
  color: #ffffff; 
  font-weight: 600;
  border-radius: 15px;
  padding: 10px 25px 10px 70px;
  width: 110px; 
  border-top-left-radius: 25px; 
  border-bottom-left-radius: 25px;
  line-height: 110%; 
  border-top-right-radius: 0; 
  border-bottom-right-radius: 0;
  position: absolute;
  margin-right: -25px;
  cursor: pointer;
  transition: transform 0.3s; 
  transform: translate(0);
  background-image: url(assets/images/thekenplan-contact.svg);
  background-size: 35px auto; 
  background-position: left 20px center;
  background-repeat: no-repeat;
}

.button-contact-popup:hover {
  transform: translateY(-3px);
}

.contactpopup-wrapper.active .button-contact-popup {
  transform: translate(100%);
}

.red-formular-wrapper #submit-wrapper p {
  margin-top: 0;
}
/* Contact Popup END */

/* Landingpage-NAV START */
body .entry-content ul.landingpage-nav:not(.special-ul-list):not(.slick-dots)  {
  width: 100%;
  column-count: 3;
  display: block;
  column-gap: 70px;
}

body .entry-content ul.landingpage-nav:not(.special-ul-list):not(.slick-dots)  > li {
  padding: 0; 
  background-image: none;
  break-inside: avoid-column;
}

body .entry-content ul.landingpage-nav:not(.special-ul-list):not(.slick-dots)  > li  > a {
  background-image: url(assets/images/arrow-right.svg);
  background-size: 7px auto; 
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px; 
  line-height: 25px;
  max-width: 100%;
  display: block;
  padding: 8px 30px 5px 0;
  text-decoration: none;
}
/* Landingpage-NAV END */

/* Icon Buttons START */
.icon-button-wrapper .outer-wrapper {
  display: block; 
  column-count: 4; 
  column-gap: 17px;
}

.icon-button-wrapper.cols-3 .outer-wrapper {
    column-count: 3; 
}

.icon-button-wrapper.cols-2 .outer-wrapper {
    column-count: 2; 
}

.icon-button-wrapper .icon-button {
  border-radius: 15px; 
  background-color: #ff0000; 
  color: #ffffff;
  padding: 10px 10px 15px 10px; 
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  break-inside: avoid-column;
  flex-direction: column;
  /* justify-content: space-between; */
  aspect-ratio: 343 / 234;
  margin-bottom: 7px;
  width: calc(100% - 10px);
  justify-content: flex-end;
}

.icon-button-wrapper .outer-wrapper > a {
  break-inside: avoid-column;
  color: #ffffff; 
  text-decoration: none;
  display: block;
}

.icon-button-wrapper .icon-button .title {
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700; 
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.icon-button-wrapper .icon-button .subtext {
  font-size: 0.9rem;
  line-height: 1.1;
}

.icon-button-wrapper .icon-button .image-wrapper {
  height: 2.5rem; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.icon-button-wrapper .icon-button .image-wrapper img {
  max-height: 100%;
}

/* Icon Buttons END */

/* Footer START */
footer {
  background-color: var(--primary-color);
  padding: 68px 0 0px 0;
  color: #ffffff;
  position: relative;
  text-align: left;
}

footer .entry-content {
  position: relative;
}

footer ul.menu > li > a,
footer h3 {
  color: #ffffff; 
  font-size: 18px; 
  line-height: 22px;
  text-transform: uppercase;
  position: relative; 
  padding-bottom: 4px; 
  margin-bottom: 22px;
  display: block;
  font-weight: 700;
  margin-top: 0;
}

footer ul.menu > li > a:after,
footer h3:after {
  content: ""; 
  width: 40px; 
  height: 1px; 
  display: block; 
  background-color: #ffffff; 
  position: absolute; 
  left: 0; 
  bottom: 0;
}

footer a:active, 
footer a:visited, 
footer a:link,
footer a:hover {
  color: #ffffff;
  display: inline-block;
}

footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

footer .row > div:last-child {
  padding-left: 32px;
}

footer > .entry-content .biggerrow {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

footer > .entry-content > .row > div.biggerrow > div:nth-child(2) {
  columns: 2;
  gap: 40px;
}

footer .site-logo {
  padding: 0;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

footer nav ul li {
  text-align: right;
}

footer nav ul li a {
  display: inline-block;
  margin: 0 0 0 34px;
}

footer .site-logo img {
  width: 120px;
}

footer .sub-footer {
  background-color: #071739;
  margin-top: 55px;
}

footer .sub-footer .row {
  align-items: center; 
  height: 50px;
}

footer .sub-footer .row > div {
  display: flex;
  align-items: center;
}

footer ul.menu {
  list-style-type: none; 
  margin: 0; 
  padding: 0;
}

footer ul.menu > li {
  break-inside: avoid-column;
}

/* footer ul.menu > li.menu-item-has-children > a {
  pointer-events: none;
} */

footer ul.menu .sub-menu li a {
  font-size: 15px; 
  line-height: 22px; 
}

footer ul.menu .sub-menu {
  list-style-type: none; 
  margin-bottom: 50px; 
  padding: 0;
}

footer ul.menu #searchform,
footer ul.menu .menu-item-87 {
  display: none; 
}

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

.special-ul-list li {
  border-bottom: 1px solid #5C5D79;
}

footer .special-ul-list a {
  font-weight: bold; 
  padding-bottom: 10px; 
  padding-top: 10px;
  display: inline-block;
}

.wp-block-social-links {
  margin-top: 55px;
}

footer.entry-footer,
footer.edit-link {
  display: none;
}

#to-the-top {
  position: absolute; 
  top: -75px; 
  z-index: 15;
  cursor: pointer;
  right: 25px; 
}

#to-the-top.fixed {
  position: fixed;
  right: 25px; 
  bottom: 25px;
  transition: all 0.5s;
  top: unset;
}
/* Footer END */


/* overlay START */
body .sgpb-popup-overlay-5891 {
  visibility: hidden;
}
/* Overlay END */

/* Search STARt */

#searchfrom-wrapper {
  padding: 50px 0;
}

#searchfrom-wrapper #searchform > div {
  display: flex;
  position: relative;
}

.search-results .search-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 25px; 
  margin-bottom: 25px;
}

.search-results .search-row a, 
.search-results .search-row  a:hover {
  text-decoration: none;
}

.search-results .search-row a:first-child {
  max-width: calc(100% - 200px);
}
/* SEarch END */

/* Labeled Columns START */

.labeled-columns > .wp-block-column {
  background-color: #ffffff; 
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  border-radius: 40px;
  /* padding: 32px 32px 0 32px; */
  padding: 32px;
  max-width: calc(33% - 34.6666px);
  box-sizing: border-box;
}

.labeled-columns > .wp-block-column .wp-block-buttons > .wp-block-button {
  display: inline-flex;
}

.labeled-columns > .wp-block-column .wp-block-buttons > .wp-block-button > a {
  margin-top: 0;
  height: 35px;
}

.labeled-columns > .wp-block-column .wp-block-buttons > .wp-block-button > a:last-child {
  margin-bottom: 0;
}

.labeled-columns > .wp-block-column .wp-block-buttons > .wp-block-button:not(:last-child) > a {
  margin-top: 0; 
  margin-bottom:0;
}

.labeled-columns.submenu > .wp-block-column {
  padding: 0; 
  margin: 0;
}

.labeled-columns.submenu > .wp-block-column a {
  text-decoration: none;
  display: block; 
  width: 100%;
}

.labeled-columns.submenu > .wp-block-column  h2 {
  font-size: 30px; 
  line-height: 38px;
  margin: 10px 0 7px 0;
}

.keyfact-row {
  flex-wrap: wrap !important;
}

.keyfact-row  > .wp-block-column {
  width: calc(33% - 34.6666px);
  flex-basis: unset  !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.keyfact-row > .wp-block-column .wp-block-buttons {
  flex-direction: column;
  align-items: flex-start;
}

.popupopener {
  margin: 0;
  color: #ffffff;
  height: 35px;
}

.popupopener:hover {
  color: var(--primary-color);
}

.popup-wrapper {
  width: 100%; 
  height: 100%; 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 200;
  display: flex; 
  justify-content: center; 
  align-items: center;
  display: none;
}

/* .popup-wrapper:after */
.popupbg {
  content: ""; 
  width: 100%; 
  height: 100%; 
  display: block; 
  position: absolute; 
  left: 0; 
  top: 0;
  background-color: #575757;
  mix-blend-mode: multiply;
  opacity: 0.9;
  z-index: 0;
}

.popup-wrapper .popup {
  width: 1225px; 
  background-color: #ffffff; 
  border-radius:  40px; 
  margin-left: auto; 
  margin-right: auto; 
  max-height: 90%; 
  overflow: scroll;
  z-index: 1;
  padding: 80px 100px;
  position: relative;
  overflow: hidden;
}

.popup .close-button {
  background-image: url(assets/images/close-button.svg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  width: 36px; 
  height: 36px; 
  position: absolute; 
  right: 50px; 
  top: 50px; 
  cursor: pointer;
  z-index: 10;
}
::-webkit-scrollbar {
  display: none;
}
.popup-inner {
  overflow: scroll;
  scrollbar-width: none;  
}

.popup-wrapper .popup .flex-column {
  display: flex;
}

.popup .fulltext,
.keyfact-image {
  max-width: 50%;
}

.popup .fulltext-columns {
  column-count: 2;
  column-gap: 52px;
}

.popup .fulltext {
  padding-right: 100px;
}

.keyfact-image img {
  max-width: 100%;
}

#open-shoppopup {
  cursor: pointer;
}

#popup-onlineshop .popup {
  max-width: 90%;
  max-height: 80%;
  box-sizing: border-box;
  overflow: scroll;
}
/* Labeled COlumns END */


/* Mailwork START */
.nl-form-body *{font-size:12px;line-height:1.3em;list-style-type:disc;list-style-position:outside;margin:0;padding:0;vertical-align:top;}.nl-form-body h1{color:#081F4E;font-size:1.6em;height:auto;padding:0;}.nl-form-body ul{padding:8px 24px;}.nl-form-body{background-color:#ffffff;border:solid 0px #081F4E;box-sizing:border-box;margin:10px auto;padding:20px 0px;width:100% ;}.nl-form-body .element{box-sizing:border-box;display:inline-block;margin:0;padding:8px 5px;width:100%;}.nl-form-body .element *{vertical-align:baseline;}.nl-form-body .element .validation{color:#ff0000;display:none;font-weight:bold;}.nl-form-body .element.invalid .validation{display:block !important;}.nl-form-body .element .first{float:left;width:100%;}.nl-form-body .element .second{padding-left:0;}.nl-form-body .first label{color:#081F4E;display:block;font-size:1.1em;font-weight:bold;margin:0 0 0.1em;padding:0 0 2px 0;}.nl-form-body .element.mandatory .first label::after{content:"*";}.nl-form-body p.descr{color:#081F4E;font-size:0.9em;line-height:1.3em;margin:0 0 0.1em;padding:0 0 2px 0;}.nl-form-body .element sub{vertical-align:sub;}.nl-form-body .element sup{vertical-align:super;}.nl-form-body .first p.descr{display:none !important;}.nl-form-body .second label{color:#081F4E;}.nl-form-body .element.invalid input[type=text],.nl-form-body .element.invalid select,.nl-form-body .element.invalid textarea{border:solid 1px #ff0000;}.nl-form-body input[type=checkbox],.nl-form-body input[type=radio]{border:solid 1px #ccc;box-sizing:border-box;display:inline-block;margin:2px 4px 0.2em;}.nl-form-body button{color:#ffffff;padding:0.3em 0;background-color:#081F4E;background:linear-gradient(#081F4E, #081F4E);border:solid 0px #ffffff;text-align:center;}.formassi_element_paragraph, .formassi_element_paragraph * {color:#081F4E;}#fa_0{width:100%;}#fa_1{width:100%;}#fa_2{width:100%;}#fa_3{width:100%;}#fa_4{width:100%;}#fa_5{width:100%;}#fa_6{width:100%;}#fa_7{width:33%;}#fa_8{width:33%;}#fa_9{width:33%;}#fa_10{width:100%;}#fa_11{width:100%;}#fa_12{width:33%;}#fa_13{width:33%;}#fa_14{width:33%;}#fa_15{width:100%;}#fa_16{width:100%;}#fa_17{width:100%;}#fa_18{width:100%;}#fa_19{width:33%;}


#optin_form {
	margin-left: -5px; 
	margin-right: -5px;
}


.nl-form-body input[type=text],
.nl-form-body select, 
.nl-form-body textarea {
	width: 100%;
	padding: 5px 0 10px;
	border-radius: 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-style: italic;
	font-weight: 300;
	font-family: "Hind",sans-serif;
	font-weight: 300;
	font-size: 15px;
	min-height: 42px;
	line-height: 22px;
}

.nl-form-body label {
	font-family: "Hind";
	font-size: 13px;
	line-height: 35px;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

input[type="checkbox"] + label {
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	letter-spacing: 0; 
	margin-bottom: 0;
	text-transform: unset;
}

.nl-form-body button {
	background: 0 0;
	color: var(--primary-color);
	border-radius: 24px;
	padding: 7px 32px 4px;
	border: 1px solid var(--primary-color);
	text-decoration: none;
	cursor: pointer;
	margin: 25px auto;
	display: inline-block;
	transition: transform .5s;
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	position: relative;
	font-style: normal;
}

.nl-form-body button:hover {
	color: #ffffff;
}


/* Mailwork END */

@media screen and (max-width: 1530px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 0px !important; 
  }
  
  .slick-slider .slick-arrow.slick-next {
    right: -0px !important;
  }
}

@media screen and (max-width: 1424px) {
  #breadcrumbs,
  body .slick-dots,
  .container,
  .entry-content,
  footer > .entry-content,
  article > .entry-content {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  body.no-breadcrumb #subbreadcrumb #breadcrumbs {
    padding-left: 0; 
    padding-right: 0;
  }

  .references-row .reference {
    width: calc(16.66666% - 16px);
  }

  .references-row .reference.double {
    width: calc(33.3333% - 16px);
  }

  .references-row .reference.double img,
  .references-row .reference img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1230px) {
  
  .show-mobile {
    display: block;
  }

  .show-desktop {
    display: none;
  }

  header #searchform {
    margin-left: 10px;
  }

  header #searchform #s {
    width: 16px;
    border-bottom: 0;
  }

  .bg-primary-arrow {
    padding-right: 80px;
  }

  .references-row .reference {
    height: 125px;
  }

  .cite-row .cite-inner {
    padding: 100px 100px 50px 100px;
  }

  footer > .entry-content .biggerrow ,
  footer > .entry-content > .row > div.biggerrow > div:nth-child(2) {
    gap: 30px;
  }

  #popup-onlineshop .popup {
    padding: 50px;
  }

  .popup .close-button {
    right: 15px; 
    top: 15px; 
  }

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

  label.hamburg {
    display: block;
    background: transparent;
    width: 32px;
    height: 36px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top:-12px;
    z-index: 21;
    cursor: pointer;
  }

  input#hamburg {
    display:none
  }

  .line {
   position: absolute;
   left:0;
   height: 4px;
   width: 32px;
   background: var(--primary-color);
   display: block;
   transition: 0.5s;
   transform-origin: center;
  }

  .line:nth-child(1) { top: 10px; }
  .line:nth-child(2) { top: 22px; }

  #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(6px) rotate(-45deg);
  }

  #hamburg:checked + .hamburg .line:nth-child(2){
    transform: translateY(-6px) rotate(45deg);
  }

  header .mobile-menu {
    display: flex;
    align-items: center;;
  }

  header .mobile-menu > div {
    margin-left: 12px;
    display: flex;
    gap: 12px;
  }

  header .mobile-menu .mobile-shop{
    display: flex;
  }

  header .mobile-menu .mobile-shop img {
    width: 28px;
  }

  header .mobile-menu > div > .lang-item a {
    font-size: 0px;
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(assets/images/mobile-lang-link.svg);
    background-size: contain; 
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    padding-top: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  }

  header .mobile-menu > div > .lang-item > a:after {
    display: none;
  }

  /* #mobilemenu .lang-item a {
    background-image: url(assets/images/global.svg);
  } */


  header .mobile-menu .lang-item {
    list-style: none;
  }

  header .top-header #site-navigation,
  header .primary-header .navigation {
    display:none;
  }

  header .top-header .col-sm {
    justify-content: center;
  }

  header .top-header a.phone {
    margin-left: 0;
  }

  header .primary-header .logo {
    margin-top: 25px;
    width: 180px;
  }

  body #page {
    padding-top: 130px;
  }

  header .lang-item a:after {
    top: -4px;
  }

  .headerbanner.subpage  {
    padding-bottom: 90px;    
  }

  .headerbanner.subpage+#subbreadcrumb {
    margin-top: -85px;
    margin-bottom: 85px;
  }

  .headerbanner.subpage .productimage {
    right: 12%;
  }

  .mobile-menu-wrapper {
    display: block;
    background: var(--primary-color);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 20;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding-bottom: 200px;
    box-shadow: 0px 5px 5px 0px rgba(201,201,201,0.3);
    -webkit-box-shadow:  0px 5px 5px 0px rgba(201,201,201,0.3);
    -moz-box-shadow:  0px 5px 5px 0px rgba(201,201,201,0.3);
    padding: 0;
    z-index: -1;
  }

  .mobile-menu-wrapper .inner .shop img {
    width: 180px;
    margin-bottom: 5px;
  }

  #hamburg:checked + .hamburg + .mobile-menu-wrapper {
    max-height: 100%;
    overflow: scroll;
    transition: max-height 1s ease-in-out;
  }

  .mobile-menu-wrapper > .inner {
    padding: 190px 30px 125px 30px;
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-wrapper a {
    font-size: 18px;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    color: #ffffff;
    text-decoration:none;
  }

  #mobilemenu > li {
    margin-bottom: 22px;
    border-bottom: 1px solid white;
  }

  /* #mobilemenu > li.menu-item-has-children > a {
    pointer-events: none;
  } */

  #mobilemenu > li > a {
    text-transform: uppercase;
    font-weight: 700;
  }

  #mobilemenu .shop img {
    width: 220px;
  }

  .mobile-menu nav.primary-navigation a {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-menu #primary-menu-list-left a {
    margin-left: 0;
  }

  #mobilemenu ul.sub-menu {
    padding-left: 30px;
  }

  body .primary-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
  }

  header .top-header a.phone {
    padding-left: 28px;
    background-position: left 0px center;
  }
  .headerbanner.subpage.teaserbanner .headerslide {
    padding-top: 30px;
    padding-bottom: 160px;
  }

  .headerbanner.subpage.teaserbanner .container .col-sm {
    width: 75%;
  }

  .not-on-tablet {
    display: none;
  }

}

@media screen and (max-width: 1024px) {
  /* header .primary-header .shop img {
    width: 140px; 
  } */

  .bg-primary-arrow {
    flex-basis: 60% !important;
  }

  .small-image-preview-row .wp-block-column {
    flex-basis: 20%;
  }

  footer#colophon > .entry-content > .row {
    flex-wrap: wrap;
    gap: 30px;
  }

  body .wp-block-columns {
    flex-wrap: wrap !important;
  }


  body #popup-onlineshop .popup .wp-block-columns {
    flex-wrap: nowrap!important;
  }

  .small-image-preview-row .wp-block-column > h1, .small-image-preview-row .wp-block-column > h2, .small-image-preview-row .wp-block-column > h3, .small-image-preview-row .wp-block-column > p {
    margin-left: 0; 
    margin-right: 0;
  }

  :where(.wp-block-columns.is-layout-flex)  {
    gap: 30px;
  }

  .schema-faq {
    max-width: 100%;
  }
}

@media screen and (max-width: 990px) {
  body {
  font-size: 16px;
  line-height: 24px;
  }

  body div#calendlyouterwrapper {
    margin-left: -0; 
    margin-right: -0;
  }

  body div#calendlyouterwrapper .calendly-inline-widget {
    min-width: 100% !important; 
    max-width: 100% !important;
  }


  header .primary-header .logo {
    width: 140px;
  }

  .headerbanner.subpage .productimage {
    right: 0;
  }

  .headerbanner.subpage .logo {
    max-height: 155px;
    top: 35px;
  }

  .headerbanner.subpage .logo img {
    max-height: 155px;
  }

  .headerslide .bg-image {
    background-position: right center;
    justify-content: flex-end;
  }

  .headerslide .bg-image img {
    object-position: right center;
  }



  .big-text {
    font-size: 20px;
    line-height: 30px;
  }


  .headerslide {
    height: 500px;
    padding-bottom: 75px;
  }

  .headerslide .sliderlabel {
    right: 210px;
    max-width: 180px;
    bottom: -75px;
  }

  

  .special-boxes .wp-block-column strong {
    font-size: 35px;
  }


  body .wp-block-columns {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  body .wp-block-columns.mobile-dont-stack-it {
    flex-direction: row;
  }

  body .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    justify-content: center;
    display: flex; 
    flex-direction: column;
  }

  body .wp-block-columns.mobile-dont-stack-it > .wp-block-column {
    flex-basis: 50% !important;
  }

  body .wp-block-columns > .wp-block-column  .wp-block-image:not(.full-width-image) figure {
    width: 100%; 
    text-align: center;
  }

  .wp-block-columns.schmale-spalten {
    gap: 30px;
  }

  .wp-block-columns.schmale-spalten .wp-block-column {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  body .entry-content .mobile-reverse {
    flex-direction: column-reverse;
  }

  .category-row .category {
    width: calc(50% - 20px);
  }

  .references-row .reference.double,
  .references-row .reference {
    width: calc(50% - 16px);
  }

  .small-image-preview-row .wp-block-column > h1, .small-image-preview-row .wp-block-column > h2, .small-image-preview-row .wp-block-column > h3, .small-image-preview-row .wp-block-column > p {
    margin-left: 20px; 
    margin-right: 20px;
  }

  body .category-row,
  body .wp-block-columns.small-image-preview-row {
    flex-direction: row;
    padding-right: 50px;
  }

  body .category-row .slick-list,
  body .wp-block-columns.small-image-preview-row  .slick-list {
    margin-left: -30px; 
    padding-left: 30px;
    padding-right: 50px;
    margin-right: -80px;
    box-sizing: border-box;
  }

  body .wp-block-columns.small-image-preview-row .slick-slide {
    padding-top: 10px; 
    padding-bottom: 10px;
  }

  body .wp-block-columns.small-image-preview-row .slick-slide > * {
    margin-left: 15px;
    margin-right: 15px;
  }

  footer#colophon > .entry-content > .row > div {
    width: calc(50% - 15px);
  }

  footer#colophon > .entry-content > .row > div.biggerrow {
    width: 100%;
  }

  .margin-top-minus-130,
  .margin-top-minus-275 {
    margin-top: -75px;
  }

  .download-gallery figure,
  .reference-gallery figure {
    max-width: 100% !important;
  }

  .keyfact-row > .wp-block-column, 
  .labeled-columns > .wp-block-column,
  .labeled-columns.submenu > .wp-block-column {
    max-width: 100%;
    width: 100%;
  }

  .product-image-inner-slider {
    position: unset;
    margin-bottom: 50px;
  }

  .product-image-inner-slider .slick-arrow.slick-next, .product-image-inner-slider .slick-arrow.slick-prev  {
    bottom: -50px;
  }


  .headerbanner.subpage.teaserbanner .show-mobile {
    display: flex !important;
    background-position: bottom right;
  }

  .headerbanner.subpage.teaserbanner .show-desktop {
    display: none !important;
  }

  .headerbanner.subpage.teaserbanner .container .col-sm {
    width: 100%;
  }

  .headerbanner.subpage.teaserbanner .headerslide {
    padding-top: 30px;
    padding-bottom: 230px;
  }

  .flexcol {
    flex-direction: column;
    gap: 12px; 
    text-align: center;
  }

  form .red-formular-wrapper .wpcf7-form-control-wrap[data-name="time-check"] label, form .red-formular-wrapper span[data-name="warenbereich-check"] label {
    margin-top: 0;
  }

  form .red-formular-wrapper input[type="checkbox"]+.wpcf7-list-item-label:before {
    top: -1px;
  }

  form .red-formular-wrapper #dsgvo-wrapper input[type="checkbox"]+.wpcf7-list-item-label:before {
    top: 0px;
    /* left: -37px; */
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: 100%;
  }

  .wp-block-shopify-product-shopify-product-block {
    width: 48%;
  }

  body .entry-content ul.landingpage-nav:not(.special-ul-list):not(.slick-dots)  {
    column-count: 2;
  }

  .icon-button-wrapper.cols-4 .outer-wrapper {
    column-count: 2;
  }
}

@media screen and (max-width: 768px) {
  .headerbanner.subpage .productimage {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }

  .wp-block-shopify-product-shopify-product-block {
    width: 100%;
  }

  body .preline {
    font-size: 12px !important;
    line-height: 20px;
  }
  .search-results .search-row {
    flex-direction: column;
  }

  .search-results .search-row a:first-child {
    max-width:100%;
  }

  .big-text {
    font-size: 18px;
    line-height: 27px;
  }

  .wp-block-columns.schmale-spalten .wp-block-column {
    max-width: 100%;
    margin-left: 0; 
    margin-right: 0;
  }

  button, .wp-block-button__link, .button {
    margin-bottom: 0;
  }

  .subpage.teaserbanner .headerslide .like-h2, .subpage.teaserbanner .headerslide h2,
  .labeled-columns.submenu > .wp-block-column h2,
  .like-h2, h2 {
    font-size: 25px;
    line-height: 33px;
    margin-top: 10px;
  }

  .headerslide h2 > p {
    margin: 0;
  }

  .underlined {
    margin-bottom: 35px;
  }


  .headerslide .underlined {
    margin-bottom: 17px;
  }

  .subpage.teaserbanner .headerslide .like-h2, 
  .subpage.teaserbanner .headerslide h2 {
    margin-bottom: 32px;
  }

  .headerslide .sliderlabel {
    display: none;
  }

  .headerslider .headerslide .underlined {
    margin-bottom: 20px;
  }

  .headerslide .button {
    margin-top: 10px;
  }

  .headerbanner .headerslide .button {
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .headerbanner .headerslide .button.red {
    margin-top: 10px;
  }
  .subpage.teaserbanner .headerslide .button {
    margin-top: 0px;
  }

  .headerslider .headerslide .underlined:after {
    bottom: -4px;
  }

  .headerslider .headerslide:after {
    display: none;
  }
  .headerslider {
    height: calc(100vh - 129px - 150px);
    position: relative;
    overflow: hidden;
  }

  .headerslider .headerslide  {
    /* padding-bottom: 90px; */
    /* height: 300px; */
    height: calc(100vh - 135px - 150px);
    padding-bottom: 15px;
    background-position: right 30% center;
    background-size: auto 100%;
    border: 0;
  }

  /* .headerslide .bg-image img {
    width: auto;
    object-fit: unset;
    padding-right: 30%;
  } */

  .headerslide .sliderlabel {
    bottom: -50px; 
    right: 30px; 
    max-width: 80px; 
  }

  .headerslider .slick-dots {
    flex-direction: column;
    right: 0;
    position: absolute;
    top: 0;
    width: 20px;
    justify-content: center;
    padding: 0;
  }

  .headerslider .slick-dots li button {
    height: 54px;
    width: 4px;
    margin: 5px 0;
  }

  .headerbanner .headerslide {
    height: 350px;
    padding-bottom: 0px;
  }

  .headerbanner .headerslide h1,
  .headerbanner .headerslide h2,
  .headerbanner .headerslide h3 {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
  }

  .headerslide .like-h2,
   .headerslide h2,
  .headerbanner .headerslide h1, 
  .headerbanner .headerslide .like-h1 ,
  .headerslide h2 {
    /* font-size: 18px;
    line-height: 25px; */
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .headerslide:before {
    width: 110%;
    left: -5%;
  }

  .headerbanner.subpage .container {
    padding-bottom: 15px;
  }

  .headerbanner.subpage .logo {
    max-width: 50%;
  }

  .headerbanner.subpage .logo img {
    max-height: unset;
    max-width: 100%;
    height: auto;
  }

  .headerslide.teaserbanner .container {
    padding-right: 30px;
  }

  #arrow-down {
    display: block;
    position: absolute; 
    right: 15px; 
    top: calc(100vh - 129px - 90px);
    width: 50px; 
    height: 50px;
    cursor: pointer;
  }

  .headerslide .container {
    padding-right: 70px;
  }

  .headerslide .sliderlabel img {
    max-width: 80px !important;
  }

  .margin-top-minus-130,
  .margin-top-minus-275 {
    margin-top: 0;
  }

  .bg-primary-arrow {
    width: calc(100% + 60px);
    background-color: var(--primary-color); 
    margin-left: -30px !important; 
    margin-right: -30px !important; 
    padding-left: 30px; 
    padding-right: 30px;
  }

  .category-row .category {
    min-height: 280px;
  }

  .wp-block-quote {
    margin: 35px 0;
  }

  .cite-row .cite-inner {
    padding: 30px;
  }

  .wp-block-quote > p,
  .cite-row .citetext {
    font-size: 18px;
    line-height: 25px;
  }

  .wp-block-quote > p:before,
  .cite-row .cite-inner .citetext:before {
    left: -20px;
    top: -40px;
    width: 70px;
  }

  .wp-block-quote > p:after,
  .cite-row .cite-inner .citetext:after {
    right: -20px;
    bottom: -40px;
    width: 70px;
  }

  .teampage .schmale-spalten h2 {
    margin-bottom: 0px;
  }

  .teampage .schmale-spalten h2 + .underlined {
    font-size: 20px !important;
  }
  
  form .double-row > p {
    flex-direction: column;
  }

  form .row .col-sm-12,
  form .row .col-sm-12.col-md-6,
  form .row .col-sm-12.col-md-6.col-lg-4,
  form .row .col-sm-12.col-md-6.col-lg-3,
  form .row .col-sm-12.col-md-6.col-lg-2,
  form .double-row > p > label {
    width: 100%;
  }

  form .wpcf7-form-control-wrap[data-name="warenbereich-check"] .wpcf7-list-item{
    width:50%;
  }

  form input[type="checkbox"]+.wpcf7-list-item-label {
    padding: 8px 0;
  }

  .red-formular-wrapper #dsgvo-wrapper #dsgvo-text + p {
    width: 100%;
    display: block;
    margin: 0 0 15px 30px;
  }

  .red-formular-wrapper {
    padding: 20px;
  }

  form .red-formular-wrapper input[type="checkbox"]+.wpcf7-list-item-label {
    padding: 4px 0;
  }

  .pfeil-image-el .inner-full-width-image-row {
    min-height: 400px;    
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center; 
    background-size: cover;
  }

  .pfeil-image-el .bg-primary-arrow {
    margin-top: -400px;
    min-height: 400px;
    height: 400px;
    background: transparent;
  }

  .pfeil-image-el .bg-primary-arrow .custom-absolute-label {
    top: -40px;
    right: 10px;
    width: 70px;
  }

  .pfeil-image-el .bg-primary-arrow:before {
    content: "";
    background-image: url(assets/images/banner-shaddow.png);
    background-size: 150% 100%;
    mix-blend-mode: multiply;
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
    z-index: 0;
  }

  .pfeil-image-el .bg-primary-arrow h2, 
  .pfeil-image-el .bg-primary-arrow p, 
  .pfeil-image-el .bg-primary-arrow a {
    z-index: 1;
  }

  .pfeil-image-el .inner-full-width-image-row img {
    display: none;
  }

  footer#colophon > .entry-content > .row > div {
    width: 100%;
  }

  footer#colophon > .entry-content > .row > div.biggerrow {
    flex-direction: column;
  }

  footer .sub-footer .row {
    flex-direction: column-reverse;
    height: auto; 
    padding-bottom: 15px;
  }

  .full-width-image.right + .custom-absolute-label > img {
    max-height: 130px;
    width: auto;
  }

  .category-row .category a:hover .title {
    transform: translateY(0);
  }

  .category-row .category:hover .category-image, .category-row .category a:hover .category-image {
    transform: scale(1);
  }

  .category-row .category a:hover .category-image:before {
    opacity: 1;
  }

  /* .red-formular-wrapper #dsgvo-wrapper input[type="checkbox"]+.wpcf7-list-item-label {
    line-height: 0;
  } */

  .red-formular-wrapper .row.with-margin-bottom {
    margin-bottom: 20px;
  }

  body #primary .download-gallery figure {
    max-width: 100%;
    width: 100% !important;
  }

  .category-row {
    position: relative;
  }
  .category-row:before {
    content: ""; 
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
  }
  /* .category-row .slick-slide {
    overflow: visible;
  }

  .category-row .slick-slide .category-inner {
    border-radius: 30px;
    overflow: hidden;
    display: block;
    position: relative;
  } */


  #popup-onlineshop .popup {
    padding: 30px;
  }

  .wp-block-image img {
    height: auto !important;
  }

  .full-width-image.right+.custom-absolute-label>img {
    width: auto !important;
  }

  .full-width-image-row.with-spaces  .inner-full-width-image-row{
    flex-wrap: wrap;
  }

  .full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column {
    width: calc(50% - 2px);
  }

  .full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column:nth-child(odd) {
    margin-left: 0;
  }
  
  .full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column:nth-child(even) {
    margin-right: 0;
  }
  .full-width-image-row.with-spaces .inner-full-width-image-row > .wp-block-column  > p {
    padding-left: 15px; 
    padding-right: 15px;
  }

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

  .tabslider .slick-slider .slick-arrow {
    top: calc(50% - 40px);
  }

  .slick-slider .slick-arrow.slick-prev {
    left: -25px !important; 
  }
  
  .slick-slider .slick-arrow.slick-next {
    right: -25px !important;
  }

  .custom-gallery figure,
  .download-gallery figure,
  .reference-gallery figure {
    max-width: 50% !important;
  }


  #scrollingbutton.completebottom {
    bottom: 27px; 
    right:25px;
  }

  #scrollingbutton {
    right: 85px;
    bottom: 27px;
    transition: right 0.5s ease-in-out;
  }

  body .entry-content ul.landingpage-nav:not(.special-ul-list):not(.slick-dots)  {
    column-gap: 20px;
  }

  body .entry-content ul.landingpage-nav:not(.special-ul-list):not(.slick-dots) > li > a  {
    font-size: 14px;
    line-height: 1.2;
    padding: 7px 12px 3px 0;
  }

  .icon-button-wrapper.cols-2 .outer-wrapper,
  .icon-button-wrapper.cols-3 .outer-wrapper,
  .icon-button-wrapper.cols-4 .outer-wrapper {
    column-count: 1;
  }

  .icon-button-wrapper .icon-button {
     max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .icon-button-wrapper .icon-button .image-wrapper {
    margin-bottom: 15px;
  }
}
