@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'berner_iconfont';
  src:url('fonts/berner_iconfont.eot?eak1xuwv56p');
  src:url('fonts/berner_iconfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/berner_iconfont.woff?eak1xuwv56p') format('woff'),
  url('fonts/berner_iconfont.ttf?eak1xuwv56p') format('truetype')
}

:root {
  --hellblau: #97c1de;
  --orange: #eb6111;
  --grau: #f9f9f9;
  --dunkelgrau: #555;
  --weiss: #fff;
  --schwarz: #000;
  --dunkelgrauer: #313131;
  --shortcut-gap: 3px;
  --top-space: 50px;
  --bottom-space: 100px;
  --black: #000;
}

body {
  font-family: Archivo, Verdana, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nowrap {
  white-space: nowrap;
}
.top-space {
  height: var(--top-space);
}
.bottom-space {
  height: var(--bottom-space);
}

.main_header {
  background-color: var(--black);
  padding: 10px 85px 19px 50px;
  font-size: 16px;
  line-height: 20.7167px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.184);
}
.main_header,
.main_header nav,
.main_header .input_group {
  display: flex;
  align-items: center;
}

.input_group {
  height: 36px;
  background: white;
}
.main_header a {
  display: block;
  color: var(--weiss);
  text-decoration: none;
}
.main_header img.brand {
  height: auto;
  display: block;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
}
.main_header nav {
  width: 65%;
  padding-top: 6px;
}
.main_header nav a {
  padding-left: 15px;
  padding-right: 20px;
}
.main_header .form-wrapper {
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 6px;
  width: 90%;
}
.main_header form {
  display: block;
  border: 0;
  width: 100%;
}
.main_header input[type="text"] {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  color: var(--dunkelgrau);
  padding: 6px 12px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--weiss);
  width: 100%;
}
.main_header input[type="text"]::placeholder {
  color: #777;
  opacity: 1;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main_header form button {
  height: 35px;
  background-color: var(--weiss);
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
}
.main_header form button .bticon {
  margin-right: 10px;
  font-size: 16px;
  color: var(--black);
}
@font-face {
  font-family: "bticon";
  src: url("fonts/bticon.woff") format("woff");
}
.bticon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "bticon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bticon-site-search::before {
  content: "\E008";
}
.bticon-login::before {
  content: "\E198";
}
.bticon-cart::before {
  content: "\E001";
}
.main_header .nav-actions {
  width: 35%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: 5px;
  gap: 30px;

}
.icon-link {
  text-align: center;
  font-size: 12px;
  line-height: 12.6px;
}
.icon-link .bticon {
  font-size: 16px;
  margin-bottom: 10px;
}
.icon-link:nth-of-type(1) {
  margin-left: 27px;
  color:#fff;
 
}
.icon-link:nth-of-type(2) {
  margin-right: 30px;
}
@media all and (max-width: 1540px) {
  .main_header .nav-actions {
    width: 56%;
  }
  .icon-link:nth-of-type(1) {
    margin-left: 15px;
    color:#fff;
  }
  .icon-link:nth-of-type(2) {
    margin-right: 15px;
  }
}
@media all and (max-width: 1279px) {
  .main_header {

    .wrapper.hero-wrapper, .shortcuts-section .wrapper {
	max-width: calc(100vw - 12%);

}
    



  }


  @media (max-width: 1279px) {
  .main_header {
    padding: 30px 100px 30px 80px;
  }
}

  .main_header img.brand {
    width: 100px;
    height: auto;
    margin-right: 7px;
  }
  .main_header .nav-actions {
    width: 37%;
  }
  .icon-link:nth-of-type(2) {
    margin-right: 20px;
  }
}
@media all and (max-width: 1070px) {
  .icon-link:nth-of-type(1) {
    margin-left: 5px;
  }
  .icon-link:nth-of-type(2) {
    margin-right: 10px;
  }
}
@media all and (min-width: 891px) {
  .mobile-only {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .main_header nav {
    display: none;
  }
  .nav-actions .link-label {
    display: none;
  }
  .main_header {
    padding-left: 10px;
    padding-right: 10px;
   padding-top: 15px;
    padding-bottom: 42px;
    position: relative;
  }
  .main_header img.brand {
    width: 90px;
    height: auto;
  }

  .main_header .form-wrapper {
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
    margin-right: 15px;
    width: 53%;
  }
  .main_header .mobile-nav {
    position: absolute;
    left: 10px;
    bottom: 12px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .main_header .mobile-nav a {
    display: inline-block;
  }
  .main_header .mobile-nav div {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .main_header .nav-actions {
    width: auto;
    gap: 25px;
  }
  .main_header .mobile-nav div:nth-child(2) {
    border-left: 1px solid #000;
    padding-left: 15px;
  }
  .main_header .search-label {
    display: none;
  }
  .main_header form button .bticon {
    margin-right: 0;
  }
}
/* shortcuts (sticky) */
.ui-shortcut {
  background: var(--weiss);
  display: flex;
  height: 70px;
  font-size: 14px;
  line-height: 20px;
  color: var(--weiss);
  justify-content: flex-end;
  width: 0;
}
.ui-shortcut-callout {
  overflow: clip;
  width: 0;
  transition: width ease 0.3s;
}
.ui-shortcut-content,
.ui-shortcut-icon {
  background: var(--orange);
  display: grid;
  place-content: center;
  text-align: center;
}
.ui-shortcut-icon img {
  display: block;
  height: 40px;
}
.ui-shortcut-icon {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}
.ui-shortcut-content {
  width: 255px;
  height: 70px;
  text-decoration: none;
  color: inherit;
  border-right: var(--shortcut-gap) solid var(--weiss);
}
.ui-shortcut:hover .ui-shortcut-callout {
  width: 255px;
}
.ui-shortcuts-wrapper {
  position: fixed;
  right: 0;
  top: 33%;
  display: flex;
  flex-direction: column;
  gap: var(--shortcut-gap);
}
@media all and (max-width: 991px) {
  .ui-shortcuts-wrapper {
    display: none;
  }
}
/* footer */
footer,
footer a {
  font-size: 14px;
}
footer {
  background-color: var(--schwarz);
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}
.footer-wrapper {
  position: relative;
}
#consentBtn {
  cursor: pointer;
  display: inline-block;
}
@media all and (min-width: 1000px) {
  .footer-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 186.1px;
    height: 100%;
    background-image: url("../assets/footer-geometric.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
}

@media all and (max-width: 1500px) {
  .footer-wrapper::before {
    left: -30px;
  }
}


.footer-nav {
  flex-basis: 65.4%;
  padding-left: 170px;
 padding-bottom: 40px;

}
footer nav {
  display: grid;
 grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  padding-top: 27px;
  padding-bottom: 17.5px;
  column-gap: 15px;
}

@media all and (min-width: 1340px) {
  footer nav {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    
  }
}

.footer-teaser {
  flex-basis: 34.6%;
  padding-top: 22px;
  padding-bottom: 40px;
  padding-left: 45px;
  background-color: var(--dunkelgrauer);
  display: flex;
  flex-direction: column;
  gap: 20.75px;

  .recoveryElements-item.footerMainRight-images-container {
	display: flex;
	gap: 24px;
	align-items: center;
}
}
.footer-teaser strong {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 14px;
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  row-gap: 10px;
}
.logos-stores {
  display: flex;
  gap: 16px;
}
.logos-stores a {
  display: block;
}
.logos-stores img {
  height: 35px;
  display: block;
}
.footer-nav-title {
  font-weight: 700;
}
.copyright-wrapper {
  padding: 10px 40px 19px 170px;
  font-size: 13px;
  line-height: 12.6px;
  color: var(--schwarz);
  display: flex;
  justify-content: space-between;
}
.copyright-text,
.cookie-settings-wrapper {
  padding-top: 14.75px;
}
.btn-footer-primary {
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  font-size: 12px;
  background-color: var(--orange);
  display: inline-block;
}
.footer-social-media-links a:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin-left: 22px;
  margin-right: 22px;
}
@media all and (max-width: 1000px) {
  .footer-nav {
    flex-basis: 53%;
    padding-left: 20px;
  }
  .footer-teaser {
    flex: 1 1 auto;
    padding-left: 30px;
    padding-right: 45px;
    text-align: left;
  }
  .footer-social-media-links a:not(:first-child)::before {
    margin-left: 12px;
    margin-right: 12px;
  }
  .copyright-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

   .footer-teaser {
    background-image: none;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
  }

  .footer-teaser::before {
    content:"";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 99px;
    height: 300px;
    background-image: url("../assets/footer-geometric-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    overflow: hidden;
  }
}
@media all and (min-width: 769px) {
  .footer-nav-title {
    pointer-events: none;
  }
}
@media all and (max-width: 768px) {
  footer {
    flex-direction: column;
  }
  .footer-nav {
    flex-basis: auto;
    padding: 20px;
    padding-top:30px;
    padding-bottom: 40px;
  }
  .footer-nav nav {
    margin: 0;
    padding: 0;
    display: block;
  }
  .footer-nav nav ul {
    border-bottom: 1px solid rgb(74, 74, 74);
    display: block;

  }
  .footer-nav nav ul {
    max-height: 45px;
    overflow: clip;
    transition: max-height 0.3s ease;
   
  }
  .footer-nav nav ul.active {
    max-height: 320px;
  }
  .footer-nav nav li.footer-nav-title {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-nav nav li:not(.footer-nav-title) {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 105%;
    padding-left: 16px;
  }
  .footer-nav nav li.footer-nav-title::after {
    font-family: "bticon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\E200";
    transform: scaleY(-1);
  }
  .footer-nav nav ul.active li.footer-nav-title::after {
    transform: none;
  }
  .logos-stores {
    margin-top: 25px;
  }
  .cookie-settings-wrapper {
    text-align: center;
  }
  .copyright-wrapper {
    flex-direction: column;
    line-height: 20px;
    gap: 20px;
  }
  .footer-teaser {
    background-image: none;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
  }

  .footer-teaser::before {
    content:"";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 99px;
    height: 300px;
    background-image: url("../assets/footer-geometric-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    overflow: hidden;
  }
}

.mainHeader-row-top {
  background: rgb(151, 193, 222);
  z-index: 995;
  height: 30px;
  overflow-y: clip;
}

.mainHeader-row-top-right {
  z-index: 3;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
}

.mainHeader-row-top-left {
  margin: auto 0px;
  padding-right: 6px;
}

.mainHeader-row-top-left .mainHeader-logo img {
  width: 200px;
  height: auto;
  margin-top: 10px;
}

/* =============================================
         HEADER BAR INFO (Wrapper für Links)
         ============================================= */
.mainHeaderBar-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.mainHeaderBar-info .bicon-cross {
  display: none;
}

.mainHeaderBar-info .bicon-arrow-bottom-circle {
  color: rgb(0, 0, 0);
  border: 0px;
  padding-left: 10px;
  font-size: 10px;
}

/* =============================================
         LINK LIST CONTAINER
         ============================================= */
.mainHeaderBar-info-links {
  display: flex;
  flex-direction: row;
}

/* =============================================
         EINZELNE LINK-LIST ITEMS (Trapez-Form)
         ============================================= */
.mainHeaderBar-info-links .link-list {
  cursor: pointer;
  height: 30px;
  line-height: 38px;
  background: rgb(151, 193, 222);
  position: relative;
  margin: 0px 18px;
  display: flex;
  align-items: center;
}

.mainHeaderBar-info-links .link-list a {
  line-height: 38px;
}

/* Trapez rechts (Pfeil nach rechts) */
.mainHeaderBar-info-links .link-list::after {
  position: absolute;
  right: -37px;
  top: 0px;
  content: "";
  border-width: 19px;
  border-style: solid;
  border-color: transparent transparent rgb(151, 193, 222) rgb(151, 193, 222);
  border-image: initial;
}

/* Trapez links (Pfeil nach rechts) */
.mainHeaderBar-info-links .link-list::before {
  position: absolute;
  left: -35px;
  top: 0px;
  content: "";
  border-width: 19px;
  border-style: solid;
  border-color: rgb(151, 193, 222) rgb(151, 193, 222) transparent transparent;
  border-image: initial;
}

/* Erstes Element - linke Kante gerade */
.mainHeaderBar-info-links .link-list:first-child {
  margin-left: 0px;
  border-left: 19px solid rgb(151, 193, 222);
}

.mainHeaderBar-info-links .link-list:first-child .link-list-title {
  padding-left: 0px;
}

.mainHeaderBar-info-links .link-list:first-child::before {
  left: -50px;
}

/* =============================================
         HOVER & ACTIVE STATES
         ============================================= */
.mainHeaderBar-info-links .link-list:hover,
.mainHeaderBar-info-links .link-list.active {
  background-color: rgb(255, 255, 255);
}

.mainHeaderBar-info-links .link-list:hover:first-child,
.mainHeaderBar-info-links .link-list.active:first-child {
  border-left: 19px solid rgb(255, 255, 255);
}

.mainHeaderBar-info-links .link-list:hover::before,
.mainHeaderBar-info-links .link-list.active::before {
  border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
}

.mainHeaderBar-info-links .link-list:hover::after,
.mainHeaderBar-info-links .link-list.active::after {
  border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
}

.mainHeaderBar-info-links .link-list:hover a,
.mainHeaderBar-info-links .link-list.active a {
  text-decoration: underline;
}

.mainHeaderBar-info-links .link-list:hover a:active,
.mainHeaderBar-info-links .link-list.active a:active,
.mainHeaderBar-info-links .link-list:hover a:hover,
.mainHeaderBar-info-links .link-list.active a:hover {
  background: rgb(255, 255, 255);
}

.mainHeaderBar-info-links .link-list.active a {
  font-weight: 600;
}

.mainHeaderBar-info-links .link-list.active:hover a {
  font-weight: 600;
}

.mainHeaderBar-info-links .link-list:hover a {
  font-weight: normal;
  text-decoration-color: rgb(235, 97, 17);
}

/* =============================================
         LINK TITLE TEXT
         ============================================= */
.mainHeaderBar-info-links .link-list .link-list-title {
  font-family: Archivo, Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 11px;
  color: rgb(0, 0, 0);
  padding: 0px 15px;
}

/* =============================================
         BREAKPOINTS / MEDIA QUERIES
         ============================================= */

.mainHeaderBar-info {
  overflow-y: hidden !important;
}

/* min-width: 768px */
.mainHeader-row-top-right {
  justify-content: flex-end;
}

.mainHeaderBar-info-links {
  padding-right: 17px;
  text-align: center;
  height: 20px;
  align-items: center;
}

/* Abschluss rechts - diagonale Kante */
.mainHeaderBar-info-links::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  border-width: 19px;
  border-style: solid;
  border-color: rgb(151, 193, 222) rgb(151, 193, 222) transparent transparent;
  border-image: initial;
}

.mainHeaderBar-info-links {
  background-color: rgb(223, 236, 245);
  height: 30px;
  padding-right: 21px;

  .link-list {
    height: 30px;
  }
}

.mainHeader-row-top {
  padding-right: 69px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.mainHeader-row-top::-webkit-scrollbar {
  height: 0px; /* Chrome, Safari, Opera */
  display: none;
}

.mainHeader-row-top-left {
  padding-right: 60px;
}

.mainHeaderBar-info .bicon {
  display: none;
}

.mainHeaderBar-info-links .link-list .link-list-title {
  font-size: 14px;
  line-height: 38px;
  padding: 0px 8px;
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 1.1) and (-webkit-max-device-pixel-ratio: 1.3) {
  .mainHeaderBar-info-links .link-list::after {
    right: -36px;
  }
}

.mainHeader-row-top-right {
  min-width: 1065px;
  overflow-x: hidden;
}

header {
  background-color: black;
  position: relative;
}

header::before {
  content: "";
  width: 130px;
  height: 231px;
  background-image: url("../assets/stage-component-geometric-left-orange-blue-homepage.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(102px);
}

.wrapper.hero-wrapper,
.shortcuts-section .wrapper {
  max-width: calc(100vw - 260px);
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width: 1210px) {
  .wrapper.hero-wrapper,
.shortcuts-section .wrapper {
  max-width: 100vw;

}
}

.shortcut-item {
  background-color: hsl(0, 0%, 10%);
}

.shortcut-item:nth-child(even) {
  background-color: hsl(0, 0%, 15%);
}

.shortcut-item:hover:before {
  background-color: hsl(0, 0%, 1%);
}

.shortcut-item:hover {
  background-color: hsl(0, 0%, 1%);
}



.mainFooterNav-header {
	height: 42.14px;
	background-color: #97c1de;
	padding: 6.5px 50px 6.5px 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.mainFooterNav-header-left {
  display:flex;
  flex-direction:row;
  align-items:center
}


@media (min-width: 768px) {
  .mainFooterNav-header {
    padding: 10px 100px;
  }
}

@media(min-width:992px) {
 .mainFooterNav-header-left {
    padding:0 70px
  }
}

.mainFooterNav-header-left-title {
  color:#000;
  font-family:'Archivo',Verdana,Arial,sans-serif;
  font-style:normal;
  font-weight:700;
  font-size:14px;
  letter-spacing:-0.022em;
  text-transform:uppercase
}
.mainFooterNav-header-left .footer-top-logo {
  font-size:24px
}
.mainFooterNav-header-right {
  display:flex;
  flex-direction:row;
  align-items:center;
  flex:none;
  order:2;
  flex-grow:0
}
.mainFooterNav-header-right .checkmark-item-container .checkmark-item {
  display:flex;
  font-family:'Archivo',Verdana,Arial,sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:12px;
  color:#000
}
 .mainFooterNav-header-right .checkmark-item-container .orange-checkmark {
  color:#eb6111;
  font-size:14px
}
.mainFooterNav-header-right .checkmark-item-container .checkmark-text {
  margin:0 14px 0 6px
}
.footer-teaser {
footer .mainFooterNav-content .newsletterBar {
	background-color: transparent;
	padding: 0;
	width: fit-content;
	display: flex;
	flex-direction: row;
	padding-bottom: 12px;
	cursor: pointer;
	border: 0;
	margin: unset;
}

.newsletterBar {
  color: #666;
  opacity: 97%;
}



@media (min-width: 992px) {
  .newsletterBar {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  footer .mainFooterNav-content .newsletterBar {
    padding-bottom: 20px;
  }
}

footer .mainFooterNav-content a {
	display: flex;
	flex-direction: row;
	color: #fff;
	width: fit-content;
}

.orange-sloped-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: fit-content;
	height: 48px;
	border: 0;
	background-color: #eb6111;
	padding: 0;
	position: relative;
	margin-right: 48px;
	transition: all .15s ease-in-out;
}

.orange-sloped-btn-arrow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 14px;
	font-size: 20px;
	height: fit-content;
	color: #fff;
	background-color: #000;
}

footer .mainFooterNav-content span {
	display: flex;
	color: #fff;
	top: -2px;
	width: fit-content;
}

.bicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'berner_iconfont';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.bicon-arrow-right-circle::before {
	content: "\E208";
}

.bicon::before {
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
}

.orange-sloped-btn-text {
	color: #000;
	font-family: 'Archivo',Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 18px;
}

.orange-sloped-btn::after {
	content: '';
	display: block;
	border: 24px solid #eb6111;
	border-top-color: transparent;
	border-right-color: transparent;
	position: absolute;
	right: -48px;
	transition: all .15s ease-in-out;
}}

.copyright-text {
	flex-basis: 64.4%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  a, #consentBtn {
    color: #626262;
    text-decoration: none;
  }

  a:hover, #consentBtn:hover {
    text-decoration: underline;
  }
}

.cookie-settings-wrapper {
	flex-basis: 35.6%;
  line-height: 1.5;
}

.main_header .nav-actions {
  .bicon {
	
	font-family: 'berner_iconfont';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  color:#fff !important;
  font-size: 16px !important;
 
}
}

.empty-state {
	opacity: .5;
	width: 30%;
	margin: 0 auto;
	/* text-align: center; */
	display: block;
}

@media all and (max-width: 1045px) {
    body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 20px;
    background: linear-gradient(to right, transparent, #97c1de);
    height: 30px;
    pointer-events: none;
  }
}