@charset "UTF-8";
:root{
	--ad--orange:#f08800;
	--ad--bgorange:#f18800;
	--ad--bgorangemittel:#f9b466;
	--ad--bgorangehell:#fcd2a3;
	--ad--lila:#7c332a;
	--ad--bugrau:#cccccc;
	--ad--beigedunkel:#c6b9a7;
	--ad--beigehell:#dfd7cc;
	--ad--beigerosa:#ece7e1;
	--ad--slgrau:#eeeeee;

}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

body {
	font-family: 'Notosans', Verdana, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	//line-height: 1.8em;
	
	font-weight: 400;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px top;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: steht im home.html*/
	//word-break: break-all;
}

html,
body {
    margin: 0px;
    height: 100%;
}

.spreview .eltpl1{
	background-color:#aaeeee;
}

.spreview .eltpl3{
	background-color:#bbeeee;
}

.spreview .eltpl4{
	background-color:#cceeee;
}

.spreview .eltpl5{
	background-color:#ddeeee;
}

.spreview .eltpl6{
	background-color:#eeeeee;
}
.spreview .eltpl7{
	background-color:#eeaaee;
}
.spreview .eltpl8{
	background-color:#eebbee;
}
.spreview .eltpl9{
	background-color:#eeccee;
}


.bgrot{
	background-color:#dab5ba;
}

.bggruen{
	background-color:#acdcc2;
}

.bgblau{
	background-color:#acb5dc;
}

.bggelb{
	background-color:#e7e5bf;
}

.bggrau{
	background-color:#d4d4d4;
}

.bgorange{
	background-color:var(--ad--bgorange);
}

.pop{  /* auf ein bild um fancybox zu triggern */
	cursor:pointer;
}

.spointer{
	cursor:pointer;
}


u {
	text-decoration:none;
	border-bottom:1px solid #bfbfbf;
}


b{
	font-family: 'Notosans', Verdana, sans-serif;
	font-weight: 700;
}

strong{
	font-family: 'Notosans', Verdana, sans-serif;
	font-weight: 700;
}

p{
	display:inline;
}


a img { /* blauer Rahmen weg. */
	border: none;
}

button{
	/*outline:none;*/
}

body a{
	color: #222222;
	text-decoration:none;
}


a[href="http"] { 
	color: blue !important; 
	font-weight: bold; 
	
}

a[href="https"] { 
	color: blue !important; 
	font-weight: normal; 
}


a:active {
	color: #333333;
}

a:hover {
	color: #666666;
}



/*################barrieren*/

:focus{
 //border:1px solid var(--ad--orange);
}

a:focus-visible { 
	//outline:1px solid var(--ad--orange);
	border-bottom:2px solid var(--ad--orange);
}


button:focus-visible { 
	border-bottom:1px solid var(--ad--orange) !important;
}

button::-moz-focus-inner {
	outline:1px solid var(--ad--orange);
}


/*################barrieren*/

.dldcls{
	border-bottom:1px solid gray;
	margin-bottom:10px;
	overflow:hidden;
	min-width:20px;
	display: table;
}

.grau{
	color: #878787;
}

.schwarz{
	color: #000000;
}

.parserot{
	color:#ff0000;
}

.adorange{
	color: var(--ad--orange);
}

hr {
	border:0px solid;
	border-bottom: 1px solid #333333;
	margin-bottom:40px;
}

h1{
	font-weight: normal;
	margin-top:0;
	margin-bottom:0.6em;
}

h2 {
	font-weight: normal;
	margin:0;
	line-height: 1.3em;/*neu 2023*/
	margin-bottom: 0.2em; /*neu 2023*/
}

h3 {
	font-weight: bold;
	margin:0;
}


/*######## fancybox*/

.fancybox-button--close{
	margin-right:18px;
}

/*######## fancybox*/



/* Definitionslisten in ckeditor mit || zu trennen, dann leerzeile  */

.dlzeile{
	width:100%;
	overflow: hidden;
}

.dlvor {
	min-width:12%;
	max-width:30%;
	float:left;
	overflow:visible;
	margin-right:1%;
}

.dlnach {
	max-width:69%;
	float:left;
}


/* Definitionslisten in ckeditor mit || zu trennen, dann leerzeile  */

/*##################divs und defs*/


