/* onest-300 - 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: 'Onest';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/onest-v6-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-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: 'Onest';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/onest-v6-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-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: 'Onest';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/onest-v6-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-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: 'Onest';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/onest-v6-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* onest-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: 'Onest';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/onest-v6-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* taviraj-200 - 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: 'Taviraj';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/taviraj-v13-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* taviraj-300 - 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: 'Taviraj';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/taviraj-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* taviraj-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: 'Taviraj';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/taviraj-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** global / resets **/
html {
	font-size: 10px;
	scroll-behavior: smooth;
}

:root {
	--ps:2.5rem;
	--h1s: 5rem;
	--h2s: 4rem;
	--h3s: 3rem;
	--h4s: 2.4rem;
	--hff:"Taviraj";
	--pff:"Onest";
	--cff:"Taviraj";
	--pf:300 var(--ps)/1.5em var(--pff);
	--h1f:300 var(--h1s)/1em var(--hff);
	--h2f:normal var(--h2s)/1em var(--hff);
	--h3f:normal var(--h3s)/1em var(--hff);
	--h4f:normal var(--h4s)/1em var(--pff);
	--page-width:144rem;
	--gap:4rem;
	--hgap:calc(var(--gap) / 2);
	--h2gap:calc(var(--gap) / 4);
	--dgap:calc(var(--gap) * 2);
	--d2gap:calc(var(--gap) * 4);
}

* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

body {
	color: #485A59;
	background-color: #fff;
}

ul {
	list-style-type: none;
}

ol { padding-left:28px; }

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

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

img {
	border: 0;
}

iframe {
	border: 0;
}

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

input[type="checkbox"] {
	transform:scale(1.5);
	position:relative;top:-2px;
}

/* body, h1, h2, span, font, td, a { */
body {
	font:var(--pf);
	letter-spacing:.25px;
}

/** for content editing **/
/* p.readmore a:before {
	content:'\00BB';
	content:'\27EB';
}
*/
/* .tpl-grid .items-leading .blog-item a, */
.info-cta .buttons a,
.shortcutmodules a,
.goback, .readmore a, .slider a, .cbutton, .btn-primary {
	font:var(--pf);
	display: inline-block;
	background: rgb(72 90 89 / 100%);
	color: #fff !important;
	padding:1.5rem 3rem 1rem;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-right: .5rem;
	margin-bottom: .5rem;
	border:0;
	border-radius:999px;
	transition:all 0.2s;
}
.tpl-grid .items-intro .blog-item a {
	color:rgb(255 255 255 / 80%);
}

/* .tpl-grid .items-leading .blog-item a:hover, */
.info-cta .buttons a:hover,
.shortcutmodules a:hover,
.goback, .readmore a:hover, .slider a:hover, .cbutton:hover, .btn-primary:hover {
	background:rgb(53 67 66);
}

.tpl-grid .blog-item a,
.slider a, .goback, .readmore a {
	margin-top: 1em;
}

.splitlist {
	padding-left: 1.6rem;
	list-style-type: disc;
	column-count: 3;
	column-gap: 5.0rem;
	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: .4rem;
	float: left;
	margin-right: 1.5rem;
}

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

.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: 1rem;
	margin: 0 -1rem;
	width: calc(100% + 2rem);
}

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

tr.preise-kopf th.st-head-row {
	padding-top: 10rem;
}

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

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

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

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

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

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

.clr {
	clear: both;
}

.outline {
	display: none;
}

body#tinymce.mceContentBody, div.content {
}

form#userForm fieldset legend, h1 {
	color: #485A59;
	font: var(--h1f);
	margin-bottom: 2rem;
}

.rsform-block[class*="-heading"], h2 {
	color: #5E7457;
	font: normal var(--h2s)/1em var(--hff);
	margin-bottom: 2rem;
}

h3 {
	color: #5E7457;
	font: normal var(--h3s)/1em var(--hff);
	margin-bottom: 2rem;
}

.slider h1 {
	font:var(--pf);
}

.slider h1,
.zierschrift,
h4 {
	color: #485B59;
	text-transform:uppercase;
	font-size:var(--h4s,2rem);
	font-weight:500;
	letter-spacing:1.25px;
}

/*** Mainmenu ***/
.top-container {
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

.top-container.menuopen {
	background: #485B59;
}

.top-container:before {
	content:'';display:block;
	position:absolute;
	left:0;right:0;
	height:100px;
	background:linear-gradient(to bottom, #485A59, rgb(255 255 255 / 0%));
	pointer-events:none;
}

.top-helper {
	padding:0 1rem;
}

.top-container .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color:#fff;
	gap:2rem;
}

main {
	position: relative;
}

.logo {
	padding:var(--h2gap);
	background:#fff;
	margin-bottom:-16rem;
	transition:all 0.2s;
	box-shadow:0 0 16px rgba(0,0,0,0.1);
	z-index:2;
}

.logo img {
	height: 20rem;
	width: auto;
	transition: all 0.2s;
	display:block;
}

.membersection .logo { margin-bottom:-7rem;}
.membersection .logo img {
	height:10rem;
}

.menuopen .logo,
.sticky .logo {
	margin-bottom:-6rem;
}

.menuopen .logo img,
.sticky .logo img {
	height: 10rem;
}

.menu-toggle {
	font-size: 2.8rem;
	cursor: pointer;
	white-space: nowrap;
	margin-right:auto;
	align-self:stretch;
	display:flex;
	align-items:center;
	overflow:hidden;
}

.menu-toggle:before {
	font-size: 2.4rem;
	position: relative;
	top:-.1rem;
	margin-right: 1rem;
}

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

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

.nav-container {
	position: relative;
	display: none;
	z-index: 1;
	overflow: auto;
	max-height: 100vh;
	max-width:var(--page-width);
	margin:auto;
}

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

.nav-top .language {
	font-size: 2.4rem;
}

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

.mainmenu {
	position: relative;
}

.mainmenu a {
	color:rgb(255 255 255 / 80%);
	transition:all 0.3s;
}

.mainmenu > ul {
	padding:var(--dgap) var(--gap) var(--gap);
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:var(--gap);
}

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

.mainmenu .submenu {
}

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

.mainmenu > ul > li > a {
	font:var(--h1f);
	font-size: 3.2rem;
	display: block;
	line-height: 1.2em;
	margin-bottom:var(--hgap);
}

.mainmenu .submenu ul > li > a {
	font-size: 2rem;
	line-height: 1.5em;
	transition:all 0.2s;
	font-weight:300;
}

.item-710 a {
	display:flex!important;
	flex-direction:column;
	align-items:center;
}
.item-710 a img {
	margin-top:10px;
	display:block;
	order:1;
	width:140px;
}

.mainmenu .submenu ul > li { position:relative; padding-left:4rem; }

.mainmenu .submenu ul > li:before {
	content:'';display:block;
	position:absolute;
	left:0;
	top:12px;
	width:20px;
	border-bottom:1px solid rgb(0 98 165 / 50%);
	transition:all 0.5s;
}

/* .mainmenu .submenu > ul > li > a:before {
	font-family: Iconia;
	content: '\e15c';
	padding-right: 1rem;
}*/

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

.mainmenu .submenu ul > li > a {
	text-transform: none;
}

.mainmenu .submenu ul > li.active > a:before, .mainmenu .submenu ul > li:hover > a:before {
	border-color:rgb(0 98 165 / 100%);
}

/*** Language ***/
.language .mod-languages a {
    color: #fff;
}

.language .mod-languages {
    position: relative;
    width: 5.5rem;
    font-size: 2rem;
    height: 2em;
    cursor: pointer;
}

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

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

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

.language .mod-languages .lang-active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 1.5rem;
    display: block;
    width: .6rem;
    height: .6rem;
    border-right: .1rem solid #fff;
    border-bottom: .1rem solid #fff;
    border-color: #fff;
    transform: rotate(45deg);
}

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

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

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

