/* ==========================================================================
   Content frames
   ========================================================================== */
.csc-frame-60 {
	margin-top: -50px;
}

.csc-frame-70 {
	border: 1px solid #ebebeb;
	padding: 15px 22px;
	background: #FFF;
	-webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px -3px rgba(0,0,0,0.1);
	margin-bottom: 44px;
}

.csc-frame-70 p {
	margin-bottom: 20px;
}

/* ==========================================================================
   Columns
   ========================================================================== */


.large-12.header-column.columns {
	margin-bottom:40px;
}

.large-12.header-column.columns .csc-header-n1{
	width:690px;
	margin:auto;
}

.first-column .csc-default {
	margin-right: 45px;
}

.middle-column .csc-default {
	margin-left: 45px;
}

.column-33 .csc-default {
    padding-left: 60px;
    margin-left: 110px;
    float: left;
    border-left:1px solid #d2d2d2;
}

#c1310 .column-33 .csc-default {
	padding-left: 30px;
    margin-left: 80px;
}

.last-column .csc-default {
    padding-left: 60px;
    margin-left: 110px;
    float: left;
    border-left:1px solid #d2d2d2;
}

.column-20 {
	width: 20%;
}

.column-20.column-1 {padding-right: 20px;}
.column-20.column-2 {padding-right: 20px;}
.column-20.column-3 {padding-right: 20px;}
.column-20.column-4 {padding-right: 20px;}
.column-20.column-5 {padding-left: 20px;}

/*.column-33.column-1 {padding-right: 20px;}
.column-33.column-2 {padding-right: 20px;}
.column-33.column-3 {padding-left: 20px;}*/


.column-25 {
	width: 25%;
}

.column-33 {
	width: 33.333%;
	position: relative;
}

.column-66 {
	width: 66.666%;
}

.column-50 {
	width: 50%;
}

.column-50.column-1,
.column-66.column-1 {
	padding-right: 20px;
}

.column-25.column-1 {
	padding-right: 18px;
}

.column-25.column-2 {
	padding-left: 6px;
	padding-right: 12px;
}

.column-25.column-3 {
	padding-left: 12px;
	padding-right: 6px;
}

.column-25.column-4 {
	padding-left: 18px;
}

.border-box {
	border-radius: 6px;
	border: 1px solid #808b9f;
	padding: 25px 30px 2px;
	margin-bottom: 50px;
}

/* ==========================================================================
   NiceScroll
   ========================================================================== */
.scroll-box {
	height: 530px;
	padding-right: 41px;
	margin-bottom: 54px;
}

.nicescroll-rails {
	background: #e6e8eb;
	border-radius: 5px;
}

.nicescroll-rails .article.last {
	margin: 0;
}

/* ==========================================================================
   Contenttable
   ========================================================================== */
.contenttable {
	background: none repeat scroll 0 0 #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #F19425;
	margin-bottom: 1.25em;
	width: 100%;
}

.contenttable thead,
.contenttable tfoot {
	background: none repeat scroll 0 0 #F5F5F5;
	font-weight: bold;
}

.contenttable tr th,
.contenttable tr td {
	background: #fcead3;
	color: #595959;
	padding: 0.5625em 0.625em;
}

.contenttable thead tr th,
.contenttable thead tr td,
.contenttable tfoot tr th,
.contenttable tfoot tr td {
	color: #595959;
	padding: 0.5em 0.625em 0.625em;
	text-align: left;
}

.contenttable thead tr th {
	color: #F19425;
}

.contenttable thead tr th,
.contenttable tfoot tr th,
.contenttable tbody tr td,
.contenttable tr td,
.contenttable tfoot tr td {
	display: table-cell;
	line-height: 1.6em;
}

.contenttable tbody tr td {
	border-top: 1px solid #F19425;
}


/* ==========================================================================
   Ansprechpartner
   ========================================================================== */

.columns.contact-person{
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 15px;
    width: 48%;
}

/* ==========================================================================
   Form
   ========================================================================== */

.csc-mailform {
	margin-bottom: 20px;
}

.csc-mailform ol {
	list-style: none;
}

.csc-mailform .csc-form-element {
	position: relative;
}

div.csc-mailform fieldset li {
	padding: 0;
}

.csc-mailform .csc-form-element-textline {
	margin-bottom: 15px;
}

.csc-mailform .csc-form-element-textline:before,
.csc-mailform .csc-form-element-textarea:before,
.csc-mailform .csc-form-element-submit:before,
.csc-mailform .csc-form-element-select:before,
.csc-mailform .csc-form-element-checkbox:before,
.csc-mailform .csc-form-element-textline:after,
.csc-mailform .csc-form-element-textarea:after,
.csc-mailform .csc-form-element-submit:after,
.csc-mailform .csc-form-element-select:after,
.csc-mailform .csc-form-element-checkbox:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.csc-mailform .csc-form-element-textline:after,
.csc-mailform .csc-form-element-textarea:after,
.csc-mailform .csc-form-element-submit:after,
.csc-mailform .csc-form-element-select:after,
.csc-mailform .csc-form-element-checkbox:after {
    clear: both;
}

