.peytz-layout--wide {
  max-width: 1120px;
}

.peytz-layout--wide:after {
  content: "";
  display: table;
  clear: both;
}

.peytz-layout--sticky-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translate3d(0, 0, 0);
  margin-bottom: 0;
}

.peytz-layout--sticky-mobile.is-expanded {
  -webkit-box-shadow: 0px 47px 92px 43px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 47px 92px 43px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 47px 92px 43px rgba(0, 0, 0, 0.75);
}

.peytz-layout__wrapper {
  padding-top: 80px;
  background-color: #F2F2F2;
}

.is-expanded .peytz-layout__wrapper {
  background: #FFFFFF;
}

.peytz-layout__aside--left {
  float: left;
}

.peytz-text {
  max-width: 100%;
}

.peytz-feedback__text, .peytz-feedback__items {
  font-size: 16px;
  line-height: 22px;
  margin: 1em 0;
}

.peytz-categories__selector {
  position: static;
}

.peytz-categories__items {
  position: static;
  max-height: 80vh;
}

@media (orientation: landscape) {
  .peytz-categories__items {
    max-height: 60vh;
  }
}

.peytz-categories__item {
  box-sizing: border-box;
  display: block;
  border-width: 0 0 1px 0;
  border-color: #E5E5E5;
  color: #000000;
  text-transform: none;
  height: 54px;
  line-height: 54px;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  font-family: "DRPublik-SemiBold", "Arial Black", sans-serif;
  flex: 1;
  max-width: 100%;
  padding: 0 20px;
}

.peytz-categories__item.is-selected, .peytz-categories__item:hover {
  color: #000000;
  background: transparent;
}

.peytz-categories__header {
  display: inline-block;
  border: 1px solid #EC001C;
  background-color: #FFFFFF;
  color: #EC001C;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: "DRPublik-Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: 20px;
}

.is-open .peytz-categories__header {
  background: #EC001C;
  color: #FFFFFF;
}

.peytz-panel {
  display: block;
  flex-wrap: none;
  -webkit-flex-wrap: none;
  margin: 0;
  font-size: 0;
  padding: 30px 0;
  border-top: 1px solid #E5E5E5;
}

.peytz-panel__title {
  margin-bottom: 5px;
}

.peytz-panel__item {
  flex: 1;
  max-width: 100%;
}

.peytz-newsletter {
  padding-bottom: 0;
  border: 0;
}

.peytz-newsletter__top, .peytz-newsletter__bottom {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.peytz-newsletter__bottom .peytz-newsletter__right {
  padding-top: 0px;
}

.peytz-newsletter__bottom .peytz-newsletter__body {
  padding-top: 0px;
}

.peytz-newsletter__right {
  width: 85px;
  padding-right: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}

.peytz-newsletter__body {
  flex: 1;
}

.peytz-newsletter__picture {
  margin-bottom: 7px;
}

.peytz-newsletter__picture .picture {
  padding-bottom: 100%;
}

.peytz-newsletter__title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.peytz-newsletter__text {
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}

.peytz-newsletter__short-description {
  color: #676767;
  font-size: 14px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.peytz-newsletter__link {
  font-size: 14px;
  padding: 0;
  line-height: 32px;
  position: static;
  height: auto;
  padding: 0;
  border-top: 0;
  text-transform: uppercase;
}

.peytz-newsletter__link a,
    .peytz-newsletter__link a:link,
    .peytz-newsletter__link a:visited {
  color: #ff001e;
  text-decoration: none;
}
.peytz-newsletter__link:hover {
  color: #ec001c;
  text-decoration: underline;
}

.peytz-newsletter__check {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: 75px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  background-color: #CCCCCC;
  font-size: 12px;
  border: 0;
  border-radius: 16px;
  transition: 0.1s;
  font-family: "DRPublik-SemiBold", "Arial Black", sans-serif;
}

.peytz-newsletter__check:after {
  display: block;
  content: 'FRA';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  transition: right 0.3s, opacity 0.1s;
}

.peytz-newsletter__check:before {
  transition: left 0.3s, opacity 0.1s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 35px);
  opacity: 0;
  display: block;
  content: 'TIL';
}

.peytz-newsletter.is-selected .peytz-newsletter__check {
  background-color: #ff001e;
}

.peytz-newsletter.is-selected .peytz-newsletter__check:after {
  right: calc(100% - 40px);
  opacity: 0;
}

.peytz-newsletter.is-selected .peytz-newsletter__check:before {
  opacity: 1;
  left: 13px;
  display: block;
  content: 'TIL';
  width: auto;
  height: auto;
}

.peytz-newsletter__check__toggle {
  background: #FFFFFF;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 50%;
  transition: 0.3s;
}

.peytz-newsletter.is-selected .peytz-newsletter__check__toggle {
  left: calc(100% - 27px);
}

.peytz-signup {
  position: static;
  transform: none;
  background-color: transparent;
}

.peytz-signup__body {
  max-width: 1120px;
  margin: auto;
}

.peytz-signup__head {
  border-bottom: 0;
  position: static;
  padding: 0;
}

.peytz-signup__title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #EC001C;
  background-color: #FFFFFF;
  color: #EC001C;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: "DRPublik-Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 155px;
}