.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, 144rem);
	margin: auto;
}

.mainframe {
	overflow: hidden;
}

/*** Header ***/

header {
	position:relative;
	padding-bottom:50px;
}

.header-container {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.header {
	width: 100%;
}

.header .browse-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 3.6rem;
	height: 7.2rem;
	transform: translateY(-3.6rem);
	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: 7.2rem;
	content: '\e15b';
	color: #fff;
}

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

.header .slider-left {
	left: 6rem;
}

.header .slider-right {
	right: 6rem;
}

.header video {
	width:100%;
	height:auto;
	display: block;
}

.header:has(video), .header:has(video) p {
	height:100%;
}

.header video {
	width:100%;
	height:100%;
	object-fit:cover;
}

.header-container:has(video) {
	height:calc(100dvh - 50px);
	max-height:1200px;
}

.header-helper {
	position:relative;
	max-height: 80rem;
	width:100%;
}

.header-helper:has(.static-header.mobile),
.header-helper:has(video) {
	height:100%;
	max-height:none;
	width:100%;
}

.header:has(video) .moduletable {
	height:100%;
}

.header-static header img {
	width:100%;
	object-fit:cover;
	display:block;
}

.video-header.mobile { display:none; }
.static-header.mobile { display:none; }

.static-header.mobile img {
	display:block;
	width:100%; height:100%;
	object-fit:cover;
}

@media screen and (max-width:720px) {
	.video-header.desktop { display:none; }
	.video-header.mobile { display:block; }	
}

@media screen and (max-width:480px) {
	.video-header.mobile { display:none; }
	.static-header.mobile { display:block; }
}

/*** Header Module ***/

.header-module-container {
}

.header-module {
	padding:14rem 4rem 8rem;
	display:flex;
	background:transparent url('../images/bg-hm-login.jpg') no-repeat 50% 100% / cover;
	justify-content:center;
	color:#fff;
}

.header-module h3 {
	font:var(--h1f);
	color:#fff;
	margin-bottom:0;
}

.header-module .pretext {
	margin-bottom:1em;
}

.header-module .input-group {
	display:flex;
}

.header-module .input-group label {
	order:-1;
}

.header-module .login-group {
	position:relative;
	display:flex;
	gap:2rem;
	align-items:center;
	flex-wrap:wrap;
}

.header-module .login-group .visually-hidden {
	display:block;
}

.header-module .login-group:before {
	position:absolute; left:-200px;
	content:'';display:block;width:159px;height:57px;
	background:transparent url('../images/alwr.svg') no-repeat 0 0;
}

.header-module .login-group .input-group {
	display:flex;
	align-items:center;
	gap:1rem;
}

.header-module input {
	border:0;
	background:transparent;
	border-bottom:1px solid #fff;
	font:var(--pff);
	color:#fff;
}

.header-module button {
	padding:1rem 2rem;
	font:var(--pff);
	background:#A32E00;
	border:1px solid #fff;
	color:#fff;
}

.header-module a {
	color:#fff;
}

.header-module .mod-login__options {
	display:flex;
	gap:1rem;
	flex-wrap:wrap;
}

.header-module .mod-login__options a {
	font-size:80%;
	color:rgb(255 255 255 / 50%);
}

.header-module .mod-login-logout__button {
	margin-top:1em;
}

/*** CTA ***/

.cta {
	position:absolute;
	right:var(--dgap);
	bottom:var(--d2gap);
	color:#fff;
	background:transparent url('../images/signet-white.svg') no-repeat 0 0;
	padding-left:35px;
	padding-top:31px;
	width:202px;
	height:202px;
}

.cta a {
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}

.cta p {
	line-height:1em;
	margin:0;
}

.cta p+p a {
	text-transform:none;
	font-weight:normal;
}

.cta.linked { cursor:pointer; }

.header-static .cta {
	right:2rem;
	top:9rem;
	scale:.8;
	transform-origin:top right;
}

/*** Overlay ***/

.overlay {
	left:var(--d2gap);
	bottom:var(--d2gap);
	position:absolute;
	font:var(--h1f);
	font-weight:200;
	font-size:100px;
	color:#fff;
	margin:0;
	border-bottom:2px solid #fff;
	padding-bottom:3rem;
}

@media screen and (max-width:1080px) {
	.overlay { left:var(--gap); }
	.cta { bottom:calc(var(--d2gap) * 2); right:var(--gap); }
}


/*** Header Bottom ***/

.hbottom {
	z-index:1;
	position:absolute;
	bottom:2px;
	left:0;
	display:flex;
	align-items:flex-end;
	gap:var(--h2gap);
}

.hbottom:before {
	content:'';
	display:block;
	width:10rem;
	height:10rem;
	background:transparent url('../images/icon-marker.svg') no-repeat 50%;
}
/*
.hbottom .icon-arrow4:before {
	font-size:2.2rem;
	padding-right:1rem;
	position:relative;
	bottom:.2rem;
} */

.hbottom a {
	text-transform:uppercase;
	font-weight:500;
	color:#A32E00;
}

.hbottom a span {
	padding-left:var(--hgap);
	font-size:20px;
}

/*.hbottom:before {
	content:'';
	display:block;
	width:10rem;
	height:10rem;
	background:rgb(160 35 13 / 70%);
}*/

/*** Sub Header ***/

.sub-header-container {
	padding:0 var(--gap);
}

.sub-header {
	display:flex;
	justify-content:flex-end;
}

/** Media Buttons **/
.media {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3.8rem;
}

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

.media .iconbuttons li {
	float: right;
	box-sizing: border-box;
	display: block;
	border-radius: 3.8rem;
	background: #0062A5;
	max-width: 3.8rem;
	line-height: 3.8rem;
	margin: .3rem 0;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	transition: all 1s linear 0s;
	padding: 0 2rem 0 .4rem;
	box-shadow: 0 0 .2rem rgba(0,0,0,0.2);
}

.media .iconbuttons li a {
	color: #ffffff;
}

.media .iconbuttons li:before {
	font-size: 2.2rem;
	display: inline-block;
	margin-right: .5rem;
	position: relative;
	text-align: center;
	width: 3rem;
	top: .3rem;
}

