/******************************************************************************/
/* COMMON TAG DEFINITION													  */
/******************************************************************************/

@import url(../fonts/Droid_Sans_400_700.css);
@import url(../fonts/Open_Sans_Condensed_300.css);
@import url(../fonts/Roboto_Condensed_300.css);


html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html {
	height: 100%;
	min-height: 100%;
	background: url(../images/bg/body.png) top left repeat #fff;
}

body {
	height: auto !important;
	min-height: 100%;
	position: relative;
	font-family: Arial, sans-serif;
	/*font-size: 12px;*/
	font-size: 0.75em;
	line-height: 1.5;
	color: #515151;
	margin: 0;
	padding: 0;
	z-index: 0;
}

/*
body.noJQuery {
	opacity: 1 !important;
	filter: (opacity=1) !important;
}
*/
a,
a:hover {
	text-decoration: none;
}

/*
a:focus {
	outline: medium dotted;
}
*/

h1 {
	margin-bottom: 1em;
	font-size: 2.083em;
	font-family:'Droid Sans', arial, sans-serif;
	color: #2E2D30;
	line-height: 1;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	font-family:'Droid Sans', arial, sans-serif;
}

h3 {
	font-size: 1.083em;
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

img, embed, object, video, .noJQuery  iframe  {
	max-width: 100%;
	height: auto;
	width: auto;
}

b,strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

input,
textarea {
	color: #515151;
}

/******************************************************************************/
/* BASIC CLASS DEFINITIONS													  */
/******************************************************************************/

div.clear,
br.clear {
	height: 0;
	clear: both !important;
	font-size: 0;
	overflow: hidden;
}

div.wrapper {
	max-width: 991px;
	min-width: 320px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	z-index:20;
	width: 100%;
}

div.float_right {
	float: right;
}

.offCanvasActive, .offCanvasActive * {
	box-sizing: border-box;
}

/****************************/
/* Header					*/
/****************************/

#header {
	clear: both;
	padding: 17px 10px 0 10px;
}

#logo {
	float: left;
}

#search {
	clear: both;
	padding-top: 15px;
}

#search > div {
	float: right;
}

#search form {
	background: url(../images/bg/schatten.png) right bottom no-repeat;
	padding-bottom: 14px;
	height: 25px;
}

#search form input {
	float: left;
}

#search #searchInput,
#search .searchInput {
	width: 360px;
	font-style: italic;
	background-color: #EDEDED;
	border: none;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

#search .searchSubmit {
	background: url(../images/bg/searchSubmit_red.png) center no-repeat;
	height: 25px;
	width: 25px;
	color: transparent;
}

#metaMenu {
	z-index: 10;
}

#metaMenu > ul  {
	float: right;
}

#metaMenu > ul > li {
	float: left;
	padding-left: 10px;
	margin-left: 5px;
	background: url(../images/bg/metaSep.gif) left center no-repeat;
}

#metaMenu > ul > li.zoom {
	background: none;
	position: relative;
	z-index: 200;
	cursor: pointer;
}

#metaMenu > ul > li.zoom span.zoomNotice,
#metaMenu > ul > li.zoom div.zoomNotice {
	display:none;
	position: fixed;
	z-index: 100000;
	top: 3%;
	left: 33%;
	width: 33%;
	border: 3px solid #ededed;
	padding: 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 600px;
	background-color: #ffffff;
	background: url(../images/bg/close.png)99% 98% no-repeat #ffffff;
	font-size: 1.2em;
}

#metaMenu > ul > li.zoom a,
#metaMenu > ul > li.contrast a {
	font-weight: bold;
}

#metaMenu > ul > li.lang.active {
	display: none;
}

.noJQuery #metaMenu > ul > li.zoom:hover span.zoomNotice,
.noJQuery #metaMenu > ul > li.zoom:hover div.zoomNotice{
	display:block;
}

#metaMenu > ul > li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

#metaMenu a {
	text-decoration: none;
	color: #515151;
}

#slider {
	clear: both;
	padding-top: 15px;
}

#slider  img {
	max-width: 100%;
}

.noJQuery #slider .slideContainer img {
	display: none;
}

.noJQuery #slider .slideContainer img:first-child {
	display: block;
}

#mainMenu {
	clear: both;
}

#mainMenu h3 {
	display: none;
}

#mainMenu h3 a {
	display: block;
	color: #000;
}

#mainMenu > ul > li {
	float: left;
}

#mainMenu ul a {
	height: 60px;
	display: table-cell;
	vertical-align: bottom;
	border-bottom: solid 1px #ededed;
}

#mainMenu ul a span {
	padding: 0 9px 9px 11px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #515151;
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: bold;
	font-size: 1.083em;
	line-height: 1;
}

#mainMenu .split {
	width: 3px;
	height: 21px;
	padding: 0;
	background: #515151;
}

/*	background and font color	*/
/*
	#mainMenu .c_01aaed .split {
		background: #01aaed;
	}

	#mainMenu .c_01aaed a:hover span {
		color: #01aaed;
	}

	#mainMenu .c_d5001c .split {
		background: #d5001c;
	}

	#mainMenu .c_d5001c a:hover span {
		color: #d5001c;
	}

	#mainMenu .c_d1c61c .split {
		background: #d1c61c;
	}

	#mainMenu .c_d1c61c a:hover span {
		color: #d1c61c;
	}

	#mainMenu .c_9e004d .split {
		background: #9e004d;
	}

	#mainMenu .c_9e004d a:hover span {
		color: #9e004d;
	}

	#mainMenu .c_f1594e .split {
		background: #f1594e;
	}

	#mainMenu .c_f1594e a:hover span {
		color: #f1594e;
	}

	#mainMenu .c_198f8f .split {
		background: #198f8f;
	}

	#mainMenu .c_198f8f a:hover span {
		color: #198f8f;
	}
*/

#breadcrumb {
	clear: both;
	border-bottom: solid 1px #ededed;
	padding-left: 17px;
}

#breadcrumb a {
	text-decoration: none;
	color: #515151;
}

#subMenu {
	padding-bottom: 14px;
	background: url(../images/bg/schatten.png) right bottom no-repeat;
	float: left;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 1.083em;
	width: 25%;
	padding-top: 50px;
}

#subMenu h3 {
	padding-bottom: 14px;
	background: url(../images/bg/schatten.png) right bottom no-repeat;
}

#subMenu h3 > span {
	display: block;
	min-height: 25px;
	line-height: 25px;
	padding-left: 20px;
	background-color: #EDEDED;
	font-weight: bold;
}

#subMenu h3 > span.notice {
	display: none;
	font-style: italic;
	padding-left: 30px;
	font-size: 0.9em;
}

#subMenu h3 > span > span {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	background: url(../images/bg/pf_down.png) center center no-repeat;
	float: right;
}

#subMenu > ul {
	border: 3px solid #ededed;
	border-left: none 0;
	padding: 12px 20px;
}

#subMenu > ul li {
	border-top: solid 1px #ededed;
	padding: 5px 0;
}

#subMenu > ul li.active {
	padding-bottom: 0px;
}

#subMenu > ul li.active > a{
	margin-bottom: 5px;
}

#subMenu > ul > li:first-child {
	border-top: none;
	padding-top: none;
}

#subMenu > ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #515151;
	font-weight: bold;
	display: block;
}

#subMenu > ul > li > ul {
	margin-bottom: -5px;
}

#subMenu > ul > li > ul > li span {
	font-size: 0.923em;
	font-weight: bold;
	float: left;
}

#subMenu > ul > li > ul > li a{
	margin-left: 15px;
	text-transform: none;
	font-size: 0.923em;
}

/*
#subMenu > ul > li > ul > li > ul > li,
#subMenu > ul > li > ul > li > ul > li > ul > li {
	border-top: none;
}

#subMenu > ul > li > ul > li > ul,
#subMenu > ul > li > ul > li > ul > li > ul {
	border-top: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
}
*/
/*
#subMenu > ul > li > ul > li > ul > li span {
	margin-left: 11px;
	font-weight: normal;
}

#subMenu > ul > li > ul > li > ul > li a {
	padding-left: 19px;
	font-weight: normal;
}

#subMenu > ul > li > ul > li > ul > li > ul > li span {
	margin-left: 20px;
	font-weight: normal;
	font-size: 0.846em;
}

#subMenu > ul > li > ul > li > ul > li > ul > li a {
	padding-left: 30px;
	font-weight: normal;
	font-size: 0.846em;
}
*/


