


#kopf {
	margin-bottom: 30px;
}
#links {

}
#mitte {

}
#rechts {

}





.link-to-top a {
  border-top: dotted 2px #ccc;
  padding: 5px 12px;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
}


.frame-hellerkasten {
  background: #fafafa;
  border: solid 1px #ddd;
  padding: 20px;
}

.ce-headline-kasten {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background: #fafafa;
  padding: 4px 2px;
}
.container-hintergrundbild .vordergrund header, .container-hintergrundbild .vordergrund p {
  background: rgba(255,255,255,0.5);
  padding: 16px 6px;
}


.container-highlight .vordergrund {
  position: absolute;
  bottom:20px;
  left:0;
  overflow: hidden;
  /*height: 100%;*/
  width: 100%;
  background: rgba(0,0,0,0.3);
  padding: 12px 12px 8px 20px;
}
.container-highlight .vordergrund p, .container-highlight .vordergrund h2, .container-highlight .vordergrund h3,.container-highlight .vordergrund h4, .container-highlight .vordergrund h5, .container-highlight .vordergrund a {
	color: #fff;
}
.container-highlight .vordergrund h5 {
	text-transform: uppercase;
}

.spalten-2 .container-highlight .vordergrund {
	  padding: 2px 12px 12px 20px;
}
.spalten-3 .container-highlight .vordergrund {
	  padding: 2px 12px 12px 20px;
}
.spalten-4 .container-highlight .vordergrund {
	  padding: 0px 12px 12px 20px; 
}
.spalten-2 .container-highlight .vordergrund p {
}
.spalten-2 .container-highlight .vordergrund h3 {
	margin: 0.4em 0 0 0;
}
.spalten-2 .container-highlight .vordergrund h2 {
	margin: 0.4em 0 0 0;
}
.spalten-3 .container-highlight .vordergrund p {
	font-size: 0.95rem;
	padding: 0.2em 0;
	margin: 0.4em 0 0 0;
}
.spalten-3 .container-highlight .vordergrund h3 {
	font-size: 1.2em;
	padding: 0.2em 0;
	margin: 0.4em 0 0 0;
}
.spalten-3 .container-highlight .vordergrund h2 {
	font-size: 1.5rem;
	padding: 0.2em 0;
	margin: 0.4em 0 0 0;
}

.spalten-4 .container-highlight .vordergrund p {
	font-size: 0.92rem; 
	padding: 0.15em 0;
	margin: 0.4em 0 0 0;
}
.spalten-4 .container-highlight .vordergrund h3 {
	font-size: 1.1rem; 
	padding: 0;
	margin: 0.4em 0 0 0;
}
.spalten-4 .container-highlight .vordergrund h2 {
	font-size: 1.3rem; 
	padding: 0;
	margin: 0.4em 0 0 0;
}






.ce-border img {
  padding:3px;
  background: #fff;
  border: solid 1px #ddd;
}

/*TEST*/ 

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  overflow: hidden;
  margin-left: 0px;
  padding-left: 12px;
}



/*PAGETEASER mit KATEGORIENWAHL*/

.frame-layout-3.frame-type-menu_abstract .PageTeaser {
  display: none;
}
.catList {
  margin-bottom: 30px;
}
.catListItem {
  border: solid 1px #666;
  padding: 4px 8px;
  background: #fafafa;
  border-radius: 3px;
  display: inline;
  margin-right: 12px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.catListItem:hover {
  cursor: pointer;
  background: #eee;
}
.catListItem.active {
  background: #ffef82;
}


.frame-type-menu_subpages {
  
  

}
.frame-type-menu_subpages li{
    display: inline-table;
    min-width: 200px;
    list-style: none;
  margin-bottom: 30px;
}
.frame-type-menu_subpages li:hover {
  background: #ffef82;
}
.frame-type-menu_subpages li a {
  display: block;
  text-decoration: none;
  min-width: 200px;
  padding: 20px;
  border: solid 1px #000;
  text-align: center;

  border-radius: 3px;
}


/* ACTION ############### */

#action {
  position: absolute;
  top: 80px;
  left: -300px;
  width: 300px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
@keyframes wolke {
  from {left: -300px;}
  to {left: 100vW;}
}
@keyframes wolkertl {
  from {left: 100vW;}
  to {left: -500px;}
}
#page-2 #action {
  background-image: url(../img/action/Wolke_frei_hell.png);
  animation-name: wolke;
  animation-delay: 0s;
  animation-duration: 100s;
  animation-timing-function: linear;
}
#page-8 #action {
  background-image: url(../img/action/fuji.png);
  background-position: top center;
  width: 100%;
  height: 200px;
  left: 0;
  top:auto;
  bottom: 0;
}
#page-16 #action {
  width: 500px;
  height: 360px;
  background-image: url(../img/action/wolke2.png);
  animation-name: wolke;
  animation-delay: 0s;
  animation-duration: 100s;
  animation-timing-function: linear;
}
#page-22 #action {
  left: ca   lc(100vW + 500px);
  top: 0px;
  width: 500px;
  height: 360px;
  background-image: url(../img/action/wolke4.png);
  animation-name: wolkertl;
  animation-delay: 0s;
  animation-duration: 100s;
  animation-timing-function: linear;
}
#page-12 #action{
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: url(../img/action/Zenkreis.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -999;
  opacity: 0.8;
}




/* KORR ######################### */
#page-9 #inhalt, #page-31 #inhalt {
  background: none;
}


.ce-intext.ce-left.ce-nowrap .ce-gallery {
  margin-top: 20px;
}
.copyrightimage {
  font-family: 'IBM Plex Sans';
}