
body {
   color: #000;
   height: 100%;
   font-size: 120%;
   font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
   line-height: 1.4;
   background-color: #fff;
   }

a { text-decoration: none; color: #000; }
a:hover, a:focus, a:active { color: #d20049; }

h1, h2, h3, h4 { font-weight: normal; }

#printheader { display:none; }
#header {
  margin: 0 auto;
  width: 85%;
  min-width: 250px;
  height: 60px;
  margin-top: 6px;
  padding: 0px;
  background-image:url(../images/logo.png);
  background-size:254px auto;
  background-repeat:no-repeat;
}
#header img { width: 60%; height: 100%; }

#container {
  margin: 0 auto;
  width: 90%;
  min-width: 300px;
  background-color: #fff;
  margin-top: 12px;
  padding: 0px;
  overflow: hidden;
  -moz-box-shadow: 0 0 24px #c8c8c8;
  -webkit-box-shadow: 0 0 24px #c8c8c8;
  box-shadow: 0 0 24px #c8c8c8;
  behavior: url(PIE.htc); 
}

#nav { 
width: 100%; 
height: 28px;
background-image:url(../images/bg-nav.jpg);
padding: 6px 26px;
overflow: hidden;
}

#nav ul { }
#nav li {
  float: left; 
  margin-left: 0px;
  padding-right: 16px;
  padding-top: 4px;
  font-size: 80%;
  text-align: left;
  font-weight: bold;
}
#nav a {
   color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#nav a:hover, #nav a:focus, #nav a:active { color: #ffdb60; }
#nav .aktiv { color: #ffdb60; }

#content {
  width: 93%;
  color: #000;
  font-size: 90%;
  padding: 12px 0px 24px 18px;
  float: left;
}

#contentmain { margin-left: 0px; padding-right: 3%; }

#content h1 { font-size: 140%; color: #d20049; padding: 0px 0px 6px 0px; }
#content h2 { font-size: 110%; color: #d20049; padding: 20px 0px 4px 0px; }
#content h3 { font-size: 140%; color: #d20049; padding: 20px 0px 6px 0px; }
#content h4 { font-size: 110%; color: #d20049; padding: 12px 0px 4px 0px; }
#content p { padding: 6px 0px;}
#content a { text-decoration: underline; }
#content ul { list-style-image: url(../images/list.png); margin-left: 12px; padding-bottom: 6px; }
#content li { margin: 6px 0px 0px 12px; }
#content ol { list-style-type: decimal; }
.small { font-size: 0.8em; }
.pic100 { max-width: 100%; }
#content ul li ul { list-style-image: url(../images/sublist.png); }

h2 a:link, h2 a:visited, h2 a:focus, h2 a:active { color: #d20049; }
h2 a:hover { color: #000; }

.pb-0 { padding-bottom:0px !important; }
.pt-0 { padding-top:0px !important; }
.pb-10 { padding-bottom:10px !important; }
.pt-10 { padding-top:10px !important; }
.pb-20 { padding-bottom:20px !important; }
.pt-20 { padding-top:20px !important; }

.ha { color: #d20049; text-decoration:none; }

.aktuell { padding:0px 20px 20px 20px; border: 1px dotted #d2014b; background-color:#f5f5f5; margin-bottom:25px;  }

#contentnav {
  overflow: hidden;
  padding: 0px;
}
#contentnav ul {
  margin-left: 12px;
  list-style-image: url(../images/link.png);
  padding-left: 0px;
}
#contentnav li {
  float: none; 
  margin-left: 12px;
  padding-left: 0px;
}
#contentnav a { display: block; }

.pic {
	width: 30%;
	min-width: 80px;
	float: right;
	height: auto; 
	overflow: hidden;
	margin-bottom: 18px;
	margin-left: 24px;
	}
.handyno { display:inline; }
#handyyes { display:none; }
#handyyes img { max-width:100%; }
#lageplan img { max-width:100%; }

figure {
  padding: 0px;
  margin: 0px 0px 20px 20px;
  float: right;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  color: #999;
  font-size:0.7em;
  line-height:20px !important;
}
figure img { width:220px; }

.sitemap { width: 100%; }

#socials {
	padding-top: 12px;
	padding-bottom: 6px;
	width: 648px;
}
#socials ul {
	list-style: none;
	margin-left: 0px;
}
#socials ul.buttons li {
	float: left;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	position: relative;
}

#subnavi {
  padding: 0px 0px;
  clear: left;
	}
#subnavi ul { list-style-type: none; }
#subnavi li { text-align: left; }
#subnavi a {
   font-size: 0.8em;
   letter-spacing: 1px;
   display: block;
   background-color:#d20049;
   padding: 3px 15px;
   border-bottom: 1px solid white;
   color: #fff;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
#subnavi a:hover, #subnavi a:focus, #subnavi a:active {
   background-color: #d20049;
   color: #ffdb60;
}
#subnavi .aktiv { background-color:#d20049; color: #ffdb60; }
#subnavi li:first-child a {
	background-color: #d20049;
    color: #ffdb60; 
	text-transform: uppercase;
	font-weight: bold;
	}
#inaside { display:none; }

#footer {
  margin: 0 auto;
  color: #000;
  font-size: 70%;
  text-align: center;
  padding-top: 16px;
}
#footer a {
  color: #000;
}
#footer a:hover, #footer a:focus, #footer a:active {
   color: #000;
}

#subfooter {
  margin: 0 auto;
  color: #000;
  font-size: 70%;
  text-align: center;
  padding: 6px 0px 26px 0px;
}
#subfooter a {
  color: #8d8d8d;
  text-decoration: underline;
}
#subfooter a:hover, #footer a:focus, #footer a:active {
   color: #ccc;
}

