@charset "UTF-8";
/* CSS Document */


/* manrope-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-v14-latin_latin-ext-300.woff2') format('woff2');
}

/* manrope-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v14-latin_latin-ext-regular.woff2') format('woff2');
}

/* manrope-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v14-latin_latin-ext-600.woff2') format('woff2');
}

/* manrope-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/manrope-v14-latin_latin-ext-800.woff2') format('woff2');
}


/* euphoria-script-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Euphoria Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/euphoria-script-v20-latin_latin-ext-regular.woff2') format('woff2');
}





/*
Beeren dunkel: #4B1E41
Beeren hell: #9D2282
Braun mittel: #AE805F

Button Gradient:
#592A1B		0%
#AE805F		15%
#BA8F6E		20%
#D1AF93		25%
#A6795D		40%
#6E3D29		60%
#AB7F62		100%

background: linear-gradient(90deg, #592A1B 0%, #AE805F 15%, #BA8F6E 20%, #D1AF93 25%, #A6795D 40%, #6E3D29 60%, #AB7F62 100%) 

Braun hell: #EBD9CA (Variant1 BG)

neutrales grau: #999999

*/








/**/
:root {

--thm-clr-ntr: #999999;

--thm-clr-std-bgr: #FFFFFF;
	
--thm-clr-std-pri: #4B1E41;
--thm-clr-std-sek: #9D2282;
--thm-clr-std-ter: #AE805F;

--thm-clr-std-txt: #000000;
--thm-clr-std-hls: var(--thm-clr-std-pri);

--thm-clr-std-btn-bgr: var(--thm-clr-std-ter);
--thm-clr-std-btn-bgr-hov: var(--thm-clr-std-pri);




/*
--thm-clr-std-btn-bgr: rgba(255,255,255,0.25);
--thm-clr-std-btn: var(--thm-clr-std-ter);
--thm-clr-std-btn-brd: var(--thm-clr-std-sek);
--thm-clr-std-btn-bgr-hov: var(--thm-clr-std-pri);
--thm-clr-std-btn-hov: #ffffff;
--thm-clr-std-btn-bhi: transparent;
--thm-btn-brd-thk: 3px;
*/
--thm-brd-rad-std: 1.0em;
--thm-btn-brd-thk: 0px;

--thm-clr-vt1-bgr: #EBD9CA;


--thm-clr-vt2-bgr: var(--thm-clr-std-pri);
--thm-clr-vt2-txt: #ffffff;
--thm-clr-vt2-hls: #ffffff;
/*
--thm-clr-vt2-anc: #EAEDF0;
--thm-clr-vt2-anc-hil: #EAEDF0;
*/

--thm-clr-vt2-btn-bgr: transparent;
    /*
--thm-clr-vt2-btn: #ffffff;
--thm-clr-vt2-btn-brd: #ffffff;

--thm-clr-vt2-btn-bgr-hov: #ffffff;
--thm-clr-vt2-btn-hov: var(--thm-clr-std-ter);
--thm-clr-vt2-btn-bhi: transparent;
    */




/**/
--thm-clr-hdr-bgr: var(--thm-clr-std-pri);
--thm-clr-hdr-txt: #FFFFFF;

--thm-clr-mmb:  var(--thm-clr-vt1-bgr);
--thm-clr-mmb-bgr: var(--thm-clr-std-pri);
/*
--thm-clr-nv1-bgr: var(--thm-clr-std-bgr);
--thm-clr-nv1-anc: var(--thm-clr-std-txt);

--thm-clr-nv1-anc: #000000;
--thm-clr-nv1-anc-hil: var(--thm-clr-std-pri);
--thm-clr-nv1-anc-bgr-hil: #EAEDF0;
--thm-clr-nv1_1-anc: var(--thm-clr-std-bgr);
--thm-clr-nv1_1-anc-hil: var(--thm-clr-std-pri);
--thm-clr-nv1-bgr-mob: #ffffff;
--thm-clr-nv1_l-anc: #B0B6C0;
--thm-clr-nv1_l-anc-hil: #ffffff;
*/

--thm-clr-nv1-anc: var(--thm-clr-std-pri);
--thm-clr-nv1_1-anc-hil: var(--thm-clr-std-sek);
--thm-clr-nv1-anc-bgr-hil: rgba(0,0,0,0.03);
--thm-clr-nv1-anc-bgr-hil: rgba(0,0,0,0.0);

--thm-clr-nv1_l-anc: var(--thm-clr-std-sek);
--thm-clr-nv1_l-anc-hil: var(--thm-clr-std-pri);

--thm-clr-exb-btn-bgr: var(--thm-clr-std-pri);
--thm-clr-exb-btn: #ffffff;

--thm-clr-exb-bgr: #ffffff;
--thm-clr-exb: #000000;

--thm-clr-exb-anc: var(--thm-clr-std-pri);
--thm-clr-exb-anc-hil: var(--thm-clr-std-sek);


--thm-clr-sto-bgr: var(--thm-clr-std-pri);
/*
--thm-clr-sto: var(--thm-clr-std-bgr);
--thm-clr-sto-anc: var(--thm-clr-std-bgr);
--thm-clr-sto-anc-bgr: var(--thm-clr-std-pri);
--thm-clr-sto-anc-hil: var(--thm-clr-std-pri);
--thm-clr-sto-anc-bgr-hil: var(--thm-clr-std-bgr);
*/

--thm-clr-ftr-bgr: var(--thm-clr-std-pri);
--thm-clr-ftr-txt: #ffffff;
--thm-clr-ftr-anc: var(--thm-clr-vt1-bgr);
--thm-clr-ftr-anc-hil: var(--thm-clr-std-ter);
--thm-clr-ftr-fnv: #ffffff;
--thm-clr-ftr-fnv-hil: var(--thm-clr-std-ter);
--thm-clr-ftr-soc: var(--thm-clr-std-pri);
--thm-clr-ftr-soc-hil: var(--thm-clr-std-sek);





--thm-clr-abd-bgr: #000;
--thm-clr-abd-opc: 0;

--thm-clr-lbo-bgr: #000;
--thm-clr-lbo-opc: 0.5;


--thm-sct-pdv: 4.5em;
/*
--thm-brd-rad-std: 0px;
*/


--thm-fnt-bse-siz: 118.75%;
--thm-fnt-bse-lht: 1.578947368421053em;
--thm-fnt-bse-siz: 125%;
--thm-fnt-bse-siz: 137.5%;
--thm-fnt-bse-lht: 1.6em;

--thm-fnt-std: 'Manrope', Arial, Helvetica, sans-serif;

/**/
--thm-fnt-std-wrg: 300;
--thm-fnt-std-wbd: 600;
--thm-fnt-hls-wrg: 400;
--thm-fnt-hls-wbd: 800;


--thm-hgt-lgo-dkt: auto;
--thm-wdt-lgo-dkt: 530px;
--thm-mtp-lgo-dkt: 16px;

--thm-hgt-lgo-tbl: auto;
--thm-wdt-lgo-tbl: 260px;
--thm-mtp-lgo-tbl: 10px;

--thm-hgt-lgo-smp: auto;
--thm-wdt-lgo-smp: 210px;
--thm-mtp-lgo-smp: 5px;

--thm-wdt-sch-dkt: 16%;
--thm-wdt-sch-tbl: 220px;

--thm-top-mmb-tbl: 22px;
--thm-top-mmb-smp: 11px;


/* */
--thm-shw-std: 0 0 0.5em rgba(0,0,0,0.2);

--thm-shw-std-hil: 0 0 0.5em rgba(0,0,0,0.4);

/*
--thm-shw-exb: 0 0 1em rgba(0,0,0,0.15);
*/

/**/
--thm-hgt-hdr-dkt: 172px;

}