.csc-mailform .csc-form-element-textline,
.csc-mailform .csc-form-element-textarea,
.csc-mailform .csc-form-element-submit,
.csc-mailform .csc-form-element-select,
.csc-mailform .csc-form-element-checkbox {
    *zoom: 1;
}

.csc-mailform .csc-form-element-textarea textarea,
.csc-mailform .csc-form-element-textline input,
.csc-mailform .csc-form-element-select select {
	float: left;
	width: 90%;
	background: #f0f0f0;
	color: #6c6c6c;
}

body .csc-mailform .csc-form-element-textarea textarea {width: 95%;}

.csc-mailform .csc-form-element-textarea,
.csc-mailform .csc-form-element-select {
	margin-bottom: 7px;
}

.csc-mailform .csc-form-element label {
	display: block;
	margin: 0;
	float: none;
	width: 30%;
}

.csc-mailform label em {
	color: #6c6c6c;
	display: inline;
	padding-left: 4px;
}

.csc-mailform .csc-form-element strong {
	position: absolute;
	bottom: 3px;
	left: 30%;
}

.csc-mailform input,
.csc-mailform textarea,
.input-text,
.tx-indexedsearch-searchbox-sword {
	border: none;
	padding: 0 5px;
	background: #FFF;
}

.csc-mailform input,
.tx-indexedsearch-searchbox-sword {
	height: 33px;
	width: 100%;
}

.csc-mailform .csc-form-element-textarea,
.csc-mailform .csc-form-element-select {
	padding-bottom: 24px;
}

.csc-mailform .csc-form-element-submit {
	margin-bottom: 20px;
}

.csc-mailform .csc-form-element-submit input,
body a.button,
.button,
body a.button-large,
.tx-indexedsearch-searchbox-button {
	background: #0081c6;
    color: #ffffff !important;
    border: 0;
	padding: 2px 30px 0 30px;
}

.csc-mailform .csc-form-element-submit input:hover,
.tx-indexedsearch-searchbox-button:hover,
body a.button:hover,
.button:hover,
body a.button-large:hover {
	background: #00a9ff;
}

.csc-mailform .csc-form-element-submit input {
	float: left;
    width: auto;
}

.csc-mailform .csc-form-element label.error {
	color: #CC0000;
	display: block;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

.csc-mailform .csc-form-element input.error,
.csc-mailform .csc-form-element textarea.error {
	border: 1px solid #CC0000;
}

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

.input-text {
	height: 42px;
	width: 200px;
	background: #e2e2e2;
}

.csc-mailform .csc-form-element-checkboxgroup legend,
.csc-mailform .csc-form-element-radiogroup legend {
	display: block;
	font-family: "HelveticaNeueW02-75Bold";
	width: 30%;
	float: left;
}

.csc-mailform .csc-form-element-radio label,
.csc-mailform .csc-form-element-checkbox label {
	display: block;
	float: left;
	width: 500px;
	color: #6c6c6c !important;
}

.csc-mailform .csc-form-element-radio input,
.csc-mailform .csc-form-element-checkbox input {
	float: left;
	width: 10px;
	height: 28px;
	margin-right: 11px;
}

.csc-mailform fieldset.fieldset-subgroup ol {
	top: 0;
}

.csc-mailform .csc-form-element-fileupload input {
	background: none;
	border: none;
}

.csc-mailform select {
	background: #b6b6b6;
	border: 1px solid #c3c3c3;
}

.csc-mailform .csc-form-element-checkbox input {
	float: left;
	width: 10px;
	height: 28px;
	margin-right: 11px;
}

#c1307 .csc-form-element-checkbox label {
    width: 90%;
    margin-bottom: 20px;
}

.csc-mailform legend {
	display: none;
}

div.csc-mailform fieldset {
	margin-bottom: 15px;
}

div.csc-mailform fieldset.fieldset-subgroup ol {
	margin: 0;
	padding: 0;
	float: left;
}
/*
body a.button {
	background: url("../Images/icon-button-arrow.png") no-repeat right 12px;
}
*/
/*
a.button:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../Images/icon-button-arrow.png") no-repeat right -97px;
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	-moz-transition:    opacity 200ms ease;
	-o-transition:      opacity 200ms ease;
}
a.button:hover:after {
	opacity: 1;
}

a.button:hover {
	background-color: #a3c84c;
	color: #FFF;
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
}
*/
/* ==========================================================================
   Images
   ========================================================================== */

