/*
text/css-document
(c) w3work

###########################
##### Structure ###########
###########################
1 Normalize
2 Grid
3 Header
4 Navigation
5 Content
6 Module
7 Footer
8 Media Queries
	a Grid
	b Header
	c Navigation
	d Content
	e Module
	f Footer
9 Print Styles
*/

/*
###########################
##### Normalize ###########
###########################
*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
    color:    #000;
}
:-moz-placeholder {
   color:    #000;
   opacity:  1;
}
::-moz-placeholder {
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #000;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, hr, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, input, textarea, select, button, table, caption, tbody, tfoot,
	thead, tr, th, td, article, aside, canvas, details, embed, figure,
	figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
	summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: none;
}

html, body {
	font: normal 87.5% Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

body {
	color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0 1em 0;
}

ol, ul {
	list-style: none;
}

a {
	background: transparent;
	text-decoration: none;
	color: inherit;
}

a:empty{
height: 0;
display: block;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
}

img {
	display: block;
	border: 0;
}

b, strong {
	font-weight: bold;
}

hr {
	height: 0;
	border-top: 1px dotted #F07C00;
	margin: 10px 0 10px 0;
}

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;
}

a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
	text-decoration: none !important;
	cursor: default;
}

.cf:before, .cf:after {
	content: " ";
	display: block;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

textarea, input, select, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

textarea {
	width: 250px;
}

input, select, textarea {
	border: 1px solid #CCC;
	padding: 0 6px;
	-webkit-box-shadow:inset 2px 2px 3px 1px #EEE;
	box-shadow:inset 2px 2px 3px 1px #EEE;
}

input[type="text"], select, textarea {
	min-width: 185px;
}

select {
	-webkit-box-shadow:inset 1px 1px 3px 0 #CCC;
	box-shadow:inset 1px 1px 3px 0 #CCC;
	background: #EEE;
	padding: 0 1px;
}

button {
	background: #f07c00;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 8px;
	text-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.35);
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.35);
	cursor: pointer;
}


input[type="checkbox"],input[type="radio"]{
	vertical-align:middle;
	opacity: 0;
	cursor: pointer;
	position: absolute;
}

input[type="checkbox"]{
	width: 20px;
	height: 20px;
}
input[type="radio"]{
	width: 20px;
	height: 20px;
}

input[type="checkbox"]+label,input[type="radio"]+label{
	padding-left: 23px;
	cursor:pointer;
	display: inline-block;
}

input[type="checkbox"]+label:before,input[type="radio"]+label:before{
	content:"";
	display:inline-block;
	height:20px;
	/*margin:1px 6px 0 0;*/
	vertical-align:middle;
	width:20px;
	position: absolute;
	top: 2px;
	left: 0;
}

input[type="checkbox"]+label:before{
	margin-top: -4px;
	background:url(../img/checkbox.png) 0 top no-repeat;
}

input[type="checkbox"]:checked+label:before{
	background:url(../img/checkbox.png) -24px top no-repeat;
}

input[type="radio"]+label:before{
	background:url(../img/radio.png) -23px top no-repeat;
}

input[type="radio"]:checked+label:before{
	background:url(../img/radio.png) 0 top no-repeat;
}

fieldset {
	position: relative;
	padding: 0.5em 0 0.5em 8em;
}

fieldset .left, fieldset .right {
	padding-right: 8em;
	float: left;
}

fieldset .right {
	padding-right: 0;
}

fieldset > ul > li {
	display: inline-block;
	padding-left: 20px;
}

fieldset > ul > li:first-child {
	padding-left: 0;
}

fieldset p {
	padding: 0.5em 0 0;
	text-align: justify;
}

fieldset.highlight {
	padding-left: 0;
	color: #f07c00;
}

fieldset.highlight label {
	width: 9em;
	margin: 0 -7em 0 0;
	display: inline-block;
	font-weight: bold;
}

fieldset.highlight input, fieldset.highlight textarea {
	margin-left: 9em;
}

fieldset.highlight select {
	margin-left: 9em;
	min-width: 185px;
}


fieldset .form_row{
	margin: 0 0 0.5em 0;
	position: relative;
}

table {
	width: 100%;
	border-spacing: 5px;
}

table thead {
	text-transform: uppercase;
	background: #f39a33;
	color: #FFF;
	font-weight: bold;
}

table thead th{
text-align: left;
font-weight: normal;
}

table thead th:empty{
display: none;
}

table tbody {

}

table th{
font-size: 0.9em;
}

table tbody > tr:nth-child(odd) {
	background: #f4f4f4;
}

table tbody th {
	color: #f07c00;
	font-weight: normal;
	text-align: left;
}


table > thead > tr > *, table > tbody > tr > * {
	padding: 5px 10px;
	/*width: 33.333%;*/
}

ol {
    counter-reset:li;
    margin-left: 1.5em;
    padding-left: 0;
}

ol li {
	margin-top: 0.5em;
	position: relative;
}

ol li:before, main #content .inner ul li:before {
	color: #f07c00;
	position: absolute;
}

ol > li {
    position:relative;
    list-style:none;
}
ol > li > ol {
	margin-left: 2.5em;
}

ol > li > ol > li > ol {
	margin-left: 3em;
}

ol > li > ol > li > ol > li > ol {
	margin-left: 4em;
}

ol > li:before {
    content:counter(li) ".";
    counter-increment:li;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 2em;
    padding:0;
    text-align:left;
    margin-left: -1.5em;
}
ol > li > ol {
	counter-reset: li1;
}
ol > li > ol > li:before {
	counter-increment:li1;
	content:counter(li) "." counter(li1) "" ;
	margin-left: -2.5em;
}
ol > li > ol > li > ol {
	counter-reset: li2;
}
ol > li > ol > li > ol > li:before {
	counter-increment:li2;
	content:counter(li) "." counter(li1) "." counter(li2) "" ;
	margin-left: -3em;
}
ol > li > ol > li > ol > li > ol {
	counter-reset: li3;
}
ol > li > ol > li > ol > li > ol > li:before {
	counter-increment:li3;
	content:counter(li) "." counter(li1) "." counter(li2) "." counter(li3) "" ;
	margin-left: -4em;
}

