@charset "utf-8";
/* CSS Document */

/* --- Schriftarten --- */

/* kalam-regular - latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: local('Kalam'), local('Kalam-Regular'),
       url('../fonts/kalam-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/kalam-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* --- Farben --- */
.lila {
	color:#5E628E;
	}
.lila2 {
	color:#9294AA;
	}
.lila3 {
	color:#666993;
	}	
.hellgrau {
	color:#DADADA;
	}			
	
.script {font-family: 'Segoe Script', Kalam, serif, cursive;}
.print {font-family: 'Segoe Print', Kalam, serif, cursive;}	


/* Seitenaufbau Basis 984[1008]px 3 Spalten */
body {
	background-color: #5E628E;
	margin: 0px;
	color: #FFF;
	font-family: 'Segoe UI', Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1em;
}
#wrapper {
	text-align:center;
	width:100%;
	background:url(../img/site/logo-bg.png) no-repeat;
	background-position: 10% 30%;		
	}
.home #wrapper {
	background:none;
	}	
#rightframe {
	width:984px;
	margin:10px auto 20px auto;		
	height:auto;
	background-image:url(../img/site/bg-line-right.gif);
	background-position:top right;
	background-repeat:repeat-y;		
	}		
#container {
	width:904px;		
	text-align:left;
	padding: 0px 40px 0px 40px;
	background-image:url(../img/site/bg-line-left.gif);
	background-position:top left;
	background-repeat:repeat-y;		
	}
#header {
	display:block;
	width:100%;
	margin-bottom:40px;	
	padding-top:20px;	
	}		
#titlebox {
	display:block;
	float:left;
	}
#showmenu {
	width:268px;	
	display:none;
	}				
#leftmenu {
	width:268px;
	margin-right:20px;
	float:left;	
	}
#content {
	width:616px;
	float:left;	
	}		
.contentbox {
	padding:10px 0px 10px 20px;
	}
.home .contentbox {
	background:url(../img/site/planskizze-02.png) 20px 0px no-repeat;
	height:415px;
	background-size:contain;
	}
.home .contentbox h1 {
	font-size:1.4em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Segoe Script', Kalam, sans-serif, cursive;
	margin-top:50%;
	padding: 0px 20px;
	}					
#endmenu {
	float:none;
	clear:both;
	width:auto;
	}
#endmenu ul {
	display:none;
	}		
#footer {
	width:100%;
	margin-top:40px;
	padding-top:5px;
	background-image:url(../img/site/footer-line.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
/* Elemente Standard für alle, Content, Footer, Header */
div, p, h1, h2, h3, h4, h5 {
	margin:0;
	}
#content .contentbox p, #content .contentbox li {
	font-size:0.92em;
	line-height:1.4em;
	}	
#footer p {
	font-size: 0.78em;
	}	
h1 {
	font-size:1.6em;
	font-weight:600;
	margin-bottom:20px;
	color:#BCBDCB;
	}	
h2 {
	font-size:1.24em;
	font-weight:600;
	margin-bottom:10px;	
	margin-top:20px;	
	color:#BCBDCB;
	}
h3 {
	font-size:1.12em;
	font-weight:600;
	margin-bottom:5px;
	margin-top:20px;	
	color:#BCBDCB;
	}
h4 {
	font-size:1em;
	font-weight:600;
	color:#BCBDCB;
	margin-top:10px;
	}
h5 {
	font-size:0.92em;
	font-weight:600;
	color:#FFFFFF;
	margin-top:10px;
	}							
img {
	border:1px solid #BCBDCB;
	}
#titlebox img {
	border:none;
	}	
strong {
	font-weight:600;
	}
.contentbox p, .contentbox ul, .contentbox li {
	margin-right:10px;
	}		
.textbox {
	padding:10px 5px 10px 5px;
	}				
#content ul {
	margin:0;
	margin-bottom:1em;
	padding:0;
	padding-left:1em;
	list-style-type:disc;
	}	
#header a {
	text-decoration:none;
	}
#content a, #footer a {
	color:#FFF;
	}
#content a:hover, #footer a:hover {
	color:#BCBDCB;
	}		
#footer a.phone:hover {
	color:#FFF;
	}

/* Abstände ändern, Spaltenkontrolle */
.keinRU {
	margin-bottom:0px;
	}	
.keinRO {
	margin-top:0px;
	}
.endeSpalten {
	float:none;
	clear:both;
	padding-top:30px;	
	}		

/* Tabellen */
table {
	/*font-size: 0.92em;*/
	}
table.grid {
	border-collapse:collapse;
	}	
th {
	font-weight:normal;
	}
td, th {
	text-align:left;
	vertical-align:top;
	padding:5px 0px;	
	}
