@charset "utf-8";
/* CSS Document */
.modal-hs-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483646;
  width: 100vw;
  height: 100vh;
  background-color: #05080a;
}
.modal-hs {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.fade-hs {
  transition: opacity .15s linear;
}

.modal-hs-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal-hs-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .modal-hs-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-hs-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.modal-hs.fade-hs .modal-hs-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px);
}
.modal-hs.show-hs{display:block;}
.modal-hs.show-hs .modal-hs-dialog {
  transform: none;
}

.modal-hs-backdrop.fade-hs {
  opacity: 0;
  display:none;
}
.modal-hs-backdrop.show-hs {
  opacity: .3;
  display:block;
}

.modal-hs-content-hs {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  outline: 0;
  margin: 0 5px;
}


.modal-hs-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e0e5eb;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.modal-hs-header {
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
}


.h3, .modal-hs-title, .sfe-weiche .teaser, .stage__countdownItem span:first-child, h3 {
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: .5rem;
}
.modal-hs-title {
  width: 100%;
  text-align: center;
  margin-left: calc(1.5rem + 16px);
  margin-right: calc(1.5rem + 16px);
  margin-bottom: 0 !important;
}

.d-none {
  display: none !important;
}

.modal-hs-header::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e5eb;
  margin-top: 1.5rem;
}

.modal-hs-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.modal-hs-body .js-consentText a {
  font-weight: 700;
  color: #05080a;
  text-decoration: underline;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-switch {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #05080a;
}

.form-switch {
  display: block;
  width: 100%;
  padding:10px;
  font-size:14px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  color: #05080a;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
}

.d-flex {
  display: flex !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.form-check label {
  display: flex;
  align-items: center;
}
.form-switch label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
[role="button"] {
  cursor: pointer;
}
.pt-2 {
  padding-top: .5rem !important;
}
.text-muted {
  --text-opacity: 1;
  color: #768493 !important;
}
.collapse:not(.show-hs) {
  display: none;
}

@media (min-width: 1024px) {
  .cookie-settings .accordion-collapse {
    display: block;
  }
}

.modal-hs-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding:23px;
  border-top: 1px solid #e0e5eb;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.modal-hs-footer {
  justify-content: space-between;
}


#consentmodal-hs .btn-hs, #consentmodal-hs .js-article-watch--item .undo-click, #consentmodal-hs .sfe-weiche .button, .js-article-watch--item #consentmodal-hs .undo-click, .sfe-weiche #consentmodal-hs .button {
  width: 100%;
}
.modal-hs-footer > * {
  margin: .25rem;
}

.btn-hs, .js-article-watch--item .undo-click, .sfe-weiche .button {
  height: 50px;
  font-size: 16px;
  min-width: 3rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}


.btn--tertiary, .btn-light {
  background: #fff;
  color: #05080a;
  border: 1px solid #e0e5eb;
}

.btn:hover, .js-article-watch--item .undo-click:hover, .sfe-weiche .button:hover {
  cursor: pointer;
}

.btn--tertiary:hover, .btn-light:hover {
  background: #fff;
  color: #05080a;
  border: 1px solid #c8d1da;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.04);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.04);
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}

#consentmodal-hs .btn, #consentmodal-hs .sfe-weiche .button {
  width: 100%;
}

.btn--primary, .btn-success, .sfe-weiche .button {
  background: #d1130f;
  color: #fff;
  border: 1px solid #d1130f;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.modal-hs-body .js-consentText{font-size:14px;margin: 0;padding: 0;}
.btn--primary:hover,.btn-success:hover,.sfe-weiche .button:hover{
  color:#fff;
  background:#e81511;
  border-color:#e81511
}
.btn--primary:disabled,.btn-success:disabled,.sfe-weiche .button:disabled {
  color:#fff;
  background:#ffa7a6;
  border-color:#ffa7a6
}

.d-flex {
  display: flex !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.form-check label {
  display: flex;
  align-items: center;
}
.form-switch label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.form-switch label input {
  display: none;
}
.form-switch label > span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.form-switch label input + span span.fake {
  position: relative;
  margin-left: .75rem;
}
.form-switch label.disabled span span.fake {
  cursor: not-allowed !important;
}

.form-switch label input + span span.fake::before {
  width: 40px;
  height: 24px;
  border-radius: 44px;
  display: block;
  background: #eff2f6;
  border: .5px solid #c8d1da;
  content: "";
}
.form-switch label.disabled span span.fake::before {
  opacity: .5;

}
.form-switch label input + span span.fake--readonly::before, .form-switch label input:checked + span span.fake::before {
  background: #203c53;

  border: .5px solid #203c53;

}



.form-switch label input + span span.fake::after {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  border: .5px solid #c8d1da;
  content: "";
  position: absolute;
  left: 2px;
  top: 1.5px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.form-switch label input + span span.fake--readonly::after, .form-switch label input:checked + span span.fake::after {
  left: 17px;
  border: .5px solid #203c53;
}