main #content .inner ul{
	margin: 0 0 1.5em 0;
}

main #content .inner ul li {
	margin-top: 0.5em;
	position: relative;
}

main #content .inner ul li:before {
	position: absolute;
}

main #content .inner ul > li {
	margin-left: 1.75em;
}

main #content .inner ul > li > ul > li {
	margin-left: 1.5em;
}

main #content .inner ul > li:before {
	content: "\025AA";
	vertical-align: middle;
	font-size: 1.75em;
	margin-left: -1em;
	margin-right: 0.5em;
}

main #content .inner ul > li li:before {
	content: "\025AB";
	vertical-align: middle;
	font-size: 1.75em;
	height: 2em;
	overflow: hidden;
	margin-left: -0.5em;
}

main #content .inner ul > li > ul > li:before {
    margin-left: -0.875em;
    margin-right: 0.5em;
}

main #content .inner ul > li > ul > li ul {
    margin-left: 1.75em;
}

main #content .inner ul > li > ul > li > ul li:before {
	margin-left: -1em;
	margin-right: 0.5em;
}

p{
	margin: 0 0 1em 0;
}


/*
###########################
##### Normalize ###########
###########################
*/

body{
	font-size: 1.125em;
	line-height: 1.33333em;
	font-family: Arial, sans-serif;
}


h1{
	color: #f07c00;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1em;

}

h2{
	color: #f07c00;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 1.875em;
	line-height: 1em;
}

h3{
	color: #f07c00;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
}

h4{
	color: #f07c00;
	margin: 0 0 1em 0;
	font-size: 1em;
	line-height: 1em;
}

h5{
	color: #000;
	margin: 0 0 1em 0;
	font-size: 1em;
	line-height: 1em;
}

main a{
	color: #f07c00;
	display: inline-block;
}

main a:hover{
	color: #c57117;
}




/*
###########################
##### Grid ################
###########################
*/


/*
###########################
##### Header ##############
###########################
*/

header{
	position: relative;
	clear: both;

}

header > a.logo{
	position: absolute;
	right: 0;
	top: 0;
	width: 370px;
	height: 80px;
	background: url(../img/logo.png) no-repeat left top;
	white-space: nowrap;
	line-height: 9999px;
	z-index: 99;
	overflow: hidden;
}

header div.inner > span.slogan{
	position: absolute;
	top: 70px;
	left: 110px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	z-index: 99;
}

header > .inner{
	height: 5em;
	background: url(../img/top_bg.png) no-repeat left top #fff;
	background-size: auto 100%;
	min-height: 184px;
	max-width: 1557px;
	margin: auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 -27px 13px -28px #000 inset;
}

header > .inner:after{
	position: absolute;
	left: -20%;
	width: 20%;
	height: 100%;
	top: 0;
	content: '';
	box-shadow: 0 -27px 13px -28px #000 inset;

}

header:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.4em;
	content: '';
	box-shadow: 0px 0 5px -1px #444;
	background-color: #f39a2a;
	padding: 0.5em 1.5em 0.5em 0.5em;
	border-top: 1px solid #f7d271;
	z-index: -2;
	color: #fff;
	text-transform: uppercase;
	background: #f29930; /* Old browsers */
	background: -moz-linear-gradient(top, #f29930 0%, #f49a1c 68%, #df8c12 86%, #9a620d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29930), color-stop(68%,#f49a1c), color-stop(86%,#df8c12), color-stop(100%,#9a620d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29930', endColorstr='#9a620d',GradientType=0 );  IE6-9 */

}

header:before{
	position: absolute;
	width: 50%;
	left: 0;
	z-index: -1;
	height: 100%;
	top: 0;
	background-color: #fce7a5;
	content: ' ';
	box-shadow: 0 -27px 13px -28px #000 inset;
}

/*
###########################
##### Navigation ##########
###########################
*/

