/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** global / resets **/

:root {
	--pfs: 21px;
	--h1fs: 58px;
	--h2fs: 40px;
	--h3fs: 24px;
	--h4fs: 20px;
	--page-width:1440px;
	--hff:"Jost";
	--pff:"Jost";
	--cff:"Jost";
	--pf:normal var(--pfs)/1.6 var(--pff);
	--h1f:500 var(--h1fs)/1.2 var(--hff);
	--h2f:500 var(--h2fs)/1 var(--hff);
	--h3f:normal var(--h3fs)/1 var(--hff);
	--h4f:normal var(--h4fs)/1 var(--hff);
	--gap:40px;
	--dgap:calc(var(--gap) * 2);
	--hgap:calc(var(--gap) / 2);
}

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	min-width:0;
}

body {
	color: #505256;
	background-color: #EAE7E5;
	letter-spacing:.5px;
}

ul {
	list-style-type: none;
}

.mceContentBody ul:not([class]), .content ul:not([class]) {
	padding-left: 24px;
	list-style-type: disc;
}

.content p, .mceContentBody p {
	margin: 5px 0;
}

img {
	border: 0;
}

iframe {
	border: 0;
}

a {
	text-decoration: none;
	color: #FFCD02;
}

/* body, h1, h2, span, font, td, a { */
body {
	font:var(--pf);
}

/** for content editing **/
/* p.readmore a:before {
	content:'\00BB';
	content:'\27EB';
}
*/
.goback, .cbutton, .readmore a {
	display: inline-block;
	background: #fff;
    padding: 20px 30px;
    font-size: 26px;
	font-weight:500;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #505256!important;
	position:relative;
	transition:all 0.2s;
}

.goback:before,
.readmore a:before,
.cbutton:before {
	content:'';display:block;
	position:absolute;
	top:15px;left:15px;right:15px;bottom:15px;
	border: 2px solid #505256;
	transition:all 0.2s;
}

.goback:hover, .cbutton:hover, .readmore a:hover {
	background:#FFCD02;
}
.goback:hover:before,
.readmore a:hover:before,
.cbutton:hover:before {
	border-color:#fff;
}

.goback, .readmore a {
	margin-top: 1em;
}

.splitlist {
	padding-left: 16px;
	list-style-type: disc;
	column-count: 3;
	column-gap: 50px;
	max-width: max-content;
}

@media screen and (max-width: 960px) {
	.splitlist {
		column-count:2;
	}
}

@media screen and (max-width: 480px) {
	.splitlist {
		column-count:1;
	}
}

.bild-links {
	position: relative;
	top: 4px;
	float: left;
	margin-right: 15px;
}

.bild-rechts {
	position: relative;
	top: 4px;
	float: right;
	margin-left: 15px;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.preise {
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.preise th, .preise-kopf, .preise-zelle, .preise-zeile {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}

tr.preise-kopf th.st-head-row {
	padding-top: 100px;
}

.preise th.st-head-row {
	padding: 5px 0;
}

table.preise td {
	border-bottom: 10px solid #E5E5E5;
	padding: 6px 6px;
}

.preise .preise-kopf td {
	border-bottom: 2px solid #2c2c2c;
}

a.bild-links, a.bild-rechts {
	margin: 0;
}

a.bild-links span.zoomin-img {
	right: 18px !important;
	bottom: -1px !important;
}

a.bild-rechts span.zoomin-img {
	bottom: -1px !important;
}

.clr {
	clear: both;
}

.outline {
	display: none;
}

body#tinymce.mceContentBody, div.content {
}

form#userForm fieldset legend, h1 {
	color: #505256;
	font:var(--h1f);
	margin-bottom: 20px;
	letter-spacing:5px;
	text-transform:uppercase;
}

.rsform-block[class*="-heading"], h2 {
	color: #505256;
	font: var(--h2f);
	margin-bottom: 20px;
}

h3 {
	color: #505256;
	font: var(--h3f);
	margin-bottom: 20px;
}

/*** Mainmenu ***/
.top-container {
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition:all 0.2s;
	padding:20px;
}

.top-container:before {
	position:absolute;
	content:'';display:block;
	left:0;top:0;right:0;
	height:150px;
	background:linear-gradient(to bottom, rgb(80 82 86 / 70%), rgb(0 0 0 / 0%));
	pointer-events:none;
}

.menuopen .top-container {
	border:8px solid #FFCD02;
	padding:10px;
	background:#505256;
	bottom:0;
}

.top-helper {
}

.top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top img { display:block; }

.top, .top a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.top .language .mod-languages .lang-active:after {
	border-color:#FFCD02;
}

.tbs ul {
	display:flex;
	gap:var(--gap);
}

main {
	position: relative;
}

.logo {
	margin-bottom:-20px;
}

.menuopen logo {
	margin:0;
}

