/*@import url('https://fonts.googleapis.com/css?family=Fondamento:400,400i&subset=latin-ext');*/
/* fondamento-regular - latin */
@font-face {
  font-family: 'Fondamento';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/fondamento-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/fondamento-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fondamento-italic - latin */
@font-face {
  font-family: 'Fondamento';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/fondamento-v14-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/fondamento-v14-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "trebuchet ms", helvetica; 
  font-size: 16px;
  width: 100%;
  display: block;  
  height: 100%;
  color: #000000;
}

section, aside, header, nav, article, footer, time, figure {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

* {
  outline: none;
}

img {
  border: 0px
}

.contenttable td {
  vertical-align: top; 
}

a {
  color: #000000;
  text-decoration: underline;
}

.contenttable {
  border-spacing: 0px;
}

h1 {
  color: #691120;
  font-size: 36px;
  font-weight: 400;
  font-family: 'Fondamento', cursive;
  margin: 20px 0px;
}

h2 {
  color: #691120;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Fondamento', cursive;
  margin: 15px 0;
}

 h3 {
  color: #691120;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Fondamento', cursive;
  margin: 15px 0;   
}

p {
  margin: 0 0 20px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.frame {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;  
}

/* ************ ZENTRIERTER BEREICH *************** */
.zentriert {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}


/* ************** RAHMEN *************** */
.rahmen {
  position: relative;
  min-height: 100%;
  width: 100%;
  float: left;
  clear: both;
}

/* *************** HEADER OBEN *********************** */
#header_oben {
  width: 100%;
  float: left;
  clear:both;
  display: block;
  margin: 20px 0 0 0;
  position: relative;
}

.logo {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  text-align: center;
  margin: 0 0 30px 0;
}

.logo .ce-gallery, .logo .ce-column, .logo .ce-gallery figure {
  float: none;
  display: block;
  margin: 0;
}

.logo img {
  max-width: 100%;
  display: inline-block;
}

/* ************** MOBILE NAVI **************** */
.mob_button span::after, .mob_button span::before {
    transform: translateZ(0px);
}

.mob_button {
    width: 40px;
    height: 40px;
    display: none;
    background: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
    margin: -40px 0 0 0;
    position: relative;
    float: left;
    clear: both;
    top: 40px;
    z-index: 6;
    left: calc(50% - 20px);
}

.mob_button span {
    background-color: #691120;
    height: 3px;
    left: 5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0.3s;
    width: 30px;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: #691120;
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::before {
    transform: translateY(-8px);
}

.mob_button span::after {
  transform: translateY(8px);
}

.mobnavvisible.mob_button span {
  background-color: transparent;
}

.mobnavvisible.mob_button span::before {
  transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
  transform: translateY(0px) rotate(45deg);
}

/* ************** HAUPTNAVI ************ */
.navi {
  width: 100%;
  float: left;
  clear: both;
  color: #691120;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Fondamento', cursive;  
  margin: 0 0 20px 0;
}

.navi a {
  text-decoration: none;
  color: #691120;  
}

.hnavi {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}

.hnavi li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 15px;  
  position: relative;
}

.hnavi a {
  color: #691120;
  text-decoration: none;
  display: block;
  padding: 0 10px 0px 10px;
  border-bottom: 3px solid #FFFFFF;  
}

.hnavi li:hover a, .hnavi li.act a {
  border-bottom: 3px solid #691120;
}

.navibox {
  display: none;
  position: absolute;
	top: 31px;
    left: 0px;
    background: #FFFFFF;
    z-index: 6;
  	min-width: 220px;
    box-shadow: 0px 5px 6px #ccc;
}

.hnavi li:hover .navibox {
  display: block;
}

.unavi {
  width: calc(100% - 30px);
  float:left;
  clear: both;
  margin: 20px 15px 10px 15px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  text-align: left
}

.unavi li {
display: block;
  width: 100%;
    float: left;
  clear:both;
margin: 5px 0;
}

.unavi li:hover, .unavi li.act {
  background: url(../images/pfeilchen_rot.png) left 7px no-repeat;
  background-size: 8px auto;
}

.hnavi li:hover .unavi li a {
  border: 0;
}
.hnavi li .unavi li a {
  border:  0;
}

.unavi li a {
  display: block;
  width: calc(100% - 15px);
  padding: 0 0 0 15px;
}

.mob_nav {
  width: 100%;
  float: left;
  clear: both;
  display: none;
  color: #691120;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Fondamento', cursive;  
  margin: 0 0 20px 0;  
}

.mob_nav ul {
  margin: 0;
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  list-style: none;
}

.mob_nav ul li {
  width: 100%;
  float: left;
  clear: both;  
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 5px #AAAAAA;
}

.mob_nav ul li a {
  text-decoration: none;
  padding: 5px 0;
  color: #691120;
  display: block;  
}

.mob_nav ul li:hover, .mobinav ul li.act { 
  background: #efefef;

}

.mob_nav ul li ul {
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #691120;
  padding-top: 10px;
}

.mob_nav ul li ul li {
  display: inline-block;
  width: auto;
  background: none;
  float: none;
  clear: none;
  margin: 0 5px 5px 5px;
  box-shadow: none;
  white-space: nowrap;
}

.mob_nav ul li ul li a {
  padding: 3px 5px;
}

.mob_nav ul li ul li:hover, .mob_nav ul li ul li.act {
  font-weight: 700;
}

.navi.mob_nav .navibox {
	display: block;
	position: static;
}

.navi.mob_nav .hnavi li:hover, .navi.mob_nav .hnavi li.act {
	background: none;
	padding: 0;
}

.navi.mob_nav .hnavi li:hover a, .navi.mob_nav .hnavi li.act a {
	border: 0;
	background: #691120;
	color: #FFFFFF;
}

.navi.mob_nav .hnavi li:hover ul li a, .navi.mob_nav .hnavi li.act ul li a {
	background: none;
	color: #691120;
}

.navi.mob_nav .hnavi li:hover ul li:hover a, .navi.mob_nav .hnavi li.act ul li.act a {
	text-decoration: underline;
}

/* *************** HEADER ***************** */
#header {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  margin: 0;
  position: relative;
  max-height: 500px;
  overflow: hidden;
  box-shadow: 0 0 15px  #AAAAAA;
}

#header.default {
  height: 250px;
}