.media .iconbuttons li a:before {
	display: none;
}

.media .iconbuttons li:focus, .media .iconbuttons li:hover {
	max-width: 50rem;
}

/*** Discover ***/
.discover-container {
	padding:8rem 4rem;
	background:rgb(199 199 176 / 30%);
}

.discover .moduletable {
	display:flex;
	gap:4rem;
}

.discover .module-content {
	flex:2;
	margin-top:100px;
}

.discover .module-image {
	flex:3;
	order:1;
}

.discover .module-image img {
	width:100%;
}

/*** Shortcuts ***/

.shortcutmodules-container {
	position:relative;
	background:transparent url('../images/bg-discover.jpg') no-repeat 50% 50% / cover;
}

.membershortcuts {
	background:rgb(238 239 234 / 50%);
}

.shortcutmodules-container:before {
	content:'';display:block;
	position:absolute;top:0;left:0;right:0;bottom:0;
	background:#eeefea;
	mix-blend-mode:multiply;
}

.shortcutmodules-helper {
}

.shortcutmodules-helper > .moduletable > h3 {
	font:var(--h1f);
	color:#485A59;;
	padding:var(--gap);
}

.shortcutmodules {
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
}

.shortcutmodules .module-content {
	color:#fff;
	font:var(--h1f);
	font-size:2.5rem;
	text-align:center;
	padding:var(--dgap) var(--hgap);
	text-shadow:0 0 8px #000;
}

.shortcutmodules .moduletable {
	position:relative;
	transition:all 0.5s;
}

.shortcutmodules .module-image {
	position:absolute;top:0;left:0;right:0;bottom:0;
	z-index:-1;
}

.shortcutmodules .module-image img {
	display:block;
	height:100%;
	width:100%;
	object-fit:cover;
}

.shortcutmodules .moduletable:hover {
	background:rgb(94 116 87 / 80%);
}

.shortcutmodules .moduletable .module-content:before {
	content:'';display:block;width:70px;height:85px;
	margin:0 auto 2em;
	transition:all 0.2s;
}

.shortcutmodules .moduletable:hover .module-content:before {
	background:transparent url('../images/signet-hahn.svg') no-repeat 0 0;
}

.shortcutmodules .module-content h1 {
	color:#fff;
	font:var(--pf);
	font-size:var(--h3s);
	line-height:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:0.5em;
}

.shortcutmodules .module-content a {
	margin-top:2em;
	font-size:2rem;
}

/***  Slider ***/
.slider-container {
	padding: 15rem 4rem 4rem;
}

.slider-heading h3 {
	font:var(--h1f);
}

.slider-heading {
	margin-bottom:4rem;
}

.slider {
	padding: 2rem 0;
}

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

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

.slider .property-card {
	margin:2rem;
}

.slider .slickcontainer {
	margin: -2rem;
}

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

.slider a { margin-top:3rem; font-size:2rem}

.slider .browse-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 7.2rem;
	height: 7.2rem;
	transform: translateY(-3.6rem);
	z-index: 1;
	background: #485A59;
	opacity: 0.95;
	transition: all 0.2s;
	cursor:pointer;
}

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

.slider .browse-button:before {
	padding-left: 2px;
	font-family: Iconia;
	font-size: 3rem;
	content: '\e15c';
	color: #fff;
}

.slider .slider-left:before {
	transform: rotate(180deg);
}

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

.slider .slider-left {
	left: calc(50% - 50vw + 4px);
}

.slider .slider-right {
	right: calc(50% - 50vw + 7px);
}

.sitebody .slick-dots {
	margin-top: 2rem;
}

.sitebody .slick-dots li button:before {
	background: #5E7457;
}

.sitebody .slick-dots li.slick-active button:before {
	background: #fff;
	width: 1.2rem;
	height: 1.2rem;
	border: .2rem solid #5E7457;
}

.slider .web a {
	all:unset;
	color:#485A59!important;
	word-break: break-all;
	font-size:15px;
	cursor:pointer;
}

/*** Social Wall ***/

.socialwall-container {
	padding:0 var(--gap);
	margin-bottom:calc(var(--gap) * 3);
}

.socialwall-container h3 {
	font:var(--h1f);
	margin-bottom:calc(var(--gap) / 2);
}

.socialwall {
	position:relative;
}

/*** Property Card ***/

.property-card {
	/* background-color: #EEEFEA; */
	/* box-shadow:0 0 16px rgba(0,0,0,0.2); */
}

.property-card .property-card-padding {
	display:flex;
	flex-direction:column;
	height:100%;
}

.property-card .image-intro {
	aspect-ratio:16 / 9;
	overflow:hidden;
}

.bv-card .image-intro {
	margin-bottom:0;
}

.property-card .image-intro img {
	width: 100%;
	height: auto;
}

.property-card .item-text {
	padding:var(--gap);
	position:relative;
	border:1px solid #C6C8B0;
	border-top:0;
	flex-grow:1;
}

.pin {
	position:absolute;
	width:20px;
	aspect-ratio:1;
	right:var(--h2gap);
	top:var(--h2gap);
	cursor:pointer;
	background:transparent url('../images/heart.svg') no-repeat 0 0 / contain;
	transition:background .5s;
}

.property-details .pin {
	right:0;
	top:0;
}

.pin.active {
	top:calc(var(--h2gap) - 1px);
	right:calc(var(--h2gap) - 1px);
	background:transparent url('../images/heart-active.svg') no-repeat 0 0 / contain;
	width:22px;
}

.property-details .pin.active {
	right:-1px;
	top:-1px;
}

.property-details .farm-type {
	text-transform:uppercase;
	color:#485A59;
	font-weight:600;
}


.region {
	color:#0069B4;
	font:bold 2rem/1.2em var(--pff);
	text-transform:uppercase;
	margin-bottom:.5rem;
}

.regionhint { text-transform:none; }

.property-card .farmtype {
	font-size:2.2rem;
	line-height:1.5em;
	font-weight:700;
	text-transform:uppercase;
	color:#485A59;
}

.property-card .city {
	color:#485A59;
	font:2rem var(--pff);
}

.property-card .pname {
	padding-top:1.5rem;
	position:relative;
}

/*.property-card .pname:before {
	content:'';
	position:absolute;
	top:0;left:0;
	width:3rem;
	border-top:1px solid #ccc;
}*/

.bv-card .title,
.property-card .pname h1,
.property-card .pname h3 {
	font:3.4rem/1.2em var(--hff);
	margin-bottom:0rem;
	color: #485A59;
	text-transform:none;
}

.bv-card .title {
	color:#fff;
	font:4rem/1.2em var(--hff);
}

.property-card .stars {
	display:flex;
	gap:10px;
}

.bv-card .hint {
	color:rgb(255 255 255 / 80%);
	margin-bottom:2rem;
}

.bv-intro-helper {
	display:flex;
	align-items:flex-end;
	margin-bottom:2rem;
}

.bv-card .district {
	position:relative;
	flex:2;
	padding-bottom:1rem;
}