.logo img {
	height: 150px;
	width: auto;
	transition: all 0.2s;
}

@media screen and (max-width:850px) {
	.top-container { padding:10px; }
	.logo img { height:100px; }
	.logo { margin-bottom:-10px; }
}

.menuopen .logo img,
.sticky .logo img {
	height: 60px;
}

/*** Season Switch ***/

.ss .moduletable {
}
.ss li {
	position:relative;
}

.ss li a { position:relative; padding-left:60px; top:-2px; }

.ss ul {
	position:relative;
	width:45px;
	border:2px solid #FFCD02;
	height:27px;
	border-radius:999px;
	margin-right:120px;
}
.ss ul:before {
	position:absolute;
	top:2px;
	left:2px;
	content:'';display:block;width:19px;aspect-ratio:1;
	border-radius:999px;
	background:#fff;
	transition:.4s;
}

/*** Default in summer ***/
.ss li:last-of-type { display:none; }
.ss:hover ul:before { left:20px; }
.ss:hover li:last-of-type { display:block; }
.ss:hover li:first-of-type { display:none; }

/*** Default in winter ***
.ss li:first-of-type { display:none; }
.ss:hover ul:before { left:20px; }
.ss:hover li:last-of-type { display:none; }
.ss:hover li:first-of-type { display:block; } */

.winter .ss li:first-of-type { display:none; }
.winter .ss li:last-of-type { display:block; }
.winter .ss ul:before { left:20px; }
.winter .ss:hover ul:before { left:2px; }
.winter .ss:hover li:first-of-type { display:block; }
.winter .ss:hover li:last-of-type { display:none; }

.sommer .ss li:first-of-type { display:block; }
.sommer .ss li:last-of-type { display:none; }
.sommer .ss ul:before { left:2px; }
.sommer .ss:hover ul:before { left:20px; }
.sommer .ss:hover li:first-of-type { display:none; }
.sommer .ss:hover li:last-of-type { display:block; }

/*** Menu ***/

.menu-toggle {
	font-size: 28px;
	cursor: pointer;
	white-space: nowrap;
}

.menu-toggle:before {
	font-size: 24px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.menuopen .menu-toggle.menu-open:before {
	content: '\e158';
}

@media screen and (max-width:700px) {
	.menu-toggle { width:25px;  overflow:hidden; }
}

/* nav { position:relative;} */
.nav .menu-toggle {
}

.nav-container {
	position: relative;
	display: none;
	z-index: 1;
	padding: var(--dgap);
	overflow: auto;
	max-height: 100vh;
	box-sizing: border-box;
}

.nav-top {
	display: none;
	justify-content: space-between
}

.nav-top .language {
	font-size: 24px;
}

.nav-top a {
	color: #fff;
}

.mainmenu {
	position: relative;
	display: flex;
	justify-content: center;
}

.mainmenu a {
	color: #fff;
}

.mainmenu > ul {
	display: flex;
	flex-wrap: wrap;
	gap:var(--dgap);
}

.mainmenu ul {
	padding: 0;
	list-style-type: none;
}

.mainmenu .submenu {
}

.mainmenu > ul > li {
	position: relative;
}

.mainmenu > ul > li > a {
	font-size: 26px;
	text-transform:uppercase;
	letter-spacing:5px;
	font-weight:500;
	color:#FFCD02;
	display: block;
	margin-bottom:var(--gap);
}

.mainmenu .submenu ul > li:not(:last-of-type) {
	margin-bottom:20px;
}

.mainmenu .submenu ul > li > a {
	font-size:26px;
	letter-spacing:1px;
	position:relative;
	display:inline-block;
	padding-left:40px;
}

.mainmenu .submenu > ul > li > a:before {
	position:absolute;
	top:5px;
	left:0;
	font-family: Iconia;
	content: '\e15c';
	padding-right: 10px;
	font-weight:bold;
	color:#FFCD02;
	font-size:18px;
}

.mainmenu > ul > li.active > a, .mainmenu > ul > li:hover > a {
}

.mainmenu .submenu ul > li.active > a, .mainmenu .submenu ul > li:hover > a {
	color: #FFCD02;
}

/*** Language ***/
.language .mod-languages a {
	font-weight:bold;
}

.language .mod-languages {
    position: relative;
    width: 55px;
    font-size: 20px;
    height: 2em;
    cursor: pointer;
}

.language .mod-languages ul {
    transition: all .2s;
    pointer-events: none;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: -4px;
}

.language .mod-languages li {
    display: none;
    line-height: 2em;
}

.language .mod-languages .lang-active {
    display: block;
    position: relative;
    padding-right: 15px;
}

.language .mod-languages .lang-active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-color: #FFCD02;
    transform: rotate(45deg);
}

.language .mod-languages.open {
    cursor: auto;
}

