@charset "UTF-8";
:root{
	--ad--gruen:#3fa535;
	--ad--beige: #f1eee9; /*asyl*/
	--ad--grau: #efefef; /*asyl*/
}

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: 'Open Sans', Verdana, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.6em;
	
	font-weight: 300;
	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*/
}


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--gruen);
}

.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: inherit;
	font-weight: bold;
}

strong{
	font-family: inherit;
	font-weight: bold;
}

p{
	display:inline;
}


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

button, input, select, textarea{
	/*outline:none;*/
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}

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-bottom:1px solid #ff4800;
  padding-bottom:2px;*/
}

a:focus { 
 /*  outline: 2px solid #ff4800; 
 border-bottom:1px solid #ff4800;*/
}


button:focus { 
   /* outline: none; 
  padding:5px;
  outline: 1px solid #ff4800; */
 
}

button::-moz-focus-inner {
 /* border: 0;
	outline: 1px solid #ff4800; 
	outline: 1px solid #ff4800; 
	 padding:5px;*/
}


/*################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--gruen);  /*orange*/
}

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

h1{
	font-weight: normal;
	margin-top:1rem;
	margin-bottom:0.5rem;
}

h2 {
	font-weight: normal;
	margin-top:1rem;
	margin-bottom:0.5rem;
}

h3 {
	font-weight: normal;
	margin-top:1rem;
	margin-bottom:0.5rem;
}

h1:first-of-type, h2:first-of-type, h3:first-of-type{
	margin-top: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%;
	margin-right:1%;
	float:left;
	//overflow:visible;
	display:inline-block;
}

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


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

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


#container { /*  die totale seite   */
	position:relative;
	max-width: 1280px;
	margin: 0 auto;  /*Der mit der Breite gekoppelte automatische Wert */
	width: 100%;
	background-repeat: no-repeat;
	background-position: 220px 0;
	background-size:660px;
}

#header{  
	padding-top:25px;
	padding-left:20px;
	padding-right:25px;
	width:calc(100%-70px);
	min-height:158px;
}

#logo{  
	position:relative;
	font-size:2em;
	margin-top:5px;
	
	width:399px;
	height:88px;
	z-index:10010;
}

#logo img{  
	width:100%;
}

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


#article {
	float: left;
	width:100%;
	min-height:500px;
	padding-bottom:40px;
	margin-bottom:40px;
}


#footer{
	width:calc(100% - 105px); 
	margin-left:105px;
	display:inline-block;
	margin-bottom:20px;
	border-top:1px solid var(--ad--gruen);
	padding-top:10px;
}

#footer .ctwrap {
	display:flex;
}

#footer .eltpl14{
	display: flex; /* or inline-flex */
	flex-direction: row; /* row | row-reverse | column | column-reverse;*/
	flex-wrap:wrap;  /*nowrap | wrap | wrap-reverse;*/
}

#footer .ctc5{
	width:19%;
}

#footer a {
	text-decoration:none;
}



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

.crumbclass{
	color:gray;
}

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

.ctwrap {
	width:100%;
	display:inline-block;
}

.ctwrap a{
	text-decoration:underline;
}

/* templates 1 - 16 */


.ct1top{
	display:flex;
	padding-top:10px;
	margin-left:25px;
	padding-left:85px;
	width:calc(100% - 160px);
	overflow:visible;
	min-height:65px;
	transition: all 331ms ease;
	transition-delay: 300ms;
}

.ct1top h1, .ct1top h2, .ct7top h1 {
	font-weight:600;
}

.bgbeige .ct1top{
	background-color:var(--ad--beige);
	width:calc(55% - 160px);
}

.crum1{
	margin-right:30px;
	color:var(--ad--gruen);
	text-transform:uppercase;
	font-size:1.5rem;
}

.crum2{
	font-size:1.5rem;
}

.ctcolumns1{
	margin-left:25px;
	margin-right:50px;
	width:calc(90% - 160px);
	transition: all 331ms ease;
	transition-delay: 300ms;
}

