@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('input.css');


* {
	
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-style:normal;
	
}

a {
	
	text-decoration:none;
	color:inherit;
	
}

body, html {
	
	background: radial-gradient(circle at top, #175b7d, #04293b) left center;
	font-family: 'Muli', sans-serif;
	padding:0;
	margin:0;
	font-size:16px;
	min-height:100%;
	
}

.mid {
	
	width:calc( 800px - 20px );
	margin-left:auto;
	margin-right:auto;
	
}

.wrapper {
	
	position:absolute;
	width:calc( 800px - 20px );
	top:125px;
	
}

.wrapper > span > img {
	
	margin-top:-5px;
	
}

.box {
	
	background:white;
	color:#333333;
	box-shadow:0 0 4px rgba(0,0,0,0.18);
	border-radius:2px;
	padding:10px;
	margin-bottom:10px;
	
}

.headline {
	
	color:white;
	font-size:45px;
	font-weight:600;
	text-shadow:0 2px rgba(0,0,0,0.2);
	
}

.desc {
	
	font-size:19px;
	color:white;
	font-weight:600;
	text-shadow:0 1px rgba(0,0,0,0.2);
	
}

hr {
	
	border-bottom:1px solid rgba(0,0,0,0.14);
	border-top:0;
	border-right:0;
	border-left:0;
	margin:10px 0 10px 0;
	box-shadow:0 0 4px rgba(0,0,0,0.18);
	
}

.kontur {-webkit-filter:drop-shadow(0 1px 0 #FFF) drop-shadow(0 -1px 0 #FFF) drop-shadow(1px 0 0 #FFF) drop-shadow(-1px 0 0 #FFF) drop-shadow(0 0 5px rgba(000,000,000,0.7));}

.switchbox {
	
	width:100%;
	background:white;
	margin:0 0 0 -10px;
	padding:5px;
	position:relative;
	font-size:15px;

}

.switchbox:nth-child(2n+0) {
	
	background:#e5e5e5;
	
}

.footer {
	
	color:white;
	text-shadow:0 2px rgba(0,0,0,0.1);
	font-size:14px;
	margin-top:5px;

}

.footer > span {
	
	float:right;
	
}

.bwr {
	
	background:#4CAF50;
	color:white;
	padding:10px;
	text-align:center;
	border-radius:2px;
	margin:10px 0 0 0;
	width:300px;
	
}

.red{background-color:#e74c3c;color:white;}
.green{background:#4CAF50;color:white;}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}