:root {
    --color-acc: #D40054;
    --color-acc-dark: #b0104a;
    --color-dark: #575E62;
    /*--font-acc: "OldStandardTT";*/
    /*--font-sub: "PoiretOne";*/
    /*--font-main: "Montserrat-R";*/
    /*--font-main-m: "Montserrat-M";*/
    /*--font-main-s: "Montserrat-S";*/
    --font-acc: "PTSerifCaption";
    /*--font-sub: "DIN 2014 Bold";*/
    --font-sub: "DIN 2014 Light";
    --font-main: "DIN 2014 Light";
    --font-main-m: "DIN 2014 Light";
    --font-main-s: "DIN 2014 Light";
    --hor-pdd: 100px;
}

/*@font-face {*/
/*    font-family: "PTSerifCaption";*/
/*    src: url("/files/assets/fonts/PTSerifCaption-Italic.ttf");*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/
@font-face{
    font-family: "DIN 2014 Bold";
    src: url("../fonts/Din2014Bold/eec575332136f7176c9c50ce88576327.eot");
    src: url("../fonts/Din2014Bold/eec575332136f7176c9c50ce88576327.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Din2014Bold/eec575332136f7176c9c50ce88576327.woff")format("woff"),
        url("../fonts/Din2014Bold/eec575332136f7176c9c50ce88576327.woff2")format("woff2"),
        url("../fonts/Din2014Bold/eec575332136f7176c9c50ce88576327.ttf")format("truetype"),
        url("../fonts/Din2014Bold/eec575332136f7176c9c50ce88576327.svg#DIN2014-Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "DIN 2014 Light";
    src: url("../fonts/Din2014Light/40508c5e045b37ccaca5ccfec24d1479.eot");
    src: url("../fonts/Din2014Light/40508c5e045b37ccaca5ccfec24d1479.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Din2014Light/40508c5e045b37ccaca5ccfec24d1479.woff")format("woff"),
        url("../fonts/Din2014Light/40508c5e045b37ccaca5ccfec24d1479.woff2")format("woff2"),
        url("../fonts/Din2014Light/40508c5e045b37ccaca5ccfec24d1479.ttf")format("truetype"),
        url("../fonts/Din2014Light/40508c5e045b37ccaca5ccfec24d1479.svg#DIN 2014 Light")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family: "PTSerifCaption";
    src: url("/files/assets/fonts/PTSerifCaption-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-M";
    src: url("/files/assets/fonts/Montserrat-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-R";
    src: url("/files/assets/fonts/Montserrat-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-S";
    src: url("/files/assets/fonts/Montserrat-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "OldStandardTT";
    src: url("/files/assets/fonts/OldStandardTT-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "PoiretOne";
    src: url("/files/assets/fonts/PoiretOne-Regular.ttf");
    font-display: swap;
}

html,
body {
    max-width: 100vw;
    width: 100%;
    font-family: var(--font-main);
    color: var(--color-dark);
}

.fancybox__backdrop {
	background: rgb(24 24 27 / 25%);
}

.vjs-control-bar {
    display: none;
}

body {
    font-size: 1rem;
    /*line-height: 1.6;*/
}

.accordion-content ul {
    padding-left: 1.1rem;
}
.accordion-content li {
  list-style-type: disc !important;
}

.playerBox video {
	object-fit: cover;
	width: 100%;
}
.playerBox .slick-list {
    overflow: hidden;
}
img {
    max-width: 100%;
}

p {
    margin: 0;
}

a {
    hyphens: auto;
    word-wrap: break-word;
}

[class*="-info__subtitle"] {
	font-size: 2rem;
	margin: 0;
	margin-top: 1rem;
	margin-bottom: calc(var(--hor-pdd) / 4);
	font-family: var(--font-sub);
	color: inherit;
	margin-left: 0.25rem;
}
h2.section-title {
	font-family: var(--font-acc);
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.mod_article:not(.fullWidth) section > div{
	max-width: 1300px;
	margin: auto;
}

[data-fancybox] {
    cursor: pointer;
}

.btn {
    display: block;
    max-width: fit-content;
    background-color: #c50046;
    color: #fff;
    padding: 15px 40px;
    font-family: var(--font-acc);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

h2,
h3 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
h2 *,
h2 * {
	overflow-wrap: inherit;
	word-wrap: inherit;
	-ms-word-break: inherit;
	word-break: inherit;
	word-break: inherit;
	-ms-hyphens: inherit;
	-moz-hyphens: inherit;
	-webkit-hyphens: inherit;
	hyphens: inherit;
}

.btn:hover {
    background-color: var(--color-acc-dark);
}

.hamburger {
	display: inline-flex;
	padding: 0 25px 0 30px;
}

.hamburger-box {
	height: 26px;
}

.hamburger--collapse .hamburger-inner::after {
	top: -22px;
}

.hamburger-inner::before {
	top: -11px;
}

.el-widget:not(.expanded):before {
	background: transparent;
}

.el-widget:not(.expanded) .el-header {
	background: transparent;
}

.el-widget:not(.expanded) .el-icon {
	background: transparent;
}

.el-widget:not(.expanded) {
	outline: none;
}

.el-icon svg {
	transform: scale(1.7) translate(1px, 0);
}

div#custom_lang_select {
	position: relative;
	z-index: 4;
	background: #fff;
	width: 7em;
	min-width: max-content;
}
div#custom_lang_select .custom_select_current {
    padding: 0 0.75rem;
    height: 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	justify-content: space-between;
}
div#custom_lang_select .custom_select_current::after {
	content: '';
	font-size: 1rem;
	color: #fff;
	background-image: url(/files/design_files/design_icons/arrow.svg);
	height: 1rem;
	aspect-ratio: 1;
	background-size: 100%;
	transform: rotate(90deg);
	transition: transform 250ms;
}

div#custom_lang_select.is-open .custom_select_current::after {
	transform: rotate(-90deg);
}
div#custom_lang_select.is-open .custom_select_options {
	height: 12.9em;
}
div#custom_lang_select .custom_select_options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	height: 0px;
	overflow-y: scroll;
	z-index: 1;
	overscroll-behavior: contain;
	transition: 350ms ease-in-out;
}

div#custom_lang_select .custom_select_options div {
	padding: 0.35rem 0.75rem;
	cursor: pointer;
}
div#custom_lang_select .custom_select_options div:hover {
		background: lightgray;
}

form.multilanguage-selector {
	display: none;
}

.rsce--header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.rsce--header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--hor-pdd);
    max-width: 1300px;
}

.rsce--header .header-column {
    display: flex;
    align-items: center;
    width: 33.33%;
}

.header-column.header-right {
    justify-content: flex-end;
}
.multilanguage-selector{
    margin-bottom: 0;
}


#selected_language{
    height: 26px;
    margin: 0;
    padding: 0;
    transform: translateY(-1px);
    border-radius: 5px;
    border-color: var(--color-acc);
    border-width: 2px;
    width: 100px;
}

.imageList {
	display: flex;
	grid-gap: 1rem;
}
.imageList .image_wrapper {
	overflow: hidden;
	cursor: pointer;
}
.imageList img {
	height: 100%;
	width: auto;
	transition: 650ms transform;
}
.imageList img:hover {
	transform: scale(1.1)
}

/* reviews */
.review_section {
    margin: 0 auto;
    text-align: center;
    background-color: var(--light-color);
}

.review_section .stars {
    display: flex;
}

.review_section .swiper-slide {
    background: #91b57f;
    color: #fff;
}

.review_section .stars img {
    width: 1em;
}

.review_section .headline {
    width: fit-content;
    margin: 0 auto;
}

.review_section .swiper-wrapper {
    height: fit-content;
    padding: 20px 0;
}

.review_section .wrap_sliders {
    display: flex;
    grid-gap: 2rem;
    /*max-height: 100vh;*/
    min-height: 400px;
    margin-top: 3rem;
    flex-direction: column-reverse;
}

.review_section .wrap_sliders .swiper {
    width: 100%;
    height: auto;
}

.review_section .wrap_sliders .swiper .ava_img {
    max-width: 80px;
    width: 30%;
}

.review_section .wrap_sliders .swiper .ava_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review_section .wrap_sliders .slider-main {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review_section .wrap_sliders .slider-main .bottom_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}

.review_section .wrap_sliders .slider-main .info_wrap {
    position: relative;
    width: 10rem;
    height: 3rem;
    z-index: 111;
    margin: 0 0 0 auto;
}

.review_section .wrap_sliders .slider-main .content_wrap {
    display: flex;
    padding: 5rem;
    background-color: var(--base-color);
    color: var(--dark-color);
    border-radius: 8px;
    grid-gap: 1.5rem;
    width: 100%;
    height: 25vw;
}

.review_section .wrap_sliders .slider-main .btn-link {
    width: fit-content;
    position: relative;
    left: 0;
    bottom: 0;
}