.eltpl12 .ctcolumns1{
	padding-left:85px;
	width:45%;
}

.eltpl16 .ctcolumns1, .eltpl17 .ctcolumns1{
	padding-left:85px;
	width:calc(77% - 85px);

}


.bgbeige .ctcolumns6a{
	background-color:var(--ad--beige);
}


.ctcolumns2 {
	width: calc(62% - 40px);
	padding:20px;
	float:left;
	transition: all 331ms ease;
	transition-delay: 300ms;
}


.ct2b{
	width:calc(30% - 40px);
	padding:0;
	padding-left:50px;
}



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

.eltpl5 .ctcolumns1{
	margin-left:110px;
	margin-right:100px;
	width:calc(100% - 310px);
	font-size:2.6rem;
	line-height:4rem;
	font-weight:700;
}


.eltpl6, .eltpl7{
	display:flex;
}

.ctcolumns6a{
	margin-left:25px;
	padding-left:85px;
	margin-right:50px;
	width:calc(55% - 160px);
	transition: all 331ms ease;
	transition-delay: 300ms;
	padding-bottom:20px;
	margin-bottom:60px;

}

.bgbeige .ctcolumns6a{
	background-color:var(--ad--beige);
}

.ctcolumns6b{
	margin-left:65px;
	width:37%;
	transition: all 331ms ease;
	transition-delay: 300ms;
	margin-bottom:60px;
}


.eltpl7 .crum1{
	margin-bottom: 20px;
	font-weight:600;
	padding-top:15px;
}

.ctcolumns7a{
	margin-left:25px;
	padding-left:85px;
	padding-top:15px;
	padding-right:25px;
	width:calc(100% - 625px);
	padding-bottom:20px;
	margin-bottom:60px;
	background-color:var(--ad--beige);
}

.ctcolumns7b{
	margin-left:110px;
	width:320px;
	padding-bottom:20px;
	margin-bottom:60px;
}

.ctcolumns7b hr{
	margin-top:25px;
	margin-bottom:0;
	margin-left:-20px;
}



.bildunterschrift{
	width:60%;
	font-size:0.9rem;
	line-height:1.5rem;
}

.bildunterschrift strong{
	color:var(--ad--gruen);
}


/* slick slider */

.slick2{
	width: 100%;
}

.bldslwrap{
	height:400px;
}

.bldsl img{
	max-height:100%;
	min-height:100%;
	margin: 0 auto;
}

.slick-slide{
	height:auto;
}


/* evtkl etwas mit object-fit: contain; und dergleichen rumspielen */ 

 .slick-dots {
	margin-top:5px;
	margin-bottom:5px;
}

/* slick slider */

/* TEMPLATE 9 BILDER MASONRY */
 
.ct9bilder {
  display: flex; /* or inline-flex */
  flex-direction: row; /* row | row-reverse | column | column-reverse;*/
  flex-wrap:wrap;  /*nowrap | wrap | wrap-reverse;*/
}

.eltpl9 .ctcolumns1{
	padding-left:85px;
	//width:calc(100% - 85px);
}

.ct9bilder{
	margin-left:110px;
	width:calc(100% - 110px);
}

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

/* .eltpl9 .blddiv:last-of-type{
	width:31%;
	margin-right:0;
	margin-bottom:2%;
} */

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


.ct9bbilder{
	display: flex; /* or inline-flex */
	flex-direction: row; /* row | row-reverse | column | column-reverse;*/
	flex-wrap:wrap;  /*nowrap | wrap | wrap-reverse;*/	
// align-items: baseline ;
//  align-items: center ;

}

.eltpl9b .blddiv{
	width:23.5%;
	margin-right:2%;
	margin-bottom:2%;
}

.eltpl9b .blddiv:nth-child(4n){
	margin-right:0;
}

.div_hv img , .div_qu img, .div_qv img  {
	width:100%;
}

.div_hv a{
	//	text-align:center;
	//	display:block;
}
.div_hv img   {
	//width:80%;
}

/* TEMPLATE 9 BILDER  */





/* showtime */


.bodyown_showtimeblack{
	background-color: black;
}