.language .mod-languages.open ul {
    pointer-events: all;
    background: #FFCD02;
}

.language .mod-languages.open a {
    color: #fff;
}

.language .mod-languages.open li {
    display: block;
}

.language .mod-languages.open .lang-active {
    padding: 0;
}

.language .mod-languages.open .lang-active:after {
    display: none;
}

.lang-active a {
    font-weight: 500;
}

/*** Layout ***/
.pagewidth {
	max-width: var(--page-width);
	margin: auto;
}

.mainframe {
	overflow: hidden;
}

/*** Header ***/
.header-container {
	position: relative;
	max-height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
	translate:none!important;
}

.header {
	width: 100%;
}

.header .browse-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 72px;
	transform: translateY(-36px);
	z-index: 1;
	opacity: 0.75;
	transition: all 0.2s;
	cursor: pointer;
}

.header .browse-button:hover {
	opacity: 1;
}

.header .browse-button:before {
	font-family: Iconia;
	font-size: 72px;
	content: '\e15b';
	color: #fff;
}

.header .slider-right:before {
	content: '\e15c';
}

.header .slider-left {
	left: 60px;
}

.header .slider-right {
	right: 100px;
}

/*** Header full vp ***/

@media screen and (orientation: landscape) {
	.vpheader .header-container { height:100vh; max-height:none; }
}
.vpheader .header { align-self:stretch; }
.vpheader .header .slickcontainer,
.vpheader .header .slick-list,
.vpheader .header .slick-track, .vpheader .header .slick-padding { height:100%; }
.vpheader .header .slick-slide img { height:100% !important; object-fit:cover; object-position:center; }

.header.empty {
	background:rgb(80 82 86);
	height:190px;
}

@media screen and (max-width:825px) {
	.header.empty {
		height:120px;
	}
}

/** Media Buttons **/

.media {
	position: fixed;
	top: 150px;
	right: 0px;
	z-index:99;
}

.media a {
	position:relative;
	width:50px;
	aspect-ratio:1;
	display:flex;
	justify-content:center;
	align-items:center;
	border-right:5px solid #FFCD02;
}

.media img {
	position:relative;
	z-index:1;
	display:block;
	max-height:40px;
	width:auto;
}

.media span {
	height:50px;
	display:flex;
	align-items:center;
	position:absolute;
	right:-200px;
	padding-left:20px;
	padding-right:55px;
	color:#fff;
	transition:1s;
}
.media a.active span {
	right:-5px;
	background:rgb(80 82 86 / 95%);
}

/*** Showroom Overrides ***/

.ratings-container,
.contact-container,
.shortcuts-container,
.showroom-container {
	background:transparent url('../images/signet.svg') no-repeat 50% 0 / 70px;
	padding-top:120px;
	margin-bottom:var(--dgap);
}

.default .showroom-container {
	background:none;
	padding-top:0;
}

.showroom .sr-tile {
	min-height:clamp(200px, 50vh, 600px);
}

.showroom .sr-tile-overlay {
	background:transparent url('../images/bg-yellow.webp') repeat 0 0;
}

.showroom .active .sr-tile-overlay {
	opacity:.5;
}

.showroom .sr-title {
	margin:auto;
	font:var(--h1f);
	letter-spacing:5px;
	text-align:center;
}

