@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	font-size: 100%;
}
html[xmlns^="http"]	{
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: rgba(130,37,51,1);
}

.align-justify {
    text-align: justify;
}
/*
.csc-space-after-40 {
    margin-bottom: 40px;
}
*/
a {
	text-decoration: none;
	color: #FFF;
}

/*b { font-weight: bold; }*/

#allwrap {
	height: 100%;
	padding-top: 130px;
}

.inner {
	width: 1020px;
	width: 1290px;
	margin: 0px auto;
}

#header {
	width: 100%;
	background-color: #FFF;
	height: 130px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
	#logo { margin-top: 16px; float: left; }
	
	#navigation { 
		float: right;
		margin-top: 85px;
	}
	
	#navigation ul,
	#navigation ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		list-style-image: none;
		list-style-type: none;
	}
	
	#navigation ul li {
		float: left;
	}
	#navigation ul li a {
		padding: 0px 10px;
		display: block;
		text-transform: uppercase;
		color: #000;
		color: #58585a;
		font-weight: 400;
	}
	#navigation ul li a:active,
	#navigation ul li a.active,
	#navigation ul li a:hover {
		color: #31373a;
		color: #96979a;
		color: rgba(130,37,51,1);
		color: #96979a;
	}
	
	/*Resp Nav*/

	.open {	/*Open Menu for Responsive*/
		  display: none;
		  float: none;
		  width: 100px;
		  height: 35px;
		  margin: 0px;
		  padding-left: 50px;
		  background: url(images/menu.png) #d9dadb;
		  background-position: 10px 7px;
		  background-repeat: no-repeat;
		  -moz-border-radius: 8px;
		  -webkit-border-radius: 8px;
		  border-radius: 8px;
		  box-shadow: inset 0 0 3px #000;
		  border: 0;
		  text-decoration: none;
		  line-height: 35px;
		  color: #FFFFFF;
		  text-transform: uppercase;
		  font-weight: bold;
		  z-index: 9999;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		  position: relative;
		  color: #707173;
	  }
	  a.open {  color: #707173; }
	  /*Responsive Menu*/
	  #pageslide {
		  /* These styles MUST be included. Do not change. */
		  display: none;
		  position: absolute;
		  position: fixed;
		  top: 0;
		  height: 100%;
		  z-index: 999999;
		  
		  /* Specify the width of your pageslide here */
		  width: 200px;
		  padding: 10px 20px;
		  padding-left: 0px;
		  overflow: hidden;
		  
		  /* These styles are optional, and describe how the pageslide will look */
		  background-color: #333;
		  background-color: #d9dadb;
		  color: #707173;

		  box-shadow:0px 0px 12px rgba(0,0,0,0.9); 
	  }
	
	
/******** INHALTE *******/
#inhalt { 
	height: 100%;
	height: -moz-calc(100% - 130px);
	height: -webkit-calc(100% - 130px);
	height: -o-calc(100% - 130px);
	height: calc(100% - 130px);
 }
 
/* #inhalt a { font-weight: bold; }  */
 
/*Starseite: Bild volle Höhe*/
#home,
#home .container { height: 100%; overflow: visible; }

#inhalt #home .topimage {	
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

#inhalt #home .csc-default {
	height: 100%;
	position: relative;
	background-position: top left;
	background-repeat: no-repeat !important;
	background-size: cover !important; 
}

/*Unterseiten: Bild Höhe 30%*/
#inhalt .topimage {	
	overflow: hidden;
	position: relative;
	display: block;
	/*margin-bottom: 20px;*/
}
#inhalt .csc-default {
	position: relative;
	background-position: top left;
	background-repeat: no-repeat !important;
	background-size: cover !important; 
}

/**** Slogan über Bild *****/
#inhalt .topimage {
	background-image: url(images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#inhalt .topimage .csc-header-n1 {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;	
}
#inhalt .topimage .csc-header-n1 h1,
#inhalt .topimage .csc-header-n1 h2 {
  color: #ffffff;
  font-size: 2.25em;
  font-size: 2.438em;
  font-weight: lighter;
  text-shadow: #323232;
  text-transform: uppercase;
  
  color: rgba(130,37,51,1);
  font-weight: bold;
  font-style: italic;
  
  margin: 0px; 
  display: inline-block; 
  padding: 5px 25px; 
	
  background-color: #FFF;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}