header nav{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	margin: 20px 0 0 5%;
	box-shadow: 12px -5px 5px -6px #444;
	border-top: 1px solid #f7d271;
	background: #f29930; /* Old browsers */
	background: -moz-linear-gradient(top, #f29930 0%, #f49a1c 68%, #df8c12 86%, #9a620d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29930), color-stop(68%,#f49a1c), color-stop(86%,#df8c12), color-stop(100%,#9a620d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29930', endColorstr='#9a620d',GradientType=0 );  IE6-9 */
}

header nav > a.telephone{
	background: url(../img/telephone.png) no-repeat left center;
	padding: 0.6em 0em 0.2em 2.2em;
	margin: 0 2em 0 1em;
	display: block;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	display: none;
}

header nav:after{
	right: 0;
	bottom: 0;
	position: absolute;
	content: ' ';
	background-color: #f39a2a;
	display: none;
	height: 2.40em;
	width: 95%;
	padding: 0.5em 1.5em 0.5em 0.5em;
	border-top: 1px solid #f7d271;
	z-index: 8;
	color: #fff;
	text-transform: uppercase;
	background: #f29930; /* Old browsers */
	background: -moz-linear-gradient(top, #f29930 0%, #f49a1c 68%, #df8c12 86%, #9a620d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29930), color-stop(68%,#f49a1c), color-stop(86%,#df8c12), color-stop(100%,#9a620d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29930', endColorstr='#9a620d',GradientType=0 );  IE6-9 */
}

header nav > ul > li{
	float: left;
}

header nav > ul > li  ul{
	display: none;
}

header nav > ul  li.active > a{
font-weight: bold;
}

header nav > ul > li a:before{
	position: absolute;
	left: -0.6em;
	top: 0px;
	content: ' ';
	width: 1.5em;
	height: 100%;
	margin: 0;
	line-height: 1em;
	display: block;
	font-size: 1em;
	background-color: #f39a2a;
	z-index: -12;
	border-left: 1px solid #f7d271;
	box-shadow: -3px 0 3px -2px #444;
	-moz-transform:skewX(-30deg);
	-webkit-transform:skewX(-30deg);
	-o-transform:skewX(-30deg);
	-ms-transform:skewX(-30deg);
	transform:skewX(-30deg);
	background: #f29930; /* Old browsers */
	background: -moz-linear-gradient(top, #f29930 0%, #f49a1c 68%, #df8c12 86%, #9a620d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29930), color-stop(68%,#f49a1c), color-stop(86%,#df8c12), color-stop(100%,#9a620d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29930', endColorstr='#9a620d',GradientType=0 );  IE6-9 */

}

header nav ul li a{
	position: relative;
	background-color: #f39a2a;
	display: block;
	padding: 0.5em 1.5em 0.5em 0.5em;
	z-index: 99;
	color: #fff;
	text-transform: uppercase;
	background: #f29930; /* Old browsers */
	background: -moz-linear-gradient(top, #f29930 0%, #f49a1c 68%, #df8c12 86%, #9a620d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29930), color-stop(68%,#f49a1c), color-stop(86%,#df8c12), color-stop(100%,#9a620d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f29930 0%,#f49a1c 68%,#df8c12 86%,#9a620d 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29930', endColorstr='#9a620d',GradientType=0 );  IE6-9 */
}

header nav > ul > li:first-child > a{
	padding: 0.5em 1.5em 0.5em 2em;
}

header nav ul li a:hover, header nav ul li a:hover:before, header nav ul li.active a:before, header nav ul li.active a{
	background: rgb(241,129,8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,129,8,1) 0%, rgba(237,127,8,1) 77%, rgba(228,122,8,1) 83%, rgba(172,93,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,129,8,1)), color-stop(77%,rgba(237,127,8,1)), color-stop(83%,rgba(228,122,8,1)), color-stop(100%,rgba(172,93,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,129,8,1) 0%,rgba(237,127,8,1) 77%,rgba(228,122,8,1) 83%,rgba(172,93,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,129,8,1) 0%,rgba(237,127,8,1) 77%,rgba(228,122,8,1) 83%,rgba(172,93,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,129,8,1) 0%,rgba(237,127,8,1) 77%,rgba(228,122,8,1) 83%,rgba(172,93,8,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(241,129,8,1) 0%,rgba(237,127,8,1) 77%,rgba(228,122,8,1) 83%,rgba(172,93,8,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18108', endColorstr='#ac5d08',GradientType=0 );  IE6-9 */
}

header nav > .trigger{
	display: none;
}

main div#content > nav a:before{
	content: " \232A\00a0";
}

main div#content > nav{
	float: left;
	width: 28%;
}

main div#content > nav > h3{
padding: 0 0 0 20px;
background: url(../img/navi_headline_arrow.png) no-repeat left center;
}

main div#content > nav > h3 > a:before{
display: none;
}



main div#content > nav > ul > li{
	border-bottom: 1px dotted #f07c00;
}

main div#content > nav ul > li > a{
	color: #000;
	padding: 0.3em;
	display: block;
	position: relative;
}

main div#content > nav ul > li > a:before{
	display: none;
}

main div#content > nav ul > li.active > a{
	font-weight: bold;
}

main div#content > nav > ul > li.active > ul{
	border-top: 1px dotted #f07c00;
}

main div#content > nav  ul > li a:before{
	position: absolute;
	left: -0.7em;
	transition: left 0.3s ease-in-out;
}

main div#content > nav  ul > li > ul >li > ul > li a:before{
display: none !important;
}
main div#content > nav  ul > li > ul >li.active > ul{
padding-bottom: 10px;
}
main div#content > nav  ul > li > ul >li > ul > li a{
padding: 0.2em 0.3em 0.2em 0.3em;
}

main div#content > nav ul > li > a:hover:before{
	text-decoration: none;
}

main div#content > nav ul > li > a:hover:before{
	left: -0.3em;
}

main div#content > nav ul > li.active > ul{
	padding: 0 0 0 1.5em;
}

main div#content > nav ul > li.active > ul > li > a:before{
	display: inline;
	color: #f07c00;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial;
}

main div#content div.inner{
	float: right;
	width: 70%;
	padding: 0 0 0 1em;
}

main div#content.tpl_startpage div.inner{
	width: 100%;
}

/*
###########################
##### Content #############
###########################
*/

main{
	position: relative;
	clear: both;
	/*z-index: 99;*/
}

main > div.inner:before{
	background: url(../img/main_bg.png) no-repeat 0 0;
	position: absolute;
	left: -214px;
	top: 0;
	width: 214px;
	height: 545px;
	z-index: 99;
	content: ' ';
}

main > div.inner{
	position: relative;
	margin: auto;
	max-width: 1500px;
	background: url(../img/main_bg.png) no-repeat -214px 0 #fff;
	padding: 0.5em 0 2em 5em;
}



main:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 545px;
	content: ' ';
	z-index: -1;
	background: url(../img/main_pattern_right.png) repeat-x left top;
}

main:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 545px;
	content: ' ';
	z-index: -2;
	background: url(../img/main_pattern_left.png) repeat-x left top;
}

/* Breadcrumb */

main > .inner > ul{

}

main > .inner > ul > li{
	float: left;
}

main > .inner > ul > li > a{
	color: #000;
}

main > .inner > ul > li > a:hover{
	text-decoration: underline;
}

main > .inner > ul > li > a:before{
	content: '/';
	display: inline-block;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.125em;
	font-weight: normal;
}

main > .inner > ul > li:first-child > a:before{
	content: '';
	padding: 0;
}

div#content{
	float: left;
	position: relative;
	background-color: #fff;
	width: 75%;
	padding: 1.5em 1em 7em 1em ;
	box-shadow: 0 0 6px #999;
	margin: 2em 0 0 0;
	min-height: 454px;
}

div#content > .inner{
	overflow: hidden;
}


aside{
	position: relative;
	float: right;
	width: 25%;
	padding: 1em 1em 7em 1em ;
}

aside div.box{
	border-bottom: 1px dotted #f07c00;
	padding: 0.5em;
}

div#content:after{
	content: ' ';
	position: absolute;
	left: -6px;
	width: 100%;
	padding: 0 6px 0 6px;
	height: 7em;
	bottom: -6px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(85%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
	box-sizing: content-box;
	z-index: 99;
}

