.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;
}
.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;
}
.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 {
  color: transparent;
}
::-moz-placeholder,
:focus::-moz-placeholder {
  color: transparent;
}
::-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;
}
.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;
}
/*
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;
}
.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 {
  width: 30px;
  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: 15px;
}
/**
 * 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;
}
/*
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 {
  color: #ccc;
  cursor: not-allowed;
}
.shop_order_vendor_list .btn:disabled {
  color: white;
}
.shop_order_vendor_list .btn:disabled:hover {
  color: grey;
}
.btn.btn-primary-big {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  margin: auto;
  padding: 8px 28px;
  box-shadow: 2px 2px 1px #00000029;
  font-weight: normal;
  border-width: 2px !important;
  max-width: 320px;
}
.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 {
  background: #fff;
  color: #ff9818;
}
.btn.btn-orange-no_hover:hover {
  background: #ff9818;
  color: #FFF;
}
.btn.btn-orange-inverted {
  border: 1px solid #ff9818;
  background: #fff;
  color: #ff9818;
}
.btn.btn-orange-inverted: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_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;
}
/*
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%;
}
.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;
}
.foreground {
  position: relative;
  z-index: 10;
}
.highlight_row,
.highlight_row > td {
  padding: 5px 0;
  border-bottom: 1px solid #E3E1E1;
}
.highlight_row:hover,
.highlight_row > td:hover,
.highlight_row.active_row,
.highlight_row > td.active_row {
  background: #e7f0fd;
}
.highlight_row:last-child,
.highlight_row > td:last-child {
  border-bottom: none;
}
.display_t {
  display: table;
}
.t-row {
  display: table-row;
}
.t_cell {
  display: table-cell;
}
/*
youtube lazyload
 */
.youtube-container {
  display: block;
  position: relative;
}
.youtube-container:hover {
  cursor: pointer;
}
.youtube-container .fa_youtube {
  fill: rgba(27, 23, 23, 0.81);
  font-size: 72px;
  left: calc(50% - 36px);
  position: absolute;
  top: calc(50% - 36px);
  background: radial-gradient(circle closest-side, white, rgba(255, 255, 255, 0));
}
.youtube-container:hover .fa_youtube {
  fill: red;
}
.no_select {
  user-select: none;
}
.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;
  padding-bottom: 8px;
  height: 48px;
}
.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
 */
@keyframes loading_spinner_inner-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(50px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes loading_spinner_inner {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.loading_spinner_inner div {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 37px;
  left: 12px;
}
.loading_spinner_inner div:nth-child(1) {
  background: #23a800;
  animation: loading_spinner_inner 2.56410256s linear infinite;
  animation-delay: -1.28205128s;
}
.loading_spinner_inner div:nth-child(2) {
  background: #e9ede9;
  animation: loading_spinner_inner 2.56410256s linear infinite;
  animation-delay: 0s;
}
.loading_spinner_inner div:nth-child(3) {
  background: #23a800;
  animation: loading_spinner_inner-o 2.56410256s linear infinite;
  animation-delay: -1.28205128s;
}
.loading_spinner {
  width: 125px;
  height: 125px;
  overflow: hidden;
}
.loading_spinner_inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.loading_spinner_inner div {
  box-sizing: content-box;
}
/*
fetch-loading


.loading
{
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid var(--dark-bg);
    border-radius: 100%;
    margin: auto;
    animation: spin 1s infinite linear;
}


@keyframes spin
{
    from
    {
        transform: rotate(0deg);
    }
    to
    {
        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;
}
.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: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));
}
.wrapper_fade.expand > .fade_content {
  max-height: 5000px;
  -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: 5px 0;
  padding: 0 20px;
  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;
}
#modal_info {
  top: 33%;
  color: #23a800;
  background: white;
  bottom: auto;
  z-index: 99;
  box-shadow: 0 3px 20px 2px #888;
}
figcaption {
  padding: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #10100f;
  background: #f2f2f2;
  line-height: 1.5em;
}
.ajax_controls {
  margin-right: 8px;
}
/* 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);
}
.margin_neg_175 {
  margin-top: -175px;
}
.border_separator_wrapper {
  border-top: 1px solid #ddd;
}
.border_separator {
  border-right: 1px solid #ddd;
}
.border_separator:last-child {
  border-right: none;
}
/*
yellowmaps
 */
.sm-autocomplete,
#ym_autocomplete {
  width: 100%;
  border-radius: 5px;
  height: 3.4rem;
  border: 1px solid grey;
}
.sm-autocomplete > ul {
  border: none !important;
  position: relative !important;
  box-shadow: none !important;
}
.head_btn {
  background: #fff;
}
.head_hover:hover {
  text-decoration: none;
  background: #e3e1e1 !important;
  cursor: pointer;
}
.mA2 {
  margin: 2px;
}
/*
@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: 16px 8px 32px 8px;
}
.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: 0;
  text-decoration: underline;
  line-height: 3em;
}
.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;
}
.gallery_form_overlay {
  background: #3B3B39;
  font-size: 31px;
  opacity: 0.8;
  bottom: 48px;
  max-width: 50%;
}
.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;
  }
}
:root {
  --bg-body: #FFF;
  --light-bg: #E7EDF1;
  --dark-bg: #0a1e2b;
  --link_color: var(--dark-bg);
  --text-color: #3b3b39;
  --height-head: 91px;
  --height-head-900: 91px;
}
.box_white {
  background-color: var(--light-bg) !important;
}
.wrap-article p a,
.wrap-article ul a,
.wrap-article table a {
  text-decoration: underline;
}
.wrap-article p a.btn,
.wrap-article ul a.btn,
.wrap-article table a.btn {
  text-decoration: none;
}
.fade_content {
  -webkit-mask-image: linear-gradient(0deg, transparent, var(--light-bg));
}
.h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.bg_light_blue {
  background: #d6f0f6;
}
.overlay_gradient {
  left: 16%;
  min-width: 424px;
}
.overlay_color {
  color: white;
}
.h3 {
  font-size: 22px;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 28px;
  }
  .font_18 {
    font-size: 16px;
  }
  #headerTop {
    display: block !important;
  }
  .overlay_gradient {
    left: 0;
    min-width: auto;
    background: none !important;
  }
}
body,
.black {
  color: var(--text-color) !important;
}
.box_white,
.bg_white {
  background: var(--light-bg) !important;
}
.overlay_gradient {
  top: 31%;
}
