@charset "utf-8";
/* CSS Document */
body { 

    -webkit-animation: bugfix infinite 1s; 

}

@-webkit-keyframes bugfix { 

    from { padding: 0; } 

    to { padding: 0; } 

}
html {
	width: 100%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}

body {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}


.clearDiv {
	clear: both;
}

h2 {
	font-size: 14px;
	color: #98b8e4;
}

h3 {
	font-size:12px;
	color: #98b8e4;
	margin-bottom: -2px;
    margin-top: 19px;
	}
	
.pageContainer {
	width: 757px;
	background-position: center center;
	margin: 0 auto;
	position:relative;
}

/*HEADER*/
.header1 {
	width:94%;
	height: 75px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#logo a img{
	border:none;
	}

#logo a h1{
		margin-bottom:0px;
	}

#headline {
	float: left;
	margin: 30px 0 0 105px;
	font-size: 12px;
}

#flag {
	margin: 46px 0 0 0;
	float: right;
}

#flag img {
	padding-left: 10px;
	float: right;
}

#flag a img {
	border:none;
}

/*CONTENT*/
.contentContainer {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: -6px auto;
	border-bottom: 2px solid #98b8e4;
	overflow:hidden;
}

/*SLIDER OBEN*/


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
label, #active, img { -moz-user-select:none;-webkit-user-select:none; }

input {
	display: none;
}

#slide1:checked ~ #slides1 .inner2 { margin-left:0; }
#slide2:checked ~ #slides1 .inner2 { margin-left:-100%; }
#slide3:checked ~ #slides1 .inner2 { margin-left:-200%; }
#slide4:checked ~ #slides1 .inner2 { margin-left:-300%; }
#slide5:checked ~ #slides1 .inner2 { margin-left:-400%; }


.overflow {
	width: 100%;
	overflow: hidden;
}

article img {
	width: 100%;
}

#slides1 .inner2 {
	width: 500%;
	line-height: 0;
}

#slides1 article {
	width: 20%;
	float: left;
	position:relative;
}

#active {
    margin: -2.6% 0 0 89%;
    position: relative;
    text-align: center;
    z-index: 100;
}


#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #D5D1C5;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #68655B;
}

#active label:hover {
	cursor:pointer;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5) {
	background: #333;
	border: 2px solid #d5d1c5;
	background-color: #85A7D7;

}

.info {
    bottom: 0;
    color: #000000;
    margin: 0;
    padding: 0 0 0 8px;
    position: absolute;
    text-align: left;
    width: 100%;
	height: 10%;
	background: transparent;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	zoom: 1;
	background: rgba(0,0,0,0.4);
}

*:-o-prefocus, .info {
     /* Style nur für Opera gültig */
    padding-top: 4px;
}

.info h3 {
	color: #fff;
	margin: 0;
	padding:0;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}

#slides1 {
	margin: 45px 0 0;
}

#slides1 .inner2 {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#slide1:checked ~ #slides1 article:nth-child(1) .info,
#slide2:checked ~ #slides1 article:nth-child(2) .info,
#slide3:checked ~ #slides1 article:nth-child(3) .info,
#slide4:checked ~ #slides1 article:nth-child(4) .info,
#slide5:checked ~ #slides1 article:nth-child(5) .info {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

.info, #controls, #slides1, #active, .info h3, .desktop, .tablet, .mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#desktop:checked ~ #slider {
	max-width: 712px;
	margin: -23px auto;
}

#tablet:checked ~ #slider {
	max-width: 712px;
}

#mobile:checked ~ #slider {
	max-width: 450px;
}

#desktop:checked ~ #slider .desktop,
#tablet:checked ~ #slider .tablet,
#mobile:checked ~ #slider .mobile {
	color: #777;
	opacity: 1;
}

.desktop, .tablet, .mobile {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top: 50px;
	opacity: 0.35;
	font-size: 12px;
}

.desktop:hover, .tablet:hover, .mobile:hover {
	opacity: 0.2;
}

.desktop {
	background: url('desktop.png') no-repeat;
}

.tablet {
	background: url('tablet.png') no-repeat;
}

.mobile {
	background: url('mobile.png') no-repeat;
}

#tablet:checked ~ #slider #controls {
	margin: -25% 0 0 12%;
	width: 76%;
	height: 50px;
}

#tablet:checked ~ #slider #controls label {
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

#tablet:checked  ~ #slider #slides1, #mobile:checked  ~ #slider #slides1 {
	padding: 1% 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#tablet:checked ~ #slider #active {
	margin: 22% 0 0;
}

