:root {
  --edde-Colors-gradient:linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 100%);
  --edde-Colors-gradient-100:linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%);
  --edde-Colors-darkgreen: #009b73;
  --edde-Colors-darkgreen-300: #b3e1d5;
  --edde-Colors-darkgreen-100: #f2faf8;
  --edde-Colors-green: #5db23c;
  --edde-Colors-green-300: #cee8c5;
  --edde-Colors-darkblue: #007fc5;
  --edde-Colors-darkblue-300: #b3d9ee;
  --edde-Colors-darkblue-100: #ebf5fa;
  --edde-Colors-darkestgreen: #017154;
  --edde-Colors-darkestblue: #02486f;
  --edde-Colors-blue: #2b9dd1;
  --edde-Colors-black: #333836;
  --edde-Colors-anthrazit: #6b6b6b;
  --edde-Colors-footer-font: #9fb9c8;
}
@property --btn-grad-1 {
  initial-value: 2.08%;
  inherits: false;
  syntax: '<percentage>';
}
@property --btn-grad-2 {
  initial-value: 34.23%;
  inherits: false;
  syntax: '<percentage>';
}
@property --btn-grad-3 {
  initial-value: 66.37%;
  inherits: false;
  syntax: '<percentage>';
}
@font-face {font-family: "Barlow"; src: url("../Fonts/Barlow-Regular.ttf") format("truetype"); font-weight: normal;}
@font-face {font-family: "Barlow"; src: url("../Fonts/Barlow-Bold.ttf") format("truetype"); font-weight: bold;}

body{
  font-family: 'Barlow';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--edde-Colors-black);
  padding-top: 118px;
  word-break: break-word;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main{
  flex: 1;
}
#content{
    hyphens: auto;
}
.kicker{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--edde-Colors-darkblue);
}
.footnote{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--edde-Colors-darkblue);
}
.zahlen{
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.radio-row{
  display: flex;
  gap: 15px;
  width: 100% !important;
}
.radio-row div{
  width: 100% !important;
}

h1{
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
h1.text-center{
  margin-left: auto;
  margin-right: auto;
}
h2{
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: var(--edde-Colors-darkgreen);
}
h3{
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color:  var(--edde-Colors-darkgreen);
}
h4{
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color:  var(--edde-Colors-darkgreen);
}
h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--edde-Colors-black);
}
h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--edde-Colors-black);
}
.lead{
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--edde-Colors-black);
}
p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--edde-Colors-black);
}
.p-type-2{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--edde-Colors-black);
}
.prices{
  color: var(--edde-Colors-anthrazit);
}
a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--edde-Colors-darkblue);
}
p a{
  text-decoration: none;
}
p a:not([class]):before{
  content:'';
  background: url("../Icons/link-icon.svg") no-repeat;
  height: 14px;
  width: 14px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}
a.link-chain:before{
  content:'';
  background: url("../Icons/link-icon.svg") no-repeat;
  height: 14px;
  width: 14px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}