button, [type="button"], [type="reset"], [type="submit"], 
p.mehr a, p.mehr a:link, p.mehr a:visited, 
a p.mehr, 
ul.links a, ul.links a:link, ul.links a:visited {
font-weight: 700;
}


	#site_header > div.inner {
	overflow: visible;
	}
	#site_header a, 
	#site_header a:link, 
	#site_header a:visited {
	position: absolute;
	filter: 
	drop-shadow(0 0 2em rgba(0,0,0,0.5)) 
	drop-shadow(2px 5px 5px rgba(0,0,0,1.0)) 
	drop-shadow(0 0 1px rgba(0,0,0,0.9));
	
	filter: 
	drop-shadow(-1px -1px 0px rgba(255,255,255,0.7))
	drop-shadow(1px 1px 0px rgba(0,0,0,0.7))
	drop-shadow(3px 5px 5px rgba(0,0,0,0.8)) ;
	
	
	}
	

#content ul li::marker {
color: var(--thm-clr-std-sek);
}

h1, h2, #nav1, #footer_nav{
font-weight: 700;
}

h1, h2{
text-transform: none;
}

h1{
font-family: "Euphoria Script", serif;
font-size: 4.5em;
letter-spacing: -0.01em;
line-height: 0.85em;
font-weight: 400;
}

h4,
.auflistungblock ul.ab_gruppe > li h4{
color: #000000;
}

	ul.navlng{
	display: none !important;
	}
	#suche{
	display: none !important;
	}



#slideshow .slidebox .text::before {
background-color: #fff;
opacity: 0.9;
}

#slideshow .slidebox .text h3 {
font-weight: 700;
color: var(--thm-clr-std-sek);

font-weight: 400;
font-family: "Euphoria Script", serif;
font-size: 3em;
letter-spacing: -0.01em;
line-height: 0.85em;
margin-top: 0.05em;
}

#slideshow .slidebox .text p:not(.mehr) {
font-size: 1.363636363636364em;
line-height: 1.1em;
margin-bottom: 1.2em;
}

.textblock h3 {

}


#content > section.variant0.sc_logos + section.variant0.sc_logos > .inner {
padding-top: 0 !important;
}

div.textblock + div.logoblock {
margin-top: -2em;
}


a,
a:link,
a:visited{
color: var(--thm-clr-std-sek);
}

a:hover{
color: var(--thm-clr-std-ter);
}