@media  screen and (max-width: 850px){

	#slider #controls {
		margin: -25% 0 0 15%;
		width: 70%;
		height: 50px;
	}

	#slider #controls label {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	#slider #slides1 {
		padding: 1% 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#slider #active {
		margin: -3.6% 0 0 89%;
	}

}

#mobile:checked ~ #slider #controls {
	margin: -28% 0 0 24%;
	width: 50%;
	height: 50px;
}

#mobile:checked ~ #slider #active {
	margin: 14% 0 0;
}

#mobile:checked ~ #slider #slides1 .info {
	opacity: 0 !important;
}

#mobile:checked ~ #slider #controls label {
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}



@media  screen and (max-width: 789px){
	
	#slider{ 
	width: 94%;
	}
	
	}
	
@media screen and (max-width: 734px) {
	#slider #active {
		margin: -3.9% 0 0 87%;
	}
}
@media screen and (max-width: 660px) {
	#slider #active {
		margin: -3.9% 0 0 86%;
	}
}
		
@media  screen and (max-width: 600px){
	
	#slider #active {
		margin: -4.4% 0 0 84%;
	}
	
	.info p{
		display:none;
		}
	.info{
	height: 12%;
	}
	}		
	
@media  screen and (max-width: 520px){
	
	#slider #active {
		margin: -4.9% 0 0 83%;
	}
	.info{
	height: 13%;
	}
	}

@media  screen and (max-width: 460px) {
	
		
	#slider #active {
		margin: -5.0% 0 0 83%;
	}
	
	}
@media  screen and (max-width: 450px) {

	#slider #controls {
		margin: -28% 0 0 24%;
		width: 50%;
		height: 50px;
	}

	#slider #active {
		margin: -5.9% 0 0 79%;
	}

	#slider #slides1 {
		padding: 1% 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#slider #controls label {
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	.info{
	height: 15%;
	}
}

@media  screen and (max-width: 399px) {		

	#slider #active {
		margin:-6.3% 0 0 76%;
	}
		.info{
	height: 17%;
	}
	
}

@media  screen and (max-width: 365px) {	
	.info{
	height: 18%;
	}
}
@media  screen and (max-width: 355px) {		
	#slider #active {
		margin: -6.9% 0 0 76%;
	}
}
@media  screen and (max-width: 340px) {	
	.info{
	height: 20%;
	}
}
@media  screen and (max-width: 300px) {	
	#slider #active {
		margin: -7.0% 0 0 70%;
	}
}
@media  screen and (max-width: 235px) {	
	#slider #active {
		margin: -7.0% 0 0 60%;
	}
}

/*ZITATE*/

.citation{
	width:94%;
	height:auto;;
	margin: 50px auto;
	padding-bottom: 1px;
}

.citation {
	width: 94%;
	background-color: #f1f1f1;
	-moz-box-shadow: 2px 2px 6px #ABABAB;
	-webkit-box-shadow: 2px 2px 6px #ABABAB;
	box-shadow: 2px 2px 6px #ABABAB;
}

.citation p {
	width: 93%;
	height: auto;
	margin: 15px auto;
	padding-top:12px;
	font-size: 12x;
	font-weight: bold;
	line-height:16px;
}

.comma_u{
	width:13px;
	height:8px;
	background-image:url(images/citation_comma_u.png);
	background-repeat:no-repeat;
	display:inline;
	position:relative;
	margin-left: -17px;
	background-position: center bottom;
	}
	
.comma_o{
	width:13px;
	height:8px;
	background-image:url(images/citation_comma_o.png);
	background-repeat:no-repeat;
	display:inline;
	position:relative;
	}	

.citation span{
	font-size:10px;
	}

/*NAVI + TEXT*/

.content {
	width: 94%;
	margin: -20px auto 0;
	height:auto;
	border-bottom: 1px solid #d5d1c5;
	padding-bottom: 20px;
}

.navi {
	width:20%;
	float:left;
	margin-top: 30px;
	margin-left: 0px !important;
}

.navi ul{
	padding:0;
}

@media  screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.navi ul {margin-left:0px;}
	.citation p {padding: 13px 8px 19px 19px;}
	.citation {padding-bottom: 0px;}
	}

.navi ul li a{
	text-decoration:none;
	color:#000000;
	font-size: 12px !important;
	}

.navi ul li{
	list-style:none;
	color:#000000;
	background-image:url(images/nav_normal.png);
	background-repeat:no-repeat;
	padding-left: 15px;
	margin-top: 10px;
	background-position:left 4px;
}

.navi ul li:hover, .navi ul li.active{
	background-image:url(images/nav_active.png);
}