.showroom a { color:#fff; font-size:28px; }

/*** Shortcuts ***/

.shortcuts-container {
	padding:var(--gap);
	padding-top:120px;
}

.shortcuts ul {
	display:flex;
	justify-content:center;
	gap:var(--dgap);
	flex-wrap:wrap;
}
.shortcuts ul li {
	flex-basis:250px;
}

.shortcuts .menu-icon {
	width:150px;
	aspect-ratio:1;
	background:transparent url('../images/bg-yellow.webp') no-repeat 0 0;
	border-radius:999px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	margin-bottom:var(--hgap);
	transition:all 0.2s;
}

.shortcuts a:hover .menu-icon {
	border:5px solid #fff;
}

.shortcuts .image-title {
	display:block;
	text-align:center;
	color:#505256;
	font-size:36px;
}

.shortcuts .linkbox {
	display:flex;
	justify-content:center;
	margin-top:var(--dgap);
}

.shortcuts .linkbox p {
	background:#fff;
	padding:15px;
}

.si a,
.shortcuts .linkbox a {
	display:block;
	border:2px solid #505256;
	padding:5px 15px;
	font-size:36px;
	text-transform:uppercase;
	letter-spacing:5px;
	color:#505256;
}

/***  Slider ***/
.slider-container {
	background: #fff;
	padding:0 0 0 var(--gap);
	margin-bottom:var(--dgap)
}

.slider {
	display:flex;
}

.si a {
	display:inline-block;
	margin-top:1em;
}

.si {
	position:relative;
	font-size:22px;
	color:#9C9C9D;
	flex:0 0 35%;
	padding:var(--gap) var(--dgap) var(--gap) 0;
	flex-basis:500px;
}

.si:before {
	content:'';display:block;width:70px;height:70px;
	background:transparent url('../images/signet.svg') no-repeat 0 0 / contain;
}

.sw-container:before,
.si:after {
	content:'';
	position:absolute;top:0;right:0;bottom:0;
	width:30px;
	background: repeating-linear-gradient(
	  -45deg,
	  #606dbc00,
	  #ffffff 10px,
	  #FFCD02 10px,
	  #FFCD02 20px
	);
}

.si h1 {
	color:#505256;
}

.sm {
	padding:var(--gap) var(--dgap);
	background:#efedec;
	flex-grow:1;
	display:flex;
	align-items:center;
}

.slider .slick-track {
	display: flex;
}

.slider .slick-slide {
	height: auto;
}

.slider .slickcontainer {
	flex-grow:1;
}

.slider .slickitem {
	margin: calc(var(--gap) / 2);
}

.sm .slickitem:nth-of-type(2n+1) {
	margin-top:calc(var(--gap) + var(--gap) / 2);
}

.sm .slickitem:nth-of-type(2n) {
	margin-bottom:calc(var(--gap) + var(--gap) / 2);
}

.slider .slick-padding {
}

.slider .image-intro {
}

.slider .item-text {
	padding: 10px;
}

.slider .slickitem h1 {
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 10px;
	text-transform:uppercase;
	letter-spacing:2px;
}

.sm a {
	color:#6e6e6e;
}

.slider .slickitem img {
	width: 100%;
	height: auto;
}

.slider .slickitem strong {
	font-weight: 300;
	font-size: 28px;
	display: inline-block;
	margin: 0.5em 0;
}

.slider .browse-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-20px);
	z-index: 1;
	border-radius: 990px;
	background: #fff;
	opacity: 0.75;
	transition: all 0.2s;
	cursor:pointer;
}

.slider .browse-button:hover {
	opacity: 1;
}

.slider .browse-button:before {
	font-family: Iconia;
	font-size: 16px;
	font-weight:bold;
	content: '\e15b';
	color: #C2AB62;
}

.slider .slider-right:before {
	content: '\e15c';
}

.slider .slider-left {
	left: -40px;
}

.slider .slider-right {
	right: -40px;
}

.sitebody .slick-dots {
	margin-top: 20px;
}

.sitebody .slick-dots li button:before {
	background: #0f7ab6;
}

.sitebody .slick-dots li.slick-active button:before {
	background: #fff;
	border: 2px solid #0f7ab6;
}

@media screen and (max-width:1100px) {
	.si { flex-basis:400px; }
}

@media screen and (max-width:850px) {
	.slider {
		display:block;
	}
	.si { padding:var(--gap); padding-right:var(--dgap); }
	.sm { padding:var(--dgap) calc(var(--dgap) + 10px); }
	.slider-container { padding:0; }
}

/*** Contact ***/
.contact-container {
	position: relative;
	padding: var(--dgap);
	padding-top:140px;
	margin-bottom:0;
}
.ratings-container:after,
.contact-container:after {
	content:'';display:block;
	margin-top:70px;
	height:70px;
	background:transparent url('../images/signet.svg') no-repeat 50% 0 / 70px;
}

.contact {
	position: relative;
	z-index: 1;
	display: flex;
}

.address {
	padding: var(--dgap);
	background:transparent url('../images/bg-yellow.webp') no-repeat 0 0 / cover;
	flex-grow:1;
	color:#9C9C9D;
	font-size:22px;
	display:flex;
	align-items:center;
}

.address h1 {
	font-weight:400;
	margin-bottom:var(--gap);
}

.address a {
	color:#fff;
}

.map {
	background:#fff;
}

.map p, .map iframe, .map img {
	display:block;
	height: 100%;
	width:100%;
}

/*** Socialwall ***/

.sw-container {
	position:relative;
	background:#fff;
	padding:var(--dgap);
	margin-bottom:var(--dgap);
}
.sw-container:before {
	right:auto;
	left:0;
}

.sw-intro h1 {
}

.sw-intro {
	display:flex;
	align-items:flex-end;
	margin-bottom:var(--gap);
	justify-content:space-between;
	font:500 26px Jost;
	text-transform:uppercase;
	letter-spacing:5px;
	gap:var(--gap);
}

.sw-links ul {
	display:flex;
	flex-wrap:wrap;
	gap:var(--gap);
	text-transform:none;
}

.sw-links a {
	color:#505256;
	letter-spacing:0;
}

.sw-links a:before {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	width:72px;
	height:72px;
	color:#fff;
	background:transparent url('../images/bg-yellow.webp') no-repeat 0 0;
	font-size:36px;
	border-radius:999px;
	letter-spacing:0;
	margin-right:20px;
}