.review_section .wrap_sliders .wrap_text {
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-gap: 0.6rem;
}

.review_section .wrap_sliders .wrap_text .date {
    font-weight: 400;
}

.review_section .wrap_sliders .slider-thumbs .swiper-slide {
    align-items: center;
    grid-gap: 1rem;
}

.review_section .wrap_sliders .swiper-slide {
    display: flex;
    justify-content: center;
}

.review_section .wrap_sliders .slider-thumbs {
    width: 100%;
}

.review_section .wrap_sliders .slider-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.review_section .wrap_sliders .slider-thumbs .swiper-slide:hover,
.review_section .wrap_sliders .slider-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.1);
}

.review_section .wrap_sliders .slider-thumbs .swiper-scrollbar {
    background-color: var(--dark-color);
}

.review_section .wrap_sliders .slider-thumbs .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--complementary-color);
    height: 12px;
    top: -4px;
    cursor: grab;
}

.review_section .wrap_sliders .swiper-button-prev,
.review_section .wrap_sliders .swiper-button-next {
    color: var(--complementary-color);
}

.review_section .wrap_sliders .swiper-pagination {
    width: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
}

.review_section .wrap_sliders .swiper-pagination span {
    font-weight: 400;
}

.review_section .wrap_sliders .swiper-pagination .swiper-pagination-current {
    font-size: 1.3rem;
}

.review_section .wrap_sliders .swiper-pagination .swiper-pagination-total {
    font-size: 1.5rem;
}
/* reviews */

/*-----QNA-----*/
:root {
    --padding: 100px;
}
section.offers_section {
  padding: var(--padding);
  --item-height: 75px;
  --border-radius: 15px;
	box-sizing: border-box;
	order: 1;
	
	max-width: 1300px;
	margin: 0 auto;
	
	display: none;
}
section.offers_section * {
	box-sizing: border-box;
}
section.offers_section .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.offers_section .offer_headline {
  color: #000 !important;
}
section.offers_section .offers_swiper {
  display: flex;
  grid-gap: 1rem;
  width: 100%;
  color: var(--basic-text-color);
}
section.offers_section .offers_swiper .offer_slide {
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition-timing-function: ease;
  transition-duration: var(--transitionShort);
  transition-property: flex, background-color;
  display: flex;
  pointer-events: none;
}
section.offers_section .offers_swiper .offer_slide .offer_content {
  position: relative;
  background-color: #cfcfcf;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  pointer-events: all;
  overflow: hidden;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text {
  position: absolute;
  inset: 0;
  background-color: var(--color-1);
  border-radius: var(--border-radius);
  padding: 1rem;
  opacity: 0;
  transition: opacity var(--transitionShort) ease;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-gap: 1rem;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text .offer_button {
  place-self: center self-start;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text .offer_text_image {
  grid-column: 1;
  grid-row: span 2;
  overflow: hidden;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text .offer_text_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text .offer_text__content {
  grid-column: 2;
  grid-row: span 1;
}
section.offers_section .offers_swiper .offer_slide:hover {
  flex: 2;
}
section.offers_section .offers_swiper .offer_slide:hover .offer_text {
  opacity: 1;
}
section.offers_section .headline {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 1rem;
  color: var(--basic-text-color);
}
section.offers_section .headline h2 {
  margin: 0;
}
section.offers_section .offers_swiper {
  height: fit-content;
  flex-wrap: wrap;
  grid-gap: 20px;
}
section.offers_section .offers_swiper .offer_slide {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 0px;
  pointer-events: all;
  max-height: var(--item-height);
  height: fit-content;
  cursor: pointer;
  transition: 0.5s all;
  min-width: calc(50% - 10px);
}
section.offers_section .offers_swiper .offer_slide img {
  display: none;
}
section.offers_section .offers_swiper .offer_slide.open {
  max-height: 300vh;
  cursor: initial;
}
section.offers_section .offers_swiper .offer_slide.open .offer_headline {
  color: #fff;
}
section.offers_section .offers_swiper .offer_slide.open .offer_headline:after {
  transform: translate(0, -50%) rotate(90deg);
}
section.offers_section .offers_swiper .offer_slide.open:hover .offer_headline {
  transform: translateX(10px);
  opacity: 1;
}
section.offers_section .offers_swiper .offer_slide.open:hover .offer_headline:after {
  transform: translate(0, -50%) rotate(90deg);
}
section.offers_section .offers_swiper .offer_slide.open:hover .offer_headline:hover {
  cursor: pointer;
}
section.offers_section .offers_swiper .offer_slide.open:hover .offer_headline:hover:after {
  opacity: 0.75;
  transform: translate(-10px, -50%) rotate(90deg);
}
section.offers_section .offers_swiper .offer_slide:hover .offer_headline {
  transform: translateX(10px);
  opacity: 0.75;
}
section.offers_section .offers_swiper .offer_slide:hover .offer_headline:after {
  transform: translate(-10px, -50%) rotate(45deg);
}
section.offers_section .offers_swiper .offer_slide .offer_headline {
  color: var(--accent-text-color);
  margin: 0;
  height: var(--item-height);
  display: flex;
  position: relative;
  min-height: var(--item-height);
  width: 100%;
  align-items: center;
  padding-left: 25px;
  transition: 0.5s all;
  opacity: 1;
	font-weight: 500;
	font-size: 19px;
	padding-right: 100px;
	letter-spacing: 1px;
	text-transform: none;
}
section.offers_section .offers_swiper .offer_slide .offer_headline:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%) rotate(30deg);
  width: 50px;
  height: 50px;
  background-image: url(/files/design_files/design_icons/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-size: 50px;
  transition: 0.5s all;
}
section.offers_section .offers_swiper .offer_slide .offer_content {
  background: transparent;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text {
  position: relative;
  opacity: 1;
  background: transparent;
  color: #000;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px;
}
section.offers_section .offers_swiper .offer_slide .offer_content .offer_text p {
  font-size: 18px;
  margin: 0px;
  line-height: 150%;
}
section.offers_section .offers_swiper .offer_slide .offer_content a {
  display: none;
}
    .firstscreen__quick-order_mobile {
    	position: fixed;
    	bottom: 20px;
    	right: 10px;
    	z-index: 11;
    	background: var(--color-acc);
    	color: #fff;
    	padding: 1em;
    	border-radius: 1rem;
    }
    
    .firstscreen__quick-order_mobile .quick-order__link {
    	color: inherit;
    	text-decoration: none;
    }
@media (min-width: 767px) {
    .firstscreen__quick-order_mobile {
        display: none;
    }
}
@media (max-width: 1280px) {
    section.offers_section .offers_swiper {
        height: auto;
    }
}

@media (max-width: 1200px) {
    section.offers_section .offers_swiper .offer_slide {
        border-radius: 15px;
    }
	section.offers_section .offers_swiper .offer_slide .offer_headline {
		font-size: 16px;
	}
    section.offers_section .offers_swiper {
        grid-gap: 10px;
    }
}

@media (max-width: 989px) {
    :root {
        --padding: 3rem;
    }
    section.offers_section .offers_swiper .offer_slide {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    
    .firstscreen__quick-order {
        display: none;
    }
    
    .hamburger {
        padding: 0 0 0 10px;
    }
    
    .multilanguage-selector{
        position: fixed;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transform: scale(0) translateX(-50%);
        transition: .3s all;
    }
    .multilanguage-selector.open{
        opacity: 1;
        transform: scale(1) translateX(-50%);
    }
    
    
    section.offers_section .offers_swiper .offer_slide .offer_content .offer_text {
        position: relative;
        color: #000;
        opacity: 1;
        background-color: transparent;
        display: flex;
        flex-direction: column;
    }

    section.offers_section .offers_swiper .offer_slide {
        flex-direction: column;
    }
    section.offers_section .offers_swiper .offer_slide .offer_image {
        display: none;
    }

    section.offers_section .offers_swiper {
        height: fit-content !important;
        flex-direction: column;
    }


    :root {
        --padding: 2rem;
    }
}

/*-----/QNA-----*/


/* Left column: contact links */
.rsce--header .contact-links-list {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rsce--header .contact-link-item .contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-acc);
    transition: all .3s;
}

.rsce--header .contact-link-item img {
    display: block;
    width: 32px;
    height: 32px;
}

div#technik-popup-gallery-1, div#technik-popup-gallery-2, div#technik-popup-gallery-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div#technik-popup-gallery-1 .slick-list, div#technik-popup-gallery-2 .slick-list, div#technik-popup-gallery-3 .slick-list {
  height: 40vh;
}
div#technik-popup-gallery-1 .slick-list img, div#technik-popup-gallery-2 .slick-list img, div#technik-popup-gallery-3 .slick-list img {
  width: 100%;
}
div#technik-popup-gallery-1 .slick-arrow, div#technik-popup-gallery-2 .slick-arrow, div#technik-popup-gallery-3 .slick-arrow {
	margin: 0;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	z-index: 1;
	filter: drop-shadow(0px 0px 6px #fff);
}
div#technik-popup-gallery-1 .slick-arrow.slick-next, div#technik-popup-gallery-2 .slick-arrow.slick-next, div#technik-popup-gallery-3 .slick-arrow.slick-next {
  transform: translateX(-50%);
  right: 0;
}
div#technik-popup-gallery-1 .slick-arrow.slick-prev, div#technik-popup-gallery-2 .slick-arrow.slick-prev, div#technik-popup-gallery-3 .slick-arrow.slick-prev {
  transform: rotate(-180deg) translateX(-50%);
}

