/* fixes arrows on slick buttons. Only broken in Typo3 idk why */
.slick-next:before {
    content: none;
}
.slick-prev:before {
    content: none;
}
/* fix showing all icon smaller on slick elements */
.lwlcom-slick-icon {  
    width: 2.5rem;
    display: block;
    fill: #001937 !important;
}

.teaser__cta {
    margin-top: 2em;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input, .form-group select, .form-group textarea {
  border: 2px solid #A1A5A7;
  border: 2px solid var(--color-grey);
  border-radius: 0.5rem;
  width: 100%;
  padding: .5rem 1rem;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #002b5b;
  border-color: var(--color-primary, #002b5b);
  outline: none;
}

.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='30,50 70,90 110,50' fill='none' stroke='%23000' stroke-width='15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  cursor: pointer;
}

.form-group select:focus {
  border-color: #002b5b;
  border-color: var(--color-primary, #002b5b);
  outline: none;
}

.form-checkbox-container {
    white-space: nowrap;
    width: 1rem;
}

.header .pk--btn {
  display: none;
}

@media (min-width: 75em) {
  .header .pk--btn {
    display: inline-flex;
  }
}

.pk--btn {
    display: inline-flex;
    align-items: center;
    background-color: #135AA1;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer;
    transition: 0 all;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    border-radius: 2rem;
    padding: 0.7em 1.3em;
    margin-left: 1rem;
    text-transform: uppercase;
    border: 1px solid #001937;
    font-size: clamp(0.9rem, 0.46875vw, 0.9rem);
}

.text-white {
  color: white;
}

.icon-sm {
  width: 1.5em !important;
}

.icon-text-sm {
  height: 2.5em;
}

.no-border {
  border: none !important;
}

.t-btn {
  font-size: clamp(0.9rem, 0.46875vw, 0.9rem);
}

.btn--contact {
  font-size: clamp(0.9rem, 0.46875vw, 0.9rem);
  background: #CA4F12;
  border-radius: 2rem;
  padding: 0.7em 1.3em;
  line-height: 1.17;
}

.btn--main {
  white-space: nowrap;
}

.image-keep-aspect-ratio {
  object-fit: contain;
}

.lwlcom_mob-nav__primary__link {
  padding: 0.5rem 0;
  display: block;
}

.lwlcom_mob-nav__primary__link:hover, .lwlcom_mob-nav__primary__link:focus {
  color: #89ACD0;
  color: var(--color-bluedusty); 
}

.el-acc--v .js-accordion__panel .accordion__trigger {
  outline: none;
}

.el-acc--h .accordion__trigger {
  outline: none;
}

.t-s--title {
  font-size: clamp(1.5rem, 0.703125vw, 1.5rem);
  color: #CA4F12;
}

.el-slider--cart__price__text {
  color: #545454;
}

.arrow-orange {
  fill: #CA4F12;
}

.icon-min-width {
  min-width: 16px;
}
.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.htmleditor.el-teaser__sub ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon--right' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%23ffff' d='M14.03 19.28l6.75-6.75a.748.748 0 000-1.06l-6.75-6.75a.75.75 0 10-1.06 1.06l5.47 5.47H3.75a.75.75 0 100 1.5h14.69l-5.47 5.47a.75.75 0 101.06 1.06z'/%3E%3C/svg%3E");
}

.accordion__content .htmleditor ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon--right' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%23ffff' d='M14.03 19.28l6.75-6.75a.748.748 0 000-1.06l-6.75-6.75a.75.75 0 10-1.06 1.06l5.47 5.47H3.75a.75.75 0 100 1.5h14.69l-5.47 5.47a.75.75 0 101.06 1.06z'/%3E%3C/svg%3E");
}

.htmleditor ul[style] li::before {
  background-image: none;
}

/* fixes the slider element to not flex weird */
.el-slider .el-slider__entry {
    -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 100%;
}

.el-slider--cart__cta {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
}

.primary_entry {
  margin-right: 1rem;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 0.1rem solid gray;
  padding: 1rem;
  text-align: center;
  margin: 1rem;
}