/*** Ratings ***/

.ratings-container {
	padding: var(--dgap);
	padding-top:140px;
	margin-bottom:0;
}

.ratings .moduletable:not(:last-of-type) {
	margin-bottom:var(--gap);
}

.ratings-intro {
	font:500 26px Jost;
	text-transform:uppercase;
	letter-spacing:5px;
}

/*** Footer ***/
.footer-container {
	background: #fff;
	padding: var(--dgap);
}

.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer h1 {
	font-size:26px;
	font-weight:500;
	color:#FFCD02;
	margin-bottom:var(--gap);
}

.footer h2 {
	text-transform:uppercase;
	letter-spacing:5px;
	font-weight:500;
	font-size:26px;
}

.footer .mod-menu a {
	display:inline-block;
	position:relative;
	font-weight: 400;
	font-size: 26px;
	color: #505256;
	padding-left:40px;
	letter-spacing:1px;
}
.footer .mod-menu li:not(:last-of-type) {
	margin-bottom:20px;
}

.footer a:hover, .footer .active a {
	color: #FFCD02;
}

.footer a:not([class*='icon']):before {
	position:absolute;
	top:5px;
	left:0;
	font-family: Iconia;
	content: '\e15c';
	padding-right: 10px;
	font-weight:bold;
	color:#FFCD02;
	font-size:18px;
}

.footer h3 {
	font-weight:bold;
	font-size:28px;
	text-transform: none;
	margin-bottom: 30px;
	color: #6d0812;
}

.fc .web20 {
	display:flex;
	gap:20px;
}

.fc .web20 a {
	display:block;
	overflow:hidden;
	width:72px;height:72px;
}

.fc .web20 a:before {
	display:flex;justify-content:center;align-items:center;
	width:72px;height:72px;
	background:transparent url('../images/bg-yellow.webp') no-repeat 0 0;
	color:#fff;
	border-radius:999px;
	font-size:36px;
}

/*** Logos ***/
.logos-container {
	padding: var(--dgap) var(--gap);
	background:transparent url('../images/bg-yellow.webp') no-repeat 0 0 / cover;
}

.logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap:var(--gap);
}

/* .logos p:has(img) {
	position:relative;
}

.logos p:has(img):before {
	display:block;
	position:absolute;top:0;left:0;right:0;bottom:0;
	content:'';
	background:#6A766F;
	z-index:1;
	mix-blend-mode:color;
}

.logos img {
	display:block;
	max-width: 100%;
	height: auto;
	filter: grayscale(1);
} */

/*** CTA Leiste ***/

.cta-bar-container {
	z-index:1;
	position:fixed;
	bottom:-50px;
	left:0;
	right:0;
	transition:all 1s;
	display:flex;
	justify-content:center;
}

.ready .cta-bar-container {
	bottom:0;
}

.cta-bar {
}

.cta-bar ul {
	display:flex;
}

.cta-bar ul { padding:0;margin:0;list-style-type:none; }

