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

body {
	background-color:#f2f2f2;
	/* background-image:url(../pics/stripe.png); */
	background-repeat:repeat;
	color:#000;
	font:100.01%/1.4 Tahoma;
	text-align:center; /* horizontal centering for IE Win quirks */
	margin: 0 40px;
	height: 100%;
}
.rel {
	margin: 30px 0 0 33px;
	padding: 0;
	position: relative;
	zoom: 1; /* IE6 */
	z-index: 100;
}
#logo {
    top: -18px;
    right: -30px;
    max-width: 361px;
    position: absolute;
	z-index: 1;

}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	padding: 60px 20px;

	clear:both;
	background-color:#ffffff;
	max-width: 960px;
	/*! height: 385px; */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #ddd;
	height: auto;
	box-sizing: border-box;
	background-image: url(../pics/hand.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 80px;
	min-height: 745px;
}
/*#container div {
	float:left;
	width:50em;
	margin-top:15em;
	margin-left:2em;
}*/	
#inhalt {
    /*! background-color: #F0F0F0; */
    /*! height: 300px; */
    /*! left: 35px; */
    /*! padding: 35px; */
    position: relative;
    top: 80px;
    /*! max-width: 658px; */
    width: 320px;
    /* background-image: url(../pics/hand.png); */
}
#inhalte {
    /*! background-color: #F0F0F0; */
    /*! height: 348px; */
    /*! left: 15px; */
    
    /*! padding: 10px 0px; */
    position: relative;
    /*! top: 1px; */
    /*! width: 700px; */
    /* width: 50%; */
}
#navigation {
    height: 20px;
    text-align: right;
    top: auto;
    font-size: 10px;
    margin: 0 auto;
    padding-right: 20px;
    bottom: 0;
    position: absolute;
    right: 20px;
}
a.linkschwarz { 
	color:#000000;
	text-decoration:none;
}
a.linkschwarz:hover { 
	color:#999999;
	text-decoration:none;
}
a {
	color:#FA6914;
	text-decoration:none;
}
a.hover {
	color:#999999;
	text-decoration:none;
}
a.link {
	color:#FA6914;
	font-size:11px;
	text-decoration:none;
}
a.link:hover {
	color:#999;
	font-size:11px;
	text-decoration:none;
}
a.link.aktiv {
	color:#999;
}	
.bereich_content {
	text-align: left;
	background-color: #f0f0f0e0;
	/*! max-width: 414px; */
	/*! height: 262px; */
	/* margin: 5px auto 25px auto; */
	padding: 15px;
	border: 1px solid #ddd;
	position: relative;
	margin-top: 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/ie-css3.htc);
}
.auszeichnung {
	border-bottom: #999 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background-color:#fff;
	color:#FA6914;
	font:100.01%/1.4 sans-serif;
	text-align:left; /* horizontal centering for IE Win quirks */
}
.dunkel {
	color:#2C2826;
}
.stark {
	color:#FA6914;
	font-weight: bold;
	font-size:0.9em;
}		
.social {
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}
h1 {
	border-bottom: #999 1px solid;
	background-color:#fff;
	color:#FA6914;
	font:100.01%/1.4 sans-serif;
	font-weight:bold;
	margin-top:0px;
	padding: 15px;
    border-radius: 10px;
}
h3 {
    background-color: #fff;
    color: #000000;
    font-size: 98.01%;
    font-weight: normal;
    padding: 5px;

}
#inhalte table {
    width: auto;
}
#inhalte .table {
	float: left;
}