.tpl_col_row:before, .tpl_col_row:after {
	content: " ";
	display: table;
}

.tpl_col_row:after {
	clear: both;
}

.tpl_col_row {
	*zoom: 1;
}

.tpl_col_row {
	width: 100%;
	margin: 0 0 3.5% 0;
}

.tpl_col_row > * {
	float: left;
}

.tpl_col-1-2{
	width: 48.25%;
	margin: 0 0 0 3.5%;
}

.tpl_col-1-3{
	width: 31%;
	margin: 0 0 0 3.5%;
}

.tpl_col-2-3{
	width: 65.5%;
	margin: 0 0 0 3.5%;
}

.tpl_col_row > *:first-child {
	margin: 0;
}


img.tpl_image-100{
	width: 100%;
	margin: 0 0 1em 0;
}

div#content > .inner img.tpl_image{
width: auto;
margin: 0;
float: left;
}

.startcontent{
	margin-top: 6px;
}
.startcontent .tpl_col_row{
	display: flex;
}
.startcontent .tpl_col-1-3{
	border: 1px dotted #f07c00;
	margin: 0.5%;
	width: 31.5%;
	padding: 10px;
}

a.tpl_calltoaction{
background: rgb(246,175,94); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,175,94,1) 0%, rgba(242,153,48,1) 49%, rgba(241,141,25,1) 50%, rgba(239,129,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,175,94,1)), color-stop(49%,rgba(242,153,48,1)), color-stop(50%,rgba(241,141,25,1)), color-stop(100%,rgba(239,129,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6af5e', endColorstr='#ef8101',GradientType=0 );  IE6-9 */
padding: 1em 3em 1em 0.5em;
display: inline-block;
font-size: 1.5625em;
font-weight: bold;
color: #fff;
text-shadow: 1px 1px 2px #555;
text-transform: uppercase;
box-shadow: 0.1em 0.1em 0.15em #888;
position: relative;
margin: 0 0 1em 0;
clear: both;
}

a.tpl_calltoaction:before{
position: absolute;
right: 0.9em;
top: 0.6em;
padding: 0;
width: 40px;
height: 40px;
background: url(../img/calltoaction_arrow.png) no-repeat center center #d77403;
border-radius: 50%;
text-shadow: none;
transition: right 0.2s ease-in-out;
font-weight: bold;
content: '';
}

a.tpl_calltoaction:hover{
color: #fff;
}

a.tpl_calltoaction:hover:before{
right: 0.5em;
}

a.tpl_downloadfile{
background: rgb(246,175,94); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,175,94,1) 0%, rgba(242,153,48,1) 49%, rgba(241,141,25,1) 50%, rgba(239,129,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,175,94,1)), color-stop(49%,rgba(242,153,48,1)), color-stop(50%,rgba(241,141,25,1)), color-stop(100%,rgba(239,129,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(246,175,94,1) 0%,rgba(242,153,48,1) 49%,rgba(241,141,25,1) 50%,rgba(239,129,1,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6af5e', endColorstr='#ef8101',GradientType=0 );  IE6-9 */
padding: .5em 3.285714286em .5em 1em;
text-shadow: 1px 1px 2px #555;
display: inline-block;
font-size: 1.5625em;
color: #fff;
font-size: 1em;
box-shadow: 0.1em 0.1em 0.15em #888;
position: relative;
margin: 0 0 1em 0;
clear: both;
}


a.tpl_downloadfile:after{
content: '';
width: 16px;
height: 19px;
position: absolute;
right: 1.071428571em;
top: .5em;
background: url(../img/downloadfile_icon.png) no-repeat left top;
}

a.tpl_downloadfile:hover{
color: #fff;
}

.highlight_text {
	color: #ef7c00;
	font-style: italic;
}

main #content div.image_list{
margin-bottom: 1em;
}

main #content div.image_list ul{
list-style: none;
margin: 0 -1% 0 -1%;
}

main #content div.image_list ul li{
margin: 0;
float: left;
width: 31.33332%;
margin: 0 1% 1% 1%;
}

main #content div.image_list ul li a{
border-bottom: 1px dotted #f07c00;
}

main #content div.image_list ul li:before{
content: '';
}

main #content div.image_list ul li img.tpl_image{
margin: 0;
}



/*
###########################
##### Module ##############
###########################
*/

div#content > .inner img{
width: 100%;
height: auto;
}

.noscroll{
	overflow: hidden;
}

main > div.overlay{
position: absolute;
width: 100%;
height: 100%;
text-align: center;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 990;
opacity: 0;
display: none;
}

/*Slider*/

.overlay_slider {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 990;
}

.overlay_slider img {
	width: 100%;
}

.overlay_slider li {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.overlay_slider.show {
	display: table;
}

.overlay_slider_wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.overlay_slider_content {
	width: 50%;
	background: #FFF;
	margin: auto;
	padding: 10px;
	position: relative;
}

.overlay_slider_inner {
	padding: 10px;
	border: 1px dotted #f07c00;
	position: relative;
	z-index: 5;
}

.overlay_slider_inner_content {
	position: relative;
}

.overlay_slider_inner_content ul {
	width: 100%;
}

.overlay_slider .prev, .overlay_slider .next, .slider .prev, .slider .next {
	color: #CCC;
	background: #FFF;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 1.5em;
	line-height: 0.715em;
	text-align: center;
	text-indent: -0.025em;
	position: absolute;
	top: 50%;
	font-weight: bold;
}

.overlay_slider .prev, .slider .prev {
	left: 20px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
      transform: translate(0,-50%);
}

.overlay_slider .next, .slider .next {
	right: 20px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
      transform: translate(0,-50%);
}

.overlay_slider_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 30px;
	right: 30px;
	background: #DDD;
	color: #FFF;
	border-radius: 100%;
	z-index: 100;
}

.overlay_slider a:before {
	display: none;
}

/*Klappcontainer*/

.accordion{
	margin: 1em 0 1em 0;
}

.accordion .accordion_section {
	padding: 5px 0;
}

.accordion .accordion_content {
	display: none;
	padding: 0.5em 1.3em 0.5em 25px;
	border-bottom: 1px dotted #f07c00;
}

