@charset "utf-8";
/* CSS Document */

/*---generelles---*/
html {
	padding:0; 
	margin:0; 
	border:0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:91%;
	letter-spacing:0.05em;
	color:#FFF;
	background:#333;
}
body {
	width:990px; 
	position:absolute;
	margin-left:-495px;
	margin-top:20px; 
	left:50%; 
	background:#161616;
	padding:0; 
	border:0;
	scrollbar-base-color: #161616;
	scrollbar-track-color: #161616;
	scrollbar-face-color: #161616;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
}
/*---Bilder---*/
img {
	border:none;
}
/*Kopfzeile*/	
.head {
	position:absolute; 
	margin-left:-495px; 
	left:50%; 
	top:20px; 
	width:990px; 
	min-width:990px; 
	height:140px;
	background:#161616;
	z-index:3;
	}
.logo{
	position:absolute;
	margin-top:0px;
	margin-left:40px;
	background:url(ivoengert.png);
	background-repeat:no-repeat;
	width:460px;
	height:100px;
}
/*Navigation*/
.menue {position:absolute; 
	margin-left:-495px;
	left:50%;
	top:120px;
	width:990px; 
	min-width:990px;
	list-style:none; 
	height:25px; 
	background:#EF5411;
	z-index:4;}
/*aktiver Navigationspunkt Ebene 1*/
.active, .current {background:url(button_press.png) no-repeat; width:150px; height:35px; padding-top:3px; margin-top:-3px;}
/*erste Navigationsebene (oben)*/
.nav1st{
	margin-left:150px;
}
.nav1st li {
	margin-top:-14px;
	padding-top:3px;
	float:left;
	width:150px; 
	height:40px;
	background-repeat:no-repeat;
	text-align: center;
	list-style-type:none;
}
.nav1st li a, #menu li a:visited {
	display:block;
	text-decoration:none; 
	color:#fff;
	font-size:14px;
}
.nav1st li a:hover {
	color:#fff;
}
/*zweite Navigationsebene (links)*/
.nav2nd{
	position:absolute;
	margin-top: 200px;
	margin-left:20px;
	padding-top:20px;
	width:115px;
	height:auto;
	background-repeat:no-repeat;
	z-index:2;
}
.nav2nd li {
	margin-top: 0px;
	margin-left:-80px;
	padding-left:50px;
	padding-bottom:10px;
	float:left;
	width:120px; 
	height:auto;
	line-height:20px;
	background:url(liste_grau.png);
	background-repeat:no-repeat;
	text-align:left;
	list-style-type:none;
}
.nav2nd li a, #menu li a:visited {
	display:block;
	text-decoration:none; 
	color:#999;
	font-size:13px;
}
.nav2nd li a:hover {
	color:#fff;
}
/*aktiver Navigationspunkt Ebene 2*/
.active2, .current2 {margin-top: 0px;
	margin-left:-50px;
	padding-left:50px;
	float:left;
	width:120px; 
	background:url(liste_grau_press.png);
	background-repeat:no-repeat;
	text-align:left;
	list-style-type:none;
	color:#000;}

/*Inhaltsbereich*/
.text{
	min-height:600px;
	height:auto;
	position:absolute; 
	top:160px; 
	padding:40px/*oben*/ 0px/*rechts*/ 40px/*unten*/ 240px/*links*/;
	width:750px; 
	margin-left:-495px; 
	left:50%; 
	background:#161616;
	color:#CCC;
}

.text_breit{
	min-height:600px;
	height:auto;
	position:absolute; 
	top:160px; 
	padding:40px/*oben*/ 0px/*rechts*/ 40px/*unten*/ 240px/*links*/;
	width:1050px; 
	margin-left:-495px; 
	left:50%; 
	background:#161616;
	color:#CCC;
}

.pfeil {
	text-decoration:none;
	color:#999;
	background:url(link.png) no-repeat right;
	padding-right:14px;
	padding-bottom:1px;
}

#r_actual{position:absolute; 
	margin-left:-495px;
	left:50%;
	top:25px;
	width:990px; 
	min-width:990px;
	height:40px;
	z-index:99;}
#actual {
	font-size: 10px;
	margin-left:840px;
	color:#999;
}
#impr{
	position:relative;
	margin-left:950px;
	margin-top: 90px;
	z-index:99;
}
#impr a{
	text-decoration:none;
	color:#999;
}
#sprache {
	z-index:1;
	position:absolute;
	margin-left:760px;
	margin-top:545px;

	width:120px;
	height:40px;
}


/*slider*/

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

html, body { background: #333 url("http://codepen.io/images/classy_fabric.png"); }

.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);

    transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);

    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

