@font-face {font-family:'Lato'; font-weight:bold; src:url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#latobold') format('svg'); font-style:normal;}
@font-face {font-family:"Lato"; font-weight:normal; src:url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#latoregular') format('svg'); font-style:normal;}
@font-face {font-family:"Lato"; font-weight:300; src:url('fonts/Lato-Light.ttf') format('truetype'); font-style:normal;}
@font-face {font-family:'Lato'; font-weight:600; src:url('fonts/lato-semibold-webfont.woff2') format('woff2'), url('fonts/lato-semibold-webfont.woff') format('woff'), url('fonts/lato-semibold-webfont.ttf') format('truetype'), url('fonts/lato-semibold-webfont.svg#latosemibold') format('svg'); font-style:normal;}
:root {
	--header-height: 239px;
	--swiper-navigation-size: 44px;
	--swiper-theme-color: #007aff;
}
html {
	font-size: 16px;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
body .header {
	position: fixed;
}
body {
	font-family: Lato,Arial,sans-serif;
	font-weight: 300;
	font-size: .925rem;
	line-height: 1.48;
	height: 100%;
	background: #fff;
	color: #aaa;
	overflow-y: scroll;
}
body.nav--open {
	overflow: hidden !important;
}
a {
	text-decoration: none;
	color: #000;
}
.header {
	position: fixed;
	top: 0;
	will-change: top;
	transition: top .5s ease-in-out;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 300;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
}
.hamburger {
	display: block;
	position: relative;
	margin-right: 7px;
	width: 40px;
	height: 36px;
	cursor: pointer;
	background: #fff;
	border: none;
	transition: opacity .3s cubic-bezier(.25,.1,.25,1);
}
.header .hamburger {
	outline: 0;
}

.hamburger > .hamburger-line:first-child {
	top: 12px;
}
.hamburger > .hamburger-line {
	display: block;
	position: absolute;
	left: 4px;
	right: 4px;
	height: 1px;
	background: #000;
	border-radius: .5px;
	transition: top .3s cubic-bezier(.25,.1,.25,1) .3s,transform .3s cubic-bezier(.25,.1,.25,1) 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hamburger.active > .hamburger-line {
	top: 18px;
	transition: top .3s cubic-bezier(.25,.1,.25,1) 0s,transform .3s cubic-bezier(.25,.1,.25,1) .3s;
}
.hamburger.active > .hamburger-line:first-child {
	transform: rotate(45deg);
}
.hamburger.active > .hamburger-line:last-child {
	transform: rotate(-45deg);
}
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.header .header__inner {
	padding: 6px 0;
}
body.template-2.scrolled--down .header {
	top: -63px;
}
.header .logo > svg, .header .logo > img {
	display: block;
	width: 100%;
	height: 100%;
}
.header .logo {
	display: block;
	height: 36px;
	margin: 0;
}
body.template-1 .logo {
	height: 48px;
	margin: 10px 0 10px 0;
	transition: all 1s ease-in-out;
	will-change: height,margin,opacity;
}

.header .logo-text {
	width: 286px;
	transition: all 1s ease-in-out;
	will-change: width,margin,opacity;
	opacity: 1;
	line-height: 0;
}
.header .logo-text > svg {
	display: block;
	width: 100%;
	height: auto;
}
.header .nav-line {
	background: #dcdcdc;
	height: 1px;
	opacity: 1;
	transition: opacity 1s ease-in-out;
	will-change: opacity;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -1px;
}
body.template-1.scrolled .logo-text {
	opacity: 0;
	width: 0;
	margin: 0;
}
body.template-1.scrolled .logo {
	height: 36px;
	margin: 0;
}
body.template-2 .logo-text {
	opacity: 0;
	width: 0;
	margin: 0;
}
body.template-1 .content {
	z-index: 2;
	background: #fff;
}
body.template-1 .container-img-start .img-start {
	will-change: filter;
	animation: toColor 7s ease;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: 800px;
}
body.template-1 .container-img-start {
	position: relative;
	z-index: 1;
	overflow: hidden;
	flex-shrink:0;
}
body.template-1 .page {
	height: 100%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
.slice {
	position: relative;
}
.slice .h1, .slice .h2, .slice h1, .slice h2 {
	font-weight: 400;
	font-family: "Playfair Display",Times,serif;
	font-size: 23px;
	line-height: 1.35;
	color: #000;
}
.slice-abstand {
	margin-top: var(--hm);
}
.slice-person {
	margin-bottom: 10px;
}
.slice-person .text {
	margin-bottom: 34px;
}
.slice-person .img {
	margin-bottom: 26px;
}
.slice-person a {
	display: block;
}
.slice-linie {
	margin-bottom: 10px;
}
.slice-linie hr {
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #dcdcdc;
}
.slice .h1, .slice .h2, .slice h1, .slice h2 {
	font-weight: 400;
	font-family: "Playfair Display",Times,serif;
	font-size: 23px;
	line-height: 1.35;
	margin: 0 0 18px 0;
	color: #000;
}
.slice .ck-content .h3, .slice .ck-content .h4, .slice .ck-content h3, .slice .ck-content h4 {
	font-family: Lato,Arial,sans-serif;
	font-weight: 300;
	font-size: .925rem;
	line-height: 1.48;
	margin: 0;
	color: #000;
}
.slice-ueberschrift-text h1 {
	font-family: "Playfair Display",Times,serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.2;
	color: #000;
	text-align: center;
	margin-top: 1.8rem;
}
.slice-ueberschrift-text h2 {
	font-family: Lato,Arial,sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
	color: #aaa;
	text-align: center;
	margin-top: 1.3rem;
}
.slice-ueberschrift-text {
	border: none;
	position: relative;
	z-index: 88;
	margin-bottom: 10px;
}
article, aside, figcaption, figure, footer, header,  main, nav, section {
	display: block;
}
*, ::after, ::before {
	box-sizing: border-box;
}
.nav--desktop {
	text-transform: uppercase;
	margin: .75rem auto 0 auto;
}
.nav--desktop .nav--main {
	font-size: 1.3rem;
	line-height: 1.25rem;
	font-family: "Playfair Display",Times,serif;
	text-transform: uppercase;
	color: #000;
}
.nav--desktop .nav--main .nav-item .nav-link {
	padding: .25rem 1rem;
}
.nav--desktop .nav--main .nav-item.active .nav-link > a {
	color: #aaa;
}
.nav--desktop .nav--main .nav-item .nav-link > a {
	color: #000;
	text-decoration: none;
}
.nav--desktop .nav--sub {
	position: relative;
	font-family: Lato,Arial,sans-serif;
	font-size: .875rem;
	line-height: 1;
	white-space: nowrap;
}
.nav--desktop .nav--sub .nav-sub-item {
	position: relative;
	display: inline-block;
	padding: 0 1.65rem;
}
.nav--desktop .nav--sub .nav-sub-item .nav-link {
	padding: .5rem 0;
	color: #aaa;
	text-decoration: none;
}
.nav--desktop .nav--sub .nav-sub-item:hover .nav-sub-sub-wrapper {
	display: block;
}
.nav--desktop .nav--sub .nav-sub-item.active > .nav-link {
	color: #000;
	text-decoration: underline;
}
.nav--desktop .nav-sub-sub-wrapper {
	display: none;
	position: absolute;
	top: 1.75rem;
	left: .15rem;
	right: auto;
	bottom: auto;
	padding: 1rem 1.5rem;
	z-index: 99;
	background: #fff;
}
.nav--desktop .nav-sub-sub-wrapper ul.nav-sub-sub {
	list-style: none;
	white-space: nowrap;
	text-align: left;
	z-index: 99;
}
.nav--desktop .nav-sub-sub-wrapper ul.nav-sub-sub > li {
	display: block;
	width: 100%;
}
.nav--desktop .nav--sub .nav-sub-item .nav-link:hover {
	color: #000;
}
.nav--desktop .nav-sub-sub-wrapper ul.nav-sub-sub > li.active > .nav-link {
	color: #000;
}

.nav--mobile {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	text-transform: uppercase;
	font-family: "Playfair Display",Times,serif;
	font-size: 1.9rem;
	line-height: 1;
	pointer-events: none;
}
.nav--mobile > .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3rem 0 0 0;
	background: #fff;
	-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
	clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.nav--mobile.slide-in > .mask {
	animation: 1s linear slide-in forwards;
}
.nav--mobile.slide-out > .mask {
	animation: 1s linear slide-out forwards;
}
.nav--mobile.slide-in {
	pointer-events: auto;
}
.nav--mobile.slide-out {
	pointer-events: none;
}
.nav--mobile .nav-link.active, .nav--mobile .nav-link:hover {
	color: #aaa;
}
.nav--mobile .nav-link {
	padding: 1.225rem .5rem;
}
.nav--mobile .nav-link.active, .nav--mobile .nav-link:hover {
	color: #aaa;
}
body.template-2 .page {
	padding-top: var(--header-height);
}
.title {
	max-width: 1160px;
	margin: 1rem auto;
	margin-bottom: 0;
}

.title .h, .title h1, .title h2, .title h3 {
	font-family: "Playfair Display",Times,serif;
	font-size: 1.925rem;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 14px;
}
.content {
	margin: 0 auto;
}
article {
	display: block;
}
article p {
	margin: 0 0 1rem 0;
}

.img-fluid-full {
	width: 100%;
	height: auto;
}


dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
article ol > li::before, article ul > li::before {
	content: '– ';
}
article ol, article ul {
	list-style: none;
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
}

.slice-ueberschrift-text-bild {
	margin-bottom: 10px;
}

.container-fluid-max {
	max-width: 1160px;
}
.text a:not(.btn):not(.consent_manager-accept-all):not(.consent_manager-save-selection):hover {
	color: #000;
}
.text a:not(.btn):not(.consent_manager-accept-all):not(.consent_manager-save-selection) {
	text-decoration: underline;
	color: #aaa;
}
.slice-auswahlmenu .row .col.bg-grey {
	background: #ececec;
}
.slice-auswahlmenu .row .col {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.slice-auswahlmenu .row .col {
	margin-bottom: 0;
	padding: 0;
}
.slice-auswahlmenu .row .col h2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px;
	transition: background-color 1s ease-in-out;
	background: rgba(255,255,255,.7);
	font-family: "Playfair Display",Times,serif;
	font-size: 1.25rem;
	line-height: 1.75;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.slice-auswahlmenu .row .col:hover h2 {
	background: rgba(255,255,255,0);
}
.slice-galerie-kacheln div.fillup .grid, .slice-galerie-kacheln figure .grid {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background: #f0f0f0;
}
.slice-galerie-kacheln div.fillup .lightgallery-link, .slice-galerie-kacheln figure .lightgallery-link {
	cursor: pointer;
}
.slice-galerie-kacheln div.fillup .grid > span:first-child, .slice-galerie-kacheln figure .grid > span:first-child {
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	will-change: transform;
}
.slice-galerie-kacheln div.fillup .grid > span:first-child > img, .slice-galerie-kacheln div.fillup .grid > span:first-child > video, .slice-galerie-kacheln figure .grid > span:first-child > img, .slice-galerie-kacheln figure .grid > span:first-child > video {
	will-change: transform;
	transition: transform .25s ease-out;
}
.slice-galerie-kacheln div.fillup, .slice-galerie-kacheln figure {
	margin: 0 0 10px 0;
}
.lightgallery-link .zoom {
	display: block;
	position: absolute;
	right: 11px;
	bottom: 11px;
	width: 31px;
	height: 31px;
	opacity: 0;
	transition: opacity ease .5s;
}
.lightgallery-link .zoom::after, .lightgallery-link .zoom::before {
	display: block;
	content: '';
	position: absolute;
	background: #f2f2f2;
}
.lightgallery-link .zoom::after {
	height: 1px;
	width: 100%;
	top: 15px;
}
.accordion-container .ac .ac-header {
	color: #000;
	background: #f2f2f2;
	cursor: pointer;
	overflow: hidden;
}
.accordion-container .ac .ac-header > .row {
	padding: 1rem .7rem;
}
.accordion-container .ac.is-active .ac-header .ac-right span {
	color: #000;
}
.accordion-container .ac .ac-header .ac-right span {
	font-size: 1.1rem;
	line-height: 1;
}

.accordion-container .ac.is-active .ac-header .ac-right span::after {
	transform: translateY(-3px) scale(1.8);
	content: '–';
}

.accordion-container .ac .ac-header .ac-right span::after {
	position: absolute;
	right: 0;
	transform: translateY(-1px) scale(1.8);
	display: inline-block;
	content: '+';
	width: 2.3rem;
	text-align: center;
	color: #000;
}
.accordion-container .ac.js-enabled .ac-panel {
	visibility: hidden;
}
.accordion-container .ac.is-active .ac-panel {
	visibility: visible;
}
.accordion-container .ac .ac-panel {
	margin-bottom: 0 !important;
	overflow: hidden;
	transition-property: height,visibility;
	transition-timing-function: ease;
}
.accordion-container .ac .ac-panel > div {
	padding-top: 28px;
	padding-bottom: 8px;
}
.slice-galerie-kacheln div.fillup .grid:hover > span > img, .slice-galerie-kacheln div.fillup .grid:hover > span > video, .slice-galerie-kacheln figure .grid:hover > span > img, .slice-galerie-kacheln figure .grid:hover > span > video {
	transform: scale(1.025);
}


.social {
	white-space: nowrap;
}
.social a {
	display: inline-block;
	height: auto;
	width: 36px;
	margin: 2rem .25rem;
}
footer {
	display: block;
	padding-bottom: 1rem;
	background: #f0f0f0;
}

footer .btn, footer .consent_manager-accept-all, footer .consent_manager-save-selection {
	background-color: #ccc;
	border-color: #ccc;
}
.btn, .consent_manager-accept-all, .consent_manager-save-selection {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn, .consent_manager-accept-all, .consent_manager-save-selection {
	text-transform: uppercase;
	font-weight: 300;
}
.btn-secondary {
	color: #fff;
	background-color: #aaa;
	border-color: #aaa;
}
.btn-secondary.active:not(:disabled).focus, .btn-secondary.active:not(:disabled):focus, .btn-secondary.active:not(:disabled):hover, .btn-secondary.active:not(:disabled):not(.disabled).focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .btn-secondary.active:not(:disabled):not(.disabled):hover, .btn-secondary.focus.focus, .btn-secondary.focus:focus, .btn-secondary.focus:hover, .btn-secondary:active:not(:disabled).focus, .btn-secondary:active:not(:disabled):focus, .btn-secondary:active:not(:disabled):hover, .btn-secondary:active:not(:disabled):not(.disabled).focus, .btn-secondary:active:not(:disabled):not(.disabled):focus, .btn-secondary:active:not(:disabled):not(.disabled):hover, .btn-secondary:focus.focus, .btn-secondary:focus:focus, .btn-secondary:focus:hover, .btn-secondary:hover.focus, .btn-secondary:hover:focus, .btn-secondary:hover:hover {
	color: #aaa;
	background-color: #fff;
	border-color: #aaa;
	box-shadow: none;
}

@media screen and (min-width:992px) {
	footer .nav > li::after {
		margin: 0 .7rem;
		content: '|';
	}
}

/* !!!!!!! min-width 768 */
@media screen and (min-width:768px) {
	.header .logo {
		height: 48px;
		margin-bottom: 1rem;
	}
	.header .header__inner {
		padding: 8px 0;
	}
	.header .logo-text {
		width: 336px;
		margin: 0 0 1.15rem 0;
	}
	.header {
		padding-bottom: .9rem;
	}
	.title {
		margin-bottom: 1rem;
	}
	body.template-2.scrolled--down .header {
		top: -76px;
	}
	body.template-1 .container-img-start .img-start {
		position: absolute;
		top: 0;
		max-width: none;
	}
	body.template-1 .content {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,.8);
	}
	.slice-abstand {
		margin-top: var(--hd);
	}
	.slice-auswahlmenu .row .col h2 {
		font-size: 2rem;
	}
	.accordion-container .ac .ac-header .ac-right span {
		font-size: .875rem;
	}
	.accordion-container .ac .ac-header .ac-right span::after {
		position: relative;
	}
	.slice-ueberschrift-text h1 {
		font-size: 2.35rem;
		margin-top: 1.1rem;
	}
	.slice-ueberschrift-text h2 {
		color: #000;
	}
}
/* !!!!!!! min-width 576 */
@media screen and (min-width:576px) {
	.container-fluid-max {
		padding-left: 10px;
		padding-right: 10px;
	}
	.slice-person {
		margin-top: 33px;
	}
	.slice-person .text {
		margin-bottom: 26px;
	}
	.slice-person .img {
		margin-bottom: 24px;
	}
	.container-fluid-max .col {
		padding-right: 5px;
		padding-left: 5px;
	}
	.container-fluid-max .col {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@keyframes slide-out {
	0% {
		z-index: 200;
		-webkit-clip-path: polygon(100% 0,0 0,0 100%,100% 100%);
		clip-path: polygon(100% 0,0 0,0 100%,100% 100%);
	}
	75% {
		z-index: 200;
		-webkit-clip-path: polygon(0 0,0 0,0 100%,25% 100%);
		clip-path: polygon(0 0,0 0,0 100%,25% 100%);
	}
	100% {
		z-index: 3;
		-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
		clip-path: polygon(0 0,0 0,0 100%,0 100%);
	}
}
@keyframes slide-in {
	0% {
		z-index: 200;
		-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
		clip-path: polygon(0 0,0 0,0 100%,0 100%);
	}
	75% {
		z-index: 200;
		-webkit-clip-path: polygon(100% 0,0 0,0 100%,75% 100%);
		clip-path: polygon(100% 0,0 0,0 100%,75% 100%);
	}
	100% {
		z-index: 200;
		-webkit-clip-path: polygon(100% 0,0 0,0 100%,100% 100%);
		clip-path: polygon(100% 0,0 0,0 100%,100% 100%);
	}
}
@keyframes toColor {
	0% {
		filter: grayscale(100%);
	}
	100% {
		filter: grayscale(0);
	}
}