.rsce--header .contact-link-item .contact-link:hover {
    transform: scale(1.05);
    opacity: 0.85;
    background-color: var(--color-acc-dark);
}

.rsce--header .site-logo {
    margin-left: auto;
    margin-right: auto;
}

/* Center column: logo */
.rsce--header .site-logo img {
    max-height: 55px;
    height: auto;
    width: auto;
    display: block;
}

.rsce--header .logo-link {
    display: inline-flex;
    align-items: center;
}


/* Right column: burger menu */
.rsce--header .burger-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: var(--color-acc);
}

.hamburger-inner:hover,
.hamburger-inner:hover::before,
.hamburger-inner:hover::after {
    background-color: var(--color-acc-dark);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: var(--color-dark);
}

/* Navigation */
.rsce--nav-list-bg {
    position: fixed;
    bottom: 0;
    top: 100px;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateX(100%);
    transition: .6s;
    opacity: 0;
    z-index: 9;
}

.rsce--nav-list {
    position: fixed;
    bottom: 0;
    top: 100px;
    right: 0;
    justify-content: center;
    padding: 0 var(--hor-pdd);
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    z-index: 999;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateX(100%);
    transition: .6s;
}

.rsce--nav-list ul {
    list-style: none;
    padding: 0;
}

.rsce--nav-list-bg.open {
    transform: translateX(0%);
    opacity: 1;
}

.rsce--nav-list.open {
    transform: translateX(0%);
}

a.nav-list__link {
    position: relative;
    /*padding-left: 3.5rem;*/
    padding-left: 0;
    font-size: 1.3rem;
    transition: color 0.3s ease;
    background: transparent;
    font-family: var(--font-main);
    text-transform: capitalize;
    text-decoration: underline;
    margin-bottom: 1.5rem;
    display: block;
    color: var(--color-acc);
    transition: .3s;
    text-decoration: none;
}

a.nav-list__link:hover {
    color: var(--color-dark);
    transform: translateX(5px);
}

.rsce--firstscreen {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /*background-image: url('/files/design_files/poster.webp');*/
    z-index: 4;
}

.rsce--firstscreen .firstscreen__media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.rsce--firstscreen .firstscreen__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.rsce--firstscreen .firstscreen__quick-order {
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 3;
    transform: scale(.6);
}

.rsce--firstscreen .quick-order__link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.rsce--firstscreen .quick-order__link:hover {
    transform: scale(1.05);
}


@keyframes shakeSoftLoop {
	0%   { transform: rotate(0deg); }
	1%  { transform: rotate(-2deg); }
	2%  { transform: rotate(2deg); }
	3%  { transform: rotate(-0.8deg); }
	4%  { transform: rotate(0.8deg); }
	5%  { transform: rotate(-0.6deg); }
	6%  { transform: rotate(0.6deg); }
	7%  { transform: rotate(-0.4deg); }
	8%  { transform: rotate(0.4deg); }
	9%  { transform: rotate(0deg); }
	100% { transform: rotate(0deg); }

}
.quick-order__image {
    animation: shakeSoftLoop 15s 5s ease-in-out infinite;
    transform-origin: center;
}
.rsce--firstscreen .quick-order__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.rsce--firstscreen .firstscreen__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none;
}

.rsce--firstscreen .firstscreen__chat-wrapper {
    margin-bottom: 2rem;
    pointer-events: auto;
}

.rsce--firstscreen .chat-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4145a;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    gap: 15px;
    font-family: var(--font-acc);
    line-height: 1;
}

.rsce--firstscreen .chat-bubble:hover {
    background-color: #b0104a;
    transform: translateY(-2px);
}

.rsce--firstscreen .chat-bubble__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.rsce--firstscreen .chat-bubble__icon img {
    display: block;
    width: 70px;
    height: 70px;
}

.rsce--firstscreen .chat-bubble__text {
    line-height: 1.2;
}

