@charset "utf-8";

* {
	outline:none;
	border:none;
}

html, body {
	height:100%;
}

body {
	font:normal normal 13px/1.3 Arial, Helvetica, sans-serif;
	background:#FFa600;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #2d3c4b;
}
#container {
	width: 880px;  
	text-align: left; 
	height:460px;
	position:absolute;
	top:47%;
	left:50%;
	margin:-226px 0 0 -430px;
}

.bg {
	height:88%;	
	background:#D9D9BF url(../images/bg-26.jpg) repeat-x bottom;
	width:auto;
	position:relative;
	min-height:480px;
}

.turm {
	height:550px;	
	background:url(../images/turm-tuerkis-26.png) no-repeat;
	background-size: contain;
	width:250px;
	position:absolute;
	top:5%;
	left:1%;
}


.orangeline {
	height:12%;	
	background:#57b7c1;
	width:auto;
	position:relative;
	text-align:left;
	min-height:40px;
}

.orangeline .inner {
	padding:8px 10px;
	color:#fff;
	font-size:11px;
	width:600px;
	clear:both;
}

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

.orangeline a:hover {
	color:#666;
}

#header {
	height:100px;
}

#header .logo {
	padding:5px 15px;
}

#content {
	padding:20px;
	position:relative;
	width: 548px;  
	height:414px;
	background:url(../images/question_bg-26.png) no-repeat;
	float:left;
}

#introtext {
	padding:115px 25px 10px 25px;
	background:url(../images/introtext_bg-26.png) no-repeat;
	float:left;
	width:235px;
	margin-left:-10px; 
	height:326px;
}

h1 {
	font-size:17px;
	text-transform:uppercase;
	padding-top:0px;
	margin-top:0px;
	font-weight:normal;
}

#introtext h2 {
	font-size:15px;
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:1.1;
}

#introtext p {
	margin:12px 0px;
}


a {
	color:#FFa600;
}

a:hover {
	color:#666;
}

.btn {
	background:url(../images/but_a-26.png) no-repeat;
	background-size: 44px 44px;
	height:18px;
	color:#2d3c4b;	
	cursor:pointer;
	float:left;
	font-size:13px;
	font-weight:bold;
    padding: 13px 0px 13px 48px;
	overflow:hidden;
	text-align:left;
}

.bA {
	width:115px;
}

.bB {
	width:148px;
}

.bC {
	width:98px;
}

.btn:hover {
	background:url(../images/but_b-26.png) no-repeat;
	background-size: 44px 44px;
	}
	
.btn:active {
	background:url(../images/but_c-26.png) no-repeat;
	background-size: 44px 44px;
	}

#loader{
	position:absolute;
	background:url(../images/loader.gif) no-repeat center center;
	width:548px;
	height:220px;
	margin-top:10px
}

.h1 {
	color:#fff;
	padding:102px 20px 40px 20px;
	font-size:24px;
}

#frage, #start {
	padding:10px 20px;
	font-size:18px;	
}

#frage p {
	min-height:110px;
}

#start p {
	min-height:132px;
}

#frage h2 {
	height:22px;
	margin:0px;
	padding:0px;
	font-size:13px;
	text-align:left;
	border-bottom:1px solid #ccc;
}

h3 {
	padding-top:15px;
	margin-top:0px;
	font-size:15px;	
}

#frage h2 .num {
	float:right;
}
/*
#frage a {
	font-size:13px
}
*/
.footerbox {
	padding:10px 40px;
	text-align:center;
	clear:both;
	font-size: 0.9em;
}

.big {
	font-size:24px;
	color:#666;
}
/*
.footerbox a {
	color:#999;
	text-decoration:none;
}

.footerbox a:hover {
	color:#666;
	text-decoration:none;
}
*/
/* Balken */

.balken {
	width:400px;
	height:5px;
	overflow:hidden;
	background-color:#ccc;
	float:right;
	margin-top:5px;
}

.balken div {
	height:5px;
	overflow:hidden;
}

.balken .a {
	background-color:#FF0000;
}
.balken .b {
	background-color:#0000FF;
}
.balken .c {
	background-color:#00FF00;
}

.qrow {
	background-color:#ddd;
	padding:3px 5px;		
	margin-top:5px;
}

.arow {
	background-color:#eee;
	padding:5px;	
	margin-top:2px;
	padding-top:0px;
}

.arow2 {
	padding-top:3px;
	font-size:11px;
}

.right {
	float:right;
}

/*subsites*/

#navi {
	float:right;
	width:1030px;
}