.is-opened .peytz-signup__title {
  background-color: #EC001C;
  color: #FFFFFF;
}

.peytz-signup__count {
  background: #ff001e;
  border: 1px solid #ff001e;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  line-height: 16px;
  min-width: 0;
  font-size: 12px;
  margin-right: 0;
  vertical-align: unset;
  box-sizing: border-box;
  position: absolute;
  right: -10px;
  top: -10px;
}

.is-opened .peytz-signup__count {
  background-color: #FFFFFF;
  border-color: #EC001C;
  color: #EC001C;
}

.peytz-signup__status {
  position: static;
  display: none;
}

.is-dirty .peytz-signup__status {
  display: none;
}

.peytz-signup__toggle {
  color: inherit;
  line-height: 20px;
  font-size: 14px;
  margin-left: 10px;
  min-width: 0px;
  width: 10px;
  vertical-align: unset;
}

.peytz-signup__list {
  border-bottom: 1px solid #CCCCCC;
  padding: 0;
}

.is-dirty .peytz-signup__items {
  padding: 0 15px 20px;
}
div.testhover:hover {
  background-color: #e5e5e5;
}
.peytz-signup__item {
  display: inline-flex;
  height: 30px;
  box-sizing: border-box;
  padding: 10px 10px 10px 30px;
  font-size: 12px;
  color: #000;
  outline: 1px solid #000000;
  background-color: transparent;
  font-family: "DRPublik-Regular", Arial, Helvetica, sans-serif;
  margin: 5px;
  align-items: center;
}

.peytz-signup__remove {
  right: auto;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

.peytz-signup__remove:before {
  background-color: transparent;
  background-size: 50%;
  top: 6px;
  left: 3px;
}

.peytz-signup__remove:hover:before {
  background-color: #E5E5E5;
}

.peytz-signup__mail {
  height: 42px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #4D4D4D;
}

#peytz-subscription-mobile .peytz-signup__mail {
  margin-bottom: 10px;
}

.peytz-signup__button {
  border-radius: 0;
  min-height: 40px;
  height: auto;
}

.peytz-signup__button.submitted {
  background-color: black;
}

.peytz-signup__button.submitted:hover, .peytz-signup__button.submitted:focus {
  background-color: black;
}

.peytz-signup__foot {
  display: none;
}

.peytz-signup__list {
  transition: none;
}

.peytz-signup__subscription {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
}

.peytz-signup__subscription__link {
  display: inline-block;
  border: 1px solid #EC001C;
  background-color: #FFFFFF;
  color: #EC001C;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: "DRPublik-Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 40px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.peytz-signup__subscription__link:not(.is-disabled) {
  background: #EC001C;
  pointer-events: auto;
}

.peytz-signup__subscription__link:not(.is-disabled) svg polygon {
  fill: #FFFFFF;
}

.peytz-signup__label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
}

.peytz-signup__description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.peytz-signup__description a {
  color: #EC001C;
  text-decoration: underline;
}

.peytz-signup__description a:hover {
  text-decoration: none;
}

.peytz-signup__actions {
  display: flex;
}

.peytz-signup__actions .peytz-button--outline {
  display: inline-block;
  border: 1px solid #EC001C;
  background-color: #FFFFFF;
  color: #EC001C;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 1rem;
  font-family: "DRPublik-Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.peytz-signup__actions .peytz-button {
  flex: 1;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
}

.peytz-signup__actions .peytz-button:first-child {
  margin-left: 0;
}

.peytz-signup__actions .peytz-button:last-child {
  margin-right: 0;
}