.bv-card .district:after {
	content:'';
	display:block;
	border-bottom:1px solid #A5A6A9;
	width:4rem;
	position:absolute;
	bottom:0;
	left:0;
}

.bv-card .image-intro {
	flex:3;
	background:#fff;
}

.bv-card .image-intro img {
	width:70%;
	display:block;
	margin-left:auto;
}

.tpl-bv .items-intro,
.my-properties {
	display:flex;
	flex-wrap:wrap;
	gap:var(--gap);
}

.tpl-bv .property-card,
.my-properties .property-card {
	box-sizing:border-box;
	flex:0 0 calc(50% - var(--gap) / 2);
	margin:0;
}

.bv-card {
	background:#6E7B78;
	color:#fff;
}

.admin-section { margin-bottom:4rem; }

.property-actions {
	margin-top:1em;
	display:flex;
	gap:var(--gap);
	flex-wrap:wrap;
}

.bv-contact-list a,
.property-actions a {
	display:inline-flex;
	align-items:center;
	gap:1rem;
	text-transform:uppercase;
}

.bv-contact-list a:before,
.property-actions a:before {
	content:'';
	display:inline-block;
	width:50px;
	height:50px;
	background: #485A59 url(../images/icon-view.svg) no-repeat 50%;
	flex-shrink:0;
}

.property-actions .edit:before {
	background-image:url('../images/icon-edit.svg');
}


.bv-contact-list {
	margin-top:1em;
	margin-bottom:.5em;
}

.bv-contact-list a {
	color:#fff;
	text-transform:none;
}

.bv-contact-list a:before {
	background-color:#fff;
}

.bv-contact-list li:nth-of-type(1) a:before {
	background-image:url('../images/icon-phone-red.svg');
}

.bv-contact-list li:nth-of-type(2) a:before {
	background-image:url('../images/icon-email-red.svg');
}

@media screen and (max-width:876px) {
	.tpl-bv .property-card {
		flex:0 0 100%;
	}
}

/*** Property List ***/

.properties-container {
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(min(100%, 40rem), 1fr));
	--grid-template-columns:repeat(auto-fill, minmax(40rem, 1fr));
	gap:var(--gap);
	margin:4rem 0;
}

.properties-container .property-card .image-intro a {
	display:block;
}

.properties-container .property-card {
	cursor:pointer;
}

.properties-container .property-card.highlight {
	animation:highlight .5s 1 ease;
}

@keyframes highlight {
  50% { scale: 1.1; }
  100% { scale:1; }
}

.pagination__wrapper {
	display:flex;
	justify-content:center;
}

.roomtotal {
	font-size:15px;
}

/*** Property Filter Modal / Widget ***/

.property-filter-widget {
	display:inline-flex;
	cursor:pointer;
	border-radius:40px;
	overflow:hidden;
	margin-bottom:var(--hgap);
}

.pins {
	margin-bottom:var(--gap);
	display:flex;
	align-items:center;
	gap:10px;
	line-height:1em;
}

.pins:before {
	content:'';display:block;width:40px;height:40px;
	background:transparent url('../images/heart-active.svg') no-repeat 0 0 / contain;
	position:relative;
	top:-2px;
}

.property-filter-toggle {
	width:8rem;
	aspect-ratio:1;
	background:#FABA0D url('../images/icon-filter.svg') no-repeat 50%;
	flex-shrink:0;
}

.property-filter-selected {
	border-left:0;
	padding:1rem var(--gap);
	display:flex;
	align-items:center;
	gap:var(--gap);
	background:#EEEFEA;
}

.property-filter-selected-label {
	font:3rem var(--hff);
	color:#485A59;
}

.property-filter-selections {
	padding-top:.4rem;
	display:flex;
	gap:1rem 2rem;
	flex-wrap:wrap;
}

.property-filter-selection {
	display:flex;
	gap:1rem;
	align-items:center;
}

.property-filter-selection-label {
	font:2rem var(--hff);
}

.property-filter-selection-value {
	color:#0069B4;
}

.property-filter-container {
	z-index:10;
	position:fixed;
	top:0;right:0;bottom:0;left:0;
	display:flex;
	justify-content:center;
	align-items:center;
	backdrop-filter:blur(8px);
	transition:all 0.2s;
	opacity:0;
	pointer-events:none;
}

.property-filter-open .property-filter-container {
	opacity:1;
	pointer-events:all;
}

.property-filter {
	box-sizing:border-box;
	background-color: #485B59;
	border:2px solid #fff;
	max-height:100vh;
	max-height:100dvh;
	overflow-y:auto;
	overscroll-behavior:contain;
}

.property-filter h3 {
	color:#fff;
	font:var(--h2f);
	background:transparent url('../images/icon-filter.svg') no-repeat 2rem calc(50% - .2rem);
	padding:2rem;
	padding-left:7rem;
	border-bottom:2px solid #fff;
	margin:0;
}

.property-filter .search-details {
	padding:0 2rem 1rem;
}

.property-filter .search-detail {
	margin:1rem 0;
}

.property-filter .search-group {
	border-top:2px solid #fff;
	padding:1rem 2rem;
}

.property-filter .group-label {
	font-family:var(--hff);
	font-size:2.3rem;
}

.property-filter .submit button {
	background: #FABA0D;
	color: #fff;
	border:1px solid #5E7457;
	flex-grow:1;
	font-family:var(--hff);
	font-size:3rem;
	cursor:pointer;
}

.property-filter .submit {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display:flex;
	cursor:pointer;
}

.property-filter .submit:after {
	font:3rem Iconia;
	content:'\e15c';
	width:7rem;
	aspect-ratio:1;
	display:block;
	background: #485A59;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}

.property-filter .reset {
	display:flex;
}

.property-filter .reset button {
	flex-grow:1;
	background: #485B59;
	border:0;
	color: #ffffff;
	font:2rem var(--hff);
	padding:1rem;
	cursor:pointer;
}

.button,
.property-filter button {
	position:relative;
	overflow:hidden;
}

.button:after,
.property-filter button:after {
	content: "";
	position:absolute;
	left:50%;
	top:50%;
	translate:-50% -50%;
	height:100%;
	scale:10;
	opacity:0;
	aspect-ratio:1;
	pointer-events: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	transition:all 0.8s;
}

.button:active:after,
.property-filter button:active:after {
	opacity:1;
	scale:0;
	transition:0s;
}

@media screen and (max-width:700px) {
	.property-filter-selected {
		flex-wrap:wrap;
		gap:0 1rem;
	}
}


@media screen and (max-width:600px) {
	.property-filter-selection {
		flex-wrap:wrap;
	}
	.property-filter-toggle {
		width:6rem;
	}
}



/*** Property Details ***/

.property-details h2 {
	font:var(--h1f);
	font-size:4rem;
	color:#2c2c2c;
}

.acli.property .pagewidth {
	/*max-width:initial;*/
}

.property-details-container {
	max-width:var(--page-width);
	margin-left:auto;
	margin-right:auto;
}

.stars {
	display:flex;
	gap:1rem;
	align-items:center;
}

.property-details {
	position:relative;
}

.property-address .stars {
	margin:1rem 0;
}

.property-details .stars {
	margin:0 0 var(--gap);
}
.property-details .stars .starlist {
	gap:10px;
}

.property-details .stars .starlist img {
	width:20px;
}

.property-address,
.property-address a {
	color:#808080;
}

.property-media-container {
	position:relative;
	margin:4rem 0;
}

.property-media-container:before {
	content:'';
	display:block;
	position:absolute;
	top:4rem;
	left:50%;
	translate:-50% 0;
	width:100vw;
	bottom:4rem;
	background:#eeefea;
}

.property-media {
	display:flex;
	gap:var(--gap);
	align-items:center;
}

.property-map {
	flex-grow:1;
	align-self:stretch;
	margin:8rem 0;
}

.property-map.no-slider {
	min-height:30rem;
	margin:0;
}

.property-map #map-canvas {
	height:100%;
}