.ctwrapst, .slick19{
	position: fixed;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
}

.slick19 .bldslst,  .slick19 .dasbild, .slick19 .dasvideo {
	width:100vw;
	height: 100vh;
}

.slick19  video, .slick19  img, .slick19  .slim {
	width:100%;
	height: 100%;
	object-fit: cover;
}

/*texte */
.ctwrapst .derhead{
	position:absolute;
	top:20vh;
	left:10vw;
	font-size:4vh;
}

.ctwrapst .dertext{
	position:absolute;
	top:40vh;
	left:10vw;
	color:#fff;
	font-size:3vh;
	line-height:3.4vh;
}

.ctwrapst .slstatus{
	position:absolute;
	top:95vh;
	left:10vw;
	color:#fff;
	font-size:2vh;
	line-height:2vh;
}

.sltiefer .derhead{
	top:60vh;
	left:10vw;
}


/*///// eigener stil definiert im legfeld zusätzlich zumr zeit*/
.slwhite .derhead, .slwhite .dertext{
	color:white;
}

.slblack .dertext{
	color:red;
	font-size:4vw;
	font-weight:bold;
}

.slgreen .derhead, .slgreen .dertext{
	color:var(--ad--gruen);
}

.slred .derhead{
	color:red;
}

.slyellowtext .dertext{
	color:yellow;
	border:1px solid yellow;
	padding:1vw;
	font-size:4vw;
	line-height:4vw;
	background:black;
}

.slborder .derhead{
	border:1px solid yellow;
	padding:2vw;
	font-size:3vw;
	color:yellow;
}


.bkl{
	border:1px var(--ad--gruen);
	width:40vw !important;
	margin-top:-5vw !important;
}

.slcursor{
	cursor:pointer;
}

.ctwrapst a{
	text-decoration:underline;
	color:white;
}

.ctwrapst a:hover{
	text-decoration:underline;
	color:grey;
}


/*texte */

/* showtime */


/* formulagenerator formulagenerator formulagenerator formulagenerator */

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

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


.formleerzeile hr{
	margin:0;
}

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

.formgenzeilebesch {
	width:25%;
}

.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 */  



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


#navimobil {/*mobil*/
	font-family: inherit;
	font-size:1.5rem;
	font-weight:600;
	line-height:1.5em;
	display: none;
	position: absolute;
	width:calc(50% - 170px);
	top: 0px;
	right:0;
	min-height:calc(100vh - 170px);
	padding-left:0px;
	padding-top:179px;
	z-index:5000;
	color: #000000;
	padding-right:20px;
	background:var(--ad--beige);
	text-transform:uppercase;
}

.navimliste{/*mobil*/
    padding-left:50px;
    padding-top:10px;
    padding-right:20px;
   // background:var(--ad--grau);
}

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

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

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

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

nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  //width:240px;
}

.nav2 {
	margin-top:10px;
}

.nav-global {
  overflow: hidden;
}

.ngc1, .ngc2, .ngc3{
	 margin-left:25px;
	
}

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

}

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

nav .btminus{  
	color:var(--ad--gruen);
	border-right:3px solid;
}


nav li{
	list-style-type: none;
	min-height:3rem;
	//border-bottom:1px solid;
}

.has_subtree{
	//line-height:1em;
}

.navibildwrap{
	list-style-type: none;
}


nav .active {
	color:var(--ad--gruen);
}

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{

 }
 
.div_hv img , .div_qu img, .div_qv img  {
	width:100%;
}

.div_hv a{
	//	text-align:center;
	//	display:block;
}
.div_hv img   {
	width:80%;
}

/* bld9b */

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





/* navitree statt der navi includes */

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

.mynavirot{
	color:var(--ad--gruen);
}

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

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



.fl{
	float:left;
}




.cookiebanner{
	z-index:1300000;
	position:fixed;
	border-top:2px solid;
	padding:30px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:white;
	font-size: 0.9em;
	line-height: 1.3em;
}

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

.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--gruen);
}

.cgrau{
	color:grey;
}



