/* @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,
 400italic,
700italic,
400,
300,
700&subset=latin,
cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,
 300,
300italic,
400italic,
500,
500italic,
700,
700italic&subset=latin,
cyrillic); */
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&display=swap&subset=latin-ext'); */

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../../template_subdomains/fonts/PlayfairDisplay-Regular.eot');
    src: url('../../template_subdomains/fonts/PlayfairDisplay-Regular.eot?#iefix')
            format('embedded-opentype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Regular.woff')
            format('woff'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Regular.ttf')
            format('truetype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Regular.svg#playfair_displayregular')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../../template_subdomains/fonts/PlayfairDisplay-Italic.eot');
    src: url('../../template_subdomains/fonts/PlayfairDisplay-Italic.eot?#iefix')
            format('embedded-opentype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Italic.woff')
            format('woff'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Italic.ttf')
            format('truetype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Italic.svg#playfair_displayitalic')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displaybold_italic';
    src: url('../../template_subdomains/fonts/PlayfairDisplay-BoldItalic.eot');
    src: url('../../template_subdomains/fonts/PlayfairDisplay-BoldItalic.eot?#iefix')
            format('embedded-opentype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-BoldItalic.woff')
            format('woff'),
        url('../../template_subdomains/fonts/PlayfairDisplay-BoldItalic.ttf')
            format('truetype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-BoldItalic.svg#playfair_displaybold_italic')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../../template_subdomains/fonts/PlayfairDisplay-Bold.eot');
    src: url('../../template_subdomains/fonts/PlayfairDisplay-Bold.eot?#iefix')
            format('embedded-opentype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Bold.woff')
            format('woff'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Bold.ttf')
            format('truetype'),
        url('../../template_subdomains/fonts/PlayfairDisplay-Bold.svg#playfair_displaybold')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

#main-form .from-row {
    width: 100%;
    margin: 0 0 18px;
    position: relative;
}

video {
    width: 100%;
}

.video {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.from-row:after {
    display: block;
    clear: both;
    content: '';
}

.no_name {
    position: absolute;
    margin: 0 0 0 -999em;
}

.backgroud-sidebar {
    width: auto;
    height: 38rem;
    background-position: center;
    background-repeat: no-repeat;
}

body {
    margin: 0;
    color: #000;
    font: 16px/24px 'Roboto', sans-serif;
    background: #fff;
    min-width: 1000px;
}

img {
    border-style: none;
}

a {
    color: #000;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    outline: none;
}

input,
textarea,
select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
}

input.error,
textarea.error,
select.error {
    border: solid 1px red !important;
}

label.error {
    color: red;
}

.data-security,
.newsletter {
    display: flex;
    margin-bottom: 1rem;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

.clear:after {
    display: table;
    clear: both;
    content: '';
}

.img-holder img {
    vertical-align: top;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.align-center,
.text-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.container,
.head-promo,
.content-marken .csc-textpic-imagerow {
    width: auto;
    margin: 0 auto;
}

.container {
    width: 999px;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: table;
}

#main {
    display: table-row-group;
}

#header {
    display: table-header-group;
    position: relative;
}

#footer {
    display: table-footer-group;
    display: block;
    background: #987d5c;
}

#footer table {
    margin: -3px;
}

#footer .col.map-col {
    position: relative;
    right: 104px;
    bottom: 8px;
}

#footer .map-col .csc-default {
    position: absolute;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

p {
    margin: 0 0 20px;
}

.title-h1,
h1 {
    margin: 0 0 20px;
    font: 30px 'playfair_displayregular', 'Playfair Display', serif;
}

.title-h2,
h2 {
    margin: 0 0 10px;
    font: 26px 'playfair_displayregular', 'Playfair Display', serif;
}

.title-h3,
h3 {
    margin: 0 0 18px;
    font: 24px/36px 'playfair_displayregular', 'Playfair Display', serif;
}

.title-h4,
h4 {
    margin: 0 0 6px;
    font: 20px 'playfair_displayregular', 'Playfair Display', serif;
    color: #666666;
}

.title-h5,
h5 {
    margin: 0 0 10px;
    font: 18px 'playfair_displayregular', 'Playfair Display', serif;
}

.logo {
    /*margin: 5px 0 14px -31px;*/
    margin: 5px 0 14px 0;
    height: 114px;
    float: left;
}

.logo img {
    max-width: 250px;
    height: auto;
    max-height: 70px;
    width: auto;
}

.logo img[title='Treca Boxspringbetten'] {
    max-height: 90px;
}

.logo a {
    text-decoration: none;
    display: inline-table;
}

.logo a:hover {
    text-decoration: underline;
}

#nav {
    position: relative;
    float: right;
    margin: 42px 0 0 0;
    height: 91px;
    z-index: 5;
}

.top__nav--link {
    background: url(../../template_subdomains/images/sprite.png) no-repeat;
    width: 466px;
    height: 35px;
    display: block;
    margin: -2px 0 0;
    cursor: pointer;
}

.phone,
.brand-slogan {
    color: #7f7e7c;
    display: block;
    font: 15px 'playfair_displayregular', 'Playfair Display', serif;
    text-align: center;
    margin-top: 10px;
}

.brand-slogan.title,
.brand-slogan.section-title,
.brand-slogan ~ .brand-slogan {
    margin-top: 5px;
}

.phone {
    margin-top: 15px;
}

#nav:hover .phone {
    display: none;
}

.sub-menu {
    margin: -27px 0 0 0;
    padding: 14px 28px 34px;
    display: none;
    list-style: none;
    position: absolute;
    width: 337px;
    top: 100%;
    right: 0;
    background: rgba(243, 240, 237, 0.93);
    border: 1px solid #987d5c;
    font: 20px/22px 'playfair_displayregular', 'Playfair Display', serif;
}

.sub-menu.active,
#nav:hover .sub-menu {
    display: block;
}

.sub-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #987d5c;
    bottom: 100%;
    left: 50%;
    margin-left: -11px;
}

.sub-menu li {
    text-align: center;
    padding: 13px 0 12px;
    border-bottom: 1px solid #74522b;
}

.sub-menu a {
    color: #987d5c;
    text-decoration: none;
}

.sub-menu a:hover {
    color: #000;
}

.breadcrumb {
    display: none;
}

.subpage > * {
    padding: 0 2rem;
}

.subpage .breadcrumb {
    display: inline-block;
    border-top: 1px solid #8d6f4a;
    bottom: 0;
    clear: both;
    position: relative;
    /* top: -29px; */
    width: 100% !important;
    width: calc(100% - 4rem) !important;
    margin: 0 2rem;
    padding: 0;
    color: #987d5c;
    font: 14px/20px 'Roboto', sans-serif;
}

.breadcrumb a {
    color: #987d5c;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

.gallery-wrapper,
.head-promo {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
}

.head-promo {
    margin-bottom: 33px;
}

.head-promo .gallery-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 545px;
}

.head-promo .slide-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.head-promo .slide {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.head-promo .slide a {
    display: block;
    height: 100%;
}

.head-promo .slide.active {
    display: block;
}

.head-promo .info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
    width: 395px;
}

.additional-info {
    background-color: #b00;
    color: #fff;
    text-align: center;
    width: 999px;
    margin: auto;
}

.additional-info .frame {
    color: #fff;
}

.additional-info .frame p {
    line-height: 24px;
}

.additional-info a {
    color: #fff;
}

.noscript {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffff90;
    border-color: #ddd;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    position: relative;
    text-align: center;
    top: 15px;
}

.noscript .noscript-inner {
    background: url('../../template_subdomains/images/i_notice.gif') no-repeat
        scroll 20px 50% rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
}

.noscript p {
    margin: 0 10px 0 70px;
}

.info-box .opener {
    display: block;
    position: relative;
    background: rgba(141, 111, 74, 0.9);
    color: #fff;
    padding: 51px 20px 54px;
    text-align: center;
    font: 30px/33px 'playfair_displayregular', 'Playfair Display', serif;
    text-decoration: none;
    transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
}

