@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #144e8e;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(images/background.png) repeat-x;
}

#container {
	width: 100%;
	max-width: 977px;
	margin: 0 auto;
	-webkit-box-shadow: 10px 0 6px  -6px #aaa , -10px 0 6px  -6px #aaa;
	-moz-box-shadow: 10px 0 6px  -6px #aaa , -10px 0 6px  -6px #aaa;
	box-shadow: 10px 0 6px  -6px #aaa , -10px 0 6px  -6px #aaa;
}

@media (max-width: 47.999em) {
	#container{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

/* Header */

#header {
	background-image: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%); 
	background-image: -moz-linear-gradient(to bottom, white 0%, #f3f3f3 100%); 
	background-image: -o-linear-gradient(to bottom, white 0%, #f3f3f3 100%); 
	background-image: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#f3f3f3',GradientType=0 );
	padding: 10px 0px;
}

#header .logo {
	display: inline-block;
}

#header .logo img {
	margin-left:15px;
	margin-top: 4px
}

#header h1 {
	display: inline-block;
	vertical-align: top;
	color: #144e8e;
	margin-top: 30px;
	margin-left: 16px;
}

#header h1 a {
	font-size: 24px;
	color: #144e8e;
	font-weight: normal;
}

.headerad .ads {
	width: 728px;
	height: 90px;
	margin-top: 4px;
	margin-right: 15px;
	margin-left: -12px;
}

@media (max-width: 63.999em) {
	.headerad .ads {
		width: 468px;
		height: 90px;
		margin-top: 21px;
		margin-left: 62px;
	}

	#header h1 {
		width: 250px;
		margin-top: .67em;
	}

	#header h1 a {
		font-size: 22px;
	}
}

@media (max-width: 47.999em) {
	.headerad .ads {
		width: 240px;
		height: 90px;
		margin-top: 15px;
		margin-right: 15px;
	}
	
	#header .pure-u-md-1-2 {
		display: block;
		width: 50%;
	}

	#header h1 {
		width: 150px;
		margin-top: .67em;
	}

	#header h1 a {
		font-size: 16px;
		font-weight: bold;
	}
}

@media (max-width: 35.499em) {
	.headerad .ads {
		display: none;
	}
	
	#header .pure-u-md-1-2 {
		display: block;
		width: 100%;
	}

	#header h1 {
		width: 100px;
		margin-top: .67em;
	}

	#header h1 a {
		font-size: 12px;
		font-weight: bold;
	}
}

/* Navi */


.navi {
	background-image: -webkit-linear-gradient(top, #3388c9 0%, #174e8e 100%); 
	background-image: -moz-linear-gradient(to bottom, #3388c9 0%, #174e8e 100%); 
	background-image: -o-linear-gradient(to bottom, #3388c9 0%, #174e8e 100%); 
	background-image: linear-gradient(to bottom, #3388c9 0%, #174e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3388c9', endColorstr='#174e8e',GradientType=0 );
	
	-webkit-font-smoothing: antialiased;
	height: 51px;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
	text-align: center;
}

.navi.open {
	height: 28em;
}

.custom-toggle {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.custom-toggle .bar {
	background-color: #777;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 100px;
	position: absolute;
	top: 18px;
	right: 7px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.custom-toggle .bar:first-child {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.custom-toggle.x .bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 47.999em) {
	.custom-toggle {
		display: block;
	}
}

.navi ul {
	list-style: none;
}

.navi ul li {
	text-align: center;
	padding-top: 10px;
}

.navi ul li a {
	color: #ffffff;
	padding: 7px 22px;   /* 8er Menü */
	
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.navi ul li a:hover,
.navi ul li.active a,
.navi ul li a:focus {
	padding: 6px 21px;  /* 8er Menü */
	background-image: -webkit-linear-gradient(top, #29a1b4 0%, #29a1b4 100%); 
	background-image: -moz-linear-gradient(to bottom, #29a1b4 0%, #29a1b4 100%); 
	background-image: -o-linear-gradient(to bottom, #29a1b4 0%, #29a1b4 100%); 
	background-image: linear-gradient(to bottom, #29a1b4 0%, #29a1b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29a1b4', endColorstr='#29a1b4',GradientType=0 );

	border-top: 1px solid #556770;
	border-left: 1px solid #556770;
	border-bottom: 1px solid #8ba6b4;
	border-right: 1px solid #8ba6b4;
	border-radius: 5px;

	text-decoration: none;
}

@media (max-width: 47.999em) {
	.pure-menu-horizontal .pure-menu-list {
		display: none;
	}
}

@media (max-width: 63.999em) {
	.navi ul li a {
		padding: 7px 10px;  /* 8er Menü Tablet Hochkant*/
	}
	
	.navi ul li a:hover, .navi ul li.active a, .navi ul li a:focus {
		padding: 6px 9px;  /* 8er Menü Tablet Hochkant*/
	}
}

/* Content 947px + 30px = 977px */

#cwrapper{
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, white 20%); 
	background-image: -moz-linear-gradient(to bottom, #f3f3f3 0%, white 20%); 
	background-image: -o-linear-gradient(to bottom, #f3f3f3 0%, white 20%); 
	background-image: linear-gradient(to bottom, #f3f3f3 0%, white 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='white',GradientType=0 );
	padding: 25px 15px;	
}

#cleft,
#cright {
	width: 200px;
}

#cleft .ads,
#cright .ads {
	width: 160px;
	height: 600px;
}

#cright .ads {
	float: right;
}

#content {
	width: 547px;
	padding: 3px 0;
	text-align:justify;
	line-height: 1.5em;
}

@media (max-width: 63.999em) {
	#content {
		width: 338px;
	}
}

@media (max-width: 47.999em) {
	#cwrapper{
		padding: 25px 0;	
	}

	#cleft,
	#cright,
	#content {
		display: block;
		width: 100%;
	}

	#content h1, 
	#content p {
		margin-left: 15px;
		margin-right: 15px;
	}

	#cleft .ads,
	#cright .ads {
		float: none;
		margin: 0 auto;
		width: 560px;
		height: 90px;
	}
}

@media (max-width: 35.499em) {
	#cright {
		display: none;
	}
	
	#cleft .ads {
		width: 350px;
		height: 120px;
	}
	
	#cright .ads {
		width: 350px;
		height: 280px;
	}
}

