.element {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  margin-bottom: 12px;
}
.element.inline {
  float: none;
}
.element > select,
.element > textarea,
.element > input {
  width: 100%;
}
.clForm.one_line .element {
  margin-bottom: 0;
}
.element > select,
.element > textarea,
.element > .upload,
.element > .captcha .user-interaction {
  background-color: #FFF;
}
.disabled,
.circle.disabled {
  cursor: not-allowed !important;
}
.element .checkbox-icon {
  cursor: pointer;
  height: 25px;
  width: 25px;
  background-color: #eee;
  display: inline-block;
  border: 1px solid #bababa;
}
.element .checkbox-icon:hover {
  background-color: #999;
}
.checkbox-icon .checkbox-content {
  visibility: hidden;
  font-weight: bold;
  color: white;
  font-size: 20px;
  line-height: 25px;
}
.element input:checked + .checkbox_label .checkbox-icon {
  background-color: #999;
}
.element input:checked + .checkbox_label .checkbox-icon .checkbox-content {
  visibility: visible;
}
.element > textarea,
.element textarea.user-interaction {
  height: 170px;
  line-height: 20px !important;
  padding-top: 22px;
}
.element.www-website-email {
  z-index: 999;
  position: absolute;
  height: 0;
  width: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  top: -100%;
  left: -100%;
  clear: both;
}
.captcha-img {
  margin: 0 10px 0 0 !important;
  padding: 0;
  border: 1px solid #bababa;
  width: 150px;
}
.element.captcha {
  padding-top: 20px;
  margin-top: 10px;
}
.element.captcha .user-interaction {
  height: 75px;
  margin: 0;
  display: inline-block;
  width: 150px;
  max-width: 50%;
  font-family: Courier New, monospace;
  font-size: 50px;
  padding: 10px;
  text-align: center;
}
.element > .captcha button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNrUVDtug0AQBVK5S03FEVaiSWd8A6dLCTcwJ0h8AucGcAP7BnYOgMQNQiqSzqXLvJUe0ng0GMdVPNJomeHtfHbebhD8dwmnAGmaJlgqmi30o2ma3Rg+uiLpEdpBM+gKukWST2h2U4Wi0lxUOkiBauuLFWLjBrrXfm5cK3cFrBsNiJ8V28r4rYO+sX0pr2ZABPDgXPzLfbVG93ogS+AeB+NBnI+1+SmO46++79vBAXuG5UXhfuA/Afcdclr7iZksoG4kqZQyInBKHDk4JW3Ilh15pit4liQeoc4ZhSJOz2evDdDcoM67gVsPfIwE+GhN0KBOqZLXpJNJ7FLZCemkgxZYDgxWXLx6116xP702pJIPmsjWfAc8mtueLwRecjBOVNoFdy2/AgwAngpvOAjV7gIAAAAASUVORK5CYII=");
  background-color: transparent;
  background-repeat: no-repeat;
  border: medium none;
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 20px;
  margin: 5px;
  opacity: 0.3;
}
.element > .captcha button:hover {
  opacity: 0.6;
}
button.as_link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: var(--dark-bg);
  cursor: pointer;
}
button.as_link:hover {
  text-decoration: underline;
}
select {
  padding: 0 25px 0 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23707070'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat right 10px top 20px;
  background-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
  cursor: pointer;
}
.element > .tip {
  background: #FFF;
  border: 1px solid #CCC;
  display: none;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 2;
  white-space: nowrap;
}
.element > .counter {
  font-size: 0.8em;
  margin-top: 5px;
}
.element .counter .counter-value {
  vertical-align: baseline;
}
.element > .counter .counter-value::before {
  content: "Zeichen:";
  padding-right: 5px;
}
optgroup {
  font-weight: lighter;
}
@media (max-width: 600px) {
  .element {
    display: block;
  }
}
/* NEW FORM ELEMENTS*/
.user-interaction:required ~ label:after,
.checkboxelement.required .checkbox-description:after {
  content: '*';
  margin-left: 3px;
}
/** - - **/
.element.formError::before {
  display: block;
  text-align: left;
  clear: both;
  color: #555;
  font-size: 0.9em;
  line-height: 1.8em;
}
select,
.element.captcha .user-interaction {
  text-align: left;
  font-weight: 400;
  color: #000;
}
.element.captcha .user-interaction,
.element.uppercase .user-interaction {
  text-transform: uppercase;
}
.element.captcha label {
  position: absolute;
  top: 0;
  left: 10px;
}
.element.textelement > .user-interaction:focus,
.element.captcha .captcha > .user-interaction:focus {
  box-shadow: inset 0 0 4px #8DDE4B;
  background: #f6fbf4;
  border: 1px solid #8DDE4B;
}
.element.selectelement > .user-interaction > option {
  background: #fff;
}
.uploadelement > .user-interaction {
  color: #666;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  padding: 0;
}
.uploadelement > .user-interaction:hover {
  background: #F8F8F8;
}
.element.uploadelement > .user-interaction > span {
  width: 100%;
  height: 100%;
  display: block;
}
.element.uploadelement > .user-interaction:not(:focus):hover {
  color: #000;
  text-shadow: none;
  text-decoration: none;
  background: #FFF;
}
::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
::-moz-placeholder,
:focus::-moz-placeholder,
::-ms-input-placeholder,
:focus::-ms-input-placeholder {
  color: transparent;
}
/* FEHLER */
.formError.element.textelement > .user-interaction:not(:focus):not(:hover),
.formError.element.captcha .captcha > .user-interaction:not(:focus):not(:hover),
.formError.element.selectelement > .user-interaction,
.formError.element > label.checkbox > span {
  border-color: #F42222;
}
.formError.element label {
  color: #F42222;
}
.check-if-valid > form:invalid .switching_submit_btn {
  background: #999999 !important;
  border-color: #999999 !important;
  color: white !important;
}
.check-if-valid > form:valid .switching_submit_btn {
  border: 1px solid #ff9818;
  background: #ff9818;
  color: #FFF;
}
.element .user-interaction {
  padding: 18px 10px 0;
  border: 1px solid #bababa;
  outline: none;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
}
.element.absBR {
  position: absolute;
}
.element.slim .user-interaction {
  height: 40px;
  padding: 12px 10px 0 16px;
  font-size: 15px;
  line-height: 16px;
  margin-top: 4px;
  border-radius: 24px;
}
.element.slim.textelement label {
  top: 8px;
  left: 25px;
}
.h_input {
  height: 48px;
}
.element.selectelement .user-interaction {
  padding: 16px 32px 0 10px;
}
.element .user-interaction.radio {
  padding: 12px 8px !important;
  height: auto;
  font-size: inherit;
}
/*
floating labels
 */
