:root {
  --inactive: lightgrey;
  --current: #5d634c;
  --active: #acb599;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.outer_wrapper {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-color: #f9f9f9;
  justify-content: center;
  display: flex;
  position: relative;
}

.sidebar {
  background-color: #f9f9f9;
  flex: 0 100px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.verge_wrapper {
  z-index: 0;
  flex: 60%;
  display: block;
  position: relative;
}

.conf_wrapper {
  z-index: 99;
  max-height: 800px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  flex: 0 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container {
  max-height: 800px;
  max-width: 100vw;
  display: block;
}

.price_wrapper {
  z-index: 9999;
  width: 100%;
  background-color: #acb59a;
  flex: 0 auto;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: 0;
}

.price_content {
  flex-direction: column;
  flex: 70%;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: "Exljbris museosans 300", sans-serif;
  display: flex;
}

.price_icon_wrapper {
  text-align: left;
  cursor: pointer;
  background-color: #7c8769;
  flex-direction: column;
  flex: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price_info {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.price_info.warenkorb-text {
  width: auto;
  height: auto;
  text-align: center;
  object-fit: fill;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-style: normal;
  display: flex;
  position: relative;
  right: auto;
  overflow: visible;
}

.price_text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.image {
  width: 38px;
  height: 38px;
  filter: invert();
  flex: 0 auto;
  align-self: auto;
  padding-top: 0;
  position: relative;
  top: 20px;
}

.sidebar_item {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Exljbris museosans 300", sans-serif;
  display: flex;
}

.sidebar_item.first {
  cursor: pointer;
  padding-top: 10px;
  font-family: "Exljbris museosans 300", sans-serif;
}

.sidebar_item_text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.image-2 {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  font-family: "Exljbris museosans 300", sans-serif;
}

.image-2.restart {
  width: 16px;
  margin-bottom: 0;
  margin-left: 5px;
}

.twocolselect_wrapper {
  width: 100%;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.radiobuttonfield {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.twocolselect_item {
  width: 45%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.twocolselect_item.select {
  justify-content: flex-start;
  position: relative;
}

.twocolselect_item.select.three {
  width: 30%;
}

.twocolselect_item.select.three.imgselect.fullwidth {
  width: 100%;
  flex-direction: row;
  flex: 1;
  margin-bottom: 10px;
}

.twocolselect_item.select.imgselect {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.twocolselect_item.imgselect {
  position: relative;
}

.radio-button-label {
  text-align: center;
  margin-top: 5px;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.radio-button-label.polster {
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 13px;
}

.twocolselect_img {
  width: 100%;
  min-height: 85px;
  min-width: 85px;
  cursor: pointer;
  border: 2px solid #fff;
  margin-bottom: 10px;
}

.twocolselect_img.selected {
  border: 2px solid #e97463;
}

.twocolselect_img.selected.fullwidthselect {
  border-color: #fff;
}

.twocolselect_img.fullwidth {
  max-width: 85px;
  border-color: #e97463;
  margin-bottom: 0;
  margin-right: 10px;
}

.twocolselect_img.fullwidthselect {
  width: 30px;
  margin-bottom: 0;
}

.twocolselect_img.small {
  width: 120px;
  height: 120px;
  min-height: 80px;
}

.twocolselect_select {
  width: 14px;
  height: 14px;
  outline-offset: 0px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #f3f3f3;
  outline: 2px solid #000;
  margin-left: 0;
  display: block;
}

.twocolselect_select.w--redirected-checked {
  width: 14px;
  height: 14px;
  outline-offset: 0px;
  background-color: #e97463;
  border-width: 2px;
  border-color: #fff;
  outline: 2px solid #e97463;
}

.twocolselect_select.polster {
  margin-right: 5px;
}

.form-block {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.form {
  width: 100%;
}

.productwrapper {
  padding-left: 0;
}

.polster_header {
  display: flex;
}

.polster_header.additional {
  margin-top: 25px;
}

.listselect_img {
  width: 90px;
  height: 64px;
  background-color: #e4e4e4;
  border: 2px solid #fff;
  margin-right: 15px;
}

.listselect_img.selected {
  border-color: #e97463;
}

.listselect_img.np {
  margin-right: 0;
}

.listselect_img.np.haken {
  width: 120px;
  height: 120px;
}

.polster_header_buy_selector {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.selector_wrapper {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-family: "Exljbris museosans 700", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.select-field {
  max-height: 25px;
  max-width: 80px;
  background-color: #ddd;
  border: 0 #000;
  border-radius: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
}

.selectfieldwrapper {
  background-color: #ddd;
  border-radius: 30px;
  padding-right: 10px;
}

.selectfieldwrapper.special {
  margin-right: 10px;
  display: none;
  overflow: visible;
}

.polster_items {
  width: 33%;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.polster_items.oneline {
  width: 100%;
  flex-direction: column;
  margin-top: 10px;
  margin-left: auto;
  padding-left: 69px;
}

.polster_items.zero {
  width: 100%;
  flex-direction: row;
  margin-top: 0;
  display: flex;
}

.polster_items.zero.lined {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.select_list_img {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: 5px;
}

.select_list_img.selected {
  border-color: #fff;
}

.item_list_select_wrapper {
  width: 100%;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.item_list_select_wrapper.singleline {
  width: 100%;
}

.item_select_heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Exljbris museosans 500", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.sidebar_inner_wrapper {
  width: 100%;
  border-right: 3px solid #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.threecolselectwrapper {
  justify-content: space-between;
  display: flex;
}

.threecolselectwrapper.top {
  margin-top: 20px;
}

.threecolselectwrapper.vertical {
  flex-direction: column;
}

.clickinput {
  background-color: #ddd;
  border-radius: 30px;
  align-items: center;
  margin-top: 5px;
  padding: 2px;
  display: flex;
}

.clickinput.notp {
  margin-top: 0;
}

.text-field {
  width: 25px;
  height: 25px;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  font-size: 18px;
}

.text-field.slider {
  width: 70px;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e97463;
  font-family: "Exljbris museosans 100", sans-serif;
}

.input_field_button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.accordion-item-trigger {
  height: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #c7c7c7;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.accordion-heading.measureheading {
  flex: 0 40px;
  padding-right: 15px;
  line-height: 100%;
  display: block;
}

.accordion-heading.infotext {
  object-fit: fill;
  flex: 0 auto;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 31px;
  font-family: "Exljbris museosans 100", sans-serif;
  font-size: 12px;
  display: block;
  overflow: visible;
}

.accordion-heading.margined {
  margin-top: 10px;
  display: flex;
}

.accordion-heading.padding-top {
  padding-top: 10px;
  display: block;
}

.accordion-heading.padding-top.fachb-den-headline {
  padding-bottom: 10px;
  line-height: 20px;
}

.accordion-item-content {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  overflow: hidden;
}

.accordion-item-content.nomarg {
  padding-bottom: 0;
}

.accordion-item-content.bottomline {
  border-bottom: 1px solid #fff;
}

.accordion-item-content.exclusion {
  overflow: visible;
}

.boldtext8 {
  font-family: "Exljbris museosans 700", sans-serif;
  font-weight: 400;
}

.clickinput-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.slidecontainer {
  width: 100%;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.slidecontainer.lined {
  border: 0 solid #000;
}

.html-embed {
  width: 100%;
  height: 100%;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.tablink.w--current {
  white-space: nowrap;
}

.sidebar_mobile_trigger {
  display: none;
}

.html-embed-2 {
  z-index: 0;
  height: 100%;
  max-height: 800px;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  display: block;
  position: relative;
}

.preloader_div {
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 120px;
  height: 120px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: rgba(211, 211, 211, 0);
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.progress_bar {
  width: 100%;
  height: 0%;
  float: left;
  clear: none;
  object-fit: fill;
  background-color: #000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  float: none;
  color: #000;
  object-fit: fill;
  background-color: rgba(141, 141, 141, 0);
  background-image: url('../images/Tierschrank_Pinlogo_neu3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.ladetext_basic {
  width: 100%;
  height: 67%;
  clear: none;
  color: #000;
  text-align: center;
  letter-spacing: 10px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 150px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ladetext_percent {
  width: 100%;
  height: 67%;
  clear: none;
  color: #000;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 160px;
  bottom: auto;
  left: 5px;
  right: 0%;
}

.selector_wrapper-copy {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.selector_wrapper-copy.special {
  justify-content: center;
  margin-top: 5px;
  padding-left: 0;
  overflow: visible;
}

.input_field_buttonvar2 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.text-block {
  width: 25px;
  height: 25px;
  color: #a3a3a3;
  text-align: center;
  margin: -5px 5px 0;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.textblockmeasurements {
  color: #919191;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 300;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.textblockversionsnummer {
  color: #9e9e9e;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 12px;
  display: block;
  position: relative;
}

.zubeh_img {
  width: 90px;
  height: 64px;
  background-color: #e4e4e4;
  border: 2px solid #fff;
  margin-right: 15px;
}

.zubeh_img.np {
  margin-right: 0;
}

.zubeh_img.np.haken {
  width: 120px;
  height: 80px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slidecontainer-deaktiv {
  width: 100%;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.label-textblock {
  min-width: 45px;
  text-align: left;
  white-space: nowrap;
  flex: none;
  margin-top: 5px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 14px;
  line-height: 15px;
  display: block;
  position: relative;
  right: 0;
  overflow: visible;
}

.label-textblock.sabro-kudde-kaufen {
  margin-top: 0;
  padding-bottom: 7px;
  font-size: 12px;
}

.label-textblock.verkaufsabro {
  margin-top: -9px;
  padding-bottom: 10px;
}

.selectfieldwrapper-copy {
  background-color: #ddd;
  border-radius: 30px;
  padding-right: 10px;
}

.information-icon {
  width: 16px;
  height: 16px;
  color: red;
  margin-bottom: -3px;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 145px;
  right: 0%;
}

.information-icon._6 {
  margin-bottom: -14px;
  margin-left: 9px;
  padding-left: 0;
  bottom: 42.5%;
  left: 147px;
}

.information-icon._6.special {
  left: 176px;
}

.information-icon._6.special._23 {
  cursor: pointer;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4px;
  padding-top: 0;
  padding-left: 0;
  position: static;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.information-icon._6.special._23._354 {
  flex: 0 auto;
  align-self: center;
  margin-top: 2px;
  margin-left: -10px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.information-icon._6.special._23._354._355 {
  margin-top: 9px;
}

.information-icon._6.special._23._354._355._356 {
  margin-left: 5px;
}

.information-icon._6._23 {
  margin-bottom: -18px;
  bottom: 28.5%;
  left: 168px;
}

.tabs-menu-2 {
  z-index: 250;
  color: #ff1f1f;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  position: absolute;
  left: -250px;
}

.tabs {
  z-index: 300;
  max-height: 700px;
  flex-direction: row;
  flex: auto;
  order: 0;
  display: flex;
  left: 0;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tabs-content-2 {
  width: 100%;
  height: 100%;
  min-width: 530px;
  background-color: #f3f3f3;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: scroll;
}

.tab {
  width: 250px;
  background-color: var(--inactive);
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  font-family: "Exljbris museosans 100", sans-serif;
  font-size: 16px;
}

.tab.w--current {
  background-color: var(--current);
}

.tab.active {
  background-color: var(--active);
}

.tab.restart {
  width: 115px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: flex-end;
  margin-left: 135px;
  padding: 0 0 0 30px;
  display: none;
}

.tab-pane-tab-3 {
  height: 100%;
  overflow: visible;
}

.tab_heading {
  z-index: 2;
  letter-spacing: 2px;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: "Exljbris museosans 100", sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

.tab_heading:focus {
  color: #000;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.grey {
  background-color: #000;
}

.divider.grey.thin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider_wrapper.grey {
  color: #000;
}

.divider_wrapper.grey.thin {
  line-height: 10px;
}

.tab_subheading {
  z-index: 2;
  color: #000;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  font-family: "Exljbris museosans 700", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
}

.tab_subheading:focus {
  color: #000;
}

.tab_subheading._2 {
  padding-top: 25px;
  padding-bottom: 0;
  font-family: "Exljbris museosans 100", sans-serif;
}

.tab_subheading._2.lessmarge {
  padding-top: 0;
  font-style: normal;
}

.tab_subheading._2.lessmarge.bmg {
  padding-bottom: 20px;
}

.tab_subheading._2._6 {
  padding-top: 0;
}

.tab_subheading._2.lochreihe {
  font-family: "Exljbris museosans 500", sans-serif;
  font-weight: 400;
}

.tab_subheading._2.fachb-den {
  padding-top: 0;
}

.tab_subheading._3 {
  padding-top: 0;
  padding-bottom: 5px;
  font-family: "Exljbris museosans 100", sans-serif;
}

.tab_button {
  color: #fff;
  cursor: pointer;
  background-color: #da7967;
  border-radius: 10px;
  padding: 10px 50px;
  display: inline-block;
}

.tab_button.last {
  background-color: var(--current);
  padding-left: 0;
  padding-right: 5px;
  display: none;
}

.tab_button.inbutton {
  object-fit: fill;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 45px;
}

.tab_button.inbutton.reversed {
  padding-left: 45px;
  padding-right: 35px;
}

.tab_button_wrapper {
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.tab_button_wrapper.single {
  justify-content: space-between;
}

.tab_button_wrapper.single.lessmg {
  padding-bottom: 10px;
}

.tab_content_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-2 {
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Exljbris museosans 300", sans-serif;
}

.tab-pane-tab-2, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7 {
  height: 100%;
  overflow: visible;
}

.colorblock {
  width: 50%;
}

.fullwidthselect {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullwidthselect.select {
  justify-content: flex-start;
  position: relative;
}

.fullwidthselect.select.three {
  width: 30%;
}

.fullwidthselect.select.three.imgselect {
  width: 100%;
  flex-direction: row;
  margin-bottom: 20px;
}

.fullwidthselect.select.three.imgselect.second {
  margin-bottom: 0;
}

.fullwidthselect.select.three.imgselect.thin {
  align-items: center;
  margin-bottom: 5px;
}

.fullwidthselect.select.imgselect, .fullwidthselect.imgselect {
  position: relative;
}

.labelwrapper {
  margin-bottom: 5px;
  position: relative;
}

.fullwidthselectmeta {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.text-block-5 {
  color: #000;
  flex: none;
  font-family: "Exljbris museosans 100", sans-serif;
  display: inline;
}

.div-block-8 {
  cursor: pointer;
  background-color: rgba(0, 255, 21, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 335px;
  margin-left: -125px;
  padding: 9px 30px 9px 0;
  display: flex;
  position: absolute;
}

.div-block-11 {
  text-align: left;
  margin-top: -126px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.textblockoverlay {
  color: #000;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 13px;
  display: block;
  position: relative;
}

.div-block-7-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -48px;
  padding-top: 0;
  display: none;
}

.buttonclass {
  background-color: var(--current);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.buttonclass.orange {
  background-color: #da7967;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  height: 20px;
  background-color: var(--current);
}

.button_image {
  height: 12px;
  margin-left: -35px;
  margin-right: 20px;
  padding-left: 0;
}

.button_image.reversed {
  margin-left: 15px;
  margin-right: 0;
  transform: rotate(180deg);
}

.button_image.reversed.button_image_back {
  margin-left: 20px;
  margin-right: -35px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-6 {
  text-transform: none;
}

.div-block-13 {
  text-align: left;
  padding-left: 144px;
  display: none;
}

.div-block-10 {
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.tab_button_wrapper_justifyr {
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
}

.tab_button_wrapper_justifyr.single {
  justify-content: flex-end;
}

.div-block-14 {
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-regular {
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.field-label-regular.special {
  width: 90%;
  flex: 0 auto;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.field-label-fachboeden {
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.field-label-fachboeden.special {
  width: 90%;
  text-align: left;
  padding-left: 2px;
  padding-right: 0;
  font-family: "Exljbris museosans 300", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.div-block-16, .div-block-17 {
  padding-left: 5px;
  padding-right: 5px;
}

.divider_vertical {
  width: 2px;
  height: 120%;
  background-color: #fff;
  margin: 0 5px;
}

.div_sperre3-7 {
  z-index: 400;
  width: 255px;
  height: 215px;
  background-color: rgba(194, 94, 94, 0);
  margin-top: 85px;
  margin-bottom: 0;
  margin-left: -253px;
  padding: 0;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  overflow: visible;
}

.div_sperre_1-2 {
  z-index: 400;
  width: 255px;
  height: 85px;
  background-color: rgba(197, 156, 68, 0);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -253px;
  padding: 0;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  overflow: visible;
}

.tooltipholder {
  z-index: 9800;
  width: auto;
  min-width: 260px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, .66);
  border: 1px solid #000;
  border-radius: 0;
  margin: -75px 50px 70px;
  padding: 0;
  font-family: "Exljbris museosans 100", sans-serif;
  transition: opacity .6s;
  display: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 80px;
  right: 80px;
}

.text-block-7 {
  color: #000;
  text-align: center;
  border-radius: 0;
  padding: 20px 10px;
  font-family: "Exljbris museosans 100", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-19 {
  text-align: center;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-19-copy {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .66);
  border: 1px solid #000;
  justify-content: center;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px;
  font-family: "Exljbris museosans 100", sans-serif;
  font-size: 16px;
  line-height: 14px;
  display: flex;
}

.div-block-19-copy:active {
  transform: scale(1.1);
}

.div-block-19-copy.test {
  background-color: rgba(255, 255, 255, .66);
}

.div-block-20 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.text-block-8 {
  color: #fff;
  cursor: pointer;
}

.div-block-21 {
  display: none;
}

.popup_wrapper {
  z-index: 10000;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
  position: fixed;
  overflow: scroll;
}

.popup_klappbett {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.image-4 {
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  margin-bottom: 20px;
  margin-right: 30px;
}

.div-block-22 {
  width: 32px;
  height: 32px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #da7967;
  background-image: url('../images/schliessen_icon_zeichenflaeche_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-clip: border-box;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.div-block-23 {
  max-height: 420px;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  padding-right: 40px;
  display: block;
  position: static;
  overflow: scroll;
}

.heading-4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-2 {
  text-align: left;
  mix-blend-mode: normal;
  margin-bottom: 15px;
  font-family: "Exljbris museosans 300", sans-serif;
  display: inline-block;
}

.bold-text-3 {
  font-family: "Exljbris museosans 700", sans-serif;
}

.paragraph-3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Exljbris museosans 300", sans-serif;
  font-weight: 400;
  display: flex;
}

.popup_schlafkoje {
  z-index: 10000;
  width: 900px;
  height: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_tierpolster-vorhanden {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_kudde-kaufen {
  z-index: 10000;
  width: 900px;
  height: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_kudde-vorhanden, .popup_dreht-links {
  z-index: 10000;
  width: 900px;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_dreht-ohne {
  z-index: 10000;
  width: 900px;
  height: 220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_dreht-rechts {
  z-index: 10000;
  width: 900px;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_haken-1er-oben, .popup_haken-1er-seitlich, .popup_haken-4er-oben, .popup_haken-4er-seitlich, .popup_hundelh-310, .popup_hundelh-410 {
  z-index: 10000;
  width: 900px;
  height: 220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_sockel-ohne, .popup_sockel-mit {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_individ-masse {
  z-index: 10000;
  width: 900px;
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.div-block-24 {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.popup_klappbett-schub-ohne {
  z-index: 10000;
  width: 900px;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_klappbett-schub-mit {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_klappbett-fb-schlafpl {
  z-index: 10000;
  width: 900px;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_klappbett-fb-dreht {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_koje-schub-ohne {
  z-index: 10000;
  width: 900px;
  height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_koje-schub-mit {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_koje-fb-schlafpl {
  z-index: 10000;
  width: 900px;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_koje-fb-dreht {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_futterstation-ohne {
  z-index: 10000;
  width: 900px;
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.popup_futterstation-1er {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.div-block-25 {
  align-items: center;
  display: flex;
}

.image-5 {
  width: 50%;
  height: 370px;
  object-fit: cover;
  border: 1px solid #000;
  margin-right: 5px;
  padding-right: 0;
}

.image-6 {
  width: 50%;
  height: 370px;
  min-height: 0;
  min-width: 0;
  object-fit: fill;
  border: 1px solid #000;
  margin-left: 5px;
  padding-left: 0;
}

.popup_futterstation-2er {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.text-block-9 {
  font-family: "Exljbris museosans 300", sans-serif;
}

.text-span {
  font-family: "Exljbris museosans 700", sans-serif;
  font-weight: 400;
}

.text-block-10 {
  font-family: "Exljbris museosans 300", sans-serif;
}

.text-span-2 {
  font-family: "Exljbris museosans 700", sans-serif;
}

.popup_anleitung {
  z-index: 10000;
  width: 900px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.paragraph-4 {
  margin-top: 15px;
  font-family: "Exljbris museosans 700", sans-serif;
}

.popup_farbe-sabro, .popup_farbe-ts2 {
  z-index: 10000;
  width: 900px;
  height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.text-block-11 {
  font-family: "Exljbris museosans 300", sans-serif;
}

.popup_support {
  z-index: 10000;
  width: 900px;
  height: 200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
  display: none;
  position: relative;
  right: 210px;
  overflow: visible;
}

.div-block-26 {
  display: flex;
}

.success-message {
  padding-bottom: 20px;
}

.rechtlhinweise {
  color: #fff;
}

.oberfl-che-headline-link {
  color: #fff;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.oberfl-che-headline-link.measureheading {
  flex: 0 40px;
  padding-right: 15px;
  line-height: 100%;
  display: block;
}

.oberfl-che-headline-link.infotext {
  object-fit: fill;
  flex: 0 auto;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 31px;
  font-family: "Exljbris museosans 100", sans-serif;
  font-size: 12px;
  display: block;
  overflow: visible;
}

.oberfl-che-headline-link.margined {
  margin-top: 10px;
  display: flex;
}

.oberfl-che-headline-link.padding-top {
  padding-top: 10px;
  display: block;
}

.oberfl-chen-link {
  color: #333;
  text-align: left;
  font-family: "Exljbris museosans 700", sans-serif;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .outer_wrapper {
    flex-direction: column;
  }

  .sidebar {
    z-index: 999;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 20vh;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .verge_wrapper {
    flex-basis: 50vh;
  }

  .conf_wrapper {
    max-height: 40vh;
    flex-shrink: 0;
    flex-basis: 40vh;
    margin-bottom: 100px;
    overflow: visible;
  }

  .container {
    display: flex;
  }

  .price_wrapper {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sidebar_item_text {
    line-height: 13px;
  }

  .image-2 {
    width: 20px;
    height: 20px;
  }

  .sidebar_inner_wrapper {
    background-color: var(--inactive);
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    display: none;
  }

  .body {
    overflow: hidden;
  }

  .sidebar_mobile_trigger {
    align-items: center;
    display: flex;
  }

  .sidebar_arrow {
    width: 32px;
    height: 32px;
  }

  .preloader_div {
    display: flex;
  }

  .ladetext_basic {
    letter-spacing: 8px;
    font-size: 20px;
  }

  .tabs-menu-2 {
    min-height: 60px;
    flex-flow: row;
    margin-top: 5px;
    margin-bottom: 5px;
    position: static;
    overflow: scroll;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-content-2 {
    height: 66%;
    overflow: scroll;
  }

  .tab {
    width: 500px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab.active {
    width: 500px;
  }

  .text-block-6 {
    white-space: nowrap;
  }

  .div-block-13 {
    display: none;
  }

  .div-block-14 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-15 {
    padding-right: 0;
  }

  .div-block-16, .div-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider_vertical {
    width: 2px;
    height: 125%;
    background-color: #fff;
    margin: -3px 10px 0;
    padding-bottom: 0;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    white-space: nowrap;
  }

  .sidebar_arrow-out {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }

  .preloader_div {
    display: flex;
  }

  .ladetext_basic {
    letter-spacing: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .outer_wrapper {
    height: auto;
    max-height: 10000vh;
    max-width: 100%;
    min-height: auto;
    justify-content: flex-start;
    overflow: visible;
  }

  .sidebar {
    z-index: 700;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .verge_wrapper {
    width: 100vw;
    height: 100%;
    min-height: 50vh;
    flex: 0 0 50vh;
  }

  .conf_wrapper {
    max-height: 5000vh;
    flex: none;
    margin-bottom: 0;
    padding-bottom: 75px;
    display: flex;
    overflow: hidden;
  }

  .container {
    height: auto;
    max-width: 100%;
    flex: 1;
    overflow: visible;
  }

  .price_wrapper {
    z-index: 999999;
    width: 100%;
    height: 75px;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: visible;
  }

  .price_content {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .price_info {
    font-size: 10px;
  }

  .price_info.warenkorb-text {
    margin-bottom: 0;
    padding-bottom: 4px;
  }

  .price_text {
    font-size: 20px;
    line-height: 110%;
  }

  .image {
    width: 28px;
    height: 28px;
  }

  .sidebar_item.hide {
    display: none;
  }

  .twocolselect_wrapper {
    margin-top: 10px;
  }

  .twocolselect_img {
    width: 64%;
    height: auto;
    min-height: 0;
  }

  .twocolselect_select {
    outline-offset: 0px;
    border-color: #000;
    border-radius: 50%;
    outline: 2px #000;
    overflow: visible;
  }

  .twocolselect_select.w--redirected-checked {
    outline-offset: 0px;
    background-color: #fff;
    border-color: #e97463;
    outline: 2px #e97463;
  }

  .sidebar_inner_wrapper {
    background-color: #fff;
    border-right-width: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .accordion-item-content {
    overflow: visible;
  }

  .tabs-menu {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
    overflow: scroll;
  }

  .div-block {
    width: 100vw;
    height: auto;
    min-height: 40vh;
    background-color: #f3f3f3;
    border-top: 2px solid #e97463;
    padding-top: 5px;
    display: none;
    overflow: visible;
  }

  .tabs-content {
    margin-bottom: 60px;
    padding: 40px 10px 20px;
    overflow: visible;
  }

  .tablink {
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    margin-right: 10px;
    line-height: 110%;
  }

  .tablink.w--current {
    background-color: #fff;
    border: 2px solid #e97463;
  }

  .body {
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .sidebar_mobile_trigger {
    width: auto;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 110px;
    display: flex;
  }

  .sidebar_arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: fill;
    background-color: #da7967;
    align-self: auto;
  }

  .html-embed-2 {
    height: 50vh;
    max-height: 5000px;
  }

  .preloader_div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ladetext_basic {
    letter-spacing: 5px;
    font-size: 13px;
  }

  .selector_wrapper-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs {
    height: auto;
    max-height: 5000px;
  }

  .tabs-content-2 {
    height: auto;
    min-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .tab_button.inbutton.reversed {
    background-color: rgba(0, 0, 0, 0);
  }

  .tab_content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .buttonclass.orange.reversed {
    margin-right: 10px;
  }

  .div-block-14 {
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
  }

  .divider_vertical {
    display: none;
  }

  .tooltipholder {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    left: 0;
    right: 0;
  }

  .text-block-7 {
    display: block;
  }

  .popup_wrapper {
    height: 100%;
    max-height: 100vh;
    align-items: flex-start;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .popup_klappbett {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: static;
    right: auto;
    overflow: visible;
  }

  .div-block-23 {
    width: 100%;
    max-height: 5000vh;
    flex: none;
    padding-right: 0;
    overflow: visible;
  }

  .popup_schlafkoje, .popup_tierpolster-vorhanden, .popup_kudde-kaufen, .popup_kudde-vorhanden, .popup_dreht-links, .popup_dreht-ohne, .popup_dreht-rechts, .popup_haken-1er-oben, .popup_haken-1er-seitlich, .popup_haken-4er-oben, .popup_haken-4er-seitlich, .popup_hundelh-310, .popup_hundelh-410 {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
  }

  .popup_sockel-ohne {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
    overflow: visible;
  }

  .popup_sockel-mit, .popup_individ-masse, .popup_klappbett-schub-ohne, .popup_klappbett-schub-mit, .popup_klappbett-fb-schlafpl {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
  }

  .popup_klappbett-fb-dreht {
    width: 100%;
    height: auto;
    max-height: 10000vw;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
  }

  .popup_koje-schub-ohne, .popup_koje-schub-mit, .popup_koje-fb-schlafpl, .popup_koje-fb-dreht, .popup_futterstation-ohne, .popup_futterstation-1er {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
  }

  .div-block-25 {
    flex-wrap: wrap;
  }

  .image-5 {
    width: 100%;
  }

  .image-6 {
    width: 100%;
    margin-left: 0;
  }

  .popup_futterstation-2er {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
  }

  .popup_anleitung {
    width: 100%;
    height: auto;
    max-height: 10000px;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: static;
    right: auto;
    overflow: visible;
  }

  .popup_farbe-sabro, .popup_farbe-ts2 {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    right: auto;
  }

  .popup_support {
    width: 100%;
    height: auto;
    max-height: 10000vh;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: static;
    right: auto;
  }

  .div-block-27 {
    min-width: 16px;
  }

  .sidebar_arrow-out {
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: fill;
    background-color: #da7967;
    align-self: auto;
    display: none;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exljbris museosans';
  src: url('../fonts/exljbris---MuseoSans-300Italic.otf') format('opentype'), url('../fonts/exljbris---MuseoSans-500Italic.otf') format('opentype'), url('../fonts/exljbris---MuseoSans-100Italic.otf') format('opentype'), url('../fonts/exljbris---MuseoSans-700Italic.otf') format('opentype'), url('../fonts/exljbris---MuseoSans-900Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exljbris museosans 100';
  src: url('../fonts/exljbris---MuseoSans-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exljbris museosans 300';
  src: url('../fonts/exljbris---MuseoSans-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exljbris museosans 500';
  src: url('../fonts/exljbris---MuseoSans-500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exljbris museosans 700';
  src: url('../fonts/exljbris---MuseoSans-700.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exljbris museosans 900';
  src: url('../fonts/exljbris---MuseoSans-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}