td.fixed {
	white-space: nowrap;
	padding-right:10px;	
	}		
table.grid th, table.grid td {
	padding: 5px;
	border-bottom: 1px solid #9B9DBD;
	border-top: 1px solid #9B9DBD;	
	}		
caption {
	padding: 5px 0px;
	font-style:italic;
	}	
table .dunkel {
	background:#4F5277;
	background-color:rgba(0, 0, 0, 0.2);
	}	
table .hell {
	background: #787B9C;	
	background-color:rgba(253, 253, 253, 0.2);	
	}	
#content table ul {
	margin:0;
	}	

	
/* Zitat */	
blockquote {
	margin:0;
	padding:20px 20px;
	font-style:italic;	
	}
blockquote:before, q:before, blockquote:after, q:after {
	font-size:36px;
	line-height:16px;
	font-weight:bold;
	color:#BCBCBC;
	font-style:normal;
	font-family: 'Segoe Script', Kalam, serif, cursive;	
}	
blockquote:before, q:before {
    content: "»";
	margin-left:-20px;
}
blockquote:after, q:after {
    content: "«";
	margin-left:90%;
}		
p.klein {
	margin-top:10px;
	text-align:right;
	width:90%;
	}
		
/* Navigation */	
#leftmenu ul, #endmenu ul, #showmenu ul, #content ul.goback {
	margin:0;
	padding:0;
  	padding-top:10px;
	list-style-type:none;
	background-image:url(../img/site/navi-line-g-268.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: 'Segoe Print', Kalam, sans-serif, cursive;		
	}
#content ul.goback {
	background:none;
	margin-top:10px;
	}	
#leftmenu li, #endmenu li, #showmenu li, #content .goback li {
	text-transform:uppercase;
	padding:0px 0px 5px 5px;
	font-size:1em;
	background-image:url(../img/site/navi-line-g-268.gif);
	background-position:bottom left;
	background-repeat:no-repeat;		
	}
#content .goback li {
	background:none;	
}
#leftmenu li.current, #endmenu li.current, #showmenu li.current {
	background-image:url(../img/site/navi-line-w-268.gif);		
	}	
#leftmenu a, #endmenu a, #showmenu a, #content .goback a {
	color:#DADADA;
	text-decoration:none;
	display:block;
	line-height:35px;
	width:auto;	
	}
#leftmenu .current a, #leftmenu a:hover, #endmenu a:hover, #leftmenu a:active, #endmenu a:active, #showmenu a:hover, #showmenu a:active, #content .goback a:hover, #content .goback a:active {
	color:#FFF;
	font-weight:600;		
	}
#leftmenu li.submenu {
	background-image:none;
	padding-bottom:0px;	
	}	
#leftmenu li ul {
	padding-left:20px;
	background-position:top;
  	margin-top:-5px;
	}
#leftmenu li ul li{
	text-transform:capitalize;
	font-size:1em;
	background-image:url(../img/site/navi-line-g-248.gif);	
	}	
#leftmenu li ul li.current{
	font-weight:bold;
	background-image:url(../img/site/navi-line-w-248.gif);		
	}			
a.phone {
	text-decoration:none;
	cursor:default;
	white-space:nowrap;
	}

/* Menü und Text einblenden und ausblenden */
.js .toggletext {
	display:none;
	}
.toggler {
	float:none;
	clear:both;
	}	
.js .toggler a {
	cursor:pointer;	
	}		
#menuoff {
	display:none;
	}	
#menuon {
	display:none;
	}
.closed {
	display:none;
	}	
.js .open {
	display:none;
	}	
.js .closed {
	display:inline;
	}	
.js #togglebox h2 {
	font-family: 'Segoe Print', Kalam, sans-serif, cursive;
	font-size: 1em;
	line-height:2.4em;
	color:#dadada;	
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;	
	background:url(../img/site/navi-line-g-300.gif) no-repeat bottom left;
	width:300px;
	}
.js #togglebox h2:hover {	
	color:#fff;
	font-weight:bold;
}
.js #togglebox h2.offen span {
	display:none;
	}
.js #togglebox h2 span{
	display:inline;
	}	
		
/* Bilder im Content-Bereich */
.topicimage {
	float:right;
	width:288px;
	margin-top:10px;
	margin-left:10px;
	}
.topicimageleft {
	float:left;
	width:288px;
	margin-top:10px;		
	margin-right:10px;
	}
.largeimage {
	width:596px;
	margin-top:10px;
	margin-bottom:10px;
	}
.smallimage {
	float:right;
	width:128px;
	}				
.topicimage img, .topicimageleft img, .largeimage img{
	margin-top:10px;	
	margin-bottom:10px;
	}