button,
[type="button"],
[type="reset"],
[type="submit"],
p.mehr a,
p.mehr a:link,
p.mehr a:visited,
a p.mehr,
ul.links a,
ul.links a:link,
ul.links a:visited{
/*
font-size: 1em;
line-height: 1.1em;
font-weight: 600;
padding: 0.66em 1.2em 0.66em 1.2em;
*/

border-radius: 1.5em;

background: linear-gradient(135deg, #592A1B 0%, #AE805F 15%, #BA8F6E 20%, #D1AF93 25%, #A6795D 40%, #6E3D29 60%, #AB7F62 100%) center center !important;

box-shadow: 0 0 0.5em rgba(0,0,0,0.3);


}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
p.mehr a:hover,
a:hover p.mehr,
ul.links a:hover{


/*background: var(--thm-clr-std-pri) !important;*/

background: linear-gradient(135deg, var(--thm-clr-std-pri) 0%, var(--thm-clr-std-pri) 15%, var(--thm-clr-std-pri) 20%, var(--thm-clr-std-pri) 25%, var(--thm-clr-std-pri) 40%, var(--thm-clr-std-pri) 60%, var(--thm-clr-std-pri) 100%) center center !important;

}

.tab {
width: 3.5em;
}
.tab2 {
display: inline-block;
width: 4.5em;
}

#breadcrumbs{

}
#breadcrumbs > .inner {
min-height: 0;
height: 2em;
}
#breadcrumbs p{
visibility: hidden;
}

#content>section.sc_datenfakten{
/*background-image: url('../custom/BG_duf1.jpg');*/
background-image: linear-gradient(135deg, #592A1B 0%, #AE805F 15%, #BA8F6E 20%, #D1AF93 25%, #A6795D 40%, #6E3D29 60%, #AB7F62 100%);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

#content div.dfblock{
text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}
#content div.dfblock .df_intro .bild img{
box-shadow: var(--thm-shw-std);
}
#content div.dfblock .df_daten ul.df_liste>li{

}
div.dfblock .df_daten ul.df_liste > li > span.pt1 {
font-weight: 400;
font-family: "Euphoria Script", serif;
font-size: 4.5em;
letter-spacing: -0.01em;
line-height: 0.85em;
margin: 0.45em 0;
text-align: center;
}


#content ul.personenliste li>.bild{


}

#hl_main > span.underline {
margin-top: 0;
}


/*
#b_home #content .logoblock > ul.col3 {
padding: 2em 15%;
box-sizing: border-box;
background: var(--thm-clr-vt1-bgr);
background: #EFE8E1;
margin: var(--thm-mrg-ctb-std);

border-radius: 2em;
}

#b_home #content .logoblock > ul.col3 > li {
width: var(--thm-wdt-ctb-2_4) !important;
}

.no-touch #b_home #content .logoblock > ul.col3 > li > a, 
.no-touch #b_home #content .logoblock > ul.col3 > li > .bild {
filter: none;
}

.no-touch #b_home #content .logoblock > ul.col3 > li .bild {
transition: 0.5s;
}

.no-touch #b_home #content .logoblock > ul.col3 > li .bild:hover {
transform: scale(105%);
}
*/



#nav1{

}

/* Desktop-Navi */

	


#nav1 ul.navlist>li>a{
font-family: var(--thm-fnt-hls);
font-weight: 700;
}


#nav1 ul.navlng{
/*
margin-top: -1.1em;
*/
font-size: 0.9375rem;
	/*
display: none !important;
*/
}

#nav1 ul.navlng li a, 
#nav1 ul.navlng li a:link, 
#nav1 ul.navlng li a:visited{
font-weight: 400;
}
#nav1 ul.navlist>li>a,
#nav1 ul.navlist>li>a:link,
#nav1 ul.navlist>li>a:visited{

}

#nav1 ul.navlist > li > ul li a,
#nav1 ul.navlist > li > ul li a:link,
#nav1 ul.navlist > li > ul li a:visited,
#nav1 ul.navlist > li > ul > li > ul li a,
#nav1 ul.navlist > li > ul > li > ul li a:link,
#nav1 ul.navlist > li > ul > li > ul li a:visited{

}
/*
#suchform input{
border-radius: 1.6em;
padding-left: 1em;
}

#suchform button{
margin-right: 0.5em;
}

#suchform button::after {
color: var(--thm-clr-std-ter) !important;
}
*/

/*
html.ssbintro_first #b_home #site_header a{
background: url('../custom/logo-altern.svg') no-repeat left top;
background-size: 100% auto;
}
*/
html.ssbintro_first #b_home #site_header a img{
opacity: 0;
}


#content > section.sc_vidlokal > .inner {
justify-content: flex-end;
align-items: flex-end;
}

#content > section.sc_vidlokal > .inner > .text {
width: 39.285714285714286%;
min-width: 480px;
margin: 20px;
margin-bottom: 5%;
font-size: 2.727272727272727em;
line-height: 1.1em;
color: #fff;
text-align: left;
text-shadow: 0 0 0.5em #000;
box-sizing: border-box;
padding: 0.5em 0.8em;
background: rgba(0,42,69,0.7);
border-radius: var(--thm-brd-rad-std);
}

#content > section.sc_vidlokal > div.tone1 {
background: linear-gradient(to right, #003150 0%, #019899 100%);
}

#content > section.sc_vidlokal > div.tone1 video{
filter: grayscale(0.7);
mix-blend-mode: multiply;
opacity: 0.5;
}

#content ul.personenliste li > .text h3 + p.funktion {
margin-top: calc( var(--thm-fnt-bse-lht) * -0.8 );
}


#content div.galerieblock2.altern div.pseudocols > ul {
    background: transparent;
    margin: 0;
}

#content div.galerieblock2.altern div.pseudocols > ul > li {
    width: var(--thm-wdt-ctb-1_3);
    margin: var(--thm-mrg-ctb-std);
    border-radius: var(--thm-brd-rad-std);
    box-shadow: var(--thm-shw-std);
}