.info-box .opener:before {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #fff;
    border-bottom: 1px solid #74522b;
}

.info-box .opener:after {
    content: '';
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    bottom: 34px;
    left: 50%;
    margin-left: -11px;
}

.info-box .drop {
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(141, 111, 74, 0.9);
    bottom: 0;
    left: 0;
    right: 0;
    height: 545px;
    font: 30px/33px 'playfair_displayregular', 'Playfair Display', serif;
    font: 26px/33px 'playfair_displayregular', 'Playfair Display', serif;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-bottom: -545px;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}

.info-box:hover .opener {
    opacity: 0;
}

.info-box.active .drop,
.info-box:hover .drop {
    /*visibility: visible;
	opacity: 1;*/
    margin-bottom: 0;
}

.info-box .drop ul {
    margin: 0;
    padding: 30px 27px 33px;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.info-box .drop a {
    text-decoration: none;
    color: #fff;
}

.info-box .drop a:hover {
    color: #000;
}

.info-box .drop li {
    border-bottom: 1px solid #74522b;
    padding: 17px 0;
}

.info-box .drop:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #74522b;
    border-bottom: 1px solid #fff;
}

.info-box .drop:after {
    content: '';
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    top: 34px;
    left: 50%;
    margin-left: -11px;
}

.head-cols-holder {
    height: 61px;
    position: relative;
    margin-top: 20px;
}

.head-cols {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    min-height: 105px !important;
    background: #f3f0ed;
    border-bottom: 1px solid #8d6f4a;
    -webkit-transition-property: min-height;
    /* Safari */
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-property: min-height;
    transition-duration: 0.3s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.head-cols:hover {
    min-height: 130px;
}

.head-cols .container {
    display: table;
    table-layout: fixed;
}

.head-cols .col {
    display: table-cell;
    vertical-align: top;
    padding: 21px 0 18px;
    font: 20px/23px 'Roboto Condensed', sans-serif;
}

.head-cols .col:hover {
    cursor: pointer;
}

.head-cols .col01 {
    width: 411px;
}

.head-cols .col03 {
    width: 210px;
}

.head-cols .ico {
    background: url(../../template_subdomains/images/sprite.png) no-repeat;
    float: left;
    width: 24px;
    height: 21px;
    margin: 2px 0 0 2px;
}

.head-cols .ico01 {
    background-position: -60px -40px;
}

.head-cols .ico02 {
    background-position: -90px -40px;
}

.head-cols .ico03 {
    background-position: -120px -40px;
}

.head-cols .text {
    margin-left: 35px;
    display: block;
    position: relative;
}

.head-cols .col02 .text {
    margin-left: 47px;
}

.head-cols .hide-text {
    display: none;
}

.head-cols .col:hover .hide-text {
    display: block;
}

.head-cols .col .front {
    opacity: 1;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

.head-cols .col .back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

.head-cols:hover .col .front {
    opacity: 0;
}

.head-cols:hover .col .back {
    opacity: 1;
}

.rsVideoContainer img,
.rsVideoContainer iframe {
    height: unset;
    width: 100%;
}

#content {
    float: left;
    width: 565px;
    padding: 33px 0 0;
    height: 100%;
    padding-bottom: 138px;
}

#content #c838 {
    margin-top: -33px;
}

#sidebar {
    float: right;
    width: 395px;
    background: #f3f0ed;
}

.kontaktseite #sidebar {
    margin-top: 90px;
}

#main > .container:first-child {
    padding: 29px 2rem 0;
    overflow: hidden;
    /* position: relative; */
}

#main.subpage {
    margin-top: 0;
    padding-top: 0;
}

#main.subpage > .container:first-child {
    padding-top: 0;
}

.sidebar-list {
    background: #f3f0ed;
    padding: 31px 29px 12px;
}

.content-holder {
    position: relative;
    margin: 0 0 33px;
    overflow: hidden;
}

.content-text ul,
/*#content ul,*/
.sidebar-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

.content-text ul li,
/*#content ul li,*/
.sidebar-list ul li {
    padding: 0 0 0 26px;
    margin: 0 0 24px;
    position: relative;
}

.content-text ul li:before,
/*#content ul li:before, */
.sidebar-list ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form_menu li::before {
    content: '' !important;
    display: none !important;
}

.form_menu {
    font: 26px/33px 'playfair_displayregular', 'Playfair Display', serif !important;
    /* font: 30px/33px "playfair_displayregular", "Playfair Display", serif !important; */
}

.content-text ul li:before

/*#content ul li:before*/ {
    background: #4d4d4d;
    left: 3px;
}

.content-holder .phone,
.detail {
    color: #987d5c;
    font: 30px/36px 'playfair_displaybold', 'Playfair Display', serif;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 4px 0 0;
}

.content-holder .info-text {
    font-size: 16px;
    line-height: 36px;
}

/* FN */
.content-holder .csc-firstHeader {
    text-align: center;
}

.ce-bodytext .text {
    column-count: 2;
    column-gap: 30px;
}

.frame-type-text h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

/* */
.content-holder .info-text-title,
.important {
    font-weight: bold;
    font-size: 18px;
    color: #4d4d4d;
}

.content-holder .info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 565px;
}

.content-holder .info-box .opener {
    padding: 49px 20px 56px;
}

.content-holder .info-box .drop {
    width: 565px;
    height: 611px;
    background: rgba(141, 111, 74, 0.9);
    margin-bottom: -611px;
    bottom: 0;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}

.content-holder .info-box.active .drop,
.content-holder .info-box:hover .drop {
    margin-bottom: 0;
}

.content-gallery {
    margin: 0 0 42px;
    /*height: 715px;*/
    position: relative;
}

.content-gallery img {
    vertical-align: top;
}

.content-gallery .rsImg {
    text-decoration: none;
}

.content-gallery .rsImg .fancybox-button {
    display: none;
}

.content-gallery .rsImg img {
    margin: 0 18px 18px 0px;
}

.content-text {
    margin: 0 0 19px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 30px;
}

.content-text .text {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.add-desc {
    margin-bottom: 18px;
}

.contact-box {
    background: #f3f0ed;
    border-top: 1px solid #8d6f4a;
    padding: 36px 0 38px;
    font-size: 16px;
    line-height: 30px;
}

.contact-box .col {
    float: left;
    width: 310px;
}

.contact-box .col + .col {
    margin-left: 30px;
}

.contact-box .map {
    padding: 3px 0 0;
}

.contact-box .map img {
    vertical-align: top;
}

.contact-box p {
    margin: 0;
}

.contact-box .title-h1 {
    margin: 0 0 23px;
}

.content-marken {
    border-bottom: 1px solid #8d6f4a;
    padding: 60px 0 10px 0;
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition-property: padding-top;
    /* Safari */
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-property: padding-top;
    transition-duration: 0.4s;
}

.content-marken img {
}

.content-marken .csc-textpic-imagecolumn {
    margin-right: 0px;
}

.content-marken .csc-textpic-lastcol img {
    margin-right: 0px;
}

.content-marken .csc-textpic-imagerow {
    display: inline-block;
}

.footer-frame {
    padding: 29px 0 31px;
}

.bottom-nav {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}

.bottom-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 0 0;
}

.bottom-nav a {
    color: #000;
    text-decoration: none;
}

.bottom-nav a:hover {
    text-decoration: underline;
}

.footer-menu {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 30px;
}

.footer-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-frame .lpseo {
    border-top: 1px solid #000;
    clear: both;
    font-size: 12px;
    padding: 0;
    height: 21px;
}

.footer-frame .lpseo div {
    display: inline;
    float: left;
}

.footer-frame .lpseo.hover ul {
    overflow: unset;
    display: inline-table;
}

.footer-frame .lpseo.hover .opener-footer {
    display: none;
}

.footer-frame .lpseo ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    height: 20px;
}