.element > label.checkbox > input {
  display: none;
}
.element.textelement label,
.element.selectelement label {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #707070;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  font-size: 14px;
  top: 6px;
  left: 19px;
  line-height: 1;
}
.element.pL0 label,
.element.pA0 label {
  left: 8px;
}
.element.radioelement {
  margin-bottom: 0;
}
.radio_active_info ~ .active_info {
  display: none;
}
.radio_active_info:checked ~ .active_info {
  display: block;
}
.radio_active_label:focus-within {
  background: #e7f0fd;
}
/*
valid/invalid aid prep
 */
.element > .svg-inline--fa {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  color: #23a800;
  position: absolute;
  top: 0.8em;
  right: 15px;
  font-size: 1.3rem;
}
.element.date_element > .svg-inline--fa {
  right: 50px;
}
.element.selectelement > .svg-inline--fa {
  right: 35px;
}
/*
valid input
*/
.element > .user-interaction:focus,
.element.required > .user-interaction:focus:valid,
.element.required > .user-interaction:-webkit-autofill {
  border: 1px solid #23a800;
  box-shadow: none;
}
.element.formValid > .user-interaction,
.form_active {
  border: 1px solid #23a800 !important;
  box-shadow: none;
}
.element.required > .user-interaction:valid + label + .svg-inline--fa,
.element.required > .user-interaction:-webkit-autofill + label + .svg-inline--fa {
  opacity: 1;
}
.element.required.formValid > .svg-inline--fa {
  opacity: 1;
}
.element.required.formError > .svg-inline--fa {
  opacity: 0 !important;
}
select:disabled {
  border: none;
}
.element.step1 {
  display: none !important;
}
.element.step2 {
  display: none !important;
}
.element.textelement.title-length-helper .user-interaction {
  color: #1a0dab;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.title-length-helper .counter:before {
  border-top: 3px solid #1a0dab;
  content: '';
  display: block;
  width: 570px;
  margin-bottom: 5px;
}
.element.show_as_text .user-interaction,
.live_edit .user-interaction {
  resize: none;
  border: 1px solid transparent;
  padding: 5px 0;
  background: transparent;
  height: 32px;
  min-height: auto !important;
  line-height: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.element.show_as_text .user-interaction:empty,
.live_edit .user-interaction:empty {
  border: 1px solid #e7e7e7;
}
.element.show_as_text .user-interaction:focus,
.live_edit .user-interaction:focus {
  resize: vertical;
  white-space: normal;
}
.element.show_as_text .user-interaction.title-length-helper:focus,
.live_edit .user-interaction.title-length-helper:focus {
  height: 32px;
}
.element.show_as_text label,
.live_edit label {
  transform: translateY(-20px);
  left: 0;
}
.live_edit textarea.user-interaction,
.live_edit textarea.user-interaction:focus,
.show_as_text textarea.user-interaction:focus {
  height: 32px;
  margin: 2px;
  padding-top: 5px;
}
.live_edit textarea.user-interaction:focus {
  border: 1px solid #e7e7e7 !important;
  box-shadow: none !important;
  background: none !important;
}
.shop_product_basket.basket_empty .btn_orange,
.shop_product_basket.basket_empty .btn_orange:hover {
  background: #999;
  color: white;
  border: 1px solid #999;
}
.rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}
.rating:not(:checked) > label:before {
  content: '★ ';
}
.rating > input:checked ~ label {
  color: #f70;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}
.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
#headerTop {
  background: var(--dark-bg);
  color: white;
  border-bottom: 1px solid #E3E1E1;
}
#headerSection {
  background: #fff;
  height: 60px;
}
.z5 {
  z-index: 5;
}
.z20 {
  z-index: 20;
}
.shop-basket-count {
  background: var(--dark-bg);
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  top: -6px;
  right: 0;
  color: #fff;
  font-size: 0.7rem;
  border: 1px solid white;
  width: 20px;
  height: 20px;
}
#nav_icon {
  height: 21px;
  margin: 3px auto 0 auto;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