button, .btn, input[type=submit]{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--edde-Colors-weiss, #FFF);
  background: linear-gradient(82deg, #007FC5 var(--btn-grad-1), #2B9DD1 var(--btn-grad-2), #009B73 var(--btn-grad-3), #5DB23C 100%);
  transition: --btn-grad-1 0.5s, --btn-grad-2 0.5s, --btn-grad-3 0.5s;
  border: 0;
  border-radius: 0;
}
input,
select{
  height: 40px;
  margin-bottom:5px;
}
input[type=submit]{
  background: linear-gradient(82deg, #007FC5 var(--btn-grad-1), #2B9DD1 var(--btn-grad-2), #009B73 var(--btn-grad-3), #5DB23C 100%) !important;
  height: 40px;
  padding: 0px 10px;
}
button:hover, .btn:hover, input[type=submit]:hover{
  --btn-grad-1:99.97%;
  --btn-grad-2:99.98%;
  --btn-grad-3:99.99%;
  color: var(--edde-Colors-weiss, #FFF);
}
label, .label{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--edde-Colors-darkblue);
}
@media (max-width: 991px) {
  h1{
    font-size: 40px;
    line-height: 48px;
  }
  h2{
    font-size: 32px;
    line-height: 42px;
  }
  h3{
    font-size: 28px;
    line-height: 38px;
  }
  h4{
    font-size: 24px;
    line-height: 34px;
  }
}
.anchorjumplink {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	display: block !important;
}

a.anchorjumplink,
span.anchorjumplink {
	display: block !important;
	position: relative;
	scroll-padding-top: 120px;
	top: -120px;
}
footer .kicker,
footer .footnote,
footer .zahlen,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .lead,
footer p,
footer .p-type-2,
footer .prices,
footer a,
footer label,
footer .label{
  color: var(--edde-Colors-weiss, #FFF);
}
.background-02{
  background-color: var(--edde-Colors-weiss, #FFF);
}
.background-03{
  background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
}
.section.background-03{
  padding-top: 110px;
  padding-bottom: 110px;
}
.section .section.background-03{
  padding-top: 30px;
  padding-bottom: 30px;
}
.background-04{
  background-color: var(--edde-Colors-darkestblue, #02486f);
}
.section.background-04{
  padding-top: 110px;
  padding-bottom: 110px;
}
.section .section.background-04{
  padding-top: 30px;
  padding-bottom: 30px;
}
.frame-space-before-extra-small {padding-top: 20px;}
.frame-space-before-small {padding-top: 40px;}
.frame-space-before-medium {padding-top: 80px;}
.frame-space-before-large {padding-top: 100px;}
.frame-space-before-extra-large {padding-top: 120px;}
.frame-space-after-extra-small {padding-bottom: 20px;}
.frame-space-after-small {padding-bottom: 40px;}
.frame-space-after-medium {padding-bottom: 80px;}
.frame-space-after-large {padding-bottom: 100px;}
.frame-space-after-extra-large {padding-bottom: 120px;}

.btn{
  margin-top: 20px;
  margin-bottom: 20px;
}
video{
  max-width: 100%;
}

.sectionContainer .sectionHeader {
  margin-bottom:34px;
}
.sectiontext .sectionHeader .text{
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
main .container {
  margin-top: 30px;
}
/*Header*/
.navbar-toggler {
    background: none;
    border: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 8px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: revert;
  box-shadow: none;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
  background-color: var(--edde-Colors-weiss, #FFF);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: var(--edde-Colors-weiss, #FFF);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
  background-color: var(--edde-Colors-weiss, #FFF);
}

/*Menu*/
#mainNav {
  background-color: var(--edde-Colors-weiss, #FFF);
  flex-direction: column;
  padding-bottom: 0rem;
}
#mainNav:after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 127, 197, 0.10) 0%, rgba(0, 127, 197, 0.00) 100%);
  width: 100%;
  height: 121px;
  flex-shrink: 0;
  position: absolute;
  top: 100%;
  pointer-events:none 
}
#mainNav .container{
  z-index: 1;
}
#navbarResponsive{
  padding-top: 40px;
  position: relative;
  justify-content: space-between;
}
.navbar-nav a{
  color: var(--edde-Colors-black, #333836);
  text-decoration: none;
  min-width: max-content;
}
.nav-item{
  position: relative;
}
.login-menu.menubox fieldset > div{
  display: flex;
  flex-direction: column;
}
.login-menu.menubox h4{
  color: var(--edde-Colors-darkgreen, #009B73);
}
.nav-item .menubox a:hover{
  background-color:#F2FAF8;
}

/*Desktop*/
@media (min-width: 992px) {
  #navbarResponsive .navbar-section-title{
    position: absolute;
    top: 20px;
    right: 0px;
    padding-right: .5rem;
    padding-left: .5rem;
    text-transform: uppercase;
  }
  .menubox {
    display: inline-flex;
    padding: 24px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: var(--edde-Colors-weiss, #FFF);
    box-shadow: 0px 16px 32px -4px #0C0C0D1A, 0px 4px 4px -4px #0C0C0D0D;
    width: auto;
    margin-top: 5px;
    align-items: stretch;
    min-width: 210px;
  }
  .menubox:before {
    content:'';
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    flex-shrink: 0;
    background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
    position: absolute;
    left: 50%;
    top: -8px;
    z-index: 0;
    clip-path: polygon(100% 0, 0% 0%, 0% 100%);
  }
  .collapsed.has-sub.active-path:before {
    content:'';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    flex-shrink: 0;
    background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  }
}
/*Mobile*/
@media (max-width: 991px) {
  .navbar-nav a.nav-link {
    width: 100%;
  }
  .has-sub:before {
    content:'';
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
    position: absolute;
    right: 20px;
    z-index: 0;
    top: 15px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  }
  .collapsed.has-sub:before {
    top: 20px;
    transform: rotate(45deg);
  }
  .nav-item .menubox{
    padding:0;
  }
  .navbar-nav a.nav-link{
    padding: .5rem .5rem;
  }
  .nav-item .menubox a{
    display: block;
    padding: .5rem 1.5rem;
    width: 100%;
  }
}
#subNavLogin input{
  border: 1px solid var(--edde-Colors-darkblue-300, #B3D9EE);
}

#breadcrumb-mobile{
  display: none;
}
#breadcrumb li{
  display: inline-block;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}
#breadcrumb-mobile li{
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
}
#breadcrumb li,
#breadcrumb li a,
#breadcrumb-mobile li,
#breadcrumb-mobile li a{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
#breadcrumb ul,
#breadcrumb-mobile ul{
  padding: 0;
}
#breadcrumb li a,
#breadcrumb-mobile li a{
  color: var(--edde-Colors-darkblue, #007FC5);
  text-decoration: none;
}
#breadcrumb li a:after,
#breadcrumb-mobile li a:after{
  content: '';
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 35%;
}
#breadcrumb li a:after{
  border-left: 12px solid var(--edde-Colors-darkblue, #007FC5);
  right: 0;
}
#breadcrumb-mobile li a:after{
  border-right: 12px solid var(--edde-Colors-darkblue, #007FC5);
  left: 0;
}
@media (max-width: 991px) {
  #breadcrumb li{
    display: none;
  }
  #breadcrumb-mobile{
    display: block;
  }
}