@media screen and (min-width: 768px) {
    .footer-frame .lpseo:hover ul {
        overflow: unset;
        display: inline-table;
    }

    .footer-frame .lpseo:hover .opener-footer {
        display: none;
    }
}

.footer-frame .lpseo ul li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-right: 10px;
}

.copy,
.currentdate {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
    float: left;
}

.currentdate {
    float: right;
}

/*
	Gallery
*/
.rsNav {
    width: 100%;
    overflow: hidden;
    height: 127px;
    padding-top: 30px;
    position: relative;
}

.rsOverflow {
    overflow: hidden;
    position: relative;
}

.rsContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsThumb.rsNavSelected {
    opacity: 1;
}

.rsThumb {
    float: left;
    overflow: hidden;
}

.rsThumb.video-thumb {
    position: relative;
}

.rsThumb.video-thumb .thumbIco {
    position: absolute;
    background: #8d6f4a;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    cursor: pointer;
}

.rsThumb.video-thumb .thumbIco:after {
    content: '';
    position: absolute;
    border-left: 15px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
}

.rsGCaption {
    position: absolute;
    bottom: 157px;
    left: 0;
    right: 0;
    background: rgba(141, 111, 74, 0.5);
    color: #fff;
    padding: 0;
    opacity: 0;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.content-gallery:hover .rsGCaption {
    opacity: 1;
}

.rsGCaption .description {
    padding: 0 170px 0 0;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.rsGCaption .title {
    display: block;
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    /* margin: 0 0 2px; */
    margin: 0;
}

.rsGCaption .text {
    display: block;
}

.rsGCaption .price {
    position: absolute;
    bottom: 23px;
    right: 55px;
    font-size: 18px;
    line-height: 30px;
}

.rsGCaption .price.original {
    bottom: 4px;
    font-size: 12px;
}

.rsGCaption .price.original .line-through {
    text-decoration: line-through;
}

.rsGCaption .price strong {
    font-size: 28px;
    font-weight: normal;
}

.rsThumbsArrow,
.rsArrow {
    width: 31px;
    height: 98px;
    position: absolute;
    top: 50%;
    left: 0px;
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 7;
    background: #8d6f4a;
    margin-top: -59px;
    cursor: pointer;
    margin-top: -34px;
}

.rsThumbsArrow .rsThumbsArrowIcn,
.rsArrow .rsArrowIcn {
    background: url(../../template_subdomains/images/sprite.png) no-repeat 0 -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 38px;
    margin: -19px 0 0 -5px;
}

.rsThumbsArrowLeft .rsThumbsArrowIcn,
.rsArrowLeft .rsArrowIcn {
    background-position: 0 -40px;
}

.rsThumbsArrowRight .rsThumbsArrowIcn,
.rsArrowRight .rsArrowIcn {
    background-position: -15px -40px;
}

.rsThumbsArrowRight,
.rsArrowRight {
    left: auto;
    right: 0px;
}

.rsThumbsArrowLeft:hover .rsThumbsArrowIcn,
.rsArrowLeft:hover .rsArrowIcn {
    background-position: -30px -40px;
}

.rsThumbsArrowRight:hover .rsThumbsArrowIcn,
.rsArrowRight:hover .rsArrowIcn {
    background-position: -45px -40px;
}

.rsNavSelected .rsTmb {
    opacity: 0.5;
}

.rsVideoContainer .rsBtnCenterer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.rsVideoContainer .rsPlayBtn {
    position: absolute;
    background: #8d6f4a;
    width: 98px;
    height: 98px;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -51px;
    cursor: pointer;
}

.rsVideoContainer .rsPlayBtn .rsPlayBtnIcon {
    position: absolute;
    border-left: 34px solid #fff;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -13px;
}

.rsVideoActive {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.rsVideoActive iframe {
    width: 100%;
    height: 100%;
}

.rsNavItem {
    cursor: pointer;
}

.to-up-holder {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 5;
}

.to-up-holder.active {
    display: block;
}

.to-up {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f3f0ed;
    width: 30px;
    height: 30px;
    color: #987d5c;
}

.to-up:before {
    content: '';
    width: 12px;
    height: 12px;
    margin: 11px 0 0 6px;
    border: 3px solid #987d5c;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

#main-form {
    border: 1px solid;
    padding: 18px 18px 0 18px;
}

#main > .popup-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 50;
    display: none;
    padding: 0;
}

.popup-holder .bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.popup {
    position: fixed;
    overflow: auto;
    width: 540px;
    left: 50%;
    border: 1px solid #8d6f4a;
    padding: 25px 29px 13px;
    background: #fff;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    transform: translate(-50%);
    max-height: 80vh;
}

.infopaketseite .form-block {
    border: 1px solid #8d6f4a;
    padding: 25px 29px 13px;
}

.infopaketseite .close {
    display: none;
}

.popup .close,
.image-overlay .close {
    background: #8d6f4a;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
}

.popup .close:after,
.image-overlay .close:after {
    content: '';
    position: absolute;
    background: url(../../template_subdomains/images/sprite.png) no-repeat -150px -40px;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}

.popup .popup-head .close {
    padding: 12px;
    position: relative;
    width: -moz-max-content;
    min-width: 150px;
    text-decoration: none;
    background: #8d6f4a;
    margin-top: 30px;
}

.popup .popup-head .close:after {
    background: none;
}

.popup-head {
    margin: 0 0 31px;
    font-size: 16px;
    line-height: 30px;
    color: #4d4d4d;
}

.popup-head p {
    margin: 0;
}

.popup-head .title-h1 {
    margin: 0 0 1px;
}

.form-row {
    width: 100%;
    margin: 0 0 18px;
    position: relative;
}

.form-row:after {
    display: block;
    clear: both;
    content: '';
}

.control-label {
    float: left;
    width: 129px;
    text-align: right;
    padding: 8px 0 0;
}

.input-box {
    margin-left: 140px;
}

.input-holder {
    background: #fff;
    /*height: 18px;*/
    display: block;
}

.input-holder input,
.input-holder select {
    border: 1px solid #8d6f4a;
    background: none;
    float: left;
    width: 100%;
    padding: 10px 15px;
    height: 38px;
    line-height: 18px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-holder input.invalid {
    border-color: red;
}

.textarea-holder {
    display: block;
}

.textarea-holder textarea {
    border: 1px solid #8d6f4a;
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 15px;
    height: 155px;
    line-height: 18px;
    font-size: 16px;
    overflow: auto;
    margin: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-holder.col01 {
    float: left;
    width: 30%;
}

.input-holder.col02 {
    float: right;
    width: 65%;
}

.capcha .text {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 18px;
    padding: 4px 0 0;
}

.capcha .input-holder {
    float: left;
    width: 138px;
}

.capcha .capcha-img {
    float: right;
    width: 200px;
}

.capcha .capcha-img img {
    width: 183px;
}

.tx-srfreecap-pi1-cant-read {
    margin: 0 1em;
    width: 183px;
}

.tx-srfreecap-pi1-cant-read a:link {
    text-decoration: underline;
    color: #00f;
}

.tx-srfreecap-pi1-notice {
    display: table;
    margin-left: 143px;
}

.tx-srfreecap-pi1-notice span.error {
    float: none;
}

img.tx-srfreecap-pi1-image {
    border: 1px solid #c4c4c4;
    margin-left: 1em;
    margin-right: 1em;
    vertical-align: middle;
}

.form-btn,
.button {
    display: block;
    width: 100%;
    background: #8d6f4a;
    text-align: center;
    border: none;
    border-radius: 0;
    font: 30px/30px 'playfair_displayregular', 'Playfair Display', serif;
    color: #fff;
    cursor: pointer;
    height: 58px;
}

.form-btn:hover,
.button:hover {
    color: #000;
}

.form-legend {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    margin: 6px 0 0;
}

.form-legend p {
    margin: 0 0 10px;
}

.checkbox-holder {
    display: inline-block;
    vertical-align: top;
}

.markenauswahl .checkbox-holder {
    padding-bottom: 11px;
    width: 49%;
}

.newsletter div.check,
.data-security div.check {
    width: 25px;
}

.newsletter div.check::after,
.data-security div.check::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

div.check {
    float: left;
    margin: 0 14px 0 0;
    position: relative;
    cursor: pointer;
    background: #fff;
    border: 5px solid #8d6f4a;
}

div.check.checked:after {
    content: '';
    padding-bottom: 100%;
    background: url(../../template_subdomains/images/sprite.png) no-repeat -165px -53px;
}

div.check.disabled,
div.check.disabled + label {
    cursor: default !important;
    opacity: 0.5;
}

.checkbox-label {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0;
    cursor: pointer;
}

.control-label .help {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

.from-row .info-box {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.from-row .info-box p {
    margin: 0;
}

.btn-holder.right {
    text-align: right;
}

.subpage {
    padding-top: 29px;
    position: relative;
}

input#newsletter,
input#data-security {
    position: absolute;
    background: rgb(255, 255, 255);
    opacity: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    margin: 0;
}

/* .btn-holder.right .form-btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 30px;
} */
.expanded {
    display: none;
}

.error-list {
    background-color: #fcffcd;
    border: 1px solid #c4c4c4;
    padding-bottom: 10px;
    padding-top: 10px;
}

form span.error,
.error-list .error {
    color: #f00;
    padding: 5px;
}

form span.error {
    float: left;
}

.capcha span.error {
    width: 340px;
}

.help-info-box {
    display: none;
    position: relative;
}

.rsGCaption {
    background: none;
    opacity: 1;
}

.caption-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.rsGCaption .price {
    right: 120px;
}

.rsGCaption .description {
    padding-right: 20rem;
}

.caption-holder {
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 10px 20px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(141, 111, 74, 0.5);
    display: none;
}

.rsGCaption.active .caption-holder {
    display: block;
}

.rsGCaption .icon-opener {
    bottom: 64px;
    position: absolute;
    cursor: pointer;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(141, 111, 74, 0.5);
}

.rsGCaption .icon-opener.closed {
    bottom: 0 !important;
    transform: rotate(180deg);
}

.rsGCaption .icon-opener .arrow {
    background: url(../../template_subdomains/images/arrow-down.png) no-repeat 0
        0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 80%;
    display: block;
}

.rsGCaption .request {
    cursor: pointer;
    background-color: #8d6f4a;
    position: absolute;
    bottom: 13px;
    right: 10px;
    padding: 3px 15px;
}

.rsGCaption:not(.active) .request {
    display: none;
}

/*.rsGCaption .icon-opener {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #8d6f4a;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.rsGCaption .icon-opener:before{
	content: '!';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.rsGCaption .icon-opener:after{
	content: 'x';
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	display: none;
}
.rsGCaption.active .icon-opener:before{
	display: none;
}
.rsGCaption.active .icon-opener:after {
	display: block;
}*/
.info-box .drop .close {
    top: 0;
    right: 0;
    background: #8d6f4a;
    height: 30px;
    width: 30px;
    position: absolute;
    display: none;
}

.info-box .drop .close:after {
    content: '';
    position: absolute;
    background: url(../../template_subdomains/images/sprite.png) no-repeat -150px -40px;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}

.sub-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-menu .close {
    top: 0;
    right: 0;
    background: #8d6f4a;
    height: 30px;
    width: 30px;
    position: absolute;
    display: none;
}

.sub-menu .close:after {
    content: '';
    position: absolute;
    background: url(../../template_subdomains/images/sprite.png) no-repeat -150px -40px;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}

.help-class {
    overflow: hidden;
    overflow-x: visible;
}

.help-info-box {
    display: block;
    width: 380px;
    margin: 0 auto;
    z-index: 5;
}

/* fixes */
.footer-frame .lpseo.suche:hover > ul:not(.suchanfragen),
.footer-frame .lpseo.suche > :not(.suchanfragen) {
    display: none;
}

#content > .csc-default:first-of-type {
    padding-bottom: 150px;
}

.content-holder {
    /* display: flex; */
    /* justify-content: space-between; */
}

.from-row.image img {
    width: 8rem;
    position: absolute;
    bottom: 1.1rem;
}

#header .instagram-link {
    right: calc((100% - 999px) / 2 - 5rem);
    top: 2.7rem;
}

footer .instagram-link {
    left: 0;
    bottom: 0;
}

.instagram-link {
    position: absolute;
}

.instagram-link img {
    width: 2rem !important;
    min-width: 29px !important;
    min-height: 29px !important;
    height: auto !important;
    opacity: 0.25;
    transition: all 0.3s ease;
}

.instagram-link img:hover {
    opacity: 0.5;
}

footer .container {
    position: relative;
}

/* CHANGES */
#main {
    max-width: 100vw;
    width: 999px;
    width: calc(999px + 4rem);
    margin-top: -29px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: block;
}

.frame {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 30px;
}

#main > * {
    max-width: 100%;
    width: auto;
}

.container.help-class > .swiper-slide {
    display: none;
}

.swiper-slide-duplicate {
    display: none;
}

.swiper-brand-container .swiper-slide-duplicate {
    display: block;
}

.head-cols-holder {
    height: auto;
    position: static;
}

.head-cols-holder > * {
    height: auto;
    position: static;
}

.content-marken {
    padding: 20px 0;
}

.swiper-container {
    height: 100%;
}

.gallery-wrapper .swiper-container {
    width: calc(100% - 6rem);
    max-width: 100vw;
}

.head-promo .swiper-container {
    width: calc(100% - 4rem);
    max-width: 100vw;
    /* transform: translateX(2rem); */
}

.swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.swiper-slide .swiper-slide .swiper-slide {
    display: none;
}

.swiper-container .swiper-slide img {
    display: none;
    object-fit: cover;
}

.swiper-brand-container {
    width: calc(100% - 7.5rem);
    /* margin: 0 3.75rem; */
    padding: 0 3.75rem;
    height: auto;
    position: relative;
    overflow: hidden;
    min-height: 8rem;
}

.swiper-brand-container::after,
.swiper-brand-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 50px;
    height: 100%;
    z-index: 2;
}