#nav_icon .burger {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  margin-left: 10%;
  background: var(--dark-bg);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#top-bun {
  top: 0;
  transform-origin: left center;
}
#patty {
  top: 8px;
  transform-origin: left center;
}
#bottom-bun {
  top: 16px;
  transform-origin: left center;
}
#main-menu-checkbox:checked + label #top-bun {
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}
#menu #main-menu-checkbox:checked + label #patty {
  width: 0;
  opacity: 0;
}
#menu #main-menu-checkbox:checked + label #bottom-bun {
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}
#menu-wrapper {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
  transition: all 330ms ease-out;
  width: 400px;
  max-height: calc(100vh - 136px);
  margin-top: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  position: fixed;
  right: 0;
  font-size: 18px;
}
#main-menu-checkbox:checked ~ #menu-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/**
menu dropdown animation
 */
.mobile-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 2rem !important;
  margin: 0.5rem 0;
  display: block;
  border-left: 1px solid #ddd;
}
.mobile-menu-trigger:checked + .mobile-trigger > .menu-chevron {
  transform: rotate(90deg);
}
.header-menu .header-menu {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-out;
  height: 1px;
  overflow: hidden;
  padding-left: 12px;
  font-size: 0.98em;
}
.mobile-menu-trigger:checked ~ .header-menu {
  position: static;
  opacity: 1;
  height: auto;
}
.menu-link {
  line-height: 20px;
  padding: 16px 8px;
  color: var(--text-color);
  display: block;
  width: calc(100% - 70px);
}
/**
 * header search
 */
#headerSearchWrapper {
  width: 100%;
  display: none;
  height: auto;
  background: white;
  z-index: 10;
  position: relative;
  border-top: 1px solid #E3E1E1;
}
.show-search #headerSearchWrapper {
  display: block;
}
#headerSearch {
  padding-top: 12px;
}
/**
 * header scroll-hide
 */
#header {
  -webkit-transform: none;
  transform: none;
  position: fixed;
  z-index: 900;
  width: 100%;
  top: 0;
}
.non-stick-menu #header {
  position: relative;
}
body.non-stick-menu {
  padding-top: 0 !important;
}
.guidebook.scrolled #header {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
/*
new header menu
 */
@media (max-width: 1100px) and (min-width: 900px) {
  .header-menu > li {
    font-size: 1rem;
  }
}
/*
profile
 */