.navi ul li:hover a, .navi ul li.active a{
	color:#98b8e4;
	border-bottom: 1px solid #98B8E4;
}

a:visited{
	color:#000000;
	text-decoration:none;
	}
	
.text {
	float: left;
	width: 80%;
	font-size: 13px;
	line-height:17px;
}

.text span{
	font-weight:bold;
	}

article p strong {
	text-decoration:underline;
	font-weight: normal;
}

article p span {
	font-weight: bold;
}

.link{
	text-decoration:underline;
	color: #98b8e4 !important;
	}
	
/*REFERNZPROJEKTE / SLIDER UNTEN*/

.reference {
	width: 94%;
	margin: 0 auto;
	position:relative;
}

.reference a {
	text-decoration:none;
}

#slides {
    height: 133px;
    margin: -14px 0 0;
    overflow: hidden;
    width: 100%;
}

input {
	display: none;
}
#slide12:checked ~ #slides .inner {
	margin-left: 0;
}
#slide22:checked ~ #slides .inner {
	margin-left: -100%;
}
/*#slide32:checked ~ #slides .inner {
	margin-left: -200%;
}
#slide42:checked ~ #slides .inner {
	margin-left: -300%;
}
#slide52:checked ~ #slides .inner {
	margin-left: -400%;
}*/

#slides .inner {
	width: 500%;
	line-height: auto;
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.innerSeperation {
	float:left;
	width:342px;
}

.innerSeperation.first {
	margin-right:4%;
}

#slides article {
	width: 20%;
	float: left;
}

#controls label {
    height: 10px;
    opacity: 0.66;
    width: 10px;
}

#controls label:hover {
	opacity: 0.8;
}

#slide12:checked ~ #controls label:nth-child(2), #slide22:checked ~ #controls label:nth-child(3), #slide32:checked ~ #controls label:nth-child(4), #slide42:checked ~ #controls label:nth-child(5), #slide52:checked ~ #controls label:nth-child(1) {
    background-image: url("images/right.png");
    background-repeat: no-repeat;
    bottom: 95px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: -15px;
}

#slide12:checked ~ #controls label:nth-child(5), #slide22:checked ~ #controls label:nth-child(1), #slide32:checked ~ #controls label:nth-child(2), #slide42:checked ~ #controls label:nth-child(3), #slide52:checked ~ #controls label:nth-child(4) {
    background-image: url("images/left.png");
    background-repeat: no-repeat;
    bottom: 95px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: -15px;
}

.img{
	margin-left:-12px;
	}
	
.imageContainer {
	height:110px;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#f1f1f1;
	-moz-box-shadow: 0 3px 7px -3px #ABABAB;
	-webkit-box-shadow: 0 3px 7px -3px #ABABAB;
	box-shadow: 0 3px 7px -3px #ABABAB;
    margin: 15px 44px 20px 16px;
    width: 133px;	
	float:left;
}

.imageContainer.last {
	margin-right:0;
	margin-left:16px
}

.img a .imageContainer img{
	border:none;
	}

.images{
	height: 75px;
    width:133px;
	}	
	
article div strong{
	color: #98b8e4;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
	}
		
article div p{
	color:#000;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
	}

.info p{
	color:#FFF !important;
	}	
		
.textPosition {
	margin: -9px 0 0 5px;
	line-height:13px;
	text-decoration:none !important;
	}	
	
			
.bottom{
	font-family: Arial, Verdana, sans-serif;
	text-align:center;
  	font-size:11px;
  	}
	
.bottom p{
	font-family: Arial, Verdana, sans-serif;
	text-align:center;
  	font-size:11px;
  	}
			
.bottom a{
	text-decoration: none;
	color:#000000;
	font-size: 11px;
	}	

.bottom a:hover, .bottom .active2{
	text-decoration: underline;
	color:#00000;
	font-size: 11px;
	}

a:visited{
	color:#000000;
	text-decoration:none;
	}
			
footer{
	width:1024px;
	height:155px;
	background-image:url(images/footer_02.png);
	background-repeat:no-repeat;
	background-position:center;
	margin: -25px auto;
	}

.footerContainer{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
	margin: 0 auto;
    padding-left: 26px;
    padding-top: 38px;
    width: 757px;
}

#footerLeft{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	float:left;
	width:83%;
	}	
			
#footerRight{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	float:right;
	width:36%;
	}	

#footerLeft strong{
	font-weight: bold;
	}
				
#footerLeft span{
	color: #98b8e4;
	}
		

#footerRight strong{
	font-weight: bold;
	}
				
#footerRight span{
	color: #98b8e4;
	}

#socialNetwork{
	margin-left:-7px;
	}