#subMenu > ul > li > ul > li > ul > li span {
	margin-left: 6px;
	font-weight: normal;
}

#subMenu > ul > li > ul > li > ul > li a {
	padding-left: 14px;
	font-weight: normal;
}

#subMenu > ul > li > ul > li > ul > li > ul > li span {
	margin-left: 15px;
	font-weight: normal;
	font-size: 0.846em;
}

#subMenu > ul > li > ul > li > ul > li > ul > li a {
	padding-left: 25px;
	font-weight: normal;
	font-size: 0.846em;
}

#subMenu > ul > li > ul > li > ul > li > ul > li > ul > li span {
	margin-left: 20px;
	font-weight: normal;
	font-size: 0.846em;
}

#subMenu > ul > li > ul > li > ul > li > ul > li > ul > li a {
	padding-left: 35px;
	font-weight: normal;
	font-size: 0.846em;
}

/****************************/
/* Content					*/
/****************************/

#content {
	position: relative;
	float: left;
	z-index: 20;
	min-height: 100px;
	width: 71%;
	padding-top: 50px;
	margin: 0 1% 0 3%;
}

#content img {
	border: 3px solid #ededed;
}

#content .captcha img {
	border: none;
}

* + #content {
	width: 70%;
}

.offCanvasActive #content {
	width: 75%;
	/*padding: 50px 10px 0 10px;*/
	padding: 50px 0px 0 10px;
	margin: 0;
}

body.start #content {
	min-height: 100px;
	width: 96%;
	margin: 0 2%;

}

body.start .offCanvasActive #content {
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.columns {
	clear: both;
}

.columns > div.main {
	float: left;
	width: 71%;
}

.offCanvasActive .columns > div.main {
	width: 69%;
}

.columns > div.sidebar {
	float: left;
	width: 26%;
	margin-left: 3%;
}

.offCanvasActive .columns > div.sidebar {
	width: 31%;
	margin-left: 0;
	padding-left: 10px;
}

body.start .columns > div.main {
	float: left;
	width: 54%;
}

body.start .columns > div.sidebar {
	float: left;
	width: 44%;
	margin-left: 2%;
	padding-left: 0;
}

.columns > div.l50,
.columns > div.r50 {
	width: 48%;
	float:left;
}

.offCanvasActive .columns > div.l50,
.offCanvasActive .columns > div.r50 {
	width: 50%;
}

.columns > div.l50 {
	padding-right: 1%;
}
.columns > div.r50 {
	padding-left: 1%;
}

.print {
	display: block;
	clear: both;
	border-top: solid 1px #ededed;
	margin-right: 30%;
	margin-top: 2em;
	text-align: right;
	padding: 2em 0;
}

#content .print img{
	border:none;
}

.start .print {
	margin-right: 46%;
}

.contentol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 3em;
	margin-bottom: 1em;
}

.contentul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 3em;
	margin-bottom: 1em;
}

.contentdl {
	margin-bottom: 10px;
}

.contentdl dt {
	clear: left;
	float: left;
	width: 40%;
}

.contentdl dd {
	float: left;
	width: 60%;
}

.contentdl::after {
	content: ' ';
	clear: both;
	display: block;
}

/*	directLinks	*/

.directLinks {
	background: url(../images/bg/schatten.png) bottom right no-repeat;
	padding-bottom: 14px;
	margin-bottom: 10px;
	display:block;
}

.directLinks a {
	padding-right: 29px;
	background: url(../images/bg/directLink.png) right center no-repeat #d4001c;
	display: block;
}

.directLinks a span.text {
	background: url(../images/bg/body.png) top left repeat;
	display: block;
	padding: 0.5em;
	padding-right:0;
}

.directLinks a span.text > span {
	display: block;
	color: #515151;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 1.25em;
}

.directLinks a span.text > span:first-child {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.083em;
}

.directLinks a span.arrow {
	background: #d4001c;
	float: right;
	width: 20%;
}

/*	Fahrzeuge	*/

.mobileContainer {
	width: 48%;
	padding: 1%;
	float: left;
}

.offCanvasActive .mobileContainer {
	width: 50%;
}

.mobileContainer img {
	width: 100%;
	border: none !important;
}

.mobileContainer h3 {
	background-color: #EDEDED;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

.mobileContainer h4.closed .hide{
	display: none;
}

.mobileContainer h4.opened .show{
	display: none;
}

.noJQuery .mobileContainer .open,
.noJQuery .mobileContainer .hide {
	display: none;
}

.mobileContainer > a {
	width: 98%;
}

.mobileContainer .mobileDescription div {
	background-color: #EDEDED;
	margin-bottom: 0.5em;
}

.mobileContainer .mobileDescription span {
	width: 48%;
	margin: 1%;
	display: block;
	float: left;
}

.mobileContainer .mobileGallery {
	clear: both;
}

.mobileContainer .mobileGallery img {
	width: 48%;
	padding: 1%;
}

.filelist-item {
	margin-bottom: 0.5em;
	background-color: #ededed;
	padding: 0.5em;
	clear: both;
}

.filelist-item .filelist-icon {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	margin-right: 0.5em;
}

.filelist-item .filelist-preview {
	float: left;
	margin-right: 10px;
}

.filelist-item .csc-uploads-fileName,
.filelist-item .csc-uploads-description,
.filelist-item .csc-uploads-fileSize {
	display: block;
}

.filelist-item > div {
	overflow: unset;
}

.ce-uploads span {
	display: inline-block;
}

.filelist-item .ce-uploads-filesize {
	display: block;
}

.filelist-item .csc-uploads-fileSize:after {
	content: " ";
	height: 0;
	line-height: 0;
	clear: both;
	display: block;
}
/*	weitere Themen	*/

.menuPage li {
	float: left;
	width: 48%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #ededed;
}

.offCanvasActive .menuPage li {
	width: 50%;
}

.menuPage li.odd {
	padding-right: 2%;
}

.menuPage li.even {
	padding-left: 2%;
}

.menuPage li img {
	width: 99%;
}

.menuPage li span.title {
	display: block;
	color: #515151;
	font-weight: bold;
}

.menuPage li span.abstract {
	color: #515151;
}

/****************************/
/* Footer					*/
/****************************/

footer {
	clear: both;
	padding: 0 2%;
	font-size: 0.917em;
	border-top: 1px solid #EDEDED;
	padding-top: 20px;
}

footer * {
	line-height: 1.636;
}

footer a {
	text-decoration: none;
	background: url(../images/bg/pf_rechts_rot.png) left center no-repeat;
	padding-left: 8px;
	color: #000;
}

footer h3 {
	/*font-size: 18px;*/
	font-size: 1.5em;
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: normal;
	color: #000;
	padding-bottom: 15px;
}

footer .copyright {
	clear: both;
}

#address {
	float: left;
	width: 49%;
	padding-right: 1%;
}

#service {
	float: right;
	width: 49%;
	padding-left: 1%;
}

#address > span,
#service > span,
#service > nav {
	float: left;
	width: 48%;
	padding-right: 2%;
}

div.copyright > span {
	width: 25%;
	float: left;
	border-top: 1px solid #ededed;
	padding-top: 10px;
}

.sr-hint {
	background: none repeat scroll 0 0;
	display: inline;
	height: 0;
	left: -9999px;
	position: absolute;
	top: -9999px;
	width: 0;
}


/****************************/
/* 	css_styled_content		*/
/****************************/

/*

csc-frame-frame1 -> frame-custom-20
csc-frame-frame2 -> frame-custom-21
csc-frame-frame3 -> frame-custom-22
csc-frame-frame4 -> frame-custom-23
csc-frame-quicknavigation -> frame-custom-24
csc-border-header -> frame-custom-25

*/