#container { /*  die totale seite   */
	position:relative;
	max-width: 1024px;
	width:100%;
	margin: 0 auto;  /*Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. Er ist nicht erforderlich, wenn Sie die Breite von .container auf 100 Prozent setzen. */
	overflow: hidden; 
	/*height:100vh;*/
}

#header{  
	width: 100%;
	overflow:hidden;
	margin-bottom:70px;
	//border-bottom:1px solid;
	position:relative;
	height:10vw;
	max-height:160px;
}



.logowrap, .fixnaviwrap{
	width:50%;
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
}


#header, .logowrap, .fixnaviwrap{
	height:11vw;
	max-height:160px;
}


.fixnaviwrap{
	/*background-color:green;*/
	//border-bottom:1px solid red;
	height:100%;
	text-align:right;
}


#logo {
	width:80%;
	margin-left:5%;
	//margin-top:55px;
	max-width:550px;
	position:absolute;
	bottom:0;
}

#logo img{
	width:100%;
}

#fixnavi{
	width:100%;
	font-size:0.9em;
	position:absolute;
	right:0;
	margin-right:5px;
	bottom:0;
}

.llfixnavi img{
	width:37%;
	vertical-align:bottom;
	margin-bottom:3px;
}

#fixnavi ul{
	color:var(--ad--orange);
	text-transform:uppercase;
}



.list-group-link{
	text-decoration:underline;
}

.such_e_h3{
	display:inline-block;
	margin-right:1em;
}

.such_e_d{
	font-size:0.8em;
	color:gray;
}


.searchtags{
	display:inline-block;
	border:1px solid black;
	margin-right:2em;
	padding:0.2em;
}

.sprachenaktiv{
	color: #ff4800;  /*orange*/
}


#suche input{
	font-family:inherit;
	font-size:inherit;
}

.suchvorergebnisse{
	position:relative;
	overflow:auto;
	background-color:#fbfbfb;
	height:40vh;
	border:2px solid var(--ad--orange);
	z-index:100;
}

.suchvorzeile{
	border-bottom:1px solid gray;
	margin-bottom:1em;
	padding:5px;
}


.videoiframe, iframe{
	border:0px;
	width:100%;
	margin-bottom:-10px;
}

.socialiframe{
	border:0px;
	width:100%;
	position:relative;
	min-height:200px;
}


#article {
	float: left;
	max-width: 768px; 
	width:100%;
	min-height:200px;
	overflow:hidden; 
	margin-bottom:40px;
	/*border:1px solid;*/
}

#footer{
	max-width: 1280px; 
	width:100%; 
	margin:0 auto;
	margin-bottom:20px;
	background-color:var(--ad--beigerosa);
	padding-bottom:20px;
}

#footer .ctwrap {
	display:flex;
	padding-top:5px;
	padding-bottom:5px;
}


#footer .ctc4{
	width:24%;
	padding-right:3%;
}

#footer .ctc4:first-of-type, #footer .ctc5:first-of-type, #footer .ctcolumns2:first-of-type {
  padding-left:2%;
}

#footer .ctc5{
	width:18%;
	padding-right:2%;
}



#crumb{
	width:100%; 
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
}

#crumb, #footer{
	font-size:0.9rem;
}

.crumblink{
	color:var(--ad--lila);
}


/* footer kleienr als haupttext*/

#speed{
	display:none;
}


.footertop{
	background-color:var(--ad--beigedunkel);
}

.footertop div a{
	color:white;
	font-weight:bold;
}




.crumbclass{
	color:gray;
}

/* der standardwrapper um die elemente 1 - 16 */

.ctwrap {
	width:100%;
	overflow:hidden;
}

/* templates 1 - 16 */

.ctcolumns1{
	width:100%;
	transition: all 331ms ease;
	 transition-delay: 300ms;
}

.ctcolumns2 {
	width: 48%;
	margin-right:2%;
	float:left;
	transition: all 331ms ease;
	transition-delay: 300ms;
}

.ctcolumns3 {
	width: 32%;
	margin-right:2%;
	float:left;
	transition: all 331ms ease;
	transition-delay: 300ms;
}

.ctwrap .ctcolumns3:last-of-type{
	margin-right:0;
}


.eltpl2{
	margin-bottom:120px;
}

.eltpl2 .slickcaption{
	margin-top:20px;
	margin-bottom:20px;
}

.slick2{
	width: 100%;
	/*height: 360px;*/
}



.bldsl img{
	width:100%;
	max-width:100%;
	/*max-height:325px;*/
	height:auto !important;
}