#headertrans {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  opacity: 0.5;
  background: url(../images/startbg.jpg) center top no-repeat;
  height: 500px;
  position: absolute;
  z-index: 1;
}

.headerbild, .headerbild_default {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 5;
}

.headerbild_default {	
  opacity: 0;
}

.headerbild .ce-gallery, .headerbild .ce-row, .headerbild .ce-column, .headerbild .ce-media, .headerbild figure, .headerbild_default .ce-gallery, .headerbild_default .ce-row, .headerbild_default .ce-column, .headerbild_default .ce-media, .headerbild_default figure {
  margin: 0;
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.headerbild img, .headerbild_default img {
  width: 100%;
  height: auto;
  max-width: none;
}

.termine {
  -webkit-transform: rotate(-9deg);  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(-9deg);  /* Firefox 3.5-15 */
  -ms-transform: rotate(-9deg);  /* IE 9 */
  -o-transform: rotate(-9deg);  /* Opera 10.50-12.00 */
  transform: rotate(-9deg);
  width: 38%;
  height: 34%;
  position: absolute;
  top: 52%;
  left: 32%;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 10;
  font-size: 14px;
}

.termine a {
  color: #FFFFFF;
}

.termine p {
  margin: 0px;
}

.termine h2 {
  font-size: 32px;
  color: #FFFFFF;
  margin: -3px 0 3px 0;
}

.termine h4 {
  /*position: absolute;
  right: 0;
  top: 5px;*/
  font-family: 'Fondamento', cursive;
  font-size: 20px;
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: 400;
}

.termine h4 a { 
  text-decoration: none;
}


.terminbutton {
  width: 39%;
  height: 23%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  left: 32%;
  top: 55%;
  z-index: 10;
  -webkit-transform: rotate(-9deg);  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(-9deg);  /* Firefox 3.5-15 */
  -ms-transform: rotate(-9deg);  /* IE 9 */
  -o-transform: rotate(-9deg);  /* Opera 10.50-12.00 */
  transform: rotate(-9deg);  
  text-align: center;
  cursor: pointer;
  padding-top: 3%;
  
}

.terminbutton::before {
  content: "Termine »";
  font-family: 'Fondamento', cursive;
  font-size: 32px;
  font-weight: 400;  
  color: #FFFFFF;
}

.termine.mob_termin {
  width: 92% !important;
  padding: 20px 4% !important;
  height: auto;
  background: rgba(255,255,255,1);
  box-shadow: inset 0 0 50px #AAAAAA;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  color: #000;
  
}

.mob_termin_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background:red;
  cursor: pointer;
}



.fboben {
  position: absolute;
  width: 5%;
  height: 11%;
  top: 20%;
  right: 8%;
  display: block;
  z-index: 10;
}

.fboben a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
}