nav.csc-frame,
div.csc-frame,
.csc-border-header > div > header,
div.frame-custom-20,
div.frame-custom-21,
div.frame-custom-22,
div.frame-custom-23,
div.frame-custom-24,
div.frame-custom-25 > div > header {
	background: url(../images/bg/schatten.png) bottom right no-repeat;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.csc-border-header > div > header,
div.frame-custom-25 > div > header {
	margin-bottom: 1em;
}

.csc-frame.csc-border-header,
div.frame-custom-25 {
	background: none;
}

.main div.csc-frame,
.main div.frame-custom-20,
.main div.frame-custom-21,
.main div.frame-custom-22,
.main div.frame-custom-23,
.main div.frame-custom-24,
.main div.frame-custom-25 {
	width: 50%;
	margin: 1em 0 1em 1em;
	float: right;
}

div.csc-frame > div,
div.frame-custom-20 > div,
div.frame-custom-21 > div,
div.frame-custom-22 > div,
div.frame-custom-23 > div,
div.frame-custom-24 > div,
.csc-border-header > div > header > *,
div.frame-custom-25 > div > header > * {
	border: 3px solid #ededed;
	padding: 1em;
}

.csc-border-header > div > header > *,
div.frame-custom-25 > div > header > * {
	text-transform: uppercase;
	margin-bottom: 0;
}

div.csc-frame.csc-frame-frame1 h3,
div.csc-frame.csc-frame-frame3 h3,
div.frame-custom-22 h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}

#content div.csc-frame.csc-frame-frame1 img {
	max-width: 98%;
}

#content div.csc-frame.csc-frame-frame3 img,
#content div.frame-custom-22 img {
	border: none;
	max-width: 100%;
}

div.csc-frame.csc-frame-frame2 > div,
div.frame-custom-21 > div {
	background: url(../images/bg/streifen_trans.png) top left;
	padding: 2em 1em 0.5em 1em;
}

div.csc-frame.csc-frame-frame2 > div span.info,
div.frame-custom-21 > div span.info {
	font-style: italic;
	font-weight: bold;
	opacity: 0.4;
	filter: alpha(opacity=40);
	font-size: 1.25em;
	line-height: 1;
	display: block;
	float: right;
	margin-top: -1.3em;
	margin-right: -0.5em;
	padding: 2px 8px;
	color: black;
}
nav.csc-frame.csc-frame-quicknavigation > div,
div.csc-frame.csc-frame-frame4 > div,
div.frame-custom-24 > div,
div.frame-custom-23 > div {
	border: 3px solid #ededed;
	padding: 1em;
	background-color: #ededed;
}

nav.csc-frame.csc-frame-quicknavigation > div,
div.frame-custom-24 > div,
div.frame-custom-23 > div {
	padding: 0.5em;
}

.csc-textpic-imagewrap,
DIV.csc-textpic-center .csc-textpic-center-outer,
DIV.csc-textpic-center .csc-textpic-center-inner,
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	max-width: 100%;
}

DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	display: block;
	max-width: 100%;
}

div.csc-frame-frame4 h2,
div.frame-custom-23 h2{
	font-size: 1.083em;
}

div.csc-frame-frame4 h3,
div.frame-custom-23 h3{
	font-weight: bold;
}

div.csc-frame-frame4.video a,
div.frame-custom-23.video a {
	color: #515151 !important;
}

nav.csc-frame-quicknavigation h2,
div.frame-custom-24 h2 {
	font-size: 1.083em;
	padding-left: 0.5em;
}

nav.csc-frame-quicknavigation li,
div.frame-custom-24 li {
	border-top: 1px solid #fff;
	padding: 3px 0 3px 15px;
	background: url(../images/bg/shortcut_point.png) 5px center no-repeat;
}

nav.csc-frame-quicknavigation a,
div.frame-custom-24 a {
	color: #000 !important;
}

/*	tt_news	*/
.news-list-item,
.news-latest-item {
	border-bottom: 1px solid #ededed;
	margin-bottom: 1em;
}

.news-latest-item > img {
	float: left;
	margin: 0 1em 1em 0;
}
.news-list-item .news-list-date {
	float: right;
}
.news-latest-item .news-list-morelink {
	display: inline-block;
	padding-left: 0.5em;
}

.news-single-backlink a {
	padding: 0.5em;
	background-color: #ededed;
	display: inline-block;
}

/*	json news	*/

.newsJSON .imageHtml a {
	width: 25%;
	display: block;
	float: left;
}

.newsJSON .imageHtml a img {
	max-width: 90%;
}

.newsJSON .fahrzeugeHtml .fahrzeug {
	float: left;
	width: 25%;
}

.newsJSON .fahrzeugeHtml a {
	display: block;
}

.newsJSON .fahrzeugeHtml a img {
	width: 90%;
}

/*	tx-indexedsearch	*/

#content .tx-indexedsearch-result img {
	border: none;
}

/*	csc-mailform	*/

div.csc-mailform fieldset legend {
	display: none;
}

div.csc-mailform fieldset ol {
	padding: 0 !important;
}

div.csc-mailform li label {
	width: 35% !important;
	margin-right: 1%;
	text-align: right;
}

div.csc-mailform label em, div.csc-mailform legend em {
	display: inline-block;
	color: #d4001c;
}

div.csc-mailform input {
	padding: 0;
	width: 55%;
	background-color: #ededed;
	border: none;
	padding: 0.25em;
	margin: 0;
}

div.csc-mailform textarea {
	width: 55%;
	font-family: arial;
	padding: 0;
	min-height: 15em;
	background-color: #ededed;
	border: none;
	padding: 0.25em;
	margin: 0;
}

div.csc-mailform .form-buttons {
	padding-left: 36%;
}

div.csc-mailform .form-buttons li {
	float: left;
}

div.csc-mailform  input.submit,
div.csc-mailform  input.reset,
div.csc-mailform .csc-form-confirmation input {
	width: auto;
	padding: 0.25em 0.5em;
	margin: 0;
	border:none;
}

div.csc-mailform  input.submit,
div.csc-mailform .csc-form-confirmation .csc-form-confirmation-true input  {
	background-color: #d4001c;
	color: #fff;
}

div.csc-mailform .csc-form-confirmation .csc-form-confirmation-true,
div.csc-mailform .csc-form-confirmation .csc-form-confirmation-false {
	float: left;
}

/*	sitemap	*/

.csc-sitemap ul {
	list-style: square outside none;
	padding-left: 3em;
}

.csc-menu-glossary {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 3em;
	margin-bottom: 1em;
}

.csc-menu-glossary li {}

.csc-menu-glossary .glossaryAbstract {
	display: block;
	margin-bottom: 3px;
	padding-left: 5px;
}

/*
.csc-menu-glossary dd {
	margin-bottom: 3px;
}
*/

/*	tables	*/

.contenttable td,
.contenttable th {
	padding: 2px;
}

.contenttable th {
	font-weight: bold;
}

/*	news	*/
.tx-ttaddress-pi1 .address {
	margin-top: 20px;
}

.tx-ttaddress-pi1 .address:first-child {
	margin-top: 0px;
}

.tx-ttaddress-pi1 .address h2 {
	display: none;
}

.tx-ttaddress-pi1 .address:first-child h2 {
	display: block;
}

/*
.address a.email,
.addresses a.email {
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}
*/

.addresses .additionalAddress {
	padding-top: 20px;
}

.addresses .additionalAddress:first-child {
	padding-top: 0px;
}

.addressDetailView h2 {
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: bold;
}

.addressDetailView .addressItem {
	background-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 2;
}

.addressDetailView  .addressItem .labelAddress {
	display: block;
	padding: 2px 5px;
	margin: -5px -5px 0 -5px;
	background-color: #cccccc;
	text-transform: uppercase;
	font-family: 'Droid Sans', arial, sans-serif;
	font-weight: bold;
}
.addressDetailView  .addressItem.image .fancybox,
.addressDetailView  .addressItem.image img {
	width: 100%;
}

.addressDetailView  .addressItem.image figcaption {
	line-height: 1.5;
}

/****************************/
/* 	media queries			*/
/****************************/

/*	width up to 990px	*/

@media only screen and (max-width:990px) {
	#mainMenu {
		padding-top: 5px;
	}

	#mainMenu ul a {
		height: 35px;
	}
}

body.start .offCanvasActive #content {
	padding-left: 10px;
	padding-right: 10px;
}