.swiper-brand-container::after {
    right: 0;
}

.swiper-brand-container::before {
    left: 0;
}

/* .swiper-pre-wrapper {
    overflow: hidden;
} */

.swiper-brand-container .swiper-wrapper {
    align-items: center;
}

.content-marken {
    /* width: 999px; */
    margin: 0 auto;
}

.swiper-brand-container .swiper-slide {
    width: 10rem;
}

.swiper-brand-container .swiper-slide img {
    max-width: 8rem;
    width: auto;
    height: auto;
}

.swiper-brand-container .img-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-brand-container .slide-logo-subline {
    font: 12px 'playfair_displayregular', 'Playfair Display', serif;
}

.swiper-brand-container .swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
    content: ' ';
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../template_subdomains/images/button-next.png);
    opacity: 0.75;
}

.swiper-brand-container .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: ' ';
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../template_subdomains/images/button-previous.png);
    opacity: 0.75;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    opacity: 1;
}

.head-cols .container {
    display: flex;
    justify-content: space-between;
}

.head-cols .col {
    width: initial;
    max-width: 45%;
    display: inline-flex;
}

.head-cols .col .text {
    margin-left: 10px;
}

.head-cols .text {
    display: inline-block;
}

.head-cols-holder .col03 .text {
    max-width: 197px;
}

.head-cols .ico {
    width: 30px;
}

.content-holder {
    /* width: 999px; */
    /* margin: 0 auto; */
}

.gallery-wrapper {
    height: auto;
    position: relative;
    margin-bottom: 2rem;
}

.gallery-wrapper .product-swiper-container {
    height: 65vh;
    min-height: 20rem;
    overflow: visible;
    position: relative;
}

.gallery-wrapper .product-swiper-container .swiper-slide {
    overflow: hidden;
}

