/* ../../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: 590px) {
  .ContactBox_contactbox .ContactBox_svgIconInlinePhone {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .ContactBox_contactbox {
    float: none;
    width: 33%;
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 590px) {
  .ContactBox_contactbox {
    float: none;
    width: auto;
    display: inline-block;
    height: 57px;
    margin-top: -5px;
    padding: 0;
  }
  .ContactBox_contactbox .ContactBox_contactData {
    display: none;
  }
  .ContactBox_contactbox a {
    padding: 0 18px;
    display: inline-block;
    position: relative;
  }
  .ContactBox_contactbox a .ContactBox_svgIconInlinePhone {
    height: 26px;
    width: 26px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 420px) {
  .ContactBox_contactbox {
    padding: 0;
  }
  .ContactBox_contactbox a {
    padding: 0 7px;
  }
  .ContactBox_contactbox a .ContactBox_svgIconInlinePhone {
    height: 26px;
    width: 26px;
    margin-right: 0;
  }
}
.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;
  }
}

/* ../../website-next/components/general/menuComponents/loginMenu/LoginMenu.module.css */
.LoginMenu_dbKonto {
  position: relative;
  margin-top: 1px;
  border: 2px solid #309dd8;
  border-radius: 3px;
  height: 40px;
  display: inline-flex;
  box-sizing: border-box;
}
.LoginMenu_ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.LoginMenu_ripple::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle,
      white 10%,
      transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.LoginMenu_ripple:active::after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.LoginMenu_dbKonto .LoginMenu_headerButton {
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif;
  font-weight: 600;
  fill: currentColor;
  color: #309dd8;
  font-size: 16px;
  border: none;
  background: none;
  padding: 0 10px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  max-width: 165px;
}
.LoginMenu_dbKonto .LoginMenu_headerButton svg {
  height: 26px;
  width: 26px;
  margin-right: 7px;
}
.LoginMenu_dbKonto .LoginMenu_headerButton span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LoginMenu_dbKonto .LoginMenu_headerButton:focus,
.LoginMenu_dbKonto .LoginMenu_headerButton[aria-expanded=true],
.LoginMenu_dbKonto .LoginMenu_headerButton:focus > svg,
.LoginMenu_dbKonto .LoginMenu_headerButton[aria-expanded=true] > svg {
  background-color: #309dd8;
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .LoginMenu_dbKonto .LoginMenu_headerButton:hover,
  .LoginMenu_dbKonto .LoginMenu_headerButton:hover > svg {
    background-color: #309dd8;
    color: #ffffff;
    fill: #ffffff;
  }
}
.LoginMenu_dbKonto a {
  text-decoration: none;
}
.LoginMenu_dbKonto div.LoginMenu_submenu {
  position: fixed;
  top: 79px;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #ffffff;
  width: 250px;
  z-index: -1;
  box-shadow: 0 7px 12px -10px #c8c8c8;
  overflow: hidden;
  padding: 10px 25px;
  margin-left: -100px;
  overflow-y: auto;
  max-height: calc(100vh - 57px);
}
.LoginMenu_dbKonto .LoginMenu_submenu p.LoginMenu_title {
  margin-bottom: 5px;
  margin-top: 0;
}
.LoginMenu_dbKonto .LoginMenu_submenu p.LoginMenu_title a {
  color: #c8c8c8;
  font-size: 20px;
  text-transform: initial;
  outline: none;
}
.LoginMenu_dbKonto .LoginMenu_submenu p.LoginMenu_title a:focus,
.LoginMenu_dbKonto .LoginMenu_submenu p.LoginMenu_title a:hover {
  color: #309dd8;
}
.LoginMenu_dbKonto .LoginMenu_submenu .LoginMenu_accountBlock {
  padding-bottom: 15px;
}
.LoginMenu_dbKonto .LoginMenu_loginButton {
  width: 100%;
  height: 40px;
  color: #ffffff;
  line-height: 20px;
  text-shadow: none;
  outline: 0;
  display: block;
  cursor: pointer;
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif;
  background: #95c11f;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}
.LoginMenu_dbKonto .LoginMenu_loginButton:hover,
.LoginMenu_dbKonto .LoginMenu_loginButton:focus {
  background: #83ab1a;
}
#LoginMenu_login-menu .LoginMenu_register {
  padding-top: 10px;
  text-align: center;
}
#LoginMenu_login-menu .LoginMenu_hrText {
  border-bottom: none;
  width: 100%;
  position: relative;
  outline: 0;
  border: 0;
  color: #c8c8c8;
  text-align: center;
  height: 1.5em;
  margin: 0;
  margin-bottom: 10px;
}
#LoginMenu_login-menu .LoginMenu_hrText::after {
  content: attr(data-content);
  position: relative;
  padding: 0 0.5em;
  line-height: 1.5em;
  background-color: #ffffff;
  font-size: 0.8em;
}
#LoginMenu_login-menu .LoginMenu_hrText::before {
  content: "";
  background: #c8c8c8;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 1px;
}
#LoginMenu_login-menu .LoginMenu_register > span,
#LoginMenu_login-menu .LoginMenu_register > a {
  display: block;
  margin: auto;
}
#LoginMenu_login-menu .LoginMenu_register > span {
  color: #4b6879;
  font-size: 0.8em;
  margin-bottom: 10px;
}
#LoginMenu_login-menu .LoginMenu_register > a {
  color: #309dd8;
}
#LoginMenu_login-menu .LoginMenu_register > a:focus {
  color: #f89406;
}
.LoginMenu_dbKonto .LoginMenu_submenu ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.LoginMenu_dbKonto .LoginMenu_submenu ul li {
  line-height: 1.63333em;
  padding: 6px 0;
  font-size: 16px;
}
.LoginMenu_dbKonto .LoginMenu_submenu ul li.LoginMenu_abmeldenLink {
  padding: 5px 0 0;
}
.LoginMenu_dbKonto .LoginMenu_submenu ul li a.LoginMenu_subnaviLink {
  color: #4b6879;
  outline: none;
}
.LoginMenu_dbKonto .LoginMenu_submenu ul li a.LoginMenu_subnaviLink:hover,
.LoginMenu_dbKonto .LoginMenu_submenu ul li a.LoginMenu_subnaviLink:focus {
  color: #95c11f;
}
.LoginMenu_dbKonto .LoginMenu_submenu ul li span.LoginMenu_logout {
  color: #309dd8;
  word-wrap: break-word;
  cursor: pointer;
}
.LoginMenu_submenu {
  max-height: calc(100vh - 57px);
}
@media screen and (max-width: 1300px) {
  .LoginMenu_dbKonto button.LoginMenu_headerButton {
    max-width: 148px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .LoginMenu_dbKonto:not(.LoginMenu_reduced) {
    border: none;
    margin-right: -9px;
    margin-top: -18px;
    padding: 0;
    height: 80px;
  }
  .LoginMenu_dbKonto:not(.LoginMenu_reduced) div.LoginMenu_submenu {
    right: 0;
  }
  .LoginMenu_dbKonto:not(.LoginMenu_reduced) button.LoginMenu_headerButton svg {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: -5px;
  }
  .LoginMenu_dbKonto:not(.LoginMenu_reduced) button.LoginMenu_headerButton svg::before {
    content: " ";
  }
  .LoginMenu_dbKonto:not(.LoginMenu_reduced) button.LoginMenu_headerButton span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .LoginMenu_dbKonto {
    border: none;
    margin-right: -9px;
    margin-top: -18px;
    padding: 0;
    height: 80px;
  }
  .LoginMenu_dbKonto div.LoginMenu_submenu {
    right: 0;
  }
  .LoginMenu_dbKonto button.LoginMenu_headerButton svg {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: -5px;
  }
  .LoginMenu_dbKonto button.LoginMenu_headerButton svg::before {
    content: " ";
  }
  .LoginMenu_dbKonto button.LoginMenu_headerButton span {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .LoginMenu_dbKonto {
    height: 57px;
    margin-top: -5px;
  }
  .LoginMenu_dbKonto button.LoginMenu_headerButton svg {
    margin-top: -4px;
  }
  .LoginMenu_dbKonto div.LoginMenu_submenu {
    top: 57px;
  }
}
@media screen and (max-width: 1100px) {
  .LoginMenu_dbKonto {
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .LoginMenu_dbKonto {
    position: static;
  }
  .LoginMenu_dbKonto button svg {
    height: 26px;
    width: 26px;
    margin-top: -4px;
    margin-left: 5px;
    margin-right: 2px;
  }
  .LoginMenu_dbKonto > button {
    padding: 0 7px;
  }
  .LoginMenu_dbKonto div.LoginMenu_submenu {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto auto auto 0;
    align-items: center;
  }
  .LoginMenu_dbKonto div.LoginMenu_submenu .LoginMenu_accountBlock {
    text-align: center;
    margin: 10px 15px;
    width: 100%;
    max-width: 300px;
  }
}
.LoginMenu_logoutButton {
  background: transparent !important;
  color: #2a9cd7 !important;
  font-size: 16px !important;
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif !important;
  font-weight: 600 !important;
  padding: 0 !important;
  cursor: pointer !important;
  outline: none !important;
  border: none !important;
}

/* ../../website-next/components/general/header/Header.module.css */
.Header_header {
  width: 100%;
  top: 0;
  z-index: 999;
  max-height: var(--navigation-height--desktop);
  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;
  max-height: var(--navigation-height--desktop);
  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);
}
.Header_header button {
  margin: 0;
}
.Header_dbKonto > button > span {
  line-height: 20px;
}
.Header_headerTop .Header_logoContainer {
  position: relative;
  min-height: 1px;
  float: left;
  margin: 3px 0;
}
.Header_headerTop .Header_logoContainer.Header_reduced {
  margin-left: -5px;
}
.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 0 18px 9px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .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);
    max-height: var(--navigation-height--mobile);
  }
  .Header_headerTop {
    padding: 5px 0 5px 5px;
    width: 100%;
    text-align: right;
    padding-bottom: 0;
  }
  .Header_headerTop .Header_logoContainer {
    margin: 10px 5px;
    height: 100%;
  }
  .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;
    display: block;
  }
}
.Header_headerBasic.Header_headerTop {
  display: flex;
  text-align: center;
}
.Header_headerBasic.Header_headerTop .Header_headerBlock .Header_dbKonto button.Header_kontoButton {
  max-width: 230px;
}
.Header_headerBasic.Header_headerTop .Header_headerBlock .Header_Ekomi--ekomiWrapper .Header_Ekomi--ekomiLogo img {
  width: 50px;
  height: 50px;
  margin-top: -7px;
}
.Header_headerBasic.Header_headerTop.Header_showMydb .Header_headerBlock:nth-child(2) {
  margin-left: -25px;
}
@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;
  }
  .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);
  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;
  margin-right: 1px;
  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_rightContentWrapper .Header_headerBlock.Header_dbKonto {
    max-width: 160px;
  }
  .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%;
  }
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock .Header_dbKonto {
    min-width: 20px;
  }
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock .Header_dbKonto button.Header_db-ripple {
    margin: initial;
  }
}
@media screen and (max-width: 590px) {
  .Header_headerWrapper {
    max-height: var(--navigation-height--mobile);
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb {
    height: 100%;
    padding: 0;
  }
  .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: 10px;
    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);
  }
  .Header_headerWrapper .Header_headerTop.Header_headerBasic.Header_showMydb .Header_headerBlock .Header_dbKonto {
    height: 61px;
  }
  .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);
    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 (width: 590px) {
  .Header_headerTop.Header_headerBasic.Header_showMydb .Header_rightContentWrapper .Header_headerBlock .Header_dbKonto {
    margin-top: -5px;
  }
}
@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);
  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;
  }
}

/* ../../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;
}
.PhoneSystemError_phoneSystemError i {
  margin-right: 15px;
  font-size: 30px;
  padding: 5px;
}
@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/styles/breakpoints.module.css */
@value screen-xxs: 420px;
@value screen-xs: 590px;
@value screen-sm: 768px;
@value screen-md: 1024px;
@value screen-md-plus: 1100px;
@value screen-lg: 1200px;
@value screen-xl: 1300px;