.rsce--about {
    padding: var(--hor-pdd);
    overflow: hidden;
}
.rsce--about .about-container {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.rsce--about .about-column {
    display: table-cell;
    vertical-align: top;
}

.rsce--about .about-column--text {
    width: 50%;
    padding-right: 50px;
}

.rsce--about .about-column--image {
    width: 50%;
    text-align: right;
    padding-left: var(--hor-pdd);
}

.rsce--about .about-header {
    margin-bottom: 1.5rem;
}

.rsce--about .headline-about-us {
    font-family: var(--font-acc);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.rsce--about .about-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.rsce--about .text-about-us strong {
    font-weight: 600;
}

.rsce--about .image-about-us {
    margin: 0;
}

.rsce--about .image-about-us img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.rsce--about .image-about-us img:hover {
    transform: scale(1.02);
}

.rsce--arrivals {
    padding: 0 var(--hor-pdd);
}

.rsce--arrivals .arrivals__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.rsce--arrivals .arrivals__column {
    display: block;
}

.rsce--arrivals .arrivals__column--schedule {
    padding-right: var(--hor-pdd);
    padding-top: var(--hor-pdd);
}

.rsce--arrivals .arrivals__column--schedule-content {}

.rsce--arrivals .schedule__item {
    margin-bottom: 1.5rem;
    background-color: #c50046;
    padding: 2rem;
    color: #fff;
}

.rsce--arrivals .schedule__headline {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.rsce--arrivals .slick-dots {
    left: auto;
    right: 0;
    transform: translateX(70px) translateY(-20px);
}

.rsce--arrivals .schedule__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: var(--font-main-m);
    font-size: 16px;
    line-height: 1.4;
}

/* headline above table */
.rsce--arrivals .schedule__headline {
    color: #fff;
    text-align: center;
    font-family: var(--font-main-m);
    font-size: 28px;
    margin-bottom: 2rem;
}

tr {
    position: relative;
    background-color: white;
}

tr::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    border: 1px solid var(--color-dark);
    left: 4px;
    width: calc(100% - 8px);
    top: 3px;
    height: calc(100% - 7px);
    box-sizing: border-box;
}

tr::after {
    width: 100%;
    content: '';
    display: block;
    height: 1px;
    /*background-color: var(--color-acc);*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* table cell borders */
th,
td {
    background: transparent;
    color: var(--color-dark);
    padding: 10px 14px;
    text-align: center;
    position: relative;
    font-family: var(--font-main-s);
    width: 13%;
    box-sizing: border-box;
}

td::before {
    content: '';
    width: 1px;
    left: 0;
    height: 21px;
    background-color: var(--color-dark);
    display: block;
    position: absolute;
    top: 10px;
}

/* first column (station name) */
td:first-child,
th:first-child {
    text-align: left;
    width: 35%;
    font-family: var(--font-main-m);
}

td:first-child::before,
th:first-child::before {
    display: none;
}

/* highlighted times (pink text) */
td.highlight,
td strong {
    color: var(--color-acc);
    font-weight: 700;
}

/* header styling if used */
thead th {
    background: var(--color-acc);
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
}

/* adjust spacing between rows */
tr+tr td {
    border-top: none;
}

.popup {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  font: 20px/1.6 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
.popup table {
  width: 100%;
  margin-top: 2em;
}
.popup table td::before,
.popup table tr::after,
.popup table tr::before {
  content: unset !important;
}
.popup table td {
  padding: 1.5rem !important;
}
.popup table tr:first-child {
  background: #d4145a;
  color: #fff;
}
.popup table tr:first-child td {
  color: inherit;
}
.popup table tr:first-child td strong {
  color: inherit;
}

.rsce--arrivals .arrivals__column--info {
    display: flex;
    flex-direction: column;
    transform: translateY(calc(var(--hor-pdd) * -1));
}

.rsce--arrivals .train-info__image {
    margin: 0;
    margin-bottom: var(--hor-pdd);
}

.rsce--arrivals .train-info__image img {
    width: 100%;
    height: auto;
    display: block;
}

.rsce--arrivals .train-info__header {
    margin-bottom: 1.5rem;
}

.rsce--arrivals .train-info__title {
    font-family: var(--font-acc);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.rsce--arrivals .train-info__subtitle {
    font-size: 2rem;
    margin: 0;
    margin-bottom: calc(var(--hor-pdd) / 2);
    font-family: var(--font-sub);
}

.rsce--arrivals .train-info__description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: calc(var(--hor-pdd) / 2);
}

.rsce--arrivals .train-info__actions {
    margin-top: auto;
}

.rsce--arrivals .btn {
    margin-left: auto;
}

.rsce--gallery {
    padding: var(--hor-pdd);
    padding-top: 0;
    box-sizing: border-box;
}

.rsce--gallery .gallery-container {
    display: flex;
    flex-wrap: wrap;
}

.rsce--gallery .gallery-column {
    display: flex;
    flex-direction: column;
}

.rsce--gallery .gallery-thumbnails {
    flex: 0 0 45%;
    max-width: 450px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

/* parent column with fixed/limited height */
.rsce--gallery .thumbnail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    /* let dots sit below the list */
    flex-direction: column;
    height: 800px;
    /* or your calc(100vh - 200px) */
    max-height: calc(100vh - 200px);
    min-height: 0;
    /* prevent overflow in flex children */
}

/* make slick-list occupy the available height, ignore inline height */
.rsce--gallery .thumbnail-list .slick-list {
    flex: 1 1 auto;
    height: auto !important;
    /* override inline height set by Slick */
    max-height: 100% !important;
    overflow: hidden;
    /* hide overspill if any */
}

/* keep track stretched to list height */
.rsce--gallery .thumbnail-list .slick-track {
    height: 100% !important;
}

/* 4 visible slides: each takes 25% of the list height */
.rsce--gallery .thumbnail-list .slick-slide {
    height: 25% !important;
    min-height: 0;
    padding: 10px;
    box-sizing: border-box;
}

/* make thumbnails fill their slide box neatly */
.rsce--gallery .thumbnail-list .thumbnail-item,
.rsce--gallery .thumbnail-list .thumbnail-item figure {
    height: 100%;
}

.rsce--gallery .thumbnail-list .thumbnail-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.rsce--train-status header.section-header {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 1rem 5%;
	font-family: var(--font-main);
	font-size: 1rem;
	color: var(--color-dark);
}

.rsce--train-status .headline {
	/*flex: 1 1 35%;*/
}

.rsce--train-status .header_text_desc {
	flex: 1 1 60%;
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
}

/* dots: keep them visible under the list */
.slick-dots {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-60px);
    width: 50px;
}

.slick-dots button {
    width: 30px;
    border: 0;
    background-color: var(--color-acc);
    color: transparent;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: var(--color-dark);
}

.slick-arrow {
    position: absolute;
    right: 0;
    transform: translateX(50px);
    width: 30px;
	aspect-ratio: 1;
    color: transparent;
    background-color: transparent;
    background-image: url(/files/design_files/design_icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: .3s all;
}

.slick-arrow.slick-disabled {
    opacity: .5;
}

.slick-arrow.slick-prev {
    top: 0;
}

.slick-arrow.slick-next {
    bottom: 0;
    transform: translateX(50px) rotate(180deg);
}

.slick-arrow.slick-prev:hover {
    top: -3px;
}

.slick-arrow.slick-next:hover {
    bottom: -3px;
}

.rsce--gallery .gallery-main-image {
    flex: 1;
    max-width: 75%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rsce--gallery .main-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.rsce--gallery .main-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rsce--prices {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.4;
}

/* Row 1: Hero */
.rsce--prices .prices-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.rsce--prices .prices-hero__bg {
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
}

.rsce--prices .prices-hero__bg:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0 0 0 / .5);
    position: absolute;
}

.rsce--prices .prices-hero__content {
    padding: 0 var(--hor-pdd) 50px var(--hor-pdd);
    z-index: 9;
}

.rsce--prices .prices-main-title {
    color: #fff;
    margin: 0;
    font-family: var(--font-acc);
    font-size: 7rem;
    font-weight: 400;
    line-height: 1;
}

/* Row 2: List section */
.rsce--prices .prices-list-section {
    padding: var(--hor-pdd);
    padding-bottom: 0;
    text-align: center;
}

.prices-list .slick-arrow.slick-prev {
    top: 50%;
    left: 0;
    transform: rotate(-90deg);
}

.prices-list .slick-arrow.slick-prev:hover {
    top: 50%;
    left: -5px;
    transform: rotate(-90deg);
}

.prices-list .slick-arrow.slick-next {
    top: 50%;
    right: 0;
    transform: rotate(90deg);
}

.prices-list .slick-arrow.slick-next:hover {
    top: 50%;
    right: -5px;
    transform: rotate(90deg);
}

table.price-item__table {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.rsce--prices td:first-child,
.rsce--prices th:first-child {
    width: 50%;
}

.rsce--prices td {
    width: 25%;
    padding: 20px;
    font-size: 1rem;
}

.rsce--prices td::before {
    height: calc(100% - 30px);
    top: 15px;
}

.rsce--prices tbody tr:first-child td {
    vertical-align: middle;
    color: var(--color-acc);
    font-family: var(--font-main-s);
}

.rsce--prices .price-item-headline {
    font-size: 2rem;
    margin: 0;
    font-family: var(--font-acc);
    padding-bottom: calc(var(--hor-pdd) / 2);
}

/* Row 3: Footer button */
.rsce--prices .prices-footer {
    text-align: center;
    padding: var(--hor-pdd);
    padding-top: calc(var(--hor-pdd) / 2);
}

.rsce--prices .prices-learn-more-btn {
    display: inline-block;
    transition: background-color 0.3s ease;
}

.rsce--prices .prices-learn-more-btn:hover {
    background-color: #a0003a;
}

.rsce--opening-time {
    background-color: #d4145a;
    /* solid background from design */
    color: #ffffff;
    /* white text */
    padding: 4rem 2rem;
    /* big padding */
    background: url("/files/design_files/Strecke/bg image.jpg") 0 0/cover no-repeat;
}

.rsce--opening-time .opening-time__container {
    max-width: 1200px;
    margin: 0 auto;
}

.rsce--opening-time .opening-time__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    /* small gap between image and text */
    flex-wrap: wrap;
}

.rsce--opening-time .opening-time__image-wrapper {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rsce--opening-time .opening-time__image {
    max-width: 100%;
    height: auto;
    display: block;
}

.rsce--opening-time .opening-time__text-wrapper {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rsce--opening-time .opening-time__text {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 400;
    max-width: 600px;
    font-family: var(--font-sub);
    text-align: left;
    margin-left: 1em;
}

/* Hover states */
.rsce--opening-time .opening-time__image:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.rsce--opening-time .opening-time__text-wrapper:hover {
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.rsce--route {
    color: white;
    background: url("/files/design_files/Strecke/bg image.jpg") 0 0/cover no-repeat;
    padding: var(--hor-pdd);
    /*margin: calc(var(--hor-pdd) * -1.5) 0;*/
    background: #575e62;
}

.rsce--route .route__container {
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
}

.rsce--route .route__content {
    flex: 1 1 50%;
    /*text-align: center;*/
}

.rsce--route .route__header {
    margin-bottom: 24px;
}

.rsce--route .route__title {
    font-size: 4rem;
    margin: 0 0 1rem;
    font-family: var(--font-acc);
}

.rsce--route .route__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    display: block;
    margin-left: 0.25rem;
    /*margin-right: auto;*/
}

.rsce--route .route__text p {
    margin-bottom: 20px;
}

.rsce--route .route__text a {
    text-decoration: underline;
    transition: color 0.3s ease;
}

.rsce--route .route__text a:hover {
    color: #333333;
}

.rsce--route .route__map-column {
    flex: 1 1 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    gap: 1rem;
}

.rsce--route .route__map {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    margin: 0;
}

.rsce--route .route__map-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	max-height: 80vh;
}

.rsce--route .route__map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.technik-section th,
.technik-section td {
	border: none;
}

.technik-section table {
	border: none;
}

.rsce--technik.accent {
	background: var(--color-dark);
	color: #fff;
}
.rsce--technik.accent {
	background: var(--color-acc);
	color: #fff;
}
.rsce--technik .technik-section {
    padding: var(--hor-pdd);
}

.technik-section tr::before,
.technik-section tr::after {
	content: unset;
}

.technik-section td::before {
	content: unset;
}

.rsce--technik .technik-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 2rem 5%;
}

.rsce--technik.right .technik-grid {
	flex-direction: row-reverse;
}

.rsce--technik .technik-image {
    flex: 1 1 55%;
    position: relative;
}
.rsce--technik .technik-image.has-image {
	flex: 25%;
	
}
.rsce--technik .technik-image img,
.rsce--technik .technik-image video {
    width: 100%;
    height: auto;
    display: block;
	max-height: 650px;
	object-fit: contain;
}

.rsce--technik .technik-content {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding-left: var(--hor-pdd);*/
    box-sizing: border-box;
}

.rsce--technik .technik-header {
    /*margin-bottom: 50px;*/
}
.technik-body {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

.rsce--technik .technik-title {
    font-size: 4rem;
    margin: 0 0 1rem;
    font-family: var(--font-acc);
}

.rsce--technik .technik-buttons {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    gap: 1.5rem;
}

.rsce--technik .technik_btn {
    position: relative;
    padding: 0;
    padding-left: 4.5rem;
    font-size: 1.3rem;
    transition: color 0.3s ease;
    background: transparent;
    color: var(--color-dark);
    font-family: var(--font-main);
    text-transform: capitalize;
    text-decoration: underline;
}

.rsce--technik .technik_btn:hover {
    color: #c2185b;
}

.rsce--technik .technik_btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    background: url('/files/design_files/Technik/technik2.png') no-repeat center/contain;
}

.rsce--technik .technik_btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    background: url('/files/design_files/Technik/technik1.png') no-repeat center/contain;
}

.rsce--technik .technik_btn3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 2.5rem;
    background: url('/files/design_files/Technik/technik3.png') no-repeat center/contain;
}