#inhalt .topimage .csc-textpic-text {
	text-align: center;
	
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 100px;
	
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.250em;
	text-transform: uppercase;
}
#inhalt .topimage .csc-textpic-text a { color: #FFF; }
#inhalt .topimage .csc-textpic-text p { 
	margin: 0px; 
	display: inline-block; 
	padding: 0px 25px; 
	
	background-color: #868686;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	
	background: rgba(134,134,134,0.8);
	color: #2e2e2e;
	color: #fff;	
}

/***** Farben für Kontakt / Map ********/
#inhalt .topimage .csc-header-n1.kontakt h1 {
   color: rgba(130,37,51,1);
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 1);
}
.gm-style-iw div {
   color: rgba(130,37,51,1);
}


#inhalt section { clear: both; min-height:100%; }

#inhalt { color: #FFF; line-height: 140%; /*font-weight: 300;*/ font-size: 0.875em; }
#inhalt h1 { font-size: 1.125em; font-size: 1.250em; line-height: normal; text-transform: lowercase; }

#inhalt .spalte-left {
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-bottom: 50px;
}
#kontakt .spalte-left {
    margin-bottom: 0;
}
#inhalt .spalte-right {
	width: 47%;
	margin-left: 3%;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-bottom: 50px;
}

	#inhalt .csc-default.item-1 { clear: both !important; }

	/*2 Inhalte nebeneinander*/
	.csc-default.layout-20 {
		width: 49%;
		margin-right: 2%;
		float: left;
	}		
		#inhalt .csc-default.layout-20.item-2, #inhalt .csc-default.layout-20.item-4, #inhalt .csc-default.layout-20.item-6, #inhalt .csc-default.layout-20.item-8, #inhalt .csc-default.layout-20.item-10,
		#inhalt .csc-default.layout-20.item-12, #inhalt .csc-default.layout-20.item-14, #inhalt .csc-default.layout-20.item-16, #inhalt .csc-default.layout-20.item-18, #inhalt .csc-default.layout-20.item-20 { margin-right: 0px; }

#inhalt .einspaltig {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	margin-bottom: 60px;
}

/*Buttons zum öffnen von Pageslide*/
.layout-50 {
	width: 130px;
	height: 130px;
	background-color: #fff;
	float: left;
	
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	
	margin-left: 10px;
	margin-right: 11px;
	margin-top: 16px;
	position: relative;
	color: #707173;
	text-align: center;
	font-size: 0.875em;
	text-transform: uppercase;
	
	padding: 0px;
}
	.layout-50 .slideRight {
		margin: 0px;
		padding: 0px;		
		width: 130px;
		height: 130px;
		color: #707173;
		color: rgba(130,37,51,1);
		font-weight: normal;
		display: table-cell;
		vertical-align: middle;
	}
	
	/*.layout-50 .csc-header { height: 7px; }*/
	.layout-50 .csc-header, .layout-50 .csc-header h2 { margin:0px; padding:0px; }
	.layout-50 .csc-header h2 { font-size: 1.125em; font-weight: normal; }
	.layout-50 p { margin: 0px; padding: 0px; }

/*Sprung Weiter*/
#more-home { display: none; }

/*Weiter Link*/
#inhalt .nextlnk { text-align: center; clear:both; margin: 0px; z-index: 999; height: 50px; position: relative; margin-top: -50px; }
#inhalt .nextlnk a {
	width: 50px;
	height: 25px;
	padding: 5px 20px;
	background-image: url(images/next-kl.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: block;
	margin: 0px auto;
	font-size: 0px;
}

/*Nach oben link*/
#back-top{
	height: 50px;
	width: 100%;
	display: block;
}
#back-top a {
	width: 50px;
	height: 25px;
	padding: 5px 20px;
	background-image: url(images/top-kl.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: block;
	margin: 0px auto;
	font-size: 0px;
}

#back-top > a {
    bottom: 45px;
    position: relative;
}

/*Colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper { z-index:  9999999; }

/* Styles für einblendende Inhalte von rechts */