@media (min-width: 1500px) {

    #content div.galerieblock2.altern div.pseudocols > ul > li {
        width: var(--thm-wdt-ctb-1_4);
    }

}


@media (min-width: 1100px) {

	#wrapper::after{
	height: 12px;
	}
	
	html.ssbintro_first #b_home #suchform input {
	border-color: transparent !important;
	}


	#site_header{
	box-shadow: 0 1.05em 1em rgba(0,0,0,0.25);
	}

	#nav1 ul.navlist {
	font-size: 1em;
	
		margin-top: calc( var(--thm-hgt-hdr-dkt) - 73px);
	
	}
	
	#nav1 ul.navlist > li{
	font-size: 1.125rem;
	}
	
	.no-touch #nav1 ul.navlist > li:hover > ul::after, 
	#nav1 ul.navlist > li.opensub > ul::after {
	border-top-color: #ffffff;
	top: -24px;
	border-width: 12px;
	filter: drop-shadow(0 5px 3px rgba(0,0,0,0.3));
	}

	#nav1 ul.navlist > li > ul,
	#nav1 ul.navlist > li > ul > li > ul{
	border-bottom: 0;
	
	}

	#nav1 ul.navlist > li > ul > li {
	font-size: 1.111111111111111em;
	}

	#nav1 ul.navlist>li > a, 
	#nav1 ul.navlist>li > a:link, 
	#nav1 ul.navlist>li > a:visited{
	font-weight: 600;
	color: #ffffff;
	
	text-shadow: 0 0 0.25em var(--thm-clr-std-pri);
	
	}




	#nav1 ul.navlist>li.aktiv > a, 
	#nav1 ul.navlist>li.aktiv > a:link, 
	#nav1 ul.navlist>li.aktiv > a:visited{
	color: #ffffff;
	}

	#nav1 ul.navlist > li.aktiv > a::after{
	margin-top: 0.4em;
	border-radius: 0;

	}
	
/**/
    #nav1 ul.navlist > li:not(.aktiv) > a::after{

		transition: 0.3s ease-out;
		transition-property: width transform ;

		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height: 3px;
		border-radius: var(--thm-brd-rad-std);
		margin-top: 0.4em;

		transform: scaleX(0%);
    }

	.no-touch #nav1 ul.navlist > li:hover, 
	.no-touch #nav1 ul.navlist > li:focus, 
	.touch #nav1 ul.navlist > li.opensub {
	}
	
	.no-touch #nav1 ul.navlist > li:hover > ul::after, 
	#nav1 ul.navlist > li.opensub > ul::after {
	top: auto;
	bottom: 100%;
	border: 15px solid transparent;
	border-top-color: transparent;
	border-bottom-color: #ffffff;
	border-top-width: 18px;
	border-bottom-width: 12px;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.3));
	filter: none;
	}

	.no-touch #nav1 ul.navlist>li:not(.aktiv)>a:hover::after, 
	.no-touch #nav1 ul.navlist>li>a:focus::after{
	background: var(--thm-clr-std-sek);
	width: 100%;
	left: 0;
	top: 0;
	
	transform: scaleX(100%);
	}
/**/


	.no-touch #nav1 ul.navlist > li:hover > ul::after, 
	#nav1 ul.navlist > li.opensub > ul::after {
	top: auto;
	bottom: 100%;
	border: 12px solid transparent;
	border-top-color: transparent;
	border-bottom-color: #ffffff;
	border-top-width: 18px;
	border-bottom-width: 12px;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.3));
	filter: none;
	}

	.no-touch #nav1 ul.navlist>li:not(.aktiv)>a:hover::after, 
	.no-touch #nav1 ul.navlist>li>a:focus::after{
	background: var(--thm-clr-std-ter);
	width: 100%;
	left: 0;
	top: 0;
	}





	.no-touch #nav1 ul.navlist>li>a:hover, 
	.no-touch #nav1 ul.navlist>li>a:focus {
	/*	*/
	color: #fff !important;

	}

	.no-touch #nav1 ul.navlist > li > ul li a{
		font-weight: 400;
	}
	#nav1 ul.navlist li ul li.aktiv > a, 
	#nav1 ul.navlist li ul li.aktiv > a:link, 
	#nav1 ul.navlist li ul li.aktiv > a:visited,
	#nav1 ul.navlist li ul li.aktiv > a:hover{
	/*
		color: var(--thm-clr-std-sek) !important;
				font-weight: 400 !important;
		*/

	}

	.no-touch #nav1 ul.navlist > li > ul li a:hover,
	.no-touch #nav1 ul.navlist > li > ul li a:focus{
	/*		*/
		color: var(--thm-clr-std-ter);

	}

	.no-touch #nav1 ul.navlist > li > ul > li > ul li a{
		font-weight: 400;
	}
	
/**/
	html.logo_nav_collision #site_header a,
	body#b_landing #site_header a{

	}
	html.logo_nav_collision #site_header a img{
	transform-origin: left 0px;
	transform: scale(0.8);
	}
/*
	*/
/**/

	html.ssbintro_first #b_home #site_header .inner{
	height: 200px;
	}

	html.ssbintro_first #b_home #site_header a{
	width: 420px;
	height: 133px;
	margin-top: 57px;

	}



/*********************/
	/* Anpassungen Header / Desktop-Navi für Home */