.accordion .accordion_content li {
	padding: 2px 0;
	margin-top: 0;
}

.accordion .accordion_toggle.active:before {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	left: 0.5em;
	top: 0.1em;
}

.accordion .accordion_toggle:before {
	position: absolute;
	left: 0.5em;
	content: "\232A\00a0";
}

.accordion .accordion_toggle{
	padding: 0 0 0 25px;
	font-weight: bold;
	position: relative;
}



.accordion_content > span {
    color: #f07c00;
    display: block;
    margin: 5px 0;
}

/*Abfall ABC*/

.glossary > ul {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.glossary > ul > li {
	display: table-cell;
	min-width: 8px;
}

.glossary > ul > li a:before, .glossary > ul > li:before{
	display: none;
}



.glossary > .glossary_section {
	display: none;
}

.glossary > .glossary_section:nth-of-type(1) {
	display: block;
}

.glossary.listall > .glossary_section {
	display: block;
}

.glossary > .glossary_section h4 {

}

/*
.glossary .glossary_content {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}*/

.glossary .glossary_content > a {
	margin: 2px 0;
	display: block;
}

.slider {
	position: relative;
	width: 100%;
}

.slider img {
	width: 100%;
}

.slider a:hover {
	text-decoration: none;
}

.slider a:before {
	display: none;
}

.slider > * {
	position: relative;
	width: 100%;
}

.slider .slider_content, .slideshow > * {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider ul, .overlay_slider ul {
	display: block;
	position: relative;
	margin: 0;
	transition: left 0.5s ease;
	white-space: nowrap;
	left: 0;
}

.slider .slides {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	vertical-align: top;
	font-size: 0;
}

.slider_caption {
	padding: 10px 0 0;
	font-size: 16px;
	display: block;
}
 .slider_caption .title, .slider_caption .copy {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.25em;
	display: block;
}
 .slider_caption .title {
	color: #000;
	font-size: 1em;
}
 .slider_caption .copy {
	color: #CCC;
	font-size: 0.75em;
}

.slider .slider_carousel {
	position: relative;
	padding-top: 10px;
	width: 98%
}

.slider .slider_carousel li {
	margin: 0 2% 0 0;
	width: 23.5%;
	display: inline-block;
}

.slider .slider_carousel li:before {
	border-top: 1px dotted #f07c00;
	content: "";
	width: 100%;
	display: block;
	margin-top: -10px;
}

.slider .slider_carousel li:first-child {
	margin-left: 0;
}

.slider .slider_carousel .prev, .slider .slider_carousel .next {
	color: #CCC;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 2em;
	line-height: 0.715em;
	text-align: center;
	text-indent: -0.025em;
	position: absolute;
	top: 50%;
	font-weight: bold;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slider .slider_carousel .prev {
	left: -20px;
	display: none;
}

.slider .slider_carousel .next {
	right: -20px;
}

.slider .slider_carousel ul {
	width: 100%;
}

.slider .slider_carousel li {
	display: inline-block;
	font-size: 0;
	padding-top: 10px;
}

.slider .slider_carousel li img {
	padding-top: 10px;
}

article::after {
	border-bottom: 1px dotted #f07c00;
	width: 60%;
	display: block;
	content: "";
	margin-top: 10px;
}

article time {
	color: #f07c00;
	font-weight: bold;
}

article a span {
	text-decoration: underline;
}

article a:hover {
	text-decoration: none;
}

article .news_headline > span::before {
	content: "\00bb";
}

article .news_headline > span::after {
	content: "\00ab";
}


main #content .inner ul.anchorlist{
list-style: none;
}


main #content .inner ul.anchorlist > li{
padding: 0 0 0 25px;
list-style: none;
margin: 0;
font-weight: bold;
}

main #content .inner ul.anchorlist > li:before{
	content: "\232A\00a0 ";
	position: absolute;
	font-size: 14px;
	font-weight: bold;
}




/*Suche*/


.box .search .headline, .box .contact_box .headline, .box .businesshours_box .headline{
	text-transform: uppercase;
	color: #f07c00;
	font-weight: bold;
	background: url(../img/icon_search.png) left top;
	display: block;
	background-repeat: no-repeat !important;
	padding: 7px 0 7px 35px !important;
}

.box .headline{
text-transform: uppercase;
color: #f07c00;
font-weight: bold;
display: block;
padding: 0;
}

.search .searchform input {
    background: none repeat scroll 0 0 #fff;
    border-radius: 12px;
    padding: 2px 10px;
    width: 100%;
}

.search .searchform button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    text-shadow: none;
    color: #f07c00;
    float: right;
    font-weight: normal;
}

.search .searchform button:hover {
	text-decoration: underline;
}

header nav .search{
	float: right;
	padding: 0.4em;
	display: none;
}

header nav .search .searchform input{
	margin: 2px 0 0 0.4em;
	width: auto;
	float: right;
}

header nav .search .searchform button {
	display: inline-block;
	width: 	23px;
	height: 22px;
	background: url(../img/search.png) no-repeat left top;
	line-height: 99px;
	float: left;
	overflow: hidden;
}

.box .contact_box .headline {
	background: url(../img/icon_phone.png) left top !important;
	background-repeat: no-repeat !important;
	padding-top: 10px;
}

.box .businesshours_box .headline {
	background: url(../img/icon_oeffnungszeiten.png) left top !important;
	background-repeat: no-repeat !important;
	padding-top: 10px;
}

.businesshours_status p, p.is_open, .is_closed {
	display: inline-block;
	background-color: #ffffff;
	padding: 0.5em;
	border: 1px dotted #f07c00;
}
 p.is_open {
	color: green;
	font-weight: bold;
}
 p.is_closed {
	color: red;
}


.box .contact_box span {
	color: #f07c00;
	font-weight: bold;
	display: block;
}

.box .headline {
	padding: 10px 0 15px 0;
	background: none;
	margin: 0 0 10px 0;
}

.box > a {
    margin-bottom: 10px;
}

.csc-sitemap ul li{
	margin-top: 0;
}

