@charset "UTF-8";
:root{
	--ad--orange:#f18800;
	--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--navbg:#565656;
	--ad--hi:lightgrey;
	--ad--slickratio:4/3;
}

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;
	scroll-behavior: smooth;
}

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

body {
	font-family: 'Open Sans','Aller', Verdana, sans-serif;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
	
	font-weight: 500;
	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 .prewiewme{
	background-color:yellow;
}

.adrot{
	color:#e50083;
}

.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, .xpop{  /* 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;
	//padding:2px;
	//margin:2px;
}

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 var(--ad--hi);
 // padding-bottom:2px;
}



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


a:focus-visible, 
button:focus-visible, 
.leaflet-marker-icon:focus-visible, 
.slick-arrow:focus-visible, 
figure:focus-visible, 
input:focus-visible,
select:focus-visible,
.arcls:focus-visible
{
	outline:3px dotted var(--ad--hi); 
}


button:focus { 
 //  outline: none; 
 // padding:5px;
 // outline: 1px solid var(--ad--hi); 
 
}

button::-moz-focus-inner {
 // border: 0;
//	outline: 1px solid var(--ad--hi); 
//	outline: 1px solid var(--ad--hi); 
//	 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: #ff4800;  /*orange*/
}

.bildunterschrift{
	font-size:0.8rem;
	line-height:1.2rem;
}

.fl{
	float:left;
}

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

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

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

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

.plusinfokasten{
	width:calc(100% - 25px);
	height:1.8rem;
	overflow:hidden;
	background-repeat: no-repeat !important;
	background-position: 100% 10px !important;
	border:1px dotted gray;
	//padding-right:20px; 
	background-size: 14px !important;
	
	/* oder vorne */
	background-position: 0 0.4em !important;
	padding-left:20px;
	cursor:pointer;
}

.plusinfokastenauf{
	height:auto;
	cursor:default;
}
.myDivcls{
	border: 2px solid red;
}


/* 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;
}

.qrcodeimg{
	max-width:150px;
	margin-left:-2px;
}

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

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


#container { /*  die totale seite   */
	position:relative;
	width: 1200px;
	//width:100%;
	margin: 0 auto;  /* */
}

#header{  
	width: 100%;
	//min-height:100px;
	margin-bottom:3rem;
}

#logo{ 
	padding-top:2rem;
	font-size:2em;
	margin-bottom:1rem;
	font-weight:bold;
}


#suche input{
	border:1px solid #eeeeee;
}

.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 dotted grey;
	margin-right:5px;
	padding:0.1em;
}

.sprachenaktiv{
	color: var(--ad--hi);  /*highlight*/
}

#suche{
	margin-bottom:1rem;
}

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

.suchvorergebnisse{
	position:relative;
	overflow:auto;
	height:40vh;
	border:1px solid lightgrey;
	z-index:100;
}

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

#suchvor{
	display:none;
}


/* suche */


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

figure{
	padding:0;
	margin:0;
}

xxfigure {
  max-width: 64rem;
  width: 100%;
  max-height: 30.875rem;
  height: 100%;
  margin: 1.25rem auto;
  padding: 1.051%;
  background-color: #666;
}

figure a{
	margin:2px;
	display:block;
}


.controls {
  width: 100%;
  height: 20px; /* of figure's height */
  position: relative;
}


.controls[data-state="hidden"] {
  display: none;
}

.controls[data-state="visible"] {
  display: block;
}

.controls > * {
  float: left;
  width: 30px;
  height: 20px;
 margin-left: 5px;
  display: block;
  //background:green;
}

.controls > *:first-child {
  margin-left: 0;
}

.controls .progress {
  cursor: pointer;
  width: calc(100% - 40px);
  height: 20px;
  position:relative;
  border:1px dotted;
}