/* 3 Spalten ohne Linien und Abstand außen */	
@media screen and (max-width: 1024px) {
#rightframe {
	margin:auto;
	width:904px;	
	padding-top:10px;
	background:none;
	}
#container {
	background:none;
	padding:0;	
	}
#header {
	padding-top:0px;
	}
}

/* 2 Spalten, breites Bild ist 596 px */			
@media screen and (max-width: 904px) {
#rightframe {
	width:616px;
	padding:0px;
	}
#container {
	width:616px;	
	margin:0;
	padding:0;
	}			
#header {
	margin-bottom:20px;
	width:99%;
	}
#titlebox {
	float:none;
	clear:both;
	width:100%;
	}
#showmenu, #leftmenu {
	float:none;
	width:100%;
	}	
#leftmenu ul, #endmenu ul, #showmenu ul {
	background-image:url(../img/site/navi-line-g-616.gif);	
	}
#leftmenu li, #endmenu li, #showmenu li {
	background-image:url(../img/site/navi-line-g-616.gif);
	padding:0px 5px 5px 5px;		
	}
#leftmenu li.current, #endmenu li.current, #showmenu li.current {
	background-image:url(../img/site/navi-line-w-616.gif);		
	}
#endmenu ul {
	display:block;
	margin-top:20px;
	}
	
#content {	
	width:100%;
	float:none;
	clear:both;
	padding-top:20px;
	}			
.contentbox {
	padding:20px 10px 10px 10px;
	}
.home .contentbox {
	background:url(../img/site/planskizze-01.png) 0px 0px no-repeat ;
	background-size:cover;
	}
		
	
/* Menü einblenden und ausblenden */
.js #showmenu {
	display:block;
	}					
.js #leftmenu {
	display:none;	
}
.js #leftmenu ul {
	border-top: none;
	background: none;	
	padding-top:0px;
	}	
#menuoff {
	display:none;
	}	
#menuon {
	display:inline;
	}	
	
/* Bilder */
#header img {
	width:100%;
	height: auto;
	}				
}

/* 1 Spalte 1,5 Breite */	
@media screen and (max-width: 615px) {
#rightframe, #container {
	width:480px;
	}
#header {
	margin-bottom:20px;
	}
#leftmenu ul, #endmenu ul, #showmenu ul {
	background-image:url(../img/site/navi-line-g-480.gif);	
	}
#leftmenu li, #endmenu li, #showmenu li {
	background-image:url(../img/site/navi-line-g-480.gif);
	padding:0px 5px 5px 5px;		
	}
#leftmenu li.current, #endmenu li.current, #showmenu li.current {
	background-image:url(../img/site/navi-line-w-480.gif);		
	}
		
.contentbox {
	padding:20px 10px 20px 10px;	
	}
.home .contentbox {
	height:460px;
	}
.home .contentbox h1 {

	}												
.topicimage, .topicimage img, .topicimageleft, .topicimageleft img {
	width:218px;
	height:auto;
	}
.largeimage, .largeimage img {
	width:462px;
	height:auto;
	}	
#footer {
	background-image:url(../img/site/navi-line-g-480.gif);		
}
a.phone {
	text-decoration:underline;
	cursor:pointer;
	}			
}

/* 1 Spalte */
@media screen and (max-width: 479px) {
#rightframe, #container {
	width:320px;
	}
.home .contentbox {
	height:300px;
	}
.home .contentbox h1 {

	}			
#leftmenu ul, #endmenu ul, #showmenu ul {
	background-image:url(../img/site/navi-line-g-320.gif);	
	}
#leftmenu li, #endmenu li, #showmenu li {
	background-image:url(../img/site/navi-line-g-320.gif);		
	}
#leftmenu li.current, #endmenu li.current, #showmenu li.current {
	background-image:url(../img/site/navi-line-w-320.gif);		
	}	
#footer {
	background-image:url(../img/site/navi-line-g-320.gif);		
	}				
.topicimage, .topicimageleft, .largeimage {
	width:286px;
	height:auto;
	float:none;
	clear:both;
	margin:20px 0px 20px 0px;
	}
.topicimage img, .topicimageleft img, .largeimage img {
	width:100%;
	height:auto;
	}	
	
table {
	display:block;
	}
table.grid th, table.grid td {
	padding:6px 0px;
	border:none;
	display:inline;
	float:left;
	clear:left;		
	}
table .dunkel {
	background-color:rgba(0,0,0,0);
	}	
table .dunkel td {
	display:none;
	}
table .dunkel td.gruppe {
	display:block;
	font-weight:600;
	font-size:1.2em;
	}
table td.leer a {
	display:none;
	}						
}