/*Form*/
input[type=text],
input[type=textarea],
input[type=password]{
    display: flex;
    padding: 9px 16px 11px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  background: var(--edde-Colors-weiss, #FFF);
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border-width: 1px;
  border-color: var(--edde-Colors-darkblue-300, #b3d9ee);
  margin-bottom: 5px;
  border-radius: 0;
}




/*Footer*/
footer{
  background-color: var(--edde-Colors-darkestblue, #02486f);
  padding: 92px 0 42px 0;
}
footer a,
footer p{
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  color: var(--edde-Colors-footer-font, #9FB9C8);
}
footer .footer-menu{
  padding: 0;
}
footer .footer-menu li{
  display: inline-block;
  margin-right: 24px;
}
footer .copyrights{
  float: right;
}
footer .footer-content{
  margin-bottom: 42px;
}
footer form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer form .form-group{
  display: inline-block;
}
footer form > div {
  width: 100%;
}
footer form .form-group:nth-child(2),
footer form .form-group:nth-child(3){
  width: 49%;
}
footer a:hover{
  color: var(--edde-Colors-weiss, #FFF);
}
footer a[href^="mailto:"]:before {
  background: url("../Icons/mail.svg") no-repeat;
}
footer a[href^="tel:"]:before {
  background: url("../Icons/phone.svg") no-repeat;
}
footer a[href^="mailto:"]:before,
footer a[href^="tel:"]:before {
  height: 18px;
  width: 16px;
  content: '';
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  background-position: bottom;
}

.slick-track{
  display: flex;
}
.slick-list{
  overflow: hidden;
}
.slick-dotted.slick-slider{
  position: relative;
}
.slider-item.slick-slide {
  display: inline-flex;
  padding: 5px;
  align-self: stretch;
}
.slick-dots li button::before {
  background: var(--edde-Colors-darkblue-300, #B3D9EE);
  content: '';
  border: 0px solid;
  height: 10px;
  border-radius: 33px;
  top: 25%;
  width: 10px;
  transition: all 1s ease-in-out;
}
.slick-dots li.slick-active button::before {
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
  content: '';
  border: 0px solid;
  height: 10px;
  border-radius: 33px;
  top: 25%;
  width: 25px;
}
.slider-controls{
  display: flex;
  justify-content: center;
}
.slide-m-dots{
  display: inline-block;
}
.slick-dots{
  position: relative;
}
.slick-prev::before,
.slick-next::before{
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  opacity: 1;
}
.slick-prev::before{
  transform: rotate( -45deg );
  border-left: 4px solid var(--edde-Colors-darkblue);
  border-top: 4px solid var(--edde-Colors-darkblue);
  margin-left: 20px;
}
.slick-next::before{
  transform: rotate( 45deg );
  border-right: 4px solid var(--edde-Colors-darkblue);
  border-top: 4px solid var(--edde-Colors-darkblue);
  margin-left: 10px;
}
.slick-prev,
.slick-next{
  border-radius: 100px;
  height: 50px;
  width: 50px;
  z-index: 5;
}
.slick-prev:hover,
.slick-next:hover{
  background: var(--edde-Colors-darkgreen-100);
}
.triple-slider .slick-prev,
.triple-slider .slick-next{
  bottom: -50px;
  top: unset;
  z-index: 2;
}
.slick-prev::before, .slick-next::before{
  color: var(--edde-Colors-darkblue);
}

#content form input{
    border: 0;
    background: var(--edde-Colors-darkblue-100, #EBF5FA);
    box-shadow: unset !important;
}
#content form select{
    border: 0;
    background: var(--edde-Colors-darkblue-100, #EBF5FA);
    box-shadow: unset !important;
}
footer .btn-toolbar{
  justify-content: flex-end;
}
footer input[type="checkbox"] {
  width: 1.625rem;
  height: 1.625rem;
  margin-left: 0;
  margin-right: 0.5rem;
  margin-top: 0;
  padding: 0;
  border: 2px solid var(--edde-Colors-footer-font, #9FB9C8);
  background-color: transparent;
  appearance: none;
  border-radius: 3px;
  vertical-align: middle;
}
footer input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%239FB9C8' stroke='%239FB9C8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
footer .form-check{
  padding: 0;
  margin-top: 10px;
}
footer .form-check-label span{
  color: var(--edde-Colors-footer-font, #9FB9C8);
}

@media (min-width: 992px) {
  .thin-container > .container, .thin-container > .container-lg, .thin-container > .container-md, .thin-container > .container-sm {
    max-width: 770px;
  }
}
@media (min-width: 1200px) {
  .thin-container > .container, .thin-container > .container-lg, .thin-container > .container-md, .thin-container > .container-sm, .thin-container > .container-xl {
    max-width: 770px;
  }
}
@media (min-width: 1400px) {
  .thin-container > .container, .thin-container > .container-lg, .thin-container > .container-md, .thin-container > .container-sm, .thin-container > .container-xl, .thin-container > .container-xxl {
    max-width: 770px;
  }
}

.shop-teaser{
  padding: 32px;
  background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
}
.shop-teaser .prices .price{
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 10px;
}

.frame-type-text ul{
  list-style: none;
  padding: 0;
}
.frame-type-text ul > li {
  background: url("../Icons/List_Dot.svg") no-repeat 0 7px;
  padding-left: 25px;
  padding-top: 1px;
}

.section.double .frame-type-image .ce-outer,
.section.double .frame-type-image .ce-inner,
.section.double .frame-type-image .ce-column,
.section.double .frame-type-image .image{
  width: 100%;
}
.section.double .frame-type-image img{
  width: 100%;
  height: auto;
}
.section.double .frame-type-text {
  padding: 0 20px;
}



/*SHOP-START*/

.tx-brochureshop.tx-brochureshop-main .article .articleText{
  margin-left: 0;
  float: none;
  width: auto;
}
.tx-brochureshop.tx-brochureshop-main .article div .price{
  display: flex;
  flex-wrap: wrap;
}
.tx-brochureshop.tx-brochureshop-main .article div .price:nth-child(odd){
  background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
}
.tx-brochureshop.tx-brochureshop-main .article div .price > div{
  padding:12px;
}

.tx-brochureshop.tx-brochureshop-main .article form{
  display: flex;
  align-items: center;
}
.tx-brochureshop.tx-brochureshop-main .article form .shoppingcart{
  order: 3;
}
.tx-brochureshop.tx-brochureshop-main .article form input[type="submit"]{
  order: 4;
  height: 40px;
  background: none !important;
  color: var(--edde-Colors-black, #333836);
}
.tx-brochureshop.tx-brochureshop-main .article form input[type="text"]{
  height: 40px;
  width: 72px;
  margin-left: 10px;
}

.tx-brochureshop.tx-brochureshop-main .article .brochureshop-previewtext{
  width: max-content;
  float: right;
}
.tx-brochureshop.tx-brochureshop-main .article .brochureshop-previewtext a{
  text-decoration: none;
}
.tx-brochureshop.tx-brochureshop-main .article .brochureshop-previewtext a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--edde-Colors-darkblue, #007FC5);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.tx-brochureshop.tx-brochureshop-main .article div .price .priceLable,
.tx-brochureshop.tx-brochureshop-main .article div .price .priceData{
  color: var(--edde-Colors-anthrazit, #6B6B6B);
}
.tx-brochureshop.tx-brochureshop-main .article{
  padding: 24px;
  border-bottom: 1px solid var(--edde-Colors-darkblue-300, #B3D9EE);
  background: var(--edde-Colors-weiss, #FFF);
}

.tx-brochureshop.tx-brochureshop-aside .sidebarCart ul{
  padding-left: 0;
  padding-top: 0;
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart ul li{
  padding-left: 0;
  background: none;
  border-bottom: 1px solid var(--edde-Colors-darkblue-100, #EBF5FA);
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart ul .article-title{
  color: var(--edde-Colors-darkgreen, #009B73);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart ul .article-selection{
  display: flex;
  justify-content: space-between;
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart ul .article-quantity{
  margin-right: 20px;
  color: var(--edde-Colors-black, #333836);
  font-size: 16px;
  line-height: 16px; /* 100% */
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart ul .article-price{
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart .brochureshop-sidebar-total .sum{
  display: flex;
  justify-content: space-between;
}

.tx-brochureshop.tx-brochureshop-aside .sidebarCart .brochureshop-sidebar-total .sum .sum-title{
  color: var(--edde-Colors-black, #333836);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  min-width: max-content;
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart .brochureshop-sidebar-total .sum .sum-amount{
    color: var(--edde-Colors-black, #333836);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart .brochureshop-sidebar-total .sum-info{
  color: var(--edde-Colors-anthrazit, #6B6B6B);
  font-size: 14px;
  line-height: 20px;
}
.frame-type-brochureshop_sidebarshoppinglist {
  padding: 24px;
  background: var(--edde-Colors-weiss, #FFF);
  box-shadow: 0px 16px 32px -4px #0C0C0D1A, 0px 4px 4px -4px #0C0C0D0D;
}
.frame-type-brochureshop_sidebarshoppinglist header h4{
  color: var(--edde-Colors-black, #333836);
}
.tx-brochureshop.tx-brochureshop-aside .sidebarCart .brochureshop-sidebar-total{
  border: 0;
}
.tx-brochureshop.tx-brochureshop-aside .brochureshop-shoppingcart-link .cart-btn{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  width:100%;
  display: inline-block;
  color: var(--edde-Colors-weiss, #FFF);
  background: linear-gradient(82deg, #007FC5 var(--btn-grad-1), #2B9DD1 var(--btn-grad-2), #009B73 var(--btn-grad-3), #5DB23C 100%);
  transition: --btn-grad-1 0.5s, --btn-grad-2 0.5s, --btn-grad-3 0.5s;
  border: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.tx-brochureshop.tx-brochureshop-aside .brochureshop-shoppingcart-link .cart-btn:hover{
  --btn-grad-1:99.97%;
  --btn-grad-2:99.98%;
  --btn-grad-3:99.99%;
  color: var(--edde-Colors-weiss, #FFF);
}
.tx-brochureshop.tx-brochureshop-main .article div .price .priceLable{
  flex-basis: 100%;
}
.tx-brochureshop.tx-brochureshop-main .article div .price .priceData{
  flex-basis: 35%;
}
.tx-brochureshop.tx-brochureshop-main .article div .price .priceForm{
  flex-basis: 65%;
}
.tx-brochureshop.tx-brochureshop-main .article div .price .priceForm b {
  min-width: max-content;
}

@media (min-width: 992px) {
  .tx-brochureshop.tx-brochureshop-main .article div .price .priceLable{
    flex-basis: 40%;
  }
  .tx-brochureshop.tx-brochureshop-main .article div .price .priceData{
    flex-basis: 20%;
  }
  .tx-brochureshop.tx-brochureshop-main .article div .price .priceForm{
    flex-basis: 40%;
  }
}
.shoppingCartImage{
  display: none;
}
.shoppingCartDescription h4{
  color: var(--edde-Colors-black, #333836);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.tx-brochureshop.tx-brochureshop-main .recalculate .brochureshop-action{
  color: #fff;
}
#content .tx-brochureshop form.order input{
  background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
  border-radius: 0;
}
#content .tx-brochureshop form.order label{
  color: var(--edde-Colors-black, #333836);
  font-size: 16px;
  line-height: 26px;
}
.tx-brochureshop.tx-brochureshop-main .payOff{
  display: flex;
  width: 330px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: var(--edde-Colors-weiss, #FFF);
  box-shadow: 0px 16px 32px -4px #0C0C0D1A, 0px 4px 4px -4px #0C0C0D0D;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
.tx-brochureshop.tx-brochureshop-main table.payOff{
  width: 330px;
}
.tx-brochureshop.tx-brochureshop-main table td input{
  display: inline-flex;
  width: 60px;
}
.tx-brochureshop.tx-brochureshop-main table.shoppingCartList thead tr th.fourthTh{
  text-align: right;
}
.tx-brochureshop.tx-brochureshop-main table.shoppingCartList td.priceForMembers,
.tx-brochureshop.tx-brochureshop-main table.shoppingCartList td.priceForNonMembers{
  padding-right: 0px;
}
@media (min-width: 992px) {
  .tx-brochureshop.tx-brochureshop-main table th.firstTh {
    width: 35%;
  }
}
.f3-widget-paginator a{
  margin-left: 5px;
  margin-right: 5px;
  color: var(--edde-Colors-black);
}
.f3-widget-paginator a:hover{
  color: #0a58ca;
}
.f3-widget-paginator .active-element a{
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}
.f3-widget-paginator .active-element a:hover{
  color: var(--edde-Colors-black);
}
@media (max-width: 991px) {
  .tx-brochureshop fieldset .multirow{
    flex-direction: column;
  }
  .tx-brochureshop fieldset .multirow div{
    width: 100%;
  }
}
.tx-brochureshop fieldset .checkbox input{
  height: 25px;
  width: 19px;
}
.tx-brochureshop fieldset .checkbox label{
  color: var(--edde-Colors-anthrazit, #6B6B6B);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#content .tx-brochureshop fieldset .errorbs{
  border: solid 1px;
}

/*SHOP-END*/

/*Search-Start*/
.searchform-fieldwrap{
  display: flex;
  align-items: flex-end;
  gap: 10px;  
}
.frame-type-indexedsearch_pi2 .results .tx-indexedsearch-res .tx-indexedsearch-title{
  margin-bottom: 10px;
}
.frame-type-indexedsearch_pi2 .results .tx-indexedsearch-res .tx-indexedsearch-title a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--edde-Colors-darkgreen);
  word-break: break-word;
  text-decoration: unset;
}
.frame-type-indexedsearch_pi2 .results .tx-indexedsearch-res .tx-indexedsearch-title a:hover{
  color: #0a58ca;
}
.frame-type-indexedsearch_pi2 .results .tx-indexedsearch-res:nth-child(odd){
  background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
}
.frame-type-indexedsearch_pi2 .results .tx-indexedsearch-res{
  padding: 16px;
}

.tx-indexedsearch-browsebox{
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.tx-indexedsearch-browsebox li{
  display: inline-block;
}
.tx-indexedsearch-browsebox li.search-page-link{
  margin-left: 5px;
  margin-right: 5px;
}
.tx-indexedsearch-browsebox li.search-page-link a{
  color: var(--edde-Colors-black);
}
.tx-indexedsearch-browsebox li.search-page-link a:hover{
  color: #0a58ca;
}
.frame-type-indexedsearch_pi2 a.searched-page-link{
  text-decoration: none;
  margin-left: auto;
  display: block;
}
.frame-type-indexedsearch_pi2 a.searched-page-link:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--edde-Colors-darkblue, #007FC5);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
/*Search-End*/

.header-progress-bar {
  width: 100%;
  height: 12px;
  background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
  clip-path: polygon(0 0, 0 100%, var(--progress) 100%, var(--progress) 0%);
  transition: 0.5s ease;
  --progress: 0%;
  margin-top: 10px;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .col-order-reverse .first[class*='col-lg'] {
    order: 6;
  }
  .col-order-reverse .second[class*='col-lg'] {
    order: 5;
  }
  .col-order-reverse .third[class*='col-lg'] {
    order: 4;
  }
  .col-order-reverse .fourth[class*='col-lg'] {
    order: 3;
  }
  .col-order-reverse .fifth[class*='col-lg'] {
    order: 2;
  }
  .col-order-reverse .sixth[class*='col-lg'] {
    order: 1;
  }
}
@media (max-width: 767px) {
  .col-order-reverse .first[class*='col-md'] {
    order: 6;
  }
  .col-order-reverse .second[class*='col-md'] {
    order: 5;
  }
  .col-order-reverse .third[class*='col-md'] {
    order: 4;
  }
  .col-order-reverse .fourth[class*='col-md'] {
    order: 3;
  }
  .col-order-reverse .fifth[class*='col-md'] {
    order: 2;
  }
  .col-order-reverse .sixth[class*='col-md'] {
    order: 1;
  }
}
.col-align-center.col-md-3,
.col-align-center.col-md-4,
.col-align-center.col-md-6,
.col-align-center.col-md-8,
.col-align-center.col-md-9,
.col-align-center.col-lg-3,
.col-align-center.col-lg-4,
.col-align-center.col-lg-6,
.col-align-center.col-lg-8,
.col-align-center.col-lg-9,
.col-align-center.col-12{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mainNav .no-menu{
  display: none !important;
}
#mainNav #subNavLogin header{
  display: none !important;
}