.controls button {
  border: none;
  cursor: pointer;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.controls button:hover,
.controls button:focus {
  opacity: 0.5;
}

.controls button[data-state="play"] {
  background-image: url("/adme_2021/adincludes/audiovideoplayer/play.png");
}

.controls button[data-state="pause"] {
  background-image: url("/adme_2021/adincludes/audiovideoplayer/playgrau.png");
}

.controls button[data-state="stop"] {
  background-image: url("/adme_2021/adincludes/audiovideoplayer/schwarz.png");
}



#progress {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 0.125rem;
  border: none;
  color: #0095dd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position:relative;
  opacity:0;
}

#pbalken{
	background:grey;
	opacity:0.3;
	height:15px;
	position:absolute;
	top:2px;
	left:0;
	//right:50px;
}

.controls #progress[data-state="fake"] {
  background: #e6e6e6;
  height: 65%;
} 

.controls #progress span {
  width: 0%;
  height: 100%;
  display: inline-block;
  background-color: #2a84cd;
}

.controls #progress::-moz-progress-bar {
  background-color: #0095dd;
}

.controls #progress::-webkit-progress-value {
  background-color: #0095dd;
}



/* ############# html video selber ##########*/


.socialiframe{
	border:0px;
	width:30%;
	-webkit-aspect-ratio: 1/1;
	aspect-ratio: 1/1;
	position:relative;
	/*overflow:hidden; */
	float:left;
	margin-right:3%;
}


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


#footer{
	//max-width: 1280px; 
	width:calc(100% - 2rem); 
	display:inline-block;
	margin:0 auto;
	margin-bottom:20px;
	//background-color:#fcfcfc;
	padding-top:1rem;
	border-top:1px solid lightgrey;
}

#footer .ctwrap {
	display:flex;
	margin-bottom:1em;
	padding-bottom:0;
	border-bottom:0;
}

#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:10%;
}

#footer .ctc5:first-of-type{
	width:60%;
}


figure figcaption{
	font-size:0.9rem;
}

.teasernavi1wrap, .teasernavi2wrap, .teasernavi3wrap, .teasernavi4wrap{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	//justify-content: space-between;
}

.teaserbldwrap{
	width:15%;
	margin-right:5%;
	margin-bottom:5%;
}

.teaserblddiv, .teaserblddiv img{
	width:100%;
}

.w100{
	width:100%;
}

.teaserbox{
	display:inline-block;
	margin-right:10px;
}

.teaserwrap{
	margin-bottom:1rem;
	display:inline-block;
	margin-right:2em;
}

.teasertext{
	margin-top:-0.5rem;
}

.pdf-icon{ /* zb pdf als variable eingesetzt */
	max-width:80px;
	//filter: saturate(3); 
	filter: grayscale(100%);
	filter: hue-rotate(60deg); 
}

.zeiletoflexdivs{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
}

.zeiletoflexdivs img, .zeiletoflexdivs svg{
	width:100% !important;
}

.zipdownloads{
	//border:1px solid red;
}

.div_hv{
	max-width:70%;
}

.div_qv{
	max-width:90%;
}

#crumb{
	width:100%; 
	margin-bottom:1rem;
}

.crumbclass, .crumbclass a{
	color:gray;
}

.crumbpre{  /* vor der Crumb steht etwas?*/
	display:none;
}

.crumbhome{ /* wenn defaultseite aufgerufen wird und nur home in der crumb steht*/
	 display:none;
}

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

.ctwrap {
	width:100%;
	display:block;
	overflow:hidden;
	// padding-bottom:30px;
	 margin-bottom:50px;
	/* border-bottom:1px solid grey; */
	// hyphens: auto;
}

.eltpl2.ctwrap {
	 margin-bottom:10px;
}

.eltpl5.ctwrap {
	width:80%;
}

.ctwrap.halberslider{
	width:50%;
}

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


.eltplinline17{
	width:30%!important;
	margin-right:2%!important;
	float:left;
}

.ctwrap ul {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	padding-left: 1rem;
}

/* templates 1 - 16 */

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

.showflex .ctcolumns1{
	display:flex;
	flex-direction: row; /* row | row-reverse | column | column-reverse;*/
  flex-wrap:wrap;  /*nowrap | wrap | wrap-reverse;*/
}

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

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