/* Overlay hidden by default; shown via .is-open */
.technik-popups-wrapper {
    position: fixed;
    display: none;
    /* was: flex */
    justify-content: center;
    align-items: center;
    /* center the popup vertically */
    inset: 0;
    /* shorthand for top/left/right/bottom: 0 */
    background-color: rgba(255 255 255 / .8);
    backdrop-filter: blur(6px);
    z-index: 990;
}

.technik-popups-wrapper.is-open {
    display: flex;
}

/* Prevent background scroll when popup shown */
body.no-scroll {
    overflow: hidden;
}

/* Popup container */
.technik-popups-wrapper .technik-popups {
    position: relative;
    display: flex;
    max-width: 900px;
    width: min(90vw, 900px);
    max-height: calc(100vh - 200px);
    height: auto;
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    /*padding: 2rem 0 var(--hor-pdd, 24px) 0;*/
    /* keep your var; fallback 24px */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}

/* Individual popups (only one is open at a time) */
.technik-popups .technik-popup {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    box-sizing: border-box;
	height: 70vh;
	overflow: auto;
	padding: var(--hor-pdd, 24px) 1rem;
    padding: 2rem 3rem;
    line-height: 1.65;
}

.technik-popups .technik-popup.open {
    display: flex;
}

/* Close button (injected) */
.technik-popups .technik-close {
    position: absolute;
    top: 10px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
	background: url(/files/design_files/design_icons/close.svg);
	background-size: 100%;
	z-index: 1;
}

.technik-popups .technik-close::before,
.technik-popups .technik-close::after {
    /*content: "";*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #222;
    transform-origin: center;
}

.technik-popups .technik-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.technik-popups .technik-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Optional: button cursor */
.technik-buttons .technik_btn {
    cursor: pointer;
}

.technik-popup .technik-popup-img {
    display: block;
    width: 100%;
    height: 30vh;
}

.technik-popup .technik-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.technik-popup h2 {
    font-family: var(--font-acc);
    font-size: 5rem;
    margin: 0;
	text-align: center;
	margin-top: 0.15em;
}

.technik-popup .technik-popup-description {
    font-size: 1rem;
}

.rsce--history {
    position: relative;
    padding: 0;
    font-family: var(--font-main);
}

.rsce--history .history-bottomText {
    width: 60%;
    min-width: 300px;
    margin: 1.75rem auto 0;
    font-size: 1rem;
    line-height: 1.2;
}
.rsce--history::before {
    content: "";
    position: absolute;
    top: 65px;
    bottom: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dadcdd;
    z-index: 0;
}

.rsce--history .history-inner {
    position: relative;
    /*z-index: 1;*/
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 var(--hor-pdd);
    align-items: center;
}

.rsce--history .history-content.isFullWidth {
	width: 100%;
	flex: unset;
	/*padding: calc(var(--hor-pdd) * 2) 0;*/
}

.rsce--history .isFullWidth .history-accordion {
	width: 60%;
	margin: 0 auto;
	min-width: 300px;
}

.rsce--history .history-content {
    flex: 1 1 60%;
    min-width: 300px;
    padding: var(--hor-pdd) 0;
}

.rsce--history .history-header {
    margin-bottom: 2rem;
    color: #575e62;
}

.rsce--history .history-section-title {
    font-family: var(--font-acc);
    font-size: 4rem;
    color: inherit;
    line-height: 1;
    margin: 0;
}

.rsce--history .history-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rsce--history .accordion-item {
    border-bottom: 1px solid #575e62;
}

/* Header */
.rsce--history .accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0.7rem 0;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #575e62;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color .25s ease;
}

.rsce--history .accordion-header:hover {
    color: var(--color-acc);
}

/* Icon (→ rotates on open) */
.rsce--history .accordion-icon {
    display: inline-block;
    transition: transform .25s ease, color .25s ease;
    transform: rotateZ(90deg);
}

.rsce--history .accordion-icon::before {
	content: '';
	font-size: 1rem;
	color: #fff;
	background-image: url(/files/design_files/design_icons/arrow.svg);
	height: 2rem;
	aspect-ratio: 1;
	display: block;
	background-size: 100%;
}

.rsce--history .accordion-item[aria-expanded="true"] .accordion-icon {
    transform: rotateZ(-90deg);
}
.rsce--history .accordion-body td:first-child,
.rsce--history .accordion-body th:first-child {
    width: 13%;
}
.rsce--history .accordion-body td:last-child,
.rsce--history .accordion-body th:last-child {
    /*text-align: right;*/
}

.rsce--history .accordion-body tr {
    background: transparent;
}

.rsce--history .accordion-body table {
    width: 100%!important;
}

.rsce--history .accordion-body td::before,
.rsce--history .accordion-body tr::before,
.rsce--history .accordion-body tr::after {
	content: unset;
}
/* Body (hidden by default; we use JS slideDown/slideUp) */
.rsce--history .accordion-body {
    display: none;
    /* JS toggles this */
    padding: 30px 0;
    /* keep vertical rhythm */
    color: #575e62;
    font-family: var(--font-main);
    font-size: 1rem;
    line-height: 1.6;
    will-change: height;
    
    overflow: auto;
}

.rsce--history .history-gallery-wrapper {
    flex: 1 1 30%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rsce--history .history-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rsce--history .gallery-item {
    width: 100%;
    overflow: hidden;
    max-height: 30vh;
}

.rsce--history .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.rsce--history .gallery-item:hover img {
    transform: scale(1.05);
}

.rsce--chronik {
    position: relative;
    padding: 0;
    font-family: var(--font-main);
}

.rsce--chronik::before {
    content: "";
    position: absolute;
    top: 65px;
    bottom: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: var(--color-acc);*/
    background-color: #dadcdd;
    z-index: 0;
}

.rsce--chronik .chronik-inner {
    position: relative;
    /*z-index: 1;*/
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 var(--hor-pdd);
    align-items: center;
}

.rsce--chronik .chronik-gallery-wrapper {
    flex: 1 1 20%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rsce--chronik .chronik-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rsce--chronik .gallery-item {
    width: 100%;
    overflow: hidden;
    height: 30vh;
}
.rsce--chronik .gallery-item.solo_image {
    height: auto;
}

.rsce--chronik .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.rsce--chronik .gallery-item:hover img {
    transform: scale(1.05);
}

.rsce--chronik .chronik-content {
    flex: 1 1 60%;
    min-width: 300px;
    padding: var(--hor-pdd) 0;
}

.rsce--chronik .chronik-header {
    margin-bottom: 2rem;
    color: #575e62;
}

.rsce--chronik .chronik-section-title {
    font-family: var(--font-acc);
    font-size: 4rem;
    color: inherit;
    line-height: 1.2;
    margin: 0;
}

.rsce--chronik .chronik-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rsce--chronik .accordion-item {
    border-bottom: 1px solid #575e62;
}

.rsce--chronik .accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0.7rem 0;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #575e62;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color .25s ease;
}

.rsce--chronik .accordion-header:hover {
    color: var(--color-dark);
}

/* icon rotates on open */
.rsce--chronik .accordion-icon {
    display: inline-block;
    transition: transform .25s ease, color .25s ease;
    transform: rotateZ(90deg);
}

.rsce--chronik .accordion-icon::before {
	content: '';
	font-size: 1rem;
	color: #fff;
	background-image: url(/files/design_files/design_icons/arrow.svg);
	height: 2rem;
	aspect-ratio: 1;
	display: block;
	background-size: 100%;
}

.rsce--chronik .accordion-item[aria-expanded="true"] .accordion-icon {
    transform: rotateZ(-90deg);
}

/* body is JS-toggled for smooth animation */
.rsce--chronik .accordion-body {
    display: none;
    padding: 30px 0;
    color: #575e62;
    font-family: var(--font-main);
    font-size: 1rem;
    line-height: 1.6;
    will-change: height;
}

.rsce--jobs {
    padding: var(--hor-pdd);
    background-image: url(/files/design_files/gear_acc.svg);
    background-repeat: no-repeat;
    background-position: left 50px center;
    background-size: contain;
    margin-top: 50px;
    margin-bottom: 50px;
}

.rsce--jobs .jobs__inner {
    display: flex;
    align-items: center;
}

.rsce--jobs .jobs__column {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.rsce--jobs .jobs__column--intro {
    justify-content: center;
    width: 60%;
}

.rsce--jobs .jobs__header {
    max-width: 400px;
    margin: 0 auto;
}

.rsce--jobs .jobs__title {
    font-family: var(--font-acc);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--color-dark);
    margin-top: 0;
}

.rsce--jobs .jobs__subtitle {
    font-size: 1rem;
    line-height: 1.6;
    font-family: var(--font-main);
    color: var(--color-dark);
}

.rsce--jobs .jobs-list__item {
    background-color: #fff;
    border: 1px solid var(--color-dark);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rsce--jobs .jobs-list__image {
    margin: 0;
    max-height: 100%;
}

.rsce--jobs .jobs-list__image img {
    width: 100%;
    display: block;
    object-fit: contain;
    height: 100%;
}

.rsce--jobs .jobs-list__content {
    padding: 1.5rem;
    display: none;
}

.rsce--jobs .jobs-list__title {
    font-family: var(--font-main-m);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--color-acc);
}

.rsce--jobs .jobs-list__description {
    font-family: var(--font-main);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-dark);
}

