





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


/*###################### SUCHBOX ####*/
form.suchbox {
  margin:0;
  padding:0 30px 0 0;
}
input[type="submit"].suchknopf, .submitbutt input[type="submit"] {
  width: 22px;
  height: 22px;
  padding: 0;
  margin-top: 1px;
  margin-left: 4px;
  vertical-align: top;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/Lupe.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
#ke_search_sword {
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 10px;
}

.tx-kesearch-pi1 fieldset {
  border: none;
}
.kesearchbox #ke_search_sword {
  font-size: 1.2em;
  font-weight: 500;
  padding: 12px;
  border: 1px solid #dedede;
  width: 98%;
}
.submitbutt input[type="submit"] {
  width: 28px;
  height: 28px;
  margin-top: 10px;
}
.kesearchbox {
  width: 80%;
  display: inline-block
}
.resetbutt {
  display: none;
}
.result-list-item {
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}
.result-title {
  font-weight: 500;
  padding-left: 12px;
}
ul.pagination {
  line-height: .9em;
  font-size: .9em;
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
  margin: 2em 0;
}

ul.pagination>li {
  margin: .4em .4em 0 0;
}

ul.pagination>li:last-child {
  margin-right: 0;
}

ul.pagination>li>a {
  text-decoration: none;
}

ul.pagination>li, ul.pagination>li>a {
  display: inline-block;
}

ul.pagination>li>a, ul.pagination>li.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: .5em .7em;
}

ul.pagination>li.current, ul.pagination>li>a:hover {
  background: transparent;
}

ul.pagination li.page-item a, #kesearch_pagebrowser_bottom a, .page-link{
  padding: 6px 9px;
}
.teaser_icon {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.clearer {
  clear: both;
}


.mango3dviewer {
  /* height: calc(100vH - 280px);
  /* width: auto; */
  /* aspect-ratio: 5 / 6; */ 
  cursor: ew-resize;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mango3dviewer img {
  max-height: calc(100vH - 150px);
  height: auto;
  width: auto;
}


/* TIMELINE ########################### */
#page-10 .col-12 {
  overflow-y: hidden;
  height: 800px;
}

#zeitleiste {
  width: 2050px; 
  height: 700px;
  margin:0 40px;
}
    
.zeitleistenleiste {
  position: relative;
  top: 45.7%;
  left: 0;
  height: 4px;
  background-color: #fff;
  width: 200%;
}
.znodes {
  display: flex;
  margin-top:320px;
}
.znode {
  position: relative;
  min-width: 150px;
  min-height: 320px;
  /* margin-left: -75px; */
  display: flex;


}

.znode.up {
  top: -347px;
  flex-direction: column-reverse;
}
.znode.down {
  top: 0px;
  flex-direction: column;
}
.znode-dot {
  position: relative;
  top: -10px;
  left: 75px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.znode-year {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.znode.up .znode-year{
  margin-bottom: 12px;
  margin-top: 14px;
}
.znode.down .znode-year{
  margin-bottom: 12px;
  margin-top: -8px;
}
.up .znode-title {
  margin-top: 5px;
  margin-bottom: -12px;
}
.down .znode-title {
  margin-top: -7px;
  margin-bottom: 8px;
}


.znode-title {
  font-size: 0.8em;
  text-align: center;
  line-height: 130%;
}

.znode-img {
  display: block;
  width:150px;
  height: auto;
  border: 4px solid #fff;
  cursor: pointer;
}




/* #PAGE TEASER #################### */

 .PageTeaser {
  display: inline-block;
  background: #fff;
  padding: 20px 20px 10px 20px;
  max-width: 250px;
  margin: 0 20px 20px 0;

 }
.PageTeaserTitle {
  text-align: center;
  font-size: 0.8em;
  padding-top: 6px;
  line-height: 110%;
  
}
.PageTeaserTitle a {
  text-decoration: none;
  color: #525667;
}
.PageTeaserTitle a:hover {
  text-decoration: underline;
}


/* #PAGE TEASER Menu Abstract Layou=1 ################# */

.PageTeaser.layout-1 {
  min-height: 300px;
  max-height: 300px;
  max-width: 250px;
  min-width: 250px;
  vertical-align: top;
}
.PageTeaser.layout-1 .PageImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  overflow: hidden;
}
.PageTeaser.layout-1 .PageImage img{
  max-height: 240px;
  width: auto;
  max-width: 100%;
}






/* TESTS ############## */
.test {
  background: #f4ff75;
  padding: 20px;
  margin-bottom: 30px;
}

@media (min-width: 550px) {
  .bild-in-galerie figcaption, .bild-in-galerie .copyrightimage {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 4px;
  }
}
/* KORR ######## */
.layout-1 #oben {
  /* background-color: rgba(255,255,255,0.83);
  background-color: rgba(255,255,255,0.44); */
  margin: 20px;
  padding-left: 40px;
}
.layout-1 p, .layout-1 td, .layout-1 th {
  color: #525667;
  color: #3c3d44;
  color: #fff;
}
.layout-1 h1, .layout-1 h2 {
  color: #9698a3;
  color: #fff;
}



#c213 img {
  height: calc(100vH - 250px);
  width: auto;
}
#c213 .ce-intext.ce-left.ce-nowrap .ce-gallery {
  max-width: none;
}
#c213 .ce-textpic{
  /* display: flex;
  align-items: center; */
  font-size: 1.2em;
  color: #ad1700;
}
#c213 .ce-textpic i {
  color: #444;
  font-size: 0.9em;
}
#c213 .ce-bodytext {
  margin-top: 15vH;
}

#page-9 .PageTeaser, #page-34 .PageTeaser {
  max-width: 340px;
  width: 340px;
}
#page-9 .PageTeaserTitle, #page-34 .PageTeaserTitle {
  font-size: 1.1em;
}



.unsichtbar {
  display: none;
}

.layout-1 #c4 p, .layout-1 #c4 td, .layout-1 #c4 th {
  color: #fff;
}

.rahmen {
  border: solid 1px #ddd;
}


@media (max-width: 768px) {
  .col-md-9 {
    padding: 24px 40px;
  }
  .contenttable td, th {
    display: block;
    padding: 6px 0;
    width: 100%;
  }
  tr > th:nth-of-type(2), tr > td:nth-of-type(2) {
      border-bottom: solid 1px #fff;
  }
  #c213 img {
    height: auto;
    max-width: 100%;
  }
  #c213 .ce-bodytext {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

}
@media (max-width: 450px) {
  #page-257 #logo {
    margin-top: -30px;
  }
  #page-257 #logo a {
    padding-bottom: 0;
  }
  #page-257 #mitte {
    margin-top: -60px;
  }
}