#inhalte tr {
    white-space: nowrap;
}
.copy {
	color:#2C2826;
	font:70.01%/1.4 sans-serif;
	font-weight:bold;
	position: relative;
	top: 220px;
	padding-left: 20px;
	max-width: 360px;
	z-index: 10;
}
/* acordion */
.wrap { 
	max-width: 900px;
	margin: 0em auto;
}
.accordion h6{
	color:#fff;
	text-align:center;
	font-weight: 300;
} 
.accordion {
	width: 100%;
	margin: auto;
}
.accordion .panel {
	width: 98%;
	width: calc(100% - 20px);
	margin: 0 auto;
	height: 0;
	overflow:hidden;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	line-height: 28px;
/* 	padding: 0 20px; */
	box-sizing: border-box;
	transition: 0.5s;
	border: 0px solid #fff;
}
.accordion label {
	cursor: pointer;
    display: block;
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
	border-bottom: #2a2624 1px solid;
    z-index: 100;
    background-color: #bdbcbc;
	border-radius: 10px;
}
.accordion input{
  display: none;
}
.accordion input:checked+label {
	border-bottom: #2a2624 1px solid;
    background-color: #fff;
    color: #fa6914;
    font: 100.01%/1.4 sans-serif;
    font-weight: regular;
}
.accordion input:checked+label:before {
  transition: 3.0s;
}
.accordion input:checked~.panel {
	height: auto;
	color: #333;
	font-size: 16px;
/* 	padding: 20px; */
	transition: 0.5s;
	background: #fff;
	padding: 10px;
}
.accordion label:after { 
	content: " + ";
	color: white;
	float: right;
	font-size: 1.6em;
	margin-top: -5px;
}
.accordion input:checked+label:after { 
	content: " – ";
	color: #fa6914;
	float: right;
	font-size: 1.6em;
	margin-top: -5px;
}
/* ende accordion */
.firsttd {
    width: 100px;
}
@media(min-width:768px){
#container {
    background-position-y: 90%;
	margin: 30px auto !important;
}
}
@media(max-width:767px){
body {
    color: #000;
    font: 90.01%/1.4 Tahoma;
    text-align: center;
    margin: 0px;
    height: 100%;
    position: relative;
}
#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0px 20px;
    margin: 30px 10px;
	background-position-y: 90%;
}
#logo {
    top: -17px;
    right: 0px;
    max-width: 260px;
    position: relative;
    margin: 0 auto;
}
#logo img {
    width: 100%;
	height: auto;
}
.bereich_content {
    margin-top: 0;
	padding: 10px;
}
#navigation {
    height: 20px;
    text-align: center;
    bottom: 20px;
    font-size: 10px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding-right: 0;
    position: absolute;
    top: auto;
}
#inhalt {
    top: 0;
    position: relative;
    height: 100%;
}
#inhalte table {
    width: 100%;
}
#inhalte .table {
    margin-bottom: 20px;
}
#inhalte tr {
    white-space: normal;
}
.wrap {
	margin: 1em auto;
}
.copy {
	color:#2C2826;
	font:70.01%/1.4 sans-serif;
	font-weight:bold;
	position: relative;
    top: 210px;
    text-align: center;
    max-width: 100%;
    padding: 0;
}
.firsttd {
    width: 80px;
}
}/* ende bis 767 */	

@media(min-width:667px){
#container {
	height: auto;
    background-position-y: 85%;
	margin: 30px 10px;
}
#inhalt {
    width: 50%;
}
}/* ende bis 667 */	

@media(min-width:480px){
#inhalt {
	width: 345px;
    margin: 0;
}
.copy {
    width: calc(100% - 40px);
    top: auto;
    position: absolute;
    bottom: 5px;
}
}/* ende bis 667 */	

@media(max-width:480px){
#container {
    background-position-y: 88%;
    height: calc(100vh - 125px);
	margin: 30px 10px;
	min-height: 645px;
}
#inhalt {
	top: 0px;
    height: auto;
	margin: 0 auto;
	width: auto;
}
#inhalte {
	position: relative;
    width: 100%;
}
.copy {
    color: #2C2826;
    font: 70.01%/1.4 sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    text-align: center;
    max-width: 100%;
    padding: 0;
    width: calc(100% - 40px);
	top: auto;
}
#navigation {
    height: 20px;
    text-align: center;
    bottom: auto;
    font-size: 10px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding-right: 0;
    position: absolute;
    bottom: 24px;
}
}/* ende bis 480 */	
