@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
.center {
	text-align:center;
}
#kontaktbox{
	background-color:#FF0000; 
	color:#FFFFFF; 
	width:700px;
	height:95px;  
	padding:38px 10px 15px 60px; 
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px; 
	transform: rotate(-8deg);
	position:absolute; 
	top:-55px; 
	left:-50px;
	z-index:9999;
	text-align: left;
	box-sizing: border-box;
}
details{
    border:1px solid #ffffff;
    border-radius: 5px;
    padding:15px;
    margin-bottom: 30px;
}
summary{font-size: 1.4em;}
summary:hover {
	text-decoration: underline;
    cursor: pointer;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */
body {
	background-color: #69b42d;	
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#headerbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#contentbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	padding: 20px;
	box-sizing:border-box;
}

#logobox {
	text-align:center;
	margin: 55px auto 25px auto;
	width: 80%;
}
#menubox {
    width:60%;
	margin: 25px auto ;

}
.wo {
	text-align:center;
	margin-top:0px;
	color:#762277;
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#headerbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contentbox {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#menubox {
	
	margin: 25px auto ;
	width: 60%;
}
.wo {
	text-align:center;
	margin-top:0px;
	color:#762277;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
body {
    background-image:url(../grafik/bg.jpg);
    background-repeat:repeat;
    background-position:50% 50%;	
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#headerbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#contentbox {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
	padding:20px 50px;
}
#menubox-wrapper {
	width:50%;
	margin:25px auto;
}
#menubox {
	width: 100%;
}
.wo {
	text-align:center;
	margin-top:330px;
	color:#762277;
}
}