.gallery-wrapper .small_product-swiper-container .swiper-wrapper {
    height: 100%;
}

.gallery-wrapper .small_product-swiper-container {
    min-height: 128px;
    overflow: visible;
    position: relative;
}

.gallery-wrapper .swiper-wrapper {
    margin-top: 2rem;
    height: calc(100% - 2rem);
    align-items: stretch;
}

.gallery-wrapper .swiper-slide > div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-wrapper .swiper-slide a {
    display: none;
}

.gallery-wrapper .swiper-slide .informations {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 20px 20px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(141, 111, 74, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.3s ease;
    /* pointer-events: all; */
}

.gallery-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
}

.gallery-wrapper .swiper-slide > div {
    /* flex-grow: 1; */
}

.gallery-wrapper .swiper-slide .informations {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(141, 111, 74, 1);
    /* margin-top: auto; */
    flex-grow: 1;
}

.gallery-wrapper .product-swiper-container .swiper-wrapper > .swiper-slide {
    height: auto;
    align-self: stretch;
    background-position: top center;
    background-size: contain;
}

.gallery-wrapper .product-swiper-container .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-container .swiper-slide img {
    display: block;
    opacity: 1;
}

.gallery-wrapper .product-swiper-container {
    height: auto;
    margin-bottom: 2rem;
}

.gallery-wrapper .swiper-slide-active .informations {
    pointer-events: all;
}

.closed .icon-opener .arrow {
    transform: rotate(180deg);
}

.gallery-wrapper .swiper-slide .informations.closed {
    transform: translateY(100%);
}

.informations > *:not(.request):not(.icon-opener) {
    width: 40%;
}

.request {
    background: rgba(141, 111, 74, 0.9);
    cursor: pointer;
    width: -moz-fit-content;
    padding: 0.25rem 1rem;
}

.icon-opener {
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-100%);
    background: rgba(141, 111, 74, 0.5);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.icon-opener .arrow {
    background: url(../../template_subdomains/images/arrow-down.png) no-repeat 0
        0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 80%;
    display: block;
}

.gallery-wrapper .fancybox-button {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #4c4c4c
        url('../../template_subdomains/images/fancybox_buttons.png') 5px -56px;
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.small_product-swiper-container .fancybox-button {
    display: none;
}

.informations div > span {
    display: block;
    text-align: right;
}

.informations .name {
    display: none;
}

.informations .price {
    font-weight: bold;
}

.informations .name {
    display: none;
}

.informations .line-through {
    text-decoration: line-through;
}

.small_product-swiper-container .informations {
    display: none !important;
}

.small_product-swiper-container .swiper-slide {
    cursor: pointer;
}

.small_product-swiper-container .swiper-slide-thumb-active {
    opacity: 0.5;
}

.head-promo .prev,
.head-promo .next {
    width: 1.75rem;
    height: 8rem;
    position: absolute;
    top: calc(50% - 4rem);
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 5;
    background: rgba(141, 111, 74, 0.9);
    /* margin-top: -59px; */
    display: none;
}

.content-marken .swiper-button-prev,
.content-marken .swiper-button-next {
    width: 1.75rem;
    height: 8rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%);
    margin-top: 0;
}

.gallery-wrapper .prev,
.gallery-wrapper .next {
    width: 1.75rem;
    height: 8rem;
    position: absolute;
    top: calc(50% - 4rem);
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 5;
    background: rgba(141, 111, 74, 0.9);
    display: none;
}

.head-promo .prev {
    left: 0rem;
}

.gallery-wrapper .prev {
    left: -2rem;
}

.head-promo .next {
    right: 0rem;
}

.gallery-wrapper .next {
    right: -2rem;
}

.content-marken .swiper-button-prev:after,
.content-marken .swiper-button-next:after {
    /* background: url(../../template_subdomains/images/sprite.png) no-repeat 0px -40px; */
    background: url(../../template_subdomains/images/slide_next.png) no-repeat;
    background-size: contain;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    width: 13px;
    height: 40px;
    /* margin: -19px 0 0 -5px; */
}

.content-marken .swiper-button-prev:after {
    transform: rotate(180deg);
}

.head-promo .prev,
.gallery-wrapper .prev,
.head-promo .next,
.gallery-wrapper .next {
    background-color: rgba(255, 255, 255, 0.9);
}

