@charset "utf-8";

/* Struktur Start */
html {
	height:100%;
}

body {
	color:#8f1e76;
	font-family:'Cabin', Arial, sans-serif;
	font-size:16px;
	margin:0;
	line-height:125%;
	
	background: #cca9c7;
	background: -moz-linear-gradient(top, #e2c9dd 0%, #8f1e76 100%);
	background: -webkit-linear-gradient(top, #e2c9dd 0%,#8f1e76 100%);
	background: linear-gradient(to bottom, #e2c9dd 0%,#8f1e76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c9dd', endColorstr='#8f1e76',GradientType=0 );
	background-repeat: no-repeat;
	background-attachment: fixed;
}

header, nav, section, article, aside, footer {
	display:block;
}

a img {
	border:0;
}

.seitenbreite {
	height:25px;
	width:50px;
	position:fixed;
	margin-bottom:15px;
	bottom:0;
	text-align:center;
	background-color:#ccccff;
	line-height:25px;
	z-index:1000;
}

#page {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:url(images/papillon_hg_big.png) no-repeat center top;
}

#content {
	position:relative;
	margin:0 auto;
	margin-top:90px;
	max-width:1250px;
	width:98%;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.4);
	z-index:2; 
}

.clear {
	clear:both;
}

#javascript {
	width:100%;
	height:auto !important;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	position:fixed;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1000;
}

#javascript a:hover, #javascript a:active, #javascript a:link, #javascript a:visited {
	text-decoration:none;
	color:#FFF
}

/* Wenn IE 8 und älter */
#alt {
	width:100%;
	height:auto !important;
	background-color:#F00;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	position:fixed;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1000;
	display:none;
}

@media only screen and (max-width : 1200px) {
	#page {
		background:url(images/papillon_hg_small.png) no-repeat right -20px top -5px;
	}
}

@media only screen and (max-width : 1024px) {
	.seitenbreite {
		background-color:#b3b3ff;
	}
}

@media only screen and (max-width : 768px) {
	.seitenbreite {
		background-color:#9d9dff;
	}
	
	#content {

	}
}

@media only screen and (max-width : 480px) {
	.seitenbreite {
		background-color:#7979ff;
	}
	
	#content {
		min-width:310px;
		width:98%;
	}
}

/* Struktur Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/* Diverses Start */

h1 {
	font-size:25px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	line-height:115%;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px
}

.klein {
	font-size:12px;
}

.rahmen {
	border:#8f1e76 solid 3px;
}

a:active, a:link, a:visited {
	color:#611250; 
	text-decoration:none;
}

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

.rund_5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.rund_20 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.drehen {
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg); 
}

/*  Diverses Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/*  head Start */

header {
	margin:0 auto;
	width:100%;
	height:50px;
	z-index:3;
}

#top_logo {
	position:absolute;
	width:300px;
	height:135px;
	left:50px;
	top:-85px;
}

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

}

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

}

@media only screen and (max-width : 500px) {
	header {
		height:100px;
	}

	#top_logo {
		width:100%;
		text-align:center;
		left:0px;
	}
}

/*  head Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/*  Content Start */

section {
	width:98%;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:17px;
	z-index:10;
	min-height:350px;
	background:url(images/silhouette.png) no-repeat right top;
}

.box {
	width:75%;
	padding-bottom:20px;
}

.box_left {
	width:49%;
	margin-right:1%;
	float:left;
}

.box_right {
	width:49%;
	margin-left:1%;
	float:left;
}

@media only screen and (max-width : 1220px) {
	.box {
		width:70%;
	}
}

@media only screen and (max-width : 1024px) {
	.box {
		width:64%;
	}
}

@media only screen and (max-width : 859px) {
	section {
		width:96%;
		background:none;
	}
	
	.box {
		width:100%;
	}
}

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

}

@media only screen and (max-width : 480px) {
	.box_left {
		width:100%;
		margin-right:inherit;
		float:none;
	}
	
	.box_right {
		width:100%;
		margin-left:inherit;
		float:none;
	}
}

/*  Content Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */
/*  footer Start */

footer {
	height:120px;
	font-size:11px;
	color:#e3c8dd;
}

#footer {
	width:75%;
	height:100px;
	background:#ead7e7;
	margin-right:20px;
	font-style:normal;
	font-size:21px;
	font-weight:bold;
	color:#8f1e76;
	float:right;
}

#footer_left {
	width:45%;
	text-align:center;
	line-height:31px;
	float:left;
	margin-left:10%;
}

#footer_right {
	width:45%;
	text-align:center;
	line-height:45px;
	float:left
}

#footer_right a {
	color:#8f1e76; 
}

#footer_copy {
	float:left;
	width:50%;
	padding-top:36px;
	padding-left:6px;
	padding-bottom:8px;
	color:#e3c8dd;
}

#footer_mbur {
	float:left;
	width:50%;
	padding-top:36px;
	padding-right:6px;
	text-align:right;
}

#footer_mbur a {
	color:#e3c8dd; 
}

#papillon_botoom {
	position:relative;
	left:0px;
	top:0px;
}

@media only screen and (max-width : 859px) {
	#footer {
		width:96%;
		margin-left:2%;
		float:none;
	}

	#footer_left {
		width:50%;
		margin-left:0%;
	}

	#footer_right {
		width:50%;
		float:left
	}

	#papillon_botoom {
		display:none;
	}
}

@media only screen and (max-width : 609px) {
	footer {
		height:155px;
		font-size:11px;
		color:#e3c8dd;
	}

	#footer {
		height:140px;
		font-size:18px;
	}

	#footer_left {
		width:100%;
		text-align:center;
		line-height:125%;
		margin-bottom:15px;
	}

	#footer_right {
		width:100%;
		line-height:125%;
	}

	#footer_copy {
		width:100%;
		text-align:center;
		padding-left:inherit;
		padding-top:28px;
		padding-bottom:4px;
	}

	#footer_mbur {
		width:100%;
		text-align:center;
		padding-top:5px;
		padding-right:inherit;
		padding-bottom:10px;
	}
}

/*  footer Ende */
/*  ------------------------------------------------------------------------------------------------------------------------ */