/*
	html.logo_nav_collision.ssbintro_first #b_home #site_header a {
		max-width: --logo_available_space;
	}
*/	

	html.logo_nav_collision.ssbintro_first #b_home #site_header a img {
	transform-origin: 0px -120px;
	transform: scale(0.679);
	}
	html.logo_nav_collision.ssbintro_first #b_home #site_header a {
	background-position: 0px 0px;
	background-size: 67.9% auto;
	margin-top: 12px;
	}

	/**/
	html.ssbintro_first #b_home #nav1 ul.navlist > li > a, 
	html.ssbintro_first #b_home #nav1 ul.navlist > li > a:link, 
	html.ssbintro_first #b_home #nav1 ul.navlist > li > a:visited {
	color: #ffffff;
	text-shadow: 0 0 1em rgba(0,0,0,0.35), 1px 2px 2px rgba(0,0,0,0.5);
	}
	html.ssbintro_first #b_home #nav1 ul.navlng li a, 
	html.ssbintro_first #b_home #nav1 ul.navlng li a:link, 
	html.ssbintro_first #b_home #nav1 ul.navlng li a:visited {
	color: #ffffff;
	text-shadow: 0 0 1em rgba(0,0,0,0.35);
	}
	html.ssbintro_first #b_home #nav1 ul.navlng li.aktiv a, 
	html.ssbintro_first #b_home #nav1 ul.navlng li.aktiv a:link, 
	html.ssbintro_first #b_home #nav1 ul.navlng li.aktiv a:visited {
	color: #dedede;
	}
	html.ssbintro_first #b_home #nav1 ul.navlng li a::before {
	border-right-color: #ffffff;
	}
	
/*********************/

	#b_landing{
	--thm-hgt-hdr-dkt: 160px
	}
	

/*
	#b_landing #site_header div.inner {
	height: 160px;
	}
	#b_landing #extrabox {
	top: 160px;
	}
*/
}

@media (min-width: 801px) {




	#suchform input{
	/*
	border-color: var(--thm-clr-std-sek) !important;
	*/
	}




}


@media (max-width: 1099px) {


	#menubutton::before {
	border-radius: 0px;
	}
/*
	html.ssbintro_first #b_home #site_header{
		transition: background-color 0.2s;
	}
	html.ssbintro_first.nav1_open #b_home #site_header{
		background-color: var(--thm-clr-hdr-bgr);
		transition: background-color 1.0s;
	}
*/


	html.ssbintro_first #b_home #site_header a{
	/*
	width: 220px;
	height: 70px;
	margin-top: 28px;
	*/
	width: 300px;
	height: 96px;
	margin-top: 28px;
	}

	#nav1{
	font-size: 1.125rem;
	line-height: 1.2em;
	}

	#nav1.open > .inner {
	border-bottom: 0;
	box-shadow: 0 6px 10px rgba(0,0,0,0.3);
	}
	
	
	#nav1 > .inner {
	background: #FFFFFF;
	}

	#nav1 ul.navlist > li span.mbutton {
	color: var(--thm-clr-std-ter);
	}

	#nav1 ul.navlist li a{
	text-shadow: none;

	}
	
	#nav1 ul.navlist>li>a,
	#nav1 ul.navlist>li>a:link,
	#nav1 ul.navlist>li>a:visited{
	font-weight: 600;
	color: var(--thm-clr-std-pri);
	}

	.no-touch #nav1 ul.navlist li a:hover, 
	.no-touch #nav1 ul.navlist li a:focus {
	text-shadow: none;
	}
	
	#nav1 ul.navlist li a:hover{

	}
	

	
	#nav1 ul.ebene2 > li > a, 
	#nav1 ul.ebene2 > li > a:link, 
	#nav1 ul.ebene2 > li > a:visited,
	#nav1 ul.ebene2 > li.aktiv > a, 
	#nav1 ul.ebene2 > li.aktiv > a:link, 
	#nav1 ul.ebene2 > li.aktiv > a:visited, 
	#nav1 ul.ebene2 > li.aktiv > a:hover,
	#nav1 ul.ebene3 > li.aktiv > a{
	font-weight: 400;
	}

	#nav1 ul.navlist > li > ul > li > ul li:not(.aktiv) a,
	#nav1 ul.navlist > li > ul > li > ul li:not(.aktiv) a:link,
	#nav1 ul.navlist > li > ul > li > ul li:not(.aktiv) a:visited{
	font-weight: 300;
	}

	.no-touch #nav1 ul.navlist > li:hover > ul::after, 
	#nav1 ul.navlist > li.opensub > ul::after {
	filter: drop-shadow(0 6px 3px rgba(0,0,0,0.1));
	}

	html.ssbintro_first.nav1_open #b_home #site_header a{
	background: transparent;
	/*filter: none;*/
	margin-top: var(--thm-mtp-lgo-tbl);
	height: var(--thm-hgt-lgo-tbl);
	width: var(--thm-wdt-lgo-tbl);
	}

	html.nav1_open #b_home #site_header img,
	html.ssbintro_first.nav1_open #b_home #site_header img{
	opacity: 1;
	transition: 0.5s;
	}



	html.ssbintro_first #b_home #nav1{
	transition: margin-top 0.2s;
	}

	html.ssbintro_first #b_home #nav1.open{
	margin-top: 100px;
	}


	#hl_main.branche{
	padding-right: 150px;
	}

	#hl_main.branche::before{
	bottom: auto;
	top: 0;
	right: 0%;
	width: 120px;
	padding-bottom: 120px;
	}

}


