/* ../../website-next/components/general/phoneSystemError/PhoneSystemError.module.css */
.PhoneSystemError_phoneSystemError {
  padding: 20px;
  font-family: var(--font-roboto), sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #ec6608;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.PhoneSystemError_phoneSystemError a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
@media (max-width: 870px) {
  .PhoneSystemError_phoneSystemError i:not(.PhoneSystemError_icon-close-thin) {
    display: none;
  }
}
.PhoneSystemError_phoneSystemError i.PhoneSystemError_icon-close-thin {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 89px;
  font-size: 1.4em;
}
.PhoneSystemError_phoneSystemError.PhoneSystemError_reduced {
  margin-top: 29px;
}
.PhoneSystemError_phoneSystemError.PhoneSystemError_reduced i.PhoneSystemError_icon-close-thin {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 115px;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .PhoneSystemError_phoneSystemError {
    justify-content: flex-start;
  }
  .PhoneSystemError_phoneSystemError span {
    max-width: 85vw;
  }
  .PhoneSystemError_phoneSystemError i.PhoneSystemError_icon-close-thin {
    right: 0;
  }
}
@media screen and (max-width: 590px) {
  .PhoneSystemError_phoneSystemError i.PhoneSystemError_icon-close-thin {
    top: 65px;
  }
  .PhoneSystemError_phoneSystemError,
  .PhoneSystemError_phoneSystemError.PhoneSystemError_reduced {
    justify-content: flex-start;
  }
  .PhoneSystemError_phoneSystemError i.PhoneSystemError_icon-close-thin,
  .PhoneSystemError_phoneSystemError.PhoneSystemError_reduced i.PhoneSystemError_icon-close-thin {
    top: 65px;
    right: 0;
  }
}

/* ../../website-next/components/general/header/Header.module.css */
.Header_header {
  width: 100%;
  top: 0;
  z-index: 999;
  max-height: var(--navigation-height--desktop, 79px);
  position: fixed;
  background-color: #ffffff;
  box-shadow: 3px 3px 12px -10px #c8c8c8;
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif;
  font-weight: 600;
  padding-right: var(--scrollbar-spacer);
}
.Header_headerTop {
  display: flex;
  align-items: center;
  max-height: var(--navigation-height--desktop, 79px);
  width: calc(100% - 60px);
  text-align: right;
  background-color: #ffffff;
  justify-content: space-between;
  margin: auto;
  padding: 18px 30px;
}
.Header_headerWrapper {
  background: #ffffff;
  max-height: var(--navigation-height--desktop, 79px);
}
.Header_header button {
  margin: 0;
}
.Header_headerTop .Header_logoContainer {
  position: relative;
  min-height: 1px;
  margin: 3px 0;
}
.Header_headerTop .Header_logoContainer.Header_reduced {
  margin-left: -5px;
}
.Header_logoContainer a {
  display: flex;
}
.Header_logoContainer svg {
  width: 250px;
  height: 34px;
}
.Header_headerTop.Header_headerBasic .Header_logoContainer {
  min-width: 225px;
}
@media screen and (min-width: 1300px) {
  .Header_headerTop {
    width: 1300px;
  }
}
@media screen and (max-width: 1300px) {
  .Header_headerTop {
    padding: 18px 9px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .Header_headerTop {
    padding: 18px 9px;
    width: 100%;
    gap: 6px;
    justify-content: flex-end;
  }
  .Header_headerTop .Header_logoContainer {
    margin-right: auto;
  }
  .Header_headerTop.Header_headerBasic {
    padding-right: 9px;
  }
}
@media screen and (min-width: 590px) {
  .Header_headerTop {
    height: 79px;
  }
}
@media screen and (max-width: 590px) {
  .Header_header {
    height: var(--navigation-height--mobile, 57px);
    max-height: var(--navigation-height--mobile, 57px);
  }
  .Header_headerTop {
    padding: 0 10px;
    height: var(--navigation-height--mobile, 57px);
  }
  .Header_logoContainer svg {
    height: 27px;
    width: 200px;
  }
}
.Header_menuOverlay {
  height: 100%;
  width: 100%;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.55;
}
.Header_menuOverlay.Header_hide {
  display: none;
}
.Header_headerBasic .Header_ContactBox--contactbox {
  width: auto;
}
@media screen and (min-width: 591px) {
  .Header_headerBasic .Header_ContactBox--contactbox .Header_ContactBox--contactData {
    float: right;
  }
}
.Header_headerBasic.Header_headerTop {
  display: flex;
  text-align: center;
}
.Header_headerBasic.Header_headerTop .Header_headerBlock .Header_Ekomi--ekomiWrapper .Header_Ekomi--ekomiLogo img {
  width: 50px;
  height: 50px;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .Header_headerBasic.Header_headerTop .Header_headerBlock {
    display: inline-block;
    max-width: 39%;
  }
  .Header_headerBasic.Header_headerTop:not(.Header_showMydb) {
    display: flex;
    justify-content: space-between;
  }
  .Header_headerBasic.Header_headerTop:not(.Header_showMydb) .Header_headerBlock {
    float: right;
    max-width: 50%;
  }
  .Header_headerBasic.Header_headerTop:not(.Header_showMydb) .Header_headerBlock .Header_ContactBox--contactbox {
    float: right;
  }
  .Header_headerBasic.Header_headerTop:not(.Header_showMydb) .Header_headerBlock:last-of-type {
    display: none;
  }
  .Header_headerBasic.Header_headerTop:not(.Header_showMydb) .Header_headerBlock:first-of-type {
    float: left;
  }
}
@media screen and (max-width: 590px) {
  .Header_headerBasic.Header_headerTop {
    display: inline-block;
    text-align: right;
  }
  .Header_headerBasic.Header_headerTop .Header_headerBlock {
    float: none;
    flex: none;
  }
  .Header_headerBasic.Header_headerTop .Header_headerBlock:first-of-type {
    float: left;
    text-align: left;
  }
  .Header_headerBasic.Header_headerTop .Header_ContactBox--contactData {
    padding-top: 5px;
  }
  .Header_headerBasic.Header_headerTop .Header_headerBlock:last-of-type {
    float: right;
  }
}
@media screen and (max-width: 420px) {
  .Header_logoContainer a svg {
    width: 170px;
    height: 23px;
  }
  .Header_headerBasic .Header_ContactBox--contactbox .Header_ContactBox--contactData {
    display: none;
  }
}
.Header_header .Header_trustbar {
  margin-top: -4px;
  background: #f7f7f7;
  box-shadow: 3px 3px 12px -10px #c8c8c8;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.Header_header .Header_trustbar ul {
  display: flex;
  margin: 0 auto;
  padding: 5px 20px;
  max-width: 1275px;
  justify-content: space-between;
}
.Header_header .Header_trustbar ul li {
  font-size: 1.35rem;
  display: inline-block;
}
.Header_header .Header_trustbar ul li .Header_icon-checkmark-bold {
  color: #95c11f;
  margin-right: 5px;
  font-size: 1.35rem;
}
@media screen and (max-width: 768px) {
  .Header_header .Header_trustbar {
    display: none;
  }
}
@media print {
  .Header_header {
    position: absolute;
  }
  .Header_headerWrapper .Header_headerTop div:not(.Header_logoContainer) {
    display: none;
  }
  .Header_headerWrapper .Header_headerTop nav {
    display: none;
  }
  .Header_menuOverlay {
    display: none;
  }
}
.Header_headerTop.Header_headerBasic.Header_showMydb {
  width: 1300px;
  max-height: var(--navigation-height--desktop, 79px);
  display: flex;
  text-align: right;
  background-color: #ffffff;
  justify-content: space-between;
  margin: auto;
  padding: 18px 30px;
}
.Header_headerTop.Header_headerBasic.Header_showMydb .Header_rightContentWrapper {
  width: 525px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock .Header_logoContainer {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_rightContentWrapper {
    width: 430px;
    margin-right: 18px;
  }
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock .Header_logoContainer {
    margin-left: 9px;
  }
}
@media screen and (max-width: 768px) {
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_rightContentWrapper {
    width: 290px;
    margin-right: 2px;
  }
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock {
    max-width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .Header_headerWrapper {
    max-height: var(--navigation-height--mobile, 57px);
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb {
    height: 100%;
    padding: 0 10px;
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb .Header_rightContentWrapper {
    float: right;
    width: auto;
    margin-right: 0;
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock .Header_logoContainer {
    margin-left: 0;
    margin-top: 15px;
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock {
    max-width: 200px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--navigation-height--mobile, 57px);
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb.Header_oldReduced {
    display: inline-block;
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb.Header_oldReduced .Header_headerBlock:nth-child(2n) {
    float: none;
    width: auto;
    display: inline-block;
    height: var(--navigation-height--mobile, 57px);
    margin-top: 1px;
    padding: 0;
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb.Header_oldReduced .Header_headerBlock:nth-child(3n) {
    float: right;
  }
}
@media screen and (max-width: 1300px) {
  .Header_headerTop.Header_headerBasic.Header_showMydb {
    padding: 18px 9px;
    width: 100%;
  }
}
.Header_headerReducedTrustbar {
  background-color: #f7f7f7;
  z-index: 900;
  position: fixed;
  top: var(--navigation-height--desktop, 79px);
  width: 100vw;
  box-shadow: 3px 3px 12px -10px #c8c8c8;
}
.Header_headerReducedTrustbar .Header_headerReducedTrustbarInner {
  margin: auto;
  width: 1300px;
  height: 30px;
  padding: 0 40px 0 25px;
}
.Header_headerReducedTrustbar .Header_headerReducedTrustbarInner ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.Header_headerReducedTrustbar .Header_headerReducedTrustbarInner ul li {
  list-style-type: none;
  font-size: 0.84em;
  line-height: 30px;
  color: #3f5765;
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif;
  font-weight: 600;
}
.Header_headerReducedTrustbar .Header_headerReducedTrustbarInner ul li .Header_trustIcon {
  color: #95c11f;
  font-size: 9px;
}
@media screen and (max-width: 1300px) {
  .Header_headerReducedTrustbar .Header_headerReducedTrustbarInner {
    width: 100%;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1100px) {
  .Header_headerReducedTrustbar .Header_headerReducedTrustbarInner {
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .Header_headerReducedTrustbar {
    display: none;
  }
}
.db-webview .Header_header {
  display: none;
}

/* ../../website-next/components/general/contactBox/ContactBox.module.css */
.ContactBox_contactbox {
  float: left;
}
.ContactBox_contactbox .ContactBox_svgIconInlinePhone {
  fill: #309dd8;
  height: 28px;
  width: 28px;
  margin-top: 7px;
  float: left;
}
.ContactBox_contactbox .ContactBox_contactData {
  float: left;
  text-align: left;
}
.ContactBox_contactbox .ContactBox_contactData a {
  text-decoration: none;
}
.ContactBox_contactbox .ContactBox_contactData .ContactBox_hotline {
  font-size: 16px;
  line-height: 20px;
  color: #309dd8;
  margin: 3px 0 0;
}
.ContactBox_contactbox .ContactBox_contactData .ContactBox_openinghours {
  font-size: 12px;
  color: #b4b4b4;
  line-height: 12px;
  margin: 0;
}
.ContactBox_contactbox .ContactBox_contactData .ContactBox_openinghoursTwoLine {
  margin: 0;
}
@media screen and (min-width: 590px) {
  .ContactBox_contactbox .ContactBox_svgIconInlinePhone {
    margin-right: 7px;
  }
}
@media screen and (max-width: 1100px) {
  .ContactBox_contactbox {
    float: none;
    width: 33%;
    position: relative;
    display: inline-block;
  }
}
.ContactBox_contactboxReduced {
  display: flex;
  float: left;
}
.ContactBox_contactboxReduced .ContactBox_telIconBoxReduced {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.ContactBox_contactboxReduced .ContactBox_telIconBoxReduced .ContactBox_svgIconInlinePhone {
  fill: #309dd8;
  height: 25px;
  width: 25px;
}
.ContactBox_contactboxReduced .ContactBox_contactDataReduced {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin-left: 4px;
}
.ContactBox_contactboxReduced .ContactBox_contactDataReduced .ContactBox_hotlineLinkReduced {
  text-decoration: none;
}
.ContactBox_contactboxReduced .ContactBox_contactDataReduced .ContactBox_hotlineReduced {
  font-family: var(--font-roboto), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #309dd8;
  margin: 0;
}
.ContactBox_contactboxReduced .ContactBox_contactDataReduced .ContactBox_openinghoursReduced {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #263d4a;
  margin: 0;
  font-family: var(--font-roboto), sans-serif;
}
.ContactBox_expertenReduced {
  display: inline;
  vertical-align: top;
}
.ContactBox_openinghoursReduced {
  display: inline-block;
}
.ContactBox_openingHoursReducedWrapper {
  display: inline-block;
  font-size: 12px;
  color: #b4b4b4;
  line-height: 12px;
  margin: 0;
}
.ContactBox_openingHoursReducedWrapper .ContactBox_openinghours {
  font-size: 14px;
  color: #b4b4b4;
  line-height: 12px;
  margin: 0;
}
.ContactBox_openinghoursReduced .ContactBox_openinghoursReducedSecondLine {
  display: block;
}
@media screen and (max-width: 1024px) {
  .ContactBox_expertenReduced {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .ContactBox_contactboxReduced .ContactBox_telIconBoxReduced {
    background: none;
    margin-top: -4px;
  }
  .ContactBox_contactboxReduced .ContactBox_contactDataReduced {
    display: none;
  }
}