.csc-sitemap ul li a:before{
	display: none;
}

/*Fillinks*/

main #content .inner ul.filelinks{

}

main #content .inner ul.filelinks li:before{
	display: none;
}

main #content .inner ul.filelinks li{
	margin: 3px 0 5px 0;
}

main #content .inner ul.filelinks li a:before{
	content: "〉 ";
}


/*Fillinks*/

.news-list-item{
overflow: hidden;
}

.news-list-item div.more > a{
float: right;
margin: 0 0 0.5em 0;
}

.news-list-item div.more > a:after, .news-latest-item a:after{
content:' \232A\00a0';
font-size: 0.8em;
font-weight: bold;
}

.news-latest-container{
}

.news-latest-container .news-latest-item{
border: 1px dotted #f07c00;
width: 31.5%;
float: left;
margin: 0.5%;
height: 420px;
}

.news-latest-container .news-latest-item div.inner{
padding: 10px !important;
}

.news-latest-container h3{
margin: 15px 0 5px 0;
background: url("../img/navi_headline_arrow.png") no-repeat scroll left 0.1em;
padding: 0 0 0 20px;
}

.news-latest-container .news-image a:after, .news-latest-container h3 a:after{
display: none;
}

.news-latest-container .news-morelink{
text-align: right;
}


#container_map{
width: 100%;
height: 500px;
}

/*
###########################
##### Footer ##############
###########################
*/

footer{
	background-color: #cccccd;
	position: relative;
}