@media (max-width: 800px) {

	#nav1 ul.navlng li a, 
	#nav1 ul.navlng li a:link, 
	#nav1 ul.navlng li a:visited{

	}
	#nav1 ul.navlng li.aktiv a, 
	#nav1 ul.navlng li.aktiv a:link, 
	#nav1 ul.navlng li.aktiv a:visited{

	}
	.no-touch #nav1 ul.navlng li:not(.aktiv) a:hover, 
	#nav1 ul.navlng li a:focus {

	}


	h1 {
	font-size: 3.0em;
	line-height: 0.85em;
	}

	
	/*
	#hl_main.branche{
	padding-right: 70px;
	}

	#hl_main.branche::before{
	bottom: auto;
	top: 0;
	right: 0%;
	width: 60px;
	padding-bottom: 60px;
	}
*/

/*

	#content > section.sc_vidlokal > .inner > .text {
	width: 100%;
	min-width: 0;
	margin: 20px;
	padding: 0.5em 0.8em;
	font-size: 1.8em;
	font-family: var(--thm-fnt-hls);
	}
*/


/*
	#b_home #content .logoblock > ul.col3 {
	padding: 1em;
	}
*/


}


@media (max-width: 550px) {

    #content div.galerieblock2.altern div.pseudocols > ul > li {
        width: var(--thm-wdt-ctb-4_4);
        margin-bottom: 1em;
    }



	#b_home #content .logoblock > ul.col3 {
	display: block;
	}

	#b_home #content .logoblock > ul.col3 > li {
	width: auto !important;

	float: none;
	display: block;
	margin-bottom: 1em;
	}

	#b_home #content .logoblock > ul.col3 > li:last-child {
	margin-bottom: 0;
	}

	#b_home #content .logoblock > ul.col3 > li img {

	}

}



@media (max-width: 500px) {


	html.ssbintro_first #b_home #site_header a{
	margin-top: var(--thm-mtp-lgo-smp);
	height: var(--thm-hgt-lgo-smp);
	width: var(--thm-wdt-lgo-smp);
	}

	html.ssbintro_first.nav1_open #b_home #site_header a{
	background: transparent;
	filter: none;
	margin-top: var(--thm-mtp-lgo-smp);
	height: var(--thm-hgt-lgo-smp);
	width: var(--thm-wdt-lgo-smp);
	}

	html.ssbintro_first #b_home #nav1.open {
	margin-top: 80px;
	}

}




div.abdecker {
mix-blend-mode: multiply;
}

/*
#nav1:hover ~ .abdecker,
#extrabox.open ~ .abdecker{
backdrop-filter: blur(3px);
opacity: 1;
background: rgba(0,0,0,0.2)
}
*/

#menubutton{
border: 0;

}
#menubutton::before{
opacity: 1;
border-radius: 10px;
}


#site_footer ul.navlist{
/*margin-top: 0.35em;*/
}

#site_footer ul.navlist li a, 
#site_footer ul.navlist li a:link, 
#site_footer ul.navlist li a:visited {
font-size: 1.125rem;
line-height: 2.2em;


}

#site_footer .inner > nav#footer_nav,
#site_footer ul#nav_footer,
#site_footer ul#nav_footer li.priv_set,
#site_footer nav#social_nav,
#site_footer ul#nav_social{
overflow: visible;
}

#site_footer{


}

.no-touch #site_footer ul#nav_social li a{
border-radius: 1px;

border-radius: 10px;
}

.no-touch #site_footer ul#nav_social li a:hover, 
#site_footer ul#nav_social li a:focus,
.no-touch #site_footer ul.navlist li.priv_set>a:hover,
#site_footer ul.navlist li.priv_set>a:focus{
/*
box-shadow: 0 0 1.5em rgba(255,255,255,0.66);
*/
}

.no-touch #site_footer ul.navlist li.priv_set > a, 
#site_footer ul.navlist li.priv_set > a {
background-color: var(--thm-clr-std-pri) !important;
}
.no-touch #site_footer ul.navlist li.priv_set > a:hover, 
#site_footer ul.navlist li.priv_set > a:focus {
background-color: var(--thm-clr-std-sek) !important;
}


#extrabox a, 
#extrabox a:link, 
#extrabox a:visited {
text-decoration: none;
}
#extrabox a:hover {
}

#extrabox #extrabox_button {
border-color: transparent;
background: var(--thm-clr-std-sek) !important;

border-radius: 10px;
}


#extrabox #extrabox_close {
color: #ffffff;
border-color: transparent;
background: var(--thm-clr-std-sek) !important;

border-radius: 10px;
}
#extrabox #extrabox_close:hover {
color: #fff;
border-color: transparent;
}

#extrabox p.mehr a:hover {
color: #ffffff;
}


/**/
#hl_main{

}

#hl_main > span.overline {
font-family: var(--thm-fnt-std);
font-size: 0.5em;
line-height: inherit;
font-weight: 300;
color: var(--thm-clr-std-ter);
background: transparent;
padding: 0;
margin-bottom: 0.1em;
display: block;
position: relative;
}

#hl_main > span.underline {
font-family: var(--thm-fnt-std);
font-size: 0.5em;
line-height: inherit;
font-weight: 300;
color: var(--thm-clr-std-ter);
margin-top: 0.0em;
opacity: 1;
text-transform: none;
}

