@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	font-family:arial,helvetica;
    padding: 0;
    margin: 0;
}
a {
	text-decoration:none;
	color:#f7d68d;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}


q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family:arial,helvetica;
	color: #000;
	/*color: rgba(0,0,0,0.5);*/
	font-size:16px;
	width:100%;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

p{
	font-family:arial,helvetica;
	font-size: 16px;
	text-align:left;
	/*color:#f7d68d;*/
	color:#fff;
}


/*Eigenes.....*/


/*--------------------*/



.intro p{
	width: 50%;
	margin: 0 auto;
}
.section{
	text-align:center;
}


#menu{
	text-align:right;
	right:3%;
	position:fixed;
	top:40px;
	left:0;
	height: 40px;
	z-index: 70;
	width: 97%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


#menu li {
	display:inline-block;
	margin: 10px 0px 0px 4px;
	color: #f7d68d;
	/*bbackground:#fff;
	ackground: rgba(255,255,255, 0.6);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;*/
	font-size:13px;
}
#menu li.active{
	/*background:#666;*/
	/*background:#673074;*/
	/*background: rgba(0,0,0, 0.5);*/
	color: #f7d68d;
}
#menu li a{
	text-decoration:none;
	color: #f7d68d;
	position: relative;
}
#menu li.active a:hover{
	color: #f7d68d;
}
#menu li:hover{
	/*background:#eef569;*/
	color:#f7d68d;
	/*background: rgba(255,255,255, 0.8);
	background: rgba(300,020,020, 0.6);      rot*/
}





#menuDatenschutz{
	text-align:right;
	right:3%;
	position:fixed;
	top:40px;
	left:0;
	height: 40px;
	z-index: 70;
	width: 97%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


#menuDatenschutz li {
	display:inline-block;
	margin: 10px 0px 0px 4px;
	color: #f7d68d;
	/*bbackground:#fff;
	ackground: rgba(255,255,255, 0.6);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;*/
	font-size:13px;
}
#menuDatenschutz li.active{
	/*background:#666;*/
	/*background:#673074;*/
	/*background: rgba(0,0,0, 0.5);*/
	color: #f7d68d;
}
#menuDatenschutz li a{
	text-decoration:none;
	color: #f7d68d;
	position: relative;
}
#menuDatenschutz li.active a:hover{
	color: #f7d68d;
}
#menuDatenschutz li:hover{
	/*background:#eef569;*/
	color:#f7d68d;
	/*background: rgba(255,255,255, 0.8);
	background: rgba(300,020,020, 0.6);      rot*/
}













/* Menu unterstreichen------------------------------*/

#menu li a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #f7d68d;
  transition: 0.6s;
}

#menu li a:hover:after {
  width: 100%;
}


#menu li.active a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #f7d68d;
  transition: 0.6s;
}

#menu li.active a:hover:after {
  width: 100%;
}





#menu li a,
#menu li.active a{
	padding: 3px 10px 3px 10px;
	display:block;
}
#menu li.active a{
	color: #f7d68d;
}











#menu li ul{
	display:none; 
	float:left;
	position:fixed;
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #ADA8A8;
	border-right: 1px solid #ADA8A8;
	border-left: 1px solid #ADA8A8;
	border-radius: 6px;
	/* box-shadow: inset;
	-moz-box-shadow: -1px -1px 2px -1px #ADA8A8;
			-webkit-box-shadow: -1px -1px 2px 1px#ADA8A8;
			-khtml-box-shadow: -1px -1px 2px 1px#ADA8A8;
			box-shadow: -1px -1px 2px 1px #ADA8A8;
			CSS3 */
	}

#menu li ul li{
	width:100%;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	}




/* Abgerundete Ecken nur für 1. und letzen Menupunkt */
#menu ul li:first-child {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-radius-topleft: 6px;

	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-radius-topright: 6px;
}
#menu ul li:last-child {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius-bottomleft: 6px;

	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-radius-bottomright: 6px;
}
 





	
#menu li:hover ul {
	display:block;
	}
	
#menu li:hover ul li {
	margin:0px 0px 0px 0px;
	/*width:230px;
	background-color:#d93e49;*/
	}			






#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }



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

	p{
	
		color:#000;
	}	


}








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


	
#preis{
	display:none;
	position:fixed;
	bottom:5px;
	right:5px;
	height: 40px;
	z-index: 70;
	width: 210px;
	padding-right: 0px;
	margin-top:40px;
}
	

	

}