.rsce--jobs .jobs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* make slick-list respect parent height */
.rsce--jobs .jobs-list .slick-list {
    flex: 1 1 auto;
    height: 50vh !important;
    max-height: 50vh !important;
    overflow: hidden;
    display: flex;
}

/* stretch track */
.rsce--jobs .jobs-list .slick-track {
    height: 100% !important;
}

/* each job takes 25% height (4 visible) */
.rsce--jobs .jobs-list .slick-slide {
    min-height: 0;
    padding: 10px;
    box-sizing: border-box;
    max-height: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    ;
}

/* job content filling slide */
.rsce--jobs .jobs-list__item {
    height: 100%;
}

.rsce--jobs .slick-arrow.slick-prev {
    left: 0;
    transform: translateX(-50px);
}

.rsce--jobs .slick-arrow.slick-next {
    left: 0;
    transform: translateX(-50px) rotate(180deg);
}

/* ========== base (yours unchanged) ========== */
.rsce--footer {
    font-family: var(--font-main);
    color: var(--color-dark);
    background-color: #fff;
    background: var(--color-acc);
}

.rsce--footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
    max-width: 1300px;
	background: var(--color-acc);
	margin: 0 auto;
}

.rsce--footer .footer-top__column {
    flex: 1 1 29%;
    padding: var(--hor-pdd);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rsce--footer .footer-top__column--left,
.rsce--footer .footer-top__column--right {
    background-color: var(--color-acc);
    color: #fff;
    font-family: var(--font-main);
    font-size: 1rem;
    line-height: 1.5;
}
.rsce--footer .footer-top__column--left a,
.rsce--footer .footer-top__column--right a {
    color: inherit;
}

.rsce--footer .footer-top__column--left {
    text-align: left;
    line-height: 1.6;
    font-size: 1.2rem;
    justify-content: flex-start;
}

.rsce--footer .footer-top__column--left p {
    font-style: normal;
}

.rsce--footer .footer-top__column--right {
    text-align: right;
    line-height: 1.6;
    justify-content: flex-end;
}

.rsce--footer .footer-address__text,
.rsce--footer .footer-contact__text {
    margin: 0;
}

.rsce--footer .footer-top__column--center {
    position: relative;
    background-color: var(--color-acc);
    justify-content: end;
    grid-gap: 1rem;
    align-items: stretch;
}

.rsce--footer .footer-top__column--center:before {
    /*content: "";*/
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    right: 3px;
    border: 1px solid var(--color-dark);
    z-index: 0;
}

.rsce--footer .footer-logo__figure {
    margin: 0;
    max-width: 10rem;
    /*height: 100%;*/
    aspect-ratio: 1;
}

.rsce--footer .footer-logo__image {
	max-width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	padding: 3px;
}

.rsce--footer .footer-bottom {
    background-color: #fff;
    padding: 1.5rem var(--hor-pdd);
    border-top: 1px solid #eee;
}

body ul {
    list-style: disc;
	list-style-type: disc;
	padding-inline-start: 1.6em;
}

.rsce--footer .footer-nav {
    text-align: center;
}

.rsce--footer .footer-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.rsce--footer .footer-nav__item {
    display: inline-block;
}

/* render links as buttons for accessibility/JS control */
.rsce--footer .footer-nav__link {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: var(--font-main);
    font-size: 1.2rem;
    color: var(--color-dark);
    text-decoration: none;
    cursor: pointer;
    transition: color .25s ease;
}

.rsce--footer .footer-nav__link:hover,
.rsce--footer .footer-nav__link[aria-expanded="true"] {
    color: var(--color-acc);
}

/* ========== expandable content ========== */
.rsce--footer .footer-nav__content {
    max-width: 960px;
    margin: 1rem auto 0;
}

/* each panel: hidden by default (via [hidden]) and JS slides in/out */
.rsce--footer .footer-panel {
    display: none;
    /* jQuery toggles this with slideDown/Up */
    text-align: left;
    margin: 0 auto;
    padding: 1rem 0;
    border-top: 1px solid #eee;
}

.rsce--footer .footer-panel__title {
    font-size: 2.1rem;
    font-weight: 600;
    margin: .25rem 0 .75rem;
}

.rsce--footer .footer-panel__body {
    font-size: 1rem;
    line-height: 1.6;
}

/* wrapper */
.rsce--contact-form .contactForm form.contactForm__form{
    margin: 0;
}
.rsce--contact-form .contactForm {
    max-width: 960px;
    margin: 4rem auto;
    padding: 0 var(--hor-pdd, 16px);
    box-sizing: border-box;
    font-family: var(--font-main, inherit);
    color: var(--color-dark, #222);
}

/* heading & intro */
.rsce--contact-form .contactForm__heading {
    margin: 0 0 0.75rem;
    line-height: 1.2;
    font-family: var(--font-acc);
    text-align: center;
    font-size: 4rem;
    margin-bottom: 0px;
}

.rsce--contact-form .contactForm__intro {
    margin: 0 0 1.25rem;
}

.rsce--contact-form .contactForm__intro h3,
.rsce--contact-form .contactForm__intro label {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

/* form grid */
.rsce--contact-form .contactForm__form .contactForm__fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 1.25rem;
}

/* field block */
.rsce--contact-form .contactForm__field {
    display: flex;
    flex-direction: column;
}

/* label */
.rsce--contact-form .contactForm__label {
    margin: 0 0 .35rem;
    font-weight: 600;
    font-size: .95rem;
}

/* controls */
.rsce--contact-form .contactForm__control {
    width: 100%;
    padding: .7rem .9rem;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    font: inherit;
    line-height: 1.25;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    min-height: 44px;
    /* finger-friendly */
    box-sizing: border-box;
}

.rsce--contact-form .contactForm__control::placeholder {
    color: #9aa0a6;
}

.rsce--contact-form .contactForm__control:focus {
    outline: none;
    border-color: var(--color-acc, #D40054);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-acc, #D40054) 25%, transparent);
}

/* textarea */
.rsce--contact-form textarea.contactForm__control {
    resize: vertical;
    min-height: 120px;
}

/* submit button */
.rsce--contact-form .contactForm__submit {
    border: 0;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0;
}

.rsce--contact-form .contactForm__submit:active {
    transform: translateY(1px);
}

.rsce--contact-form .contactForm__submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-acc, #D40054) 25%, transparent);
}

/* feedback text */
.rsce--contact-form .contactForm__feedback {
    grid-column: 1 / -1;
    margin-top: .25rem;
    font-size: .95rem;
}

.contactForm__form h4 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--color-acc);
    font-family: var(--font-acc);
    font-size: 2rem;
    display: flex;
    flex-direction: column;
}

