@charset "UTF-8";
.hbred {
  color: #ba0202;
}

:not(output):-moz-ui-invalid {
  box-shadow: 0 0 1.5px 1px rgba(255, 255, 255, 0);
}

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0);
}

body.overlay-is-open {
  overflow: hidden;
}

.lbtn {
  padding: 0.5em 1em;
  background-color: #ba0202;
  color: white;
  text-decoration: none;
  margin-top: 0.5em;
  display: inline-block;
  border-radius: 8px;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
}
.lbtn:hover {
  text-decoration: none;
  color: white;
  background-color: #e70000;
}

.bg-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.custom-checkbox {
  margin-right: 20px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  margin-bottom: 0;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox:last-child {
  margin-right: 0;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ba0202;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: white;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox input:disabled ~ .checkmark {
  background-color: #cecece !important;
}
.custom-checkbox input:disabled ~ .checkmark:after {
  background: #8e4c4c;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox .checkmark:after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  background: #ba0202;
}

.legal-banner {
  width: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  border-top: 3px solid #ba0202;
  z-index: 5000;
  text-align: center;
}
.legal-banner p {
  max-width: 760px;
  margin: 0 auto;
}
.legal-banner h2 {
  font-size: 24px;
  margin-top: 0;
}
.legal-banner .btn {
  font-size: 16px;
  margin: 0 0.5em;
}
.legal-banner .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.legal-banner .checkbox-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}

.legal-banner.closed {
  right: -100%;
}

.legal-banner .inner {
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  color: #333;
  font-size: 16px;
}

.youtube-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.youtube-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-container .youtube-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ba0202;
  background-color: white;
  cursor: pointer;
  z-index: 1;
}
.youtube-container .youtube-placeholder svg {
  height: auto;
  width: 100%;
  max-width: 300px;
  margin: 0 2em;
}
.youtube-container .youtube-placeholder p {
  margin: 0;
  text-align: center;
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-Light";
  src: url("../fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans-Light.ttf") format("truetype"), url("../fonts/FiraSans-Light.svg#FiraSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-Medium";
  src: url("../fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Medium.woff2") format("woff2"), url("../fonts/FiraSans-Medium.woff") format("woff"), url("../fonts/FiraSans-Medium.ttf") format("truetype"), url("../fonts/FiraSans-Medium.svg#FiraSans-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FiraSans-Bold";
  src: url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.ttf") format("truetype"), url("../fonts/FiraSans-Bold.svg#FiraSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.close-btn {
  z-index: 10000;
}

div, section {
  position: relative;
}

.myriad-reg {
  font-family: "MyriadPro-Regular";
}

.myriad-bold {
  font-family: "MyriadPro-Bold";
}

.fira-light {
  font-family: "FiraSans-Light";
}

.fira-medium {
  font-family: "FiraSans-Medium";
}

.fira-bold {
  font-family: "FiraSans-Bold";
}

body {
  font-family: "MyriadPro-Regular";
  color: #303030;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 100;
  width: 100%;
  border-bottom: 5px solid #ba0202;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 22px;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  transition: border 0.1s linear;
  cursor: pointer;
}

.btn.white {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.white:hover {
  background-color: #b29960;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.red {
  background-color: #ba0202;
  color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.red:hover {
  background-color: #7c0808;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.grey {
  background-color: #CECECE;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.grey:hover {
  background-color: #979797;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.transparent {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  border-radius: 5px;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.white {
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.white:hover {
  background-color: #cccccc;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.darkgrey {
  background-color: #3e3e3e;
  color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.darkgrey:hover {
  background-color: #1d1d1d;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.green {
  background-color: #84a17e;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.green:hover {
  background-color: #b0d7a8;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.btn.darkgreen {
  background-color: #3a8b2c;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: #ffffff;
}

.btn.darkgreen:hover {
  background-color: #82d059;
  color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.textlink {
  color: #303030 !important;
}

.fl {
  float: left;
}

nav ul {
  float: right;
  margin: 0;
}

nav ul li {
  display: inline-block;
}

nav ul.main li {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}

nav ul.legal {
  margin-bottom: 70px;
}

nav ul.legal li {
  font-size: 16px;
  margin-left: 4px;
}

nav a {
  color: inherit;
}

nav .active a {
  color: #cd1719;
}

nav a:hover {
  color: inherit;
}

.clear {
  clear: both;
}

.head-spacer {
  height: 90px;
}

.head-index-slider, .sub-head {
  max-height: 580px;
  border-bottom: 8px solid #7e7e7e;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-head {
  position: relative;
}

.head-index-slider .item {
  max-height: 640px;
  position: relative;
}

.head-index-slider .coronainfo .head-overlay .inner {
  width: 89%;
}
.head-index-slider .coronainfo .head-overlay .inner p {
  margin: 0 20px 10px 20px;
}
.head-index-slider .coronainfo .head-overlay .inner p a {
  color: white;
  text-decoration: underline;
}

.item {
  overflow: hidden;
}

.head-index-slider img,
.topmarken-slider img,
.sub-head img {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}

.head-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 110px;
  margin: auto;
  color: #FFFFFF;
  background-color: RGBA(0, 0, 0, 0.3);
}

.head-overlay .btn {
  background-color: #CECECE;
  color: #303030;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.head-overlay .btn:hover {
  background-color: #ececec;
  -webkit-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.head-overlay .inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  border-left: 10px solid #cd1719;
  padding-left: 1em;
}

.head-overlay h2 {
  font-size: 30px;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 20px;
}
.head-overlay h2 .aktion-headline {
  color: #cd1719;
  text-transform: uppercase;
  font-size: 50px;
}
.head-overlay h2 .smaller {
  font-size: 22px;
}

.slick-arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 50px;
  height: 64px;
  color: rgba(255, 255, 255, 0.75);
  z-index: 1;
  cursor: pointer;
}

.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
}

.head-slider {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #cd1719;
}

.welcome, .aboutus {
  padding-top: 40px;
  padding-bottom: 40px;
}

.welcome h1, .aboutus h1 {
  margin-bottom: 40px;
}

.hb {
  display: inline-block;
  border-bottom: 2px solid #cd1719;
}

.hb-long {
  display: inline-block;
  padding-right: 40px;
  border-bottom: 2px solid #cd1719;
}

.welcome p {
  float: left;
  max-width: 890px;
}

.welcome p span {
  display: block;
}

.welcome .heide {
  float: right;
  border-radius: 20%;
}

.welcome .unterschrift {
  margin-left: 100px;
}

.overview {
  padding-bottom: 40px;
}

.text-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 36px;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}

.text-overlay span {
  display: inline-block;
  padding: 10px;
  line-height: 1.2;
}

.overview-box {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  height: 360px;
  display: flex;
}
.overview-box .text-overlay {
  left: 0;
  right: 0;
  background-color: rgba(77, 77, 77, 0.7);
}
.overview-box .text-overlay span {
  padding: 0.2em 0.5em;
}
.overview-box .inner {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.overview-box img {
  /*transition: 0.5s all;
  cursor: pointer;
  width: 100%;
  height:auto;*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.service {
  margin-bottom: 40px;
}

.service h2 {
  margin-bottom: 40px;
}

.service-overview {
  background-image: URL("../images/index/bg_service.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.service-overview.nowebp {
  background-image: URL("../images/index/bg_service.png");
}

.service-overview .icon {
  float: left;
  text-align: center;
  margin: 40px 30px;
}

.service-overview .inner {
  max-width: 960px;
  margin: 0 auto;
}

.service-overview .icon img {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.service-overview .icon span {
  font-size: 16px;
}

.sale .inner {
  min-height: 360px;
  background-image: URL("../images/index/bg_sale_border.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
.sale .inner.nowebp {
  background-image: URL("../images/index/bg_sale_border.png");
}

.sale .btn {
  position: absolute;
  width: 220px;
  bottom: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.news .inner {
  min-height: 360px;
  background-image: URL("../images/index/fke26_onlineauszeichnung.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.news .inner.nowebp {
  background-image: URL("../images/index/fke26_onlineauszeichnung.jpg");
}

.route {
  background-image: URL("../images/index/bg_route.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  position: relative;
}
.route.nowebp {
  background-image: URL("../images/index/bg_route.jpg");
}

.route h2 {
  padding-top: 80px;
  margin-bottom: 40px;
}

.route-wrapper {
  background-color: #FFFFFF;
  min-height: 200px;
  margin-bottom: 100px;
}

.route-wrapper .inner {
  padding: 40px;
}

.route-wrapper .fl {
  margin-right: 20px;
}

.directions {
  height: 370px;
  border: 1px solid #aaaaaa;
  width: 500px;
  overflow: auto;
  font-size: 14px;
  margin-right: 0px !important;
  position: relative;
}

.compass {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: auto;
}

.directions select, .directions input {
  font-size: 15px;
}

.directions select {
  width: 100%;
}

.directions i {
  font-size: 12px;
}

.map-holder {
  width: 510px;
}

.map-holder input {
  padding: 8px;
  width: 100%;
  max-width: 371px;
  font-size: 16px;
  margin-top: 0px;
  border: 1px solid #aaaaaa;
  margin-right: 12px;
  padding-top: 10px;
}

.map-holder .btn {
  height: 41px;
  color: #FFFFFF;
}
.map-holder .btn.green {
  background-color: #518945;
}
.map-holder .btn.green:hover {
  background-color: #66ad58;
}

#map {
  border: 1px solid #aaaaaa;
  height: 308px;
  margin-top: 20px;
}

#map div {
  position: static;
}

.hb-logo {
  float: left;
  margin-top: 20px;
  height: 52px;
}

.contact-details {
  margin-top: 59px;
  font-size: 18px;
}

.contact-details p {
  float: left;
  margin-right: 40px;
}

.black-bar {
  position: absolute;
  background-color: RGBA(0, 0, 0, 0.75);
  width: 100%;
  height: 32px;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.white-bar {
  width: 100%;
  background-color: #FFFFFF;
  border-top: 32px solid #474747;
}

.brand-slider {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 84%;
  margin: 0 auto;
}

.brand-slider img {
  margin: 0 auto;
}

.brand-slider .slick-arrow {
  color: #bd5051;
  font-size: 24px;
  height: 30px;
}

.brand-slider .slick-next {
  right: 0px;
}

.brand-slider .slick-prev {
  left: 0px;
}

footer {
  color: white;
  background-image: URL("../images/index/bg_footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
footer.nowebp {
  background-image: URL("../images/index/bg_footer.jpg");
}

footer a {
  color: #e6e6e6;
}

footer a:hover {
  color: #FFFFFF;
}

footer ul {
  margin-bottom: 0px;
  padding: 0px;
  margin-top: -10px;
}

footer ul li {
  display: inline-block;
}

footer .sub {
  padding-top: 40px;
  padding-bottom: 40px;
}

.overview-box.last {
  margin-bottom: 0;
}

nav {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  min-height: 90px;
}
nav .main, nav .legal {
  display: none;
}
nav .main {
  background-color: #ffffff;
  position: absolute;
  top: 90px;
  right: 0;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
  border: 1px solid #ba0202;
  border-top: 5px solid #ba0202;
}
nav .main li {
  display: block;
}
nav .burger-icon {
  background-image: url("/images/icon/burger-icon.png");
  display: block;
  background-size: contain;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
}
nav .burger-icon span {
  display: block;
  margin-left: -70px;
  padding-top: 10px;
}

.social-icon {
  margin-top: 20px;
  max-height: 34px;
}

.head-index-slider {
  background-color: #915152;
}
.head-index-slider .item.last {
  height: 100%;
}
.head-index-slider .slick-arrow {
  color: #ba0202;
}

.optout-dim {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5001;
  background-color: rgba(0, 0, 0, 0.75);
}
.optout-dim .optout-overlay {
  background-color: #ba0202;
  border-radius: 15px;
  position: relative;
}
.optout-dim .optout-overlay .closer {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: white;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.optout-dim .optout-overlay .closer svg {
  width: 50%;
}
.optout-dim .optout-overlay .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5em;
  border: 10px solid white;
  margin: 1em;
  border-radius: 10px;
  background-color: white;
}
.optout-dim .optout-overlay .btn {
  min-width: 150px;
  margin: 1em;
}
.optout-dim .optout-overlay .btn.green {
  background-color: #009C2C;
  color: white;
}
.optout-dim .optout-overlay .btn.green:hover {
  background-color: #00cf3a;
}

.anmelde-form {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.anmelde-form h2 {
  color: #303030 !important;
  font-size: 1.5em;
}
.anmelde-form .head-wrap {
  margin-bottom: 2em;
}
.anmelde-form .radio-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  font-weight: 100;
}
.anmelde-form .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.anmelde-form .radio-container .checkmark {
  position: relative;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #CCC6C6;
  margin-right: 0.5em;
}
.anmelde-form .radio-container .checkmark.error {
  border-color: red;
}
.anmelde-form .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.anmelde-form .radio-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}
.anmelde-form .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.anmelde-form .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.anmelde-form .radio-container .checkmark:after {
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CDA56B;
}
.anmelde-form .wrapper-form {
  max-width: 740px;
  margin: 0 auto;
  background-color: white;
  padding: 1em 2em;
  font-family: Helvetica, Arial, sans-serif !important;
  margin-bottom: 2em;
}
.anmelde-form .ip-label {
  display: block;
  font-weight: 100;
  margin-bottom: 0.25em;
}
.anmelde-form input[type=text], .anmelde-form input[type=email], .anmelde-form textarea {
  border: 1px solid #CCC6C6;
  padding: 0.25em 0.5em;
  width: 100%;
  resize: none;
}
.anmelde-form input[type=text].error, .anmelde-form input[type=email].error, .anmelde-form textarea.error {
  border-color: red;
}
.anmelde-form textarea {
  height: 200px;
}
.anmelde-form .input-row + .input-row {
  margin-top: 1em;
}
.anmelde-form .golden-border {
  border: 1px solid #CDA56B;
  padding: 1em;
  box-sizing: border-box;
}
.anmelde-form .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1em;
}
.anmelde-form #send-event {
  border: none;
  background-color: #cd1719;
  color: white;
  padding: 0.25em 0.5em;
  border: 1px solid #cd1719;
  position: relative;
}
.anmelde-form #send-event:hover {
  border-color: #f51b1d;
  background-color: #f51b1d;
}
.anmelde-form #send-event.loading:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: green;
  background-image: url("/images/icon/spinner.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
.anmelde-form #contact-success, .anmelde-form #contact-twice, .anmelde-form #contact-error {
  text-align: center;
  margin-top: 0.5em;
  display: none;
}
.anmelde-form #contact-success {
  color: green;
}
.anmelde-form #contact-twice, .anmelde-form #contact-error {
  color: red;
}

.inputWrap {
  width: 625px;
  display: block;
  margin: 0 auto;
}

.container.admin h1 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.container.admin #username,
.container.admin #password {
  border: 2px #989898 solid;
}

.container.admin #username.error,
.container.admin #password.error {
  border: 2px #ff3c3c solid;
}

/*****************************************************************/
.addingproduct, .deletingproduct {
  height: 100vh;
  width: 100vw;
}

.admin-menu-spacer {
  width: 300px;
  height: 90px;
  display: inline-block;
}

.overlay-admin {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.overlay-admin h2 {
  position: absolute;
  top: 40%;
  transform: translate(0, calc(-50% - 140px));
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.overlay-admin h2.hb-hidden-txt {
  top: 48%;
}
.overlay-admin .item-box {
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.overlay-admin .btn-wrap {
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% + 160px));
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.error-box {
  position: fixed;
  right: 20px;
  top: 240px;
  width: 250px;
  height: auto;
  background-color: #ff8775;
  border-radius: 5px;
  padding: 10px;
  display: none;
  z-index: 500;
}
.current-image {
  max-width: 200px;
  max-height: 200px;
}

#current-image {
  display: inline-block;
  margin-bottom: 20px;
}

.mobadmin {
  margin-bottom: 80px;
  top: 100px;
  position: absolute;
  left: 380px;
}
.mobadmin .admin-wrap {
  width: 800px;
}
.mobadmin .admin-wrap .visibility-wrap {
  position: absolute;
  left: 80%;
  top: 300px;
  width: 280px;
  min-height: auto;
  font-size: 18px;
  line-height: 32px;
  cursor: pointer;
  display: none;
}
.mobadmin .admin-wrap .visibility-wrap .the-eye {
  background-image: url("/images/icon/eye-open.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  min-height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.mobadmin .admin-wrap .visibility-wrap .the-eye.hb-not-visible {
  background-image: url("/images/icon/eye-closed.png");
}
.mobadmin .admin-wrap .visibility-wrap:hover {
  color: #ba0202;
}
.mobadmin div {
  min-height: 65px;
}
.mobadmin .addproduct .btn {
  position: absolute;
  right: -180px;
}
.mobadmin .btn {
  min-height: auto;
}
.mobadmin h1 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.mobadmin h3 {
  display: block;
}
.mobadmin select {
  width: 800px;
  color: #ba0202;
  padding: 10px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobadmin .small-select {
  width: 300px;
  display: inline;
}
.mobadmin option {
  padding: 5px;
}
.mobadmin input {
  width: 300px;
}
.mobadmin .btn {
  margin-right: 20px;
}
.mobadmin span {
  margin-right: 20px;
}
.mobadmin span.search {
  margin-left: 138px;
}
.mobadmin .foundElementHighlight {
  background-color: #ba0202;
  color: #ffffff;
}
.mobadmin .sold {
  color: #5c5c5c;
}
.mobadmin #description, .mobadmin #newsdescription, .mobadmin #newstext {
  resize: none;
  height: 200px;
  width: 620px;
  padding: 0;
}
.mobadmin .textarea-span {
  vertical-align: top;
}
.mobadmin .input-wrap {
  max-width: 800px;
  float: left;
  margin-top: 50px;
}
.mobadmin .small-input-wrap.big {
  height: 240px;
}
.mobadmin input, .mobadmin textarea, .mobadmin select {
  float: right;
  clear: both;
}
.mobadmin #sucheInput {
  float: none;
}
.mobadmin .right-box {
  display: inline;
  float: right;
}
.mobadmin .select-style {
  border: 1px solid #ccc;
  width: 300px;
  font-size: 15px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa no-repeat 90% 50%;
  margin-top: 0;
}
.mobadmin .select-style select {
  padding: 2px 5px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.mobadmin .select-style select:focus {
  outline: none;
}
.mobadmin .dropzone {
  margin-bottom: 20px;
  display: block;
}

.side-menu-spacer {
  width: 300px;
  height: 100%;
  min-height: 1000px;
  display: inline-block;
}

.side-menu {
  width: 300px;
  height: 100%;
  padding-top: 40px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  margin-bottom: 142px;
  color: #ffffff;
  background-color: #ba0202;
}
.side-menu img {
  margin-left: 10px;
}
.side-menu a {
  color: #ffffff;
}
.side-menu li {
  list-style: none;
  background-color: rgb(151, 26, 26);
  padding: 10px;
  padding-left: 40px;
  border-bottom: 2px solid #ffffff;
}
.side-menu ul {
  padding: 0;
  margin: 0;
}

.saleSelect {
  width: 500px;
  height: 400px;
  border: 1px solid #5d5d5d;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
.saleSelect .admin-moebel-wrap {
  background-color: #bbbbbb;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.saleSelect .admin-moebel-wrap .item-box {
  display: block;
  margin: 0 auto;
  float: none;
}
.saleSelect .admin-moebel-wrap .item-box.hb-hidden {
  border: 1px solid #ba0202;
  background-color: #bbbbbb;
}
.saleSelect .admin-moebel-wrap .item-box img {
  cursor: default;
}
.saleSelect .admin-moebel-wrap.selected {
  background-color: #c4e6ff;
}

.addhersteller {
  display: none;
}

#spezialnews {
  margin-bottom: 10px;
  margin-top: 10px;
}

section.kontakt {
  height: 580px;
  background-image: url("/images/header/head-kontakt-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.kontakt.nowebp {
  background-image: url("/images/header/head-kontakt-v2.jpg");
}

h1.kontakt {
  margin-bottom: 0;
  margin-top: 80px;
}

.left-cell {
  padding-right: 10px;
}

.pl-0 {
  padding-left: 0;
}

input.kontakt, textarea.kontakt {
  width: 100%;
  border: 1px #989898 solid;
  margin-bottom: 20px;
}

.kontakt.error {
  border: 2px #ba0202 solid;
}

#kontaktVorname {
  margin-top: 20px;
}

#kontaktNachricht {
  height: 140px;
  vertical-align: top;
  resize: none;
}

.kontaktbox {
  margin-bottom: 30px;
  display: block;
}

.underlinep {
  margin-bottom: 50px;
}

.kontakt-error,
.kontakt-error-server {
  color: #ba0202;
  display: none;
}

#everythingIsOk {
  color: rgb(45, 138, 41);
  display: none;
  margin-top: 10px;
}

.kontakt-messages {
  margin-top: 10px;
}

.redlink {
  color: #ba0202;
}

.redlink:hover {
  color: #c94343;
}

input, textarea {
  padding-left: 5px;
}

section.gutschein {
  height: 580px;
  background-image: url("/images/header/head-gutschein.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.gutschein.nowebp {
  background-image: url("/images/header/head-gutschein.jpg");
}

h1.kontakt {
  margin-bottom: 0;
  margin-top: 80px;
}

.left-cell {
  padding-right: 10px;
}

.pl-0 {
  padding-left: 0;
}

input.kontakt, textarea.kontakt {
  width: 100%;
  border: 1px #989898 solid;
  margin-bottom: 20px;
}

.kontakt.error {
  border: 2px #ba0202 solid;
}

#kontaktVorname {
  margin-top: 20px;
}

#kontaktNachricht {
  height: 140px;
  vertical-align: top;
  resize: none;
}

.kontaktbox {
  margin-bottom: 30px;
  display: block;
}

.underlinep {
  margin-bottom: 50px;
}

.kontakt-error,
.kontakt-error-server {
  color: #ba0202;
  display: none;
}

#everythingIsOk {
  color: rgb(45, 138, 41);
  display: none;
  margin-top: 10px;
}

.kontakt-messages {
  margin-top: 10px;
}

.redlink {
  color: #ba0202;
}

.redlink:hover {
  color: #c94343;
}

input, textarea {
  padding-left: 5px;
}

section.sale {
  height: 580px;
  background-image: url("/images/header/head-sale.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.sale.nowebp {
  background-image: url("/images/header/head-sale.jpg");
}

.overlay-sale {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  color: #ffffff;
  overflow-y: scroll;
}
.overlay-sale img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1000px;
  max-height: 1000px;
}

.main-section-sale h1 {
  margin-top: 80px;
  margin-left: 110px;
}
.main-section-sale .headlinep {
  margin-left: 110px;
}
.main-section-sale .btn {
  margin-left: 110px;
}
.main-section-sale .sale-box {
  border-bottom: 2px solid #999999;
  margin-top: 80px;
}
.main-section-sale .sale-box h3 {
  margin-top: 80px;
  margin-bottom: 0;
  display: inline;
  margin-right: 20px;
  margin-left: 110px;
}
.main-section-sale .sale-box .second-title {
  margin-top: 0;
}
.main-section-sale .sale-box p {
  font-size: 12px;
  line-height: 14px;
}
.main-section-sale .sale-box .disclaimer {
  margin-bottom: 60px;
  margin-left: 110px;
}
.main-section-sale .sale-box .swipeleft-swiperight-text {
  display: none;
}
.main-section-sale .sale-box .item-frame-wrap .glyphicon.sale {
  color: #999999;
}
.main-section-sale .sale-box .item-frame-wrap .slide-wrap {
  display: block;
  margin: 0 auto;
}
.main-section-sale .sale-box .item-frame-wrap .slide-wrap .item-wrapper {
  width: 83%;
  display: block;
  margin: 0 auto;
}
.main-section-sale .last {
  border-bottom: none;
  margin-bottom: 80px;
}

.item-box {
  width: 420px;
  height: 155px;
  border: 1px solid #999999;
  font-size: 14px !important;
  display: inline;
  float: left;
  margin: 20px;
  padding: 20px;
  background-color: #ffffff;
}
.item-box h4 {
  margin-top: 0;
  font-size: 14px;
  max-height: 15px;
  color: #000000;
  max-width: 270px;
  overflow: hidden;
}
.item-box span {
  font-size: 18px;
  margin-right: 10px;
}
.item-box .new-price {
  font-family: "MyriadPro-Bold";
  color: #ba0202;
  position: absolute;
  bottom: 20px;
  left: 120px;
  max-width: 100px;
  overflow: hidden;
  max-height: 20px;
}
.item-box .old-price {
  text-decoration: line-through;
  color: #000000;
  position: absolute;
  bottom: 20px;
  max-width: 70px;
  overflow: hidden;
  max-height: 20px;
}
.item-box p {
  color: #000000;
  max-width: 230px;
  max-height: 60px;
  overflow: hidden;
  font-size: 12px !important;
  line-height: 14px;
}
.item-box .item-image {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  max-width: 106px;
  max-height: 106px;
  cursor: pointer;
  z-index: 1;
}
.item-box .item-image.placeholder {
  cursor: default;
}

section.aktuelles {
  height: 580px;
  background-image: url("/images/header/head-aktuelles-3.webp");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.aktuelles.nowebp {
  background-image: url("/images/header/head-aktuelles-3.jpg");
}

section.aktionen {
  height: 580px;
  background-image: url("/images/header/head-aktionen.webp");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.aktionen.nowebp {
  background-image: url("/images/header/head-aktionen.jpg");
}

.news img {
  height: auto;
}
.news .news-article.with-anchor:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 3em;
  margin-top: -3em;
}
.news .news-article .tripple-box {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
}
.news .news-article .tripple-box .box {
  width: 100%;
  max-width: 355px;
  flex-grow: 1;
}
.news .news-article .tripple-box .box p {
  max-width: 90%;
}
.news .news-article .tripple-box .box .news-image {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.news .news-title {
  margin-top: 80px;
  margin-bottom: 0;
}
.news .more-info-box {
  background-color: #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.news h1.sub-page {
  margin-top: 60px;
}
.news .old-price {
  text-decoration: line-through;
}
.news .leuchtenpreis_special,
.news .topangebot_special {
  position: absolute;
  left: 70px;
  bottom: 0px;
  padding: 10px;
  background-color: white;
}
.news .place-and-date {
  margin-top: 0;
  margin-bottom: 30px;
}
.news .btn {
  margin-bottom: 30px;
  margin-top: 20px;
}
.news .news-image {
  display: block;
  margin: 0 auto;
}
.news .special-news-article, .news .news-article {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 40px;
}
.news .special-news-article.last, .news .news-article.last {
  border-bottom: none;
  margin-bottom: 60px;
}
.news .special-news-article {
  min-height: 760px;
}
.news .special-news-article .iphone {
  position: absolute;
  left: 0px;
  top: 170px;
  z-index: 2;
}
.news .special-news-article .magazin {
  position: absolute;
  right: 60px;
  top: 170px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}
.news .special-news-article .video_news {
  position: absolute;
  right: 60px;
  top: 270px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  max-width: 500px;
}
.news .special-news-article .icon {
  margin-right: 10px;
}
.news .special-news-article h4 {
  font-size: 42px;
}
.news .special-news-article .textbox {
  color: #ffffff;
  background-color: #404040;
  padding: 50px 50px 55px 80px;
  width: 900px;
  z-index: 1;
  position: absolute;
  top: 300px;
  left: 240px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}
.news .special-news-article .textbox-magazin {
  color: #ffffff;
  background-color: #404040;
  padding: 50px 50px 55px 80px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 210px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}
.news .special-news-article .textbox-magazin p {
  padding-bottom: 10px;
  width: 60%;
}
.news .special-news-article .textbox-magazin .btn {
  color: #000000;
}
.news .special-news-article .textbox p {
  padding-bottom: 10px;
}
.news .special-news-article .textbox .btn {
  color: #000000;
}
.news .biglist span {
  font-weight: 700;
}
.news .imagebox {
  width: 100%;
}
.news .imagebox .picrow {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.news .imagebox .picrow img {
  width: 31%;
  margin-right: 20px;
  align-self: center;
}
.news .imagebox .picrow img:last-child {
  margin-right: 0;
}

.overlay-topmarken {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  color: #ffffff;
}
.overlay-topmarken img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.close-btn {
  font-size: 60px;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.close-btn:hover {
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #ba0202;
}

.topmarken-slider {
  max-height: 580px;
  overflow: hidden;
  border-bottom: 8px solid #7e7e7e;
  max-width: 1200px;
  margin: 0 auto;
}
.topmarken-slider img {
  position: relative;
  display: block;
  height: auto;
}
.topmarken-slider .item {
  max-height: 640px;
}

.unsere-topmarken p {
  margin-bottom: 40px;
}
.unsere-topmarken .overview-box {
  height: 357px;
}
.unsere-topmarken .marken-circle {
  height: 248px;
  width: 248px;
  background-color: #a6a6a6;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.unsere-topmarken .marken-circle.with-border {
  border: 2px solid #ba0202;
}
.unsere-topmarken .marken-circle img, .unsere-topmarken .marken-circle span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
}
.unsere-topmarken .marken-circle:hover {
  background-color: #ba0202;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.unsere-topmarken .marken-circle.active {
  background-color: #ba0202;
}
.unsere-topmarken .big-view {
  display: none;
}
.unsere-topmarken .textbox {
  background-color: #e6e6e6;
  padding: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#bigViewmehr-topmarken li {
  max-width: 500px;
  height: 40px;
}
#bigViewmehr-topmarken li img {
  float: right;
}

section.features-head {
  height: 580px;
  background-image: url("/images/header/head-aktuelles.webp");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.features-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.nex-pur-head {
  height: 580px;
  background-image: url("/images/header/head-nex-pur.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.nex-pur-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.wittmann-hayon-head {
  height: 580px;
  background-image: url("/images/header/head-wittmann-hayon.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.wittmann-hayon-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.bordbar-head {
  height: 580px;
  background-image: url("/images/header/head-bordbar.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.bordbar-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.conseta-head {
  height: 580px;
  background-image: url("/images/header/head-conseta.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.conseta-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.treca-head {
  height: 580px;
  background-image: url("/images/header/head-treca.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.treca-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.moeller-head {
  height: 580px;
  background-image: url("/images/header/head-moeller.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.moeller-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.cor-head {
  height: 580px;
  background-image: url("/images/header/head-cor-06-2022.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.cor-head.nowebp {
  background-image: url("/images/header/head-cor-06-2022.jpg");
}

section.freifrau-head {
  height: 580px;
  background-image: url("/images/header/head-freifrau-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.freifrau-head.nowebp {
  background-image: url("/images/header/head-freifrau-v2.jpg");
}

section.janua-head {
  height: 580px;
  background-image: url("/images/header/head-janua_3.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.janua-head.nowebp {
  background-image: url("/images/header/head-janua_3.jpg");
}

section.walterknoll-head {
  height: 580px;
  background-image: url("/images/header/head-walterknoll-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.walterknoll-head.nowebp {
  background-image: url("/images/header/head-walterknoll-v2.jpg");
}

section.stylaer-head {
  height: 580px;
  background-image: url("/images/header/head-stylaer.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.stylaer-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.trueggelmann-head {
  height: 580px;
  background-image: url("/images/header/head-logo.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.trueggelmann-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.jubilaeum-head {
  height: 580px;
  background-image: url("/images/header/head-jubilaeum.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.jubilaeum-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.interluebke-head {
  height: 580px;
  background-image: url("/images/header/head-interluebke-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.interluebke-head.nowebp {
  background-image: url("/images/header/head-interluebke-v2.jpg");
}

section.wittmann-head {
  height: 580px;
  background-image: url("/images/header/head-wittmann.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.wittmann-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.maerz-head {
  height: 580px;
  background-image: url("/images/header/head-maerz.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.maerz-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.schramm-head {
  height: 580px;
  background-image: url("/images/header/head-schramm.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.schramm-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.gruende-head {
  height: 580px;
  background-image: url("/images/header/head-gruende.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.gruende-head.nowebp {
  background-image: url("/images/header/head-aktuelles.jpg");
}

section.bordbar-head {
  height: 580px;
  background-image: url("/images/features/leuchten-highlights/header.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.bordbar-head.nowebp {
  background-image: url("/images/features/leuchten-highlights/header.jpg");
}

.piure-nex-logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

.features .mosaik-hayon .big-view {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.features .mosaik-hayon .small-view {
  width: 144px;
  display: inline-block;
  margin-left: 16px;
}
.features .mosaik-hayon .small-view img {
  margin-bottom: 22px;
  cursor: pointer;
  width: 100%;
}
.features h1, .features h2.fake-h1 {
  margin-top: 80px;
  margin-bottom: 20px;
}
.features h1.less-mt {
  margin-top: 20px;
}
.features .img-sub {
  font-size: 0.8em;
}
.features .article-img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.features .last {
  margin-bottom: 40px;
}
.features .more-info-box {
  background-color: #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.features .intro {
  margin-bottom: 20px;
}
.features .feature-wrap {
  display: flex;
  flex-wrap: wrap;
}
.features .feature-box {
  width: 265px;
  display: inline-block;
  position: relative;
  margin: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.features .feature-box img {
  height: auto;
}
.features .feature-box .feature-overlay {
  position: absolute;
  width: 100%;
  height: 265px;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.features .feature-box .feature-overlay .btn {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 200px;
  display: none;
}
.features .feature-box .feature-overlay:hover {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.features .feature-box .feature-name {
  background-color: #e6e6e6;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  font-family: "MyriadPro-Bold";
}
.features .feature-box .feature-name span {
  /*@include centerMe(0, -50%);*/
  text-align: center;
  display: block;
  margin: 0 10px;
  /*position: relative;*/
}

section.leistungen-head {
  height: 580px;
  background-image: url("/images/header/head-leistungen-10-2019.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.leistungen-head.nowebp {
  background-image: url("/images/header/head-leistungen-10-2019.jpg");
}

section.beratung-head {
  height: 580px;
  background-image: url("/images/header/head-beratung.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.beratung-head.nowebp {
  background-image: url("/images/header/head-leistungen-10-2019.jpg");
}

section.montage-head {
  height: 580px;
  background-image: url("/images/header/head-montage-10-2019.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.montage-head.nowebp {
  background-image: url("/images/header/head-leistungen-10-2019.jpg");
}

section.leuchten-head {
  height: 580px;
  background-image: url("/images/header/head-leuchten.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.leuchten-head.nowebp {
  background-image: url("/images/header/head-leistungen-10-2019.jpg");
}

section.textil-head {
  height: 580px;
  background-image: url("/images/header/head-textil-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.textil-head.nowebp {
  background-image: url("/images/header/head-textil-v2.jpg");
}

section.polster-head {
  height: 580px;
  background-image: url("/images/header/head-polster-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.polster-head.nowebp {
  background-image: url("/images/header/head-polster-v2.jpg");
}

section.leder-head {
  height: 580px;
  background-image: url("/images/header/head-leder-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.leder-head.nowebp {
  background-image: url("/images/header/head-leder-v2.jpg");
}

section.smart-home-head {
  height: 580px;
  background-image: url("/images/header/head-smart-home.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.smart-home-head.nowebp {
  background-image: url("/images/header/head-smart-home.jpg");
}

section.leistungen-head.margin-override {
  background-position: center 5px;
}

.leistungen h1 {
  margin-bottom: 0;
  margin-top: 60px;
}
.leistungen .monteure {
  width: 100%;
}
.leistungen .intro {
  margin-top: 20px;
  margin-bottom: 60px;
}
.leistungen .intro.border {
  padding-bottom: 40px;
  border-bottom: 2px solid #cccccc;
}
.leistungen .leistungs-circle {
  height: 173px;
  width: 173px;
  display: inline-block;
  background-color: #a6a6a6;
  cursor: pointer;
  position: absolute;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.leistungen .leistungs-circle:hover {
  background-color: #ba0202;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.leistungen .card-wrap {
  display: inline-block;
  width: 376px;
  margin-bottom: 80px;
  vertical-align: top;
}
.leistungen .card-wrap .huge {
  font-size: 36px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.leistungen .card-wrap p {
  width: 349px;
  min-height: 346px;
}
.leistungen .list-item {
  margin-bottom: 40px;
}
.leistungen .list-item .text {
  display: inline-block;
}
.leistungen .list-item img {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.leistungen .list-item .text {
  width: 100%;
  margin-left: 0px;
}

.interesse-geweckt {
  background-color: #cecece;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  margin-top: 2em;
}
.interesse-geweckt h2 {
  color: black;
  margin-bottom: 20px;
}
.interesse-geweckt .btn {
  margin-bottom: 0 !important;
}
.interesse-geweckt .wrap {
  max-width: 800px;
  margin: 0 auto;
}

section.ueberuns-head {
  height: 580px;
  background-image: url("/images/header/head-ueberuns-v3.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.ueberuns-head.nowebp {
  background-image: url("/images/header/head-ueberuns-v3.jpg");
}

.ueberuns {
  border-bottom: 2px solid #cccccc;
}
.ueberuns h1 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.ueberuns p {
  margin-bottom: 40px;
}
.ueberuns .card-wrap {
  display: inline-block;
  width: 366px;
  margin-bottom: 80px;
  vertical-align: top;
}
.ueberuns .card-wrap .huge {
  font-size: 36px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.ueberuns .card-wrap p {
  width: 349px;
  min-height: 346px;
}
.ueberuns .card-wrap img {
  height: auto;
}
.ueberuns .card-wrap.ueberuns-seite h3 {
  font-size: 18px;
}

.unser-team h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.unser-team .collage {
  width: 100%;
  margin-top: 60px;
  background-color: black;
  border: 1px solid black;
  height: auto;
}
.unser-team .list-item {
  margin-bottom: 40px;
}
.unser-team .list-item h2 {
  margin-bottom: 0;
}
.unser-team .list-item h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.unser-team .list-item img, .unser-team .list-item .text {
  display: inline-block;
}
.unser-team .list-item img {
  position: absolute;
  top: 60px;
  height: auto;
}
.unser-team .list-item .text {
  width: 60%;
  margin-left: 380px;
  min-height: 355px;
}
.unser-team .list-item .btn {
  margin-top: 20px;
}
.unser-team .list-item.last {
  margin-bottom: 60px;
}

section.referenzen-head {
  height: 580px;
  background-image: url("/images/header/head-referenzen-v2.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.referenzen-head.nowebp {
  background-image: url("/images/header/head-referenzen-v2.jpg");
}

section.lafleur-head {
  height: 580px;
  background-image: url("/images/referenzen/lafleur/lafleur-head@2x.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.lafleur-head.nowebp {
  background-image: url("/images/referenzen/lafleur/lafleur-head@2x.jpg");
}

section.erlenhof-head {
  height: 580px;
  background-image: url("/images/referenzen/erlenhof/erlenhof-head@2x.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.erlenhof-head.nowebp {
  background-image: url("/images/referenzen/erlenhof/erlenhof-head@2x.jpg");
}

section.etw-head {
  height: 580px;
  background-image: url("/images/referenzen/etw/etw-head@2x.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.etw-head.nowebp {
  background-image: url("/images/referenzen/etw/etw-head@2x.jpg");
}

.referenzen-proj .row {
  display: flex;
  flex-wrap: wrap;
}
.referenzen-proj .ref-img-box {
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 448px;
}
.referenzen-proj .ref-img-box a.fancybox {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.referenzen h1 {
  margin-top: 80px;
}
.referenzen .btn {
  margin-bottom: 60px;
}
.referenzen .big-view {
  display: none;
  margin-top: 40px;
}
.referenzen .big-view p {
  margin-bottom: 40px;
}
.referenzen .big-view .more-info-box {
  background-color: #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
}
.referenzen .ref-box {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.referenzen .ref-box .title {
  display: block;
  text-align: center;
}
.referenzen .ref-box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  border-bottom: 2px solid #cd1719;
}
.referenzen .ref-box img {
  width: 100%;
  display: block;
}
.referenzen .referenz-box {
  width: 358px;
  display: inline-block;
  position: relative;
  margin: 4px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.referenzen .referenz-box img {
  width: 100%;
}
.referenzen .referenz-box .referenz-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 358px;
  max-height: 700px;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.referenzen .referenz-box .referenz-overlay .btn {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 200px;
  display: none;
}
.referenzen .referenz-box .referenz-overlay:hover {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.referenzen .referenz-box .referenzen-name {
  background-color: #e6e6e6;
  width: 100%;
  display: inline-block;
  height: 75px;
  font-family: "MyriadPro-Bold";
  bottom: 0;
}
.referenzen .referenz-box .referenzen-name span {
  top: 10px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 30px;
}
.referenzen .referenz-box .referenzen-name .subline {
  font-family: "MyriadPro-Regular";
  font-size: 20px;
}

.datenschutz-impressum h1 {
  margin-top: 60px;
}
.datenschutz-impressum h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.datenschutz-impressum .textlink {
  text-decoration: underline;
}
.datenschutz-impressum .textlink:hover {
  color: #ba0202 !important;
}
.datenschutz-impressum .last {
  margin-bottom: 40px;
}

section.jobs-head {
  height: 580px;
  background-image: url("/images/header/head-leistungen.jpg");
  background-size: cover;
  border-bottom: 8px solid #7e7e7e;
  background-position: center center;
  max-width: 1200px;
  margin: 0 auto;
}
section.jobs-head.nowebp {
  background-image: url("/images/header/head-leistungen.jpg");
}

.savethedate-2023 {
  background-color: black;
  background-image: url("/images/savethedate-2023/header-image.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .savethedate-2023 {
    background-image: url("/images/savethedate-2023/header-image@2x.png");
  }
}
.savethedate-2023 header {
  position: relative;
  background-color: transparent;
  border: none;
  min-height: 880px;
  min-height: 1100px;
}
.savethedate-2023 header .wrapper {
  margin-top: 4em;
  display: flex;
  justify-content: flex-end;
}
.savethedate-2023 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.savethedate-2023 .wrapper-sm {
  max-width: 860px;
  margin: 0 auto;
}
.savethedate-2023 section.last {
  background-image: url("/images/savethedate-2023/bg-wave.png");
  background-repeat: no-repeat;
  background-position: bottom 30% center;
  background-size: 100% auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .savethedate-2023 section.last {
    background-image: url("/images/savethedate-2023/bg-wave@2x.png");
  }
}
.savethedate-2023 .topic {
  font-size: 60px;
  line-height: 1.1;
  color: #707070;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 1.25em;
}
.savethedate-2023 h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #CDA56B;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.savethedate-2023 h2 {
  font-size: 40px;
  color: white;
  margin-top: 1.25em;
  font-weight: bold;
}
.savethedate-2023 h3 {
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-top: 1em;
}
.savethedate-2023 p.text {
  color: white;
  font-size: 30px;
  font-weight: 100;
}
.savethedate-2023 .bold-gold {
  font-weight: bold !important;
  color: #CDA56B !important;
}
.savethedate-2023 .bold-white {
  font-weight: bold;
  color: #ffffff;
}
.savethedate-2023 .brand-block {
  color: #707070;
  font-size: 30px;
  padding: 1em 0;
}
.savethedate-2023 .brand-block img {
  width: 100%;
}
.savethedate-2023 .bg-img-1 {
  background-image: url("/images/savethedate-2023/bg-image-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 1100px auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .savethedate-2023 .bg-img-1 {
    background-image: url("/images/savethedate-2023/bg-image-1@2x.png");
  }
}
.savethedate-2023 .last-section {
  height: 978px;
}
.savethedate-2023 .radio-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  font-weight: 100;
}
.savethedate-2023 .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.savethedate-2023 .radio-container .checkmark {
  position: relative;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #CCC6C6;
  margin-right: 0.5em;
}
.savethedate-2023 .radio-container .checkmark.error {
  border-color: red;
}
.savethedate-2023 .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.savethedate-2023 .radio-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}
.savethedate-2023 .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.savethedate-2023 .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.savethedate-2023 .radio-container .checkmark:after {
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CDA56B;
}
.savethedate-2023 .wrapper-form {
  max-width: 740px;
  margin: 0 auto;
  background-color: white;
  padding: 2em 4em;
  font-family: Helvetica, Arial, sans-serif !important;
  margin-bottom: 2em;
}
.savethedate-2023 .ip-label {
  display: block;
  font-weight: 100;
  margin-bottom: 0.25em;
}
.savethedate-2023 input[type=text], .savethedate-2023 input[type=email], .savethedate-2023 textarea {
  border: 1px solid #CCC6C6;
  padding: 0.25em 0.5em;
  width: 100%;
  resize: none;
}
.savethedate-2023 input[type=text].error, .savethedate-2023 input[type=email].error, .savethedate-2023 textarea.error {
  border-color: red;
}
.savethedate-2023 textarea {
  height: 200px;
}
.savethedate-2023 .input-row + .input-row {
  margin-top: 1em;
}
.savethedate-2023 .golden-border {
  border: 1px solid #CDA56B;
  padding: 1em;
  box-sizing: border-box;
}
.savethedate-2023 .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1em;
}
.savethedate-2023 #send-event {
  border: none;
  background-color: #707070;
  color: white;
  padding: 0.25em 0.5em;
  border: 1px solid #707070;
  position: relative;
}
.savethedate-2023 #send-event:hover {
  border-color: #CDA56B;
  background-color: #CDA56B;
}
.savethedate-2023 #send-event.loading:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: green;
  background-image: url("/images/icon/spinner.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
.savethedate-2023 .head-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
.savethedate-2023 .head-wrap h2, .savethedate-2023 .head-wrap h3 {
  text-transform: uppercase;
  text-align: center;
}
.savethedate-2023 .head-wrap h2 {
  margin-top: 0;
  font-weight: bold;
  color: black;
}
.savethedate-2023 .head-wrap h3 {
  color: #707070;
}
.savethedate-2023 .head-wrap p {
  text-align: center;
  font-size: 18px;
}
.savethedate-2023 .head-wrap .hr-proxy {
  height: 1px;
  width: 100px;
  background-color: #707070;
  margin: 1em 0;
}
.savethedate-2023 #contact-success, .savethedate-2023 #contact-twice, .savethedate-2023 #contact-error {
  text-align: center;
  margin-top: 0.5em;
  display: none;
}
.savethedate-2023 #contact-success {
  color: green;
}
.savethedate-2023 #contact-twice, .savethedate-2023 #contact-error {
  color: red;
}

.xmas-2023 header {
  position: relative;
  background-color: transparent;
  border: none;
}
.xmas-2023 header .wrapper {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.xmas-2023 header .hb-logo-event {
  margin-bottom: 1em;
}
.xmas-2023 .wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.xmas-2023 .wrapper-sm {
  max-width: 600px;
  margin: 0 auto;
}
.xmas-2023 .fw-img {
  max-width: 100%;
}
.xmas-2023 h1 {
  text-align: center;
}
.xmas-2023 h2 {
  font-size: 1.25em;
  color: #707070;
  text-align: center;
  margin-bottom: 0.5em;
}

@media (max-width: 1600px) {
  .savethedate-2023 header {
    min-height: 1000px;
  }
}
@media (max-width: 1400px) {
  .savethedate-2023 header {
    min-height: 860px;
  }
}
@media (max-width: 1200px) {
  .savethedate-2023 header {
    min-height: 700px;
  }
  .savethedate-2023 .wrapper, .savethedate-2023 .wrapper-sm {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .savethedate-2023 .bg-img-1 {
    background-size: 70% auto;
  }
}
@media (max-width: 991px) {
  .savethedate-2023 {
    background-position: top 115px center;
  }
  .savethedate-2023 header {
    min-height: 520px;
  }
  .savethedate-2023 header .wrapper {
    margin-top: 3em;
  }
  .savethedate-2023 .hb-logo-event {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 764px) {
  .savethedate-2023 .topic {
    font-size: 45px;
  }
  .savethedate-2023 p.text {
    font-size: 24px;
  }
  .savethedate-2023 .brand-block {
    font-size: 24px;
  }
}
@media screen and (max-width: 764px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 764px) and (min-resolution: 192dpi), screen and (max-width: 764px) and (min-resolution: 2dppx) {
  .savethedate-2023 .bg-img-1 {
    background-size: 90% auto;
  }
}
@media (max-width: 590px) {
  .savethedate-2023 .topic {
    font-size: 35px;
  }
  .savethedate-2023 header {
    min-height: 440px;
  }
}
@media (max-width: 520px) {
  .savethedate-2023 .wrapper-form {
    padding: 2em 2em;
  }
  .savethedate-2023 .last-section {
    height: 780px;
  }
}
@media (max-width: 470px) {
  .savethedate-2023 .topic {
    font-size: 25px;
  }
  .savethedate-2023 header {
    min-height: 356px;
  }
  .savethedate-2023 h1 {
    font-size: 40px;
  }
  .savethedate-2023 p.text {
    font-size: 20px;
  }
  .savethedate-2023 .brand-block {
    font-size: 20px;
  }
  .savethedate-2023 .head-wrap h3 {
    font-size: 26px;
  }
  .savethedate-2023 .head-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  section.gutschein {
    height: 580px;
    background-image: url("/images/header/head-gutschein.jpg");
    background-size: cover;
    border-bottom: 8px solid #7e7e7e;
    background-position: center center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .leistungen-head.margin-override {
    background-position: center top !important;
  }
  .news .special-news-article .video_news {
    max-width: 420px;
  }
  .head-spacer {
    height: 100px;
  }
  .service-overview .icon {
    margin: 30px 28px;
  }
  #map, .map-holder {
    width: 370px;
  }
  .map-holder input {
    max-width: 231px;
  }
  .directions {
    width: 470px;
  }
  .contact-details p {
    width: 390px;
    margin-top: 10px;
  }
  .contact-details {
    margin-top: 30px;
  }
  .sale .btn {
    bottom: 80px;
  }
  .welcome .heide {
    margin-left: 20px;
    float: left;
    margin-bottom: 20px;
  }
  .welcome .unterschrift {
    margin-left: 50px;
  }
  .overview-box {
    height: 300px;
  }
  .overview-box.five {
    clear: both;
  }
  .head-overlay .inner {
    width: 80%;
  }
  .head-index-slider .coronainfo .head-overlay .inner {
    width: 80%;
  }
  .head-index-slider .coronainfo .head-overlay .inner p {
    margin: 0 0 10px;
  }
  .news .leuchtenpreis_special,
  .news .topangebot_special {
    right: 80px;
  }
  section.features-head,
  section.aktuelles,
  section.sale,
  section.ueberuns-head,
  section.leistungen-head,
  section.beratung-head,
  section.textil-head,
  section.leuchten-head,
  section.montage-head,
  section.referenzen-head,
  section.kontakt,
  section.bordbar-head {
    height: 500px;
  }
  .features .feature-box {
    width: 223px;
    margin: 40px;
  }
  .features .feature-box img {
    width: 100%;
  }
  .news .special-news-article .textbox {
    top: 260px;
    width: 710px;
  }
  .news .news-image {
    max-width: 890px;
  }
  .unsere-topmarken .marken-circle {
    width: 210px;
    height: 210px;
  }
  .unsere-topmarken .marken-circle .marken-logo {
    max-width: 120px;
  }
  .unsere-topmarken .overview-box {
    height: 278px;
    overflow: hidden;
  }
  .unsere-topmarken .overview {
    width: 100%;
  }
  .close-btn {
    z-index: 5;
    top: 20px;
  }
  .overlay-topmarken {
    overflow-y: scroll;
  }
  .main-section-sale .sale-box .item-frame-wrap .slide-wrap .item-wrapper {
    width: 460px;
  }
  .ueberuns .card-wrap {
    width: 310px;
  }
  .ueberuns .card-wrap img {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .leistungen {
    /*
    .list-item .text{
    	width: 670px;	
    }*/
  }
  .leistungen .row {
    width: 100%;
    margin: 0 auto;
  }
  .leistungen .card-wrap {
    width: 280px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .leistungen .card-wrap img {
    width: 100%;
  }
  .leistungen .card-wrap p {
    width: auto;
  }
  .referenzen .big-view img {
    width: 100%;
  }
  .referenzen .referenz-box {
    width: 302px;
  }
  .features .mosaik-hayon .big-view {
    width: 70%;
  }
  .features .mosaik-hayon .big-view img {
    width: 100%;
  }
  .features .mosaik-hayon .small-view {
    width: 21%;
  }
  .features .mosaik-hayon .small-view img {
    width: 100%;
  }
  .news .special-news-article .textbox-magazin h4 {
    width: 50%;
  }
  .news .special-news-article .textbox-magazin p {
    width: 50%;
  }
  .news .news-article .tripple-box .box {
    font-size: 0.7em;
    max-width: 306px;
  }
  .news .news-article .tripple-box .box h3 {
    font-size: 1.1em;
  }
  .news .news-article .tripple-box .box p {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  section.gutschein {
    height: 500px;
    background-image: url("/images/header/head-gutschein.jpg");
    background-size: cover;
    border-bottom: 8px solid #7e7e7e;
    background-position: center center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .head-overlay h2 {
    font-size: 30px;
  }
  .head-overlay h2 .aktion-headline {
    font-size: 40px;
  }
  .head-overlay h2 .smaller {
    font-size: 20px;
  }
  section.referenzen-proj-head {
    height: 460px;
  }
  .service-overview .icon {
    margin: 20px 6px;
  }
  .sale .inner {
    min-height: 520px;
  }
  .news .inner {
    min-height: 480px;
  }
  #map, .map-holder {
    width: 100%;
    margin-bottom: 20px;
  }
  .map-holder input {
    max-width: 501px;
  }
  .directions {
    width: 100%;
  }
  .welcome p {
    max-width: 660px;
  }
  .news .news-title {
    margin-top: 60px;
  }
  .news h2.news-title {
    font-size: 26px;
  }
  .news .news-image {
    max-width: 100%;
    max-height: 300px;
  }
  .news .special-news-article h4 {
    font-size: 32px;
  }
  .news .special-news-article p {
    font-size: 18px;
  }
  .news .special-news-article .textbox {
    width: 470px;
  }
  .news .special-news-article .video_news, .news .special-news-article video {
    max-width: 250px;
  }
  .news .leuchtenpreis_special {
    right: 0px;
  }
  .news .topangebot_special {
    right: 140px;
  }
  .unsere-topmarken .marken-circle {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
  .unsere-topmarken .marken-circle .marken-logo.big {
    max-width: 65px;
  }
  .unsere-topmarken .overview-box {
    height: 210px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .unsere-topmarken .overview-box.last {
    margin-bottom: 0;
  }
  .overlay-topmarken img,
  .overlay-sale img {
    max-width: 90%;
    max-height: 80%;
  }
  .main-section-sale .sale-box .disclaimer {
    max-width: 480px;
  }
  .ueberuns .card-wrap {
    width: 236px;
  }
  .unser-team .list-item img {
    width: 200px;
  }
  .unser-team .list-item .text {
    margin-left: 260px;
  }
  .leistungen .leistungs-circle {
    width: 130px;
    height: 130px;
  }
  .leistungen .list-item {
    /*
    .text{
    	margin-left: 180px;
    	width: 500px;
    }*/
  }
  .leistungen .list-item img {
    width: 50%;
  }
  .leistungen .card-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .leistungen .card-wrap img {
    width: auto;
  }
  .leistungen .card-wrap p {
    min-height: 166px;
  }
  .referenzen .referenz-box {
    width: 228px;
  }
  .referenzen .referenz-box .referenz-overlay {
    max-height: 230px;
  }
  .referenzen .referenz-box .referenzen-name span {
    font-size: 22px;
  }
  .referenzen .referenz-box .referenzen-name .subline {
    font-size: 16px;
  }
  .head-index-slider .coronainfo .head-overlay .inner p {
    font-size: 16px;
  }
  .nex-pur-slider img {
    width: 100%;
  }
  .news .special-news-article .magazin {
    width: 200px;
    top: 270px;
  }
  .news .news-article .tripple-box {
    flex-flow: column;
  }
  .news .news-article .tripple-box .box {
    font-size: 0.7em;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .news .news-article .tripple-box .box h3 {
    font-size: 1.1em;
  }
  .news .news-article .tripple-box .box p {
    max-width: 90%;
  }
  .news .news-article .tripple-box .box .news-image {
    width: auto;
    text-align: left;
    max-height: 100%;
    margin: 0px 0px 10px 0px;
  }
  .youtube-placeholder svg {
    max-width: 200px !important;
  }
}
@media (max-width: 767px) {
  .referenzen-proj div[class^=col-] {
    width: 100%;
  }
  section.gutschein {
    height: 280px;
    background-image: url("/images/header/head-gutschein.jpg");
    background-size: cover;
    border-bottom: 8px solid #7e7e7e;
    background-position: center center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .news .special-news-article .video_news {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .news .leuchtenpreis_special {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    bottom: auto;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .news .topangebot_special {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .head-overlay {
    bottom: 40px;
  }
  .head-overlay h2 {
    font-size: 25px;
  }
  .head-overlay h2 .aktion-headline {
    font-size: 30px;
  }
  .head-overlay h2 .smaller {
    font-size: 18px;
  }
  .head-overlay .inner {
    width: 75%;
  }
  .head-index-slider .coronainfo .head-overlay .inner {
    width: 70%;
  }
  .head-index-slider .coronainfo .head-overlay .inner p {
    line-height: 1;
  }
  .hb-logo {
    height: auto;
  }
  .btn {
    font-size: 18px;
  }
  .overview-box {
    max-height: 260px;
  }
  .text-overlay {
    font-size: 20px;
  }
  .overview-box {
    max-height: 160px;
    overflow: hidden;
  }
  .index-overview .overview-box {
    height: 300px;
    max-height: 100%;
    display: flex;
  }
  .index-overview .overview-box .inner {
    flex-grow: 1;
  }
  .index-overview .overview-box .inner .text-overlay {
    font-size: 30px;
  }
  .sale .inner,
  .news .inner {
    min-height: 400px;
    max-width: 536px;
    margin: 0 auto;
  }
  .map-holder input {
    width: 70%;
    margin-right: 2%;
  }
  .map-holder .btn {
    width: 26%;
  }
  .features .feature-wrap {
    width: 532px;
    margin: 0 auto;
  }
  .features .feature-box {
    margin: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .news .special-news-article .textbox {
    top: 220px;
    padding: 50px 30px 55px 58px;
    width: 340px;
  }
  .news .special-news-article h4 {
    word-break: break-all;
  }
  .topmarken-slider .head-overlay .inner p {
    display: none;
  }
  .topmarken-slider .head-overlay .inner .btn {
    display: block;
    max-width: 135px;
  }
  .marken-wrap {
    max-width: 350px;
    margin: 0 auto;
  }
  .unsere-topmarken .overview .col-md-4 img {
    margin-top: -20%;
  }
  .unsere-topmarken .overview-box {
    height: auto;
    max-height: 100%;
  }
  .unsere-topmarken .overview-box img {
    margin-top: 0px !important;
  }
  .unsere-topmarken .textbox h2 {
    font-size: 26px;
  }
  .unsere-topmarken .textbox p {
    font-size: 18px;
  }
  .main-section-sale h1, .main-section-sale .headlinep, .main-section-sale .sale-box h3, .main-section-sale .sale-box .disclaimer, .main-section-sale .btn {
    margin-left: 60px;
  }
  .main-section-sale .sale-box h3 {
    font-size: 20px;
  }
  .glyphicon {
    font-size: 40px;
  }
  .ueberuns .card-wrap {
    width: 174px;
  }
  .card-wrap-container {
    max-width: 532px;
    margin: 0 auto;
  }
  .unser-team h2 {
    margin-top: 40px;
  }
  .unser-team .list-item img {
    margin-left: 0;
    position: relative;
    top: auto;
    display: block;
    margin-top: 20px;
  }
  .unser-team .list-item .text {
    margin-left: 0;
    width: 100%;
  }
  section.features-head, section.aktuelles, section.sale, section.ueberuns-head, section.leistungen-head, section.beratung-head, section.textil-head, section.leuchten-head, section.montage-head, section.referenzen-head, section.kontakt, section.nex-pur-head, section.bordbar-head {
    height: 340px;
  }
  .leistungen .leistungs-circle {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .leistungen .list-item .text {
    /*margin: 0 auto;
    text-align: center;*/
    min-height: auto;
  }
  .leistungen .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .leistungen .card-wrap p {
    width: 90%;
  }
  .leistungen .card-wrap img {
    margin: 0 auto;
    display: block;
  }
  .referenzen .three-boxes-wrap {
    max-width: 232px;
    margin: 0 auto;
  }
  .referenzen .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 300px;
  }
  .referenzen .referenz-box {
    margin-top: 40px;
  }
  .features .mosaik-hayon .small-view {
    width: 20%;
  }
  #bigViewmehr-topmarken ul {
    list-style: none;
    padding-left: 0;
  }
  #bigViewmehr-topmarken ul li img {
    max-width: 100px;
  }
  nav .burger-icon span {
    display: none;
  }
  .news .special-news-article h4 {
    font-size: 24px;
  }
  .news .special-news-article .textbox-magazin {
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    margin-top: 20px;
  }
  .news .special-news-article .textbox-magazin h4 {
    width: 100%;
    word-break: normal;
  }
  .news .special-news-article .textbox-magazin p {
    width: 100%;
  }
  .news .special-news-article .magazin {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block;
  }
  .news .imagebox .picrow {
    margin-bottom: 10px;
  }
  .news .imagebox .picrow img {
    margin-right: 10px;
  }
  .news .imagebox .picrow img:last-child {
    margin-right: 0;
  }
  .youtube-placeholder svg {
    max-width: 200px !important;
  }
  .legal-banner .button-wrap {
    flex-direction: column;
  }
  .legal-banner .button-wrap .btn {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 575px) {
  section.gutschein {
    height: 225px;
    background-image: url("/images/header/head-gutschein.jpg");
    background-size: cover;
    border-bottom: 8px solid #7e7e7e;
    background-position: center center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .news .special-news-article img {
    max-width: 100%;
  }
  .hb-logo {
    margin-top: 28px;
    width: 230px;
  }
  .head-index-slider img {
    width: 180%;
    margin: 0 auto;
    text-align: center;
    align-content: center;
    display: block;
  }
  .head-index-slider img.special-slide {
    transform: translateX(-20%);
  }
  .head-overlay .inner {
    border-left: none;
  }
  h1 {
    font-size: 30px;
  }
  .overview-box {
    padding-left: 5px;
    padding-right: 5px;
  }
  .overview-box.three {
    clear: both;
  }
  .text-overlay {
    left: 5px;
    right: 5px;
  }
  .sale .inner, .news .inner {
    min-height: 210px;
    max-width: 290px;
    margin: 0 auto;
  }
  .sale .btn {
    bottom: 30px;
  }
  .route-wrapper .inner {
    padding: 20px;
  }
  .map-holder input {
    width: 100%;
    margin-bottom: 20px;
  }
  .map-holder .btn {
    width: 100%;
  }
  h2 {
    font-size: 26px;
  }
  .route h2 {
    padding-top: 40px;
  }
  img.compass {
    width: 60%;
  }
  .contact-details p {
    width: 100%;
  }
  .features .feature-wrap {
    width: 263px;
  }
  .features .feature-box {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .aktuelles p {
    display: none;
  }
  .news .special-news-article {
    min-height: 680px;
  }
  .news .special-news-article .iphone {
    display: none;
  }
  .news .special-news-article .textbox {
    padding: 20px;
    position: relative;
    left: auto;
    width: auto;
    top: auto;
    margin-top: 20px;
  }
  .news .special-news-article h4 {
    word-break: break-all;
  }
  .topmarken-slider {
    min-height: 290px;
  }
  .topmarken-slider img {
    width: 180%;
  }
  .four-circles-wrap {
    max-width: 172px;
    margin: 0 auto;
  }
  .main-section-sale h1, .main-section-sale .headlinep, .main-section-sale .sale-box h3, .main-section-sale .sale-box .disclaimer, .main-section-sale .btn {
    margin-left: 0;
  }
  .item-box {
    margin: 10px;
    padding: 10px;
  }
  .main-section-sale .sale-box .item-frame-wrap .slide-wrap .item-wrapper {
    width: 100%;
  }
  .main-section-sale .sale-box p.disclaimer.swipeleft-swiperight-text {
    display: block;
    margin-bottom: 40px;
  }
  .main-section-sale .sale-box .disclaimer.swipeleft-swiperight-text {
    display: block;
  }
  .item-box {
    width: calc(100% - 20px);
  }
  .main-section-sale .sale-box p {
    width: 50%;
  }
  .main-section-sale .sale-box p.disclaimer {
    width: 80%;
    margin-bottom: 10px;
  }
  .item-box h4 {
    width: 40%;
  }
  .item-box {
    height: auto;
    min-height: 120px;
  }
  .card-wrap-container {
    max-width: 172px;
  }
  .leistungen .list-item .text {
    width: auto;
  }
  .leistungen .card-wrap img {
    width: 100%;
  }
  .features .mosaik-hayon .small-view img {
    width: 80px;
    margin-top: 20px;
  }
  .features .mosaik-hayon .small-view {
    width: 100%;
    height: 100px;
  }
  .features .mosaik-hayon .big-view {
    width: 100%;
  }
  .item-box .new-price, .item-box .old-price {
    position: relative;
    left: auto;
    bottom: auto;
  }
  nav .main {
    width: 100%;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    border: none;
    border-top: 5px solid #ba0202;
    border-bottom: 1px solid #ba0202;
  }
  .head-index-slider {
    background-color: #915152;
  }
  .head-index-slider .item.last img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
    margin-top: 25%;
  }
  .ueberuns .card-wrap {
    margin-bottom: 20px;
  }
  .item-box p {
    max-height: none;
  }
}
@media (max-width: 568px) {
  .news .special-news-article img {
    max-width: 100%;
  }
  .hb-logo {
    margin-top: 28px;
    width: 230px;
  }
  .head-index-slider img {
    width: 180%;
    margin: 0 auto;
    text-align: center;
    align-content: center;
    display: block;
  }
  h1 {
    font-size: 30px;
  }
  .overview-box {
    padding-left: 5px;
    padding-right: 5px;
  }
  .overview-box.three {
    clear: both;
  }
  .text-overlay {
    left: 5px;
    right: 5px;
  }
  .sale .inner, .news .inner {
    min-height: 210px;
    max-width: 290px;
    margin: 0 auto;
  }
  .sale .btn {
    bottom: 30px;
  }
  .route-wrapper .inner {
    padding: 20px;
  }
  .map-holder input {
    width: 100%;
    margin-bottom: 20px;
  }
  .map-holder .btn {
    width: 100%;
  }
  h2 {
    font-size: 26px;
  }
  .route h2 {
    padding-top: 40px;
  }
  img.compass {
    width: 60%;
  }
  .contact-details p {
    width: 100%;
  }
  .features .feature-wrap {
    width: 263px;
  }
  .features .feature-box {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .aktuelles p {
    display: none;
  }
  .news .special-news-article {
    min-height: 680px;
  }
  .news .special-news-article .iphone {
    display: none;
  }
  .news .special-news-article .textbox {
    padding: 20px;
    position: relative;
    left: auto;
    width: auto;
    top: auto;
    margin-top: 20px;
  }
  .news .special-news-article h4 {
    word-break: break-all;
  }
  .topmarken-slider {
    min-height: 290px;
  }
  .topmarken-slider img {
    width: 180%;
  }
  .four-circles-wrap {
    max-width: 172px;
    margin: 0 auto;
  }
  .main-section-sale h1, .main-section-sale .headlinep, .main-section-sale .sale-box h3, .main-section-sale .sale-box .disclaimer, .main-section-sale .btn {
    margin-left: 0;
  }
  .item-box {
    margin: 10px;
    padding: 10px;
  }
  .main-section-sale .sale-box .item-frame-wrap .slide-wrap .item-wrapper {
    width: 100%;
  }
  .main-section-sale .sale-box p.disclaimer.swipeleft-swiperight-text {
    display: block;
    margin-bottom: 40px;
  }
  .main-section-sale .sale-box .disclaimer.swipeleft-swiperight-text {
    display: block;
  }
  .item-box {
    width: calc(100% - 20px);
  }
  .main-section-sale .sale-box p {
    width: 50%;
  }
  .main-section-sale .sale-box p.disclaimer {
    width: 80%;
    margin-bottom: 10px;
  }
  .item-box h4 {
    width: 40%;
  }
  .item-box {
    height: auto;
    min-height: 120px;
  }
  .card-wrap-container {
    max-width: 172px;
  }
  .leistungen .list-item .text {
    width: auto;
  }
  .leistungen .card-wrap img {
    width: 100%;
  }
  .features .mosaik-hayon .small-view img {
    width: 80px;
    margin-top: 20px;
  }
  .features .mosaik-hayon .small-view {
    width: 100%;
    height: 100px;
  }
  .features .mosaik-hayon .big-view {
    width: 100%;
  }
  .item-box .new-price, .item-box .old-price {
    position: relative;
    left: auto;
    bottom: auto;
  }
  nav .main {
    width: 100%;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    border: none;
    border-top: 5px solid #ba0202;
    border-bottom: 1px solid #ba0202;
  }
  .head-index-slider {
    background-color: #915152;
  }
  .head-index-slider .item.last img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
    margin-top: 25%;
  }
  .ueberuns .card-wrap {
    margin-bottom: 20px;
  }
  .item-box p {
    max-height: none;
  }
  .news .imagebox {
    margin-bottom: 20px;
  }
  .news .imagebox .picrow {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .news .imagebox .picrow img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .news .imagebox .picrow img:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .head-index-slider .coronainfo .head-overlay .inner {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 68%;
  }
  .head-index-slider .coronainfo .head-overlay .inner h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .head-index-slider .coronainfo .head-overlay .inner p {
    font-size: 14px;
    margin: 0;
  }
  .youtube-placeholder p {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=style.css.map */