.property-slider-container {
	position:relative;
	min-width:0;
	width:100%;
	max-width:64rem;
}

.property-slider-nav  {
	max-height:119px;
	overflow:hidden;
}

.property-slider-nav > .property-slide-wrapper:not(:first-child),
.property-slider > .property-slide-wrapper:not(:first-child) {
    display: none;
}
.property-slide-wrapper img { display:block; }

@media screen and (max-width:1100px) {
	.property-media {
		grid-template-columns:1fr 48rem;
	}
}

@media screen and (max-width:900px) {
	.property-media {
		flex-direction:column;
	}

	.property-map {
		width:100%;
		height:30rem;
		margin:0 auto;
		order:1;
	}
	.property-map:not(.no-slider) {
		max-width:64rem;
	}
}

@media screen and (max-width:550px) {
	.property-map {
		height:auto;
		aspect-ratio: 3 / 2;
	}
}

.property-slider .slick-arrow {
	background:#485A59;
	right:0;
	left:initial;
	top:initial;
	bottom:0;
	width:auto;
	height:auto;
	padding:1rem;
}

.property-slider .slick-arrow:hover,
.property-slider .slick-arrow:focus {
	background:#485A59;
}

.property-slider .slick-arrow:before {
	font-family:Iconia;
	font-size:3.2rem;
}

.property-slider .slick-prev {
	right:54px;

}

.property-slider .slick-prev:before {
	content:"\e15b";
}

.property-slider .slick-next:before {
	content:"\e15c";
}

.property-slider-nav {
	margin-top:2px;
}

.property-slider-nav .slick-track {
	display:flex;
	gap:2px;
}

.property-slider-nav .slick-slide {
	aspect-ratio:3/2;
	cursor:pointer;
}

.property-slider-nav img {
	width:100%;
}

.property-description {
	margin-bottom:var(--gap);
}

.host-description-container {
}

.hostimage { float:left; margin-right:var(--gap); }

@media screen and (max-width:768px) {
	.hostimage img,
	.hostimage { float:none; width:100%; }
}

.property-features-container {
	position:relative;
	margin:var(--dgap) 0 var(--d2gap);
	z-index:0;
}
.certs { margin-bottom:var(--dgap); }

.property-features-container:before {
	content:'';display:block;
	position:absolute;top:calc(var(--gap) * -1);left:calc(var(--gap) * -1);right:calc(var(--gap) * -1);bottom:calc(var(--gap) * -1);
	background:#EEEFEA;
	z-index:-1;
}

.property-features {
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(30rem, 1fr));
	gap:var(--gap);
}

.certs .property-features {
	display:flex;
	flex-wrap:wrap;
}

.certs .property-feature-icon {
	width:160px;
}

.property-feature {
	display:flex;
	gap:10px;
	align-items:center;
}

.property-feature-icon {
	background:#fff;
	border-radius:999px;
	aspect-ratio:1;
	width:120px;
	display:flex;
	flex-shrink:0;
	justify-content:center;
	align-items:center;
	margin-bottom:1rem;
}

.property-feature-icon img {
	max-width:110px;
	max-height:110px;
	width:auto;
	height:auto;
}

.property-feature-label {
	font:normal 2rem var(--pff);
	text-transform:uppercase;
	color:#485A59;
}

.property-actions-container {
	margin-bottom:4rem;
}

.property-actions-container .property-actions {
	display:flex;
	flex-wrap:wrap;
}

.property-actions-container .property-action a {
	display:flex;
}

/*** Property enquiry form ***/

.property-enquiry {
	display:none;
}

.property-form {
	margin-bottom:4rem;
}

.property-form-header {
	display:flex;
	gap:2rem;
}

.property-address {

}

.property-form .row {
	display:flex;
}

.hostdescription {
	padding-top:4rem;
	display:flex;
	gap:4rem;
	flex-wrap:wrap;
}

.hostdescription .row {
	flex-grow:1;
}

.hostdescription textarea {
	width:100%;
	min-height:300px;
}

.features {
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(min(100%, 30rem), 1fr));
	gap:1.5rem;
}

.features input {
	float:left;
	position:relative;
	top:1rem;
}

.features label {
	margin-left:30px;
	display:block;
}

.property-form .email2 {
	display:none;
}

.property-form .date {
	display:flex;
	align-items:center;
}

.property-form .date img {
	height:18px;
}

.property-form .date input[type="text"] {
	width:10rem;
}

.property-form .number input[type="text"] {
	width:10rem;
}

.property-form .row.text-area {
	display:block;
}

.property-form #map {
	margin-bottom:var(--gap);
}
.property-image img {
	display:block;
	width:240px;
	height:auto;
	margin-bottom:var(--gap);
}

@media screen and (max-width:578px) {
	.property-image img {
		width:100%; height:auto;
	}
	.property-form-header {
		display:block;
		margin-bottom:var(--gap);
	}
}

.stars { font-size:15px; line-height:15px; margin:10px 0;}
.stars .starlist { display:flex; gap:2px; }
.stars .starlist img { display:block; width:15px; height:auto; }

/*** Rooms ***/

.property-rooms-container {
	margin-bottom:4rem;
}

.property-rooms .room-content-container {
	display:none;
}

.property-rooms .room-content-container-helper {
	display:flex;
	padding:1rem 0;
	gap:var(--gap);
	border-bottom:1px solid #A5A6A9;
}

.property-rooms .room-content {
	flex-grow:1;
}

.property-rooms .room-images {
	flex:0 0 40rem;
	display:flex;
	flex-direction:column;
	gap:var(--gap);
}

.property-rooms .room-name {
	display:flex;
	gap:1rem;
	padding:1rem 0;
	font:bold 2rem var(--pff);
	color:#485A59;
	border-bottom:2px solid #485A59;
	cursor:pointer;
}

.property-rooms .room-name:after {
	flex-shrink:0;
	align-self:center;
	font-family:Iconia;
	content:"\e15c";
	transition:all 0.2s;
	margin-left:auto;
	rotate:90deg;
}

.tab-open .room-name:after {
	rotate:270deg;
}