/**/
h2{
text-transform: none;
}

h3{
text-transform: none;

}

.stoererblock h3,
div.abschnitt .text h3 {
text-transform: none;
}

#content > section.variant2 h2{
color: #FFFFFF;
color: var(--thm-clr-vt2-hls);
}

.textblock p:not(.mehr){
/*
max-width: 940px;
*/
}

blockquote::before {
top: -0.05em;
color: var(--thm-clr-std-ter);
}


/*
p.mehr{
text-shadow: 0 0 3px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
}
#content > section.variant2 p.mehr,
.stoererblock p.mehr{
text-shadow: none;
}
*/








html.ssbintro_first #b_home #slideshow .slidebox .sb_inner::after{
content: "";
position: absolute;
bottom: 0;
right: 8%;

width: 0px;
height: 0px;
border: 150px solid transparent;
border-bottom-color: #ffffff;
border-bottom-width: 80px;
border-top-width: 0;
}
html.ssbintro_first #b_home #slideshow .slidebox.altern .sb_inner::after{
left: 8%;
right: auto;
}




html.ssbintro_first #b_home .abdecker{
display: none;
}

html.ssbintro_first #b_home #site_header{
background: transparent;
position: absolute;
width: 100%;
box-shadow: none;
}

#site_header a{

}

html.ssbintro_first #b_home #site_header a{
/*filter: saturate(0) brightness(180) drop-shadow(0 0 1em rgba(0,0,0,0.5));*/
/*filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));*/
}



#content>section#sc_intro {
padding-bottom: 0;
margin-bottom: var(--thm-sct-pdv);
}

#content > section.sc_vidlokal::before{
content:"";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40%;
opacity: 1;
mix-blend-mode: multiply;
z-index: 10;
/*
background: rgba(0,0,0,0.2);
*/
background: -moz-linear-gradient(top, rgba(1,42,69,1.0) 0%, rgba(1,42,69,0.0) 100%);
background: -webkit-linear-gradient(top, rgba(1,42,69,1.0) 0%, rgba(1,42,69,0.0) 100%);
background: linear-gradient(to bottom, rgba(1,42,69,1.0) 0%, rgba(1,42,69,0.0) 100%);

}


#content > #b_home section.sc_vidlokal + section.sc_page_hl > .inner {
padding-top: calc(var(--thm-sct-pdv)/2) !important;
}

#content > section.sc_vidlokal{
background-color: var(--thm-clr-std-ter);
}


.stoererblock a{
color: #B0B6C0;
}


.stoererblock p.mehr>a{
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
}
.stoererblock p.mehr>a:hover{
color: var(--thm-clr-std-sek);
background: #ffffff !important;
border-color: transparent;
}



#content>section.sc_special.variant2{

}

#content>section.sc_special.variant2 :is(button:hover, 
[type="button"]:hover, 
p.mehr a:hover, 
a:hover p.mehr, 
ul.links a:hover) {
background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%) center center !important;
color: var(--thm-clr-std-sek);
}

.specialblock em,
.specialblock i{
color: var(--thm-clr-vt1-bgr);
opacity: 1;


font-size: 1.5em;
line-height: 1.1em;
font-weight: 400;
}

.specialblock em+br+em,
.specialblock i+br+i{
margin-top: -1.5em;
}


.sc_job .job_details,
.sc_job .job_location{
/*
position: absolute;
left: -99999px;
*/
}


/*
.k_form input,
.k_form select,
.k_form textarea{
background: var(--thm-clr-vt0-bgr);
border: 2px solid var(--thm-clr-vt0-bgr);
color: #000000;

}
*/



/*
#content .klickkachelnblock.icons ul.klickkachelnliste>li>a .text div.icon{
transition: 0.3s;
}

#content .klickkachelnblock.icons ul.klickkachelnliste>li .text div.icon{
box-shadow: 0.1em 0.5em 0.1em rgba(0,0,0,0.0) inset;
transition: 0.3s;
}

#content .klickkachelnblock.icons ul.klickkachelnliste>li>a:hover .text div.icon{
box-shadow: 0 0 1em rgba(255,255,255,1);
background-color: var(--thm-clr-std-pri);
box-shadow: 0.1em 0.5em 0.5em rgba(0,0,0,0.2) inset;
transition: 0.3s;
}
#content .klickkachelnblock.icons ul.klickkachelnliste>li>a .text div.icon img{
transition: 0.3s;
filter: none;
}
#content .klickkachelnblock.icons ul.klickkachelnliste>li>a:hover .text div.icon img{
filter: drop-shadow( 1px 3px 3px rgba(0,0,0,0.7) ) drop-shadow( -0.33px -1px 2px rgba(255,255,255,0.7) );
transform: scale(101%);
transition: 0.3s;
}
*/


#content ul.klickkachelnliste2 > li h3 {
color: var(--thm-clr-std-sek);
}

#content ul.klickkachelnliste2 > li > a, 
#content ul.klickkachelnliste2 > li > .a-subst {

background-color: var(--thm-clr-vt1-bgr);
color: var(--thm-clr-std-txt);
}

.no-touch #content ul.klickkachelnliste2 > li > a:hover, 
#content ul.klickkachelnliste2 > li > a:focus {
color: var(--thm-clr-std-txt);
}

