/* Klaro
*********************************/
#klaro {
  --button-text-color:#fff;
  --dark1:#fafafa;
  /*--dark2:#777;*/
  --dark3:#555;
  --light1:#444;
  --light2:#666;
  --light3:#111;
  --green3:#f00; 
  --notice-bottom:20px;
  --notice-top:auto;

  --green1: var(--green);
  --blue1: var(--yellow);
  --dark2: var(--beige-dark) !important;
  --font-size: .75rem;
}
#klaro strong {
  font-weight: 600;
}
#klaro button {
  min-height: 0;
  padding:.5rem 1rem;
  font-size: .75em;
}
#klaro button svg {
  margin:0;
}
#klaro button.hide {
  padding:0;
}
#klaro button.cn-decline {
  background-color: var(--beige-medium);
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  line-height: 1.4;
}
/* Jiggys
*********************************/

.jiggy {}
.jiggy-header {
  border-left:solid #000 2px;
  padding-left:1rem;
  margin-bottom: 1.5rem;
}
.jiggy-header h4 {
  margin:0;
  font-size: clamp( 1.5rem, 0.6111111111111112rem + 1.8518518518518516vw, 2rem );
  font-weight: 800;
  text-transform: uppercase;
}
.jiggy-header .pre-headline {
  font-weight: 400;
  font-size: 1.25rem;
  display:block;
}
.jiggy-header-2 {
  margin-bottom: 1rem;
  padding-left:calc(2px + 1rem);
}
.jiggy-header-2 h5 {
  margin:0;
  font-size:1.1666rem;
  font-weight: 800;
  text-transform: uppercase;
}
.jiggy-content {
  padding-left:calc(2px + 1rem);
}
.jiggy-content > :last-child {
  /*margin-bottom:0;*/
}

/* Seite, Standard
 * *********************************/
.page-standard {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* padding-top: 1.75rem;
  padding-bottom: 1.75rem; */
}
.page-standard .page-header {
  border-left:solid 2px #000;
  padding-left:1rem;
  /* margin-top:1.25rem; */
  margin-bottom:2.5rem;
  max-width: 45rem;
}
.page-standard .page-header h1 {
  margin:0;
}
.page-standard .page-header .pre-headline {
  font-size:1rem;
  font-weight: 400;
  line-height: 1.3;
  display:block;
}
.page-standard .page-header .headline {
  text-wrap: balance;
}
.page-standard .page-main {
  /* margin-top:2.5rem; */
  --bs-gutter-y: 2rem;
}
.page-standard .page-main:not(:last-child) {
  /* margin-top:2.5rem; */
  margin-bottom:2.5rem;
}
.page-standard .page-content :last-child {
  margin-bottom:0;
}
.page-standard .page-image {
  margin-block: 2.5rem;
}
.page-standard .page-cta--centered {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.page-standard .page-cta .btn {
  color: #fff;
  /* white-space: nowrap; */
}
.page-standard .page-cta .btn svg {
  /* width: 2.6rem; */
  width: 3.3333rem;
  flex: 0 0 3.3333rem;
  height: auto;
}
.page-standard .page-gallery {
  margin-top:2.5rem;
  /* margin-bottom:2.5rem; */
}
@media only screen and (max-width : 767px) {
  .page-standard .page-gallery .container {
    padding:0;
    width:100%;
    max-width: none;
  }
}
@media only screen and (min-width : 414px) {
  .page-standard .page-header .pre-headline {
    font-size:1.25rem;
  }
}
.page-standard .page-articles:empty {
  display: none;
}
/* Seite, eku Innovativ
 * *********************************/
/* .page-eku {
  align-self: flex-end;
} */
.page-eku img {
  display:block;
  margin:0 auto;
  width:9.1666rem;
  height:auto;
}
@media only screen and (max-width : 767px) {
  .page-eku {
    margin-top:1.5rem;
  }
  .page-eku img {
    width:7rem;
  }
}

/* Seite, Intro
 * *********************************/
.page-intro .page-cta {
  margin-block: 2.6rem;
}
.tc-40 .page-intro .page-cta .btn {
  background-color: var(--yellow);
}
.tc-40 .page-intro .page-cta .btn:hover {
  background-color: var(--yellow-dark);
}
.page-intro .page-adfc img {
  width: 5.75rem;
  height: auto;
  display: block;
}
.page-intro .page-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Seite, Unterseite
 * *********************************/
.page-sub {
  padding-block: 1.5rem;
}
.page-sub .page-header {
  margin-bottom: 2rem;
}
.page-sub .page-header h2,
.page-sub .page-header .h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}

/* Seite, Unterseite, Technische Daten
 * *********************************/
 .page-technicaldata .page-content h2,
 .page-technicaldata .page-content .h2 {
  font-weight: 700;
  text-transform: none;
  font-size: 1.25rem;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width : 767px) {
  .page-technicaldata .page-image {
    margin-bottom: 2rem;
  }
  
}


