/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic);*/
@-webkit-viewport{ width: device-width; }
@-moz-viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }
@-o-viewport{ width: device-width; }
@viewport{ width: device-width; }

@media screen and (max-width: 25em) {
	@-ms-viewport{ width: 320px; }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary { 
	display: block; 
}
audio, canvas, video { 
	display: inline-block; 
}
audio:not([controls]) { 
	display: none; 
	height: 0; 
}
input[hidden] { 
	display: none; 

}
html {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #00566e;
	height: 100%;
}
@media only screen and (orientation: landscape), (orientation: portrait) {
	html {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

body{ 
	margin: 0;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	     -o-hyphens: auto;
	        hyphens: auto;
}
a {
	color: #000;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:visited { color: #000; }
a:hover { color: #000; }
a:focus { color: #000; outline: thin dotted; }
a:active { color: #000; }
a:hover, a:active { outline: 0; }

h1 {
	font-size: 2rem;
	/*margin-bottom: 1.33333em;*/
	margin: 0 0 .5em;
	font-weight: 600;
	line-height: normal;
	color: #646464;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.wf-active h1 { 
	font-family: 'Open Sans', sans-serif;  
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	     -o-hyphens: auto;
	        hyphens: auto;
}

@media only screen and (min-width: 610px) {
	h1 {
		font-size: 3.375rem;
		/*margin-bottom: 2.25em;*/
		font-weight: 600;
	}
	.wf-active h1 { 
		font-family: 'Open Sans', sans-serif;  
	}
}
h2 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	font-weight: 600;
	color: #646464;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.wf-active h2 { 
	font-family: 'Open Sans', sans-serif;  
}
@media only screen and (min-width: 610px){
	h2 {
		font-size: 2.25rem;
		/*margin-bottom: 1.5em;*/
		font-weight: 600;
	}
	.wf-active h2 { 
		font-family: "Source Sans Pro",sans-serif; 
	}
}
h3 {
	font-size: 1.125rem;
	margin-bottom: 0.75em;
	font-weight: 600;
	color: #ff8700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.wf-active h3 { 
	font-family: "Source Sans Pro",sans-serif; 
}
@media only screen and (min-width: 610px) {
	h3 {
		font-size: 1.5rem;
		/*margin-bottom: 1em;*/
		font-weight: 600;
		margin-bottom: 0;
	}
	.wf-active h3 { 
		font-family: "Source Sans Pro",sans-serif; 
	}
}
h4 {
	font-size: 1rem;
	margin-bottom: 0.66667em;
	font-weight: 600;
	color: #ff8700;
}
.wf-active h4 { 
	font-family: "Source Sans Pro",sans-serif; 
}
@media only screen and (min-width: 610px) {
	h4 {
		font-size: 1rem;
		margin-bottom: 0.66667em;
		font-weight: 600;
	}
	.wf-active h4 { 
		font-family: "Source Sans Pro",sans-serif; 
	}
}
h5 {
	font-size: 0.875rem;
	margin-bottom: 0.58333em;
	font-weight: 600;
	color: #ff8700;
}
.wf-active h5 { 
	font-family: "Source Sans Pro",sans-serif; 
}
@media only screen and (min-width: 610px) {
	h5 {
		font-size: 0.875rem;
		margin-bottom: 0.58333em;
		font-weight: 600;
	}
	.wf-active h5 { 
		font-family: "Source Sans Pro",sans-serif; 
	}
}
h6 {
	font-size: 0.75rem;
	margin-bottom: 0.5em;
	font-weight: 600;
	color: #ff8700;
}
.wf-active h6 { 
	font-family: "Source Sans Pro",sans-serif; 
}
@media only screen and (min-width: 610px){
h6 {
	font-size: 0.75rem;
	margin-bottom: 0.5em;
	font-weight: 600;
}
.wf-active h6 { 
	font-family: "Source Sans Pro",sans-serif; 
}
}
h1, h2, h3, h4, h5, h6 { 
	margin-top: 0; 
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a { 
	font-size: 1em; text-decoration: none; 
}
abbr[title] { 
	border-bottom: 1px dotted; 
}
b, strong { 
	font-weight: bold;
}
blockquote { 
	margin: 1em 2.5em; 
}
dfn { 
	font-style: italic; 
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark { 
	background: #ff0; 
	color: #000; 
}
p,pre { 
	margin: 0 0 1.5em; 
}
pre,code,kbd,samp { 
	font-family: monospace, serif; 
}
pre { 
	white-space: pre-wrap; 
}
q { 
	quotes: "\201C" "\201D" "\2018" "\2019"; 
}
small { 
	font-size: 80%; 
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { 
	top: -0.5em; 
}
sub { 
	bottom: -0.25em; 
}
dl, menu, ol, ul { 
	margin: 0 0 1em; 
}
dd { 
	margin: 0 0 0 2.5em; 
}
nav ul, nav ol { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
   max-width: 100%; /* max. width original px */
   height: auto;
	width: 100%;
	/*vertical-align: middle;*/
}

/*img {
	width: 100%;
}
.csc-textpic-imagewrap {
	max-width: 50%;
}*/

img/*, embed, object, video*/ {
}
svg:not(:root) { 
	overflow: hidden; 
}
::-moz-selection { 
	background: #646464; 
	color: #fff; 
}
::selection { 
	background: #646464; 
	color: #fff; 
}
figure { 
	margin: 0; 
}
fieldset { 
	border: none; margin: 0; 
}
legend { 
	border: 0; padding: 0; 
}
button,input,select,textarea { 
	font-family: inherit; 
	font-size: 100%; 
	margin: 0; 
}
button,input { 
	line-height: normal; 
}
button,select { 
	text-transform: none; 
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	background-image: none;
}
button[disabled], html input[disabled] { 
	cursor: default; 
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button { 
	-webkit-appearance: none; 
}
button::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner, 
input[type=file] > input[type=button]::-moz-focus-inner { 
	border: 0; padding: 0; margin: 0; 
}
textarea { 
	overflow: auto; 
	vertical-align: top; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.chromeframe {
	margin: 0.2em 0;
	background: #cccccc;
	color: black;
	padding: 0.2em 0;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br { 
	display: none; 
}
.hidden { 
	display: none !important; 
	visibility: hidden;
}
.vh,.visuallyhidden, dfn{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.vh.focusable:active, 
.vh.focusable:focus,
.visuallyhidden.focusable:active,
dfn.focusable:active,
.visuallyhidden.focusable:focus,
dfn.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible { 
	visibility: hidden; 
}
.clearfix:before, .cf:before { 
	content: ""; 
	display: table; 
}
.clearfix:after, .cf:after { 
	content: ""; 
	display: table; 
	clear: both; 
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html { 
	-webkit-tap-highlight-color: rgba(255,255,255,0.1); 
}
body {
	background-color: #fff;
	min-height: 100%;
	overflow-x: hidden;
}
p:first-child,
.content ol:first-child,
.content ul:first-child,
address:first-child { 
	margin-top: 0; 
}
ul ul, ol ol { 
	margin-top: 0; 
	margin-bottom: 0; 
	list-style-type: disc; 
}
ol ol { 
	list-style-type: inherit; 
}
nav a { 
	display: block; 
	text-decoration: none; 
}
.dark-section ul {
	list-style-image: url(/fileadmin/templates/img/listbullet_web_white.png);
}
.highlight-section ul {
	list-style-image: url(/fileadmin/templates/img/listbullet_check_blue.png);
	padding-left: 24px !important;
}
figcaption { 
	font-size: 0.875em; 
	line-height: 1.5; 
	margin: 1em 0; 
}
address { 
	font-style: normal; 
}
hr {
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 1em auto;
}
caption { 
	caption-side: bottom; 
}
caption:before, caption:after { 
	content: "\0020\2014\0020"; 
}
th, td {
	border-bottom: 1px solid #fff;
	padding: 0.25em 0;
	text-align: left;
	vertical-align: top;
}
th { 
	border-bottom: 1px solid #fdfdfd; 
}
figure > img { 
	display: block; 
	margin: 0 auto; 
	max-width: 100%;
	width: 100%;
	min-width: 130px;
}
fieldset { 
	padding: 0; 
	margin: 0; 
}
label { 
	cursor: pointer; 
}
body {
	font-size: 1rem;
	margin-bottom: 0.66667em;
	font-weight: 400;
	margin-bottom: 0;
}
.wf-active body { 
	font-family: 'Open Sans', sans-serif;  
}
@media screen and (min-width: 38.125em) {
	body {
		font-size: 1.25rem;
		margin-bottom: 0.83333em;
		font-weight: 300;
		margin-bottom: 0;
	}
	.wf-active body { 
		font-family: 'Open Sans', sans-serif;
	}
}
.wrapper { 
	width: 92%; 
}
@media screen and (min-width: 60em) {
	.wrapper { 
		width: 96%; 
	}
}
[role="banner"] {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	/*right: auto;*/
	min-height: 80px;
	/*width: 100%*/
}
@media only screen and (orientation: portrait) {
	[role="banner"]{ 
		position: fixed; 
		/*padding: 10px 0 10px;*/
	}
}
@media screen and (min-width: 38.125em) {
	[role="banner"] { 
		position: fixed; 
		/*padding: 20px 0 15px; */
	}
}
[role="navigation"] { 
	text-align: right; 
}
/*@media screen and (max-width: 800px) {*/
	#header [role="navigation"] {
		display: none;
	}
/*}*/
[role="contentinfo"] { 
	font-size: 0.875rem; 
	padding: 1em 0; 
}
[role="main"] {
	margin-top: 80px;
}
section { 
	padding-top: 3.125em; 
}
@media screen and (min-width: 38.125em) {
	section { 
		/*padding-top: 6.25em;*/ 
		padding-top: 3.125em;
	}
}

section#start {
	/*padding-top: 9em;*/
	background-image: url(/fileadmin/user_upload/web/bg_start_2.jpg);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: auto 100%;
	background-size: cover;
	color: #fff;
	font-weight: 400;
}
section#start p {
	font-size: 1.3em;
}
header + section { 
	padding-top: 3.125em; 
}
.logo { 
	float: left; 
	width: 50%; 
	height: auto; 
	position: absolute;
	/*bottom: 5px;*/
	min-width: 150px;
	max-width: 235px;
	margin-top: 7px;
}
@media screen and (min-width: 38.125em) {
	.logo { 
		/*width: 50px;*/ 
		max-width: 221px;
		/*bottom: -40px;*/
	}
}
.infos { 
	padding: 2em; 
	background-color: #f0f0f0; 
}
.copyright { 
	margin-bottom: 0; 
}
.menu { 
	float: right; 
	width: 90%; 
	padding: 15px 0;
}
.sb-slidebar .menu {
	float: none;
	width: auto;
	padding: 0;
	margin-top: 115px;
	text-align: left;
}
.menu > li { 
	padding: 0; 
	display: inline-block; 
	margin-right: -4px; 
}
.sb-slidebar .menu > li {
	padding: 0; 
	display: block; 
	margin-right: 0; 
	border-bottom: 1px solid #454545;
}
.menu > li > a {
	color: #00566e;
	font-weight: 400;
	padding: 0.5em 1em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
.sb-slidebar .menu > li > a {
	color: #fff;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li.is-active > a {
 	color: #b0c835; 
 	outline: none; 
 }
.menu { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
.wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	position: relative;
}
.wrapper .wrapper {
	width: auto;
	max-width: none;
}
.wrapper:before, 
.menu:before, 
.wrapper:after, 
.menu:after { 
	content: ""; 
	display: table; 
}
.wrapper:after, 
.menu:after { 
	clear: both; 
}
.btn, a.btn {
	padding: 0.5em 1em;
	display: inline-block;
	background-color: #ff8700;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.btn:hover { 
	background-color: #31373a; 
}
.feature-section,.dark-section {
	background-color: #31373a;
	color: #f7f7f7;
	padding-bottom: 3.125em;
}
.dark-section {
	background-color: #00566e;
}
@media screen and (min-width: 38.125em) {
	.feature-section, .dark-section, .highlight-section { 
		padding-bottom: 6.25em; 
	}
}
.feature-section h1,
.dark-section h1,
.feature-section h2,
.dark-section h2,
.feature-section h3,
.dark-section h3,
.feature-section h4,
.dark-section h4,
.feature-section h5,
.dark-section h5,
.feature-section h6,
.dark-section h6 { 
	color: #fff; 
}
.highlight-section { 
	background-color: #b0c835; 
}
/*@media screen and (min-width: 38.125em) { 
	.highlight-section { 
		padding-top: 3.125em; 
	}
}*/
.highlight-section h1,
.highlight-section h2,
.highlight-section h3,
.highlight-section h4,
.highlight-section h5,
.highlight-section h6 { 
	color: #fff; 
}
.highlight-section h1 { 
	/*margin-bottom: 0; 
	font-size: 2.25rem;*/ 
}
@media screen and (min-width: 38.125em) {
	.highlight-section h1 { 
		/*font-size: 3.375rem; */
	}
}
.highlight-section h2 { 
	/*color: #26576a; 
	font-size: 1.5rem;*/ 
}
@media screen and (min-width: 38.125em) {
	.highlight-section h2 { 
		/*font-size: 2.25rem; */
	}
}
.hidden-section, section:empty {
	display: none;
}
.csc-header-alignment-center { 
	text-align: center; 
}
.csc-header-alignment-right { 
	text-align: right; 
}
.csc-header-alignment-left { 
	text-align: left; 
}
.align-center { 
	text-align: center; 
}
.csc-textpic-text { 
	width: auto; 
	margin: 0 auto; 
}
@media only screen and (min-width: 960px) {
	.csc-textpic-text { 
		width: 735px; 
	}
}
.csc-textpic-imagewrap { 
	margin: 30px 0 0 0; 
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { 
	margin: 0; 
}
.js .menu {
	/*clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;*/
}
.menu.opened { 
	max-height: 9999px; 
	clear: both; 
	margin-top: 3em;
}
.menu.opened > li { 
	width: 100%; 
	display: block; 
}
@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
#show-navobile {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: absolute;
	top: 0.5em;
	right: 0;
	z-index: 111;
	background-color: #fff;
	border-radius: 5px;
	border: none;
	color: #00566e;
	font-size: 1em;
	padding: 0 1em;
	text-decoration: none;
	-webkit-transition: background-color, 0.4s;
	-moz-transition: background-color, 0.4s;
	-o-transition: background-color, 0.4s;
	transition: background-color, 0.4s;
	
	/*display: block !important;*/
}
#show-navobile:before {
	content: "≡";
	font-family: "responsivenav", sans-serif;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
	line-height: 55px;
	margin-right: 10px;
}
#show-navobile:hover, #show-navobile:focus { 
	background-color: #00566e; 
	color: #fff; 
	outline: none; 
}
@media screen and (min-width: 38.125em) {
	/*.js .menu { 
		position: relative; 
	}
	.js .menu.closed { 
		max-height: none; 
	}*/
	/*#show-navobile { 
		display: none; 
	}*/
	/*.menu li { 
		display: inline-block; 
	}*/
}

/**************************************************************/

[role=main] a {
	color: #fff !important;
}
[role=main] ul {
	list-style-type: disc;
	padding-left: 18px;
	margin-left: 0;
}
.csc-textpic-imagewrap {
	margin-top: 0;
}
.csc-textpic-text {
    width: auto;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: 0 0 1em;
}

#footer {
	background-color: #00566e;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 8em;
}
	#footer img {
		margin-bottom: 1em;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:focus, #footer a:hover, #footer a:active {
		text-decoration: underline;
	}

section#impressum {
	padding-top: 0;
}

.tx-powermail h3, 
.tx-powermail legend {
	display: none;
}
.tx-powermail .powermail_fieldwrap {
	margin-bottom: 10px;
}
.tx-powermail label {
	display: inline-block;
	width: 5em;
}
.tx-powermail input[type=text],
.tx-powermail input[type=tel],
.tx-powermail input[type=email]  {
	padding: 3px;
	width: 15em;
}


.tx-powermail input[type=submit] {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/*font-family:arial;
	font-size:15px;*/
	font-weight:bold;
	padding:6px 24px;
	/*text-decoration:none;*/
	text-shadow:0px 1px 0px #528009;
}
.tx-powermail input[type=submit]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.tx-powermail input[type=submit]:active {
	position:relative;
	top:1px;
}

.tx-powermail form .powermail_fieldset .powermail_field_error,
.tx-powermail form .powermail_fieldset .parsley-error,
.tx-powermail form .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail form .powermail_fieldset div.error {
  background-color: #EBCCD1;
  color: #A94442;
}
.tx-powermail form .powermail_fieldset .parsley-errors-list {
  display: none;
  margin: 5px 0px 20px;
  padding: 5px;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  /*float: right;*/
  clear: left;
  font: 900 14px Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tx-powermail form .powermail_fieldset .parsley-errors-list.filled {
  display: inline-block;
  color: #A94442;
  /*position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;*/
  margin: 0;
}
.tx-powermail .powermail_progressbar {
  /*min-width: 90%;*/
  width: 100%;
  height: 5px;
  float: right;
  border: 1px solid #EEEEEE;
  clear: both;
  /*position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;*/
}
.tx-powermail .powermail_progressbar.disable {
  display: none;
}
.tx-powermail .powermail_progressbar > .powermail_progress {
  background: #1E5799;
  width: 0%;
  max-width: 100%;
  -webkit-animation: progress 5s 1 forwards;
  -moz-animation: progress 5s 1 forwards;
  -ms-animation: progress 5s 1 forwards;
  animation: progress 5s 1 forwards;
}
.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}
@-moz-keyframes progress {
  to {
    width: 100%;
  }
}
@-ms-keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}




div[class*=col-] {
	float: left;
}
div.cols-50-50, 
div.cols-66-33 {
   margin: 0px -15px;
}
div.cols-50-50 div[class*=col-] {
	width: 50%;
	padding: 0 15px;
}
div.cols-66-33 div.col-1 {
	width: 66.66666%;
	padding: 0 15px;
}
div.cols-66-33 div.col-2 {
	width: 33.33333%;
	padding: 0 15px;
}
div.cols-33-33-33 div[class*=col-] {
	width: 33.33333%;
	padding: 0 15px;
}
@media screen and (max-width: 38.125em) {
	div.cols-33-33-33 div[class*=col-],
	div.cols-50-50 div[class*=col-],
	div.cols-66-33 div[class*=col-] {
		float: none;
		width: auto;
	}
}


.android h3:before {
	content: url(/fileadmin/templates/img/ico_android.png);
	vertical-align: middle;
	margin-right: 10px;
}
.ios h3:before {
	content: url(/fileadmin/templates/img/ico_ios.png);
	vertical-align: middle;
	margin-right: 10px;
}
.windows h3:before {
	content: url(/fileadmin/templates/img/ico_windows.png);
	vertical-align: middle;
	margin-right: 10px;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    display: table-cell;
    float: none;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text,
.csc-textpic-intext-right-nowrap .csc-textpic-text {
    display: table-cell;
    vertical-align: middle;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img {
    padding-right: 10px;
}
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
    padding-left: 10px;
}

/*#so-funktionierts .cols-50-50 {
	background-color: white;
}
#so-funktionierts .cols-50-50:after,
.wrapper:before, .wrapper:after {
	content: "";
	content: none;
	display: none;
	clear: none;
}*/
#so-funktionierts .col-2 {
	text-align: right;
}

@media screen and (max-width: 38.125em) {
	#so-funktionierts .col-2 {
		text-align: left;
	}
}



.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kidsfont {
	/*font-family: 'Patrick Hand', Lato, Helvetica, Arial, sans-serif !important;*/
	font-family: 'Architects Daughter', 'Open Sans', sans-serif !important;
	font-style: normal;
	letter-spacing: .05em;
}
.csc-header .kidstour:after {
	content: " "url(/fileadmin/templates/img/nav/quiz_listicon_24x24.png);
	margin: -.2em 0 0 6px;
	position: absolute;
}

.fancybox-skin {
	background-color: #fafafa !important;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}



#kidstour {
	color: #ea5a0b;
	background-color: #ffd631;
	background-image: url(/fileadmin/templates/img/kidstour_rallyestreifen.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 50px;
}
#kidstour * {
	color: #ea5a0b;
}
#kidstour h1 .kidstour-logo {
	width: 6em;
}
.menu .kidstour-logo {
	width: 6.5em;
}



.cc-window {
	z-index: 8000 !important;
}
.cc-btn {
	text-decoration: none !important;
}