.slick-dots{
	margin-left:-7px;
}

.slick-dots li button{
	color:var(--ad--slgrau);
}

.slick-dots li button:before
{
    font-family: 'Arial';
    font-size: 55px;
    line-height: 30px;

    
    content: '•';

	color:var(--ad--slgrau); 
	
}

.slick-dots li.slick-active button:before
{
    color:var(--ad--bgorangemittel); 
}



.ctcolumns1 , .ctcolumns2 , .ctcolumns3  {
	//overflow:hidden;
}




.eltpl15 {
	display:flex;
	padding-top:5px;
	padding-bottom:5px;
}

.eltpl15 .ctc4{
	width:25%;
	padding-right:1%;
}

.eltpl15 .ctc4:first-of-type,{
  padding-left:1%;
}




/* formulagenerator formulagenerator formulagenerator formulagenerator */

.formgenwrap {
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}

.formgenwrap img{
	max-width:100%;
}


.formleerzeile hr{
	margin:0;
}

.formgenzeile, .formleerzeile{ 
	width:60%;
	margin-right:1%;
}

.formgenzeilebesch {
	width:50%;
}

.formgentxt, .formgentxtfeld {
	width:25%;
	border:1px solid grey;
	width:100%;
}

.fselect, .fradio, .fcheck{
	float:left;
	width:auto;
}

#el{
	padding-top:14px;
}


/*fancybox fancybox fancybox fancybox fancybox fancybox*/

#fancycheck{
	display:none;
}


.fancybox-caption{
  	color: #000;
}

 
.fancybox-bg {
  background: #ffffff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
 }

.fancybox-button {
	 background: none; 
}

.fancybox-navigation button {
  background: none; 
 }

.fancybox-navigation button:before {
	content: "";
	background: none; 
 }


/* navigation */  


#naviwrap{
	width: 256px;
	overflow:hidden;
	padding-top:0px;
	margin-bottom:40px;
	padding-left:0px;
	float:left;
}

#navidesk {   /*desktop*/
	width: 250px;
	/*overflow:hidden; */
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: 0px;
}

#navimobil {/*mobil*/
	font-family: inherit;
	font-size:inherit;
	line-height:inherit;
	display: none;
	position: relative;
	width: 100%;
	top: 0px;
	left:0px;
	padding-left:0px;
	z-index:5000;
	color: #000000;
	
}

#burger{/*burgerbutton*/
	border:0;
    right:32px;
    top:22px;
    text-indent: 300%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    transition: all 400ms ease;
    cursor:pointer;
	position:absolute;
	z-index:5003;
}

.bopen{
 	/* steht in home.html wegen dem pfad zum bild*/
}

.bclose{/*burgerbutton*/
   /* steht in home.html wegen dem pfad zum bild*/
}

#navimliste{/*mobil*/
    display: none;
    background: #fff;
    padding-top:10px;
    padding-left:5px;
    margin-left:-5px;
    padding-right:20px;
    z-index:5002;
    overflow:hidden;
}

.navileerzeile {
	height:17px;
	width:100%;
}

.naviunsichtbar, .innaviunsichtbar, .unsichtbar, .hasasub {
	 display: none;
}

xnav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  
  width:240px;
// border:1px solid red;
}


.nav-global {
  overflow: hidden;
}

.ngc1, .ngc2, .ngc3{
	 margin-left:15px;
	// border:1px solid green;
}

nav ul {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  padding-left: 0px;
 // margin-left:15px;
}

nav button{
	border:0;
	background:none;
	font-size:inherit;
	padding-left:0;
	padding-right:0;
}

nav .btminus{  
	color:green;
	border-right:3px solid;
}


nav li{
	list-style-type: none;
	min-height:1.6em;
}

nav .active {
	color:#ff4800;
}

nav .collapse{
	display:none;
}

nav .show{
	display:block;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;
}


@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* der toggler button als pfeil rechts, die bilder sind im home.html wegen der pfade*/

nav .togb{
	background-repeat: no-repeat;
	background-position: 100% 50% !important;
	//cursor:cell;
	width:18px;
}

nav .togbshow{
	//cursor:vertical-text;
	width:18px;
}

nav .leerzeile{
	// background-color:lightgray;
	opacity:0.2;
	height:10px;
}

nav .ohnelink{
	font-weight:bold;
}


.nav1{
	margin-left: 0;
}


.sichtbar{
	display:block;
}