.slideInRight { 
	position:absolute; 
	z-index:990; 
	left: 0;  /*right*/
	top: 0; 
	height: 350px; 
	width: 0px;
	overflow:hidden; 
}
.slideInRight.opened { position:absolute; z-index:99999; height: 100%; }
.slideInRight.opened.fixed { position:fixed; }
.slideInRight .closebtn {
	display:none; 
	position:absolute; 
	right: 0px; /*left*/
	top: 145px; 
	z-index:1000;
	width: 50px; 
	height: 50px;
	background-color: #fff; 
	background-image:url(images/closebtn.gif); 
	background-position:center center; 
	background-repeat: no-repeat; 
	text-decoration:none;
}
.slideInRight.opened .closebtn { display:block; }

.slideInRight #inhalt { height: 99%; }

.slideInRight .slideInBox {
	position:absolute;
	right:50px;	/*left*/
	top: 0;  
	width: 685px; 
	height: 100%; 
	box-shadow:0px 0px 12px rgba(0,0,0,0.9); 
    overflow-y: auto;
	z-index:99999;
	
	background-color: #d9dadb;
	color: #707173;
	
	background-color: rgba(130,37,51,1);
	color: #FFF;
}
	/*Layout Inhalt in SlideBox*/
	.slideInRight #inhalt { color: #FFF; }
	.slideInRight #inhalt h1 { 
		text-transform: uppercase;
		font-size: 2.500em;
		font-weight: normal;
	}
	.slideInRight #inhalt h2 {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	.slideInRight #inhalt a { color: #FFFFFF; }
	
	.slideInRight #inhalt div.csc-textpic-imagecolumn, 
	.slideInRight #inhalt td.csc-textpic-imagecolumn .csc-textpic-image {  margin-right: 25px; }
	
	.slideInRight #inhalt div.csc-textpic-imagecolumn.csc-textpic-lastcol, 
	.slideInRight #inhalt td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {  margin-right: 0px; }
	
	
.slideInRight .slideInBox.magenta { background: #dd137b; color: #FFF; }
.slideInRight .slideInBox.loading { 
	background-image:url(images/ajax-loader.gif); 
	background-position:center center; 
	background-repeat:no-repeat;
}
.slideInRight .slideInBox .slideInner { 
	padding: 30px 50px 20px 50px;
}

.slideInRight .slideInBox.randlos .slideInner
{
	padding: 0px;
	height: 100%;
}
.slideInRight .slideInBox.randlos,
.slideInRight .slideInBox.randlos * { height: 100%; }

/*Loading*/
.slideInRight .ajax-loading {
	text-align: center; 
	height: 100%;
}
.slideInRight .ajax-loading img {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	marfin-left: -16px;
}

.clear { clear: both; }

/*Typo3 Abstaende*/
/*Vor*/
.csc-space-before-10 { margin-top: 10px !important; }
.csc-space-before-20 { margin-top: 20px !important; }
.csc-space-before-30 { margin-top: 30px !important; }
.csc-space-before-40 { margin-top: 40px !important; }
.csc-space-before-50 { margin-top: 50px !important; }
.csc-space-before-60 { margin-top: 60px !important; }
.csc-space-before-70 { margin-top: 70px !important; }
.csc-space-before-80 { margin-top: 80px !important; }
.csc-space-before-90 { margin-top: 90px !important; }
.csc-space-before-100 { margin-top: 100px !important; }
.csc-space-before-110 { margin-top: 110px !important; }
.csc-space-before-120 { margin-top: 120px !important; }
.csc-space-before-130 { margin-top: 130px !important; }
.csc-space-before-140 { margin-top: 140px !important; }
.csc-space-before-150 { margin-top: 150px !important; }

/*Nach*/
.csc-space-after-10 { margin-bottom: 10px !important; }
.csc-space-after-20 { margin-bottom: 20px !important; }
.csc-space-after-30 { margin-bottom: 30px !important; }
.csc-space-after-40 { margin-bottom: 40px !important; }
.csc-space-after-50 { margin-bottom: 50px !important; }
.csc-space-after-60 { margin-bottom: 60px !important; }
.csc-space-after-70 { margin-bottom: 70px !important; }
.csc-space-after-80 { margin-bottom: 80px !important; }
.csc-space-after-90 { margin-bottom: 90px !important; }
.csc-space-after-100 { margin-bottom: 100px !important; }
.csc-space-after-110 { margin-bottom: 110px !important; }
.csc-space-after-120 { margin-bottom: 120px !important; }
.csc-space-after-130 { margin-bottom: 130px !important; }
.csc-space-after-140 { margin-bottom: 140px !important; }
.csc-space-after-150 { margin-bottom: 150px !important; }

/******* RESPONSIVE ANPASSUNGEN *******/
@media screen and (max-width: 1310px) {
	.inner {
		width: 96%;
		padding: 0px 2px;
	}
}

@media screen and (max-width: 980px) {
	#header {
		height: 70px;
	}
	#logo { margin-top: 10px; }
	#logo img { height: 50px; width: auto; }
	
	#navigation { 
		margin-top: 30px;
	}
	#allwrap {
		padding-top: 70px;
	}
	#inhalt { 
		height: 100%;
		height: -moz-calc(100% - 70px);
		height: -webkit-calc(100% - 70px);
		height: -o-calc(100% - 70px);
		height: calc(100% - 70px);
	 }
	
}