/*	width up to 860px	*/

@media only screen and (max-width:860px) {
	#subMenu,
	#content {
		padding-top: 25px;
	}

	body.start .columns > div.main,
	.columns > div.main {
		clear:both;
		width: 100%;
		margin: 3% 0;
	}

	body.start .columns > div.sidebar,
	.columns > div.sidebar {
		clear:both;
		width: 100%;
		margin: 3% 0;
	}

	body.start .offCanvasActive .columns > div.main,
	.offCanvasActive .columns > div.main,
	body.start .offCanvasActive .columns > div.sidebar,
	.offCanvasActive .columns > div.sidebar {
		width: 100%;
		padding-left: 0px;
	}

	.start .print,
	.print {
		display: block;
		clear: both;
		margin-right: 2%;
		text-align: right;
	}
}


/*	width up to 660px	*/

@media only screen and (max-width:660px) {
	.offCanvasActive .offCanvasHide {
		display: none;
	}

	#metaMenu > ul > li.zoom span.zoomNotice,
#metaMenu > ul > li.zoom div.zoomNotice {
		width: 50%;
		left: 25%;
	}

	#slider {
		display: none;
	}

	.noJQuery #mainMenu:hover > ul {
		display: block;
	}

	#mainMenu h3 {
		display: block;
		text-align:center;
		font-size: 2em;
		font-weight: bold;
		text-transform: uppercase;
		color: #515151;
		height: 35px;
		line-height: 35px;
		cursor: pointer;
		background: url("../images/bg/pf_down.png") no-repeat scroll 98.5% center transparent;
	}

	#mainMenu > ul {
		display: none;
	}

	#mainMenu > ul > li {
		width: 50%;
	}


	#mainMenu ul a {
		display: block;
		height: auto;
		padding-top: 5px;
	}

	#mainMenu ul a br{
		display: none;
		width: 0px;
	}

	#search #searchInput {
		width: 290px;
	}

	#subMenu {
		background: none;
		position: relative;
		z-index:100;
		width: 100%;
		padding-top: 5px;
	}

	.offCanvasActive #subMenu {
		display: none;
	}

	#subMenu h3  {
		cursor: pointer;
	}

	#subMenu h3 > span.notice {
		display: block;
	}

	#subMenu h3 > span.sr-hint.hide {
		display: none;
	}

	#subMenu > ul {
		display:none;
		background: #fff;
		position:absolute;
		top: 30px;
		left: 0px;
		z-index:500;
		max-width: 210px;
	}

	.noJQuery #subMenu:hover > ul {
		display: block;
	}

	body.start #content,
	#content {
		width: 98%;
		padding: 5px 1% 0 1%;
		margin: 0;
	}

	.offCanvasActive #content {
		width: 100%;
		padding: 5px 10px 0 10px;
		margin: 0;
	}

	/*
    .columns > div.main {
        float: left;
        width: 98%;
        margin: 0 1%;
    }

    .columns > div.sidebar {
        clear:both;
        width: 98%;
        margin: 3% 1%;
    }
    */
	footer {
		padding: 0 1%;
		padding-bottom: 20px;
	}

	#address,
	#service {
		width: 100%;
		padding: 1% 0;
	}

	div.copyright > span {
		width: 50%;
		float: left;
	}

	#quick_navigation {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		z-index: 100;
		background-color: grey;

	}

	#quick_navigation h2 {
		text-align: center;
	}

	#quick_navigation > ul{
		display: none;
		margin: 0 20%;
	}

	#quick_navigation a {
		color: #fff;
		text-decoration: none;
		padding: 3px;
		text-transform: uppercase;
		display: inline-block;
	}

	#quick_navigation > ul > li {
		float: left;
		width: 50%;
	}

	.noJQuery #quick_navigation:hover > ul {
		display:block;
	}

	.sr-hint.hide {
		display: none;
	}

	.newsJSON .imageHtml a {
		width: 50%;
	}
}

@media only screen and (max-width:380px) {
	.main div.csc-frame {
		width: 100%;
		float: none;
		margin: 0;
	}
}


/*	width up to 360px	*/

@media only screen and (max-width:360px) {
	#header {
		padding: 0;
	}

	#mainMenu > ul > li {
		display: block;
		clear: left;
		width: 100%;
	}

	#mainMenu ul a {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 5px;
	}

	#content {
		width: 100%;
	}

	.mobileContainer {
		width: 100%;
		padding: 0;
	}

	.offCanvasActive .mobileContainer {
		width: 100%;
		padding: 0;
	}

	.menuPage li {
		width: 100%;
		padding: 0 !important;
	}

	.menuPage li img {
		max-width: 98%;
	}
}
/*	change standard typo CSS	*/
FIGCAPTION.csc-textpic-caption {
	display: block;
}

.csc-textpic-imagewrap {
	display: block;
}


/*
@media only screen and (max-width: 660px) {
.contenttable thead:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .contenttable thead { zoom: 1; }
*:first-child+html .contenttable thead { zoom: 1; }
table.contenttable { width: 100%; border-collapse: collapse; border-spacing: 0; }

.contenttable th,
.contenttable td { margin: 0; vertical-align: top; }
.contenttable th { text-align: left; }
table.contenttable { display: block; position: relative; width: 100%; }
.contenttable thead { display: block; float: left; }
.contenttable tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.contenttable thead tr { display: block; }
.contenttable th { display: block; text-align: right; }
.contenttable tbody tr { display: inline-block; vertical-align: top; }
.contenttable td { display: block; min-height: 1.25em; text-align: left; }


*/
/* sort out borders */
/*
.contenttable th { border-bottom: 0; border-left: 0; }
.contenttable td { border-left: 0; border-right: 0; border-bottom: 0; }
.contenttable tbody tr { border-left: 1px solid #babcbf; }
.contenttable th:last-child,
.contenttable td:last-child { border-bottom: 1px solid #babcbf; }
}
*/



/****************************/
/*	offCanvasMenu			*/
/****************************/

#offCanvasMenu {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: -270px;
	/*left: 0px;*/
	height: 100%;
	overflow: hidden;
	overflow: auto;
	width: 270px;
	background-color: rgba(51,51,51,1);
	box-sizing: border-box;
	transition: left 0.5s ease-in-out;
}

#offCanvasMenu.open {
	left: 0px;
}

#offCanvasMenu,
#offCanvasMenu * {
	box-sizing: border-box;
	/*font-family: 'Droid Sans', sans-serif;*/
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
}

#offCanvasMenu .hr:before {
	display: block;
	content: " ";
	border-top: 1px solid #999999;
	margin: 20px 10px;
}

#offCanvasMenu #offCanvasMenuInner {
	overflow: auto;
	height: 100%;
	width: 100%;
	padding-bottom: 20px;
}

#offCanvasMenu li {
	position: relative;
	z-index: 10;
}

#offCanvasMenu a {
	font-size: 14px;
	color: #fff;
	display: block;
	background-image: none;
}

#offCanvasMenu .active > a,
#offCanvasMenu ul li a:hover {
	background-color: rgba(102,102,102,1);
}

#offCanvasMenu .toggleSubMenu {
	position: absolute;
	z-index: 20;
	right: 4px;
	/*top: 7px;*/
	top: 5px;
	padding: 0px !important;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	text-indent: -9999px;
	overflow:hidden;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0);
}

#offCanvasMenu .toggleSubMenu:before,
#offCanvasMenu .toggleSubMenu:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: opacity 1s linear;
	/*transition: opacity 1s linear, background-position 250ms linear;*/
	/*background: url(../images/bg/pf_down.png) center center no-repeat;*/
	/*background-position: center 0px;*/
	text-indent: 0px;
	font-size: 20px;
	line-height: 30px;
}

#offCanvasMenu .toggleSubMenu:hover:before,
#offCanvasMenu .toggleSubMenu:hover:after {
	color: #000;
	background-color: rgba(255,255,255,1);
	background: url(../images/bg/menuSprite.png) center 10px no-repeat rgba(255,255,255,1);
}

#offCanvasMenu .toggleSubMenu:before {
	background-color: rgba(102,102,102,0);
	opacity: 1;
	content: "";
	background: url(../images/bg/menuSprite.png) center -63px no-repeat rgba(102,102,102,0);
}