.head-promo .prev span,
.head-promo .next span {
    /* background: url(../../template_subdomains/images/sprite.png) no-repeat 0px -40px; */
    background: url(../../template_subdomains/images/slide_next.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 40px;
    margin: -19px 0 0 -5px;
}

.gallery-wrapper .prev span,
.gallery-wrapper .next span {
    /* background: url(../../template_subdomains/images/sprite.png) no-repeat 0 -40px; */
    background: url(../../template_subdomains/images/slide_prev.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 40px;
    margin: -19px 0 0 -5px;
}

.head-promo .prev span {
    transform: rotate(180deg);
}

.gallery-wrapper .next span {
    transform: rotate(180deg);
}

.head-promo .container > div:not(.csc-default) {
    transform: translateX(2rem);
    width: calc(100% - 4rem);
    margin: auto;
}

.head-promo .container > .csc-default .info-box {
    transform: translateX(-2rem);
    max-width: calc(100% - 4rem);
    /* margin-right: 2rem; */
}

.head-promo .swiper-wrapper {
    width: calc(100% - 4rem);
    width: 100%;
    min-height: 525px;
}

.head-promo .swiper-wrapper .swiper-slide {
    height: 100%;
    min-height: 525px;
}

.head-promo .swiper-wrapper .swiper-slide > * {
    min-height: 525px;
}

.swiper-container {
    overflow: hidden;
}

.gallery-wrapper .product-swiper-container .swiper-wrapper > .swiper-slide {
    /* opacity: 0; */
    transition: opacity 0.3s ease;
}

.gallery-wrapper
    .product-swiper-container
    .swiper-wrapper
    > .swiper-slide-active {
    opacity: 1;
}

.frame-layout-1 .ce-bodytext {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 100;
}

.image-overlay .inner_wrapper {
    padding: 2rem;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.image-overlay img {
    max-width: 90vw;
    max-height: 90vh;
}

.help-info-box.mobile_open .opener {
    display: none;
}

.help-info-box.mobile_open .drop {
    position: static;
    height: auto;
    margin: 20px 0 0;
}

.help-info-box.mobile_open .drop:before,
.help-info-box.mobile_open .drop:after {
    content: none;
}

.help-info-box.mobile_open .drop ul {
    padding: 0 10px 10px;
}

.help-info-box.mobile_open .drop li:last-child {
    /* border: none; */
}

.help-info-box.mobile_open .close {
    display: none !important;
}

/* END CHANGES */
@media screen and (max-width: 1200px) {
    #header .instagram-link {
        right: 1rem;
        top: 5.5rem;
    }
}

@media screen and (max-width: 1000px) {
    #header .multiple_logos img {
        height: 85px;
        width: auto;
    }

    .additional-info {
        width: auto;
    }

    .container.much_content {
        padding: 0;
        min-width: 96%;
    }

    footer .instagram-link {
        left: 30px;
    }

    .mobile #nav:hover .sub-menu {
        display: none;
    }

    .mobile .sub-menu.active {
        display: block !important;
    }

    .info-box .drop {
        height: 100%;
        width: 100%;
    }

    .info-box .drop li {
        margin: auto;
    }

    /* .mobile .info-box:hover .drop {
        margin-bottom: -545px;
    } */

    .info-box:hover .drop,
    .mobile .content-holder .info-box:hover .drop {
        margin-bottom: -611px;
    }

    .info-box.active .drop,
    .mobile .content-holder .info-box.active .drop {
        margin-bottom: 0;
    }

    .info-box:hover .opener {
        opacity: 1;
    }

    .info-box.active .opener {
        opacity: 0;
    }

    .mobile .sub-menu .close {
        display: block;
    }

    .mobile .info-box .drop .close {
        display: block;
    }

    body {
        min-width: 320px;
    }

    .content-marken {
        padding: 60px 0 10px;
        margin-top: 1rem;
    }

    .container,
    .content-marken .csc-textpic-imagerow {
        width: 700px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
    }

    #content {
        width: 54%;
        /* margin: 0 0 120px 0; */
    }

    .kontaktseite #content {
        margin: 0;
    }

    .rsGCaption .price.original {
        line-height: 12px;
        padding-bottom: 10px !important;
    }

    .rsGCaption .price.original .line-through {
        display: inline;
    }

    #sidebar {
        width: 42%;
    }

    .content-holder .info-box {
        width: 54%;
    }

    .content-holder .info-box .drop {
        width: 100%;
    }

    .head-cols .col {
        width: 33%;
    }

    .sidebar-list .list {
        font-size: 14px;
        line-height: 18px;
    }

    .sidebar-list .list li:before {
        margin-top: 6px;
        top: 0;
    }

    .sidebar-list {
        padding-bottom: 42px;
    }

    .sidebar-list .list li {
        margin-bottom: 18px;
    }

    .content-holder .info-text {
        line-height: 24px;
    }

    .rsGCaption .request {
        bottom: 8px;
    }

    .rsGCaption {
        bottom: 157px;
        padding: 0;
    }

    .rsGCaption .price {
        right: 120px;
        bottom: 21px;
        font-size: 16px;
    }

    .rsGCaption .description {
        font-size: 14px;
        line-height: 18px;
        /*padding: 0 175px 0 0;*/
        padding: 0 345px 0 0;
    }

    .rsArrow {
        margin-top: -87px;
    }

    .content-text {
        margin: 0 0 72px;
    }

    .contact-box .col {
        width: 235px;
    }

    .contact-box .map-col {
        margin: 0 !important;
        width: 200px;
    }

    .contact-box .map-col .map {
        overflow: hidden;
    }

    .bottom-nav li {
        margin: 0 35px 0 0;
        font-size: 14px;
    }

    .top__nav--link {
        width: 416px;
        background-position: 0 -100px;
        height: 32px;
    }

    .head-promo .info-box {
        margin: 0;
        width: 380px;
    }

    #footer .col.map-col {
        position: relative;
        right: 69px;
        top: 82px;
    }

    #footer img {
        max-height: 238px;
        width: auto;
        max-width: 280px;
        width: auto;
    }

    #infopaket-form .checkAll-form-row .control-label {
        margin-bottom: 15px;
    }

    #infopaket-form .checkAll-form-row .input-box {
        margin-bottom: 30px;
    }

    #infopaket-form .control-label {
        float: none;
        width: auto;
        display: block;
        text-align: left;
    }

    #infopaket-form .input-box {
        margin-left: 0;
    }

    .markenauswahl .checkbox-holder {
        padding-bottom: 11px;
        width: 100%;
    }

    .content-holder.clear::after {
        display: none;
    }

    .content-text .content-gallery .fancybox-button {
        top: -342px;
    }

    .rsGCaption .icon-opener {
        bottom: 52px;
        position: absolute;
        cursor: pointer;
        right: 30px;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 760px) {
    .frame-layout-1 .ce-bodytext {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1;
        column-gap: 0;
    }

    .container,
    .content-marken .csc-textpic-imagerow {
        width: auto;
    }

    footer .instagram-link {
        position: static;
        margin: 1rem 0;
    }

    body {
        font-size: 14px;
        line-height: 18px;
    }

    .content-marken {
        padding: 40px 0 10px !important;
        max-width: 100%;
    }

    .container .container {
        padding: 0;
    }

    .content-marken .csc-textpic-imagerow {
        width: 310px;
        /*width: auto;*/
        max-width: 740px;
        min-width: 310px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
    }

    .logo {
        float: none;
        margin: 0 0 -6px;
        height: auto;
        display: block;
        text-align: center;
        padding: 0 0 0;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    #nav {
        float: none;
        display: block;
        height: auto;
        margin: 0;
    }

    #nav img {
        max-width: 100%;
        height: auto;
    }

    .breadcrumb {
        text-align: center;
    }

    .top__nav--link {
        width: 204px;
        height: 37px;
        margin: 0 auto;
        background-position: -200px -40px;
        padding: 0 0 37;
        position: relative;
        background: none;
    }

    .top__nav--link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../template_subdomains/images/sprite.png) no-repeat -200px -40px;
        width: 204px;
        height: 37px;
    }

    .top__nav--link:after {
        content: '';
        position: absolute;
        /* top: 61px; */
        top: 47px;
        left: 50%;
        margin-left: -10px;
        background: url(../../template_subdomains/images/sprite.png) no-repeat -410px -40px;
        width: 20px;
        height: 18px;
    }

    .phone,
    .brand-slogan {
        font: 18px 'playfair_displayregular', 'Playfair Display', serif;
        margin-bottom: 10px;
    }

    .brand-slogan.section-title,
    .brand-slogan ~ .brand-slogan {
        margin-bottom: 5px;
    }

    .logo.multiple_logos {
        min-height: 170px;
    }

    .phone {
        display: none;
    }

    .additional-info {
        margin: 40px 0;
    }

    .additional-info .bodytext {
        font-size: 14px;
        padding: 8px;
    }

    .additional-info .bodytext span {
        display: inline-block;
        padding-bottom: 0;
    }

    .additional-info .bodytext br + span {
        padding-top: 5px;
    }

    .content-text ul,
    .sidebar-list ul {
        font-size: 14px;
    }

    .bodytext span {
        display: inline-block;
        padding-bottom: 5px;
    }

    .sub-menu {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 5px;
    }

    .head-cols {
        min-height: 50px !important;
    }

    .head-cols .container {
        display: block;
    }

    .head-cols {
        position: static;
        padding: 0 0 19px;
    }

    .head-cols .col {
        display: block;
        width: auto;
        font-size: 16px;
        padding: 16px 0 0 8px;
        /* */
        max-width: 100%;
    }

    .head-cols .col .text {
        /* */
        max-width: calc(100% - 30px);
        display: block;
    }

    #content {
        float: none;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 0 20px;
        padding: 0 0 89px;
    }

    .kontaktseite #content {
        padding: 0;
    }

    .kontaktseite #sidebar {
        margin-top: 30px;
    }

    #sidebar {
        float: none;
        width: 100%;
    }

    .content-holder .info-box {
        width: 100%;
    }

    .info-box .drop {
        font-size: 20px;
        line-height: 23px;
    }

    .head-promo .info-box {
        width: 100%;
        position: relative;
    }

    .help-info-box {
        width: auto;
    }

    .info-box .drop,
    .info-box .drop li,
    .info-box .drop li a {
        font-size: 18px;
        line-height: 19px;
    }

    .info-box .drop li {
        border-bottom: 1px solid #74522b;
        padding: 10px 0;
        width: 100%;
    }

    /* #main>.container:first-child {
        padding-top: 9px;
    } */
    .title-h1,
    h1 {
        font-size: 20px;
        line-height: 22px;
        margin: 24px 0;
    }

    .title-h4,
    h4 {
        font-size: 18px;
        margin: 18px 0;
    }

    .content-holder .phone,
    .detail {
        font-size: 25px;
        line-height: 28px;
        padding: 0;
        font: 24px/28px 'Roboto', sans-serif;
    }

    .detail a {
        color: inherit !important;
    }

    .content-holder #content p > a:only-child {
        font-size: 25px;
        line-height: 28px;
        padding: 0;
        font: 24px/28px 'Roboto', sans-serif;
        color: #987d5c !important;
        text-decoration: none;
    }

    .content-holder .info-text-title,
    .important {
        font-size: 14px;
    }

    .content-holder .info-text {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 14px;
    }

    .info-box .opener::before {
        bottom: 9px;
    }

    .info-box .opener::after {
        bottom: 10px;
    }

    .info-box .opener {
        font: 23px/33px 'playfair_displayregular', 'Playfair Display', serif;
        padding: 11px 20px 25px;
    }

    .content-holder .info-box .opener {
        padding: 28px 20px 46px;
    }

    .content-holder .info-box .drop {
        height: 390px;
        margin-bottom: -390px;
    }

    .info-box .drop ul {
        padding: 30px 10px 0px 10px;
    }

    .info-box .drop:before {
        top: 12px;
    }

    .info-box .drop:after {
        top: 14px;
    }

    .title-h3,
    h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    /*.rsNav {
		height: 47px;
	}
	.content-gallery {
		height: 470px;
	}
	.rsOverflow {
		height: 166px;
	}*/
    .rsNav {
        height: 47px;
        padding-top: 10px;
    }

    .content-gallery img {
        height: 47px;
        width: auto;
    }

    .content-gallery .rsImg img {
        height: 86px;
        margin-right: 0;
    }

    .rsThumbsArrow,
    .rsArrow {
        display: none !important;
    }

    .rsGCaption {
        /*top: 0;*/
        bottom: 57px;
        /*padding: 14px 10px 20px;*/
        opacity: 1;
        background: none;
    }

    .caption-holder {
        /*top: 0;*/
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px 10px 20px;
        position: absolute;
        height: 167px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(141, 111, 74, 0.5);
        display: none;
    }

    .rsGCaption.active .caption-holder {
        display: block;
    }

    .rsGCaption .icon-opener {
        cursor: pointer;
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: #8d6f4a;
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }

    .rsGCaption .icon-opener:before {
        content: '!';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .rsGCaption .icon-opener:after {
        content: 'x';
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        display: none;
    }

    .rsGCaption.active .icon-opener:before {
        display: none;
    }

    .rsGCaption.active .icon-opener:after {
        display: block;
    }

    .rsGCaption .price {
        right: auto;
        left: 20px;
    }

    .rsGCaption.active .caption-holder {
        min-height: 65px;
        height: auto;
        top: 2px;
        background: none;
        padding: 0;
    }

    .rsGCaption.active .caption-holder > * {
        width: calc(100% - 20px);
        margin: 0;
        padding: 0 10px;
        background: rgba(141, 111, 74, 0.75);
    }

    .rsGCaption.active .caption-holder > *:first-child {
        padding-top: 5px;
    }

    .rsGCaption.active .caption-holder > *:last-child {
        padding-bottom: 2px;
    }

    .rsGCaption.active {
        top: 167px;
        bottom: unset;
    }

    .rsGCaption.active .caption-holder * {
        display: block;
        position: static;
    }

    .rsGCaption .description {
        padding: 0;
        font-size: 12px;
        line-height: 14px;
    }

    /*.rsSlide:after{
		content: '!';
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: #8d6f4a;
		color: #fff;
		font-size: 25px;
		line-height: 30px;
		font-weight: bold;
		text-align: center;
	}*/
    .rsThumb.video-thumb .thumbIco {
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
    }

    .rsThumb.video-thumb .thumbIco:after {
        margin: -4px 0 0 -3px;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #fff;
        border-top: 4px solid transparent;
    }

    .rsVideoContainer .rsPlayBtn {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .rsVideoContainer .rsPlayBtn .rsPlayBtnIcon {
        margin: -11px 0 0 -7px;
        border-bottom: 10px solid transparent;
        border-left: 17px solid #fff;
        border-top: 10px solid transparent;
    }

    .content-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .content-text .text {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 20px;
    }

    .contact-box {
        padding: 19px 0 0;
        font-size: 14px;
        line-height: 18px;
    }

    .contact-box .title-h1 {
        margin: 0 0 17px;
    }

    .contact-box .col {
        float: none;
        width: auto;
        padding: 0 0 15px;
    }

    .contact-box .col + .col {
        margin: 0;
    }

    .to-up-holder {
        right: 5px;
    }

    .popup {
        width: 90%;
    }

    .control-label {
        float: none;
        width: auto;
        display: block;
        text-align: left;
    }

    .input-box {
        margin: 0;
    }

    /* .input-holder.col01 {
        width: 80px;
    }

    .input-holder.col02 {
        width: 160px;
    } */
    .capcha .input-holder {
        width: 100px;
    }

    .form-btn {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }

    .bottom-nav li {
        display: block;
        margin: 0 0 5px;
    }

    .footer-menu li {
        display: block;
    }

    .currentdate {
        float: left;
    }

    .help-info-box {
        display: block;
    }

    .help-class {
        overflow: hidden;
    }

    .head-cols .col .text {
        margin-left: 50px;
    }

    .head-cols .col .front {
        display: block;
        opacity: 1;
        position: relative;
    }

    .head-cols:hover .col .front {
        opacity: 1;
    }

    .head-cols .col .back {
        display: none;
    }

    .head-cols-holder {
        height: auto;
    }

    #footer .map-col .csc-default {
        position: relative;
    }

    #footer .col.map-col {
        position: static;
        top: auto;
        right: auto;
        padding: 0;
    }

    #footer .col.map-col figure {
        margin-bottom: 0;
    }

    #footer .col.map-col img {
        vertical-align: bottom;
        margin-top: -40px;
    }

    .content-holder {
        display: block;
    }

    .content-text .content-gallery .fancybox-button {
        top: -160px;
    }

    .from-row.image img {
        width: 100%;
        position: static;
        /* bottom: 1.1rem; */
    }

    .rsGCaption .request {
        bottom: 3px;
        right: 46px;
    }

    .gallery-wrapper {
        /* height: 400px; */
    }

    .gallery-wrapper .product-swiper-container {
        min-height: 27.5rem;
        height: auto;
    }

    .gallery-wrapper .product-swiper-container .swiper-slide {
        background: none !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: stretch;
        opacity: 0 !important;
    }

    .gallery-wrapper
        .product-swiper-container
        .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
    }

    .gallery-wrapper .product-swiper-container .swiper-slide-image {
        /* height: 20rem; */
        width: 100%;
        height: calc((100vw - 6rem) * 3 / 4);
        height: auto;
        background-color: rgba(141, 111, 74, 1);
    }

    .gallery-wrapper
        .product-swiper-container
        .swiper-slide-active
        .swiper-slide-image
        img {
        display: block;
        width: 100%;
        height: auto;
    }

    .gallery-wrapper .swiper-wrapper {
        margin-top: 2rem;
        height: auto;
        align-items: flex-start;
    }

    .gallery-wrapper .swiper-slide .informations {
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px 20px 20px;
        position: static;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        background: rgba(141, 111, 74, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        min-height: 9.5rem;
        flex-wrap: wrap;
        text-align: center;
    }

    .informations > *:not(.request):not(.icon-opener) {
        width: 100%;
    }

    .informations div > span {
        text-align: center;
        margin-top: 10px;
    }

    .request {
        width: 30%;
        margin: auto;
        text-align: center;
        margin-top: 1rem;
        border: 2px solid #fff;
    }

    .rsGCaption .icon-opener::before,
    .rsGCaption .icon-opener::after {
        content: none;
    }

    .rsGCaption {
        top: 167px !important;
    }

    .rsGCaption .icon-opener {
        bottom: 88px;
        bottom: -2px;
        background: rgba(141, 111, 74, 0.75);
    }

    .rsGCaption .icon-opener.closed {
        bottom: 50px;
    }

    .rsOverflow {
        height: 167px !important;
    }

    .frame,
    /* .gallery-wrapper, */
    .content-holder {
        width: auto;
        padding: 0;
        /* padding: 0 5%; */
    }

    .frame-type-text h2 {
        font-size: 20px;
    }

    .frame-type-textpic .text {
        column-count: 1;
    }

    .frame,
    .content-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .swiper-brand-container {
        position: relative;
        margin: 0;
        /* width: 100%; */
    }

    .head-promo .swiper-wrapper,
    .head-promo .swiper-wrapper .swiper-slide {
        min-height: 225px;
    }

    .head-promo .swiper-wrapper .swiper-slide > * {
        min-height: 225px;
    }

    .head-promo .container > .csc-default .info-box {
        transform: translateX(2rem);
    }

    .help-info-box.mobile_open .opener {
        display: none;
    }

    .help-info-box.mobile_open .drop {
        position: static;
        height: auto;
        margin: 20px 0 0;
    }

    .help-info-box.mobile_open .drop:before,
    .help-info-box.mobile_open .drop:after {
        content: none;
    }

    .help-info-box.mobile_open .drop ul {
        padding: 0 10px 10px;
    }

    .help-info-box.mobile_open .drop li:last-child {
        /* border: none; */
    }

    .help-info-box.mobile_open .close {
        display: none !important;
    }
}