.el-logos__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.el-textimg__col--img  {
  justify-content: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.el-teaser .htmleditor a {
  text-decoration: none;
}

.el-slider--quote__figc {
  margin-top: auto;
}

.el-acc--h .accordion__trigger {
  width: 100%;
}

/* Bilder / Fonts */
.bg-img--1::after {
  background-image: url("../Icons/svg-single/bg-img--1.svg");
}

.bg-img--2::after {
  background-image: url("../Icons/svg-single/bg-img--2.svg");
}

.bg-img--3::after {
  background-image: url("../Icons/svg-single/bg-img--3.svg");
}

.bg-img--4::after {
  background-image: url("../Icons/svg-single/bg-img--4.svg");
}

.bg-img--5::after {
background-image: url("../Icons/svg-single/bg-img--5.svg");
}

.bg-img--6::after {
  background-image: url("../Icons/svg-single/bg-img--6.svg");
}

.bg-img--7::after {
  background-image: url("../Icons/svg-single/bg-img--7.svg");
}

.bg-img--8::after {
  background-image: url("../Icons/svg-single/bg-img--8.svg");
}

.bg-img--9::after {
  background-image: url("../Icons/svg-single/bg-img--9.svg");
}

.bg-img--10::after {
  background-image: url("../Icons/svg-single/bg-img--10.svg");
}

.bg-img--11::after {
  background-image: url("../Icons/svg-single/bg-img--11.svg");
}

.bg-img--12::after {
  background-image: url("../Icons/svg-single/bg-img--12.svg");
}

.bg-img--13::after {
  background-image: url("../Icons/svg-single/bg-img--13.svg");
}

.bg-img--1:after {
  background-image: url("../Images//img-single/bg-img--1.png");
}

@media (min-width: 75em) {
  .bg-img--1:after {
    background-image: url("../Images//img-single/bg-img--1__desktop.png");
  }
}

.bg-img--2:after {
  background-image: url("../Images//img-single/bg-img--2.png");
}

@media (min-width: 75em) {
  .bg-img--2:after {
    background-image: url("../Images//img-single/bg-img--2__desktop.png");
  }
}

@media (min-width: 48em) {
  .bg-img--3:after {
    background-image: url("../Icons/svg-single/bg-img--3__tablet.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--3:after {
    background-image: url("../Icons/svg-single/bg-img--3__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--4:after {
    background-image: url("../Icons/svg-single/bg-img--4__tablet.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--4:after {
    background-image: url("../Icons/svg-single/bg-img--4__desktop.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--5:after {
    background-image: url("../Icons/svg-single/bg-img--5__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--6:after {
    background-image: url("../Icons/svg-single/bg-img--6__tablet.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--6:after {
    background-image: url("../Icons/svg-single/bg-img--6__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--7:after {
    background-size: cover;
    background-image: url("../Icons/svg-single/bg-img--7__tablet.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--7:after {
    background-image: url("../Icons/svg-single/bg-img--7__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--8:after {
    background-image: url("../Icons/svg-single/bg-img--8__tablet.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--8:after {
    background-image: url("../Icons/svg-single/bg-img--8__desktop.svg");
  }
}

.bg-img--9:after {
  background-image: url("../Icons/svg-single/bg-img--6.svg");
}

@media (min-width: 48em) {
  .bg-img--9:after {
    background-image: url("../Icons/svg-single/bg-img--9__tablet.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--9:after {
    background-image: url("../Icons/svg-single/bg-img--9__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--10:after {
    background-image: url("../Icons/svg-single/bg-img--10__tablet.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--10:after {
    background-image: url("../Icons/svg-single/bg-img--10__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--11:after {
    background-image: url("../Icons/svg-single/bg-img--11__tablet.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--11:after {
    background-image: url("../Icons/svg-single/bg-img--11__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--12:after {
    background-image: url("../Icons/svg-single/bg-img--12__tablet.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--12:after {
    background-image: url("../Icons/svg-single/bg-img--12__desktop.svg");
  }
}

@media (min-width: 48em) {
  .bg-img--13:after {
    background-image: url("../Icons/svg-single/bg-img--13__tablet.svg");
  }
}

@media (min-width: 75em) {
  .bg-img--13:after {
    background-image: url("../Icons/svg-single/bg-img--13__desktop.svg");
  }
}

@font-face {
  font-family: "rubik300";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../Fonts/rubik-v28-latin/rubik-v28-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "rubik500";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../Fonts/rubik-v28-latin/rubik-v28-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "rubik700";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local(""),url("../Fonts/rubik-v28-latin/rubik-v28-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local(""),url("../Fonts/rubik-v28-latin/rubik-v28-latin-regular.woff2") format("woff2");
}