#content-grey {
	padding:0px;
}

#c1263 .bodytext {
	margin-bottom:0px;
}

#c1263 .bodytext:first-child {
	margin-bottom:15px;
}

.csc-header-n2 h3 {
	font-size: 26px;
    color: #0089cf;
    line-height: 1.4;
    margin-top:10px;
    margin-bottom: 0px;
    
}

div.csc-textpic div.csc-textpic-imagecolumn {
	margin-bottom: 0px;
}

.stage-wrap .csc-textpic-imagewrap img {
	width:1920px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
	float:left;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	position: relative;
	margin-bottom: 0px;
}

#content .csc-textpic-imagerow {
	margin: 6px 0 0;
}

.csc-textpic h2.align-center {
	margin: 0 0 20px;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px -3px rgba(0,0,0,0.1);
	background: #FFF;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 32px;
}

.csc-textpic-caption {
	margin-top: 10px;
	font-size: 11px;
}

#content .csc-menu {list-style: none; border-bottom: 1px solid #cacaca; margin-left:0;}
#content .csc-menu li {border-top: 1px solid #cacaca;}
#content .csc-menu li a {
    display: block;
    font-family: "ralewaybold";
    padding: 8px 0 8px 30px;
    text-decoration: none;
	color: #768093;
	background: rgba(0, 0, 0, 0) url("../Images/limage.png") no-repeat scroll 11px 14px;
}

.flexslider .slides img {margin: 0 auto;}

/* ==========================================================================
   Google Maps
   ========================================================================== */
.responsive-container {
	position: relative;
	padding-bottom: 26%;
	height: 200px;
	margin: 0;
	overflow: hidden;
}

.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	pointer-events: none;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion {
	margin: 10px 0 !important;
}

.accordion h2.resp-accordion {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 0;
	padding: 16px 0;
	text-align: center;
	text-transform: uppercase;
	color: #6c6c6c;
	border: 1px solid #50bee1;
	border-width: 1px 0 0;
}

.accordion h2.resp-tab-active {
	border-width: 1px 0;
}

.accordion .accordion-content {
	padding: 19px 0 0;
}

.accordion .resp-tab-content {
	padding-bottom: 12px;
}

.accordion .resp-arrow {
	width: 19px;
	height: 32px;
	display: block;
	float: left;
	margin-top: -4px;
	position: relative;
	margin-right: 8px;
}

.yellow .accordion .resp-arrow {
	background-position: 0 -43px;
}

.orange .accordion .resp-arrow {
	background-position: 0 -58px;
}

.accordion .resp-tab-active .resp-arrow {
	background-position: 0 -248px;
	width: 32px;
	height: 19px;
	margin-top: 3px;
}

.accordion .resp-tab-content {
	display: none;
}

.accordion .resp-tab-content .columns {
	height: auto !important;
}

/* ==========================================================================
   Search
   ========================================================================== */
.tx-indexedsearch .tx-indexedsearch-searchbox,
.tx-indexedsearch .tx-indexedsearch-rules,
.tx-indexedsearch .tx-indexedsearch-info {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-title {
	font-size: 18px;
	padding-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #0081c6;
}

span.white {
	color: #FFF;
}

/* ==========================================================================
   Carousel
   ========================================================================== */
.owl-carousel {
	margin-bottom: 37px;
}


.owl-carousel  .csc-textpic .csc-textpic-imagewrap .csc-textpic-image{
	margin:0;
}

.owl-carousel .csc-textpic-text {
	padding: 5px 17px 0;
}

.owl-carousel span.red {
	text-transform: uppercase;
	font-size: 12px;
}

.owl-carousel h2 {
	text-transform: uppercase;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	display: block;
	position: absolute;
	width: 13px;
	height: 22px;
	background: url("../Images/ui.svg") no-repeat 0 -246px;
	text-indent: -9999px;
	top: 48%;
	left: -80px;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
	opacity:0.5;
}

.owl-carousel .owl-next {
	right: -80px;
	left: auto;
	background-position: -23px -248px;
}



.owl-item h2 a:hover {
	text-decoration: none;
	color: #e30612;
}


/* ==========================================================================
   Form
   ========================================================================== */

div.csc-mailform fieldset {border:none;}
.csc-form-3.csc-form-element.csc-form-element-fieldset { float: left;  width: 50%;}

/* ==========================================================================
   News
   ========================================================================== */

.news.news-single, .back-button {width:890px; margin:0 auto;}

.news-list-view.news-list-box .csc-textpic-imagewrap {display: none;}
.news-list-box .small {color: #aaaaaa; margin-top: 18px;}

.page-navigation {
    float: left;
    margin: 20px 0 0;
	clear: left;
}

.page-navigation .f3-widget-paginator {
    margin: 0 0 20px;
	list-style: none
}

.f3-widget-paginator li {
    display: inline;
}
.f3-widget-paginator li.current {
    font-family: "ralewaybold";
}
.f3-widget-paginator .previous {margin-right: 5px;}
.f3-widget-paginator .next {margin-left: 5px;}

.news-single .meta-news.small {text-align: center;}

.page-navigation p {
    margin-bottom: 8px;
}

.news-single .mediaelement {
	margin-bottom: 10px;
}

.news-single .news-img-caption {
	font-size: 11px;
}

.news-single .news-img-wrap:before,
.news-single .news-img-wrap:after {
    content: " ";
    display: table;
}

.news-single .news-img-wrap:after {
    clear: both;
}

.news-single .news-img-wrap {
    *zoom: 1;
}

.news-single .news-img-wrap .outer {
	float: left;
}

.news-list-view .news-img-wrap {
	min-height: 100px;
}

#main .news-list-view .f3-widget-paginator {
	list-style: none;
}

#main .page-navigation p {
	margin-bottom: 7px;
}