.property-rooms .room-description {
	margin-bottom:1rem;
}

.property-rooms .room-ppp {
	margin-bottom:1rem;	
}

.property-rooms .prices {
	margin-bottom:1rem;
}

.property-rooms .prices-link:before {
	font-family:Iconia;
	content:"\e14f";
	padding-right:.5rem;
	position:relative;
	top:2px;
}

.property-rooms .extras-heading {
	font-weight:bold;
	margin-bottom:.5rem;
}

@media screen and (max-width:900px) {
	.property-rooms .room-content-container-helper {
		flex-wrap:wrap;
	}
	.property-rooms .room-content {
		order:1;
	}
	.property-rooms .room-images {
		flex:0 0 100%;
		flex-direction:row;
	}
}

@media screen and (max-width:480px) {
	.property-rooms .room-images {
		flex:0 0 100%;
		flex-direction:column;
	}
}


/*** Contact ***/
.info-container {
	padding:var(--dgap) var(--gap);
	position: relative;
}

.info-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	gap:calc(2 * var(--gap));
}

.info-description {
	flex:3;
}

.info-description img {
	max-width:100%;
	height:auto;
}
.info-cta {
	flex:4;
}

.info-description a {
	color:#A32E00;
}

.info-description h1 {
	font-size:4rem;
}

.info-description h3 {
	font:var(--pf);
	color:#485A59;
	text-transform:uppercase;
}

.info-cta h3 {
	font:var(--h1f);
	color:#fff;
}

.info-cta h4 {
	color:#fff;
	font-weight:normal;
}

.info-cta .module-wrapper {
	position:relative;
	padding:10rem 4rem 8rem;
	color:rgb(255 255 255 / 50%);
	min-height:30rem;
}

.info-cta .module-wrapper:before {
	position:absolute;
	top:-6rem;
	content:'';
	display:block;
	width:57px;height:159px;
	background:transparent url('../images/alg.svg') no-repeat 0 0 / cover;
}

.info-cta .module-image {
	z-index:-1;
	position:absolute;top:0;left:0;right:0;bottom:0;
	background-position:100% 0;
	background-size:cover;
}

.info-cta .module-image:before {
	content:'';display:block;
	position:absolute;top:0;left:0;right:0;bottom:0;
	background:#485A59;
	mix-blend-mode:multiply;
}

.info-cta .buttons {
	display:flex;
	gap:2rem;
	flex-wrap:wrap;
}

.info-cta ul:not([class]) li {
	position:relative;
	padding-left:6rem;
	font-size:2rem;
	color:#fff;
}

.info-cta ul:not([class]) li:before {
	position:absolute;
	content:'';
	display:block;
	width:4rem;
	border-top:1px solid rgb(255 255 255 / 50%);
	left:0;
	top:1.2rem;
}

.info-description h1,
.add-info {
	font:var(--pf);
	font-size:var(--h4s);
	color:#485A59;
	text-transform:uppercase;
	margin-bottom:2rem;
	padding-left:8rem;
}

.info-description h1 {
	padding-left:0;
}

.member-cta a {
	color:#fff;
	font:var(--h1f);
}

/*** Teaser ***/

.teaser {
}

.teaser .moduletable {
	position:relative;
	padding:20rem 0 20rem 0;
	display:flex;
	justify-content:center;
}

.teaser .module-wrapper {
	max-width:60%;
	margin-right:calc(var(--gap) * 4);
}

.teaser .module-image {
	z-index:-1;
	position:absolute;top:0;left:0;right:0;bottom:0;
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-size:contain;
}

@media screen and (max-width:720px) {
	.teaser .moduletable {
		padding:4rem 0 26rem;
	}
	.teaser .module-wrapper {
		max-width:90%;
		margin-right:0;
	}
	.teaser .module-image { background-size: 50%; }
}

.teaser h3 {
	font:var(--h1f);
}

.teaser a[class^="icon-"] {
	font-size:var(--h4s);
	line-height:8rem;
}

.teaser a[class^="icon-"]:before {
	background:#0062A5;
	color:#fff;
	display:inline-flex;
	width:64px;
	height:64px;
	font-size:32px;
	justify-content:center;
	align-items:center;
	vertical-align:middle;
	margin-right:2rem;
}


/*** Footer ***/
.footer-container {
	padding: 4rem;
	padding-bottom:6rem;
}

.footer a {
	color:#485B59;
	font-size:var(--h4s);
}

.footer .mod-menu {
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}

.footer .mod-menu li { position:relative; padding-left:3.4rem;}

.footer .mod-menu li:before {
	content:'';display:block;
	width:2rem;
	border-top:2px solid #A5A6A9;
	position:absolute;
	left:0;
	top:50%;
}

/*** Logos ***/
.logos-container {
	padding: var(--dgap);
	background: #485A59;
}

.logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap:40px;
}

.logos > a, .logos > img, .logos > p {
	display: block;
}

.logos img {
	width:auto;
	max-width: 100%;
	height: auto;
	max-height:150px;
}

/*** CTA Bar ***/

#cta-bar-container {
	z-index:9;
	position:fixed;
	bottom:0;
	left:0;right:0;
	display:flex;
	justify-content:center;
	/* transform:translateY(100%); */
	transition:transform 1s;
	pointer-events:none;
}

.ready #cta-bar-container {
	/* transform:translateY(0); */
}

#cta-bar {
	padding:5px 10px 0;
	background:#fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow:0 0 16px rgb(0 0 0 / 0.2);
	pointer-events:all;
}

#cta-bar ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#cta-bar li {
	margin:0 10px 5px;
}

#cta-bar a {
	font-weight:300;
	color:#A32E00;
	display:flex;
	align-items:center;
}

#cta-bar img { display:block; margin-right:10px; }

/*** Grid ***/

.tpl-grid .items-intro {
	position:relative;
	display:grid;
	grid-template-columns:5fr 4fr 4fr;
	gap:var(--gap);
	margin:calc(3 * var(--gap)) 0 0;
}

.tpl-grid .items-intro article:first-of-type {
	grid-row:span 2;
}

.tpl-grid .items-intro article:nth-of-type(2) {
	grid-column:span 2;
	padding-top:25rem;
}

.tpl-grid .items-intro article {
	position:relative;
	background:#eee;
	color:#fff;
	padding:2rem;
	box-sizing:border-box;
	display:flex;
	align-items:flex-end;
	min-height:30rem;
}

.tpl-grid .article-image,
.tpl-grid .article-overlay {
	position:absolute;top:0;left:0;right:0;bottom:0;
}

.tpl-grid .article-overlay {
	background:rgb(0 0 0 / 0%);
	transition:all 1s;
}

.tpl-grid article:hover .article-overlay {
	background:rgb(94 116 87 / 40%);
}

.tpl-grid .highlight .article-overlay {
	background:rgb(250 186 13 / 70%) url(../images/signet-hahn.svg) no-repeat 90% 10%;
}