/* minimal invalid state (native HTML5) */
.rsce--contact-form .contactForm__control:invalid {
    border-color: color-mix(in srgb, var(--color-acc, #D40054) 55%, #000 0%);
}


/* =========================================================
   GLOBAL RESPONSIVE TOKENS
   (we adjust padding + sticky offset per breakpoint)
   ========================================================= */

/* <= 1300px */
@media (max-width: 1300px) {
    :root {
        --hor-pdd: 60px;
        --sticky-offset: 90px;
        /* header height at this bp */
    }

    /* Header */
    .rsce--header {
        height: 90px;
    }

    .rsce--header .site-logo img {
        max-height: 36px;
    }

    /* Full-screen nav starts below header */
    .rsce--nav-list,
    .rsce--nav-list-bg {
        top: var(--sticky-offset);
    }

    .rsce--firstscreen .firstscreen__quick-order {
        width: 20vw;
    }

    .rsce--firstscreen .chat-bubble {
        font-size: 18px;
        padding: 15px 30px;
    }

    .rsce--firstscreen .chat-bubble__icon img {
        width: 50px;
        height: 50px;
    }



    /* Hero / big titles */
    .rsce--route .route__title,
    .rsce--jobs .jobs__title,
    .rsce--arrivals .train-info__title,
    .rsce--prices .prices-main-title {
        font-size: clamp(3rem, 4vw + 1rem, 5rem);
    }

    /* About spacing */
    .rsce--about .about-column--text {
        padding-right: 30px;
    }

    .rsce--about .about-column--image {
        padding-left: 60px;
    }

    .rsce--about .headline-about-us {
        font-size: 4rem;
    }

    /* Arrivals schedule spacing */
    .rsce--arrivals .arrivals__column--schedule {
        padding-right: calc(var(--hor-pdd) * 2);
    }

    .rsce--arrivals .schedule__headline {
        font-size: 26px;
    }

    /* Gallery thumbnails padding */
    .rsce--gallery .gallery-thumbnails {
        padding-left: 60px;
        padding-right: 60px;
    }

    .rsce--opening-time .opening-time__image-wrapper {
        flex: 1 1 30%;
    }

    .rsce--opening-time .opening-time__text {
        font-size: 2.5rem;
    }

    .rsce--history .history-content {
        padding: calc(var(--hor-pdd) * 2) 0;
    }

    .technik-popups-wrapper {
        padding-top: 100px;
    }

    .technik-popups-wrapper .technik-popups {
        max-height: calc(100vh - 100px);
    }

    .rsce--chronik .chronik-content {
        padding: calc(var(--hor-pdd) * 2) 0;
    }

    .rsce--jobs {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .rsce--contact-form .contactForm__heading {
        font-size: 4rem;
        /*margin-bottom: 50px;*/
        /*margin-top: 50px;*/
    }

    /* Footer layout keeps 3 columns but tighter paddings */
    .rsce--footer .footer-top__column {
        padding: var(--hor-pdd) 1.5rem;
    }
}

/* <= 989px  (tablet / small laptop) */
@media (max-width: 989px) {
    :root {
        --hor-pdd: 40px;
        --sticky-offset: 72px;
    }

    .mod_article {
        max-width: 100vw;
        overflow-x: hidden;
    }

    /* Header */
    .rsce--header {
        height: 72px;
    }

    .rsce--header .site-logo img {
        max-height: 34px;
    }

    .rsce--header .contact-links-list {
        gap: .5rem;
    }

    .rsce--header .contact-link-item .contact-link {
        width: 44px;
        height: 44px;
    }

    /* Full-screen nav offset */
    .rsce--nav-list, .rsce--nav-list-bg {
        top: 0;
        width: 100%;
    }

    /* Firstscreen */
    .rsce--firstscreen .firstscreen__quick-order {
        top: calc(var(--sticky-offset) - 56px);
        right: .75rem;
    }

    /* About switches to vertical flow */
    .rsce--about .about-container {
        display: block;
    }

    .rsce--about .about-column,
    .rsce--about .about-column--text,
    .rsce--about .about-column--image {
        display: block;
        width: 100%!important;
        padding: 1rem 0;
    }

    .rsce--about .about-column--image {
        text-align: center;
        margin-top: 1.25rem;
        padding-left: 0;
    }

    .rsce--about .headline-about-us {
        font-size: 3rem;
    }

    /* Arrivals: two columns -> stacked, keep gaps */
    .rsce--arrivals {
        padding: 0 var(--hor-pdd);
    }

    .rsce--arrivals .arrivals__inner {
        max-width: 100%;
        display: block;
    }

    .rsce--arrivals .arrivals__column--schedule {
        padding-top: 40px;
        padding-right: 0;
        max-width: 100% !important;
        display: flex;
    }

    .rsce--arrivals .schedule__item {
        padding: 1rem;
    }

    .rsce--arrivals .arrivals__column--schedule-content {
        max-width: 100%;
    }

    .rsce--arrivals .train-info__title {
        font-size: 4rem;
    }

    .rsce--arrivals .train-info__subtitle {
        font-size: 1.6rem;
    }

    /* Gallery: give thumbnails more width */
    .rsce--gallery .gallery-container {
        gap: 20px;
    }

    .rsce--gallery .gallery-thumbnails {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .rsce--gallery .gallery-main-image {
        max-width: 50%;
    }

    /* Prices: scale titles */
    .rsce--prices .prices-main-title {
        font-size: 4rem;
    }

    .rsce--prices .price-item-headline {
        font-size: 1.6rem;
    }

    /* Opening time: reduce type */
    .rsce--opening-time .opening-time__text {
        font-size: 2.2rem;
    }

    /* Route: tighter paddings */
    .rsce--route {
        padding: 60px 30px;
    }

    .rsce--route .route__title {
        font-size: 56px;
    }

    .rsce--route .route__container {
        gap: 24px;
    }

    /* Technik: stack */
    .rsce--technik .technik-grid {
        flex-direction: column;
    }

    .rsce--technik .technik-image,
    .rsce--technik .technik-content {
        width: 100%;
        flex: 1 1 100%;
        padding-left: 0;

    }
    .rsce--technik .technik-image {
    order: 1;
    margin-top: 30px;
}
.technik-popup h2 {
    font-size: 2rem;
}

    .rsce--technik .technik-title {
        font-size: 3.8rem;
    }

    /* History / Chronik: stack */
    .rsce--history .history-inner,
    .rsce--chronik .chronik-inner {
        flex-direction: column;
    }

    .rsce--history .history-content,
    .rsce--history .history-gallery-wrapper,
    .rsce--chronik .chronik-content,
    .rsce--chronik .chronik-gallery-wrapper {
        flex: 1 1 100%;
    }

    .rsce--history .history-section-title,
    .rsce--chronik .chronik-section-title {
        font-size: 2.6rem;
    }

    .rsce--chronik .chronik-gallery-wrapper {
        order: 1;
    }

    .rsce--history,
    .rsce--chronik {
        /*margin-top: 50px;*/
    }

    .rsce--history::before,
    .rsce--chronik::before {
        top: 0;
        bottom: 0;
    }

    /* Jobs: proportion changes + title scale */
    .rsce--jobs {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .rsce--jobs .jobs__inner {
        gap: 20px;
    }

    .rsce--jobs .jobs__column--intro {
        width: 55%;
    }

    .rsce--jobs .jobs__column {
        width: 45%;
    }

    .rsce--jobs .jobs__title {
        font-size: 4.2rem;
    }

    /* Footer: stack columns; nav vertical */
    .rsce--footer .footer-top {
        flex-direction: column;
    }

    .rsce--footer .footer-top__column {
        flex: 1 1 100%;
        padding: 1.25rem;
    }

    .rsce--footer .footer-nav__list {
        flex-direction: column;
        gap: 1rem;
    }

    /* Contact_form grid: two columns on this bp */
    .rsce--contact-form .contactForm {
        max-width: 860px;
    }

    .rsce--contact-form .contactForm__form .contactForm__fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 1.25rem;
    }

    .rsce--contact-form .contactForm__field--full,
    .rsce--contact-form .contactForm__feedback {
        grid-column: 1 / -1;
    }


    /* give each slider a top rail for arrows */
    .gallery-thumbnails .thumbnail-list,
    .schedule,
    .prices-list,
    .jobs-list {
        position: relative;
        padding-top: 58px;
        /* room for arrows */
    }

    /* hide dots everywhere on mobile */
    .slick-dots {
        display: none !important;
    }

    /* normalize arrows across all sliders */
    /*.slick-arrow {*/
    /*    position: absolute !important;*/
    /*    top: 10px !important;*/
        /* same horizontal line */
    /*    left: auto !important;*/
    /*    right: auto !important;*/
    /*    width: 36px !important;*/
    /*    height: 36px !important;*/
    /*    border: 0 !important;*/
    /*    padding: 0 !important;*/
    /*    color: transparent !important;*/
    /*    background: transparent url(/files/design_files/arrow.svg) no-repeat center / contain !important;*/
    /*    cursor: pointer !important;*/
    /*    z-index: 3;*/
    /*    transition: transform .2s ease, opacity .2s ease;*/
    /*}*/

    .slick-arrow.slick-disabled {
        opacity: .5;
        cursor: default;
    }

    /* exact positions + rotation */
    /*.slick-prev {*/
    /*    left: 0 !important;*/
    /*    transform: rotate(-90deg) !important;*/
    /*}*/

    /*.slick-next {*/
    /*    right: 0 !important;*/
    /*    transform: rotate(90deg) !important;*/
    /*}*/

    /* neutralize any per-slider overrides from desktop styles */
    .prices-list .slick-arrow,
    .rsce--gallery .slick-arrow,
    .rsce--jobs .slick-arrow {
        top: 10px !important;
        left: auto !important;
        right: auto !important;
    }

    .prices-list .slick-prev,
    .rsce--gallery .slick-prev,
    .rsce--jobs .slick-prev {
        left: 0 !important;
    }

    .prices-list .slick-next,
    .rsce--gallery .slick-next,
    .rsce--jobs .slick-next {
        right: 0 !important;
    }

    /* Horizontal strip for simple image lists */
    .history-gallery,
    .chronik-gallery {
        display: flex;
        flex-direction: row !important;
        gap: 12px !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        /* nice scrolling on touch */
        -webkit-overflow-scrolling: touch;
        padding: 8px 0;
    }

    .history-gallery .gallery-item,
    .chronik-gallery .gallery-item {
        flex: 0 0 auto;
        width: clamp(220px, 35vw, 420px);
        /* responsive width */
        scroll-snap-align: start;
        margin: 0;
        /* reset any figure margins */
    }

    .history-gallery .gallery-item img,
    .chronik-gallery .gallery-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .rsce--opening-time .opening-time__image-wrapper {
        flex: 1 1 20%;
    }

    .rsce--opening-time .opening-time__text-wrapper {
        flex: 1 1 70%;
    }





}



/* <= 767px  (mobile) */
@media (max-width: 767px) {
    :root {
        --hor-pdd: 18px;
        --sticky-offset: 56px;
    }
    
    div#technik-popup-gallery-1 .slick-list, div#technik-popup-gallery-2 .slick-list, div#technik-popup-gallery-3 .slick-list {
    	height: auto;
    }
    .technik-popups .gallery__item-wrap {
    	height: auto;
    }
    
    .technik-popups .slick-track {
    	display: flex;
    }
    
    .technik-popups .gallery__item {
    	height: 100%;
    	display: contents;
    }
    .technik-popups .gallery__item img{
    	height: 100%;
    	object-fit: cover;
    }
    /* Header compact */
    .rsce--header {
        height: 56px;
    }

    .rsce--header .header-inner {
        padding: 10px;
        grid-gap: 1rem;
    }
    .rsce--header .header-column {
        width: auto;
    }
    
    .rsce--header .site-logo img {
        max-height: 28px;
    }

    .rsce--header .contact-links-list {
        gap: .35rem;
    }

    .rsce--header .contact-link-item .contact-link {
        width: 40px;
        height: 40px;
    }

    /* Overlay nav offset */
    .rsce--nav-list,
    .rsce--nav-list-bg {
        top: var(--sticky-offset);
    }

    a.nav-list__link {
        font-size: 1.05rem;
        padding-left: 2.2rem;
    }

    /* Firstscreen */
    .rsce--firstscreen .firstscreen__quick-order {
        top: 80px;
        right: .5rem;
        width: 35vw;

    }

    .rsce--firstscreen .chat-bubble {
        font-size: .9rem;
        padding: .6rem .9rem;
    }

    .rsce--firstscreen .chat-bubble__icon img {
        width: 1.25rem;
        height: 1.25rem;
    }

    /* About compact */
    .rsce--about {
        padding: 2rem var(--hor-pdd);
    }

    .rsce--about .headline-about-us {
        font-size: 2rem;
    }

    /* Arrivals: tighter table */
    .rsce--arrivals .schedule__headline {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .rsce--arrivals .schedule__table td,
    .rsce--arrivals .schedule__table th {
        font-size: 14px;
        padding: 6px 10px;
    }

    .rsce--arrivals .arrivals__column--info {
        transform: none;
        /* remove big negative translate on mobile */
    }

    /* Gallery: collapse to single column; thumbnails horizontal scroll (no slick) */
    .rsce--gallery {
        padding: var(--hor-pdd);
    }

    .rsce--gallery .gallery-container {
        display: block;
    }

    .rsce--gallery .gallery-thumbnails {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .rsce--gallery .thumbnail-list {
        height: auto;
        max-height: none;
        display: flex;
        flex-direction: row;
        gap: .75rem;
        overflow-x: auto;
    }

    .rsce--gallery .thumbnail-list .slick-list,
    .rsce--gallery .thumbnail-list .slick-track,
    .rsce--gallery .thumbnail-list .slick-slide {
        height: auto !important;
    }

    .rsce--gallery .gallery-main-image {
        max-width: 100%;
        margin-top: 1rem;
    }

    /* Prices */
    .rsce--prices .prices-main-title {
        font-size: 2rem;
    }

    .rsce--prices .prices-list-section {
        padding: var(--hor-pdd);
        padding-bottom: 0;
    }

    .rsce--prices .price-item-headline {
        font-size: 1.4rem;
        padding-bottom: 1.25rem;
    }

    .rsce--prices td {
        padding: 14px;
        font-size: .95rem;
    }

    .rsce--prices td:first-child {
        width: 55%;
    }

    /* Opening Time */
    .rsce--opening-time {
        padding: 2rem var(--hor-pdd);
    }

    .rsce--opening-time .opening-time__content {
        flex-direction: row;
        gap: 1.25rem;
    }

    .rsce--opening-time .opening-time__text {
        font-size: 1.4rem;
        text-align: left;
    }

    /* Route */
    .rsce--route {
        padding: 40px var(--hor-pdd);
    }

    .rsce--route .route__container {
        flex-direction: column;
        gap: 28px;
    }

    .rsce--route .route__title {
        font-size: 40px;
    }

    .rsce--route .route__content,
    .rsce--route .route__map-column {
        max-width: 100%;
    }

    /* Technik */
    .rsce--technik .technik-section {
        padding: calc(var(--hor-pdd) * 2) var(--hor-pdd);
    }

    .rsce--technik .technik-title {
        font-size: 2.6rem;
    }

    .rsce--technik .technik-buttons {
        gap: 1.5rem .75rem;
    }

    .rsce--technik .technik_btn {
        /*padding-left: 3rem;*/
        font-size: 1.5rem;
    }

    /* History & Chronik */
    .rsce--history .history-section-title,
    .rsce--chronik .chronik-section-title {
        font-size: 3rem;
    }

    .rsce--history .history-inner,
    .rsce--chronik .chronik-inner {
        padding: 0 var(--hor-pdd);
    }

    .rsce--history .gallery-item,
    .rsce--chronik .gallery-item {
        height: auto;
        width: calc(50% - 6px);

    }

    /* Jobs */
    .rsce--jobs {
        padding: var(--hor-pdd);
        background: none;
    }

    .rsce--jobs .jobs__inner {
               display: flex;
        flex-direction: column;
    }

    .rsce--jobs .jobs__column,
    .rsce--jobs .jobs__column--intro {
        width: 100%;
    }

    .rsce--jobs .jobs__title {
        font-size: 3rem;
    }

    .rsce--jobs .jobs-list .slick-list {
        height: 45vh !important;
    }

    /* Footer */
    .rsce--footer .footer-bottom {
        padding: 1rem var(--hor-pdd);
    }

    .rsce--footer .footer-nav__list {
        gap: 1rem;
        flex-wrap: wrap;
    }

    /* Contact Form */
    .rsce--contact-form .contactForm {
        max-width: 560px;
        margin: 2rem auto;
    }

    .rsce--contact-form .contactForm__heading {
        font-size: 2rem;
        /*margin-bottom: 32px;*/
    }

    .rsce--contact-form .contactForm__form .contactForm__fields {
        grid-template-columns: 1fr;
    }

    .rsce--opening-time {
        padding: 50px var(--hor-pdd);
        /*margin-top: 30px;*/
    }
    
    .rsce--jobs .jobs-list{
        padding-top: 50px;
    }
    .rsce--jobs .jobs-list .slick-slide{
        display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .rsce--footer .footer-top__column{
        text-align: center;
        justify-content: center;
    }
    .rsce--footer .footer-top__column--center:before{
            top: 3px;
    bottom: 3px;
    }
    .rsce--footer .footer-logo__image {
    /*max-width: 50%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.rsce--footer .footer-top__column {
        padding: 2rem 1rem;
    }
    .rsce--footer .footer-bottom{
        border-bottom: 1px solid var(--color-dark);
    }
    .rsce--header .contact-link-item img{
        width: 20px;
        height: 20px;
    }
    
    
    
}