#offCanvasMenu .toggleSubMenu:after {
	background-color: rgba(255,255,255,1);
	opacity: 0;
	/*transform: rotate(180deg);
	transform-origin: 50% 50%;*/
	content: "";
	color: #000;
	background: url(../images/bg/menuSprite.png) center 10px no-repeat rgba(255,255,255,1);
}

#offCanvasMenu .active > .toggleSubMenu:before {
	opacity: 0;
	/*background-position: center 25px;*/
}

#offCanvasMenu .active > .toggleSubMenu:after {
	opacity: 1;
	/*background-position: center 25px;*/
	/*animation: spin 1s linear;*/
	background: url(../images/bg/menuSprite.png) center -30px no-repeat rgba(255,255,255,1);
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}

#offCanvasMenu .sub {
	display: none;
	/*max-height: 0px;
	overflow: hidden;*/
	/*transition: max-height 2s ease-in;*/
}

#offCanvasMenu .active > .sub {
	display: block;
	/*max-height: 100%;*/
}

#offCanvasMenu ul li a {
	padding: 8px 35px 8px 10px;
	font-size: 16px;
}

#offCanvasMenu ul li ul li a {
	padding-left: 20px;
	font-size: 15px;
}

#offCanvasMenu ul li ul li ul li a {
	padding-left: 30px;
	font-size: 14px;
}

#offCanvasMenu ul li ul li ul li ul li a {
	padding-left: 40px;
}

#offCanvasMenu ul li ul li ul li ul li ul li a {
	padding-left: 50px;
}

#offCanvasMenu .offCanvasMeta a {
	color: #999999;
	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
}

#offCanvasMenu .offCanvasMeta a:hover {
	color: #fff;
}

#offCanvasMenu .offCanvasNav a {
	font-size: 20px;
}

#offCanvasMenu .offCanvasClose {
	cursor: pointer;
	padding-left: 40px;
	background-image: url(../images/bg/closeOffcanvas.png);
	background-repeat: no-repeat;
	background-position: 10px -38px;
	text-transform: uppercase;
	color: #999999;
}

#offCanvasMenu .offCanvasClose:hover {
	background-position: 10px 12px;
	color: #fff;
}

.toggleOffCanvas {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/bg/burger.png) center 5px no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	margin-top: 23px;
}

.toggleOffCanvas:hover {
	background-position: center -45px;
}

#langMenu {
	padding: 20px 20px;
	border-bottom: solid 1px #ededed;
}

#langMenu ul:after{
	display: table;
	content: " ";
	clear: both;
}

#langMenu ul li {
	float: left;
	margin-right: 20px;
}

#langMenu a {
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #515151;
	font-size: 15px;
}

#langMenu .active a {
	font-style: italic;
}

#langMenu .lang_13 a {
	font-size: 17px;
}

#offCanvasMenu .lang_13 a {
	font-size: 19px;
}

#langMenu a:before {
	content: " ";
	background-color: #000;
	display: block;
	width: 20px;
	height: 13px;
	background-image: url(../images/bg/lang_mask.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

#langMenu .lang_1 a:before {
	background-color: rgba(194,14,26,1);
}

#langMenu .lang_6 a:before {
	background-color: rgba(157,19,44,1);
}

#langMenu .lang_5 a:before {
	background-color: rgba(0,153,162,1);
}

#langMenu .lang_8 a:before {
	background-color: rgba(90,40,127,1);
}

#langMenu .lang_9 a:before {
	background-color: rgba(196,0,122,1);
}

#langMenu .lang_7 a:before {
	background-color: rgba(231,175,25,1);
}

#langMenu .lang_4 a:before {
	background-color: rgba(0,157,224,1);
}

#langMenu .lang_10 a:before {
	background-color: rgba(31,93,166,1);
}

#langMenu .lang_3 a:before {
	background-color: rgba(220,200,34,1);
}

#langMenu .lang_11 a:before {
	background-color: rgba(162,192,55,1);
}

#langMenu .lang_2 a:before {
	background-color: rgba(214,125,49,1);
}

#langMenu .lang_12 a:before {
	background-color: rgba(42,140,70,1);
}

#langMenu .lang_13 a:before {
	background-color: rgba(177,141,44,1);
}

/** Extension heilbronn plugins **/

/* Addresses */

.addressGroup {
	margin-bottom: 1.5em;
}