#socialNetwork img{
	float:left;
	padding-left:5px;
	border:none;
	}		
	
#footerLeft a img{
	border:none;
	}

/*DESKTOP QUERIES*/
	
@media  screen and (max-width: 1054px){
	footer{
		width:100%;
		}
	
	}	
	
@media  screen and (max-width: 773px){
	.pageContainer {
		width:100%;
	}
	
	.footerContainer {
		padding-left: 2%;
		width: 98%;
	}
.innerSeperation {
		float:none;
		display:block;
		width:342px;
		margin:0 auto;
	}
	
	.innerSeperation.first {
		margin-right: auto;
	}
	
	#slides {
		height: 280px;
	}
	
	#slide12:checked ~ #controls label:nth-child(2), #slide22:checked ~ #controls label:nth-child(3), #slide32:checked ~ #controls label:nth-child(4), #slide42:checked ~ #controls label:nth-child(5), #slide52:checked ~ #controls label:nth-child(1) {
		bottom: 150px;
		right: 0px;
	}
	
	#slide12:checked ~ #controls label:nth-child(5), #slide22:checked ~ #controls label:nth-child(1), #slide32:checked ~ #controls label:nth-child(2), #slide42:checked ~ #controls label:nth-child(3), #slide52:checked ~ #controls label:nth-child(4) {
		bottom: 150px;
		left: 0px;
	}
}

/*iPhone QUIERES*/
@media  screen and (max-width: 640px){
	.innerSeperation {
		float:none;
		display:block;
		width: 166px;
		margin:0 auto;
	}
	
	.innerSeperation.first {
		 margin: 0 auto;
	}
	
	#slides {
		height: 560px;
		margin: -14px 0 -54px;
	}
	
	#slide12:checked ~ #controls label:nth-child(2), #slide22:checked ~ #controls label:nth-child(3), #slide32:checked ~ #controls label:nth-child(4), #slide42:checked ~ #controls label:nth-child(5), #slide52:checked ~ #controls label:nth-child(1) {
	 bottom: 293px;
     right: 25px;
	}
	
	#slide12:checked ~ #controls label:nth-child(5), #slide22:checked ~ #controls label:nth-child(1), #slide32:checked ~ #controls label:nth-child(2), #slide42:checked ~ #controls label:nth-child(3), #slide52:checked ~ #controls label:nth-child(4) {
		bottom: 293px;
		left: 25px;
	}
	
	/*#img{
		height:28px;
		margin-left: 36px;
		}*/
	
	
	.imageContainer {
		margin: 15px 0 6px 0;
	}
	
	.imageContainer.last {
    margin:0;
}
	
	.inner{
		   margin-left: 22px;
	}
	
}

@media  screen and (max-width: 627px){
	
.navi{
	float:none;
	margin-left:0 !important;
	margin-top:30px;
	width:100%	
		}
		
.navi ul li{
	background-image: url("images/nav_normal.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    list-style: none outside none;
    padding-left: 15px;
    width: 106px;	
		}	

.text {
    float: left;
    font-size: 12px;
    line-height: 17px;
    margin-top: 26px;
    width: 80%;

}
}

@media  screen and (max-width: 501px){
	
#headline {
    float: left;
    font-size: 12px;
    margin: 13px 0 0 18px;
	}

#flag {
    float: right;
    left: 161px;
    position: absolute;
    top: -2px;
    width: 50px;}
}

@media  screen and (max-width: 480px){

.comma_u{
	margin-left:-2px;
	}	

#slide12:checked ~ #controls label:nth-child(2), #slide22:checked ~ #controls label:nth-child(3), #slide32:checked ~ #controls label:nth-child(4), #slide42:checked ~ #controls label:nth-child(5), #slide52:checked ~ #controls label:nth-child(1) {
    background-image: url("images/right_mobile.png");
	background-repeat: no-repeat;
	height:22px;
	width:14px;

}

#slide12:checked ~ #controls label:nth-child(5), #slide22:checked ~ #controls label:nth-child(1), #slide32:checked ~ #controls label:nth-child(2), #slide42:checked ~ #controls label:nth-child(3), #slide52:checked ~ #controls label:nth-child(4) {
    background-image: url("images/left_mobile.png");
	background-repeat: no-repeat;
	height:22px;
	width:14px;
}}	

@media  screen and (max-width: 369px){
	
#headline {
    float: left;
    font-size: 12px;
    margin: -20px 0 0 53px;
	}

.text {
    float: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 26px;
    width: 100%;
	}	

.navi ul li{
    width: 90px;
}


}

@media  screen and (max-width: 367px){
.navi ul li{
    width: 110px;
}
}