.editable:not(.mce-edit-focus) {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACiUlEQVR42q2V20sUYRjGd2bHDKIrtYNQRG6e0pv+gKI0oy4i6EQHgsIL66JAYnXLVHLNXbqRroq8K6FNgiiMLOimP8HWdrcTLGSaeKMXWTmz/V79RpZ21ZlxFx7e5xvY3/PMt9/Mar4CfQI1lbrf79+DTSY/fJy1r2uFgO+qrSoCPojdm8lkjmqaFsIPJ0bHBtYcIHBd12NA97O8QkAEvx1/n4DLawoAvg74U6zAW1EP2oLiqFmm5wCBsy0CP0DrNlp34Tfjv+Jv4h/g93kKsJsDamAZAnQLvwmfxnfj7+EH2aIW1wEKPiTNkTTtQKXoO7qD7qJn5rx58XMiZbkKsOHSnKYdzBtcLsOP4/vwUfxzy7IufBpLmvIdxwFqz4cANADrZIaY0nxcnZwo/oVpmueBz9vfcxSQtS2NqBO1oxI0gSJKL2l+LhvuKCDrtBxEXbRtp20Jc0K17sUPAz/7P3zVANU8hm0SOGpTzX/Kfgsc2fC/+RjaSnCax2jXRNNuLgVRKetJac7sZb5iz88sB182QL1bpPkhda4X4GiSdZR1mDlC89MrwfMGqHfLEyCH1Z4H1WmRbYmwDrMeofmq8JwAG449gmRbrqs9n/ItnpQwekPzU07gOQHV9bWPGCdp2UPLa77Fh2hKPUQCf0tzgf9xAs8X8JAxqp7SMvw0vg9/2ws8729QVVdzldGPZpA0lwfrHdty3C18KQDoNsYG/uoS3IW8ci/RWv725Ed9j46l4onfbuFLAUD7gbQAbeYV+1hdG2BspfkJ4L+8wBcCdgR26sXri9P4cjSHKriTH16BOQGB6srdRpEhP+wMd/Caa0HuIl2wAO5go2EYFaZlxr+lvjg6224+/wAOTU1cDQ1+AAAAAABJRU5ErkJggg==) no-repeat right top !important;
  min-height: 32px;
  min-width: 1em;
}
.mce-edit-focus.editable,
.editable:hover,
.live_edit textarea:hover {
  background-color: #fff !important;
  outline: 2px solid #1976D2;
}
.blue-background-class {
  background-color: #C8EBFB;
}
.handle {
  cursor: grab;
}
.grid-square {
  width: 222px;
  border: solid 1px #000;
}
.profile_nav li {
  background: #717476;
  float: left;
  position: relative;
  transition-duration: 0.5s;
  width: 16.6666%;
}
.profile_nav li a {
  color: white;
}
.profile_nav li:hover,
.profile_nav li:focus-within,
.profile_nav li.active {
  background: #535454;
  cursor: pointer;
  z-index: 50;
}
.profile_nav ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  width: 100%;
}
.profile_nav ul li:hover > ul,
.profile_nav ul li:focus-within > ul,
.profile_nav ul li ul:hover,
.profile_nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.ribbon_sale {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: white;
  z-index: 10;
}
.corner_ribbon {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 10;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 260px;
  line-height: 50px;
  top: 50px;
  left: -55px;
  font-size: 18px;
}
body.wait * {
  cursor: wait;
}
.no_highlights {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
th {
  text-align: left;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after {
  content: " \25B4\25BE";
}
/*
button styles
 */
.btn {
  cursor: pointer;
  background: var(--dark-bg);
  border: 1px solid var(--dark-bg);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 12px;
  outline: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
.btn.Lh_form {
  background: white;
  color: var(--text-color);
  line-height: 38px;
  border: 1px solid #bababa;
}
.btn:hover {
  background: white;
  color: var(--dark-bg);
  text-decoration: none;
}
.btn:disabled,
.btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.shop_order_vendor_list .btn:disabled {
  color: white;
}
.shop_order_vendor_list .btn:disabled:hover {
  color: grey;
}
.btn.btn_big {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 28px;
  margin: 4px auto auto;
  /*box-shadow: 2px 2px 1px #00000029;*/
  font-weight: normal;
  max-width: 320px;
}
.btn.small {
  line-height: 0.8rem !important;
  padding: 4px;
}
.btn.btn_big.white {
  border: 1px solid white;
  box-shadow: none;
  background: transparent;
}
.btn.btn_big.white:hover {
  background: white;
  color: #23A800 !important;
}
.btn.btn-icon {
  position: relative;
  font-size: 1.2rem;
}
.btn.btn-icon:hover {
  background-color: transparent;
}
.btn_orange,
.btn.btn_orange {
  border: 1px solid #ff9818;
  background: #ff9818;
  color: #FFF;
}
.btn.btn_orange:hover,
a.white.btn.btn_orange:hover {
  background: #fff;
  color: #ff9818 !important;
}
.btn.btn_orange-no_hover:hover {
  background: #ff9818;
  color: #FFF;
}
.btn.btn_orange_inverted,
.btn.btn_inverted.btn_orange {
  border: 1px solid #ff9818;
  background: #fff;
  color: #ff9818;
}
.btn.btn_orange_inverted:hover,
.btn.btn_inverted.btn_orange:hover {
  background: #ff9818;
  color: #FFF;
}
.btn.btn_inverted {
  border: 1px solid var(--dark-bg);
  background: #fff;
  color: var(--dark-bg);
}
.btn.btn_inverted-black {
  border: 1px solid #707070;
  background: #fff;
  color: #565656;
}
.btn.btn_grey {
  border: 1px solid #b4b1b1;
  background: #fff;
  color: #565656;
}
.btn.btn_inverted-black:hover {
  /*background: #23a800;
  color: #fff;
  */
}
.btn-grey,
.btn.btn-grey,
.btn.btn-grey:hover,
.shop_product_basket #headerSearch .btn,
.shop_product_basket #headerSearch .btn:hover {
  background: #999 !important;
  border-color: #999 !important;
  color: white !important;
}
.circle_button {
  width: 145px;
  height: 145px;
  cursor: pointer;
  background: var(--dark-bg);
  border: none;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  outline: 1px solid var(--dark-bg);
  outline-offset: 2px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in;
  border-radius: 50%;
  line-height: 145px;
}
.circle_button:hover {
  background: white;
  color: var(--dark-bg);
  text-decoration: none;
}
.circle {
  width: 16px;
  height: 16px;
  position: relative;
  background: red;
  border-radius: 50%;
  cursor: pointer;
}
.circle.active {
  background: #23A800;
}
.trans_hide {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.user-interaction,
.btn,
.round {
  border-radius: 3px;
}
.btn.btn-img {
  padding: 0;
  background: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 3px solid transparent;
}
.btn.btn-img.focus,
.btn.btn-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  border: 3px solid var(--dark-bg);
}
.btn:hover .white {
  color: inherit !important;
}
.btn.btn_orange:hover .white {
  color: inherit !important;
}
.element.geolocation_used::before {
  display: block;
  clear: both;
  font-size: 1rem;
  line-height: 32px;
  content: "\2714 Standort erkannt";
  color: #23a800;
  position: absolute;
  right: 17px;
  top: 0;
}
.clipboard {
  cursor: copy;
  position: relative;
}
.clipboard.active:before {
  content: '✓ kopiert';
  color: #23A800;
  opacity: 1;
  transition: all 0.3s ease-out;
  position: absolute;
  top: calc(50% - 12px);
  padding: 4px 16px;
  background: white;
  white-space: nowrap;
  left: 0;
  box-shadow: 0 3px 6px #00000029;
}
.amazonpay-button-view1-ink {
  border-color: #3d444c #2f353b #2c3137;
  background: linear-gradient(to bottom, #71777D, #444C54);
}
.amazonpay-button-view1 {
  grid-row: 1 / 2;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-rows: 13% 13% 1fr 1fr 10% 16%;
  grid-template-columns: 4% 4% 6% 1fr 6% 10% 4%;
  justify-items: center;
  justify-self: stretch;
  align-self: stretch;
  cursor: pointer;
  height: 35px;
}
.amazonpay-button-view1-ink:hover {
  background: linear-gradient(to bottom, #64696F, #393F47);
}
.amazonpay-button-view1-ink:active {
  background: #444C54;
  outline: none;
  border-color: #32373e #24282d #212429;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.amazonpay-button-view1 .amazonpay-button-logo {
  grid-row: 3 / 6;
  grid-column: 4 / 5;
}
.amazonpay-button-view1 .amazonpay-button-chevrons {
  grid-row: 3 / 5;
  grid-column: 6 / 7;
}
.paypal-button {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  height: 35px;
  background: #ffc439;
  color: #2C2E2F;
  border-radius: 4px;
}
.paypal-button.paypal-button-color-gold:hover {
  filter: brightness(0.95);
  overflow: inherit;
}
.paypal-button > .paypal-button-label-container {
  height: 18px;
}
.paypal-button-text {
  font-size: 13px;
  line-height: 22px;
}
.paypal-logo {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
  width: auto;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    height: 35px;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }
}
/*
CSS only dropdowns
 */
.dropdown-wrapper > .dropdown-trigger {
  display: none;
}
.dropdown-wrapper .dropdown-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.01, 1.1, 1, 1.01);
}
.dropdown-wrapper > .dropdown-trigger:checked + .dropdown-trigger-label > .chevron {
  transform: rotate(90deg);
}
.dropdown-wrapper > .dropdown-trigger:checked ~ .dropdown-content {
  max-height: 7000px;
  transition: max-height 0.5s cubic-bezier(0, 0.01, 0.98, 0);
  width: 100%;
}
.private .dropdown-wrapper > .dropdown-trigger:checked ~ .dropdown-content {
  max-height: fit-content;
}
.dropdown-wrapper > .dropdown-trigger-label > .chevron {
  position: absolute;
  right: 0;
  bottom: calc(50% - 0.5em);
  transition: transform 200ms ease;
}
.transition_transform {
  transition: transform 200ms ease;
}
.btn-chevron .chevron {
  border: 1px solid #ff9818;
  background: #ff9818;
  color: #FFF;
  height: 30px;
  width: 35px;
  border-radius: 3px;
  padding: 2px;
  cursor: pointer;
}
.dropdown-wrapper.left > .dropdown-trigger-label > .chevron {
  left: 8px;
}
.hide {
  display: none !important;
}
.highlight_row {
  padding: 5px 0;
  border-bottom: 1px solid #E3E1E1;
}
.highlight_row:hover,
.highlight_row.active_row {
  background: #e7f0fd;
}
.highlight_row:last-child {
  border-bottom: none;
}
.display_t {
  display: table;
}
.t-row {
  display: table-row;
}
.t_cell {
  display: table-cell;
}
/*
youtube lazyload
 */
.youtube_container:hover .fa_youtube use {
  filter: drop-shadow(0px 0px 8px #fff);
}
.youtube_container .fa_youtube {
  fill: red;
  font-size: 72px;
  background: radial-gradient(circle closest-side at center, #fff 0%, #fff 40%, #000 40%, #000 100%);
}
.no_select {
  user-select: none;
}
.pipe_r:after {
  content: "|";
  margin: 0 4px;
}
.thin {
  max-width: 375px;
  margin: 0;
  border-bottom: 1px solid #999999;
  opacity: 0.5;
}
.thin.short {
  width: 80px;
}
.vertical_scroll {
  overflow-x: hidden;
  white-space: nowrap;
  -ms-overflow-style: scrollbar;
  scrollbar-width: thin;
  height: 60px;
}
.vertical_scroll:hover {
  overflow-x: scroll;
}
.vertical_scroll::-webkit-scrollbar {
  height: 8px;
}
.vertical_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.vertical_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.section-nav li,
.wrap-article ul.section-nav li {
  list-style: none;
  margin-left: 0;
}
/*
loading
 */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--dark-bg);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate90 {
  transform: rotate(90deg);
}
.rotate180 {
  transform: rotate(180deg);
}
/*Filter*/
.filter-wrapper > .filter-cb {
  display: none;
}
.btn.filter-label {
  padding: 2px 5px 0 10px;
}
.filter-wrapper > .filter-cb:checked ~ .filter-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: rgba(255, 255, 255, 0.8);
  transition-timing-function: ease-out;
  transition-duration: 330ms;
  transition-property: transform, background-color;
  transition-delay: 0s, 330ms;
}
.filter-content .overlay {
  width: 66%;
  min-height: 100%;
  float: left;
  cursor: pointer;
  opacity: 0;
  transition: none;
  transition-delay: unset;
  background: white;
}
.filter-content .overlay_content {
  background: white;
  width: 34%;
  min-height: 100%;
  float: right;
  box-shadow: -4px 0 6px #00000029;
  padding: 16px;
  position: relative;
  z-index: 990;
}
.filter-content .close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.large_filter_checkbox {
  width: 100%;
  line-height: 57px;
}
.large_filter_checkbox .cb {
  display: none;
}
.large_filter_checkbox .pretty-cb {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 18px;
  top: 11px;
  left: 8px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
}
.large_filter_checkbox .cb-label {
  display: inline-block;
  width: 100%;
  padding: 16px 0 16px 60px;
  line-height: 18px;
  vertical-align: middle;
}
.large_filter_checkbox .cb:disabled + .cb-label {
  opacity: 0.6;
  cursor: not-allowed;
}
.large_filter_checkbox .cb:checked + .cb-label {
  background: #F0EFEB;
}
.large_filter_checkbox .cb:checked + .cb-label > .pretty-cb:after {
  content: '\2714';
  font-size: 26px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 8px;
  color: #3B3B39;
}
.dropdown-trigger-label p {
  display: inline !important;
}
.fade_content {
  max-height: 78px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(0deg, transparent, var(--bg-body));
}
.fade_content.mH30 {
  max-height: 30px;
}
.wrapper_fade.expand > .fade_content {
  max-height: 5000px !important;
  -webkit-mask-image: initial;
}
.fade_trigger .toggle_word:after {
  content: 'Mehr';
}
.wrapper_fade.expand > .fade_trigger .svg-inline--fa {
  transform: rotate(180deg);
}
.wrapper_fade.expand > .fade_trigger .toggle_word:after {
  content: 'Weniger';
}
.drag-sort-element,
.drag-sort-element.highlight_row:last-child {
  margin: 4px 0;
  padding: 0 16px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #ddd;
  list-style: none;
  cursor: grab;
}
.drag-sort-element.drag-sort-active {
  opacity: 0.5;
  cursor: grabbing;
}
.cursor_default,
.cursor_default:hover {
  cursor: default;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#modal_info {
  position: fixed;
  animation: fadeIn 0.3s;
  bottom: 48px;
  right: 32px;
  background: white;
  z-index: 99;
  border-radius: 10px;
  max-width: 360px;
  width: 95vw;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
}
#modal_info .alert_box {
  margin-top: 0;
}
figcaption {
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #10100f;
  background: #f2f2f2;
  line-height: 1.5em;
}
.ajax_controls {
  margin-right: 8px;
  cursor: pointer;
}
/* Tab System */
.tab {
  display: none;
  width: 100%;
}
.tab:target {
  display: block;
}
.tab:last-child {
  display: block;
}
.tab:target ~ section.tab:last-child {
  display: none;
}
.tab .active {
  border-bottom: 1px solid var(--dark-bg);
}
.tab_navbar {
  border-bottom: 1px solid #ccc;
}
.tab_nav_active {
  border: 1px solid #ccc;
  border-bottom: 1px solid var(--light-bg);
  margin-bottom: -1px;
}
.search .tab_nav_active {
  border-bottom: 1px solid var(--bg-body);
}
.tab_nav {
  margin-bottom: -1px;
  border: 1px solid var(--light-bg);
  border-bottom: 1px solid #ccc;
}
.tab_nav:hover {
  border: 1px solid #ccc;
}
.margin_neg_175 {
  margin-top: -175px;
}
.border_separator {
  border-right: 1px solid #ddd;
}
.border_separator:last-child {
  border-right: none;
}
.round_top {
  border-radius: 25px 25px 0 0;
}
.border_bottom_hide {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.static_marketplace .teaser_controls .svg-inline--fa,
.static_marketplace .swiper-button-prev .svg-inline--fa,
.static_marketplace .swiper-button-next .svg-inline--fa {
  border-radius: 50%;
}
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  float: left;
  width: 100%;
}
#drop-area.highlight {
  border-color: var(--dark-bg);
}
#gallery img {
  width: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}