.addressGroup h3 {
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

.streets .abc input[type=radio] {
	display: none;
}

.streets .abc input[type=radio]+label {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #BBB;
	background: #EFEFEF;
	cursor: pointer;
}

.streets .abc input[type=radio].all+label {
	width: 47px;
}

.streets .abc input[type=radio]:checked+label {
	border: 1px solid #01AAED;
	background: #DBF0F8;
	color: #01AAED;
}

/* Projects */

.indicator {
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

.indicator.new {
	display: inline-block;
	background-color: #d4001c;
}

.indicator.updated {
	display: inline-block;
	background-color: #0000ff;
}

.projectsLabels {
	text-align: right;
}

.projectsLabels span {
	margin-right: 5px;
	margin-left: 10px;
	font-weight: bold;
	font-family:'Droid Sans', arial, sans-serif;
}

.projectsHeader,
.projectsItem:nth-of-type(even) {
	background-color: #f5f5f5;
}

.projectsHeader div,
.projectsItem div {
	padding-top: 10px;
	padding-bottom: 10px;
}


.hnForm .field {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hnForm .field .value {
	display: inline-block;
	margin-top: 25px;
}

.hnForm .field input[type="button"],
.hnForm .field input[type="reset"],
.hnForm .field input[type="submit"],
.hnForm .field button
{
	padding: 2px 15px;
	height: 30px;
	text-align: center;
	background-color: #EDEDED;
	border: 1px solid #9D9D9C;
	cursor: pointer;
}

.hnForm .field input[type="date"],
.hnForm .field input[type="datetime"],
.hnForm .field input[type="datetime-local"],
.hnForm .field input[type="email"],
.hnForm .field input[type="month"],
.hnForm .field input[type="number"],
.hnForm .field input[type="password"],
.hnForm .field input[type="search"],
.hnForm .field input[type="text"],
.hnForm .field input[type="time"],
.hnForm .field input[type="url"],
.hnForm .field input[type="week"],
.hnForm .field select,
.hnForm .field textarea
{
	height: 30px;
	padding: 0 5px;
	background-color: #EDEDED;
	border: none;
	outline: none;

	color: #000;
}
.frame-type-form_formframework {
	margin-bottom: 15px;
}
.frame-type-form_formframework .form-navigation .btn-group {
	margin-left: auto;
}

.frame-type-form_formframework .btn-primary {
	background-color: #515151;
	border-color: #515151;
}
.frame-type-form_formframework .btn-primary:hover {
	background-color: #848484;
	border-color: #848484;
}

.frame-type-form_formframework legend {
	font-weight: 600;
}
.frame-type-form_formframework textarea {
	resize: vertical;
	height: 150px;
}
.frame-type-form_formframework .form-group input[type="checkbox"] + span:before,
.frame-type-form_formframework .form-group input[type="radio"] + span:before {
	content: ' ';
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #EDEDED;
	margin-right: 5px;
}
.frame-type-form_formframework .form-group input[type="checkbox"] + span,
.frame-type-form_formframework .form-group input[type="radio"] + span {
	display: block;
	min-height: 20px;
	margin: 5px 0 5px 15px;
}
.frame-type-form_formframework .form-group input[type="checkbox"] + span,
.frame-type-form_formframework .form-group input[type="radio"] + span {
	display: inline-block;
	width: calc(100% - 25px);
}
.frame-type-form_formframework .form-group input[type="checkbox"]:checked + span:before,
.frame-type-form_formframework .form-group input[type="radio"]:checked + span:before {
	width: 20px;
	height: 20px;
	background: #9D9D9C;
	border: 3px solid #EDEDED;
}
.frame-type-form_formframework .form-group input[type="radio"] + span:before {
	border-radius: 10px;
}
.frame-type-form_formframework .form-group input[type="checkbox"],
.frame-type-form_formframework .form-group input[type="radio"] {
	position: absolute;
	left: 5px;
	top: 5px;
	margin-left: 0;
}
.frame-type-form_formframework .form-group input[type="checkbox"]:focus + span:before,
.frame-type-form_formframework .form-group input[type="radio"]:focus + span:before {
	outline: 1px dashed #CCC;
}

.hnForm .field input[type="checkbox"] + label:before,
.hnForm .field input[type="radio"] + label:before {
	content: ' ';
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #EDEDED;
	margin-right: 5px;
}
.hnForm .field input[type="checkbox"] + label,
.hnForm .field input[type="radio"] + label {
	display: block;
	min-height: 20px;
	margin: 5px 0 5px 25px;
}
.hnForm .field input[type="checkbox"] + label > span,
.hnForm .field input[type="radio"] + label > span {
	display: inline-block;
	width: calc(100% - 25px);
}
.hnForm .field input[type="checkbox"] + label,
.hnForm .field input[type="radio"] + label {
	display: inline-block;
	width: calc(100% - 25px);
}
.hnForm .field input[type="checkbox"]:checked + label:before,
.hnForm .field input[type="radio"]:checked + label:before {
	width: 20px;
	height: 20px;
	background: #9D9D9C;
	border: 3px solid #EDEDED;
}
.hnForm .field input[type="radio"] + label:before {
	border-radius: 10px;
}
.hnForm .field input[type="checkbox"],
.hnForm .field input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: -9999px;
}
.hnForm .field input[type="checkbox"]:focus + label:before,
.hnForm .field input[type="radio"]:focus + label:before {
	outline: 1px dashed #CCC;
}
.hnForm .field textarea
{
	font-family: inherit;
	font-size: inherit;
	height: auto;
	padding: 10px 5px;
}

.hnForm .field input::-webkit-input-placeholder,
.hnForm .field textarea::-webkit-input-placeholder
{
	color: #515151;
}
.hnForm .field input::-moz-placeholder,
.hnForm .field textarea::-moz-placeholder
{
	color: #515151;
}
.hnForm .field input:-ms-input-placeholder,
.hnForm .field textarea:-ms-input-placeholder
{
	color: #515151;
}
.hnForm .field input:placeholder-shown,
.hnForm .field textarea:placeholder-shown
{
	color: #515151;
}

.hnForm .field .styledInput {
	position: relative;
}

.hnForm .field .styledInput.select:after
{
	content: '▼';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-color: #9D9D9C;

	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFF;

	pointer-events: none;
}
.hnForm .field .styledInput.select:hover:after
{
	background-color: #000;
}

.hnForm .field .styledInput > input,
.hnForm .field .styledInput > select,
.hnForm .field .styledInput > textarea
{
	width: 100%;
}
.hnForm .field .styledInput > select
{
	cursor: pointer;
}

/*	workaround for lightbox box-sizing	*/

div#fancybox-wrap, div#fancybox-wrap * {
	box-sizing: content-box;
}


/* POWERMAIL */

/* POWERMAIL port/default */
.tx-powermail {
	width: 640px;
	color: #444
}

.tx-powermail .clear {
	clear: both
}

.tx-powermail * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tx-powermail *.hide {
	display: none
}

.tx-powermail .powermail_fieldset {
	clear: left;
	border: 1px solid #bbb;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #eee
}

.tx-powermail .powermail_fieldset .powermail_legend {
	color: #bbb;
	float: right;
	margin: 3px 0 10px 0;
	font-size: 200%;
	white-space: normal
}

.tx-powermail .powermail_fieldset .powermail_label {
	display: block;
	width: 200px;
	float: left;
	clear: left;
	font-weight: bold
}

.tx-powermail .powermail_fieldset .powermail_label[title] {
	cursor: help
}

.tx-powermail .powermail_fieldset .powermail_label[title]:after {
	content: 'i';
	display: inline-block;
	border-radius: 100px;
	height: 16px;
	width: 16px;
	background-color: #aaa;
	margin: 0 0 0 2px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: white;
	font-family: arial;
	font-weight: bold
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""] {
	cursor: inherit
}

.tx-powermail .powermail_fieldset .powermail_label[title][title=""]:after {
	display: none
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap {
	margin: 0 0 0.5em 0;
	clear: both;
	overflow: hidden
}

.tx-powermail .powermail_fieldset .powermail_field {
	width: 400px;
	padding: 5px;
	margin: 0;
	border: 1px solid #bbb;
	color: #444;
	float: right;
	font-size: inherit
}

.tx-powermail .powermail_fieldset .powermail_field.powermail_submit,.tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
	margin: 5px 0 0 0;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background-color: #1E5799;
	border: 1px solid #eee
}

.tx-powermail .powermail_fieldset .powermail_field.powermail_reset {
	background-color: #FFCA4B
}

.tx-powermail .powermail_fieldset .powermail_field.powermail_captcha {
	width: 100%
}

.tx-powermail .powermail_fieldset .powermail_captchaimage {
	width: 100%;
	margin-top: 10px
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_radio legend,.tx-powermail .powermail_fieldset .powermail_fieldwrap_check legend {
	padding: 0
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_radio fieldset,.tx-powermail .powermail_fieldset .powermail_fieldwrap_check fieldset {
	border: 0;
	padding: 0;
	margin: 0
}

.tx-powermail .powermail_fieldset .powermail_radio_outer,.tx-powermail .powermail_fieldset .powermail_captcha_outer,.tx-powermail .powermail_fieldset .powermail_check_outer,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
	background-color: white;
	border: 1px solid #bbb;
	float: right;
	padding: 3px;
	width: 400px;
	list-style: none;
	margin: 0
}

.tx-powermail .powermail_fieldset .powermail_radio_outer>li,.tx-powermail .powermail_fieldset .powermail_captcha_outer>li,.tx-powermail .powermail_fieldset .powermail_check_outer>li,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text>li,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)>li {
	margin: 5px
}

.tx-powermail .powermail_fieldset .powermail_radio_outer>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_captcha_outer>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_check_outer>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text>li .deleteAllFiles,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)>li .deleteAllFiles {
	color: #bbb;
	cursor: pointer
}

.tx-powermail .powermail_fieldset .powermail_radio_outer>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_captcha_outer>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_check_outer>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_fieldwrap_text>li .deleteAllFiles:hover,.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)>li .deleteAllFiles:hover {
	text-decoration: underline
}

.tx-powermail .powermail_fieldset .parsley-errors-list {
	display: none;
	margin: 5px 0 20px 0;
	padding: 0;
	list-style-type: none;
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
	width: 400px;
	float: right;
	clear: left
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
	display: block
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li {
	color: #A94442;
	padding: 5px 10px
}

.tx-powermail .powermail_fieldset .powermail_field_error,.tx-powermail .powermail_fieldset .parsley-error,.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,.tx-powermail .powermail_fieldset div.error {
	background-color: #EBCCD1;
	/*border: 1px solid #A94442;*/
	color: #A94442
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
	width: 100%;
	margin-bottom: 0;
	background-color: #EBCCD1;
	border: none
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li {
	padding-left: 5px
}

.tx-powermail .powermail_create,.tx-powermail .powermail_confirmation {
	border: 1px solid #bbb;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #eee;
	overflow: hidden
}

.tx-powermail .powermail_create .powermail_confirmation_submit,.tx-powermail .powermail_create .powermail_confirmation_form,.tx-powermail .powermail_confirmation .powermail_confirmation_submit,.tx-powermail .powermail_confirmation .powermail_confirmation_form {
	margin: 20px 0 0 0;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	float: right;
	background-color: #1E5799;
	border: 1px solid #eee
}

.tx-powermail .powermail_create .powermail_confirmation_form,.tx-powermail .powermail_confirmation .powermail_confirmation_form {
	float: left;
	clear: left;
	background-color: #bbb
}

.tx-powermail .powermail_progressbar {
	width: 400px;
	height: 5px;
	float: right;
	border: 1px solid #EEEEEE;
	clear: both
}

.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)
}

.tx-powermail .powermail_confirmation .powermail_progressbar {
	width: 100%
}

.tx-powermail .powermail_all>dt {
	width: 200px;
	float: left;
	clear: left;
	font-weight: bold
}

.tx-powermail .powermail_all>dd {
	width: 400px;
	float: left;
	margin: 0
}

