﻿*{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing:border-box;
}

body
 {
	width: 100%;
	padding: 0;
	font-size: 100%;
	font-family: Arial;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: rgba(255, 255, 255, 0.1);
 }

a:hover { color: #000;}


.schrift-quelle{
	font-size: 70%;
	font-style: italic;	
}	

.top1
{
	width: 100%;
	float: left;
	height: 10%;
	background-color: #FFF;
}


/* --------------------------------------------------Menue-Top----- */

.hor_menu{
	list-style: none;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
    margin:0px;
}

.li-orange{
	margin-top: 0;
}	

ul.li-orange li::marker{
	color: hsl(28, 98%, 47%);
	font-size: 200%;	
}	

ul.hor_menu{
	list-style: none;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
    margin:0px;
}

ul.hor_menu li {

	float: left;
	width: 25%;
	line-height: 200%;	
}

ul.hor_menu a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 0%;
	padding-bottom: 0%;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}



ul.hor_menu li a :hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 0%;
	padding-bottom: 0%;
	text-align: center;
	background-color: #DDD;
	background-color: hsla(340,100%,30%,0.8);

}

ul.hor_menu li a :active {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 0%;
	padding-bottom: 0%;
	text-align: center;
}


ul.hor_menu a li{
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}




.active-rootmenu-button
{
	color: #FFF;
}

.inactive-rootmenu-button
{
	color: #FFF;
	
 
}



.inactive-rootmenu-button a:hover
{
	background-color: #DDD;
	color: #FFF;
}


/* --------------------------------------------------Menue Ende */


.sliderwrapper
{
	width: 100%;
	height: auto;
	float: left;
}

.innenwrapper2
{
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
	font-size: 130%;
}

.abstand
{
    height: 1%;	
	background-color:#FFF;
}


/* --------------------------------  % % % Prozent */
.div_100p {
width:100%;	
float:left;
}


.div_100p-pad {
width:100%;	
float:left;
padding: 1%;
margin-top: 1%;
}

.div-100p
{
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}

.div_50p {
width:50%;	
float:left;
}

.div_85p {
width:85%;
float:left;	
}

.div_10p_logo {
width:10%;
float:right;
margin-right:5%;
}






















.div_full {
width:100%;	
heigth:100%;
}

.div_margin_08proz
{
margin: 0.8%;

}

.div_footer_margin
{
	background-color: #CCCCCC;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	width: 98%;
	padding-top: 0.7%;
	padding-bottom: 0.7%;
	color: #616161;
}

.div_footer_margin_bottom
{
	background-color: #CCCCCC;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	width: 98%;
	padding-top: 0.7%;
	padding-bottom: 0.7%;
	color: #616161;
}


.footer
{
	text-align: left;
	height: 200px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../backgrounds/overlay/schwarz/C60.png);
	color: #FFF;
	float: left;
}