#navi a {
	display:block;
	float:right;
	padding:10px;
	width:160px;
	height:16px;
	text-transform: uppercase;
	color:#2d3c4b;
	text-align:center;
	background-color:#fff;
	background:rgba(255,255,255,0.75);
	border-radius:0 0 10px 10px;
	margin-right:4px;
	border:#fff solid 1px;
	border-top-width:0;
}

#navi a:hover, #navi a.active {
	background-color:#fff;
	color:#57b7c1;
}

.infostage {
	height:88%;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	width:100%;
	min-height:480px;
	display:none;
}

.infostage .scroll {
	overflow:auto;
	height:96%;
}

.infostage .inner {
	padding:10px;
	width:820px;
	margin:auto;
	text-align:left;
	font-size:13px;
}

.imgleft {
	float:left;
	margin-right:10px;
}

.close {
	position:absolute;
	width:40px;
	height:40px;
	background:url(../images/close-26.png) no-repeat;
	background-size: 40px 40px;
	cursor:pointer;
	right:20px;
	top:20px;
}

.close:hover {
	background:url(../images/close_off-26.png) no-repeat;
	background-size: 40px 40px;
}

.clear {
	clear:both;
}


.batch {
	background-color:#57b7c1;
	padding:5px 10px;	
	margin:-20px 0 0 80px;
	color: #fff;
	font-size: 1rem;
	width: 140px;
	text-align: center;
	border-radius: 10px;
	transform: rotate(-6deg);
	position: absolute;
	line-height: 1.1;
}

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

	#container {
		left:0;
		top:0;
		margin:0px auto;
		width:auto;
		height:auto;
		position:relative;
		padding-top:20px;
	}
	
	#content {
		float:none;
		margin:auto;
	}
	
    .turm {
        display: none;
    }
    
	#introtext {	
		background:transparent;
		float:none;
		width:548px;
		padding:20px;
		height:auto;
		margin:auto;
	}
	
	.orangeline .inner {
		text-align:center;
		width:auto;
		padding:20px;
	}	
	
	.infostage .inner {
		width:auto;
		padding:40px;
	}
	
	#navi {
 	   float: none;
    	width: auto;
	}
	
	#navi a {
		background:transparent;
		width:auto;
		float:none;	
		padding:12px;
		border-width:0 0 1px 0;
		height:auto;	
		border-radius:0;
		margin:0;
	}
	
	#navi a:hover,
	#navi a.active {
		background-color:#fff;
		background:rgba(255,255,255,0.75);
		color:#FFa600;
	}
	
	.orangeline {
		height:auto;
	}
	
	.bg,
	.infostage {
		height:auto;
	}

	.batch {
		margin:-20px 0 0 80px;
		font-size: 0.9rem;
		width: 130px;
	}
	
}

@media screen and (max-width: 610px) {
	
	#content {
		width:440px;
		padding:10px;
		background-size:100%;
		height:400px;
		background:url(../images/question_bg_w440-26.png) no-repeat;
	}
	
	.h1 {
    	padding: 84px 20px 30px 20px;
    	font-size: 20px;
	}
	
	#introtext {
		width:420px;
		padding:20px;		
	}
	
	#start p  {
		min-height:120px;
	}
	
	#frage p  {
		min-height:100px;
	}
	
	#loader {
		width:440px;
		height:200px;	
	}
	
	#frage, #start {
		font-size:16px;
	}

	.btn {
		background-position: top center;
		height:auto;
		padding: 48px 0px 13px 0px;
		text-align:center;
	}
	
	.bA, .bB, .bC {
		width:33%;
	}
	
	.btn:hover {
		background-position: top center;
	}

	.batch {
		margin:-20px 0 0 60px;
	}
		
}

@media screen and (max-width: 460px) {
	
	#content {
		width:280px;
		padding:10px;
		background-size:100%;
		height:370px;
		background:url(../images/question_bg_w280-26.png) no-repeat;
	}
	
	.h1 {
		padding: 54px 20px 10px 20px;
		font-size: 16px;
	}
	
	#frage, #start {
		font-size:14px;
		padding:10px;
	}
	
	#introtext {
		width:260px;
		padding:20px;		
	}
	
	#start p  {
		min-height:130px;
	}
	
	#frage p  {
		min-height:110px;
	}
	
	#loader {
		width:300px;
		height:190px;
	}	
	
	.infostage .inner {
		width:auto;
		padding:40px 20px;
	}
	
	.close {
		right:10px;
		top:10px;
	}

	.batch {
		margin:-28px 0 0 35px;
		font-size: 0.76rem;
		width: 110px;
	}
}