.tx-powermail .powermail_message {
	padding: 5px 0 10px 20px;
	min-height: 65px;
	background-color: #EBCCD1;
	border: 1px solid #A94442;
	background-position: 98% 10px;
	background-repeat: no-repeat;
	list-style: circle
}

.tx-powermail .powermail_message li {
	padding: 5px 50px 0 0
}

.tx-powermail .powermail_message.powermail_message_ok {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
	background-color: #CDEACA;
	border: 1px solid #3B7826
}

.tx-powermail .powermail_message.powermail_message_ok li {
	color: #3B7826
}

.tx-powermail .powermail_message.powermail_message_error {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png")
}

.tx-powermail .powermail_message.powermail_message_error li {
	color: #A94442
}

.tx-powermail .powermail_message.powermail_message_note {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
	background-color: #FCF8E3;
	border: 1px solid #FFCA4B
}

.tx-powermail .powermail_message.powermail_message_note li {
	color: #FFCA4B
}

.tx-powermail .powermail_tabmenu {
	list-style: none;
	margin: 0;
	padding: 0
}

.tx-powermail .powermail_tabmenu>li {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background: #eee;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	color: #aaa
}

.tx-powermail .powermail_tabmenu>li.act {
	color: #444
}

.tx-powermail .powermail_tabmenu>li.parsley-error {
	background-color: #EBCCD1
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation {
	margin-top: 2em
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
	background-color: #aaa;
	display: inline-block;
	padding: 5px 30px;
	text-decoration: none;
	color: white;
	border: 1px solid #bbb;
	font-weight: bold
}

.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
	background-color: #1E5799;
	float: right
}

.tx-powermail .powermail_form.nolabel>h3 {
	display: none
}

.tx-powermail .powermail_fieldset.nolabel>legend {
	display: none
}

.tx-powermail .powermail_fieldwrap.nolabel>label {
	display: none
}

.tx-powermail .powermail_fieldwrap.nolabel>fieldset>legend {
	display: none
}

@-webkit-keyframes progress {
	from {
	}

	to {
		width: 100%
	}
}

@-moz-keyframes progress {
	from {
	}

	to {
		width: 100%
	}
}

@-ms-keyframes progress {
	to {
		width: 100%
	}
}

@keyframes progress {
	from {
	}

	to {
		width: 100%
	}
}

.powermail_frontend {
	clear: left;
	margin: 0 0 20px 0;
	background: #eee;
	overflow: auto
}

.powermail_frontend table.powermail_frontend_list {
	width: 100%;
	font-size: 0.8em;
	border: 1px solid #444;
	margin-top: 15px;
	border-spacing: 0;
	border-collapse: separate
}

.powermail_frontend table.powermail_frontend_list tr th {
	color: white;
	font-weight: bold;
	padding: 7px 3px;
	text-align: left;
	background: #444
}

.powermail_frontend table.powermail_frontend_list tr td {
	padding: 3px
}

.powermail_frontend table.powermail_frontend_list tr:nth-child(even) {
	background: #bbb
}

.powermail_frontend .powermail_frontend_filter {
	background: #bbb;
	padding: 10px 0
}

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container {
	padding: 5px 10px;
	clear: both
}

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container label {
	float: left;
	display: block;
	width: 200px;
	padding-top: 3px
}

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container input {
	width: 400px;
	padding: 5px;
	float: right;
	border: none
}

.powermail_frontend .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit {
	color: white;
	cursor: pointer;
	background: #1E5799;
	clear: both
}

.powermail_frontend .powermail_frontend_abc,.powermail_frontend .powermail_frontend_export {
	width: 600px;
	margin: 10px 0
}

.powermail_frontend .powermail_frontend_abc .powermail_frontend_abc_inner,.powermail_frontend .powermail_frontend_abc .powermail_frontend_export_inner,.powermail_frontend .powermail_frontend_export .powermail_frontend_abc_inner,.powermail_frontend .powermail_frontend_export .powermail_frontend_export_inner {
	margin: 0 10px
}

.powermail_frontend .powermail_frontend_abc .powermail_frontend_abc_inner span.abc,.powermail_frontend .powermail_frontend_abc .powermail_frontend_abc_inner span.abc a,.powermail_frontend .powermail_frontend_abc .powermail_frontend_export_inner span.abc,.powermail_frontend .powermail_frontend_abc .powermail_frontend_export_inner span.abc a,.powermail_frontend .powermail_frontend_export .powermail_frontend_abc_inner span.abc,.powermail_frontend .powermail_frontend_export .powermail_frontend_abc_inner span.abc a,.powermail_frontend .powermail_frontend_export .powermail_frontend_export_inner span.abc,.powermail_frontend .powermail_frontend_export .powermail_frontend_export_inner span.abc a {
	font-weight: bold;
	text-decoration: none
}

.powermail_frontend .powermail_frontend_export {
	width: 640px
}

.powermail_frontend .powermail_frontend_export input {
	width: 17px;
	height: 16px;
	padding-top: 2px;
	cursor: pointer;
	text-indent: -99999px;
	border: 0;
	background-repeat: no-repeat;
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif")
}

.powermail_frontend .powermail_frontend_export input.export_icon_xls {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif")
}

.powermail_frontend .powermail_frontend_export .powermail_frontend_export_icon {
	float: right;
	padding-top: 5px;
	margin-left: 5px;
	height: 19px
}

.powermail_frontend dl {
	clear: both;
	padding: 5px 10px
}

.powermail_frontend dl dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: left;
	margin-right: 10px
}

.powermail_frontend dl dd {
	float: left
}

.powermail_frontend .powermail_frontend_back {
	margin: 10px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #bbb;
	border: 1px solid #eee;
	color: white;
	text-decoration: none
}

.xdsoft_datetimepicker {
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.506);
	background: white;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none
}

.xdsoft_datetimepicker button {
	border: none !important
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.xdsoft_noselect::selection {
	background: transparent
}

.xdsoft_noselect::-moz-selection {
	background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker {
	display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center
}

.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==")
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0px
}

.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0px;
	margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0px 0px
}

.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0px;
	margin-bottom: 7px;
	margin-top: 0px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #eee
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: white;
	border-top: 1px solid #eee;
	color: #444;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0px;
	height: 25px;
	line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
	border-top-width: 0px
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover {
	text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
	right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
	right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #fff;
	background: #A94442
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
	padding: 2px 10px 2px 5px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0px 1px 3px 0px inset;
	color: #fff;
	font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 90px;
	text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
	width: 56px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
	padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #F1F1F1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #1E5799
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0px 1px 3px 0px inset;
	color: #fff;
	font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
	opacity: 0.5
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #fff !important;
	background: #A94442 !important;
	box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #aaa !important
}

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px
}

.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	cursor: pointer
}

.xdsoft_scroller_box {
	position: relative
}


/* POWERMAIL custom */
.tx-powermail {
	width: 100%;
}
.tx-powermail textarea {
	resize: none;
}
.tx-powermail .powermail_fieldset {
	border:none;
	background: transparent;
}
.tx-powermail .powermail_fieldset .powermail_field,
.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
	width: 100%;
	max-width: 400px;
	border:0;
	outline:0;
}

.tx-powermail input[type="email"],
.tx-powermail input[type="text"],
.tx-powermail textarea {
	width: 100%;
	border:0;
	outline:0;
}