.salutidesk, .salutimobil{
	margin-left:20px;
	cursor: pointer;
}


/* template 22 aktuell als slick slider */

.el_aktuellelemente{
	font-size:0.9rem;
}

.el_aktuellelemente .slick-slide {
  margin-right: 30px;
}

/* slick template 2 slider mit aspects ratio */



.slick2{
	width:100%;
	// border:1px solid lightgray;
	margin-bottom:20px;
	-webkit-aspect-ratio:var(--ad--slickratio);
	aspect-ratio:var(--ad--slickratio);
	
}

.bldsl{
	margin-bottom:20px;
}

.xbldslwrap, .xbldslwrap svg{
	-webkit-aspect-ratio:var(--ad--slickratio);
	aspect-ratio:var(--ad--slickratio);
	border:1px solid grey;
	// object-fit:contain;
}

.slick2 img {
	width:100%;
	object-fit:contain;
	object-fit:cover;
	-webkit-aspect-ratio:var(--ad--slickratio);
	aspect-ratio:var(--ad--slickratio);
}

.slick-active .lsl{
	color:green !important;
}

.slick2 .slickbuttonshigh{
	color:red;
}

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

.slick-dots li{
	//background-color: lightgray;
	// border:1px solid;
}

.slick-dotted.slick-slider{
	// margin:0;
}

.slickcaption{
	margin-top:20px;
	margin-bottom:20px;
	font-size:0.9rem;
	display:none;
}

/* override zb. in template 6 eingesetzt*/

.slicktempl6, .slicktempl6 img{
	-webkit-aspect-ratio:16/11;
	aspect-ratio:16/11;
}

.slicktempl6 img{
	object-fit:cover;
}


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

.slick-dots li button::before {
	color: lightgray;
}

.slick-prev{
	//margin-left:-50px;
}

.slick-next{
	//margin-right:-50px;
}

/* slick slider */


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

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

 .imgt3hv, .imgt3qv {
 	width:60%;
 }
 
 .cskwrap{
 	width:100%;
 	overflow:hidden;
 	min-height:10px;
 }
 
 .cskvor, .csknach{
 	float:left;
 	margin-right:10px;
 }
 .cskvor{
 	font-weight:bold;	
 }
 
 .pfeile{
 	margin-bottom:20px;	
 }
 
 .wtitel{
 	//font-size:1.2rem;	
 	margin-bottom:20px;
 }
/*############ include skulpturen*/





/* 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 .blddiv, .eltplinline9 .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;*/	
}

.eltpl9b .blddiv, .eltplinline9b .blddiv{
	width:16%;
	margin-right:4%;
	margin-bottom:4%;
}

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

.div_hv img , .div_qu img, .div_qv img  {
	width:100%;
}
 
 
.eltpl9b .ctcolumns1{
	width:70%;
}
 
 
/* 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 showtime 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:green;
}

.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 green;
	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;
}


.bodyown_showtimeblack h1{
	background: rgba(44,77,0,0.5);
	line-height:9rem;
	display:inline;
}


/*texte */

/* showtime showtime showtime showtime 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:60%;
	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;
}


/* db intern*/

.dbteaserflex{
	display:flex;
	flex-direction: row; /* row | row-reverse | column | column-reverse;*/
  	flex-wrap:wrap;  /*nowrap | wrap | wrap-reverse;*/
}

.archivelwrap{
	width:32%;
	//float:left;
	margin-bottom:3%;
	margin-right:1.32%;
	display:block;
}

.archivelwrap a{
	display:inline-block;
}

.archivelbild{
	width:100%;
	//height:250px;
	margin-right:2%;
	float:left;
}

.archivelbild img{
	width:100%;
	height:100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}


.archiveltext{
	width:100%;
	margin-right:2%;
	float:left;
	font-size:1rem;
	hyphens:auto;
}

.jahrblock{
display: flex;
  justify-content: space-between;
  width:100%;
  margin-bottom:30px;
  //background:grey;
}