@media (min-width: 600px) {
  .peytz-newsletter__title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .peytz-panel {
    margin: 0;
    padding: 50px 0;
  }

  .peytz-panel__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .peytz-panel__items {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: -10px;
  }

  .peytz-panel__item {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .peytz-feedback__text, .peytz-feedback__items {
    font-size: 18px;
    line-height: 1.3;
  }

  .peytz-layout--wide .peytz-layout__aside {
    width: 265px;
  }

  .peytz-layout--wide .peytz-layout__main--right {
    margin-right: 0;
    margin-left: 380px;
  }

  .peytz-layout--sticky-mobile {
    position: static;
    transform: none;
  }

  .peytz-layout--sticky-mobile.is-expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .peytz-layout__wrapper {
    padding-top: 0;
    background: transparent;
  }

  .is-expanded .peytz-layout__wrapper {
    background: transparent;
  }

  .peytz-categories {
    border: 0;
    padding: 0;
  }

  .peytz-categories__header {
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 37px;
    display: block;
    border: 0;
    background-color: transparent;
    height: auto;
    padding: 0;
    font-family: "DRPublik-SemiBold", "Arial Black", sans-serif;
    border-radius: 0;
    position: static;
  }

  .is-open .peytz-categories__header {
    background: transparent;
    /*color: #808080;*/
    color: #737373;
  }

  .peytz-categories__items {
    max-height: 100% !important;
    margin-bottom: 50px;
  }

  .peytz-categories__item {
    display: block;
    border-width: 0 0 1px 0;
    color: #000000;
    text-transform: none;
    height: 54px;
    line-height: 54px;
    padding: 0;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
  }

  .peytz-signup {
    background-color: #f3f0ef;
    transform: translate3d(0, 0, 0);
    position: fixed;
    bottom: 0;
    z-index: 1001;
  }

  .is-expanded .peytz-signup {
    -webkit-box-shadow: 0px 47px 102px 83px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 47px 102px 83px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 47px 102px 83px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
  }

  .is-expanded .peytz-signup__mail {
    border: 1px solid #EC001C;
    padding: 1px 8px;
  }

  .peytz-signup.is-sticky {
    width: 265px;
  }

  .peytz-signup__body {
    display: flex;
    padding: 20px 10px;
  }

  .peytz-signup__head {
    flex: 2;
    min-width: 120px;
    padding-top: 10px;
  }

  .peytz-signup__title {
    font-size: 14px;
    line-height: 20px;
    border: 0;
    background-color: transparent;
    color: #1A1A1A;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    font-family: "DRPublik-SemiBold", "Arial Black", sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    position: static;
  }

  .is-opened .peytz-signup__title {
    background-color: transparent;
    color: #1A1A1A;
  }

  .peytz-signup__count {
    position: static;
    margin-right: 10px;
  }

  .is-opened .peytz-signup__count {
    background: #ff001e;
    border: 1px solid #ff001e;
    color: #FFFFFF;
  }

  .peytz-signup__subscription {
    display: none;
  }

  .peytz-signup__foot {
    flex: 5;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .peytz-signup__mail-wrapper {
    flex: 2;
    margin-right: 10px;
  }

  .peytz-signup__mail {
    margin: 0;
    height: 40px;
  }

  .peytz-signup__button {
    margin: 0;
    height: 40px;
    flex: 1;
  }

  .is-dirty .peytz-signup__status {
    display: inline-block;
  }

  .peytz-signup__list {
    flex: 10;
    border-bottom: 0;
    max-height: 42px;
    overflow: hidden;
  }

  .is-opened .peytz-signup__list {
    max-height: 100%;
  }

  .peytz-signup__items {
    padding: 0;
  }

  .is-dirty .peytz-signup__items {
    padding: 0;
  }
}

.peytz-subscription-mobile__list {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  padding-bottom: 8px;
  padding-top: 5px;
}

#peytz-subscription-mobile .peytz-text {
  margin-bottom: 20px;
}

.peytz-layout.peytz-layout--mobile {
  max-width: 500px;
}

.peytz-layout.peytz-layout--mobile .peytz-signup__mail {
  margin-top: 0;
  border: 1px solid #676767;
  background-color: transparent;
}

@media (min-width: 600px) {
  .peytz-layout.peytz-layout--mobile .peytz-newsletter__title {
    font-size: 18px;
  }
}

@media (min-width: 720px){
  .peytz-layout.peytz-layout--mobile {
    margin-left: 0;
  }
}

@media (min-width: 960px){
  .peytz-layout.peytz-layout--mobile {
    margin-left: auto;
    margin-bottom: 200px;
  }
}

.peytz-form--mobile {
  max-width: 500px;
}

.peytz-feedback {
  font-family: 'DRPublik-Regular', Arial, Helvetica, sans-serif;
}

.hidden-label {
  border:0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap:normal !important;
}

@media (min-width: 1024px) {
  .peytz-layout.peytz-layout--mobile .peytz-heading--1 {
    font-size: 2.55em;
    padding-bottom: 1rem;
  }
}

.peytz-layout.peytz-layout--mobile .peytz-heading--1 {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.peytz-layout.peytz-layout--mobile .peytz-signup__invalid,
.peytz-layout.peytz-layout--mobile .peytz-signup__error {
  text-align: left;
  padding-top: 0;
  margin-top: -0.25rem;
  padding-bottom: .75rem;
}