#content ul.klickkachelnliste2 > li > a > .text::before{
color: var(--thm-clr-std-pri);
}

.no-touch #content ul.klickkachelnliste2 > li > a:hover > .text::before, 
#content ul.klickkachelnliste2 > li > a:focus > .text::before {
background-color: var(--thm-clr-std-pri);
border-color: var(--thm-clr-std-pri);
color: #ffffff;
}

#content ul.klickkachelnliste > li > a > .text::before,
#content section.variant2 ul.klickkachelnliste2 > li > a > .text::before {
color: var(--thm-clr-std-sek);
border-color: var(--thm-clr-std-btn-brd);
}
.no-touch #content ul.klickkachelnliste > li > a:hover > .text::before, 
#content ul.klickkachelnliste > li > a:focus > .text::before ,
.no-touch #content section.variant2 ul.klickkachelnliste2 > li > a:hover > .text::before, 
#content section.variant2 ul.klickkachelnliste2 > li > a:focus > .text::before {
background-color: var(--thm-clr-std-pri);
color: #ffffff;
border-color: transparent;
}



div.expandlist > ul > li > h3{

}
.no-touch div.expandlist > ul > li > h3:hover {
color: #ffffff;
background-color: var(--thm-clr-std-pri);
}
div.expandlist > ul > li.aktiv > h3 {
color: #ffffff;
background-color: var(--thm-clr-std-ter);
}




#content .kachelnblock.icons ul.kachelnliste>li .bild::before{
background-color: var(--thm-clr-std-sek);
opacity: 0.6;
}

#content .kachelnblock.icons ul.kachelnliste>li .text{
font-weight: var(--thm-fnt-std-wbd);
}

#content .kachelnblock.icons ul.kachelnliste > li .text > h3 {
font-weight: 900;
}

#content .kachelnblock.icons ul.kachelnliste>li .text>p.mehr a,
#content .kachelnblock.icons ul.kachelnliste>li .text>p.mehr a:link,
#content .kachelnblock.icons ul.kachelnliste>li .text>p.mehr a:visited{
color: #ffffff;
background-color: rgba(0,0,0,0.15);
/*
border-color: inherit;
*/
}
#content .kachelnblock.icons ul.kachelnliste>li .text>p.mehr a:hover{
color: var(--thm-clr-std-btn-hov);
background-color: var(--thm-clr-std-btn-bgr-hov);
border-color: var(--thm-clr-std-btn-bhi);
}


#hl_main > span.datum{
color: var(--thm-clr-std-sek);
}


.auflistungblock ul.ab_gruppe > li h4,
div.expandlist > ul > li > h3{
text-transform: none;
}

.aktuellhomeblock h3 > span.datum {
font-size: 0.7142em;
line-height: 1.0em;
}





.no-touch #content ul.galerieliste li>a:hover, 
#content ul.galerieliste li>a:focus, 
.no-touch #content div.galerieblock2 ul li>.bild>a:hover, 
#content div.galerieblock2 ul li>.bild>a:focus {
/*
box-shadow: none;
*/
background-color: var(--thm-clr-std-sek);
}


div.galerieblock2 div.pseudocols > ul > li .bild img {
object-position: center 15%;
}

.no-touch #content ul.galerieliste li > a:hover img, 
#content ul.galerieliste li > a:focus img, 
.no-touch #content div.galerieblock2 ul li > .bild > a:hover img, 
#content div.galerieblock2 ul li > .bild > a:focus img {
/**/
filter: none;
mix-blend-mode: normal;

}

.sl-wrapper button:not(:hover){
background: transparent !important;
}


/* Bilder bei Hover leicht zoomen */
/*

#content ul.kachelnliste > li .bild {
overflow: hidden;	
}

.no-touch #content ul.kachelnliste > li .bild img {
transform: scale(1.0);
transition: transform 1500ms;
}

.no-touch #content ul.kachelnliste > li:hover .bild img {
transform: scale(1.1);
}


#content ul.klickkachelnliste > li .bild {
overflow: hidden;
}

.no-touch #content ul.klickkachelnliste > li .bild img {
transform: scale(1.0);
transition: transform 1500ms;
}

.no-touch #content ul.klickkachelnliste > li:hover .bild img {
transform: scale(1.1);
}



#content ul.klickkachelnliste2 > li .bild {
overflow: hidden;
}

.no-touch #content ul.klickkachelnliste2 > li .bild img {
transform: scale(1.0);
transition: transform 1500ms;
}

.no-touch #content ul.klickkachelnliste2 > li:hover .bild img {
transform: scale(1.1);
}




div.abschnitt .bild, div.abschnitt .vid_yt {
overflow: hidden;
}

div.abschnitt .bild img {
transform: scale(1.0);
transition: transform 1500ms;

}

.no-touch div.abschnitt .bild:hover img {
transform: scale(1.1);
}



div.pseudocols > ul > li .bild{
overflow: hidden;
}

div.pseudocols > ul > li .bild img {
transform: scale(1.0);
transition: transform 1500ms;
}

.no-touch div.pseudocols > ul > li .bild:hover img {
transform: scale(1.1);
}



div.personenblock ul.personenliste li .bild img{
transform: scale(1.0);
transition: transform 1500ms;
}

.no-touch div.personenblock ul.personenliste li .bild:hover img{
transform: scale(1.1);
}

*/


/* 2024-01-13 */