/* *************** INHALT ***************** */
#inhalt {
  width: 100%;
  min-height: 250px;
  display: block;
  float: left;
  clear: both;
  margin: 50px 0 250px 0;
}

 #inhalt ul { 
  margin: 10px 0;
  padding: 0 0 0  20px;
  list-style: none; 
 } 

#inhalt ul li {
  background: url(../images/pfeilchen_inhalt.png) 0px 5px no-repeat;
  padding: 0px 0px 3px 12px;
} 

#inhalt .ce-column {
  margin-bottom: 10px;
}

.inhaltbox {
  width: 96%;
  float: left;
  clear: both;
  display: block;
  box-shadow: 0px 0px 15px #AAAAAA;
  padding: 20px 2% 40px 2%;
  margin: 0;
}

#inhalt a.link-download {
  background: url(../images/pdf-icon.png) left top no-repeat;
  display: inline-block;
  padding: 10px 0 5px 40px;
}


/* Bildslider
.bildslider .owl-carousel .owl-item img {
  width: 100%;
  height: auto;  
}

.bildslider {
  width: 100%;
  float: left;
  clear: both;
  margin: 30px 0;
}

.bildslider .ce-gallery {
  width: 90%;
  padding: 10px 5%;
  position: relative;
  box-shadow: inset 0 0 10px #aaa;  
}

.bildslider .ce-media {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}

.bildslider .ce-media figure {
  display: block;
}

.bildslider .owl-nav.disabled {
  display: block;
}

.bildslider .owl-prev, .bildslider .owl-next {
  background: url(../images/slider_links.png) left top no-repeat;
  width: 20px;
  height: 24px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

 .bildslider .owl-next {
  background: url(../images/slider_rechts.png) left top no-repeat;  
  left: auto;
  right: 10px;  
}
 */
/* Bildgalerie
.bildergalerie .owl-carousel .owl-item img {
  width: 100%;
  height: auto;  
}

.bildergalerie {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  opacity: 0;
}

.bildergalerie .ce-media {
  float: left;
  text-align: center;
  position: relative;
}

.bildergalerie .ce-media figure {
  display: block;
}
 */
.trenner {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 30px 0;
}


#inhalt iframe {
  /*pointer-events: none;*/
    max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

.kartebox {
  width: 100%;
  display: block;
  float: none;
  clear: both;
}

.googlemaps {
  min-height: 350px;
}

.ytlink {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: transparent;
		z-index: 5;
		padding-top: 75%;
}

#inhalt .ce-gridgallery iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

/* *************** FOOTER ***************** */
#footer {
  background: #691120;
  width: 100%;
  float: left;
  clear: both;
  display: block;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  padding: 20px 0 0 0;
  bottom: 0;
  left: 0;    
  font-size: 14px;
  box-shadow: 0 0 10px #AAAAAA;
}

#footer h3 {
  color: #FFFFFF;
  margin: 0px 0px 5px 0px;
  font-weight: 400;
  font-size: 24px;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.footerinfo {
  width: 55%;
  float: left;
  margin: 0 0 50px 2%;
}

.footerinfo ul {
	width: 100%;
	float: left;
	clear:both; 
	margin: 0;
  	padding: 0;
  	list-style: none;
}

.footerinfo ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.footernavi {
  width: auto;
  float: right;
  margin: 0 2% 0 0;
}

.footernavi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footernavi li {
  background: url(../images/pfeilchen.png) 0px 4px no-repeat;
  padding: 0px 0px 0px 15px;
}

.footerposition {
  width: 150px;
  height: 250px;
  position: absolute;
  right: 2%;
  top: -190px;
}

.footerposition .ce-gallery {
  margin: 0;
}

.social {
  width: auto;
  position: absolute;
  top: 22px;
  right: 5%;
  z-index: 15;
}

.footer_unten {
  width: 90%;
  float: left;
  clear: both;
  background: rgba(0,0,0,0.2);
  padding: 10px 5%;
  text-align: center;
  font-family: 'Fondamento', cursive;  
  font-size: 14px; 
  margin: 15px 0 0 0;
}

.footer_unten .csc-default {
  width: auto;
  float: none;
  clear: none;
  display: inline-block;
}
.footer_unten .celement {
  display: inline-block;
}