#main .news-list-view .f3-widget-paginator li {
	display: inline;
	background: none;
	padding: 0;
	margin-right: 10px;
}

.news-list-box .article {
    float: left;
    width: 33.333%;
    text-align: center;
    margin-bottom: 16px;
}

.news-list-box .csc-default {
	padding: 0 8px;
}

.news-list-box .csc-default p {
	font-size: 14px;
}

#content .news-list-box .csc-default h5 a {
	color: #0081c6;
}
.news-list-box .article .csc-textpic {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
	min-height: 328px;
}

.news-list-box .article .csc-textpic-text {
	padding: 0 17px;
}

.news-list-box .article hr {
    color: #eeeeee;
    margin: 15px auto;
    width: 60%;
}

/* ==========================================================================
   PDF
   ========================================================================== */

.download-module ul {margin: 0 0 20px 0;}

.download-module li {
    list-style: none;
    background: url("../Images/ui.svg") no-repeat 5px -174px;
    padding: 3px 0 13px 40px;
}


/* ==========================================================================
   Events
   ========================================================================== */
.news-events .article {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 4px;
}

.news-events .event-box {
	border: 1px solid #b7c5ce;
    border-radius: 6px;
    padding: 77px 30px 30px 144px;
    min-height: 193px;
    background: #f6f7f8 url("../Images/icon-calendar.png") no-repeat 63px 72px;
    margin-bottom: 36px;
}

.news-events .event-date {
	font-family: 'droid_sansbold';
	font-size: 16px;
	color: #a3c84c;
	margin-bottom: 9px;
}

.news-events .event-place {
	font-family: 'droid_sansbold';
}

#content .news-events .event-title a {
	color: #000;
	text-decoration: none;
}

.news-events .date-column {
	width: 30%;
	padding-top: 4px;
}

.news-events .title-column {
	width: 70%;
}

.news-events .event-title {
	margin-bottom: 8px;
	display: block;
	line-height: 1.4;
}

/* ==========================================================================
   Login
   ========================================================================== */
.tx-felogin-pi1 {
	margin-top: 40px;
}

.tx-felogin-pi1 .row {
	margin-bottom: 20px;
}

.tx-felogin-pi1 label {
	margin-bottom: 5px;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    border: 1px solid #808b9f;
    border-radius: 20px;
    padding: 6px 10px 6px 12px;	
    width: 250px;
}

/* ==========================================================================
   Aktuelles // Startseite
   ========================================================================== */

.start #content {
   position:relative;
}

#c29 {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 160px;
}

#c29  .ct-text {position: relative; z-index: 500;}
#c29 h3 {
    margin-bottom: 13px;
    font-size: 34px;
    font-family: 'ralewaylight';
    text-transform: uppercase;
    letter-spacing: 2px;
}
#c29 h3, #c29 .subheadline {color: #ffffff;}

#footer.active{
	margin-bottom: 60px;
}

@media screen and (max-width: 1692px)  {
	#footer.active {
		margin-bottom: 80px;
	}
}

 @media screen and (max-width: 874px)  {
	#footer.active {
		margin-bottom: 100px;
	}
} 

@media screen and (max-width: 603px)  {
	#footer.active {
		margin-bottom: 120px;
	}
}

@media screen and (max-width: 470px)  {
	#footer.active {
		margin-bottom: 140px;
	}
}

@media screen and (max-width: 384px)  {
	#footer.active {
		margin-bottom: 160px;
	}
}

@media screen and (max-width: 328px)  {
	#footer.active {
		margin-bottom: 170px;
	}
}

@media screen and (max-width: 288px)  {
	#footer.active {
		margin-bottom: 190px;
	}
}

@media screen and (max-width: 253px)  {
	#footer.active {
		margin-bottom: 210px;
	}
}