.jahrmerker{
	//float:none;
	//clear:left;
	//width:100%;
	//font-size:2rem;
	margin-top:50px;
}


/* navigation */  


#navidesk{
	width: 256px;
	width:100%;
	overflow:hidden;
	padding-top:0px;
	margin-bottom:50px;
	padding-left:0px;
	float:left;
}

.navidliste nav{
	width: 100%;
	display:block;
}

.navidliste, .navidliste nav {   /*desktop*/
	width: 250px;
	width:100%;
	/*overflow:hidden; */
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: 0px;
}
 
 .salutimobil{
 	display:none;	
 }
 .navidliste .nav1{
 	display:flex;	
 }

.navidliste .nav1 .nav-item{
  width:auto;
  margin-right:2rem;
}	
 

/* ein für overlay dropdown */

.navidliste .dropdown-content {
  display: none;
  position: absolute;
  background-color:white;
  min-width: 160px;
  box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
  padding: 14px 14px;
  margin-left:-15px;
  z-index: 1000;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
 
 .navidliste .row1 .subshow,
.navidliste li,
.navimliste .row1 .subshow{
 	display:block;
}

.navidliste .leerzeile{
	//background-color:black;
	//width:5px;
}

 .navidliste button{
 	padding:0;	
 	margin:0;	
 	margin-left:5px;	
 }

.navidliste button:first-of-type{
 	margin-left:0px;	
 }
 
 
.dropdown-content{
	margin-bottom: 10px;
}

.dropdown-content .nav-item{
	margin-bottom:7px;
}

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


#navimobil {/*mobil*/
	font-family: inherit;
	font-size:inherit;
	line-height:inherit;
	display: none;
	position: absolute;
	width:320px;
	top: 0px;
	right:5px;
	padding-left:0px;
	z-index:5000;
	color: #000;
	padding-right:20px;
	background:white;
	border:1px solid black;
	margin-top:80px;
}

#navimobil a, #navimobil .tog-link{/*mobil*/
	color: #000;
}


#navimobil a.active, #navimobil .tog-link{/*mobil*/
	color:grey;
}

.navimliste{/*mobil*/
    padding:20px;
}

.navimliste .nav-item{
	margin-bottom:5px;
}

.navimliste .dropdown-content{
	margin-top:5px;
}



.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;
// border:1px solid red;
}


.nav-global {
  overflow: hidden;
}

.ngc1, .ngc2, .ngc3{
	 margin-left:25px;
	// 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:var(--ad--hi);
}

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

.xnavidliste .dropdown-content .show{
	display:block !important;
	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*/

.togb, .togbshow{
	background-repeat: no-repeat !important;
	background-size:90% !important;
	background-position: top 4px left 0  !important;
	margin-left:5px;
	width:18px;
}



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

nav .ohnelink{
	font-weight:bold;
}

.nav1, .nav2, .nav3{
	margin-left: 0;
}

.sichtbar{
	display:block;
}

.dropdown-content.keinsubmenue{
	//background:yellow;
	display:none !important;
}


/*  ANCHORS AUS ELEMENTEN GEMACHT*/

.elementanchors{
	height:0;
	border:0;
}


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

.anchorlinks{
	float:left;
	display:inline-block;
	margin-right:10px;
	border-bottom:1px solid grey;
	margin-right:5px;
}

.anchorlinkstop{
	min-height:1rem;
	margin-bottom:30px;
	text-align:right;
	border-bottom:1px solid grey;
	// display:inline-block;
}

/* aus */
.elementanchors, .anchorlinkstop, #anchorlinks{
	 // display:none;
}


/*  ANCHORS */



/*  COOKIES */ 

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

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

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

.cgrau{
	color:grey;
}

 

dl {
  display: grid;
  grid-template-columns: max-content auto;
}

dt {
  grid-column-start: 1;
}

dd {
  grid-column-start: 2;
}

.ddetail{
	width:250px;
}

.add{
	width:70px;
}



/* krautgasser */
.abbelm{
	width:32%;
}