@media screen and (max-width: 360px) {
    #main > .container:first-child {
        padding: 29px 1rem 0;
        /* position: relative; */
    }

    #header .instagram-link {
        position: static;
        margin: 0rem;
        text-align: right;
    }

    .frame,
    .gallery-wrapper,
    .content-holder {
        padding: 0;
    }

    .gallery-wrapper .product-swiper-container {
        min-height: none;
        height: auto;
    }

    .gallery-wrapper .product-swiper-container .swiper-slide-image {
        height: 12rem;
    }

    .gallery-wrapper,
    .head-promo {
        position: relative;
        z-index: 2;
        overflow: hidden;
        width: 100%;
        transform: none;
    }
}

@media screen and (max-width: 760px) and (-ms-high-contrast: active),
    all and (max-width: 760px) and (-ms-high-contrast: none) {
    .rsGCaption .icon-opener {
        bottom: 88px;
    }

    .rsGCaption .request {
        bottom: 93px;
    }
}

.swiper-container .swiper-slide img {
    opacity: 0;
}

.small_product-swiper-container.swiper-container .swiper-slide img {
    display: block;
    margin: auto;
}

.gallery-wrapper .small_product-swiper-container .swiper-slide > div,
.gallery-wrapper .small_product-swiper-container .swiper-slide {
    height: auto !important;
    min-height: 128px;
    background-size: auto;
    background-repeat: no-repeat;
    width: auto;
}

