body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../../img/bg_01.png);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6{
	margin: 0.45em 0;
	padding:0;
	color: #0F0F0D;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 137.5%;
}

h3 {
	font-size: 112.5%;
}

h4 {
	font-size: 16px;
	color: #202020;
	font-weight: lighter;
	letter-spacing: 1px;
}

p {
	font-size: 16px;
	color:#666;
	font-weight: 400;
}

a,
a:visited,
a:active,
a:hover{color:#5eaaa0;}

img {
	max-width: 100%;
	height: auto;
}

#maincontent1 {
	width: 100%;
	margin: 1% 0 0 1%;
}

#topleiste {
	width: 100%;
	min-height: 120px;
	background-image: url(../../img/bg_01.png);
	background-repeat: repeat;
}

#sitetitle {
	width: 100%;
	height: 100px;
	line-height: 30px;
	margin: 0 auto;
}

#logo {
	width: auto;
	height: auto;
	float: left;
	font-size: 26px;
}

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

#logo {
	width: auto;
	height: auto;
	float: left;
	font-size: 35px;
}

}

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

#logo {
	width: auto;
	height: auto;
	float: left;
	font-size: 55px;
}
}

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

/** .section li {
	margin: 8px;
	border-bottom: 1px solid #0F0F0D;
} **/

#footer_links li {
	border-right: 1px solid #202020;
	box-shadow: inset -2pxw 1px 10px rgba(0,0,0,0.50);
		-webkit-box-shadow: inset -2px 1px 10px rgba(0,0,0,0.50);
}

}


#logo h1 {
	color: #0F0F0D;
	font-weight: 700;
}

#sitetitle_info {
	float: left;
	color: #0F0F0D;
	padding: 2% 0;
	margin: 0 0 0 2%;
	font-weight: lighter;
	line-height: 0px;
}

#sitetitle_info p {
	font-size: 14px;
}

.titlesign {
	width: 15px;
	height: 15px;
	background: #72C4B9;
	border-radius: 200px;
	border: 1px dotted #ffffff;
	float: left;
	margin: 14px 5px 0 0;
}

.cutline_u {
	border-bottom: 2px dotted #6ab6ac;
}

.cutline_r {
	border-right: 2px dotted #6ab6ac;
}

.read_more {
	display: block;
	width: 40px;
	height: 20px;
	background-color: #202020;
	line-height: 25px;
	padding: 5px;
	text-align: center;
}

.read_more a {
	color: #fff;
	text-decoration: none;
}

.read_more a:hover {
	background: #6ab6ac;
	display: block;
}

#sloganbox {
	min-height: 150px;
	margin: 0 auto;
	overflow: hidden;
}

#sidebar_l {
	margin: 8% 5% 0 1.6%;
	background-image: url(../../img/bg_03.jpg);
	background-repeat: repeat;
	border: 1px dotted #e1e1e1;
	overflow: hidden;
}

.button2 {
	line-height: 25px;
	display: inline-block;
	background: #A4D0C4;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
	padding: 5px;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 20px;
	display: block;
	background: -moz-linear-gradient(
		top,
		#0f0f0d 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#0f0f0d),
		to(#000000));
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #0f0f0d;
	text-decoration: none;
}

button.css3button a {
	color: #ffffff;
}

button.css3button a:hover {
	background: #303030;
}

#spacer {
	width: 100%;
	height: 42px;
	background: #72C4B9;
}

#search_bar {					/** TODO search bar fehler **/
	float: right;
	margin: 1% 0 0 65%;
	position: absolute;
	overflow: hidden;
}

#topmenu {
	width: 100%;
	height: 50px;
	background-color: #0F0F0D;
	clear: both;
}

ul#topnav {
	height: 40px;
	width: 80%;
	float: left;
	margin: 0 0 0 10%;
	padding: 0;
	position: relative;
	list-style: none;
	font-size: 16px;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #e1e1e1;
	line-height: 40px;
}

ul#topnav li a {
	margin: 5px 10px;
	height: 40px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

ul#topnav li:hover { background: #0F0F0D }
ul#topnav li span {
	width: 100%;
	float: left;
	text-align: left;
	position: absolute;
	margin: 0 auto;
	left: 0; top: 50px;
	display: none;
	background: #72C4B9;
	color: #fff;
}

ul#topnav li span a {
	font-size: 14px;
}

ul#topnav li span a:hover {
	background: #0F0F0D;
}

ul#topnav li a span a:hover {
	background: #0F0F0D;
}

ul#topnav li:hover span { display: block; background: #72C4B9; }
ul#topnav li span a { display: inline; padding: 11px; }
ul#topnav li span a:hover {text-decoration: underline;}


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

#topmenu {
	display: none;
}

#search_bar {
	display: none;
}

#sidebar_l {
	margin: 8% 5% 0 1.6%;
	float: left;
}

#maincontent1 h2 {
	font-size: 112.5%;
}

.cutline_mobile {
	border-bottom: 2px dotted #6ab6ac;
}

}

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

#spacer {
	margin: 5% 0 0 0;
}

}

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

#mobile_nav {
	display: none;
}

.cutline_mobile {
	display: none;
}

}

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	clear: both;
	background-color: #0F0F0D;
	box-shadow: inset 0 2px 10px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 2px 10px rgba(0,0,0,0.50);
}

#footer p {
	color: #0F0F0D;
}

#mainfooter {
	width: 100%;
	margin-top: 5%;
}

#subfooter {
	width: 100%;
	min-height: 180px;
	margin: 0;
	overflow: hidden;
	background-color: #72C4B9;
	box-shadow: inset 0 2px 10px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 2px 10px rgba(0,0,0,0.50);
}

#subfooter p {
	margin: 1%;
}

#pfeil {					/** zentriert das pfeil-icon **/
	width: 60px;
	height: 21px;
	background-image: url(../../img/pfeil.jpg);
	margin: 0px auto;
}

#subfooter a {
	color: #ffffff;
}

.centering {
	width: 70%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#subfooter li {
	border-right: 1px solid #6ab6ac;
	min-height: 60px;
	text-align: center;
	margin: 2% 0 0 0;
	padding: 2%;
}

#subfooter li a {
	text-decoration: none;
}

#subfooter li a:hover {
	color: #e1e1e1;
}

#footer_bottom {
	text-align: center;
	color: #000000;
}


@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #72C4B9;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #72C4B9;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  height: 42px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background: #72C4B9 url("../../img/hamburger.gif") no-repeat 50% 48%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("../../img/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}



/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 468px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}