/* barlow-condensed-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/barlow-condensed/barlow-condensed-v12-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Body */
.grid-container {
    max-width: 125rem;
}
body,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-family: 'Barlow Condensed';
}
h1,.h1{
    font-size: clamp(2.75rem, 1vw + 0.5rem, 5rem) !important;
    font-weight: bold;
}
.mainh1{
    margin-top: 0.75rem;
}
.spacertitle{
    height: 1.5rem;
}
.mainh1 span{
    background-color: #363c42;
    color: #ffde00;
    padding-left: 0.75rem;
    padding-right: 3rem;
    border-radius: 0 1.75rem 1.75rem 0;
    word-break: break-word; 
}
@media print, screen and (max-width: 39.99875em) {
    .mainh1 span{
        background-color: none !important;
        background: none !important;
        color: #363c42;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 0;
        font-size: 2.5rem;
        line-height: 1;
    }
    .mainh1{
        background-color: none !important;
        background: none !important;
        color: #363c42;
        padding-left: 0rem;
        padding-right: 0rem;
        border-radius: 0;
        line-height: 1;
    }   
}
.mainh1subline{
    font-weight: bold;
    margin-top: -15px;
} 
h2, .h2 {
    font-size: clamp(2rem, 1vw + 0.5rem, 3rem) !important;
    color: #3c678c;
}
h3, .h3{
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.875rem) !important;
    font-weight: bold;
}
h3, .h3, h4, .h4, h5, .h5{
    color: #3c678c;
}
.mainh2{
    font-weight: bold;
    color: #3c678c;
}
.mainh2subline{
    font-weight: bold;
    margin-top: -15px;
}
.mainh2-underline{
    color: #363c42;
    font-weight: bold;
}
.mainh2-underline span{
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding: 1rem 1.5rem;
}
.mainh3{
    font-weight: bold;
    color: #363c42;
}
.mainh3 span{
    border: solid 2px #ffde00;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
    .mainh3 span{
        padding-left: 0rem;
        text-decoration: underline 2px #ffde00;
        border: none !important;
    }
}
body{
	color: #363c42;
	font-size: clamp(1.2rem, 1vw + 0.5rem, 1.6rem);
}
/* Helper */
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 9px solid #ffde00;
    border-left: 0;
}
/* [{"title": "None", "value": ""},{"title": "Gelber Rahmen", "value": "gelb"},{"title": "Gelber Rahmen Versatz", "value": "light_gelb_border"},{"title": "Grauer Rahmen", "value": "grau"},{"title": "Grauer Rahmen Versatz", "value": "light_grau_border"}] */
img.gelb{
    border: solid 8px #ffde00;
}
img.light_gelb_border {
    box-shadow: #ffde00 -15px 15px;
}
img.grau{
    border: solid 8px #363c42;
}
img.light_grau_border {
    box-shadow: #363c42 -15px 15px;
}
.cblock a.extlink:after
{
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    padding-left:7px;
    font-size: 1em;
    font-weight: 600;
}
.cblock a.no-extlink:after{
    content: "" !important;
}
.startseite a, .produktseite a, .content a {
    color: #363c42;
    text-decoration: underline;
    
    text-decoration-thickness: 3px;
    text-decoration-color: #ffde00; 
}
a:hover, a:focus {
    color: #363c42;
    font-weight: bold;
    text-decoration: none;
}
/* PDF Link */
.cblock a.pdflink:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f1c1";
    padding-right: 0.5rem;
}
.cblock ul{
    list-style-type: square;
}
/* header */
@media print, screen and (max-width: 39.99875em) {
    .logo{
        text-align: center;
    }
    .logo img {
        padding-top: 1rem;
    }
}
.Welcome_outer{
	font-size: clamp(1.0rem, 1vw + 0.5rem, 1.6rem);
	color: #363c42;
}
.Welcome_outer a{
	color: #363c42;
}
.Welcome_outer a:hover, .Welcome_outer a:focus{
	color: #ffde00;
}
/* Banner */
.banner{
    background: radial-gradient(circle,rgba(113, 113, 113, 1) 0%, rgba(54, 60, 66, 1) 55%);
}
.banner-inner{
	position: relative;
    color: #fff;
}
.banner-inner h2{
    color: #ffde00;
}
.banner-inner h2 strong{
    font-size: inherit;    /* Basisgröße übernehmen */
    transform: scale(1.1); /* optisch vergrößern */
    display: inline-block;
}
.banner-inner ul {
    list-style: none;
}
.banner-inner li{
    padding-left: 60px;
    position: relative;
    line-height: 2;
}
.banner-inner li::before {
    position: absolute;
    content: url(/assets/bilder/layout/bannerlist.png);
    margin-left: -75px;
    bottom: -20px;
}
.banner-img-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.banner-img-container img {
    height: auto;
    max-height: 430px;
    max-width: 100%;
    width: fit-content;
}
.caption{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: clamp(2.5rem, 3vw + 1rem, 25rem);
	text-shadow: 2px 4px 15px black;
	color: #ffffff;
}
.banner-bot{
    background-color: #ffde00;
}
@media print, screen and (max-width: 39.99875em) {
    .banner-text-container{
        text-align: left;
    }
}
.emptySpacer{
    height: 40px;
}
@media print, screen and (max-width: 39.99875em) {
    .emptySpacer{
        height: 20px;
    }   
}
.container-selector {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.select-group {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.select-group select {
  appearance: none;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  background-color: white;
  color: #555;
  border-right: 1px solid #ccc;
  min-width: 220px;
  border-radius: 30px 0 0 30px;
  height: 47px;
  margin-bottom: 0;
}
.select-group button {
  border: none;
  background-color: #333;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffde00;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  transition: background-color 0.2s;
}
.select-group button:hover {
  background-color: #444;
}
/*
@media (max-width: 640px) {
  .select-group {
    flex-direction: column;
    border-radius: 12px;
  }
  .select-group select,
  .select-group button {
    border-radius: 0;
    width: 100%;
    text-align: center;
  }
  .select-group select {
    border-bottom: 1px solid #ccc;
  }
  .select-group button {
    border-radius: 0 0 12px 12px;
  }
}
*/
/*startseite*/
.opening-outer h2{
    color: #ffde00;
}
.news-outer{
	width: 100%;
    overflow: hidden;
    /*height: 500px;*/
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.news-outer h1{
	margin-top: 2rem;
	color: #ffde00;
}
.gelb-outer{
	background: #ffde00;
    height: 100%;
    transform: skewY(-1deg);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.gray-outer{
	background: #363c42;
    height: 90%;
    transform: skewY(0.8deg);
    margin-top: 0rem;
}
.content-inner{
	transform: skewY(0.2deg);
}
/* Accordion */
.accordion-title{
    font-size: clamp(1.2rem, 2vw + 0.5rem, 2rem);
    text-decoration: none !important;
}
.accordion-title::before{
    top: 36%;
    font-size: 2rem;
}
.accordion-title:hover, .accordion-title:focus{
    font-weight: normal;
}
/* Download */
.file-download{
    background-color: #363c42;
    padding: 1em 1.5em;
    margin: 10% 10%;
    border-radius: 1.5rem;
    border: solid 5px #363c42;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(1.2rem, 2vw + 0.5rem, 2rem);
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.file-download{
    color: #fff;
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .file-download{
        margin: 5% 5%;
    }        
}
a:hover .file-download, a:focus .file-download{
    border: solid 5px #ffde00;
    text-decoration: none;
}
.file-download-link:hover, .file-download-link:focus, .file-download-link{
    text-decoration: none !important;
}
/* Kategorie auswahl unter Header */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Kategorien */
.kat-kachel{
    background-color: #edece4;
    color: #363c42;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
} 
.kat-kachel-desc{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.kat-kachel-title{
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
    .kat-kachel-title{
        margin-bottom: 1rem;
    }
}
.kat-kachel img {
  align-self: center;
}
.kat-kachel-outer a, .kat-kachel-outer a:hover, .kat-kachel-outer a:focus{
    text-decoration: none;
}
.kat-kachel-button, .ci-button, .form-buttons input[type=submit], .loginLoginButton input[type=submit]{
    border: solid 1px #363c42;
    color: #363c42 !important;
    background-color: #ffde00;
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    text-decoration: none !important;
}
.kat-kachel-outer a:hover .kat-kachel-button, .kat-kachel-outer a:focus .kat-kachel-button, .ci-button:hover, .ci-button:focus, .form-buttons input[type=submit]:hover, .form-buttons input[type=submit]:focus, .loginLoginButton input[type=submit]:hover, .loginLoginButton input[type=submit]:focus{
    border: solid 1px #ffde00;
    color: #ffde00 !important;
    background-color: #363c42;
}
/* [{"title":"None","value":""},{"title":"Button CI","value":"ci-button"}] */
/* Google Bewertungen */
.WidgetTitle__Header-sc-581bc1ec-2{
    display: none;
}
.eapps-google-reviews-e680545e-2c93-4852-874f-e7bce56c9ce5-custom-css-root{
    max-width: 100% !important;
}
/* kontakt-box */
.kontakt-box{
    background-color: #ffde00;
    color: #363c42;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.kontakt-box a{
    color: #363c42;
}
.callus i, .whatsappus i, .mailus i{
    font-size: 4.5rem;
    margin-bottom: 1rem;
}
/* WhatsApp */
.WhatsApp{
    background-color: #ffde00;
    font-size: 5rem; 
    color: #363c42;
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    padding-top: 1.25rem;
    border-radius: 75px;
}
.WhatsApp i{
    color: #363c42;
}
.WhatsApp:hover, .WhatsApp:focus{
    background-color: #363c42;
    color: #ffde00;
}
.WhatsApp:hover i, .WhatsApp:focus i{
    color: #ffde00;
}
/* Tabellen */
table {
    border: solid #363c42 1px;
}
table a{
    color: #ffde00;
}
table a:hover, table a:focus{
    text-decoration: underline;
}
table thead, table tbody, table tfoot{
    border: none;
}
table tbody tr:nth-child(even) {
    background-color: #363c42;
    color: #fff;
    border: none;
}
table tr, table td{
    border: none;
}
/* Cart ICON */
.cart-outer {
  position: relative;
  display: flex;
  justify-content: center;    /* horizontal zentrieren */
  align-items: center;        /* vertikal zentrieren */
  height: 100px;              /* Höhe definieren, damit Flex greifen kann */
  width: 100px;               /* optional: feste Breite */
}
.cart-outer img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.cartcount {
  position: absolute;
  top: 10px;       /* überlappt ca. 25 % des Bildes */
  right: -10px;
  text-align: center;
  color: #363c42;
  background-color: #ffde00;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
@media print, screen and (max-width: 39.99875em) {
    .cart-outer img{
        left: -30%;
        position: absolute;
    }
    .cart-outer {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 50px;
        left: 40%;
        top: 1.7rem;
    }
    .cartcount {
        top: 10px;
        right: 15px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
}
.c-cart-summary-items tfoot th, .c-cart-summary-items tfoot td{
    font-weight: normal;
}
/* Navigation */
.preheader{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #363c42;
    color: #fff;
    font-size: 1.2rem;
}
.preheader a{
    color: #fff;
}
.preheader a:hover, .preheader a:focus, .preheader a:hover i, .preheader a:focus i{
    color: #ffde00;
}
.preheader i{
    color: #fff;
    font-size: 1.8rem;
}
.preheader .keypoints i{
    color: #ffde00;
}
.navigation{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
	background: #fff;
}
.callusoptions, .socialiconsouter{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.socialMobilIcons i{
    font-size: 2.2rem;
    padding-top: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
    .preheader{
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }
    .preheader i{
        font-size: 1.25rem;
    }
    .callusoptions{
        text-align: center;
    }
    .navigation {
        margin-top: 0.25rem;
        margin-bottom: 0.75rem;
    }
}
/* Keypoints */
.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 2em;
}
#slider-text {
    position: absolute;
    white-space: nowrap;
    font-size: 1.2rem;
    left: -100%;
    transition: none;
}
#slider-text-top-down i{
    color: #ffde00 ;
}
.slider-text-top-down {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 1s ease;
}
/* Main-Nav */
/*
.main-nav{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.main-nav ul {
  display: flex;
  justify-content: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav ul li {
    padding: 0 1%;
    border-right: 2px solid #fff;
}
.main-nav ul li.last{
	border-right: none;
    padding-right: 0px;
} 
.main-nav li a{
	font-size: clamp(1.0rem, 1vw + 0.75rem, 2.0rem);
	color: #363c42;
    text-shadow: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.main-nav li.active a{
    color: #ffde00;
}
.main-nav li a:hover, .main-nav li a:focus{
    text-decoration: none;
    color: #ffde00;
    text-shadow: 5px 5px 20px #cacaca;
}
*/
.main-nav{
	padding-top: 1.9rem;
	padding-bottom: 1.5rem;
}
.main-nav ul {
  display: flex;
  justify-content: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav > ul > li {
    padding: 0 2.5%;
    border-right: 4px solid #fff;
    text-align: center;
    width: -webkit-fill-available;
}
.main-nav > ul > li:first-child {
    padding: 0 1.5%;
    text-align: left;
}
.main-nav > ul > li.has-submenu:hover, .main-nav > ul > li.has-submenu:focus{
    border-right: 4px solid #ffde00;
}
.main-nav ul li.last{
	border-right: none;
    padding-right: 0px;
} 
.main-nav li a{
	font-size: clamp(1.0rem, 1vw + 0.5rem, 1.75rem);
    font-weight: 300;
	color: #363c42;
    white-space: nowrap;
}
.main-nav li.active a{
    /*color: #ffde00;*/
    font-weight: 600;
}
/**/
.main-nav ul li.has-submenu{
    position: relative;
}
.main-nav ul li.has-submenu ul li{
    text-align: left;
    /*padding-left: 1rem;*/
    display: block;
    float: none;
}
.main-nav ul li.has-submenu ul li a{
    font-size: clamp(0.75rem, 1vw + 0.5rem, 1.25rem);
    white-space: break-spaces;
}
/*
.main-nav ul li.has-submenu ul{
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 100%;
    left: 0;
}
.main-nav ul li.has-submenu:hover ul{
    display: block;
}
*/
.main-nav ul li.has-submenu ul {
    position: absolute;
    background-color: #ffff;
    width: 100%;
    right: -4px;
    display: block;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
    border-right: 4px solid #ffde00;
    padding-bottom: 2rem;
    border-radius: 0 0 45px 0;
}
.main-nav ul li.has-submenu:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-nav ul li.has-submenu ul li a {
    display: block;
    padding: 0.75rem 1rem;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-weight: normal;
    color: #363c42;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 1580px){
    .main-nav ul li.has-submenu ul li a {
        /*font-size: 1.0rem;*/
    }
}
.main-nav ul li.has-submenu ul li a:hover {
    /*transform: translateX(4px);*/
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
/**/
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.main-nav ul li a {
  position: relative;
  transition: transform 0.6s ease;
}
.main-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  height: 2px;
  background-color: #ffde00;
  transition: width 0.6s ease;
}
.main-nav > ul > li > a:hover {
  transform: scale(1.05);
}
.main-nav > ul > li > a:hover::after {
  width: 100%;
}
/* Mobilnav */
.navigation-bottom{
    padding-left: 15px;
    padding-right: 15px;
}
.mobil-nav{
    width: 100%;
    padding-top: 1rem;
}
.mobil-nav-button i{
    color: #ffde00;
    font-size: 3rem;
    display: inline-block;
    transition: transform 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
    .mobil-nav{
        padding-top: 2rem;
    }
    .mobil-nav-button i{
        font-size: 1.75rem;
    }
}
.mobil-nav-button[aria-expanded="true"] i{
    transform: rotate(90deg);
}
.mobil-nav a{
    color: #ffffff;
}
.mobil-nav li:hover a{
    font-weight: bold;
}
.mobil-nav li li a, .mobil-nav li:hover li a{
    font-weight: normal;
}
.mobil-nav li li:hover a{
    font-weight: bold;
}
.mobil-nav .menu .active > a{
    background: none;
    text-decoration: underline;
}
.off-canvas{
    background: #363c42;
    color: #fff;
}
.off-canvas a{
    color: #ffde00;
}
.menu .active>a {
    background: #ffde00;
    color: #363c42;
}
/* sliding buttons */
.toggle-outer{
    position: relative;
}
.icon-item-box{
    min-height: 55px;
    background: #363c42;
    right: 65px;
    top: 1px;
    position: absolute;
    color:#fff;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
    border: solid 1px #ffde00;
}
.icon-item-box a{
    color:#fff;
}
.icon-item-box > a:hover{
    text-decoration: underline;
    font-weight: normal;
}
.icon-bar {
  position: fixed;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 990; 
  transition: top 0.4s ease;   
}
.icon-bar-top {
  top: 11%;
}
.icon-bar > .toggle-outer > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  margin-bottom: 0.15rem;    
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.icon-bar > .toggle-outer > a:hover {
  background-color: #616161;
}
.icon-item {
  background: #363c42;
  color: #ffde00;
}
#whatsapp {
    width: 200px
}#anfrage {
    width: 325px
}
#search-outer{
    width: 300px
}
#search-outer .left {
    float: left;
    width: 80%
}
#search-outer .right {
    float: right;
    width: 20%;
    text-align: center;
    font-size: 2rem;
}
#search-outer .right button{
    color: white;
}
#search-outer .right button:hover, #search-outer .right button:focus{
    color: #ffde00;
}
/* Produkte */
.infoBox{
    background-color: #363c42;
    color: #ffde00;
    border: solid 2px #ffde00;
    padding: 10px 15px;
}
.infoBox a{
    color: #ffde00;
    text-decoration: underline;
}
.flatpickr-day.abholung-zusatzkosten {
    background-color: #ffde00 !important;
    color: #363c42 !important;
    border-radius: 50%;
}
.tooltipDot{
    background-color: #ffde00;
    color: #363c42;
    border-radius: 50%;
    padding: 5px 9px;
    font-size: 0.75rem;
}
.Preisdetails span.Preiszusatz{
    font-size: 1rem;
}
#add-lieferung, #add-abholung, #add-comment, #choose-product{
    border: solid 2px #363c42;
    border-radius: 5px;
}
.productItemInner{
    border: solid 5px #fff;
    background-color: #fff;
    border-radius: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.productItemInnerprice{
    color: #363c42;
    font-size: 1.5rem;
}
.productItemInnerpriceab{
    color: #363c42;
    font-size: 0.8rem;
}
a:hover .productItemInner{
    border: solid 5px #ffde00;
    box-shadow: #363c42 15px 15px 10px;
}
.productItem a h5{
    color: #363c42;
    padding-bottom: 0.75rem;
}
.flatpickr-calendar{
    font-size: 1.25rem !important;
}
/*Ratgeber*/
.ratgeber-item{
    border: solid 5px #363c42;
    background-color: #fff;
    border-radius: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem;
}
.ratgeber-item:hover{
    border: solid 5px #ffde00;
    box-shadow: #363c42 15px 15px 10px;
}
.ratgeber-item a{
    text-decoration: none !important;
}
.ratgeber-item a:hover{
    font-weight: normal;
}
/* Termine */
.terminlist{
    padding-bottom: 25px;
}
.day, .month, .year{
	text-align: center;
	color: #ffffff;
	margin-bottom: -5px;
	background: #0f5075;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
.day::after{
	display: block;
    border: inset 6px;
    content: '';
    border-left-style: solid;
    border-color: transparent transparent transparent #efeac7;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.month, .year{
	font-size: 1.2rem;
}
/** Timeline v2 **/

.timelines h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 32px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 80px 0;
}
.all-timelines {
	position: relative;
}
.timelines h2 {
	text-align: center;
	color: #0a0a0a;
	font-weight: 600;
	margin-bottom: 40px;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: #006e9d;
	top: 20px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: #006e9d;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: #0a0a0a;
	display: block;
	width: 100%;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: #006e9d;
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%; 
	}
	.single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	}
}
@media all and (max-width: 575px) {
}
@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}
}
/* Gallerie */
.thumbnail{
    /*border: solid 1px #00000000;*/
    border: none;
    margin-bottom: 0rem;
    max-width: 480px;
    max-height: 480px;
}
a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: none;
}
/** Timeline V2 - ENDE **/
/* Blog */
.tag-link{
    color: #363c42;
    text-transform: uppercase;
    padding: 0.5rem 0.75rem;
    border: solid 2px #ffde00;
    text-decoration: none !important;
    line-height: 2.5;
}
.tag-link:hover{
    background-color: #ffde00;
    font-weight: normal;
}
.readmore{
	background-color: transparent;
	border: 1px solid #767676;
    border-radius: 5px;
    color: #ffde00;
    padding-left: 35px;
    padding-right: 35px;
    float: right;
}
.readmore:hover, .readmore:focus {
    background-color: #363c42;
    color: #ffde00;
    font-weight: normal;
}
.paging{
	padding-bottom: 25px;
}
.paging li:before, li.tabs-title:before, ol li:before{
	content: none !important;
}
.paging li{
	float:left;
	list-style: none;
	padding-right: 15px;
}
.blogTags h3, .blogArchiv h3{
    color: #ffde00;
    font-size: 1.5rem;
}
.blogTags a, .blogArchiv a{
	color: #ffde00;
}
.blogTags ul, .blogArchiv ul{
    list-style: none;
}
.itemTag{
    border: solid #76b82a 1px;
    padding: 0.25rem 0.5rem;
    box-shadow: #ffde00 0.25rem 0.25rem;
    background: #fff;
    color: #363c42;
    text-transform: uppercase;
}
.kreisText p{
    font-size: 1rem;
}
/* Kontakt */
.faerstaeggt {
    display: none;
}
.content input.error, .content textarea.error, .content div.error {
    border-color: #ff0000;
}
.content div.error {
    border: dotted 1px #ff0000;
}
.alert .alert-error{
    color: #ff0000;
}
.kontaktForm tbody tr:nth-child(even), .kontaktForm tr{
    background: none;
}
.kontaktForm tbody{
    border: none;
}
/* Footer */
.footer{
	padding-top: 1.5rem;
	background: #363c42;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer a:hover, .footer a:focus{
	color: #ffde00;
	text-decoration: underline;
}
.footer ul{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.footer li{
    line-height: 1;
}
.footer li::before {
  content: "⊚";
  font-size: 1.2rem;
  margin-right: 0.5em;
}
.footer-nav a{
    font-size: 1.2rem;
}
/* postfooter */
.postfooter{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
}
/* Back to Top */
	.cd-top {
		z-index:500;
		display: inline-block;
	  	height: 40px;
	  	width: 40px;
	  	position: fixed;
	  	bottom: 53px;
	  	right: 10px;
	  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  	overflow: hidden;
	  	text-indent: 100%;
	  	white-space: nowrap;
	  	background: rgba(120, 138, 146, 0.8) url(/assets/bilder/layout/cd-top-arrow.svg) no-repeat center 50%;
	  	/*visibility: hidden;*/
	  	opacity: 0;
	  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	  	transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	  	transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  	opacity: .5;
	}
	.no-touch .cd-top:hover {
	  	background-color: #788a92;
	  	opacity: 1;
	}
/* 4K-Anpassungen  */
@media screen and (min-width: 1980px){
    .banner img.bannerImg{
        width: 100%;
    }
}
/*Warenkorb*/
.c-checkout-mode{
    background-color: #363c42 !important;
    color: #ffde00 !important;
}
.c-step.active {
    color: #fff !important;
    background-color: #ffde00 !important;
}
.c-step.active:after {
    box-shadow: 6px -6px 0 3px #ffde00 !important;
    background: #f1f1f1;
}
.c-step:after {
    left: -1.0em !important;
}
@media (max-width: 1024px) {
    .c-steps-indicator.c-steps-1 li, .c-steps-indicator.c-steps-2 li, .c-steps-indicator.c-steps-3 li, .c-steps-indicator.c-steps-4 li, .c-steps-indicator.c-steps-5 li, .c-steps-indicator.c-steps-6 li {
        width: 20% !important;
    }
    .c-step.active:after, .c-step:after{
        display: none;
    }
}
.c-step.active + .c-step:after {
    background: #ffde00 !important;
}
.c-checkout-mode p, .c-cart-message p{
    margin-bottom: 0 !important;
}
table.c-cart-items tbody tr:nth-child(even) {
    color: #363c42 !important;
}
.c-cart-item-remove-button{
    border: solid 1px #363c42 !important;
}
.c-cart-item-remove-button:hover{
    background: #ff0800 !important;
}
.c-button.c-primary-button{
    border: solid 1px #363c42;
    color: #363c42 !important;
    background-color: #ffde00;
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    text-decoration: none !important;
}
.c-button.c-primary-button:hover, .c-button.c-primary-button:focus{
    border: solid 1px #ffde00;
    color: #ffde00 !important;
    background-color: #363c42;
}
.c-method-radio:checked + .c-method-section{
    background-color: #ffde00 !important;
}
/*Warenkorb - ENDE */