* {
  box-sizing: border-box;
}

html {
  scrollbar-color: #1c1c1b #fff;
  scrollbar-width: thin;
}

body {
  background-color: #fff;
  color: #1c1c1b;
  scrollbar-color: #1c1c1b #fff;
  scrollbar-width: auto;
}

body::-webkit-scrollbar, 
body::-webkit-scrollbar-track {
  width: 8px;
  background-color: transparent;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #1c1c1b;
}

html>body {
  font-size: 16px;
  font-size: 1rem;
}

body.loading {
  overflow: hidden;
}

body.is--fixed,
body.is--popup-active, 
body.is-navi-active,
body.is-popup {
  width: 100%;
  height: 100vH;
  overflow: hidden;
}

html, body, article, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, figure, address, cite, code, del, dfn, em, img, ins, q, small, header,
strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, figcaption, label, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, label, input, textarea, select, time {
  border: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

p, ul, ol, label, input, select, option, button, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, time,
text, a span {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #1c1c1b;
}

strong, strong a, b, h1, h2, h3, h4, h5, h1 span, h2 span, h3 span {
  font-family: "Open Sans", serif;
  font-weight: bold;
  color: #1c1c1b;
  line-height: 1.2;
}

p, dt, dd, li, td, th, label {
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (min-width: 64rem) {
  p, dt, dd, li, td, th, label {
    font-size: 1.25rem;
  }
}

h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  padding: 0 1rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

.hidden, .is-hidden {
  display: none;
}

.nav--social {
  display: none;
}

@media screen and (min-width: 48rem) {
  h1 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 64rem) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 81.25rem) {
  h1,
  h2 {
    font-size: 6.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- fonts */

/* p, a, td, th, input, select, textarea, label, legend, h5, li, input, select, textarea, label, legend {
  font-family: "DINPro Medium", sans-serif;
  color: #1c1c1b;
  font-weight: normal;
  text-decoration: none;
} */

/* ----------------------------------------------------------------------------------------------------------- fonts */

/* ----------------------------------------------------------------------------------------------------------- basics */

hr {
  border: none;
  border-bottom: 1px solid #1c1c1b;
}

a {
  text-decoration: none;
  color: #1c1c1b;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.wrapper--pages a:hover {
  text-decoration: underline;
}

p.current-date {
  text-align: right;
  font-size: 0.875rem;
}
/* ----------------------------------------------------------------------------------------------------------- basics */

/* ----------------------------------------------------------------------------------------------------------- wrappers */

.wrapper--load-progress {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrapper--load-progress.inactive {
  opacity: 0;
}

/* ----------------------------------------------------------------------------------------------------------- wrappers */

/* ------------------------------------------------------------------------------------------ header */

.logo--main {
  position: relative;
  max-width: 10rem;
  margin-left: 1rem;
  margin-top: 1rem;
  z-index: 100;
}

.dark .logo--main,
.is-navi-active .logo--main {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  max-width: 10rem;
  z-index: 100;
  margin: 0;
}

.dark .wrapper__inner--header,
.is-navi-active .wrapper__inner--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.dark .wrapper--header {
  position: fixed;
  background-color: #f7eb09;
}

@media screen and (min-width: 48rem) {
  .logo--main {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translate(-50%, 0);
    max-width: 34rem;
    margin: 0;
  }
}

@media screen and (min-width: 64rem) {
  .dark .wrapper--header {
    position: relative;
    background-color: transparent;
  }

  .dark.is--under-fold .wrapper--header {
    position: fixed;
    background-color: #f7eb09;
  }
  
  .is--under-fold .wrapper__inner--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .logo--main {
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .dark .logo--main {
    position: absolute;
    left: 50%;
    top: 8rem;
    opacity: 0;
    max-width: 10rem;
    transform: translate(-50%, 0);
  }

  .is--under-fold .logo--main {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: 10rem;
    opacity: 1;
  }
  
  .is--under-fold .wrapper--navi {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: calc(100% - 15rem);
    width: 100%;
  }
  
  .is--under-fold .wrapper--navi a {
    color: #1c1c1b;
  }
}

/* ------------------------------------------------------------------------------------------ header */

/* ----------------------------------------------------------------------------------------------------------- mainnav */

.togglenav {
  position: absolute;
  right: 2rem;
  text-transform: uppercase;
  color: #2a3842;
  display: block;
  text-decoration: none;
  top: 2rem;
  width: 2rem;
  height: 20px;
  z-index: 20;
  display: block;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner {
  width: 2rem;
  height: 1px;
  top: 7.5px;
  left: 0px;
  display: block;
  background-color: #f7eb09;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dark .togglenav__inner,
.is-navi-active .togglenav__inner {
  background-color: #1c1c1b;
}

.togglenav__inner:before, .togglenav__inner:after, .closelink:before, .closelink:after {
  content: "";
  height: 1px;
  width: 2rem;
  position: absolute;
  left: 0px;
  top: -7.5px;
  background-color: #f7eb09;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.togglenav__inner:after, .closelink:after {
  width: 2rem;
  top: 7.5px;
}

.togglenav.is-active .togglenav__inner {
  background-color: transparent;
}

.togglenav.is-active .togglenav__inner:before, .closelink:before {
  transform: rotate(-135deg);
  top: 0;
  left: 0;
}

.dark .togglenav.is-active .togglenav__inner:before, 
.dark .closelink:before {
  background-color: #1c1c1b;
}

.togglenav.is-active .togglenav__inner:after, .closelink:after {
  transform: rotate(135deg);
  width: 2rem;
  top: 0;
  left: 0px;
}

.dark .togglenav.is-active .togglenav__inner:after, 
.closelink:after {
  background-color: #1c1c1b;
}

.dark .togglenav__inner:before, 
.dark .togglenav__inner:after, 
.dark .closelink:before, 
.dark .closelink:after,
.is-navi-active .togglenav__inner:before, 
.is-navi-active .togglenav__inner:after, 
.is-navi-active .closelink:before, 
.is-navi-active .closelink:after {
  background-color: #1c1c1b;
}

@media screen and (min-width: 64rem) {
  .wrapper--navi.is--subnavi-active .mainnav {
    overflow: hidden;
  }

  .wrapper--navi.is--subnavi-active .mainnav {
    overflow: visible;
  }
}

@media screen and (min-width: 64rem) {
  .togglenav {
    display: none;
  }
}


.wrapper--header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 64rem) {
  .wrapper--header {
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.wrapper--navi {
  position: fixed;
  width: 100vW;
  z-index: 10;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #f7eb09;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  scrollbar-color: #1c1c1b #fff;
  scrollbar-width: thin;
}

.wrapper--navi.is-active {
  height: 100vH;
}

.mainnav__items {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  height: 100vH;
}

.mainnav__items a {
  font-weight: bold;
  font-size: 2rem;
  color: #1c1c1b;
  text-transform: uppercase;
  padding: 1rem;
  display: inline-block;
}

.mainnav__items a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 64rem) {
  .wrapper--navi {
    position: absolute;
    top: 90vH;
    left: 50%;
    transform: translate(-50%,0);
    max-width: 68rem;
    width: 100%;
    height: auto;
    background-color: transparent;
    transition: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mainnav__items {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
  }

  .mainnav__items a {
    padding: 0;
    font-size: 1.25rem;
    color: #fff;
    transition: none;
  }
}

/* ----------------------------------------------------------------------------------------------------------- mainnav */

/* ----------------------------------------------------------------------------------------------------------- content general */

.frame-space-before-small {
  padding-top: 1rem;
}

.frame-space-before-medium {
  padding-top: 2rem;
}

.frame-space-before-large {
  padding-top: 4rem;
}

.frame-space-before-extra-large {
  padding-top: 5.5rem;
}

.frame-space-after-small {
  padding-bottom: 1rem;
}

.frame-space-after-medium {
  padding-bottom: 2rem;
}

.frame-space-after-large {
  padding-bottom: 4rem;
}

.frame-space-after-extra-large {
  padding-bottom: 5.5rem;
}

@media screen and (min-width: 1024px) {

  .frame-space-before-small {
    padding-top: 2rem;
  }

  .frame-space-before-medium {
    padding-top: 4rem;
  }

  .frame-space-before-large {
    padding-top: 8rem;
  }

  .frame-space-before-extra-large {
    padding-top: 11rem;
  }

  .frame-space-after-small {
    padding-bottom: 2rem;
  }

  .frame-space-after-medium {
    padding-bottom: 4rem;
  }

  .frame-space-after-large {
    padding-bottom: 8rem;
  }

  .frame-space-after-extra-large {
    padding-bottom: 11rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.main ul {
  margin-left: 1.25rem;
}

.mainnav ul, .subnav ul {
  margin-left: 0;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-embed iframe, .video-embed object, .video-embed embed, .video-embed-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

path, polygon, line, rect, circle, polyline {
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.container--twocolumn, .container--threecolumn, .container--fourcolumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.col--half, .col--third, .col--fourth {
  flex: 0 0 100%;
  height: 100%;
}

.col--half > * {
  display: flex;
  align-items: center;
}

.col--half > .frame-type-image > .frame__inner {
  width: 100%;
}

.col--third {
  padding-top: 4rem;
}

.ce-textpic.ce-center.ce-above {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ce-textpic.ce-center.ce-above .ce-gallery {
  padding-bottom: 3rem;
}

.ce-image.ce-center img {
  margin-left: auto;
  margin-right: auto;
}

.ce-image.ce-right img {
  margin-left: auto;
}

.ce-image.ce-left img {
  margin-right: auto;
}

.col.has-image {
  order: -1;
}

@media screen and (min-width: 103.125rem) {

  .col--half {
    flex: 0 0 50%;
    height: auto;
  }

  .col--half:first-child {
    padding-bottom: 0;
  }

  .col.has-image {
    order: none; /* DANIEL: hast du das kontrolliert? funktioniert das??? */
    order: unset;
  }

  /* .col--left {
    padding-right: 2.5rem;
  }

  .col--right {
    padding-left: 2.5rem;
  } */

  .col--third {
      flex: 0 0 50%;
      padding-top: 0;
      height: auto;
  }

  .col--third.col--one {
    padding-right: 2rem;
  }

  .col--third.col--two {
    padding: 0 0 0 2rem;
  }

  .col--third.col--three {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 5rem;
  }

  .col--fourth {
    flex: 0 0 25%;
  }

  .ce-image.ce-center.ce-above {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 81.25rem) {
  .col--third {
      flex: 0 0 33.33%;
      padding-top: 0;
      height: auto;
  }

  .col--third.col--one {
    padding-right: 4rem;
  }

  .col--third.col--two {
    padding: 0 1rem;
  }

  .col--third.col--three {
    flex: 0 0 33.33%;
    padding-left: 2rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 91.25rem) {
  .col--third.col--one {
    padding-right: 4rem;
  }

  .col--third.col--two {
    padding: 0 1.5rem;
  }

  .col--third.col--three {
    padding-left: 3rem;
  }
}

.start .col--right .has--subheader {
  padding: 1rem 0;
}

header + .ce-text {
  padding-top: 0.5rem;
}

.col--left.col--30 {
  flex: 0 0 100%;
}

.col--right.col--70 {
  flex: 0 0 100%;
  padding-left: 0;
  padding-bottom: 3rem;
}

.col--left.col--70 {
  flex: 0 0 100%;
  padding-right: 0;
  padding-bottom: 3rem;
}

.col--half:first-child {
  padding-bottom: 3rem;
}

.frame-is-wide .col--right.col--70,
.frame-is-wide .col--left.col--70,
.frame-is-wide .col--half:first-child {
  padding-bottom: 0;
}

.col--right.col--30 {
  flex: 0 0 100%;
}

@media screen and (min-width: 81.25rem) {

  .col--left.col--30 {
    flex: 0 0 33.34%;
  }

  .col--right.col--70 {
    flex: 0 0 66.66%;
    padding-left: 6.75rem;
    padding-bottom: 0;
  }

  .col--left.col--70 {
    flex: 0 0 66.66%;
    padding-right: 2rem;
    padding-bottom: 0;
  }

  .col--right.col--30 {
    flex: 0 0 33.34%;
    padding-left: 2rem;
  }

  .frame-is-wide .col--left.col--70 {
    flex: 0 0 57.9%;
    padding: 0;
  }

  .frame-is-wide .col--right.col--30 {
    flex: 0 0 42.1%;
    padding: 0;
  }
}

@media screen and (min-width: 105rem) {
  .col--right.col--30 {
    padding-left: 4rem;
  } 
}

.frame-wrapper {
  border: 1px solid #1c1c1b;
  padding: 1rem;
  margin: 1rem 0;
}

.table-wrapper {
  width: 100%;
  /* max-width: calc(100vW - 6rem); */
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 48rem) {
  .table-wrapper {
    overflow: visible;
  }
}

.main table th {
  font-weight: 600;
  background-color: transparent;
  padding: 1.75rem 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.25rem;
}

@media screen and (min-width: 48rem) {
  .main table th {
    font-size: 2.25rem;
  }
}


.main table td {
  font-size: 1rem;
  padding: 1.75rem 1rem;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 48rem) {
  .main table td {
    font-size: 1.75rem;
    padding: 1.75rem 2rem;
  }
}

.main table td:last-child,
.main table th:last-child {
  text-align: right;
}

.main table tr:nth-child(2n+1) td {
  background-color: #f7eb09;
}

.main table tr:nth-child(2n+2) td {
  background-color: #000;
  color: #fff;
}

.wrapper--main-7 {
  position: relative;
}

.wrapper--main-7:before {
  content: "";
  background: url(../../user_upload/images/icons/probike-service-chain.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -15rem;
  width: 33vW;
  height: 33vW;
  transform: translate(0, -50%);
  z-index: -1;
}

@media screen and (min-width: 48rem) {
  .wrapper--main-7:before {
    content: "";
    top: -10rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- content general */

/* ----------------------------------------------------------------------------------------------------------- contentheader */

.wrapper--pageheader {
  max-height: 100vH;
  overflow: hidden;
}

@media screen and (min-width: 48rem) {
  .contentheader__image img {
    height: 100vH;
    width: 100%;
    object-fit: cover;
  }
}

/* @media screen and (min-width: 120rem) {
  .contentheader__image img {
    height: auto;
    object-fit: none;
  }
} */

.contentheader__content {
  margin-top: 5rem;
}

@media screen and (min-width: 48rem) {

  .contentheader__content {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  
  .contentheader__content h1 {
    color: #fff;
  }
}

.link--scrolldown {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, 0);
  display: none;
}

@media screen and (min-width: 48rem) {
  .link--scrolldown {
    display: block;
  }
}



.wrapper--social {
  display: none;
}

@media screen and (min-width: 48rem) {
  .wrapper--social {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}

@media screen and (min-width: 64rem) {
  .wrapper--social {
    position: absolute;
    bottom: auto;
    top: 80vH;
    right: 1rem;
  }
}

@media screen and (min-width: 87.5rem) {
  .wrapper--social {
    position: absolute;
    top: 90vH;
    right: calc((100% - 86rem)/2);
  }
}

.wrapper--social .ce-gallery {
  display: flex;
  flex-direction: row;
}

.wrapper--social .ce-column {
  width: 1.75rem;
}

.wrapper--social .ce-column:first-child {
  margin-right: 1.25rem
}


/* ----------------------------------------------------------------------------------------------------------- contentheader */

/* ----------------------------------------------------------------------------------------------------------- content */

.main > div + div {
  margin-top: 5rem;
}

@media screen and (min-width: 64rem) {
  .main > div + div {
    margin-top: 10rem;
  }
}

.main > * {
  max-width: 68rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 70rem) {
  .main > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.main > .frame-type-header + div {
  margin-top: 5rem;
}

.main > .frame-container-intro + .frame-type-image {
  margin-top: 4.5rem;
}

.main > *:first-child {
  margin-top: 8rem;
}

@media screen and (min-width: 48rem) {
  .main > *:first-child {
    margin-top: 10rem;
  }
}

.frame-container-intro p {
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 64rem) {
  .frame-container-intro p {
  font-size: 1.75rem;
}
}

.main > .frame-is-wide {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.col--half > .frame + .frame {
  margin-top: 3.75rem;
}

/* ----------------------------------------------------------------------------------------------------------- content */

/* ----------------------------------------------------------------------------------------------------------- what-to-do */

.main .frame-what-to-do {
  margin-top: 2.5rem;
  position: relative;
  z-index: -1;
}

.frame-what-to-do h3 {
  position: relative;
  z-index: 1;
}

.frame-what-to-do .container--moreboxes > * {
  position: relative;
}

@media screen and (min-width: 48rem) {
  .frame-what-to-do .container--moreboxes > *:nth-child(even):before,
  .frame-what-to-do .container--moreboxes > *:nth-child(odd):before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50%;
    height: calc(100% + 3rem);
    width: 10rem;
    background-color: #f7eb09;
    transform: translate(-50%, 0);
    z-index: 0;
  }
  
  .frame-what-to-do .container--moreboxes > *:nth-child(odd):before {
    content: "";
    background-color: #1c1c1b;
  }
}

@media screen and (min-width: 64rem) {
  .frame-what-to-do .container--moreboxes > *:nth-child(even):before,
  .frame-what-to-do .container--moreboxes > *:nth-child(odd):before {
    content: "";
    height: calc(100% + 5rem);
  }
}

.frame-what-to-do .container--moreboxes > .frame-type-textpic:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c1c1b;
  z-index: -1;
}

.frame-what-to-do .container--moreboxes > .frame-type-textpic:nth-child(2) .frame__inner:before {
  content: "";
  background: url(../images/layout/probike-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10rem;
  height: 5rem;
  z-index: 1;
}

.frame-what-to-do .container--moreboxes > .frame-type-textpic:nth-child(2) .frame__inner:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1c1c1b;
  z-index: -1;
}

@media screen and (min-width: 48rem) {
  .frame-what-to-do .container--moreboxes > .frame-type-textpic:nth-child(2) .frame__inner:after {
    content: "";
    width: 50%;
  }
}

.frame-what-to-do .container--moreboxes > .frame-type-textpic:last-child:after {
  content: "";
  width: 50%;
  left: auto;
  right: 0;
}

.frame-what-to-do .frame-type-textpic .frame__inner {
  display: flex;
  flex-direction: row;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  border-left: 1px solid #1c1c1b;
}

@media screen and (min-width: 48rem) {
  .frame-what-to-do .frame-type-textpic .frame__inner {
    max-width: 40%;
  }
}

.frame-what-to-do .frame-type-textpic:nth-child(even) .frame__inner {
  max-width: none;
  border-right: 1px solid #1c1c1b;
  border-left: 0;
}

@media screen and (min-width: 48rem) {
  .frame-what-to-do .frame-type-textpic:nth-child(even) .frame__inner {
    padding-left: 60%;
  }
}

.frame-what-to-do .frame-type-textpic:nth-child(even) .frame__inner > * {
  transform: translate(1rem, -4rem);
}

.frame-what-to-do .frame-type-textpic .frame__inner > * {
  transform: translate(-1rem, -4rem);
}

@media screen and (min-width: 81.25rem) {
  .frame-what-to-do .frame-type-textpic:nth-child(even) .frame__inner > * {
    transform: translate(0, -6rem);
  }
  
  .frame-what-to-do .frame-type-textpic .frame__inner > * {
    transform: translate(-2rem, -6rem);
  }
}

.frame-what-to-do .ce-textpic.ce-center.ce-above {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}

.frame-what-to-do .ce-textpic .ce-bodytext {
  margin-top: 5rem;
}

.frame-what-to-do .frame-type-textpic h2 {
  background-color: #fff;
  padding: 0.5rem;
  font-size: 3rem;
}

@media screen and (min-width: 81.25rem) {
  .frame-what-to-do .frame-type-textpic h2 {
    font-size: 6.5rem;
  }
}

.frame-what-to-do .ce-textpic.ce-center.ce-above {
  display: flex;
  flex-direction: column-reverse;
}

.frame-what-to-do .ce-textpic.ce-center.ce-above .ce-gallery {
  padding-bottom: 0;
  transform: translate(0, 4rem);
}

.frame-what-to-do .frame-type-textpic:nth-child(3) .ce-textpic.ce-center.ce-above .ce-gallery,
.frame-what-to-do .frame-type-textpic:nth-child(7) .ce-textpic.ce-center.ce-above .ce-gallery {
  transform: translate(0, 6.5rem);
}

@media screen and (min-width: 81.25rem) {
  .frame-what-to-do .frame-type-textpic:nth-child(3) .ce-textpic.ce-center.ce-above .ce-gallery,
  .frame-what-to-do .frame-type-textpic:nth-child(7) .ce-textpic.ce-center.ce-above .ce-gallery {
    transform: translate(0, 8.5rem);
  }
}

/* ----------------------------------------------------------------------------------------------------------- what-to-do */

/* ----------------------------------------------------------------------------------------------------------- container-team */

.main > .frame-container-team {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.frame-container-team .ce-gallery {
  display: flex;
  flex-wrap: wrap;
}

.frame-container-team .ce-column {
  flex: 0 0 100%;
}

.frame-container-team .ce-column:nth-child(1n+2) {
  margin-top: 5rem;
}

@media screen and (min-width: 48rem) {
  .frame-container-team .ce-column {
    flex: 0 0 50%;
  }

  .frame-container-team .ce-column:nth-child(1n+2) {
    margin-top: 0;
  }

  .frame-container-team .ce-column:nth-child(1n+3) {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 64rem) {
  .frame-container-team .ce-column {
    flex: 0 0 25%;
  }

  .frame-container-team .ce-column:nth-child(1n+3) {
    margin-top: 0;
  }
}

.frame-container-team figcaption {
  text-align: center;
  margin-top: 2.75rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------- container-team */

/* ----------------------------------------------------------------------------------------------------------- container-background-yellow */

.frame-container-background-yellow,
.frame-container-full-background-yellow {
  padding: 2.375rem;
  background-color: #f7eb09;
}

@media screen and (min-width: 116rem) {
  .frame-container-background-yellow,
  .frame-container-full-background-yellow {
    padding: 4.375rem;
    background-color: #f7eb09;
  }
}

.frame-container-full-background-yellow .frame__inner {
  max-width: 28.75rem;
}

.frame-container-full-background-yellow {
  height: 100%;
  justify-content: center;
}

/* ----------------------------------------------------------------------------------------------------------- container-background-yellow */

/* ----------------------------------------------------------------------------------------------------------- container-brand */

.frame-container-brand .ce-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.frame-container-brand .ce-column {
  max-width: 33.33%;
  padding: 0.5rem;
}

@media screen and (min-width: 64rem) {
  .frame-container-brand .ce-column {
    max-width: 20%;
    padding: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- container-brand */

/* ----------------------------------------------------------------------------------------------------------- container-headline-with-bike */

.frame-header-with-bike {
  position: relative;
  padding-top: 5rem;
}

@media screen and (min-width: 48rem) {
  .frame-header-with-bike {
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 103.125rem) {
  .frame-header-with-bike {
    padding-top: 0;
  }
}

.frame-header-with-bike .ce-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 7rem;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48rem) {
  .frame-header-with-bike .ce-gallery {
    width: 10rem;
  }
}

@media screen and (min-width: 103.125rem) {
  .frame-header-with-bike .ce-gallery {
    position: absolute;
    left: auto;
    right: -3rem;
    top: 2rem;
    transform: translate(0, -50%);
  }
}

@media screen and (min-width: 112.5rem) {
  .frame-header-with-bike .ce-gallery {
    top: 0;
  }
}


.frame-header-with-bike.frame-type-table header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (min-width: 64rem) {
  .frame-header-with-bike.frame-type-table header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.frame-header-with-bike.frame-type-table header:after {
  content: "";
  background: url(../../user_upload/images/icons/probike-racing-bike.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 7rem;
  height: 4.2rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48rem) {
  .frame-header-with-bike.frame-type-table header:after {
    content: "";
    width: 10rem;
    height: 5rem;
  }
}

@media screen and (min-width: 64rem) {
  .frame-header-with-bike.frame-type-table header:after {
    content: "";
    margin-bottom: 0;
    margin-left: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------------- container-headline-with-bike */

/* ----------------------------------------------------------------------------------------------------------- container-tour */

.main .frame-custom-102 {
  margin: 0;
  max-width: none;
}

.mapcanvas {
  height: 500px;
}

.mapwrapper {
  position: relative;
}

.ifwsmap-message {
  position: absolute;
  border-radius: 3px;
  z-index: 1000;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 32px;
}


.ifwsmap-message a {
  background: #232323;
  color: #F7EB09;
  padding: 10px 20px;
  position: relative;
}

.ifwsmap-message a:after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid #232323;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
}

.ifws-touren-grid-view {
  max-width: 105rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 107rem) {
  .ifws-touren-grid-view {
    margin-left: auto;
    margin-right: auto;
  }
}

.filterform {
  margin-bottom: 2rem;
}

.filterform > p {
  margin-bottom: 1rem;
}

form.filterform {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 48rem) {
  form.filterform {
    align-items: center;
  }
}

form.filterform label {
  flex: 0 0 100%;
}

.filterform select,
.filterform input,
.filterform a {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border: 2px solid #f7eb09;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  flex: 0 0 100%;
}

.filterform input,
.filterform a {
  flex: 0 0 48%;
}

@media screen and (min-width: 48rem) {

  form.filterform label {
    flex: 0 0 auto;
  }

  .filterform select,
  .filterform input,
  .filterform a {
    margin-top: 0;
    margin-left: 1.5rem;
    flex: 0 0 auto;
  }
}

.filterform input:hover,
.filterform a:hover {
  text-decoration: none;
  background-color: #f7eb09;  
}

.ifws-tour-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tour-grid-item {
  flex: 0 0 100%;
  margin-top: 3rem;
}

@media screen and (min-width: 48rem) {
  .tour-grid-item {
    flex: 0 0 48%;
    margin-right: 4%;
    margin-top: 0;
  }
  
  .tour-grid-item:nth-child(2n+2) {
    margin-right: 0;
  }
  
  .tour-grid-item:nth-child(1n+3) {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 64rem) {
  .tour-grid-item {
    flex: 0 0 31.33%;
    margin-right: 3%;
  }

  .tour-grid-item:nth-child(2n+2) {
    margin-right: 3%;
  }
  
  .tour-grid-item:nth-child(1n+3) {
    margin-top: 0;
  }
  
  .tour-grid-item:nth-child(3n+3) {
    margin-right: 0;
  }
  
  .tour-grid-item:nth-child(1n+4) {
    margin-top: 4rem;
  }
}

.tour-grid-item header {  
  background-color: #f7eb09;
  padding: 5rem 2.5rem;
  height: 100%;
}

/* .tour-grid-item header a {
  hyphens: auto;
  word-break: break-all;
  font-weight: bold;
} */

.tour-grid-item h3 {
  position: relative;
}

.tour-grid-item h3::before {
  content: "";
  background-color: #1c1c1b;
  width: 105%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: calc(100% + 0.5rem);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 48rem) {
  .tour-grid-item h3::before {
    content: "";
    top: calc(100% + 1rem);
  }
}

.tour-grid-item h3 a {
  font-weight: bold;
}

.tour-grid-item footer {
  margin-top: 1.5rem;
  text-align: right;
}

.tour-grid-item footer > p {
  display: inline-block;
}

.tour-grid-item footer a {
  display: flex;
  align-items: center;
  border: 1px solid #1c1c1b;
  padding: 0.25rem 1rem;
}

.tour-grid-item footer a:hover {
  text-decoration: none;
  background-color: #1c1c1b;
  color: #f7eb09;
}

.tour-grid-item footer a path,
.tour-grid-item footer a line {
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tour-grid-item footer a:hover path,
.tour-grid-item footer a:hover line {
  stroke: #f7eb09;
}


.tour-grid-item footer i {
  width: 1.75rem;
  height: auto;
  margin-left: 1rem;
}

.tour-grid-item footer i svg {
  display: block;
}

.list-endpointheight,
.difficulty,
.country,
.rating {
  display: none;
}



.ifws-touren-single-view {
  padding: 5rem 1.5rem;
  background-color: #f7eb09;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 48rem) {
  .ifws-touren-single-view {
    padding: 5rem 3rem;
  }
}

.ifws-touren-single-view > * {
  flex: 0 0 100%;
}

.ifws-touren-single-view > div.tour-image,
.ifws-touren-single-view > .tour-main-info-wrapper,
.ifws-touren-single-view > .tour-side-info-wrapper {
  flex: 0 0 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ifws-touren-single-view > .tour-main-info-wrapper,
.ifws-touren-single-view > .tour-side-info-wrapper {
  padding: 1.25rem 0rem;
}

@media screen and (min-width: 64rem) {
  .ifws-touren-single-view > div.tour-image,
  .ifws-touren-single-view > .tour-main-info-wrapper,
  .ifws-touren-single-view > .tour-side-info-wrapper {
    flex: 0 0 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .ifws-touren-single-view > .tour-main-info-wrapper {
    padding: 1.25rem 3rem;
  }

  .ifws-touren-single-view > .tour-side-info-wrapper {
    padding: 1.25rem 0rem;
  }
}

@media screen and (min-width: 92.5rem) {
  .ifws-touren-single-view > div.tour-image,
  .ifws-touren-single-view > .tour-main-info-wrapper,
  .ifws-touren-single-view > .tour-side-info-wrapper {
    flex: 0 0 33.33%;
  }

  .ifws-touren-single-view > .tour-side-info-wrapper {
    padding: 1.25rem 3rem;
  }
}

div.tour-image img {
  width: 100%;
}

.ifws-touren-single-view > footer,
.tour-side-info-wrapper h3 {
  display: none;
}

.ifws-touren-single-view ul[id="ifws-googlemap-list"] {
  display: none;
}

.detail-tracks-maps p {
  display: inline-block;
}

.file-download.download--pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #1c1c1b;
  padding: 0.25rem 1rem;
}

.file-download.download--pdf svg {
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
}

.file-download.download--pdf:hover {
  background-color: #1c1c1b;
  color: #f7eb09;
  text-decoration: none;
}

.file-download.download--pdf path,
.file-download.download--pdf line {
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  stroke-width: 3px;
}

.file-download.download--pdf:hover path,
.file-download.download--pdf:hover line {
  stroke: #f7eb09;
}

.backtolist-text-link {
  padding: 0.5rem 2.5rem;
  border: 1px solid #1c1c1b;
}

.wrapper--pages .backtolist-text-link:hover {
  background-color: #1c1c1b;
  color: #f7eb09;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------- container-tour */

/* ----------------------------------------------------------------------------------------------------------- popup */

.frame-content-popup {
  display: none;
  background-color: #f7eb09;
}

.frame-content-popup p,
.frame-content-popup p a,
.frame-content-popup h2,
.frame-content-popup h3 {
  color: #000;
}


.overlay-popup .frame-content-popup {
  display: block;
}

.overlay-popup .popup-content {
  scrollbar-color: var(--ww-primary-headline-color) var(--ww-text-color-bright);
  scrollbar-width: thin;
}

.overlay-popup .popup-content::-webkit-scrollbar, 
.overlay-popup .popup-content::-webkit-scrollbar-track {
  width: 8px;
  background-color: transparent;
  background-color: var(--ww-text-color-bright);
}

.overlay-popup .popup-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: var(--ww-primary-headline-color);
}

.overlay-popup {
  z-index: -1;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vH;
  opacity: 0;
  background-color: rgba(0,0,0,0);
  transition: all 800ms ease;
}

.overlay-popup.is-fadein {
  z-index: 1000;
}

.overlay-popup.is-active {
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}

.overlay-popup .popup-content {
  margin-top: 0;
  position: relative;
  background-color: #f7eb09;
  overflow: auto;
  max-width: 90vW;
  max-height: 90vH;
  padding: 2rem;
}

.overlay-popup.overlay-popup--iframe .popup-content {
  max-width: 100vW;
  max-height: 100vH;
}

.overlay-popup .popup-content {
  width: 100%;
  position: absolute;
  left: 50vW;
  top: 50vH;
  transform: translate(-50%, -50%);
  padding: 2rem 1rem;
  margin-left: auto;
  margin-right: auto;
}

.overlay-popup.overlay-popup--iframe .popup-content {
  padding: 2rem;
}

.overlay-popup.overlay-popup--iframe iframe {
  width: calc(100vW - 4rem);
  height: calc(100vH - 4rem);
  max-width: 1208px;
  max-height: 680px;
}

@media screen and (min-width: 85.375rem) {
  .overlay-popup .popup-content {
    position: absolute;
    padding: 2rem 2rem;
    width: auto;
    max-width: 60vW;
  }
  .overlay-popup.overlay-popup--iframe .popup-content {
    padding: 4rem;
  }
}

.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  /* background-color: var(--ww-dark-medium-background-color);
  border: 1px solid #fff;
  color: #fff; */
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.popup-close line {
  stroke: #000000;
}

@media screen and (min-width:  85.375rem) {
  .popup-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
  } 
  .overlay-popup.overlay-popup--iframe .popup-close {
    top: 1rem;
    right: 1rem;
  }
}

.overlay-popup header {
  padding-right: 4rem;
}

.popup-content .ce-textpic.ce-left.ce-nowrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 64rem) {
  .popup-content .ce-textpic.ce-left.ce-nowrap .ce-gallery {
    flex: 0 0 33%;
  }
  .popup-content .ce-textpic.ce-left.ce-nowrap .ce-bodytext {
    flex: 0 0 67%;
    padding-left: 4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------------- popup */


/* ----------------------------------------------------------------------------------------------------------- contact-form */



/* ----------------------------------------------------------------------------------------------------------- contact-form */

/* ----------------------------------------------------------------------------------------------------------- footer */

.wrapper--footer {
  margin-top: 15rem;
  background-color: #1a1a1a;
  padding: 3.5rem 1rem;
  position: relative;
}

@media screen and (min-width: 64rem)  {
  .wrapper--footer {
    margin-top: 25rem;
  }
}

.wrapper--footer:before {
  content: "";
  background: url(../images/layout/bike-footer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 3rem;
  bottom: 100%;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 64rem) {
  .wrapper--footer:before {
    content: "";
    background: url(../images/layout/bike-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 8.75rem;
  }
}

footer[role="contentinfo"] {
  max-width: 61.5rem;
  margin-left: auto;
  margin-right: auto;
}

footer[role="contentinfo"] .frame-type-gridelements_pi1 {
  margin-top: 1rem
}

@media screen and (min-width: 64rem) {
  footer[role="contentinfo"] .frame-type-gridelements_pi1 {
    margin-top: 3.75rem
  }
}

footer[role="contentinfo"] .ce-textpic {
  display: flex;
}

footer[role="contentinfo"] .ce-textpic .ce-column {
  margin-right: 1.25rem;
}

footer[role="contentinfo"] p,
footer[role="contentinfo"] a,
footer[role="contentinfo"] span,
footer[role="contentinfo"] strong {
  color: #fff;
}

footer[role="contentinfo"] h3,
footer[role="contentinfo"] h2 {
  color: #f7eb09;
}

footer[role="contentinfo"] .ce-headline-center {
  text-align: left;
}

@media screen and (min-width: 64rem) {
  footer[role="contentinfo"] .ce-headline-center {
    text-align: center;
  }
}

footer[role="contentinfo"] figure {
  height: 2rem;
  max-width: 2rem;
}

footer[role="contentinfo"] img {
  height: 100%;
  width: auto;
}

footer[role="contentinfo"] .ce-gallery {
  display: flex;
  align-items: center;
}

footer[role="contentinfo"] .ce-image .ce-gallery .ce-column:first-child {
  margin-right: 1.25rem;
}

footer[role="contentinfo"] .ce-textpic.ce-center.ce-above {
  flex-direction: row;
}

footer[role="contentinfo"] .ce-textpic.ce-center.ce-above .ce-gallery {
  padding-bottom: 0;
}

.wrapper--footer a:hover {
  text-decoration: underline;
}

.frame-type-menu_pages .frame__inner {
  margin-top: 1rem;
}

@media screen and (min-width: 48rem) {
  .frame-type-menu_pages .frame__inner {
    margin-left: auto;
    margin-top: 0;
  }

  footer .col--half {
    flex: 0 0 50%;
    height: auto;
  }
}

@media screen and (min-width: 64rem) {
  footer .col--third {
    flex: 0 0 33.33%;
    height: auto;
  }
}

.frame-type-menu_pages ul {
  display: flex;
  list-style-type: none;
}

.frame-type-menu_pages ul li:first-child {
  margin-right: 1rem;
}

.frame-type-menu_pages a span {
  color: #707070;
}

footer .col--third {
  padding-top: 1rem;
}

/* ----------------------------------------------------------------------------------------------------------- footer */

/*------------------------------------------------------------------------------------------------------------ collapse */

.collapse {
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}

.collapse__permanent {
  display: block;
}

.collapse__trigger i {
  -webkit-transition: transform 300ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}

.collapse__trigger.is--expanded i {
  transform: rotate(90deg);
}

/*------------------------------------------------------------------------------------------------------------ collapse */

/*------------------------------------------------------------------------------------------------------------ properties */

.is--hidden {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------ properties */


/*------------------------------------------------------------------------------------------------------------ cookies */
.om-cookie-panel {
  transform: translate(0,100%);
}

@media (min-width: 1024px) {
  .om-cookie-panel {
    width: 100%;
    left: 0;
    transform: translate(0,100%);
    border-right: 0;
    border-left: 0;
  }

  .om-cookie-panel.active { 
    transform: translate(0,0);
  }
}

.om-cookie-panel {
  flex-wrap: wrap;
}

.om-cookie-panel .cookie-panel__checkbox-wrap {
  flex: 0 0 100%;
}

@media screen and (min-width: 30rem) {
  .om-cookie-panel .cookie-panel__checkbox-wrap {
    flex: 0 0 auto;
    margin-right: 2rem;
  }
}

.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 0;
}

.om-cookie-panel label,
.om-cookie-panel p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

.om-cookie-panel .cookie-panel__button,
.om-cookie-panel .cookie-panel__link a {
  font-size: 0.875rem;
}

.cookie-panel__selection form {
  justify-content: flex-start;
}

.cookie-panel__selection form > * {
  position: relative;
}

.cookie-panel__control {
  margin-top: 1rem;
}

.om-cookie-panel .cookie-panel__button {
  border: 1px solid #1c1c1b;
  text-transform: none;
  background-color: transparent;
  color: #1c1c1b;
  border-radius: 0;
}

.om-cookie-panel .cookie-panel__button:hover {
  background-color: #1c1c1b;
  color: #fff;
}

.om-cookie-panel label {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
}

.om-cookie-panel .cookie-panel__checkbox + label {
  line-height: 1.4;
}

.om-cookie-panel .cookie-panel__checkbox + label::before {
  border-radius: 0;
  border-color: #1c1c1b;
  display: inline-block;
  float: none;
  vertical-align: center;
}

.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #1c1c1b;
}

.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  background-color: #1c1c1b;
}

.om-cookie-panel .cookie-panel__attribution {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------ cookies */