.tpl-grid .highlight:hover .article-overlay {
	background:rgb(0 0 0 / 0%) url(../images/signet-hahn.svg) no-repeat 90% 10%;
}

.tpl-grid .article-image img {
	display:block;
	height:100%;
	width:100%;
	object-fit:cover;
}

.tpl-grid .items-intro h1 {
	font-family:var(--hff);
	font-weight:200;
	font-size:4.8rem;
	color:#fff;
	margin-bottom:0;
	text-transform:none;
}

.tpl-grid .items-intro .article-content {
	text-transform:uppercase;
	font-size:1.5rem;
	letter-spacing:1.5px;
	color:rgb(255 255 255 / 80%);
	z-index:1;
}

.tpl-grid .items-intro .blog-item a,
.tpl-grid .items-intro .readmore a {
	font:var(--pf);
	background:0;
	padding:0;
	margin:0;
	font-weight:normal;
}

.tpl-grid .article-video {
	display:block;
	position:absolute;top:0;left:0;right:0;bottom:0;
	display:flex;
	align-items:center;
	overflow:hidden;
}

.tpl-grid .article-video video {
	width:100%;
	height:100%;
	object-fit:cover;
}

.linked {
	cursor:pointer;
}


.slider-heading,
.discover .module-content { position:relative; }

.slider-heading:before,
.discover .module-content:before,
.tpl-grid .items-intro:before {
	content:'';display:block;width:202px;height:202px;
	position:absolute;right:-150px;top:-150px;
	background:transparent url('../images/signet-light-green.svg') no-repeat 0 0;
	z-index:1;
}

.slider-heading:before,
.discover .module-content:before {
	right:auto; left:-150px;
	z-index:-1;
	opacity:1;
}

@media screen and (max-width:1788px) {
	.slider-heading:before,
	.discover .module-content:before,
	.tpl-grid .items-intro:before {
		right:0;
	}
	.slider-heading:before,
	.discover .module-content:before {
		left:auto;
		right:0;
	}
}

@media screen and (max-width:1100px) {
	.tpl-grid .items-intro {
		grid-template-columns:1fr 1fr;
	}
	.tpl-grid .items-intro article:nth-of-type(2) {
		grid-column:span 2;
		order:-1;
	}
}

@media screen and (max-width:750px) {
	.tpl-grid .items-intro {
		grid-template-columns:1fr;
	}
	.tpl-grid .items-intro article:nth-of-type(2) {
		grid-column:span 1;
		padding-top:inherit;
	}
}

/*** Blog ***/

article {
	flex-basis:100%;
}

.tpl-blog .article-image img {
	width:100%;
}

.tpl-blog .items-intro .blog-item {
	box-sizing:border-box;
	padding:var(--gap);
	box-shadow:0 0 16px rgba(0,0,0,0.2);
	flex-basis:100%;
	flex-grow:1;
}

.tpl-blog .items-intro .blog-item.nogrow {
	flex-grow:0;
}

.tpl-blog .items-intro .blog-item.plain {
	box-shadow:none;
	padding:0;
}

.tpl-blog .items-intro .intend {
	flex-basis:clamp(800px, 80%, 1200px);
	max-width:100%;
	margin:auto;
	margin-top: var(--gap);
	flex-grow:0;
}

.tpl-blog .items-intro .w50 {
	flex-basis:calc(50% - var(--gap) / 2);
}

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

.tpl-blog .article-image {
	margin-bottom:1rem;
}

.tpl-blog .article-image .img {
	display:block;
}

.tpl-blog .items-intro .blog-item h1 {
	font-size:4rem;
}

.tpl-blog .items-intro .intend h1 {
	font:var(--h1f);
}

.tpl-blog article h4 {
	color:#0069B4;
}

@media screen and (max-width:1200px) {
	.tpl-blog .w33 {
		flex-basis:calc(50% - var(--gap) / 2);
	}
}

@media screen and (max-width:800px) {
	.tpl-blog .w50,
	.tpl-blog .w33 {
		flex-basis:100%;
	}
}

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

.loggedin.room .content-container,
.loggedin.property .content-container,
.loggedin.properties .content-container {
	padding-top:8rem;
}

.content {
}

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

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

.items-leading {
	width:clamp(800px, 80%, 1200px);
	max-width:100%;
	margin:auto;
	margin-bottom: var(--d2gap);
}

.startpage .items-leading {
}

.startpage .items-leading article {
	display:flex;
	width:auto;
	gap:var(--gap);
}

.startpage .items-leading article:before {
	flex-shrink:0;
	content:'';display:block;width:202px;height:202px;
	background:transparent url('../images/signet-light-green.svg') no-repeat 0 0;
}

@media screen and (max-width:768px) {
	.startpage .items-leading article:before {
		display:none;
	}
}

.blog-filter {
	margin:4rem 0;
}

.blog-filter ul {
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
	align-items:center;
}

.blog-filter .active a {
	padding:.5rem 1rem;
	display:block;
	color:#fff;
	background:#0062A5;
}

h3 + h4,
.page-header + h4 {
	margin:-.5em 0 1em;
}

.default article {
	width: 100%;
}

.default .w50 {
	width: calc(50% - 2rem);
}

.default .w33 {
	width: calc(33.33% - 2.666rem);
}

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

.default .img-intro {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: calc(33.33% - 2.666rem);
	margin-bottom: .5rem;
	box-shadow: 0 0 .8rem rgba(0,0,0,0.2);
}

.default .img-intro-left {
	float: left;
	margin-right: 4rem;
}

.default .img-intro-right {
	float: right;
	margin-left: 4rem;
}

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

.default .w33 .img-intro-left, .default .w50 .img-intro-left {
	margin: 0 0 1rem;
	float: none;
	width: 100%;
}

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