/* Seite, Bilder, Artikel
 * *********************************/
 .page-stadtmoebel .page-images img {
  width: 100%;
  height: auto;
  display: block;
 }
.page-stadtmoebel .page-images .page-image-1 {
  margin-bottom: 3rem;
  border-bottom: solid var(--beige-mediumdark) 2px; 
}
.page-stadtmoebel .page-dimmensions table :where(th, td) {
  padding:0 1.5em 0 .75em;
}
.page-stadtmoebel .page-dimmensions table th {
  font-weight: 700;
  background-color: transparent;
}
.page-stadtmoebel .page-dimmensions dl {
  margin: 0 0 1em 0;
  padding: 0;
}
.page-stadtmoebel .page-dimmensions dt {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.page-stadtmoebel .page-dimmensions dd {
  margin: 0;
  padding: 0;
}
.page-stadtmoebel .page-dimmensions dd span {
  display: inline-block;
  padding-inline: .5em 1em;
  width: 6em;
  border-left: 1px solid #000;
}
@media only screen and (min-width : 1800px) {
  .page-stadtmoebel .page-dimmensions dl {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .page-stadtmoebel .page-dimmensions dt {
    flex: 0 0 12em;
    max-width: 12em;
  }
  .page-stadtmoebel .page-dimmensions dl:not(:first-child) dd span:nth-child(2),
  .page-stadtmoebel .page-dimmensions dl:not(:first-child) dd span:nth-child(3) {
    color: transparent;
  }
}
.page-stadtmoebel .page-cta {
  display: flex;
  justify-content: center;
}

/* Seite, Kreis-BG
 * *********************************/
.page-circle-bg {
  background-color: #fff;
  background-image:radial-gradient(circle closest-side , var(--primary-op31) 0, var(--primary-op31) calc(100% - 1rem), #fff calc(100% - 1rem), #fff 100%);
}
@media only screen and (min-width : 992px) {
  .page-circle-bg {
    background-image:radial-gradient(circle closest-side , var(--primary-op31) 0, var(--primary-op31) 99%, #fff 99%, #fff 100%);
  }
}

/* Seite, Akkordeon, 2-spaltig
 * *********************************/
@media only screen and (min-width : 992px) {
  .page-accordion-2col .page-content {
    columns: 2;
    column-gap:2rem;
  }
}

/* Seite, Konfigurieren
*********************************/
.page-configure {
  background: var(--primary-dark);
  color:#fff;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.tc-78 .page-configure,
.tc-53 .page-configure,
.page-configure[data-colorscheme=yellow] {
  background-color: var(--yellow);
}

.page-configure-image {
  padding-bottom: 2rem;
}
.page-configure-image img {
  width:100%;
  max-width:100%;
  height:auto;
  display: block;
  margin-top:-17%;
}
@media only screen and (min-width : 992px) {
  .page-configure-image img {
    width:113%;
    max-width:113%;
  }
}
.page-configure-content {
  padding-top:2.5rem;
  padding-bottom:2.5rem;
  font-size:.8333rem;
  font-weight: 600;
}
.page-configure-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-configure-cta .btn {
  width:100%;
  max-width: 24rem;
}
.page-configure-cta .btn svg {
  width:3.3333rem;
  flex:0 0 3.3333rem;
  height:auto;
}
@media only screen and (min-width : 768px) {
  .page-configure-cta {
    align-items: end;
  }
}

/* Seite, Bike+Ride
*********************************/
.page-bike-ride .page-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Seite, Ansprechpartner
*********************************/
.page-contact-person {}
.page-contact-person__content h2,
.page-contact-person__content .h2 {
  color: var(--red);
  margin-bottom: 0;
}
.page-contact-person__content h2,
.page-contact-person__content .h2,
.page-contact-person__content p {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: solid #000 1px;
}
.page-contact-person__content p {
  font-weight: 700;
  text-transform: uppercase;
}
.page-contact-person__content p:last-child {
  border-bottom: 0;
}
.page-contact-person__content .tel {
  margin-left: 1rem;
  text-decoration: none;
}
.page-contact-person__bottom {
  background: var(--red);
}
.page-contact-person__bottom  .container {
  margin-top: 9rem;
}
.page-contact-person__image {
  display: flex;
  justify-content: center;
}
.page-contact-person__image .image-wrapper {
  width: 60%;
}
.page-contact-person__image img {
  border-radius: 50%;
  overflow: hidden;
  margin-top: -50%;
}
.page-contact-person__main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-contact-person__text > :first-child {
  margin-top: 0;
}
.page-contact-person__text > :last-child {
  margin-bottom: 0;
}
.page-contact-person__cta .btn-white {
  width: 100%;
}
.page-contact-person__cta .btn-white svg * {
  fill: transparent;
}

@media only screen and (min-width : 768px) {
  .page-contact-person__bottom  .container {
    margin-top: 0;
  }
  .page-contact-person__image {
    justify-content: end;
  }
}

/* Seite, Ansprechpartner, v2
*********************************/
.page-contact-person-v2 {
  background-color: var(--red);
  color: #fff;
  margin-top: 15vw;
}
.page-contact-person-v2 a:not(.btn) {
  color: #000;
  text-decoration: none;
}
.page-contact-person-v2 a:not(.btn):hover {
  text-decoration: underline;
}
.page-contact-person-v2__image {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.page-contact-person-v2__image .image-wrapper {
  width: 60%;
}
.page-contact-person-v2__image img {
  border-radius: 50%;
  overflow: hidden;
  margin-top: -50%;
}
.page-contact-person-v2__title {
  margin-bottom: 1rem;
}
.page-contact-person-v2__title > * {
  padding-block: .5rem;
  border-bottom: solid #000 1px;
  text-transform: uppercase;
}
.page-contact-person-v2__title > *:last-child {
  border-bottom: 0;
}
.page-contact-person-v2__title p {
  color: #000;
  font-weight: 700;
  margin: 0;
}
.page-contact-person-v2__cta {
  margin-bottom: 2.5rem;
}
.page-contact-person-v2__cta .btn-white svg * {
  fill: transparent;
}
@media only screen and (min-width : 768px) {
  .page-contact-person-v2 {
    margin-top: 6vw;
  }
  .page-contact-person-v2__text {
    margin-top: 2.5rem;
  }
}

/* Seite, Bike+Ride, Grundriss
*********************************/
.page-bikeride-groundplan .page-images {
  border-top: solid var(--beige-dark) 2px;
  border-bottom: solid var(--beige-dark) 2px;
  padding-bottom: 2rem;
}
.page-bikeride-groundplan .page-images h2,
.page-bikeride-groundplan .page-images .h2 {
  margin-block: 2rem;
}
.page-bikeride-groundplan .page-image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-bikeride-groundplan .page-cta {
  display: flex;
  justify-content: center;
}

/* Master, Bike+Ride, Footer, CTA
*********************************/
/* .tc-71 .site-footer-cta .btn {
  background-color: var(--red-dark);
}
.tc-71 .site-footer-cta .btn:hover {
  background-color: var(--red);
} */

/* Seite, Simple
*********************************/
.page-simple {
  padding-bottom: 3rem;
}
.page-simple-header h1 {
  font-weight: 400;
  border-left: solid #000 2px;
  padding:.5rem 0 .5rem 1rem;
  font-size: 2rem;
}
@media only screen and (min-width : 992px) {
  .page-simple-header {
    transform: translate(0, -100%);
    max-width: 50%;
  }
}

/* Artikel, Vorteile
*********************************/
.articles-benefits {
  border-bottom:solid var(--beige-dark) 2px;
}
.article-benefit {
  border-top:solid var(--beige-dark) 2px;
  padding-top:1rem;
  padding-bottom: 1rem;
  position: relative;
}
.article-benefit-toggle {
  border:0;
  padding:0;
  width:100%;
  height:auto;
  background:transparent;
  color:#000;
  text-transform: none;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-benefit-toggle:hover {
  background:transparent;
  color:#000;
}
.article-benefit-icon {
  display:block;
  margin:0 auto 1rem auto;
}
.article-benefit-toggle span {
  margin-bottom:.5rem;
}
.article-benefit-toggle .indicator {
  display:block;
  width:2.2916rem;
  height:2.2916rem;
  margin: 0;
}
.article-benefit-toggle .indicator-bg {
  fill:var(--yellow);
}
.article-benefit.colorscheme-cyan .indicator-bg {
  fill:var(--cyan);
}
.article-benefit.colorscheme-green .indicator-bg {
  fill:var(--green);
}

.article-benefit-toggle .indicator-symbol {
  transform-origin: 50% 50%;
  transition: transform .2s ease;
}
.article-benefit-toggle .indicator-symbol path {
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
}

.article-benefit-toggle[aria-expanded=true] .indicator-symbol {
  transform: rotate(45deg);
}
.article-benefit-content {}
.article-benefit-content-inner > :last-child {
  margin-bottom: 0;
}
.article-benefit-content-inner {
  padding-top:1rem;
}
.article-benefit.active .article-benefit-content-inner {
  padding-top:0;
}

@media only screen and (min-width : 992px) {
  .article-benefit::after {
    content:'';
    display:block;
    position: absolute;
    right:0;
    top:1rem;
    bottom:1rem;
    border-right:solid var(--beige-dark) 2px;
  }
  .article-benefit:nth-child(3n+3)::after {
    content:none;
  }

  .articles-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .articles-benefits.openItem {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: 'toggle content';
    border-top:solid var(--beige-dark) 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .articles-benefits.openItem .article-benefit:not(.active) {
    display:none;
  }
  .article-benefit.active {
    display:contents;
  }
  .article-benefit.active .article-benefit-toggle {
    grid-area: toggle;
    align-self: self-start;
  }
  .article-benefit.active .article-benefit-content {
    grid-area: content;
  }
}

/* Artikel, Teaser
*********************************/
.articles-teaser {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.article-teaser {
  margin-bottom:3rem;
  padding-left:1rem;
  padding-right:1rem;
  flex:0 0 100%;
  max-width: 100%;
}
.article-teaser-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-teaser-link circle {
  transition: fill .2s ease;
}
.article-teaser-link:hover circle {
  fill:var(--yellow);
}
.colorscheme-green .article-teaser-link:hover circle {
  fill:var(--green);
}
.colorscheme-cyan .article-teaser-link:hover circle {
  fill:var(--cyan);
}
.article-teaser-image {
  margin-bottom:1rem;
  position: relative
}
.article-teaser-image img {
  display:block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width:16.6666rem;
  height:auto;
}
.article-teaser-image h2,
.article-teaser-image .h2 {
  font-size:1.25rem;
  font-size:1rem;
  font-weight: 800;
  text-align: center;
  /*text-transform: none;*/
  text-decoration: none;
  color:#000;
  position: absolute;
  top:82.5%;
  left:0;
  right:0;
  transform:translate(0, -50%);
  margin:0;
}
.article-teaser-arrow {
  display:block;
  width:4.625rem;
  height:4.625rem;
}
@media only screen and (min-width : 768px) {
  .article-teaser {
    flex:0 0 33.3333%;
    max-width:33.3333%;
  }
}
/* Artikel, Teaser, v2
*********************************/
.articles-teaser-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.article-teaser-v2 {
  margin-bottom:3rem;
  padding-left:1rem;
  padding-right:1rem;
  flex:0 0 100%;
  max-width: 100%;
}
.article-teaser-v2-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
.article-teaser-v2-link circle {
  transition: fill .2s ease;
}
.article-teaser-v2-link:hover {
  color:#000;
  text-decoration: underline;
}
.article-teaser-v2-link:hover circle {
  fill:var(--yellow);
}
.colorscheme-green .article-teaser-v2-link:hover circle {
  fill:var(--green);
}
.colorscheme-cyan .article-teaser-v2-link:hover circle {
  fill:var(--cyan);
}
.article-teaser-v2-image {
  position: relative
}
.article-teaser-v2-image img {
  display:block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width:16.6666rem;
  height:auto;
}
.article-teaser-v2 h2,
.article-teaser-v2 .h2 {
  margin-bottom: 0;
}
/*
.article-teaser-v2-image h2,
.article-teaser-v2-image .h2 {
  font-size:1.25rem;
  font-size:1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  color:#000;
  position: absolute;
  top:82.5%;
  left:0;
  right:0;
  transform:translate(0, -50%);
  margin:0;
}
*/
.article-teaser-v2-arrow {
  display:block;
  width:4.625rem;
  height:4.625rem;
  margin-top: auto;
}
@media only screen and (min-width : 768px) {
  .article-teaser-v2 {
    flex:0 0 33.3333%;
    max-width:33.3333%;
  }
}

/* Artikel, Akkordeon
*********************************/
.articles-accordion {
  border-top:solid var(--beige-dark) 2px;
}
.article-accordion {
  border-bottom:solid var(--beige-dark) 2px;
}
.article-accordion-trigger {
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  padding:1rem 0;
}
.article-accordion-trigger:hover {
  background:transparent;
}
.article-accordion-trigger h2,
.article-accordion-trigger .h2 {
  font-size:.8333rem;
  color:#000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 800;
  margin:0;
}
.article-accordion-trigger .indicator {
  display:block;
  width:2.2916rem;
  height:2.2916rem;
  min-width:2.2916rem;
  min-height:2.2916rem;
  margin-right: 1.25rem;
}
.article-accordion-trigger .indicator-bg {
  fill:var(--primary);
}
.article-accordion-trigger .indicator-symbol {
  transform-origin: 50% 50%;
  transition: transform .2s ease;
}
.article-accordion-trigger .indicator-symbol path {
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
}
.article-accordion-trigger[aria-expanded=true] .indicator-symbol {
  transform: rotate(45deg);
}
.article-accordion-content-inner {
  padding-bottom:1.5rem;
}
.article-accordion-content-inner > :last-child {
  margin-bottom:0;
}

/* Artikel, Akkordeon, 2-spaltig
*********************************/
.articles-accordion-2col {
  border-top: 0;
}
.articles-accordion-2col .article-accordion {}
.articles-accordion-2col .article-accordion-trigger {
  justify-content: space-between;
}
.articles-accordion-2col .article-accordion-trigger h2,
.articles-accordion-2col .article-accordion-trigger .h2 {
  text-transform: none;
  font-size:1rem;
  font-weight:500;
}
.articles-accordion-2col .article-accordion-trigger svg {
  margin:0 0 0 1.5rem;
}


/* Artikel, Aufstellung
*********************************/
.articles-lineup {
  border-top: solid var(--beige-dark) 2px;
}
.articles-lineup .row {
  --bs-gutter-x:1rem;
  align-items: center;
}
.article-lineup {
  border-bottom: solid var(--beige-dark) 2px;
}
.article-lineup:nth-child(n+3) {
  display:none;
}
.articles-lineup.showall .article-lineup {
  display:flex;
}
.article-lineup-image {
  margin-top:1.5rem;
  margin-bottom: 1.5rem;
  }
.article-lineup-image img {
  display: block;
  width: 100%;
  height:auto;
}
.article-lineup-content {
  margin-top:1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size:.8333rem;
}
.article-lineup-content h2,
.article-lineup-content .h2 {
  font-size:.8333rem;
  font-weight:600;
  margin-bottom: 0;
}
.article-lineup-content > :last-child {
  margin-bottom: 0;
}
.articles-lineup-showmore {
  margin:1rem auto 0 auto;
  font-weight:800;
  display: flex;
  align-items: center;
}
.articles-lineup-showmore svg {
  display:inline-block;
  width: 2.2916rem;
  height: 2.2916rem;
}
.articles-lineup-showmore circle {
  fill:#fff;
}
.articles-lineup-showmore path {
  stroke:var(--beige-dark);
  stroke-width: 4;
  transition: stroke .2s ease;
}
.articles-lineup-showmore:hover path {
  stroke:var(--beige-darker);
}
.articles-lineup.showall .articles-lineup-showmore {
  display:none;
}

/* Staedte und Kommunen */
.tc-43 .article-lineup:nth-child(n+3) {
  display:flex;
}
.tc-43 .articles-lineup-showmore {
  display:none;
}

/* Artikel, Downloads
 * *********************************/
.articles-downloads {
  --_gutter: 2rem;
  display: grid;
  gap: var(--_gutter);
  grid-template-columns: repeat(1, 1fr);
}
.article-download {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-bottom: calc(var(--_gutter) / 2);
  /* margin-bottom: calc(var(--_gutter) / 2); */
  border-bottom: solid var(--beige) 2px;
}
.article-download::after {
  content: '';
  display: none;
  border-right: solid var(--beige) 2px;
  position: absolute;
  right: calc((var(--_gutter) / 2) * -1);
  top: 0;
  bottom: calc((var(--_gutter) / 2));
}
.article-download .editlink {
  position: absolute;
  left: 0;
  top: 0;
}
.article-download__image img {
  display: block;
  width: 100%;
  max-width: 11rem;
  height: auto;
  margin-inline: auto;
  border: solid var(--beige) 1px;
}
.article-download__content {
  text-align: center;
}
.article-download__content > * {
  margin-bottom: 0;
  text-transform: none;
}
.article-download__icon a {
  display: block;
  width: 4.625rem;
  margin-inline: auto;
}
.article-download__icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.article-download__icon circle {
  transition: fill .2s ease;
}
.article-download__icon a:hover circle {
  fill: #000;
}
@media only screen and (min-width : 480px) and (max-width: 767px) {
  .articles-downloads {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-download::after {
    display: block;
  }
  .article-download:nth-child(2n+2)::after {
    display: none;
  }
}
@media only screen and (min-width : 768px) and (max-width: 991px) {
  .articles-downloads {
    grid-template-columns: repeat(3, 1fr);
  }
  .article-download::after {
    display: block;
  }
  .article-download:nth-child(3n+3)::after {
    display: none;
  }
}
@media only screen and (min-width : 992px) {
  .articles-downloads {
    grid-template-columns: repeat(4, 1fr);
  }
  .article-download::after {
    display: block;
  }
  .article-download:nth-child(4n+4)::after {
    display: none;
  }
}

/* Artikel, Downloads, Slider (Jiggy)
 * *********************************/
.articles-downloads-slider {
  --_gutter: 2rem;
} 
.articles-downloads-slider .splide__arrow {
  transform: translateX(-100%);
  display: none;
}
@media only screen and (min-width : 992px) {
  .articles-downloads-slider .splide__arrow {
    display: block;
  }
}
.articles-downloads-slider .splide__arrow--next {
  transform: translateX(100%);
}
.article-download-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.article-download-slider::after {
  content: '';
  display: block;
  position: absolute;
  border-right: solid var(--beige) 2px;
  top: 0;
  right: calc((var(--_gutter) / 2) * -1);
  bottom: 0;
}
.article-download-slider__image img {
  display: block;
  width: 100%;
  max-width: 10.8333rem;
  height: auto;
  margin-inline: auto;
  border:solid var(--beige) 1px;
}
.article-download-slider__content {
  text-align: center;
}
.article-download-slider__content h2 {
  text-transform: none;
}

/* Artikel, Seiten-Link
 * *********************************/
.articles-pagelink {

  margin-top: 2.5rem;
}
.articles-pagelink ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media only screen and (min-width : 768px) {
  .articles-pagelink ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.articles-pagelink--4col ul {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width : 992px) {
  .articles-pagelink--4col ul {
    grid-template-columns: repeat(4, 1fr);
  } 
}
.articles-pagelink li {
  margin: 0;
  padding: 0;
}
.articles-pagelink li::before {
  display: none;
}
.article-pagelink__link {
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.article-pagelink__link:hover {
  text-decoration: none;
  color: #000;
}
.article-pagelink__image {
  position: relative;
  margin-bottom: 3rem;
  img {
    width: 100%;
    height: auto;
  }
}
.article-pagelink__icon {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.625rem;
  height: 4.625rem;
  display: block;
  circle {
    transition: fill .2s ease;
  }
}
.article-pagelink__link:hover .article-pagelink__icon circle {
  fill: var(--yellow);
}
/* .article-pagelink__title {
  text-align: center;
} */

/* Artikel, Varianten
*******************************/
.articles-variants {
  margin-top: calc((4.625rem / 2) + 2rem);
}
.article-variant {
  position: relative;
  counter-increment: num;
  margin-bottom: calc((4.625rem / 2) + 2rem);
}
.article-variant::before {
  content: counter(num);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 2.1967rem;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 4.625rem;
  height: 4.625rem;
  text-align: center;
  line-height: 4.625rem;
}
.article-variant__headline {
  padding-block: .75rem;
}
.article-variant__headline > * {
  text-transform: none;
  text-align: center;
  font-size: 1.25rem;
}
.article-variant__feature {
  text-align: center;
  border-top: solid var(--beige-mediumdark) 2px;
  padding-block: .75rem;
}
.article-variant__feature h3,
.article-variant__feature .h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.article-variant__feature > :last-child {
  margin-bottom: 0;
}
.article-variant__details.article-accordion {
  border-bottom: 0;
}
.article-variant__datasheet {
  border-bottom: solid var(--beige-mediumdark) 2px;
}
.article-variant__details .article-accordion-trigger,
.article-variant__datasheet a {
  display: grid;
  grid-template-areas: 'stack';
  justify-content: unset;
  align-items: center;
  padding-block: .75rem;
  border-top: solid var(--beige-mediumdark) 2px;
  border-bottom: 0;
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
}
.article-variant__details .article-accordion-trigger .label,
.article-variant__datasheet .label {
  justify-self: center;
  grid-area: stack;
  color: #000;
}
.article-variant__details .article-accordion-trigger .indicator,
.article-variant__datasheet svg {
  width: 2.2917rem;
  height: auto;
  display: block;
  justify-self: end;
  grid-area: stack;
  margin: 0;
}

/* Artikel, Hinweise, Icon
************************************/
.articles-hints ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 2px;
}
.article-hint {
  position: relative;
  border-top: solid var(--beige-mediumdark) 2px;
  border-bottom: solid var(--beige-mediumdark) 2px;
  padding-block: 1rem;
  margin-top: -2px;
}
.article-hint::before {
  display: none;
}
.article-hint::after {
  content: '';
  border-right: solid var(--beige-mediumdark) 2px;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: -1px;
}
.article-hint__icon {
  margin-bottom: 0.5rem;
}
.article-hint__icon img {
  height: 4.7917rem;
  width: auto;
  display: block;
  margin-inline: auto;
}
.article-hint__title {
  font-weight: 600;
  text-align: center;
  padding-inline: 1rem;
}

/* 4-spaltig */
.articles-hints--4col ul {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width : 767px) {
  .articles-hints--4col .article-hint:nth-child(2n+2)::after {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .articles-hints--4col ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .articles-hints--4col .article-hint:nth-child(4n+4)::after {
    display: none;
  }
}

/* 3-spaltig */
.articles-hints--3col ul {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width : 767px) {
  .articles-hints--3col .article-hint::after {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .articles-hints--3col ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .articles-hints--3col .article-hint:nth-child(3n+3)::after {
    display: none;
  }
}

/* Artikel, Teaser, Extras
************************************/
.articles-teaser-extras ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width : 992px) {
  .articles-teaser-extras ul {
    grid-template-columns: repeat(4, 1fr);
  } 
}
.article-teaser-extras {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 15.8333rem;
  margin-inline: auto;
}
.article-teaser-extras::before {
  display: none;
}
.article-teaser-extras__link {
  display: grid;
  gap: 1rem;
  grid-template-areas: 'top'
                       'bottom';
  text-decoration: none;
  font-weight: 600;
}
.article-teaser-extras__link:hover {
  text-decoration: none;
  color: #000;
}
.article-teaser-extras__image {
  grid-area: top;
}
.article-teaser-extras__image img {
  display: block;
  width: 100%;
  height: auto;
}
.article-teaser-extras__title {
  grid-area: top;
  text-align: center;
  align-self: end;
  padding-bottom: 17%;
}
.article-teaser-extras__arrow {
  grid-area: bottom;
  margin-inline: auto;
  width: 4.625rem;
  height: 4.625rem;
}
.article-teaser-extras__arrow--down {
  rotate: 90deg;
}
.article-teaser-extras__arrow circle {
  transition: fill .2s ease;
}
.article-teaser-extras__link:hover .article-teaser-extras__arrow circle {
  fill: var(--primary);
}
[data-colorscheme=beige] .article-teaser-extras__link:hover .article-teaser-extras__arrow circle {
  fill: var(--beige-dark);
}
/* Galerie, Splide
 * *********************************/
.splide__image img {
  display:block;
}
.splide__title {
  text-align: center;
  font-size:.8333rem;
  font-weight: 600;
  text-transform: uppercase;
}
.splide__arrow {
  --splide-arrow-size: 3.5rem;
  display: none;
  width:var(--splide-arrow-size);
  height:var(--splide-arrow-size);
  border:0;
  padding:0;
  min-height: 0;
  border-radius:100%;
  background:#000;
  opacity: 1;
  left:1rem;
  transform:translate(0, -50%);
  transition: background-color .2s ease;
}
.splide__arrow svg {
  width:100%;
  height:100%;
  display: block;
  transform: none;
  margin: 0;
}
.splide__arrow--next {
  left:auto;
  right:1rem;
  transform:translate(0, -50%);
}
.splide__arrow:hover {
  background:var(--primary);
  opacity: 1;
}
@media only screen and (min-width : 768px) {
  .splide__arrow {
    --splide-arrow-size: 4.625rem;
    display: inline-block;
  }
  .splide__arrow {
    left:0;
    transform:translate(-50%, -50%);
  }
  .splide__arrow--next {
    left:auto;
    right:0;
    transform:translate(50%, -50%);
  }
}
.splide__pagination {
  position: static;
  transform: none;
  margin-top: 1rem;
  gap: 0.375rem;
}
.splide__pagination li {
  margin: 0;
  padding: 0;
}
.splide__pagination li::before {
  display: none;
}
.splide__pagination__page {
  transform: none;
  width: .75rem;
  height: .75rem;
  min-height: 0;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background-color: var(--beige-medium);
  transition: background-color .2s ease;
}
.splide__pagination__page.is-active {
  background-color: var(--beige-dark);
  transform: none;
}

/* Galerie, Splide, Galerie
 * *********************************/
.splide-gallery .splide__arrow {
  display: none;
}
@media only screen and (min-width : 768px) {
  .splide-gallery .splide__arrow {
    display: inline-block;
  }
}
.splide-gallery .splide__image img {
  height: 12rem;
  width:auto;
}
@media only screen and (min-width : 400px) {
  .splide-gallery .splide__image img {
    height:15rem;
  }
}
@media only screen and (min-width : 500px) {
  .splide-gallery .splide__image img {
    height:18rem;
  }
}
@media only screen and (min-width : 768px) {
  .splide-gallery .splide__image img {
    height:22rem;
  }
}
@media only screen and (min-width : 992px) {
  .splide-gallery .splide__image img {
    height:30rem;
  }
}
@media only screen and (min-width : 1800px) {
  .splide-gallery .splide__image img {
    height:32rem;
  }
}

/* Galerie, Splide, Modelle
 * *********************************/
 .splide-gallery--models .splide__arrow {
  --splide-arrow-size: 2.3125rem;
  transform: translateY(-50%);
}
.splide-gallery--models .splide__arrow--prev {
  left: 1rem;
}
.splide-gallery--models .splide__arrow--next {
  right: 1rem;
}
.splide-gallery--models .splide__slide {
  border-right: solid var(--beige) 2px;
}
.splide-gallery--models .splide__image img {
  height: 4rem;
  width:auto;
}
@media only screen and (min-width : 400px) {
  .splide-gallery--models .splide__image img {
    height:5rem;
  }
}
@media only screen and (min-width : 500px) {
  .splide-gallery--models .splide__image img {
    height:6rem;
  }
}
@media only screen and (min-width : 768px) {
  .splide-gallery--models .splide__image img {
    height:7.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .splide-gallery--models .splide__image img {
    height:10rem;
  }
}
@media only screen and (min-width : 1800px) {
  .splide-gallery--models .splide__image img {
    height:11rem;
  }
}

/* Galerie, Splide, Kombinationsmoeglichkeiten
 * *********************************/
.splide-combinations {
  padding-top:1rem;
  padding-bottom:1rem;
  border-top:solid var(--beige-dark) 2px;
  border-bottom:solid var(--beige-dark) 2px;
}
.splide-combinations .splide__slide {
  border-right:solid var(--beige-dark) 2px;
  margin-right:1px;
}
.splide-combinations .splide__image {
  padding-top: 1rem;
  padding-left:2rem;
  padding-right:2rem;
}
@media only screen and (min-width : 768px) {
  .splide-combinations .splide__image {
    padding-top: 2rem;
    padding-left:4rem;
    padding-right:4rem;
  } 
}
.splide-combinations .splide__image img {
  height: 38vw;
  width:auto;
}
@media only screen and (min-width : 768px) {
  .splide-combinations .splide__image img {
    height:16rem;
  }
}
/* Galerie, Splide, Banner
 * *********************************/
.splide--fade>.splide__track>.splide__list {
  width:100%;
  max-width: 100%;
}

/* Bereich Stadtmoebel, Extras
*********************************/
.tc-82 .page-configure[data-colorscheme=yellow] {
  background-color: var(--yellow);
}
.tc-82 .page-configure-content .btn:hover {
  background-color: var(--red);
}
.page-84 .article-accordion-trigger .indicator-bg {
  fill: var(--cyan);
}
.page-85 .article-accordion-trigger .indicator-bg {
  fill: var(--green);
}
.page-86 .article-accordion-trigger .indicator-bg {
  fill: var(--yellow);
}

/* Umfrage
*********************************/
.survey {
  --counter-size: 2.9166rem;
  counter-reset: step;
  accent-color: var(--primary);
}
.survey__step {
  counter-increment: step;
  position: relative;
  padding-left: calc(var(--counter-size) + 1rem);
  padding-top: .75rem;
  padding-bottom: 3rem;
}
.survey__step::before {
  position: absolute;
  left: 0;
  top: 0;

  content: counter(step);

  font-size: calc(var(--counter-size) * .5714);
  font-weight: 600;
  color: #fff;
  background: #000;
  display: block;
  width: var(--counter-size);
  height: var(--counter-size);
  line-height: var(--counter-size);
  text-align: center;
  border-radius: 50%;
}
.survey__step::after {
  content: '';
  position: absolute;
  left: calc((var(--counter-size) / 2) - 1px);
  top: calc(var(--counter-size) + 4px);
  bottom: 4px;
  border-left: solid #000 2px;
}
.survey__step:last-child:after {
  display: none;
}
.survey .h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1rem;
}
.survey select {
  text-transform: uppercase;
  font-weight: 800;
}
.survey .input-label label,
.survey .radio-label label {
  display: flex;
  gap: 1rem;
  justify-content: start;
}
.survey .input-label input {
  width: 3rem;
  padding: 0;
  text-align: center;
}
.survey .input-label span,
.survey .radio-label span {
  text-transform: uppercase;
  font-weight: 800;
}

/* Formulare
*********************************/
fieldset {
  margin:0 0 1.5rem 0;
  padding:0;
  border:0;
}
fieldset legend {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
label {
  cursor:pointer;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea,
select {
  width:100%;
  margin:0;
  padding:.375em 0;
  border:0;
  border-bottom:solid var(--beige-dark) 2px;
  transition: background .2s ease;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:focus {
  margin:0;
  /*background:var(--beige);*/
}
textarea {
  height:12rem;
}
.btn,
button,
[type=submit] {
  display:inline-flex;
  align-items: center;
  margin:0;
  padding:1.2rem 2rem;
  padding:0 2rem;
  min-height:4.1666rem;
  border:0;
  border-radius:calc(4.1666rem / 2) 0 0 calc(4.1666rem / 2);
  cursor:pointer;
  background:var(--primary);
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  font-weight: 800;
  transition:background .2s ease;
}
input[type=submit]::-moz-focus-inner {
  border: 0;
}
.btn:hover,
button:hover,
[type=submit]:hover {
  background-color:var(--primary-dark);
  color:#fff;
  text-decoration: none;
}
a.btn svg,
button svg,
input[type=submit] svg {
  margin-right: 1.5rem;
}
.btn-primary {
  background:var(--primary);
  color:#fff;
}
.btn-primary:hover {
  background:var(--primary-dark);
}
.btn-beige {
  background:var(--beige-dark);
  color:#fff;
}
.btn-beige:hover {
  background:var(--beige-darker);
}
.btn-white {
  background:#fff;
  color:#000;
}
.btn-white svg * {
  fill:#000;
}
.btn-white:hover {
  background:var(--beige);
  color:#000;
}
.btn-white:hover svg * {
  /*fill:#fff;*/
}
.btn-yellow {
  background-color: var(--yellow);
  color: #fff;
}
.btn-yellow:hover {
  background-color: var(--yellow-dark);
}
.btn-dark {
  background-color: var(--primary-dark);
}
.btn-dark:hover {
  background-color: var(--primary);
}

.btn:disabled,
button:disabled {
  background:#fff;
  color:var(--beige-dark);
  opacity: 1;
}
.btn:disabled svg *,
button:disabled svg * {
  fill:var(--beige-dark);
}
button:disabled:hover {}

.sendmail_emptyfield1 label,
label.sendmail_emptyfield1 {
  color:#f00;
}
.sendmail_emptyfield1 input.text,
input.sendmail_emptyfield1,
.sendmail_emptyfield1 textarea {
  border-color:#f00;
}
.message {
  border:solid #f6e468 1px;
  background:#ffffdb;
  padding:5px;
  margin:0 0 .8em 0;
}