@media screen and (max-width: 900px) {	
	
	/*Responsive Menu*/   	
	#topNavi { display: none; }
	
	/*Menu Schaltflaecher bei Responsive*/    
   	.open { 
		display: block; 
		width: 150px; 
		clear:both;
		z-index: 9999; 
		
		position: absolute;
		right: 2%;
		top: 20px;
	}
	
    #pageslide { width: 200px;  }
	#pageslide #topNavi { 
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
		display: block;
		position: relative;
		top: auto;
		left: auto;
	}
	#pageslide #topNavi li { 
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		float: none;
		margin: 0px;
		padding: 0px;
		background: none;
	/*
		padding: 10px 0; 
		border-bottom: 1px solid #666;*/
	}
	#pageslide #topNavi li a { 
		text-decoration: none;
		padding: 8px 5px;
		padding-left: 15px;
		display: block;
		color: #FFF; 
		color: #707173;
		border: none; 
		border-bottom: 1px solid #666;
		font-size: 1em;
		text-transform: uppercase;
	}
	#pageslide #topNavi li ul li a { padding: 5px; }
	#pageslide #topNavi li a:hover { font-weight: bold; }	
		#pageslide #topNavi ul { margin: 0px; padding: 0px; margin-left: 25px; }
	
	/*2 Inhalte nebeneinander*/
	.csc-default.layout-20 { width: 100%; float: none; margin-right: 0px; }
	
	
}
@media screen and (max-width: 800px) {		
	.slideInRight .slideInBox { width: 600px; }
	.slideInRight .slideInBox .csc-textpic img { width:100% !important; height: auto; }
	.slideInRight #inhalt div.csc-textpic-imagecolumn, 
	.slideInRight #inhalt td.csc-textpic-imagecolumn .csc-textpic-image {  margin-right: 0px; }
	
	#inhalt .topimage {	
		overflow: hidden;
		position: relative;
		display: block;
		/*margin-bottom: 20px;*/
	}
	#inhalt .topimage .csc-default {
		position: relative;
		background-position: top left;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		min-height: 250px !important; 
	}
	#inhalt section { clear: both; min-height:inherit; }
	
	#gmap_canvas { height: 250px !important; }
}

@media screen and (max-width: 650px) {	
	#inhalt .spalte-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0px;
		clear: both;
	}
	#inhalt .spalte-right {
		width: 100%;
		margin-left: 0;
		margin-bottom: 80px;
		clear: both;
	}
	
	.slideInRight .slideInBox { width: 550px; }
}
@media screen and (max-width: 600px) {		
	.slideInRight .slideInBox { width: 500px; }
}
@media screen and (max-width: 550px) {		
	.slideInRight .slideInBox { width: 450px; }
}
@media screen and (max-width: 500px) {		
	.slideInRight .slideInBox { width: 400px; }
}
@media screen and (max-width: 450px) {		
	.slideInRight .slideInBox { width: 350px; }
}
@media screen and (max-width: 400px) {		
	.slideInRight .slideInBox { width: 300px; }
	.layout-50 a.slideRight { font-size: 70%; }
}