footer:after{
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	content: '';
	height: 100%;
	z-index: 1;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(236,236,236,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(99%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(236,236,236,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(236,236,236,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(236,236,236,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(236,236,236,1) 99%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ececec',GradientType=0 );  IE6-9 */
}


footer > .inner{
	max-width: 1400px;
	margin: auto;
	background: url(../img/footer_bg.jpg) left top;
	background-size: 100% 100%;
	min-height: 181px;
	position: relative;
	z-index: 9;
	padding: 1em 0 0 0;
}

footer  ul{
	margin: 0 0 0 100px;
}

footer  ul > li{
	display: inline-block;
	margin: 0 1em 0 0;
	vertical-align: top;
}

footer a{
	color: #000;
}

footer  ul > li > a{
	font-weight: bold;
}

footer a:hover{
	text-decoration: underline;
}

footer  ul > li > ul > li{
	float: none;
	width: auto;
	display: block;
}

footer  ul > li > ul{
	margin: 0;
}

footer  ul > li > ul > li > a{
	font-weight: normal;
}

.footnote {
	font-size: 0.75em;
	line-height: 1.3333em;
	border-top: 1px solid #f07c00;
	padding: 0.5em 0 1em 0;
}

.footnote p {
	margin-top: 1em;
}

.footnote span {
	display: block;
}



/*
###########################
##### Media Queries #######
###########################
*/

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

	body{
	font-size: 1em;
	}

}

@media only screen and (max-width:1280px) {
}

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

	/*
	###########################
	##### Navigation ##########
	###########################
	*/

	header nav{
		font-size: 0.875em;
	}


}



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

	/*
	###########################
	##### Header ##############
	###########################
	*/

	header > .inner{
		overflow: visible;
		background-position: -105px 0;
	}

	header div.inner > span.slogan {
		left: 35px;
	}

	/*
	###########################
	##### Navigation ##########
	###########################
	*/

	header nav{
		border-top: 1px solid #f7d271;
		z-index: 999;
		height: 2.728571429em;
	}

	header > a.logo{
	width: 30%;
	background-size: 100% auto;
	}

	header nav > ul{
		overflow-y: scroll;
		padding: 0 0 20px 0;
		background-color: #f28109;
	}

	header nav > a.telephone{
	display: block;
	}

	header nav .search{
	display: block;
	}


	header nav > ul > li a:before,
	header nav > ul > li.active  a:before,
	header nav > ul > li a:hover:before,
	header nav > ul > li a:after,
	header nav > ul > li a:hover:after{
		-moz-transform:skewX(0deg);
		-webkit-transform:skewX(0deg);
		-o-transform:skewX(0deg);
		-ms-transform:skewX(0deg);
		transform:skewX(0deg);
		background: none;
		width: auto;
		left: 0;
		top: 0;
		position: relative;
		display: inline-block;
		box-shadow: none;
		border: none;
		padding: 0 0.5em 0 0;
	}

	header nav:after{
		position: absolute;
		left: -0.9em;
		top: -1px;
		content: '';
		width: 1.5em;
		height: 100%;
		margin: 0;
		line-height: 1em;
		display: block;
		font-size: 1em;
		background-color: #f39a2a;
		z-index: -1;
		border-left: 1px solid #f7d271;
		box-shadow: -3px 0 3px -2px #444;
		-moz-transform:skewX(-30deg);
		-webkit-transform:skewX(-30deg);
		-o-transform:skewX(-30deg);
		-ms-transform:skewX(-30deg);
		transform:skewX(-30deg);
		box-sizing: content-box;
		padding: 0;
	}

	header nav > a.trigger{
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1em;

	}

	header nav > ul{
		position: absolute;
		left: -41%;
		margin: 0 0 0 -5%;
		top: 2.6em;
		width: 40%;
		box-shadow: 0 0 8px 0;
		z-index: 999;
		transition: left 0.5s ease-in-out;
	}

	header nav ul li{
		float: none;
	}

	header nav > ul > li > ul{

	}

	header nav > ul > li.active >ul{

	}

	header nav > ul > li > a:after,
	header nav > ul > li > a:hover:after,
	header nav > ul > li.active > a:after{
		border-top: 1px dotted #fff;
		position: absolute;
		top: 0;
		display: block;
		margin: 0 7% 0 7%;
		width: 86%;
		content: '';
	}

	header nav ul li:first-child a:after{
		border: none;
	}

	/*Erste Ebene*/
	header nav > ul > li > a,
	header nav > ul > li:first-child > a{
		padding: 0.5em 1% 0.5em 6%;
	}

	header nav ul li a,
	header nav ul li a:hover,
	header nav > ul > li.active > a{
		background: none;
	}

	header nav > ul > li > ul{
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		width: 100%;
		box-shadow: none;
	}

	header nav > ul > li > a,
	header nav > ul > li.active > a{
		background-color: #f28109;
		color: #fff;
		font-weight: bold;
	}

	header nav > ul > li > a:before,
	header nav > ul > li.active > a:before,
	header nav > ul > li.active > a:hover:before,
	header nav > ul > li > a:hover:before{
		content: '';
		font-weight: bold;
		color: #fff;
		font-size: 1.7em;
		position: absolute;
		top: 0.2em;
		right: 1.3em;
		left: auto;
		transform: rotate(90deg);
	}

	header nav  ul > li > a > span,
	header nav  ul > li.active > a > span{
	width: 30px;
	height: 100%;
	position: absolute;
	right: 1.2em;
	color: #fff;
	top: 0;
	background: url(../img/mobile_navi_arrow_down.png) no-repeat center center;
	}

	header nav > ul > li  ul > li > a > span,
	header nav > ul > li  ul > li.active > a > span{
	background: url(../img/mobile_navi_arrow_down_white.png) no-repeat center center;
	}

	header nav ul li.active ul li a{
		background: none;
		background-color: #fff;
	}

	header nav > ul > li > a:hover{
		background-color: #f28109;
		color: #fff;
	}

	header nav > ul > li > ul > li > a,
	header nav > ul > li > ul > li > ul > li a{
		background-color: #fff;
		color: #000;
		text-transform: none;
		padding: 0.5em 1% 0.5em 6%;
	}



	header nav > ul > li > ul > li ul > li > a:hover:after{
	border: none;
	}

	header nav > ul > li > ul > li.active > a:after{
	border: none;
	}

	header nav > ul > li > ul > li > a:after,
	header nav > ul > li > ul > li > a:hover:after{
	border-top: 1px dotted #f28109;
	position: absolute;
	top: 0;
	display: block;
	margin: 0 7% 0 7%;
	width: 86%;
	content: '';
	}



	/* Dritte Ebene */
	header nav > ul > li > ul > li  ul > li > a {
		padding: 0.5em 0.5em 0.5em 2.5em;
		background-color: #fff;
	}

	header nav > ul > li  > ul > li ul > li > a:before {
		content: '\232A';
		font-size: 0.75em;
		color: #f28109;
		font-weight: bold;
	}

	header nav > ul > li > ul > li > a:hover,
	header nav > ul > li > ul > li > ul > li > a:hover{
		background-color: #fff;
		color: #000;
	}

	header nav > ul > li  > ul{
		display: none;
	}

	header nav > ul > li  > ul > li > ul > li > ul > li > a{
		padding: 0.5em 0.5em 0.5em 3.5em
	}

	header nav  ul > li.active > ul{
		display: block;
	}


	header nav > .trigger{
		display: block;
		float: left;
		position: relative;
		padding: 0.4em 30px 0.4em 0.4em;
	}

	header nav > .trigger:focus,
	header nav > .trigger:focus:after,
	header nav > .trigger:focus:before{
		color: #000;
		border-color: #000;
	}

	header nav > .trigger:after{
		position: absolute;
		right: 0px;
		top: 0.80em;
		height: 7px;
		width: 20px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		content: '';
	}

	header nav > .trigger:before{
		position: absolute;
		right: 0px;
		top: 0.80em;
		height: 12px;
		width: 20px;
		border-bottom: 2px solid #fff;
		content: '';
	}

	main nav{
		display: none;
	}

	body.mobile_navi header nav > ul{
		left: 0;
	}

	body.mobile_navi_fixed header nav > ul{
		margin: 0;
	}

	body.mobile_navi_fixed header nav{
		position: fixed;
		top: 0;
		margin: 0;
		width: 100%;
	}

	/*
	###########################
	##### Content #############
	###########################
	*/

	div#content{
		width: 100%;
		float: none;
	}

	aside{
		width: 100%;
		float: none;
	}

	main > div.inner{
		background-position: center 0;
		padding: 0;
		overflow: hidden;
	}

	main > .inner > ul {
	padding: 0.3em 3% 0.3em 3%;
	}

	main > div.inner > div#content{
		width: 94%;
		margin: 2em 3% 3% 3%;

	}

	main > div.inner > div#content > .inner{
	padding: 0;
	}

	main > div.inner aside{
		position: relative;
		padding: 2em 2em 6em 2em;
		background: url(../img/main_bg.png) no-repeat center -40px #fff;
		overflow: hidden;
		box-shadow: 0px 13px 13px -13px #555 inset;
	}

	main > div.inner aside:after{
		content: ' ';
		position: absolute;
		left: 0;
		width: 100%;
		padding: 0 6px 0 6px;
		height: 6em;
		bottom: 0;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(85%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 99%); /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
		box-sizing: content-box;
	}

	main div#content div.inner{
		width: 100%;
		margin: 0 !important;
		box-shadow: none;
	}

	main > div.inner aside .box .search {
		display: none;
	}

	main > div.inner aside .box {
		border: none;
		float: left;
		padding: 0 12px;
    		width: 50%;
	}


	body main > div.inner:after{
		position: absolute;
		display: block;
		left: -100%;
		top: 0;
		background-color: #000;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		transition: left 0.5s ease-in-out;
	}

	main > div.overlay{
	display: block;
	}

	/*
	###########################
	##### Module ##############
	###########################
	*/

	.overlay_slider_content {
		width: 75%;
	}

	/*
	###########################
	##### Footer ##############
	###########################
	*/

	footer > .inner {
	padding: 0;
	}

	footer > .inner > ul{
	margin: 1% 5% 1% 5%;
	}

	footer > .inner > ul > li{
	margin: 0;
	display: block;
	width: 30%;
	margin: 1.666666667%;
	float: left;
	}
}

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

	/*
	###########################
	##### Header ##############
	###########################
	*/

	header > a.logo{
		width: 230px;
		background-size: 100%;
	}

	header > .inner{
		background-position: -115px 0;
		min-height: 0px;
	}

	header > div.inner span.slogan{
		left: 20px;
		top: 55px;
		font-size: 1.2em;
	}


	header nav > .trigger{
	padding-left: 1em;
	}

	/*
	###########################
	##### Navigation ##########
	###########################
	*/

	header nav{
		position: absolute;
		margin: 0;
		width: 100%;
		box-shadow: 0px -4px 10px -8px #444;
	}

	header nav:after{
		display: none;
	}

	header nav > ul{
		width: 60%;
		margin: 0;
		left: -61%;
	}

	/*
	###########################
	##### Content #############
	###########################
	*/

	.tpl_col_row > *, .tpl_col_row > *:first-child {
		float: none;
		width: 100%;
		margin: 0 0 3.5% 0;
	}

	/*
	###########################
	##### Module ##############
	###########################
	*/

	.glossary .glossary_content {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;

	    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 20px; /* Firefox */
	    column-gap: 20px;
	}

	/*
	###########################
	##### Footer ##############
	###########################
	*/

	footer > .inner {
		padding: 0;
		background-image: none;
		background-color: #dfdfdf;
	}

	footer > .inner > ul{

	}

	footer > .inner > ul > li{
		margin: 0;
		display: block;
		width: 48%;
		margin: 0.5% 1% 0.5% 1%;
		float: left;
	}

	.startcontent .tpl_col_row{
		display: block;
	}
	.startcontent .tpl_col-1-3{
		width: 100%;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px dotted #f07c00;
		margin: 10px 0 0 0;
	}
	div#content {
		display: inline-block;
	}

	.news-latest-container .news-latest-item{
		border: none;
		float: none;
		width: 100%;
		margin: 0;
		height: auto;
		border-bottom: 1px dotted #f07c00;
		overflow: hidden;
	}

	.news-latest-container .news-image{
		display: none;
	}

	.table-wrap {
	    overflow-x: auto;
	}

}


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

	/*
	###########################
	##### Content #############
	###########################
	*/

	main > div.inner  div#content{
	margin: 0;
	width: 100%;
	box-shadow: none !important;
	padding: 3%;
	}

	main > div.inner > div#content:after{
	content: none;
	}

	header > .inner{
	box-shadow: none;
	}