.cta-bar, .cta-bar a { color:#fff; line-height:1; }

.cta-bar a:before {
	font-size:24px;
	padding-right:10px;
	vertical-align:middle;
	position:relative; top:-3px;
}

.cta-bar a {
	display:inline-block;
	text-transform:uppercase;
	padding:15px 25px;
	background: rgb(255 205 2 / 95%);
	border-right:1px solid #505256;
	font-size:18px;
	letter-spacing:2px;
	transition:all 0.2s;
}
.cta-bar a:hover {
	color:rgb(80 82 86);
}

.cta-bar .gray {
	border-right:1px solid #FFCD02;
	background:rgb(80 82 86 / 95%);
}
.cta-bar a.gray:hover {
	color:#FFCD02;
}

.cta-bar li:last-of-type a {
	border:0;
}

@media screen and (max-width:750px) {
	.cta-bar a { padding:10px; }
	.cta-bar li:has(.optional) { display:none; }
	.cta-bar li:nth-of-type(3) a { border-right:0; }
}

/*** Content ***/
.content-container {
	padding: var(--dgap) var(--gap);
}

.content img {
	max-width: 100%;
	height: auto;
}

/*** Default Content Template ***/

.default .items-leading,
.default .items-intro {
	display:flex;
	flex-wrap:wrap;
	gap:var(--dgap);
}

.default .items-leading article,
.default .items-intro article {
	display:flex;
	padding-bottom:140px;
	background:transparent url('../images/signet.svg') no-repeat 50% 100% / 70px;
}

.default .img-intro {
	flex:0 0 50%;
}

.default .img-intro img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.default .article-content {
	background:#fff;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:var(--dgap);
	color:#9C9C9D;
}

.default article h1,
.default h2 {
	font-size:var(--h2fs);
	text-transform:uppercase;
	letter-spacing:5px;
}

.default .readmore a {
	background:#f4f3f2;
}

.default .w50 {
	flex:0 0 calc(50% - var(--dgap) / 2);
}

.default .items-leading .w50,
.default .items-intro .w50 {
	display:block;
}

.default .w50 .img-intro {
	width:100%;
	aspect-ratio:3/2;
}

.default .w50 .img-intro img {
	width:100%;
	height:100%;
	object-fit:cover;
}

@media screen and (max-width:800px) {
	.default .items-leading article,
	.default .items-intro article {
		display:block;
	}
}

@media screen and (max-width:500px) {
	.default .article-content {
		padding:var(--gap);
	}
}

/*** Shifted Content Template ***/

.shifted .items-leading-container {
	margin-bottom:var(--dgap);
}

.shifted .items-leading,
.shifted .items-intro {
	display:flex;
	flex-wrap:wrap;
	gap:var(--dgap);
}

.shifted .items-leading article,
.shifted .items-intro article {
	display:flex;
}

.shifted .img-intro {
	flex:0 0 50%;
	display:flex;
	align-items:center;
}

.shifted .article-content {
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0 var(--dgap);
	color:#9C9C9D;
	color:#606060;
}

.shifted .items-intro article:nth-of-type(2n) .img-intro {
	order:1;
}

.shifted article h1,
.shifted h2 {
	font-size:var(--h2fs);
	text-transform:uppercase;
	letter-spacing:5px;
	background:transparent url('../images/signet.svg') no-repeat 0 0 / 70px;
	padding-top:90px;
}

.shifted .items-leading article h1 {
	font-size:var(--h1fs);
	background-position:50% 0;
	text-align:center;
}

.shifted .items-leading article {
	text-align:center;
}


/*** Standard Content Template ***/

.standard .items-leading-container {
	margin-bottom:var(--gap);
}

.standard .items-leading,
.standard .items-intro {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}

.default .blog > .page-header,
.standard .blog > .page-header {
	background:transparent url('../images/signet.svg') no-repeat 50% 0 / 70px;
	padding-top:90px;
	text-align:center;
	margin-bottom:var(--dgap);
}

.standard article {
	flex-basis:100%;
}

.standard .centered {
	text-align:center;
}

.standard .w50 {
	flex-basis: calc(50% - var(--gap) / 2);
}

.standard .w33 {
	flex-basis: calc(33.33% - var(--gap) * 2 / 3);
}

.standard .article-content {
	z-index: 1;
}

.standard .img-intro {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: calc(33.33% - var(--gap) * 2 / 3);
	margin-bottom: 5px;
}

.standard .img-intro-left {
	float: left;
	margin-right: var(--gap);
}

.standard .img-intro-right {
	float: right;
	margin-left: var(--gap);
}

.standard .img-intro + .article-content > h2 {
	text-align: left;
}

.standard .w33 .img-intro-left, .standard .w50 .img-intro-left {
	margin: 0 0 10px;
	float: none;
	width: 100%;
}

.standard .img-fulltext img {
	width: 100%;
	height: auto;
}

/*** Misc content styles ***/

.linked .img-intro {
	cursor:pointer;
}

.img-intro img {
	display:block;
}

.mfp-link img {
	display: block;
	width: 100%;
	height: auto;
}

.mfp-link .icon-zoom {
	display: block;
	line-height: 1em;
	color: #fff;
	text-shadow: 0 0 2px #000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.item-separator, div.items-row {
	clear: both;
}

ul.psgallery {
	display: block;
	margin: 1em 0;
}

.icon-list {
	margin:1em 0;
}

.icon-list li:has(img),
.icon-list li[class^="icon"] {
	display:flex;
	gap:20px;
	align-items:center;
	padding:1em 0;
	border-bottom:1px solid #000;
}

.icon-list li[class^="icon"]:before {
	display:block;
	font-size:28px;
	width:28px;
}

.icon-list li:has(img) img {
	width:28px;
	height:auto;
}

.icon-bar {
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	justify-content:space-around;
	list-style-type:none;
	padding:0;
}

.icon-bar li {text-align:center; }

.icon-bar img { display:block; margin:.5em auto; }

@media screen and (max-width: 960px) {
	:root {
		--gap:20px;
	}

	.mainmenu {
		justify-content:flex-start;
	}
	.default .w33 {
		flex-basis:calc(50% - var(--gap) / 2);
	}
}

@media screen and (max-width:850px) {
	.shifted .items-leading article,
	.shifted .items-intro article {
		display:block;
	}
	.shifted .items-leading .img-intro,
	.shifted .items-intro .img-intro {
		margin-bottom:var(--dgap);
	}
	.shifted .items-leading .article-content,
	.shifted .items-intro .article-content {
		padding:0;
	}
}

@media screen and (max-width:700px) and (orientation:portrait) {
	.header { margin:0 -150px; width:calc(100% + 300px); }
}

@media screen and (max-width: 625px) {
	:root {
		--pfs: 21px;
		--h1fs: 46px;
		--h2fs: 30px;
		--h3fs: 24px;
	}
	.si a,
	.shortcuts .linkbox a { font-size:28px; }

	.nav-container {
		max-height: calc(100dvh - 70px);
		box-sizing: border-box;
		padding-left: var(--gap);
	}

	.ss, .tbs { display:none; }

	.menuopen {
		overflow-y:hidden;
	}

    .nav-top {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .nav-top .language {
        position: relative;
        z-index: 1;
    }

	.top > .menu-toggle {
		overflow: hidden;
		width: 32px;
	}

	.default .w33, .default .w50 {
		flex-basis: 100%;
	}

	.contact {
		display: block;
	}

	.address {
		text-align: center;
		justify-content:center;
	}

	.contact-container {
		padding:var(--gap);
		padding-top:140px;
	}

	.contact-container:before {
		bottom: auto;
	}
	.sw-intro {
		display:block;
	}
	.sw-intro .moduletable:not(:last-of-type) { margin-bottom:var(--gap); }
}

@media screen and (max-width:500px) {
	:root {
		--pfs: 21px;
		--h1fs: 36px;
		--h2fs: 30px;
		--h3fs: 24px;
	}
	.goback, .cbutton, .readmore a { 
		font-size:21px;
	}
}

@media screen and (max-width: 400px) {
	.footer-container {
		padding:var(--gap);
	}

	.footer .moduletable {
		width: 100%;
	}

	.mainmenu > ul > li {
		flex-basis: 100%;
	}
}

/*########################################################################################*/
/*########################################################################################*/
/*########################################################################################*/
/*########################################################################################*/
/*########################################################################################*/
/*########################################################################################*/
/*########################################################################################*/

/*** Animations ***/

.animated {
	visibility:hidden;
	opacity:0;
	transition:opacity 1s;
}

.animated.visible {
	visibility:visible;
	opacity:1;
}

.animated:not([class*="animation_"]) {
	transition:opacity 1s;
}

.animated.visible:not([class*="animation_"]) {
	transform:none;
}

@keyframes zoomInDown {
	0% {opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}
	60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}
}

.animated.visible.animation_zoomInDown {
	animation-name:zoomInDown;
	animation-duration:1s;
}

.animated.animation_cardFlipDown {
	transform-origin:top center;
	transform:perspective(1000px) rotateX(90deg);
	transition:opacity 1s, transform 1s;
}

.animated.visible.animation_cardFlipDown {
	transform:none;
}

.animated.animation_flyInLeft {
	transform-origin:center center;
	translate:-50dvw 0;
	transition:opacity 1s, translate 1s;
}
.animated.visible.animation_flyInLeft {
	translate:none;
}

.animated.animation_introImgRotateInLeft .img-intro {
	transform-origin:bottom left;
	transform:rotate(-5deg);
	transition:transform 2s;
}
.animated.visible.animation_introImgRotateInLeft .img-intro {
	opacity:1;
	transform:none;
}

.standard .img-intro {
	border-radius:0px;
	overflow:hidden;
	transform: perspective(800px) rotateY(2deg);
	transition: transform 1s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 50px -12px;
}

.standard article:hover .img-intro {
    transform: rotateY(0deg);
}

/*** Flatlist ***/
.flatlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.flatlist ul li {
}

.flatlist ul li::after {
	position: relative;
	top: -1px;
	content: "|";
	padding-right: 30px;
}

.flatlist ul li:last-child::after {
	content: none;
	padding-right: 0;
}

/* frontend editor */
div.article_row {
	position: relative;
}

div.contentpaneopen_edit {
	position: absolute;
	top: 0;
	right: 0;
}

div.tip-wrap {
	text-align: left;
	background: #eee;
	border: 1px dotted #f00;
	padding: 10px;
}

div.tip-wrap div.tip-title {
	color: #f00;
	font-weight: bold;
	margin-bottom: 5px;
}

div.reset fieldset, div.login fieldset, div.panel fieldset {
	padding: 10px;
}

div.login-fields {
	margin-bottom: 5px;
}

div.login-fields label {
	display: block;
	float: left;
	width: 150px;
}

div.login-fields input {
	line-height: 1.8em;
	height: 24px;
	padding: 5px;
}

.ccms_form_element label {
	font-weight: normal !important;
}

div#ui-datepicker-div, div#ui-datepicker-div td, div#ui-datepicker-div span, div#ui-datepicker-div a {
	font: normal 12px/1em Verdana,sans-serif !important;
}

