/* ../../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;
  }
}

/* ../../website-next/components/general/menuComponents/smallMenuWithOverlay/SmallMenuWithOverlay.module.css */
.SmallMenuWithOverlay_smallNavigation {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100.02px) {
  .SmallMenuWithOverlay_smallNavigation {
    display: none;
  }
}
.SmallMenuWithOverlay_submenu {
  position: fixed;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  top: 70px;
  left: 0;
  z-index: -1;
  box-shadow: 0 7px 12px -10px #c8c8c8;
  width: 100%;
  height: calc(100% - 90px);
  overflow: hidden;
  padding: 10px;
  padding-right: 17px;
  padding-left: 0;
  overflow-y: scroll;
  box-sizing: content-box;
}
.SmallMenuWithOverlay_categoryBlock {
  border-top: 1px solid #c8c8c8;
  width: 90%;
  margin: auto;
  padding: 10px 0;
}
.SmallMenuWithOverlay_categoryBlock:first-of-type {
  border-top: none;
}
.SmallMenuWithOverlay_categoryBlockTitle {
  display: flex;
  border: none;
  color: #309dd8;
  width: 100%;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  font-family:
    var(--font-montserrat),
    "Helvetica Neue",
    "Arial",
    sans-serif;
  font-weight: 600;
  background: #ffffff;
  justify-content: space-between;
}
.SmallMenuWithOverlay_navigationBlockOuter {
  text-align: left;
}
.SmallMenuWithOverlay_navigationBlockOuter p {
  color: #c8c8c8;
  font-size: 20px;
  outline: none;
  margin: 15px 0 5px;
}
.SmallMenuWithOverlay_navigationBlockOuter p a {
  color: #c8c8c8;
  text-decoration: none;
}
.SmallMenuWithOverlay_navigationBlockOuter p a:focus,
.SmallMenuWithOverlay_navigationBlockOuter p a:hover {
  outline: none;
  color: #309dd8;
}
.SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
.SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList::after,
.SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList::before {
  content: none;
}
.SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList li {
  width: 220px;
}
ul.SmallMenuWithOverlay_verticalList .SmallMenuWithOverlay_subnaviLink {
  color: #4b6879;
  pointer-events: initial;
  outline: none;
  display: flex;
  align-items: center;
}
ul.SmallMenuWithOverlay_verticalList .SmallMenuWithOverlay_subnaviLink i::before {
  width: 50px;
  margin-left: -12px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .SmallMenuWithOverlay_submenu h1 {
    font-size: 34px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList {
    justify-content: space-between;
    max-height: 100%;
  }
  .SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList li {
    width: 190px;
    padding: 8px 0;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 590px) and (max-width: 768px) {
  .SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList {
    justify-content: inherit;
  }
  .SmallMenuWithOverlay_navigationBlockOuter ul.SmallMenuWithOverlay_verticalList li {
    width: 33%;
  }
}
@media screen and (max-width: 1100px) {
  .SmallMenuWithOverlay_categoryBlock {
    display: inline-block;
    padding: 7px 0;
    margin: 0 auto;
    text-align: left;
  }
  .SmallMenuWithOverlay_categoryBlockTitle .SmallMenuWithOverlay_arrowIcon {
    display: inline-block;
    transition: transform 0.75s ease-in-out;
    transform: rotate(0);
  }
  .SmallMenuWithOverlay_categoryBlockTitle .SmallMenuWithOverlay_arrowIcon.SmallMenuWithOverlay_iconOpen {
    transition: transform 0.75s ease-in-out;
    transform: rotate(180deg);
  }
  .SmallMenuWithOverlay_navigationBlockOuter {
    max-height: 0;
    transition: max-height 0.75s ease-out;
    overflow: hidden;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock p {
    font-size: 16px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock p a {
    font-size: 16px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter.SmallMenuWithOverlay_isBlockOpen {
    max-height: 700px;
    transition: max-height 1s ease-in-out;
  }
}
@media screen and (max-width: 590px) {
  .SmallMenuWithOverlay_submenu {
    height: calc(100% - 57px);
  }
  .SmallMenuWithOverlay_submenu.SmallMenuWithOverlay_isOpen {
    top: 57px;
  }
  .SmallMenuWithOverlay_categoryBlock {
    display: inline-block;
    padding: 7px 0;
    margin: 0 auto;
    text-align: left;
  }
  .SmallMenuWithOverlay_categoryBlock:last-of-type {
    padding-bottom: 40px;
  }
  .SmallMenuWithOverlay_categoryBlockTitle {
    font-size: 18px;
  }
  .SmallMenuWithOverlay_categoryBlockTitle .SmallMenuWithOverlay_arrowIcon {
    display: inline-block;
    position: absolute;
    font-size: 1.2em;
    right: 30px;
    transition: transform 0.75s ease-in-out;
    transform: rotate(0);
  }
  .SmallMenuWithOverlay_categoryBlockTitle .SmallMenuWithOverlay_iconOpen {
    transition: transform 0.75s ease-in-out;
    transform: rotate(180deg);
  }
  .SmallMenuWithOverlay_navigationBlockOuter {
    max-height: 0;
    transition: max-height 0.75s ease-out;
    overflow: hidden;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock p {
    font-size: 16px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock p a {
    font-size: 16px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter.SmallMenuWithOverlay_isBlockOpen {
    max-height: 700px;
    transition: max-height 1s ease-in-out;
  }
  .SmallMenuWithOverlay_submenu h1 {
    font-size: 28px;
    line-height: 1.2em;
    margin: 11px auto 20px;
  }
}
@media screen and (max-width: 420px) {
  .SmallMenuWithOverlay_submenu h1 {
    font-size: 24px;
  }
  .SmallMenuWithOverlay_categoryBlockTitle {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
  }
  .SmallMenuWithOverlay_categoryBlockTitle::before,
  .SmallMenuWithOverlay_categoryBlockTitle::after {
    content: none;
  }
  .SmallMenuWithOverlay_categoryBlockTitle .SmallMenuWithOverlay_arrowIcon {
    line-height: 16px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock p {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock p a {
    font-size: 14px;
  }
  .SmallMenuWithOverlay_navigationBlockOuter .SmallMenuWithOverlay_navigationBlock ul.SmallMenuWithOverlay_verticalList li {
    font-size: 14px;
    width: 150px;
    padding: 4px 0 7px;
  }
}

/* ../../website-next/components/general/menuComponents/subMenu/SubMenu.module.css */
.SubMenu_menuCategory {
  background: none;
  color: #309dd8;
  border: none;
  padding: 0;
  outline: none;
  font: inherit;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .SubMenu_menuCategory:hover::before,
  .SubMenu_menuCategory:focus::before,
  .SubMenu_menuCategory[aria-expanded=true]::before {
    content: "";
    position: absolute;
    left: 42.5%;
    bottom: 0;
    width: 15%;
    margin: auto;
    border-bottom: 2px solid #f89406;
  }
}
@media screen and (max-width: 590px) {
  .SubMenu_menuCategory:hover::before,
  .SubMenu_menuCategory:focus::before {
    border-bottom: none;
  }
}
.SubMenu_ie11flex {
  display: flex;
}
.SubMenu_submenu {
  position: fixed;
  display: flex;
  justify-content: center;
  text-align: left;
  background-color: #ffffff;
  z-index: -1;
  left: 0;
  width: 100%;
  box-shadow: 0 7px 12px -10px #c8c8c8;
  overflow: hidden;
  padding: 10px 0 20px 15%;
  transform: translateY(-400px);
  transition: transform 0.3s ease-in-out;
}
@keyframes SubMenu_fix-header-bug {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SubMenu_submenu.SubMenu_isOpen {
  animation: SubMenu_fix-header-bug 0.3s;
  transform: translateY(18px);
}
.SubMenu_submenu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 460px;
  max-height: 300px;
}
.SubMenu_submenu.SubMenu_finanzen ul {
  width: 280px;
}
.SubMenu_submenu.SubMenu_mobilfunk ul {
  width: 300px;
}
.SubMenu_submenu ul li {
  display: block;
  clear: both;
  padding: 6px 0 !important;
}
.SubMenu_submenu p.SubMenu_title,
.SubMenu_submenu p.SubMenu_title a {
  color: #c8c8c8;
  font-size: 20px;
  outline: none;
  text-transform: initial;
  margin-bottom: 12px;
}
.SubMenu_submenu p.SubMenu_title a:focus,
.SubMenu_submenu p.SubMenu_title a:hover {
  color: #309dd8;
}
.SubMenu_submenu a.SubMenu_subnaviLink {
  color: #4b6879;
  pointer-events: initial;
  outline: none;
  display: flex;
  align-items: center;
}
.SubMenu_submenu a.SubMenu_subnaviLink:hover,
.SubMenu_submenu a.SubMenu_subnaviLink:focus {
  color: #95c11f;
}

/* ../../website-next/components/general/menuComponents/mainMenu/MainMenu.module.css */
.MainMenu_mainMenu {
  display: inline-block;
  margin-left: -12px;
  font-weight: 600;
}
.MainMenu_mainMenu ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.MainMenu_mainMenu ul li {
  float: left;
  position: relative;
  line-height: 1.63333em;
  padding: 8px 1em 5px;
  font-size: 16px;
}
.MainMenu_mainMenu ul li a {
  color: #309dd8;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .MainMenu_mainMenu ul li {
    padding: 10px 10px 5px;
  }
}
@media screen and (min-width: 1100.02px) {
  .MainMenu_bigNavigation {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .MainMenu_mainMenu {
    margin-left: 0;
    order: 99;
  }
  .MainMenu_bigNavigation {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .MainMenu_mainMenu {
    order: 99;
  }
}
@media screen and (max-width: 420px) {
  .MainMenu_mainMenu {
    padding: 0;
  }
}

/* ../../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;
  gap: 6px;
}
.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;
}