/* *************** EXTENSIONS ***************** */
.news {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

.news-latest-container {
	margin: 0;
	padding: 0px;
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

.news-latest-container .article {
	width: 28%;
	box-shadow: 0 0 5px #aaa;
	padding: 20px 2%;
	margin: 0 0 20px 0;
	float: left; 
	display: block;
	text-align: center;   
	opacity: 0;
	position: relative;
}

.news .article:last-child {
	padding: 20px 2%;
}

.news-latest-container .article .teminkategoriebox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(236,236,236,0.8);
	z-index: 1;
}

.terminkategorie {
	background: #691120;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
  font-family: 'Fondamento', cursive;	
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-latest-container .article h2 {
  color: #FFFFFF;
  background: #691120; 
  width: 98%;
  padding: 5px 1%;
  margin: 0 0 15px 0;
}

.news-latest-container .article p {
  margin: 0;
}

.news-latest-container .article:nth-child(3n+2) {
  margin-left: 2%; 
  margin-right: 2%; 
}

.f3-widget-paginator {
	width: 100%;
	float: left;
	clear: both;
	margin: 30px 0 0 0; 
}

#inhalt .f3-widget-paginator {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#inhalt .f3-widget-paginator li {
	padding: 0;
	background: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	float: none;
}

#inhalt .f3-widget-paginator li a {
	text-decoration: none;
}

#inhalt .f3-widget-paginator li.current {
	color: #691120;
	font-weight: 700;
}

.news .no-news-found {
	width:100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	color: #000000;
	font-style: normal;
}

.respimgbox .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0 0 0 !important;
}

.respimgbox .ce-bodytext {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}
/* -- Termine -- */

/* Startseite 
.news-latest-container {
  margin: 10px 0 0 0;
  padding: 0px;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

.news-latest-item {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}

.news-latest-item h3 {
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
  width: 150px; 
}

.news-latest-item p {
  display: inline-block;
  margin: 0;
}
*/

/* Termine 




*/
/* -- Aktuelles --
.news-list2-container {
  width: 92%;
  float: left;
  clear: both;
  margin: 20px 4%;
  padding: 0;
  background: none;
  display: block;
  opacity: 0;
  position: relative;
}

.news-list2-items {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;  
}

.news-list2-items-schatten {
  width: 98%;
  float: left;
  clear: both;
  margin: 3px 1%;
  padding: 0;  
  box-shadow: 0 0 5px #aaa;
}

.news-list2-items h3 {
  background: #691120;
  color: #FFFFFF;
  margin: 0;
  padding: 5px 4% 10px 4%;
  text-align: center;
  width: 92%;
}

.news-list2-items h3 a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

.news-list2-items a {
  text-decoration: none;
}

.news-list2-text {
  width: 92%;
  padding: 10px 4%;
}

.news-list2-bilder {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  max-height: 150px;
  overflow: hidden;
}

.news-list2-container .owl-prev, .news-list2-container .owl-next {
  background: url(../images/slider_links.png) left top no-repeat;
  width: 20px;
  height: 24px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  left: -4%;
  top: 50%;
  margin-top: -12px;
}

.news-list2-container .owl-next {
  background: url(../images/slider_rechts.png) left top no-repeat;  
  left: auto;
  right: -4%;  
}

.news-list3-container {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  background: none;
}

.news-list3-item {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 30px 0;
  padding: 0;  
  box-shadow: 0 0 5px #aaa;
  border: 0;
  background: none;
  transition: ease 0.8s;
}

.news-list3-item:hover {
  background: #eeeeee;
}

.news-list3-textbox {
  width: 96%;
  margin: 10px 2%;
  float: left;
  clear: both;
}

.news-list3-item h2 {
    background: #691120;
    color: #FFFFFF;
    margin: 0;
    padding: 10px 2% 10px 2%;
    text-align: left;
    width: 96%;
  display: block;
}

.news-list3-item h2 a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

.news-list3-item a {
  text-decoration: none;
}

.news-list3-bild {
  width: 20%;
  float: left;
  margin: 0 2% 10px 0;
}

.news-list-browse {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0 0 0;
  padding: 10px 0;
  font-size: 12px;
}

.news-list-browse a {
  text-decoration: none;
}

.browseLinksWrap {
  margin: 5px 0 0 0;
}

.activeLinkWrap {
  font-weight: 700;
  font-size: 14px;
}

.disabledLinkWrap {
  color: #999999;
}

.news-single-item {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}

.news-single-text {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
}

.news-single-bilder {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  background: #efefef;
  
}

.single-bild {
  display: inline-block;
  margin: 10px 1%; 
  width: 28%;
  vertical-align: middle;
  box-shadow: 0 0 5px #aaa;
}

.single-bild a {
  display: block;
}

.single-bild img {
  margin: 5px auto;
  display: block;
}

.news-single-backlink {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0 0 0;
  padding: 0;
}

.news-single-backlink a {
  width: 96%;
  padding: 10px 2%;
  background: #691120;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

 */

.lightboxOverlay {
 z-index: 10 !important; 
}
.lightbox {
  z-index: 11 !important;
}

