﻿
.editable {
	padding: 0em 0.5em;
}
p {
	padding: 0.5em 0em;
}
.yui-skin-sam .cms_template .bhv-container.rahmen-grün {
	border: 2px solid green;
	margin: 5px;
	padding: 5px;
}
.yui-skin-sam .cms_template .bhv-container.rahmen-rot {
	border: 2px solid red;
	margin: 5px;
	padding: 5px;
}
#cont-704 {
	--col-align-items: flex-end;
	align-items: var(--col-align-items,inherit);
}
.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .view {
	--x-align-self: center !important;
}
.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .view img {
	object-fit: contain !important;
}
.yui-skin-sam .cms_template .bhv-table.tabelle {
	overflow-x: auto;
}
.yui-skin-sam .cms_template .bhv-table.tabelle table {
	width: 100%;
	border: 2px solid var(--color1);
}
.yui-skin-sam .cms_template .bhv-table.tabelle thead {
	background-color: var(--color1);
	color: var(--color2);
}
.yui-skin-sam .cms_template .bhv-table.tabelle td {
	border-bottom: 2px solid var(--color1);
	padding: 8px 0px;
}
.yui-skin-sam .cms_template .bhv-form.custom:-ms-input-placeholder {
	color: var(--formular-placeholder_c) !important;
}
.yui-skin-sam .cms_template .bhv-form.custom::-ms-input-placeholder {
	color: var(--formular-placeholder_c) !important;
}
.yui-skin-sam .cms_template .bhv-form.custom::-webkit-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom::-moz-placeholder {
	color: var(--formular-placeholder_c) !important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom:-moz-placeholder {
	color: var(--formular-placeholder_c) !important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom::placeholder {
	color: var(--formular-placeholder_c) !important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom:-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom::-ms-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom:-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom::-moz-placeholder {
	color: var(--formular-placeholder_c)!important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom::placeholder , .yui-skin-sam .cms_template .bhv-form.custom input::placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::placeholder {
	color: var(--formular-placeholder_c)!important;
	opacity: 1;
}
#html-1058 .skip-to-content-link {
	height: 30px;
	left: calc(50% - 100px);
	padding: 8px;
	position: absolute;
	z-index: 5;
	transform: translateY(-100%);
	transition: transform 0.3s;
}
#html-1058 .skip-to-content-link:focus {
	transform: translateY(0%);
}
#cms_template {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	max-width: 100vw;
	position: relative;
}
#cont-1088 {
	align-items: var(--col-align-items,inherit);
}
#text-1090 {
	border-bottom: 1px solid var(--color4);
	margin-bottom: 40px;
}
#text-1084 p {
	font-family: var(--gfont1), serif;
	font-size: 1.8em;
	line-height: 1em;
}
#col-1092 {
	justify-content: space-between;
}
#cms_root {
	overflow-x: hidden;
	position: relative;
	z-index: 0;
}
#flexmenu-1008 {
	padding: 0.2em 0;
	text-align: right;
}
#flexmenu-1008 a {
	color: var(--font) !important;
}
#cont-1215 {
	background: var(--bgcolor);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
	padding: 0 5px;
}
#cont-1215 p {
	color: var(--color4);
	font-size: 38px;
	font-weight: 600;
	line-height: 28px;
}
.yui-skin-sam .cms_template .bhv-form.custom:focus {
	outline: 2px solid var(--color2) !important;
	outline-offset: 2px;
}
.yui-skin-sam .cms_template .bhv-form.custom {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	--formular-font_c: var(--color3);
	--formular-placeholder_c: var(--color3);
	--formular-input_bg: rgba(242, 242, 242, 1);
	--formular-check_bg: var(--color4);
	--formular-option_bg: rgba(242, 242, 242, 1);
	--formular-button_c: var(--locolor);
	--formular-button_bg: var(--bgcolor2);
	--formular-buttonhover_c: var(--bgcolor);
	--formular-buttonhover_bg: var(--locolor);
	--formular-borderbottom: rgba(0, 0, 0, 0);
	--formular-bordererror: var(--color3);
}
.yui-skin-sam .cms_template .bhv-form.custom label {
	color: var(--color4) !important;
}
.yui-skin-sam .cms_template .bhv-form.custom input {
	margin-left: .5em;
	margin-right: .5em;
	padding: 5px 10px;
	border: 0;
	border-bottom: 1px solid var(--formular-borderbottom);
	margin-top: 5px;
	background-color: var(--formular-input_bg)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type='checkbox'] , .yui-skin-sam .cms_template .bhv-form.custom input[type='radio'] {
	display: none;
}
.yui-skin-sam .cms_template .bhv-form.custom select {
	background-size: auto 30%!important;
	padding: 5px!important;
	-webkit-appearance: none;
	background-image: url(../media/select_arrow.png)!important;
	background-position: calc(100% - 10px) center!important;
	background-repeat: no-repeat!important;
}
.yui-skin-sam .cms_template .bhv-form.custom textarea {
	padding: 5px 10px;
	width: calc(100% - 20px);
}
.yui-skin-sam .cms_template .bhv-form.custom button , .yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom select {
	margin-bottom: 20px;
}
.yui-skin-sam .cms_template .bhv-form.custom * , .yui-skin-sam .cms_template .bhv-form.custom:hover {
	outline: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom input:focus , .yui-skin-sam .cms_template .bhv-form.custom textarea:focus , .yui-skin-sam .cms_template .bhv-form.custom select:focus , .yui-skin-sam .cms_template .bhv-form.custom button:focus , .yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]+label:focus::before {
	outline: 1px solid var(--color2) !important;
	outline-offset: 2px;
}
.yui-skin-sam .cms_template .bhv-form.custom .form-field .editable {
	padding: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom button , .yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom label , .yui-skin-sam .cms_template .bhv-form.custom select , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit {
	width: calc(100% - 1em);
	margin-left: .5em;
	margin-right: .5em;
}
.yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom option {
	width: calc(100% - 20px - 1em);
}
.yui-skin-sam .cms_template .bhv-form.custom option {
	padding: 5px 0;
	background-color: var(--formular-option_bg);
}
.yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom label , .yui-skin-sam .cms_template .bhv-form.custom select , .yui-skin-sam .cms_template .bhv-form.custom textarea {
	background: 0 0;
	color: var(--formular-font_c);
	font-size: 14px;
}
.yui-skin-sam .cms_template .bhv-form.custom select::-ms-expand {
	display: none;
}
.yui-skin-sam .cms_template .bhv-form.custom input , .yui-skin-sam .cms_template .bhv-form.custom select {
	min-height: 20px;
}
.yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom select {
	border: 0;
	border-bottom: 1px solid var(--formular-borderbottom);
	margin-top: 5px;
	background-color: var(--formular-input_bg)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom div.textarea , .yui-skin-sam .cms_template .bhv-form.custom textarea {
	min-height: 70px;
	resize: vertical;
	height: auto;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=file] {
	background-color: none;
	padding: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom button , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit {
	color: var(--formular-button_c);
	padding: 8px 20px;
	min-height: 20px;
	border: 0;
	background-color: var(--formular-button_bg);
	font-family: var(--gfont1), serif;
	font-size: 17px;
	max-width: 300px;
	float: left;
	cursor: pointer;
	transition: .3s ease;
	display: inline-block;
	width: auto;
}
.yui-skin-sam .cms_template .bhv-form.custom button:hover , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit:hover {
	background-color: var(--formular-buttonhover_bg);
	color: var(--formular-buttonhover_c);
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]+label , .yui-skin-sam .cms_template .bhv-form.custom input[type=radio]+label {
	padding-top: 0;
	display: flex;
	height: auto;
	cursor: pointer;
	margin-bottom: 20px;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]+label::before , .yui-skin-sam .cms_template .bhv-form.custom input[type=radio]+label::before {
	border: 2px solid var(--formular-check_bg);
	background-color: var(--formular-check_bg);
	content: "";
	cursor: pointer;
	height: 20px;
	width: 20px!important;
	vertical-align: top;
	min-width: 20px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=radio]+label::before {
	border-radius: 50%;
}
.yui-skin-sam .cms_template .bhv-form.custom input[type=checkbox]:checked+label::before , .yui-skin-sam .cms_template .bhv-form.custom input[type=radio]:checked+label::before {
	background-size: 50% 50%;
	background-color: var(--formular-check_bg);
	background-image: url(../media/checkbox_symbol_check.png);
	background-repeat: no-repeat;
	background-position: center;
}
.yui-skin-sam .cms_template .bhv-form.custom input:-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom input::-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea:-ms-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::-ms-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom input::-webkit-input-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::-webkit-input-placeholder {
	color: var(--formular-placeholder_c)!important;
}
.yui-skin-sam .cms_template .bhv-form.custom input:-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom input::-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea:-moz-placeholder , .yui-skin-sam .cms_template .bhv-form.custom textarea::-moz-placeholder {
	color: var(--formular-placeholder_c)!important;
	opacity: 1;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-container.ql-snow {
	border: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-toolbar.ql-snow {
	padding: 3px;
	background: #eee;
	border: 0;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-snow .ql-toolbar button , .yui-skin-sam .cms_template .bhv-form.custom .ql-snow.ql-toolbar button {
	height: 20px;
	margin: 0;
	padding: initial;
	width: auto;
	max-width: 30px;
	background-color: transparent !important;
}
.yui-skin-sam .cms_template .bhv-form.custom .ql-header {
	display: none;
}
.yui-skin-sam .cms_template .bhv-form.custom .form-error {
	border: 1px solid var(--formular-bordererror)!important;
	background-color: var(--formular-input_bg)!important;
}
#cont-1091 {
	position: sticky;
	top: 0;
	z-index: 1;
}
.logo-gal {
	--gal-margin-bottom: 0px;
	margin-top: var(--gal-margin-top);
	margin-bottom: var(--gal-margin-bottom);
	--pagesize: 5 !important;
}
.logo-gal /*gen*/ {
	--pagesize: 6;
}
.logo-gal img , .logo-gal video {
	width: 100%;
	height: var(--gal-img-height,70px);
	object-fit: contain;
	display: block;
}
.logo-gal .kugerl-container {
	display: flex;
	justify-content: var(--justify-content);
	gap: var(--gap);
	margin-top: var(--margin-top);
	margin-bottom: var(--margin-bottom);
	margin-left: var(--margin-leftright);
	margin-right: var(--margin-leftright);
	align-items: center;
}
.logo-gal .kugerl-container span {
	width: var(--width);
	height: var(--width);
	display: inline-block;
	background-color: var(--bgcolor);
	border: var(--border-color) solid var(--border-size);
	border-radius: 50%;
	cursor: pointer;
}
.logo-gal .kugerl-container span.aktiv {
	background-color: var(--active-bgcolor);
	border: var(--active-border-color) solid var(--active-border-size);
}
.logo-gal .pfeil.links {
	margin-right: var(--pfeil-margin,20px);
	padding-left: var(--pfeil-aussen-padding,20px);
	padding-right: var(--pfeil-innen-padding,20px);
	text-shadow: 0.1em 0 0 var(--pfeil-color2);
}
.logo-gal .pfeil.rechts {
	margin-left: var(--pfeil-margin,20px);
	padding-left: var(--pfeil-innen-padding,20px);
	padding-right: var(--pfeil-aussen-padding,20px);
	text-shadow: -0.1em 0 0 var(--pfeil-color2);
}
.logo-gal .pfeil {
	font-size: var(--pg-font-size,2em);
	position: relative;
	cursor: pointer;
	width: var(--pfeil-width);
	color: var(--pfeil-color);
}
.logo-gal .paging-container {
	align-items: initial;
}
.logo-gal .paging-container > * {
	border: var(--border-width,0) solid var(--border-color,var(--color));
	background-position: center center;
	background-size: contain;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.anchor {
	height: 0;
	position: absolute;
	top: -120px;
}
#cont-1218 {
	background-color: var(--bgcolor);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100%;
	transition: 0.5s;
	z-index: 2;
	overflow: auto;
	overflow-x: hidden;
}
#cont-1218 > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	overflow: visible;
}
#cont-1218 .close-x {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 0 20px;
}
#cont-1218 .close-x p {
	font-size: 50px;
	line-height: 40px;
	color: var(--hicolor);
}
#cont-1218 .bottom {
	display: none;
}
#col-1219 {
	max-width: 80%;
	margin: 0 auto;
	float: none;
}
.yui-skin-sam .cms_template .bhv-database.admintable table {
	width: 100%;
}
.yui-skin-sam .cms_template .bhv-database.admintable thead {
	background: var(--color1);
	color: white;
}
.yui-skin-sam .cms_template .bhv-database.admintable tr {
	border-bottom: 1px solid var(--color1);
}
.yui-skin-sam .cms_template .bhv-database.admintable td {
	padding: 5px;
	font-size: 14px;
}
#flexmenu-1221 {
	margin: 100px 0;
}
#flexmenu-1221 a {
	color: var(--color3) !important;
	transition: 0.3s;
	font-family: var(--gfont1), serif !important;
	display: inline-block;
}
#flexmenu-1221 a.menu-level-1 {
	padding: 5px 15px 8px 15px !important;
	font-size: 1.4em !important;
}
#flexmenu-1221 a.menu-level-2 {
	font-size: 1.1em !important;
}
#flexmenu-1221 li.menu-level-1:nth-child(6) a {
	background: var(--color2);
	color: var(--color4) !important;
	margin-top: 20px;
}
body {
	--content-width: 1200px;
	height: auto;
}
body abbr {
	border: 1px solid white;
	border-radius: 50%;
	width: 16px;
	display: inline-block;
	height: 16px;
	text-align: center;
	padding: 0;
	line-height: 1.1em;
}
body cite {
	font-size: 1.6em;
	font-family: var(--gfont1), serif;
	font-weight: 700;
}
body .sprachversion {
	display: none;
}
body .en.cms_lang_orig .sprachversion {
	display: block;
	padding: 4px;
	border: 2px solid;
	background: #ccc;
}
body b {
	font-weight: 500;
}
body .h2-secondline p {
	font-size: 1.3em;
	text-transform: uppercase;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles {
	display: grid;
	grid-template-columns: repeat(3, minmax(max(30%,260px), 1fr));
	gap: 30px;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles > div {
	padding: 20px 25px;
	flex: 1;
	flex-basis: 30%;
	cursor: pointer;
	background: white;
	box-sizing: border-box;
	margin-bottom: 40px;
	min-width: 270px;
	margin-top: 40px;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles > div > div {
	display: flex;
	flex-direction: column;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles .link {
	width: 30px;
	margin-top: auto;
	padding: 40px 1.2em 20px .5em;
	margin-left: 10px;
	transition: .3s ease;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles .subtitle {
	color: var(--color2);
	text-transform: uppercase;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles h3 {
	margin-top: 0;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles .picture {
	position: relative;
	aspect-ratio: 11/7 auto;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles .picture img {
	position: absolute;
	top: -40px;
	max-width: 100%;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles > div:hover .link {
	margin-left: 25px;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles .category {
	padding: 4px 15px;
	color: white;
	font-family: var(--gfont1), serif;
	font-size: 1.1em;
	align-self: flex-start;
	margin-bottom: 10px;
}
.yui-skin-sam .cms_template .bhv-database.aktuelles .category + h3 {
	margin-top: 15px;
}
#bild-1094 img {
	width: 180px;
	padding: 15px 0;
}
@media(max-width: 800px) {
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung > .close {
		font-size: 20px;
		top: 10px;
		right: 10px;
	}
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .grpfeil {
		padding: 10px;
		font-size: 20px;
	}
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung .view {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.yui-skin-sam .cms_template .galerie.großansict_resp .galerie-abdunkelung > .help {
		display: none;
	}
	.logo-gal {
		--pagesize: 3 !important;
	}
	.logo-gal img , .logo-gal video {
		height: 43vw;
	}
	body cite {
		font-size: 1.3em;
	}
}

@media(max-width: 600px) {
	.yui-skin-sam .cms_template .bhv-table.tabelle table {
		overflow-x: auto;
	}
}

@media (max-width:900px) {
	#flexmenu-1008 {
		padding-top: 20px;
		text-align: left;
	}
}

@media (max-width:400px) {
	.yui-skin-sam .cms_template .bhv-form.custom .input-button , .yui-skin-sam .cms_template .bhv-form.custom button.input-submit {
		max-width: none;
		float: none;
	}
}

@media(max-width: 400px) {
	.logo-gal {
		--pagesize: 2 !important;
	}
	.logo-gal img , .logo-gal video {
		height: 83vw;
	}
}

@media(max-width: 1000px) {
	.yui-skin-sam .cms_template .bhv-database.aktuelles {
		grid-template-columns: repeat(2, minmax(max(48%,260px), 1fr));
	}
}

@media(max-width: 700px) {
	.yui-skin-sam .cms_template .bhv-database.aktuelles {
		grid-template-columns: repeat(1, minmax(max(100%,260px), 1fr));
		max-width: 350px;
		margin: 0 auto;
	}
}