.shop_product_image-vendor #clLB > .bg > .content,
.shop_product_image #clLB > .bg > .content {
  width: 850px;
}
.ec_container {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 25px;
}
.ec_info {
  text-align: right;
  margin-bottom: 16px;
}
.ec_widget {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #002c5a;
}
.ec_widget .installment {
  color: #f37122;
}
.ec_widget .ajax_controls {
  color: #002c5a;
}
.head_btn {
  background: #fff;
}
.head_hover:hover {
  text-decoration: none;
  background: #e3e1e1 !important;
  cursor: pointer;
}
.mA2 {
  margin: 2px;
}
.mT64 {
  margin-top: 64px;
}
.mT_neg32 {
  margin-top: -32px;
}
.mT_neg64 {
  margin-top: -64px;
}
.mT_neg100 {
  margin-top: -100px;
}
.mB64 {
  margin-bottom: 64px;
}
/*
@widths: 4, 8, 16, 32;

each(@widths, {

  .pL@{value},
  .pH@{value},
  .pA@{value}
  {
    padding-left: @value*1px;
  }

  .pR@{value},
  .pH@{value},
  .pA@{value}
  {
    padding-right: @value*1px;
  }

  .pT@{value},
  .pV@{value},
  .pA@{value}
  {
    padding-top: @value*1px;
  }

  .pB@{value},
  .pV@{value},
  .pA@{value}
  {
    padding-bottom: @value*1px;
  }


  .mL@{value},
  .mH@{value},
  .mA@{value}
  {
    margin-left: @value*1px;
  }

  .mR@{value},
  .mH@{value},
  .mA@{value}
  {
    margin-right: @value*1px;
  }

  .mT@{value},
  .mV@{value},
  .mA@{value}
  {
    margin-top: @value*1px;
  }

  .mB@{value},
  .mV@{value},
  .mA@{value}
  {
    margin-bottom: @value*1px;
  }
});*/
.pRow {
  padding: 32px 8px;
}
.pA6 {
  padding: 6px;
}
.pA12 {
  padding: 12px;
}
.m0a {
  margin: 0 auto;
}
/********************* PRECOMPUTED MARGINS FOR AUTOCOMPLETE  *********************/
.pL4,
.pH4,
.pA4 {
  padding-left: 4px;
}
.pR4,
.pH4,
.pA4 {
  padding-right: 4px;
}
.pT4,
.pV4,
.pA4 {
  padding-top: 4px;
}
.pB4,
.pV4,
.pA4 {
  padding-bottom: 4px;
}
.pL8,
.pH8,
.pA8 {
  padding-left: 8px;
}
.pR8,
.pH8,
.pA8 {
  padding-right: 8px;
}
.pT8,
.pV8,
.pA8 {
  padding-top: 8px;
}
.pB8,
.pV8,
.pA8 {
  padding-bottom: 8px;
}
.mL4,
.mH4,
.mA4 {
  margin-left: 4px;
}
.mR4,
.mH4,
.mA4 {
  margin-right: 4px;
}
.mT4,
.mV4,
.mA4 {
  margin-top: 4px;
}
.mB4,
.mV4,
.mA4 {
  margin-bottom: 4px;
}
.mL8,
.mH8,
.mA8 {
  margin-left: 8px;
}
.mR8,
.mH8,
.mA8 {
  margin-right: 8px;
}
.mT8,
.mV8,
.mA8 {
  margin-top: 8px;
}
.mB8,
.mV8,
.mA8 {
  margin-bottom: 8px;
}
.pL16,
.pH16,
.pA16 {
  padding-left: 16px;
}
.pR16,
.pH16,
.pA16 {
  padding-right: 16px;
}
.pT16,
.pV16,
.pA16 {
  padding-top: 16px;
}
.pB16,
.pV16,
.pA16 {
  padding-bottom: 16px;
}
.mL16,
.mH16,
.mA16 {
  margin-left: 16px;
}
.mR16,
.mH16,
.mA16 {
  margin-right: 16px;
}
.mT16,
.mV16,
.mA16 {
  margin-top: 16px;
}
.mB16,
.mV16,
.mA16 {
  margin-bottom: 16px;
}
.pL32,
.pH32,
.pA32 {
  padding-left: 32px;
}
.pR32,
.pH32,
.pA32 {
  padding-right: 32px;
}
.pT32,
.pV32,
.pA32 {
  padding-top: 32px;
}
.pB32,
.pV32,
.pA32 {
  padding-bottom: 32px;
}
.mL32,
.mH32,
.mA32 {
  margin-left: 32px;
}
.mR32,
.mH32,
.mA32 {
  margin-right: 32px;
}
.mT32,
.mV32,
.mA32 {
  margin-top: 32px;
}
.mB32,
.mV32,
.mA32 {
  margin-bottom: 32px;
}
.pT64,
.pV64,
.pA64 {
  padding-top: 64px;
}
.pB64,
.pV64,
.pA64 {
  padding-bottom: 64px;
}
.breaker {
  position: relative;
  z-index: 1;
  width: 100%;
}
.breaker .h3 {
  margin: 24px 0;
  line-height: 1.4em;
  text-decoration: underline;
}
.breaker .svg-inline--fa {
  vertical-align: middle;
  font-size: 2em;
}
.breaker p,
.breaker ul {
  border-left: 2px solid #23a800;
  padding: 10px;
}
.wrap-article .breaker ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
.wrap-article .breaker ul li:before {
  content: '✓';
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  color: #23a800;
}
.article_form_wrapper {
  padding: 8px 8px 0 8px;
  border: #FF982C 3px solid;
  background: white;
}
@media (max-width: 900px) {
  #guidebook_progress_bar {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #23A800;
  }
  #guidebook_progress_bar::-webkit-progress-bar {
    background-color: transparent;
  }
  #guidebook_progress_bar::-webkit-progress-value {
    background-color: #23A800;
  }
  #guidebook_progress_bar::-moz-progress-bar {
    background-color: #23A800;
  }
}
/* LIGHTBOX */
.shop #clLB > .bg > .content {
  max-width: 900px;
}
.shop-product-details h2,
.shop-product-details p,
.shop-product-details ul,
.shop-product-details ol {
  margin: 8px 0 4px 0;
}
.shop-product-details table,
.shop-product-details tr,
.shop-product-details td {
  height: auto !important;
}
.shop_product_detail .shop-product-details table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
.shop-product-details ul,
.short_description ul,
.shop-product-details ol,
.short_description ol {
  margin-left: 24px;
}
.shop-product-details ul li,
.short_description ul li,
.shop-product-details ol li,
.short_description ol li {
  line-height: 1.65em;
}
.shop-product-details ul,
.short_description ul {
  list-style-type: disc;
}
#details {
  line-height: 1.5em;
}
.product-title {
  font-size: 1.2em;
  line-height: 1.3em;
}
.shop-product-detail-left {
  padding-right: 20px;
}
.shop-product-detail-right {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.shop_product_detail select,
.shop_voucher_detail select,
.shop_product_detail .clForm .element > select:focus,
.shop_voucher_detail .clForm .element > select:focus {
  border: 1px solid var(--dark-bg) !important;
  outline: none !important;
}
.passive_map {
  border: 5px solid #fff;
  box-shadow: 0 0 3px -1px #000;
  max-width: 360px;
}
table.grey-borders > tbody > tr > td {
  border: solid 1px #ddd;
  padding: 5px;
  display: table-cell;
  width: auto;
}
table.over_view > tbody > tr > td,
table.over_view > thead > tr > th {
  border: solid 1px #ddd;
  padding: 8px;
  display: table-cell;
  width: auto;
}
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition-property: transform;
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  height: 100%;
  top: 0;
  width: 40px;
  z-index: 10;
  cursor: pointer;
}
.guidebook .swiper-button-next,
.guidebook .swiper-button-prev {
  max-height: 427px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-fraction {
  background: rgba(255, 255, 255, 0.75);
  margin-left: 8px;
  padding: 5px;
  width: auto;
  text-align: left;
  font-size: 14px;
  bottom: 8px;
  left: 0;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.hover_zoom {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 22px);
  right: calc(50% - 23px);
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
}
.swiper-container:hover .hover_zoom.hidden {
  display: block !important;
}
.swiper-container .swiper-button-prev:hover ~ .hover_zoom.hidden,
.swiper-container .swiper-button-next:hover ~ .hover_zoom.hidden {
  display: none !important;
}
/*
fullscreen
 */
.swiper_fullscreen {
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
:root {
  --bg-body: #fff;
  --light-bg: #e8edd4;
  --dark-bg: #003E1F;
  --link_color: #8EA604;
  --text-color: #2E2E2E;
  --height-head: 91px;
  --height-head-900: 60px;
}
.box_white,
.bg_white {
  background: var(--light-bg) !important;
}
#footer .border-top {
  border-top: 1px solid white;
}
.grey,
.h1 {
  color: #525252 !important;
}
.h2 {
  font-size: 28px;
  font-weight: bold;
}
.h3 {
  color: var(--text-color);
}
.usp_headline {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
#footer .bg_dark {
  background: var(--light-bg) !important;
}
#footer .bg_dark .white,
#footer .bg_dark .white a {
  color: var(--text-color) !important;
}
#footer .usp_headline {
  color: var(--text-color);
}
.phone-number {
  display: none;
}
@media (max-width: 900px) {
  #headerSection .row_nowrap.pH8 {
    padding-left: 0;
  }
}
.swap-slider > .mask {
  height: auto;
  overflow: hidden;
  width: 100% !important;
}
.swap-slider > .mask > .list {
  white-space: nowrap;
  height: auto;
  position: relative;
  -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.swap-slider > .mask > .list > .item {
  display: inline-block;
}
.swap-slider > .nav {
  z-index: 100;
  text-align: left;
  display: block;
  position: absolute;
  width: auto;
  float: none;
}
.swap-slider > .nav > .btn {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  box-shadow: 0 0 2px #000;
  opacity: 0.8;
  margin-right: 6px;
  margin-bottom: 0;
  user-select: none;
}
.swap-slider .radio-1:checked ~ .nav > .btn.thumb.button-1,
.swap-slider .radio-2:checked ~ .nav > .btn.thumb.button-2,
.swap-slider .radio-3:checked ~ .nav > .btn.thumb.button-3,
.swap-slider .radio-4:checked ~ .nav > .btn.thumb.button-4 {
  box-shadow: none;
  border-color: #ff9818;
  opacity: 1;
}
.swap-slider.item-1 > .mask > .list {
  width: 100%;
}
.swap-slider.item-1 > .mask > .list > .item {
  width: 100%;
}
.swap-slider > .radio-1:checked ~ .mask > .list {
  left: 0;
}
.swap-slider.item-2 > .mask > .list {
  width: 200%;
}
.swap-slider.item-2 > .mask > .list > .item {
  width: 50%;
}
.swap-slider > .radio-2:checked ~ .mask > .list {
  left: -100%;
}
.swap-slider.item-3 > .mask > .list {
  width: 300%;
}
.swap-slider.item-3 > .mask > .list > .item {
  width: 33.333334%;
}
.swap-slider > .radio-3:checked ~ .mask > .list {
  left: -200%;
}
.swap-slider.item-4 > .mask > .list {
  width: 400%;
}
.swap-slider.item-4 > .mask > .list > .item {
  width: 25%;
}
.swap-slider > .radio-4:checked ~ .mask > .list {
  left: -300%;
}