.items-leading .create-date { display:none; }
.create-date { font-size:1.5rem; font-weight:bold; color:#0069B4; }
.mfp-link img {
	display: block;
	width: 100%;
	height: auto;
}

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

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

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

@media screen and (max-width: 960px) {
	.info-wrapper {
		flex-wrap:wrap;
	}
	.info-description {
		order:1;
		flex:0 0 100%;
	}
	.default .w33 {
		width:calc(50% - 2rem);
	}

	.discover .moduletable {
		flex-wrap:wrap;
	}
	.discover .module-image {
		flex:0 0 100%;
	}
}

@media screen and (max-width:876px) {
	.logo { margin-bottom:-7rem;}
	.logo img {
		height:10rem;
	}
	.overlay {
		font-size:60px;
		padding-bottom:10px;
		bottom:var(--dgap);
	}
	.hbottom:before  {
		width:10rem;
		height:10rem;
	}
	.cta {
		bottom:250px;
	}
}

@media screen and (max-width:768px) {
	.shortcutmodules {
		display:flex;
		flex-direction:column;
		gap:0;
	}
	.shortcutmodules .module-content {
		padding:var(--hgap);
	}
}

@media screen and (max-width: 625px) {
	.nav-container {
		position:fixed;
		top: 0;
		left: 0;
		right: 0;
		max-height: 100dvh;
		max-height: 100vh;
		box-sizing: border-box;
		box-shadow: 0 0 .8rem rgba(0,0,0,0.8);
		padding:var(--gap);
		background: #485B59;
		padding-bottom:100px;
	}

	.mainmenu ul { background:transparent; box-shadow:none; padding:0; width:auto; justify-content:flex-start; }

    .nav-top {
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
    }

    .nav-top .language {
        position: relative;
        z-index: 1;
    }
	.nav-top .menu-toggle {
		color:#fff;
	}

	/* .top > .menu-toggle {
		overflow: hidden;
		width: 3.2rem;
	}
 */
	.menu-toggle:after { display:none; }

	.logo {
		z-index:auto;
		margin-bottom:-4rem;
	}

	.hbottom {
		gap:2rem;
		padding-left:var(--hgap);
	}

	.hbottom:before {
		width:6rem;
		flex-shrink:0;
	}

	.overlay {
		white-space:nowrap;
		bottom:80px;
	}

	.default .img-intro {
		width: 100%;
		float: none;
		margin: 0 0 1em;
	}

	.default .w33, .default .w50 {
		width: 100%;
	}

	.contact {
		display: block;
	}

	.address {
		text-align: center;
	}

	.contact-container:before {
		bottom: auto;
	}

	.map {
		height: 35rem;
	}
}

@media screen and (max-width:480px) {
	:root {
		--gap:2rem;
		--h1s:4.2rem;
		--h2s:3.2rem;
		--ps:2.2rem;
	}
	.header {
		margin:0 -10rem;
		width:calc(100% + 20rem);
	}
	.content-container {
		padding-top:80px;
	}

	.discover-container {
		padding:var(--dgap) var(--gap);
	}
	.overlay  {
		font-size:50px;
	}
	.hbottom {
		gap:10px;
		font-size:20px;
	}
	.slider-heading:before,
	.discover .module-content:before,
	.tpl-grid .items-intro:before {
		scale:.6;
		transform-origin:center right;
	}
	.info-cta .buttons {
		flex-wrap:wrap;
	}
	.info-cta .module-wrapper {
		padding:var(--gap);
		padding-top:calc(var(--gap) * 4);
	}
	.info-cta .module-wrapper:before {
		top:calc(-5 * var(--gap));
	}
	.bild-rechts, .bild-links {
		float:none;
		width:100%;
		height:auto;
		display:block;
		margin-bottom:var(--hgap);
	}
}

@media screen and (max-width: 450px) {
	#cta-bar img { display:none; }
	#cta-bar a { font-size:18px; line-height:1em; }
}

@media screen and (max-width: 400px) {

	.footer-container {
		padding:4rem;
	}

	.footer .moduletable {
		width: 100%;
	}

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

	.mainmenu ul .item-710 {
		flex-basis:auto;
	}

}

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

.flatlist ul li {
}

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

.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: .1rem dotted #f00;
	padding: 1rem;
}

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

fieldset legend {
	padding:0 .5rem;
}

fieldset input {
	font:var(--pff);
}

fieldset {
	padding: 1rem;
	margin-bottom:1rem;
}

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

div.login-fields label {
	display: block;
	float: left;
	width: 15rem;
}

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

.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 1.2rem/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: .5rem 1rem;
	border-radius: .5rem;
	cursor: pointer;
}

form#adminForm fieldset {
	border: 0;
}

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

p.formDescription {
	font-size: 1rem;
	font-weight: bold;
}

.formContainer {
	border: 0;
	margin-bottom: 4rem;
}

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

.formRow .formSpan6 {
	width: calc(50% - 4rem);
}
.formRow .formSpan12 {
	width:100%;
}

.formControls div.formBody {
	float: none;
}

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

.rsform-block select,
.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: 1rem;
}

.rsform-block {
	margin-bottom: 1rem;
}

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

.rsform-block .rsform-submit-button {
	all: initial;
	font: inherit;
	background: #485A59;
	color:#fff;
	padding: 1rem 2rem;
	border-radius: .3rem;
	cursor: pointer;
	-webkit-text-stroke: 0.02rem;
}

.formValidation {
	display: block;
}

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

.has-margin-bottom {
	margin-bottom: 4rem;
}

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

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

.formContainer .rsform-type-freetext {
	font-size:2.4rem;
}


/*** contact form ***/
div.contact-form fieldset {
	padding: 1rem;
}

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


/*** system message ***/

.visually-hidden {
	display:none;
}

div.error {
	color: #CF4D4D;
	font-size: 1.6rem;
}

a.close {
	display: none;
}

dl#system-message {
	border: .1rem dotted #CF4D4D;
	padding: 1rem;
	margin-bottom: 2rem;
}

dt.message {
	margin-bottom: 1rem;
	font-weight: bold;
}

div.muted {
	display: none;
}

/* Responsive Tabs */
.content .r-tabs {
	border-radius: 0;
	border: 0;
	background: #0864a9;
	padding: 1rem;
}

.content .r-tabs .r-tabs-accordion-title .r-tabs-anchor, .content .r-tabs .r-tabs-nav .r-tabs-tab {
	background: transparent;
}

.content .r-tabs .r-tabs-panel {
	border-radius: 0;
	background: #fff;
}

.content .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	border-radius: 0;
}

.content .r-tabs .r-tabs-nav .r-tabs-anchor {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5rem;
	font-weight: bold;
	text-shadow: none;
}

.content .r-tabs .r-tabs-tab.r-tabs-state-active .r-tabs-anchor {
	color: #2C2C2C;
	background: #fff;
}

.content .rtab-name { color:#A32E00; background:transparent; border-bottom:1px solid #A32E00; 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; }

/*** IVZ **/

.ivz {
	padding:var(--hgap);
	background:#eee;
}

.ivz ul {
	list-style-type:none!important;
	padding:0!important;
}

.ivz li {
	position:relative;
	padding-left:40px;
}

.ivz li:not(:last-of-type) {
	margin-bottom:5px;
}

.ivz li:before {
	font-family:Iconia;
	content:'\e15c';
	position:absolute;
	left:0;
	top:0;
}

/*** Up Button ***/

.up-container {
	opacity:0;
	visibility:hidden;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	transition:opacity 0.5s;
}

.up {
	display:flex;
	justify-content:flex-end;
}

.up-button {
	position:absolute;
	bottom:5px;
	right:5px;
	display:flex;
	width:30px;
	height:30px;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	background:#5E7457;
	color:#fff;
}

.tpl-blog:has(.sticky) .up-container {
	opacity:1;
	visibility:visible;
}

@media screen and (max-width:600px) {
	.up-button { bottom:40px; }
}

/*** 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; }
}

/*** JCE ***/
.wf-columns {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

/*** Belegungsplan ***/

.availability .eobp {
	margin:1em 0 2em!important;
}

.eobp, .eobp .eobp_monthselect, .eobp .eobp_heading {
    font-family: Onest !important;
    font-size: 1em !important;
    /* color: #363 !important */
}

div.eobp .eobp_heading {
    font-weight: 700 !important
}