.elementanchors{
	height:20px;
	border:1px solid #ff4800;
	display:none;
}

#anchorlinks{
	display:none;
	min-height:10px;
	overflow:hidden;
	margin-bottom:15px;
}

.anchorlinks{
	float:left;
	margin-right:10px;
}

.anchorlinkstop{
	display:none;
	min-height:10px;
	overflow:hidden;
	margin-bottom:15px;
}



/*############ include skulpturen*/

.imgt3bhv, .imgt3bqv{
	width:100%;
}

 .imgt3hv, .imgt3qv {
 	width:60%;
 }
 
 .cskwrap{
 	width:100%;
 	overflow:hidden;
 	min-height:10px;
 }
 
 .cskvor, .csknach{
 	float:left;
 	margin-right:10px;
 }
 
 .skpfeil{

 }
 
  /* ######flex 
 	https://css-tricks.com/snippets/css/a-guide-to-flexbox/
 */
 
.ct9bilder {
  display: flex; /* or inline-flex */
  flex-direction: row; /* row | row-reverse | column | column-reverse;*/
  flex-wrap:wrap;  /*nowrap | wrap | wrap-reverse;*/
}

.eltpl9 .blddiv{
	width:31%;
	margin-right:2%;
	margin-bottom:2%;
}

.eltpl9 .qv, .eltpl9 .hv, .eltpl9 .qu {
	width:100%;
}


.block{
	background-color:white;
	padding:10px;
	margin:20px;
	display:inline-block;
}





/* navitree statt der navi includes */

.navtr1, .navtr2, .navtr3, .navtr4{
	color: var(--ad--orange); 
}
.navtrebene2{
	margin-left:8px;
}
.navtrebene3{
	margin-left:16px;
}
.navtrebene4{
	margin-left:24px;
}
.navie1mobil{
	font-size:inherit;
	line-height:inherit;
}

.mynavirot{
	color:#ff8888;
}

.archivzeile{
	overflow:hidden;
	float:none;
	clear:left;
	border-bottom: 1px dotted gray;
}

.archivitem1{
	width:370px;
}
.archivitem2{
	width:200px;
}



.fl{
	float:left;
}




/* asyl  asyl asyl asyl asyl asyl asyl asyl asyl asyl asyl asyl asyl asyl asyl asyl */

.navliste{
	width:100%;
}

.navkat{
	background-color:yellow;
}

.navkat img{
	width:100%;
}

.navsub{

}

.navsub img{
	width:50%;
}

.nav2{
	margin-left:10px;
}


.teaserwrap, .teasertop, .teaserbottom, .teaserbildquer{
	overflow:hidden;
	width:100%;
}

.teaserbildquer{
	margin-bottom:-8px;
}


.teaserwrap{
	margin-bottom:3%;
}

.teasertop{
	margin-bottom:1%;
}

.teaserdatum, .teaserhead, .teaserpnt, .teaserbild, .teasertext, .teasertitel, .teaseralle{
	float:left;
}

.teaserdatum, .teaserhead, .teaserpnt{
	font-size:0.9em;
	font-weight:bold;
}

.teaserdatum{
	color:var(--ad--orange);
}

.teasermehr{
	color:var(--ad--orange);
}

.teaserlnk1:hover{
	//color:black;
}



.teaserpnt{
	width:1em;
	text-align:center;
}
.teaserhead{
	text-transform:uppercase;
}

.teaserbild{
	width:30%;
	margin-right:5%;
}

.tbld{ /* dl */
	width:15%;
}

.tbtxt{ /* dl text */
	width:80%;
}



.teaserbild img, .teaserbildquer img{
	width:100%;
}

.pdf-icon{
	width:80% !important;
}

.dok-icon{
	width:80% !important;
	margin-top:10px;
}


.teasertext{
	width:65%;
	font-size:0.9em;
	margin-top:-0.3em;
}

.teasertext a{
	color:var(--ad--orange);
}

.teasertext strong{
	font-size:1.4em;
	font-weight:bold;
}

.teasertitel, .teaseralle{
	width:48%;
	padding-top:0.5%;
	padding-bottom:0.5%;
	padding-left:1%;
	padding-right:1%;
	font-weight:bold;
}

.teasertitel{
	width:97%;
}


.teaseralle{
	text-align:right;
}

.teaseralle a{
	color:white;
}



#homeslider{
	width:100%;
	background-color: grey;
}