.gallery-wrapper .small_product-swiper-container .swiper-slide > div {
    opacity: 0;
}

/* #main > div.container.help-class > div.gallery-wrapper > div.swiper-container.small_product-swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode.swiper-container-thumbs > div > div.swiper-slide.swiper-slide-thumb-active.swiper-slide-visible.swiper-slide-next > div.swiper-slide-image */

.changesecurity.button {
    display: none;
}

.featherlight .featherlight-content {
    /* box-sizing: border-box; */
    max-width: 90vw;
}

.featherlight .featherlight-content > span,
.featherlight .featherlight-image:only-of-type ~ span {
    display: none;
}

.featherlight img ~ span {
    display: inline;
}

/* Featherlight product gallery grid */
.mask-products {
    display: grid;
    grid-template-columns: repeat(
        auto-fill,
        minmax(15rem, 1fr)
    ); /* 2 per row */
    gap: 1rem;
    list-style: none;
    margin: 5rem 0;
    padding: 0;
}
.mask-products li {
    background-color: var(--dark4, #f6f6f6);
    border: 3px solid var(--dark4, #f6f6f6);
    display: flex;
    flex-direction: column;
    position: relative;
    color: #000;
}
.mask-products li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mask-products li a {
    overflow: hidden;
    display: block;
}
.mask-products li a img {
    transition: all 0.5s ease;
    display: block;
}
.mask-products li a:hover img {
    transform: scale(1.05);
}
.mask-products .product-caption {
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    align-self: stretch;
    flex-grow: 1;
}
.mask-products .product-description {
    font: 15px 'playfair_displayregular', 'Playfair Display', serif;
}
.mask-products .product-caption,
.mask-products .prices {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
}
.mask-products .prices {
    gap: 0.125em 0;
    margin-top: auto;
    text-align: right;
}
.mask-products .price {
    font-weight: 700;
}
.mask-products .line-through {
    text-decoration: line-through;
}
.mask-products__link img {
    aspect-ratio: 1.33;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mask-products .lightbox {
    display: none;
}
.mask-products .featherlight-content .lightbox.featherlight-inner {
    display: block;
}

html.with-featherlight .featherlight {
    z-index: 49;
}

.featherlight div.featherlight-content {
    background-color: var(--dark4, #f6f6f6, #fff);
    overflow: hidden;
}

.featherlight-inner .informations {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(141, 111, 74, 1);
    /* margin-top: auto; */
    flex-grow: 1;
}
.featherlight-inner {
    position: relative;
}
.featherlight-inner .informations {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 20px 20px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(141, 111, 74, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.3s ease;
    /* pointer-events: all; */
}

.featherlight-inner .informations {
    color: var(--black);
    background: var(--dark_50);
}
.featherlight-inner img {
    max-width: 1200px;

    flex-shrink: 1;
    object-fit: contain;
    max-height: fit-content;
    height: 100%;
    flex-grow: 1;
    width: auto;
    aspect-ratio: auto;
    margin-top: -25px;
}

.featherlight-inner img,
.featherlight-inner .informations {
    max-width: calc(100% + 50px);
    /* height: auto; */
    margin: 0 -25px;
    /* position: static; */
}

.featherlight-inner h3 ~ :last-child {
    margin-bottom: -25px;
    box-sizing: border-box;
}

.featherlight-inner h3 + img {
    margin-top: -25px;
}

.featherlight div.featherlight-inner {
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    height: calc(95vh - 50px);
    max-height: fit-content;
    /* height: 100%; */
    width: 949px;
    max-width: 100%;
    align-items: stretch;
}

.featherlight-inner h3 {
    display: none;
}

.featherlight-inner .informations {
    color: var(--black);
    background: var(--dark4, #f6f6f6);
    flex-shrink: 0;
    width: calc(100% + 50px);
}

.featherlight-inner .informations .request {
    color: var(--black);
    background: #fff;
}

/* Brands Gallery */

.more-brands-gallery .ce-headline-center {
    color: #4d4d4d;
    margin-bottom: 1rem;
}

.more-brands-gallery .mask-brands {
    display: grid;
    grid-template-columns: repeat(
        auto-fill,
        minmax(8.1rem, 1fr)
    ); /* 2 per row */
    gap: 1rem;
    list-style: none;
    margin: 0 0 5rem 0;
    padding: 0;
}
.more-brands-gallery .mask-brands .mask-brands__item {
    border: 3px solid var(--dark4, #f6f6f6);
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    box-sizing: border-box;
    aspect-ratio: 1;
    flex-direction: column;
    text-align: center;
}

.more-brands-gallery .mask-brands .mask-brands__item:hover {
    background-color: var(--dark4, #f6f6f6);
}

.more-brands-gallery .mask-brands .mask-brands__item a {
    display: block;
    box-sizing: border-box;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0.5rem;
}

.more-brands-gallery .mask-brands .mask-brands__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 0.5rem;
    box-sizing: border-box;
    background-color: #fff;
    display: block;
}

.more-brands-gallery .mask-brands .mask-brands__label {
    margin-bottom: 0.5rem;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font: 12px 'playfair_displayregular', 'Playfair Display', serif;
}

/* .more-brands-gallery,
.mask-products {
    display: none !important;
} */

@media screen and (max-width: 1024px) {
    .featherlight-inner h3 + img {
        margin-top: -10px;
    }
    .featherlight-inner img,
    .featherlight-inner .informations {
        max-width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .featherlight-inner h3 ~ :last-child {
        margin-bottom: -10px;
    }
}
@media screen and (max-width: 768px) {
    .mask-products .product-description {
        font-size: 13px;
    }

    .featherlight-inner .informations {
        flex-wrap: wrap;
        position: static;
        text-align: center;
    }

    .featherlight-inner .informations div > span {
        /* text-align: right; */
    }
}