.powermail_fieldset select,
.tx-powermail textarea,
.tx-powermail input[type="email"],
.tx-powermail input[type="text"] {
	background-color: #EDEDED;
}
.powermail_fieldset select,
.tx-powermail input[type="email"],
.tx-powermail input[type="text"] {
	height: 30px;
}
.tx-powermail .field input[type="checkbox"] + span,
.tx-powermail .field input[type="radio"] + span {
	display: block;
	min-height: 20px;
	margin: 5px 0 5px 25px;
}
.tx-powermail input[type="checkbox"] + span,
.tx-powermail input[type="radio"] + span {
	position: relative;
	display: inline-block;
	width: calc(100% - 25px);
	padding: 6px 0 6px 27px;
}
.tx-powermail input[type="checkbox"] + span:before,
.tx-powermail input[type="radio"] + span:before {
	content:"";
	display:inline-block;
	position: absolute;
	top: 5px;
	left:0;
	width: 20px;
	height: 20px;
	background: #EDEDED;
}
.tx-powermail input[type="checkbox"]:checked + span:before,
.tx-powermail input[type="radio"]:checked + span:before {
	background: red;
	border: 3px solid #EDEDED;
}
.tx-powermail input[type="radio"] + span:before {
	border-radius: 10px;
}
.tx-powermail input[type="checkbox"],
.tx-powermail input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: -9999px;
}
.tx-powermail input[type="checkbox"]:focus + span:before,
.tx-powermail input[type="radio"]:focus + span:before {
	outline: 1px dashed #CCC;
}
.tx-powermail .powermail_fieldwrap_select {
	position: relative;
}
.tx-powermail .powermail_fieldwrap_select::after {
	content: '▼';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-color: #9D9D9C;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	pointer-events: none;
	display:block;
}
.tx-powermail .powermail_fieldwrap_select:hover::after {
	background-color: #d5001c;
}
.tx-powermail .powermail_fieldset .powermail_field .powermail_reset,
.tx-powermail .powermail_fieldset .powermail_field .powermail_submit {
	padding: 2px 15px;
	height: 30px;
	text-align: center;
	background-color: #EDEDED;
	border: 1px solid #9D9D9C;
	cursor: pointer;
	font-weight: normal;
	color: rgb(81, 81, 81);
	width: 100%;
}
.tx-powermail .powermail_captcha_outer .captcha_text {
	display: inline-block;
	line-height: 30px;
}
@media only screen and (max-width:890px) {
	.tx-powermail .powermail_fieldset .powermail_field,
	.tx-powermail .powermail_fieldset .parsley-errors-list,
	.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
		float:left;
		max-width: 600px;
	}
	.tx-powermail .powermail_fieldwrap_select::after {
		top: 18px;
	}
}


/**
  * Citizen Service
 */
.offCanvasActive .citizenServiceContent.imageOverview .main,
.citizenServiceContent.imageOverview .main {
	width: 100%;
}

.citizenServiceContent.imageOverview .subCategories li {
	float: left;
	width: 50%;
	padding-right: 2%;
	margin-bottom: 20px;
}

.citizenServiceContent.imageOverview .subCategories li.even {
	float: right;
	padding-right: 0;
	padding-left: 2%;
}

.citizenServiceContent.imageOverview .subCategories li.even:after {
	content: ' ';
	display: block;
	clear: both;
}

.citizenServiceContent.imageOverview .subCategories li span {
	display: block;
	margin-bottom: 5px;
}

.citizenServiceContent.imageOverview .subCategories li span.title {
	font-weight: bold;
}

.citizenServiceContent.imageOverview .subCategories li span.description {
	color: #515151;
}

.citizenServiceContent .quicksearch {
	position: relative;
}

.citizenServiceContent .quicksearch #quicksearchResults {
	width: 100%;
	border: 5px solid #EDEDED;
	border-top: none;
	background: #FFF;
	padding: 10px;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 30px;
}


#online-mietspiegel {
	position: relative;
	width: 100%;
	height: 0;
}

#online-mietspiegel iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

/*	calendar	*/
.newsCalendar .form-group {
	margin-bottom: 15px;
}

.newsCalendar .form-group label {
	width: 20%;
	display: inline-block;
}

.newsCalendar .eventNewsCheck {
	margin-bottom: 15px;
}

.newsCalendar .eventNewsCheck ul {
	padding-left: 15px;
}

.newsCalendar .table {
	width: 100%;
	margin-top: 15px;
	max-width: 600px;
}

.newsCalendar .table th,
.newsCalendar .table td {
	border: 1px solid #ededed;
	padding: 10px;
}

.newsCalendar .table .days > th {
	min-width: 14%;
}

.newsCalendar .table .pager > li {
	display: inline-block;
}

.newsCalendar .eventItem {
	background-color:#01aaed;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	position: relative;
	z-index: 10;
	margin-bottom: 5px
}

.newsCalendar .eventInfo {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	background-color: #fff;
	border: 2px solid #ededed;
	padding: 5px;
	border-radius: 5px;
}

.newsCalendar .eventItem:hover .eventInfo {
	display: block;
}

.newsCalendar .calendarList {
	padding-top: 15px;
}

.newsCalendar .calendarList .header,
.newsCalendar .calendarList .even > div,
.newsCalendar .calendarList .odd > div {
	padding: 10px;
}

.eventInformation {
	margin-bottom: 20px;
}

.newsCalendar .calendarList .even > div {
	background-color: #ededed;
}

.carpark .parkIcon {
	border: none;
}

.carpark .carparkContent > div:first-child:after {
	content: " ";
	display: table;
	clear: both;
}

/*
.carpark .carparkIcon,
.carpark .carparkLocation {
	float: left;
}

.carpark .carparkLocation {
	padding-left: 20px;
}
*/

div[id$="video"].video-js-box {
	max-width: 100%;
	height: auto !important;
}
.frame-type-form_formframework .form-check {
	position: relative;
}
.frame-type-form_formframework {
	margin-bottom: 15px;
}
.frame-type-form_formframework .form-navigation .btn-group {
	margin-left: auto;
}

.frame-type-form_formframework .btn-primary {
	background-color: #515151;
	border-color: #515151;
}
.frame-type-form_formframework .btn-primary:hover {
	background-color: #848484;
	border-color: #848484;
}

.frame-type-form_formframework legend {
	font-weight: 600;
	margin-bottom: 8px;
}
.frame-type-form_formframework .form-group input[type="checkbox"] + span:before,
.frame-type-form_formframework .form-group input[type="radio"] + span:before {
	content: ' ';
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #EDEDED;
	margin-right: 5px;
}
.frame-type-form_formframework .form-group input[type="checkbox"] + span,
.frame-type-form_formframework .form-group input[type="radio"] + span {
	display: inline-block;
	width: calc(100% - 25px);
	min-height: 20px;
	margin: 5px 0 5px 25px;
}
.frame-type-form_formframework .form-group input[type="checkbox"]:checked + span:before,
.frame-type-form_formframework .form-group input[type="radio"]:checked + span:before {
	width: 20px;
	height: 20px;
	background: #9D9D9C;
	border: 3px solid #EDEDED;
}
.frame-type-form_formframework .form-group input[type="radio"] + span:before {
	border-radius: 10px;
}
.frame-type-form_formframework .form-group input[type="checkbox"],
.frame-type-form_formframework .form-group input[type="radio"] {
	position: absolute;
	left: 5px;
	top: 5px;
	margin-left: 0;
}
.frame-type-form_formframework .form-group input[type="checkbox"]:focus + span:before,
.frame-type-form_formframework .form-group input[type="radio"]:focus + span:before {
	outline: 1px dashed #CCC;
}
.frame-type-form_formframework  .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.frame-type-form_formframework .form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.frame-type-form_formframework .col-lg-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 992px) {
	.frame-type-form_formframework  .col-lg-6 {
		width: 50%;
	}
}
.frame-type-form_formframework .btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.frame-type-form_formframework .btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.frame-type-form_formframework .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.frame-type-form_formframework .btn-primary {
	color: #fff;
	background-color: #515151;
	border-color: #515151;
}
.frame-type-form_formframework .form-group {
	margin-bottom: 1rem;
}
.frame-type-form_formframework .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.frame-type-form_formframework .form-group textarea.form-control {
	resize: vertical;
	height: 100px;
}
.frame-type-form_formframework {
	overflow: hidden;
}
.frame-type-form_formframework form {
	padding: 0 15px;
	margin: 0 -15px;
}
@media only screen and (min-width: 660px) and (max-width: 1025px) {
	.frame-type-form_formframework form {
		padding-right: 25px;
	}
}
.frame-type-form_formframework input:disabled {
	background-color: #eaeaea;
}
.frame-type-form_formframework .form-control.error {
	border: 2px solid #ff0000;
}

.source-serif {
	font-family: "Source Serif Pro";
}

@media only screen and (min-width: 660px){
	p.two-columns,
	span.two-columns {
		column-count: 2;
		column-gap: 20px;
		column-rule-style: hidden;
	}
}