@media (max-width: 27.499em) {
	#cright {
		display: none;
	}
	
	#cleft .ads,
	#cright .ads {
		width: 300px;
		height: 60px;
	}
}

#content h1 {
	font-size: 21px;
	line-height: 33px;
	color: #144e8e;
	font-weight:normal;
	margin-bottom: 0.75em;
	text-align:left;
}

#content p {
	margin-bottom: 1em;	
}

.contentad {
	float: right;
	margin: 10px 0px 10px 10px;
}

.contentad iframe {
	width: 300px;
	height: 250px;
}

#adabsatz1,
#adabsatz2 {
	display: none;
}

#adabsatz1 .ads,
#adabsatz2 .ads {
	width: 300px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

@media (max-width: 63.999em) {
	.contentad {
		float: none;
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	
}

@media (max-width: 35.499em) {
	.contentad {
		display: none;
	}
	/*
	.contentad iframe {
		width: 240px;
		height: 90px;
	}
	*/
	#adabsatz1,
	#adabsatz2 {
		display: block;
		margin-bottom: 15px;
	}
}

/* Footer */

#footer{
	background-color: #154f8f;
	border-top: 3px solid #e11d1d;
	margin-top: 15px;
	padding-bottom: 15px;
}


#footer p{
	margin-top: 14px;
	margin-left: 15px;
	font-size: 12px;
	color: #fff;
}

#footer ul{
	margin-top: 14px;
	margin-right: 15px;
	font-size: 12px;
	color: #fff;
	list-style: none;
	text-align: right;
}

#footer ul li{
	display: inline;
	margin-left: 2em;
}

#footer a{
	color: #fff;
	font-weight: normal;
}

#footer a:hover{
	font-weight: bold;
}

img.impressum {
	max-width: 100%;
}

/* Scrollicon */

a.scrollicon{
	text-align: center;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: none;
	background: #889bbc;
	opacity: 0.5;
	position: fixed;
	bottom: 60px;
	right: 60px;
	display: none;
	border: 1px solid #333;
	float: none;
	letter-spacing: 0;
	text-indent: 0;
}
a.scrollicon div{
	font-weight: bold;
	font-size: 28px;
	color: #333;
	padding-top: 12px;
}

@media (min-width: 64em) {  /* Desktopbreite */

.rechner {
margin: 0 7em; /* Desktopbreite */
	
}
}
@media (min-width: 48em) and (max-width: 63.999em) {  /* Tabletbreite */
	.rechner {
		margin-left: 4.5em;
		width: 55em;
	}
}

/* Schriftgröße und Linkabstand für Mobilgeräte */

#footer a{
	padding: 10px;
}

@media (max-width: 35.5em) {

	*, #footer p, #footer ul, .navi ul li a {
		font-size: 16px;
	}

	.navi ul li {
		padding-top: 0;
	}

	.navi ul li a {
		line-height: 30px;
	}

	#content h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

@media (min-width: 48em) and (max-width: 64em) {
	#content h1 {
		font-size: 30px;
		line-height: 35px;
	}

	#content p {
		font-size: 16px;
		line-height: 20px;
	}
}
