.cursor_pointer {
  cursor: pointer;
}

.block-text {
  display: block;
}

/* switch */
.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  position: relative;
}

.switch__absolute {
  position: absolute;
  right: 0;
}

.switch__first {
  top: 30px;
}

.switch__second {
  top: 0;
}

.switch_input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid white;
  background-color: #ff5a64;
}

.switch_slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: -1px;
  border: 1px solid white;
  bottom: -1px;
  background-color: var(--zz-purple);
  transition: 0.4s;
}

.switch_slider.switch_checked {
  background-color: #c8ffb0;
}

input:focus + .switch_slider {
  box-shadow: 0 0 1px #c8ffb0;
}

.switch_slider.switch_checked:before {
  transform: translateX(30px);
}

.switch_slider:before {
  border-radius: 50%;
}

.cookie-notice-wrapper,
.cookie-warning-wrapper {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: #1e0064;
  display: none;
  max-height: 100%;
  overflow-y: auto;
}

.cookie-notice-close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.cookie-notice {
  display: flex;
  flex-flow: column;
  padding: 20px 50px;
  gap: 50px;
}

.cookie-notice.padding {
  padding-bottom: 60px;
}

.cookie-notice-title {
  font-family: "NeuePlak", serif;
  font-size: 60px;
  color: var(--zz-yellow);
  line-height: 0.83;
  letter-spacing: 2px;
  text-align: center;
}

li.magazine-item .cookie-notice-title {
  font-size: 40px;
  color: var(--zz-yellow);
  line-height: 0.83;
  letter-spacing: 2px;
  text-align: center;
}

.cookie-warning-title {
  width: 160px;
}

.cookie-notice-right {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

li.magazine-item .cookie-notice-right {
  gap: 12px;
}

.cookie-notice-row {
  position: relative;
  display: none;
}

#cookie-notice-row-3 {
  padding-bottom: 30px;
}

.cookie-notice-row.show {
  display: flex;
  flex-flow: column;
}

.cookie-notice-row-border {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 30px;
}

.cookie-notice-row__header {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-bottom: 30px;
}

.cookie-notice-text {
  color: white;
  font-family: "ITCFranklinGothicLTPro-Bk", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
}

li.magazine-item .cookie-notice-text {
  font-size: 14px;
  line-height: 1.2;
}

.cookie-description-toggle-externe {
  display: none;
}

.cookie-description-toggle-externe {
  display: flex;
  flex-flow: column;
}

.cookie-notice_description {
}

.cookie-notice_description.show {
  padding-bottom: 30px;
  display: inline-flex;
}

.cookie-notice_section-title {
  color: white;
  font-family: "ITCFranklinGothicLTPro-Dm", serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}

li.magazine-item .cookie-notice_section-title {
  font-size: 15px;
  line-height: 12px;
}

.cookie-notice-text-link {
  color: white;
  text-decoration: underline;
}

.cookie-notice-ok-button {
  color: var(--zz-purple);
  background-color: white;
  border-radius: 30px;
  font-size: 15px;
  height: 30px;
  cursor: pointer;
  border: 0;
  font-family: "ITCFranklinGothicLTPro-Bk", serif;
  width: 110px;
  letter-spacing: 1px;
  padding: 3px 10px 0;
}

li.magazine-item .cookie-notice-ok-button-wrapper button {
  font-size: 14px;
}

.cookie-notice-adjust-button {
  background-color: var(--zz-purple);
  color: white;
  border-radius: 30px;
  font-size: 15px;
  height: 30px;
  cursor: pointer;
  border: 1px solid white;
  font-family: "ITCFranklinGothicLTPro-Bk", serif;
  width: 110px;
  letter-spacing: 1px;
  padding: 3px 10px 0;
}

.cookie-notice-ok-button-wrapper {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.cookie-notice-ok-button-wrapper.end {
  place-items: flex-end;
  height: 100%;
}

.cookie-notice-text_info-row {
  border-top: 1px solid white;
  padding: 10px;
}

.cookie-notice_cookie-info {
  border-top: 1px solid white;
  display: grid;
  grid-template-rows: 1fr min-content;
  margin-bottom: 60px;
  gap: 0px;
}

.cookie-notice_cookie-info-table {
  border-collapse: collapse;
}

.cookie-notice_cookie-info-left,
.cookie-notice_cookie-info-right {
  display: flex;
  flex-flow: column;
}

.cookie-notice_cookie-info-item {
  border-top: 1px solid white;
  padding: 10px;
  word-break: break-word;
  width: 50%;
}

.cookie-notice_cookie-info-item.no_border {
  border-top: 0;
}

.cookie-notice_cookie-info_switch {
  margin-top: 30px;
}

#cookie-more-information,
#cookie-more-information-analyse {
  display: none;
}

#cookie-more-information.show,
#cookie-more-information-analyse.show {
  display: block;
}

#cookie-toggle-technish,
#cookie-toggle-externe,
#cookie-toggle-analyse {
  display: none;
}

#cookie-toggle-technish.show,
#cookie-toggle-externe.show,
#cookie-toggle-analyse.show {
  display: flex;
  flex-flow: column;
}

#cookie-adjust-button.hide {
  display: none;
}

#label-cookie-externe.hide,
#label-cookie-analyse.hide,
#cookie-more-information-toggle.hide,
#cookie-more-information-analyse-toggle.hide {
  display: none;
}

.cookie-cell-left {
  width: 241px;
}

.cookie-notice-button-medium {
  width: 150px;
}

.cookie-notice-button-big {
  width: 150px;
  height: 50px;
}

@media (min-width: 800px) {
  .cookie-notice {
    display: grid;
    grid-template-columns: 1fr 4fr min-content;
  }

  .cookie-notice-row__header {
    flex-flow: row;
  }

  .cookie-notice_cookie-info {
    gap: 60px;
    grid-template-columns: 1fr min-content;
    margin-bottom: 0px;
  }

  .cookie-notice-ok-button-wrapper {
    align-self: flex-start;
    width: 100%;
    display: flex;
    place-content: flex-end;
  }

  .cookie-warning {
    grid-template-columns: min-content max-content min-content;
  }
}