/***** editor *****/
ul.actions {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}

ul.actions li {
	display: inline-block;
}

.btn-group {
	display: inline-block;
}

.btn-group button {
	color: #fff;
	background: #aaa;
	border: 0;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}

form#adminForm fieldset {
	border: 0;
}

/** RS form **/
p.formRed {
	color: #CF4D4D;
}

p.formDescription {
	font-size: 10px;
	font-weight: bold;
}

.formContainer {
	border: 0;
	margin-bottom: 40px;
}

.formRow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.formRow > div {
	width: calc(50% - 40px);
}

.formControls div.formBody {
	float: none;
}

.rsform-block[class*="-heading"] {
	margin-top: 20px;
}

.rsform-block input {
	font: inherit;
}

.rsform-block input:not([size]) {
	width: 100%;
}

.rsform-block input[type="checkbox"], .rsform-block input[type="submit"] {
	width: auto;
}

.rsform-block input[type="checkbox"] {
	margin-right: 10px;
}

.rsform-block {
	margin-bottom: 10px;
}

.rsform-block textarea {
	width: 100%;
}

.rsform-block .rsform-submit-button {
	all: initial;
	font: inherit;
	background: #FFCD02;
	color:#fff;
	letter-spacing:2px;
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 18px;
}

.formValidation {
	display: block;
}