header{

}

header div.inner > span.slogan {
display: none;
}

header nav:after {
display: none;
}




header nav:after, header nav:before{
display: none;
}

header{
height: auto;
}

header  .inner{
height: auto;
min-height: 120px;
}



	main > div.inner{
	background: none;
	background-color: #fff;
	}

}

.cookie-hint-yt{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align:center;
}
.yt-frame{
	display: none;
}

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

	/*
	###########################
	##### Module ##########
	###########################
	*/

	.overlay_slider_content {
		width: 90%;
	}

	.slider .slider_carousel {
		display: none;
	}
}

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

	select, input, textarea {
    	margin: 10px 0;
	}

	h1{
	font-size: 1.5em;
	}

	input[type="text"], select, textarea, fieldset.highlight input[type="text"], fieldset.highlight select, fieldset.highlight textarea {
		width: 100%;
		margin-left: 0;
		display: block;
	}

	fieldset {
		padding-left: 0;
	}

	fieldset > ul {
		margin-left: auto;
		margin-right: auto;
	}

	fieldset > ul > li {
		display: block;
		text-align: center;
		padding-bottom: 0.5em;
		padding-left: 0;
	}

	fieldset .left, fieldset .right {
		float: none;
		padding-right: 0;
	}

	fieldset .left {
		margin-bottom: 2em;
	}

	fieldset p {
		text-align: center;
	}

	fieldset.highlight p {
		text-align: left;
	}

	/*
	###########################
	##### Header###############
	###########################
	*/

	header{
		min-height: 110px;
		background-color: #fff;
		position: relative;
	}

	header > .inner{
		background-image: none;
		height: auto;
		padding: 80px 0 0 0;

	}

	header > .inner > span.slogan{
		display: none;
	}

	/*
	###########################
	##### Navigation ##########
	###########################
	*/

	header nav{
		position: relative;
	}

	header nav > a.telephone{
	width: 21px;
	height: 23px;
	line-height: 99px;
	margin: 0.4em 0.5em 0 0.5em;
	overflow: hidden;
	}

	header nav .search .searchform input{
	display: none;
	}

	header nav > ul{
	width: 100%;
	left: -101%;
	}


	/*
	###########################
	##### Content #############
	###########################
	*/

	main > div.inner  div#content{
		margin: 0;
		box-shadow: 0;
		width: 100%;
	}

	main > div.inner > div#content:after{
		display: none;
	}

	.tpl_col_row > .tpl_col-1-2{
		width: 100%;
		float: none;
		margin: 0 0 3.5% 0;
	}

		.tpl_col_row > .tpl_col-1-2:first-child{
			margin: 0 0 3.5% 0;
		}

	main > .inner > ul {
	display: none;
	}

	main > div.inner aside{
	padding: 1em 3% 1em 3%;
	}

	main > div.inner div#content:after, main > div.inner aside:after{
	display: none;
	}

	main > div.inner div.box{
	padding: 0;
	width: 100%;
	}

	/*
	###########################
	##### Module ##############
	###########################
	*/

	a.tpl_calltoaction{
	margin: 1em 0 1em 0;
	display: block;
	font-size: 1.25em;
	padding: 0.6em;
	}

	a.tpl_calltoaction:before{
	top: 0.20em;
	}

	.glossary .glossary_content {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
	}

	/*
	###########################
	##### Footer ##############
	###########################
	*/

	footer > .inner > ul > li{
	margin: 0;
	display: block;
	width: 92%;
	margin: 1% 4% 1% 4%;
	float: left;
	text-align: center;
	}

}

/*
###########################
##### Print Styles ########
###########################
*/
@media print {
}


@media only screen and (min-width:1025px) {
	a.is-mobile{
		display: none;
	}

	a.is-mobile.is-desktop{
		display: inline-block;
	}

}

@media only screen and (max-width:1024px) {
		a.is-desktop{
			display: none;
		}
	a.is-mobile.is-desktop{
		display: inline-block;
	}


}


input#Abfall{
	position: absolute;
	left: -1000px;
}