.slickhome{
	width:1024px;
	height:416px;
	overflow:hidden;
}

.bottomorange{
	height:0.8em;
	background-color: var(--ad--orange);
}

#homeslider  .slick-slider{
	margin-bottom:0;
}

.slickhome img{
	width:100%;
}

.slickhome .slick-dots {
	margin-top:10px;
}


.bodytemplate_10 .ctcolumns3 img{
	width:100%;
}

.bodytemplate_10 .ctcolumns3{
	margin-bottom:6px;
}


.bodytemplate_10 .ctcolumns1 img{
	width:100%;
}

.bodytemplate_10 .ctcolumns1{
	margin-bottom:6px;
}

#suche, #crumb{
	width:73%;
	margin-left:13%;
	margin-right:14%;
	margin-bottom:1em;
}

#suche{
	background-color:var(--ad--bgorangehell);
}


#suche input, #crumb{
	
	width:calc(100% - 20px);
	background: transparent;
	font-weight:bold;
}

#suche input{
	margin:5px;
}
.crumb10{
	display:none;
}

#suche input {
	//width:100%;
	border:0;
	//border-top:1px solid;
}

#mainlinks{
	float: left;
	width:11%;
	margin-right:2%;
}

#article {
	float: left;
	max-width: none; 
	width:73%;
	min-height:200px;
	overflow:hidden; 
	margin-bottom:40px;
	/*border:1px solid;*/
	margin-right:2%;
}

#mainrechts{
	float: left;
	width:12%;
}

.artikelhead{
	font-size:2em;
	line-height:1.2em;
}

.artikelbild img{
	width:100%;
}

.artikelbildunterschrift, .slickhome .slickcaption{
	font-size:0.7em;
	color:var(--ad--bugrau);
	margin-bottom:2em;
}

.artikelkurz{
	font-weight:bold;
	font-size:0.9em;
}

.artikelautor{
	font-weight:bold;
	font-size:0.9em;
	color:var(--ad--lila);
}

.artikelstrich{
	margin-top:2em;
	border-bottom: 2px solid var(--ad--orange);
	margin-bottom:1.8em;
}


.artikelhaupttext b, .artikelhaupttext strong{
	//color:var(--ad--orange);
}

.artikelhaupttext ul, .artikelkurz ul{
	list-style-type: square;
	//var(--ad--bgorangehell);
	padding-left: 1em;
}

.artikelhaupttext a, .artikelhaupttextb a{
	color:var(--ad--orange);
	
}

.artikelhaupttext a[target=_blank] { 
	text-decoration:underline;
} 

.artikelhaupttext img, .artikelhaupttextb img{
	margin-left:0 !important;
}


.artikelhaupttext h1, .artikelhaupttext h2, .artikelhaupttext h3{
	/*
font-size:1.2em;
	line-height: 1.2em;
*/
}


.listeteaser a {
	color:black;
}

.textbutton{
	hyphens: auto;
	margin-right:10px;
}

.swrap{
	overflow:hidden;
	width:98%;
	min-height:24px;
}

.scoloro{
	color:var(--ad--orange);
}

.inputfiledurl{
	width:100%;
	opacity:0;
	border:0;
	font-size:1px;
}


.sbuttonsliste{
	display:none;
}

.shareButton{
	height:30px;
	width:30px;
	float:left;
	//margin-right:10px;
	margin-bottom:10px;
}

.shareButton img{
	height:30px;
	width:30px;
}

.asocial{ /* das a*/
	cursor:pointer;
	
}

.dsocial{ /* das div*/
	float:left;
	margin-left:15px;
	margin-bottom:10px;
}



.bsocial{
	height:30px;
	width:30px;
}

.cookiebanner{
	z-index:1300000;
	position:fixed;
	border-top:3px solid var(--ad--orange);
	padding:30px;
	//top:150px;
	bottom:0;
	left:0px;
	right:0px;
	background-color:white;
	font-size: 0.9em;
	line-height: 1.3em;
	border:3px solid var(--ad--orange);
}

.cbtn a:hover {
	color:var(--ad--orange);
}

.cbtn{
	border:1px solid lightgrey;
	width:120px;
	background-color:white;
	text-align:center;
	margin-top:8px;
	margin-bottom:20px;
	font-weight:bold;
	padding:5px;
}

.crot{
	color:var(--ad--orange);
}

.cgrau{
	color:grey;
}