img.ui-datepicker-trigger {
	position: relative;
	top: 3px;
	left: 5px;
}

.has-margin-bottom {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.formRow > div {
		width:100%;
	}
}

.rsform-block-email2 {
	display: none;
}

/*** contact form ***/
div.contact-form fieldset {
	padding: 10px;
}

table#recaptcha_table.recaptchatable {
	border: 0 !important;
}

div.contact h3 {
	margin-top: 10px;
}

/*** acymailing ***/
.acysubbuttons {
	padding-top: 10px !important;
	text-align: right !important;
}

div.acymailing_module_form p.fieldacyemail input {
	width: 100%;
	padding: 2px;
}

/*** system message ***/
div.error {
	color: #CF4D4D;
	font-size: 16px;
}

a.close {
	display: none;
}

dl#system-message {
	border: 1px dotted #CF4D4D;
	padding: 10px;
	margin-bottom: 20px;
}

dt.message {
	margin-bottom: 10px;
	font-weight: bold;
}

/* contact */
div.contact h2 span {
	font-size: 24px;
}

div.contact h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

span.address {
	display: block;
	margin-top: 10px;
}

p.telephone {
	padding: 10px 0;
}

div.muted {
	display: none;
}

/*** Pagination ***/

.pagination ul {
	display:flex;
}

.pagination li {
	display:flex;
	align-items:center;
	border:1px solid #ccc;
	border-right-width:0;
}

.pagination .page-link {
	display:block;
	padding:5px 12px 4px;
}

.pagination .active a {
	pointer-events:none;
	color:unset;
}

.pagination li:first-of-type {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.pagination li:last-of-type {
	border-right-width:1px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.pagination .icon-angle-double-left:before,
.pagination .icon-angle-left:before,
.pagination .icon-angle-double-right:before,
.pagination .icon-angle-right:before {
	display:flex;
	align-items:center;
	font-family:inherit;
	font-size:1.5em;
	line-height:0;
	position:relative;
	top:-2px;
}

.pagination .icon-angle-double-left:before {
	content:'\00AB';
}

.pagination .icon-angle-left:before {
	content:'\2039';
}

.pagination .icon-angle-double-right:before {
	content:'\00bb';
}

.pagination .icon-angle-right:before {
	content:'\203A';
}

@media screen and (max-width:500px) {
	.pagination .page-item {
		display:none;
	}
	.pagination .page-item:nth-of-type(1),
	.pagination .page-item:nth-of-type(2),
	.pagination .page-item:nth-last-of-type(1),
	.pagination .page-item:nth-last-of-type(2),
	.pagination .page-item.active,
	.pagination .page-item.active + .page-item {
		display:flex;
	}
	.pagination .page-item:has(+ .active) { display: flex; }
}

.content .rtab-name { color:#505256; background:transparent; border-bottom:1px solid #505256; padding:10px 0; }
.content .rtab-icon:before {
	flex-shrink:0;
	align-self:center;
	font-family:Iconia;
	content:"\e15c";
	transition:all 0.2s;
	margin-left:auto;
}
.content .rtab-item.rtab-open .tab-open .rtab-icon:before {
	rotate:90deg;
}
.content .rtab-item.rtab-open .rtab-name { background:transparent; }
.content .rtab-content { background:transparent; border:0; }

/*** JCE ***/
.wf-columns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

/*** easybooking fix ***/
#ebApp .fadeIn {
	opacity: 1;
}

#content .fa:before {
	font-family: FontAwesome!important;
}

@media (prefers-contrast: more) {
	body,
	.shifted .article-content {
		color:#000;
		background-color:#fff;
	}
}