.spacer1 {
	display: none;
	margin: 0px 2px;
	}		
.spacer2 {
	display: inline;
	color: #8d8d8d;
	margin: 0px 6px;
	}
.break { 
	display: block;
	line-height: 2px;
}

@media screen and (max-width: 650px) {

#nav {
  margin-left: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  border-bottom: none;
}
#nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }
#nav li {
  float: none; 
  margin-left: 0px;
  padding: 0px;
}
#nav a {
   letter-spacing: 1px;
   display: block;
   background-color: #d20049;
   padding: 2px 18px;
   border-bottom: 1px solid white;
   color: #fff;
}
#nav a:hover, #nav a:focus, #nav a:active {
   background-color: #d20049;
   color: #ffdb60;
   }
#nav .aktiv { background-color:#d20049; color: #ffdb60; }


.handyno { display:none; }
#handyyes { display:inline; }


}

@media screen and (min-width: 651px) {

/*
FONT LICENSE
Copyright (c) 2009 ParaType Ltd. with Reserved Names "PT Sans" and "ParaType".
http://www.fontsquirrel.com/fonts/PT-Sans
*/
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
   font-family: PTSansRegular, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
   font-size: 110%;
   overflow-y: scroll !important; 
   }

#header {
  margin-top: 2%;
  background-image:url(../images/logo-m.png);
  background-size:360px auto;
  height: 80px;
  width: 77%;
}

#container { 
  width: 80%;
  background-image:url(../images/bg.gif);
  background-repeat:no-repeat;
  background-position: center center; 
}

#content { padding-left: 4%; }

.sitemap { width: 50%; float: left; }

}


@media screen and (min-width: 860px) {

#header {
  background-image:url(../images/logo.png);
  background-size:552px auto;
  height: 120px;
}

#nav { padding-left: 30px; }

#nav li {
  padding-right: 26px;
  font-size: 90%;
}

#content {
    width: 66%;	
    float: right;
	padding-top: 3%;
	padding-left: 2%;
	padding-bottom: 3%;
	padding-right: 3%;
  }

.pic {
	margin-right: 0%;
	margin-left: 3%;
	}

#subnavi {
    float: left;
    clear: none; 
    width: 25%;
	padding: 3% 2%;
	margin-top: 0px;
  }
#subnavi li {
    float: none;
	font-size: 110%;
    padding: 0;
    width: 100%;
  }
  
#subnavi a {
   background:none;
   border-bottom: 1px dotted #acacac;
   color: #d20049 ;
}
#subnavi a:hover, #subnavi a:focus, #subnavi a:active {
   background-color:#d20049;
   color: #fff;
}
#subnavi .aktiv { background:none; color: #000; }
#subnavi li:first-child a {
	background: none;
    color: #2c2c2c;
	font-weight: bold;
	}  
 
#inaside { display:block; }
 
#inaside img {
  width: 100%;
  display: block;
  margin-top: 28px;
}

#inaside a {
   padding: 0px;
   background-color: #fff;
   border-bottom: none;

}
#inaside a:hover, #inaside a:focus, #inaside a:active {
   background-color: #fff;
}
 
.highlight img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.highlight:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
} 
 
.spacer1 {
	display: inline;
	color: #d20049;
	margin: 0px 12px;
	}
.spacer2 {
	display: inline;
	margin: 0px 12px;
	}
.break { 
	display: inline;
}
}


@media screen and (min-width: 1100px) {

#nav {  }
#content {  }
#nav li {
  font-size: 100%;
}
#subnavi {
   }

}


@media screen and (min-width: 1220px) {

#header {
    max-width: 1140px;   } 
#container {
    max-width: 1200px;
  }  
  
}

@media print {
	
body { background-image:none; }
#printheader { 
	display: block;
	margin: 0 auto;
	width: 90%;
	color:#000;
	font-size:0.5em;
}
#nav { display:none; }
#subnavi { display:none; }
#socials { display:none; }
#footer { display:none; }
#subfooter { display:none; }
#content { width: 90%; }
	
	
}


/* FORM */

#content input, #content textarea, #content select {
	border: 1px solid #ddd;
	padding: 6px;
}
#content select {
	height: 36px;
}

#searchresult ol {
	list-style-type:none; }

form {
	margin-bottom: 30px;
}

form.contentform {
	background-color:#efefef;
	padding:30px 15px;
}
form.jugendliche {
	padding:30px 15px;
}

form p {
	display: block;
	padding: 0px;
	margin-bottom: 10px !important;
	}

form label {
	float: left;
	clear: left;
	width: 200px;
	}
input[type="text"] {
	font-family: PTSansRegular, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	height: 20px;
	width: 206px;
	}
input[type="submit"] {
	font-family: PTSansRegular, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	background-color:#d10049;
	color:#fff;
	font-size:1em;
	width: 220px;
	height: 48px;
	}
input[type="text"].contentform {	width: 298px; }
input[type="submit"].contentform {	width: 312px; }

input[type="submit"]:hover {
	background-color:#ea2167;
	color:#fff;
	}	
input[type="checkbox"] {
	margin-right:15px;
}
select {
	font-family: PTSansRegular, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	width: 312px;
	font-size:0.8em;
}
textarea {
	font-family: PTSansRegular, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	height: 100px;
	width: 298px;
	font-size:0.9em;
}
@media screen and (max-width: 440px) {

input[type="text"] {
	width: 218px;
	}
input[type="submit"] {
	width: 232px;
	}
select {
	width: 232px;
}
textarea {
	width: 218px;
}
input[type="text"].contentform {	width: 218px; }
input[type="submit"].contentform {	width: 232px; }


}

@media screen and (max-width: 540px) {

figure {
  padding: 0px;
  margin: 0px 0px 20px 20px;
  float: none;
}


}


/* FORM END */