@charset "utf-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.clearfix:after {content:"";display:block;clear:both;}

/* ############### CONTENT ############### */

h1, h2, h3, h4, h5, h6 {font-family: 'Lato', sans-serif;}
hr {
	height:0;
	margin: 50px 0;
	border-right: 0!important;
	border-bottom: 0!important;
	border-left: 0!important;
}
a {text-decoration: underline;color: #808080;}
a.lightbox {text-decoration: none!important;}
a:hover {text-decoration: none;color:#000;}

a.button, a.button-readmore,a.buttoninv, a.buttoninv-readmore {
  display: inline-block;
  padding: 0.4em 0.6em;
  background: #B1B2B4;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in 0s; /* explorer 10 */
}

p {margin-bottom: 0.5em;}
h1 {
	font-weight: 700;
    font-size: 1.8em;
    line-height: 1.3;
    border-bottom: 2px solid #b1b3b4;
    padding: 18px 0 12px 0;
	margin-bottom: 0.8em;
}
h2 {
	font-weight: 700;
    font-size: 1.4em;
	margin: 1em 0 0.5em 0;
    line-height: 1.3;
}
h3 {
  font-weight: 400;
    font-size: 1.1em;
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
h4 {
  font-weight: 700;
    font-size: 1em;
  margin-bottom: 0.5em;
}
h5 {
  font-weight: 400;
    font-size: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
span.csc-subheader {
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  color:#c3c3c3;
  margin: 0.2em 0 0.8em 0;
}

.ce-bodytext ul {list-style-type: square; margin: 0 0 1em 1em;}

/* ########## TABLES ########## */

#content-wrap table {width: 100%;border-spacing: 0;border-collapse: collapse;margin: 0 0 20px 0;}
#content-wrap table td {border: 1px solid #adadad;}
#content-wrap table td:nth-child(odd) {width: 18%;padding: 4px 8px;background: #f6f6f6;}
#content-wrap table td:nth-child(even) {width: 32%;padding: 4px 16px;}

img {display: block;max-width: 100%;height: auto;}

figcaption {font-size: 0.8em;line-height: 1.2;}

.eventheaderspacer {height: 30px;}

/* ########## RESPONSIVE IMAGES AND VIDEOS ########## */

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-video iframe, .responsive-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.greybox {background: #eee;}

/* ########## COOKIEBOT ########## */

.responsive-video.om .cookieconsent-optout-marketing {position: relative;background: #000;}
.responsive-video.youtube .cookieconsent-optout-marketing img {
	width: 100%;
	display: block;
/* 	margin: 0 auto; */
	margin: -9.2% auto 0 auto;	
	opacity: 0.6;
	transition: all 0.3s ease;}
.responsive-video.om .cookieconsent-optout-marketing:hover img {opacity: 1;}
.responsive-video.om .cookieconsent-optout-marketing span {
	display: inline-block;
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.8);
	transition: background 0.3s ease;
	width: 80%;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}
.responsive-video.om .cookieconsent-optout-marketing:hover span {background: rgba(255,255,255,1);}
.responsive-video.om .cookieconsent-optout-marketing span a {font-weight: 700;}
@media (max-width: 800px){
.responsive-video.om .cookieconsent-optout-marketing span {
	font-size: 0.8em;
	line-height: 1.2em;
}
}

/* ########## POWERMAIL ########## */

.tx-powermail {color: #333;width: 100%;}
.tx-powermail h3, .powermail_legend {display: none;}
.powermail_form {position: relative;}
.powermail_fieldset {border: none;margin-bottom: 0;}
.powermail_fieldwrap {clear: both;margin: 0 0 0.75em 0;}
.powermail_label {
	display: block;
    padding: 0.6em;
    float: left;
    clear: left;
    width: 20%;
    box-sizing: border-box;
}
.powermail_field input, .powermail_field select, .powermail_field textarea {
    padding: 0.6em;
    width: 80%;
    box-sizing: border-box;
    font-size: 1em;
    border: none;
    transition: all 0.2s ease;
    border: 1px solid #ccc;
}
.powermail_field input:focus, .powermail_field select:focus,
.powermail_field textarea:focus {border: 1px solid #666;}
.powermail_field textarea {height: 150px;width: 100%;}
.powermail_field input.powermail_submit {
    border: none;
    cursor: pointer;
    background: #B1B2B4;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin: 0.75em 0;
    padding: 0.4em 0.6em;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    width: auto;
    box-sizing: border-box;
}

.powermail_field select {
    border: none;
    outline: none;
    border: 1px solid #ccc;
    text-shadow: 0 0 0 #666;
    width: auto;
    box-sizing: border-box;
}
.powermail_fieldwrap_type_text {font-size: 0.8em; color: #999;}
.powermail_message.powermail_message_error {margin: 0 !important}
ul.powermail_message_error {padding: 0 0 20px 0 !important;}
.powermail_message.powermail_message_error li {
	list-style-type: none;
	padding: 20px;
	font-size: 0.8em;
	background: #f60;
	color: #fff;
	margin: 0 0 10px 0;
}
.powermail_all dd {font-weight: 700;margin-bottom: 10px;}
.parsley-errors-list {margin: 0 !important;}
.parsley-errors-list li {
	list-style-type: none;
    margin: 0;	
    box-sizing: border-box;
    font-size: 0.8em;
	color: #f60;
}
.powermail_fieldwrap_datenschutz_hinweise div,
.powermail_fieldwrap_datenschutz_hinweise > label {
	display: inline-block;
	width: auto;
	padding: 0;
}
.powermail_fieldwrap_datenschutz_hinweise .checkbox input {
    padding: 0;
    margin: 0 0.5em;
    width: auto;
}
@media (max-width: 800px){
.powermail_label {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}
.powermail_field input, .powermail_field select, .powermail_field textarea {
    width: 100%;
}
.powermail_field select {
    width: 100%;
    max-width: 320px;
}
}
@media (max-width: 479px){
.powermail_field input.powermail_submit {width: 100%;}
}

.powermail_fieldwrap_type_recaptcha > label {display: none!important;}

.powermail_field {position: relative;}

.powermail_fieldwrap_type_captcha .powermail_label {
  display: block;
  padding: 0.3em 0;
  float: none;
  width: 100%;
  max-width: none;
}
.powermail_fieldwrap_type_captcha input {display:block;width: 229px;margin: 0.6em 0;}

.powermail_fieldwrap_type_captcha .powermail-errors-list li,
.powermail_fieldwrap_type_input .powermail-errors-list li,
.powermail_fieldwrap_type_textarea .powermail-errors-list li {
	position: absolute;
	z-index: 20;
	bottom: 0;
	right: 0;
	list-style-type: none;
	background: #f00;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2;
	padding: 0.4em 0.5em 0.1em 0.5em;
	pointer-events: none;
}
.powermail_fieldwrap_type_radio .powermail-errors-list li,
.powermail_fieldwrap_type_select .powermail-errors-list li,
.powermail_fieldwrap_datenschutz_hinweise .powermail-errors-list li {
	list-style-type: none;
	background: #f00;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2;
	padding: 0.4em 0.5em 0.1em 0.5em;
	margin-left: 20px;
	pointer-events: none;
}
.powermail_fieldwrap_type_radio .powermail-errors-list li,
.powermail_fieldwrap_type_select .powermail-errors-list li {
	margin-left: 0;
}
@media (max-width: 800px){
.powermail_fieldwrap_type_captcha .powermail-errors-list li {
	position: relative;
	bottom: auto;
	right: auto;
}
}




.button-readmore, .readless {margin-top: 1em !important;}
.button-readmore.active {display: none;}

.acc-content {
	opacity: 0;
	margin-bottom: 1.5em !important;
	transition: all 0.3s ease;
}
.acc-content.disabled {display: none;}

/* ############### UPLOADS ############### */

.ce-uploads {
	margin-top: 20px;
	list-style-type: none;
}
.ce-uploads li {
	list-style-type: none!important;
	margin: 0 0 1em 0!important;
	padding-left: 0!important;
}
.ce-uploads li a {
	display: block;
	text-decoration: none;
	background: #B1B2B4;
	color: #fff;
	padding: 0.5em 1em;
	transition: 0.2s ease;
}
.ce-uploads li a:hover {background: #EF863F;}

/* ########## FLICKITY ########## */

.ce-slider {}
.ce-slider-cell,
.event-slider figure,
#headimage-wrap .ce-gallery figure {
	width: 100%;
	margin-right: 0;
}
.carousel-cell-image {
	display: block;
/* 	max-height: 100%; */
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	        transition: opacity 0.4s ease;
}
.ce-slider-cell figcaption {background: #fff;}
/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {opacity: 1;}

body .flickity-page-dots {z-index: 99;bottom: 30px;}
.ce-slider .flickity-page-dots .dot {background: #fff;opacity: 0.75;}
.ce-above .ce-slider,.ce-below .ce-slider {margin-bottom: 2em;}

#content-wrap .ce-slider figcaption,
#content-wrap .event-slider figcaption {
	position: absolute;
	z-index: 20;
	bottom: -1px;
	right: 0;
	max-width: 100%;
	padding: 4px 0 4px 8px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.75);
}

/* ########## NEWS PAGINATION ########## */

.page-navigation {margin: 2em 0 1em 0;}
.page-navigation:after {content:"";display:block;clear:both;}
.page-navigation p {float: right;width: 25%;text-align: right;}
.page-navigation ul {list-style-type: none;float: left;width: 75%;}
.page-navigation ul:after {content:"";display:block;clear:both;}
.page-navigation ul li {
    float: left;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    background-color: #dedede;
    border: 1px solid #ccc;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2.25rem;
	color: #000;
    line-height: 2.125rem;
    margin-left: 0.5em;
}
.page-navigation ul li:first-child {margin-left: 0;}
.page-navigation ul li.nolink {padding: 0.125rem 0.75rem;}
.page-navigation ul li a {
    padding: 0.125rem 0.75rem;
	color: #000;
	display: block;
    text-decoration: none;
    transition: all 0.2s ease;
}
.page-navigation ul li a:hover {background: #000;color: #fff;}

/* ########## BREADCRUMB ########## */

#breadcrumb {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  font-size: 0.8em;
  display: block;
}
#breadcrumb ul {display: inline-block;}
#breadcrumb li {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
#breadcrumb li:before {
	content: "»";
  display: inline-block;
	margin: 0 2px 0 4px;
}
#breadcrumb li:nth-child(1)::before {content: none;}
#breadcrumb li:nth-child(2)::before {content: none;}

/* ########## SEARCH ########## */

#content #form_kesearch_pi1 {display: none;}

#kesearch_num_results {margin-bottom: 1em;}
.result-list-item {padding-bottom: 2em;}
.result-list-item:after {content:"";display:block;clear:both;}
.result-list-item a {display: block; font-weight: 700;}
.result-list-item .hit {font-weight: 700;font-style: italic;}
.result-list-item .result-number {display: none;}
.result-list-item .clearer {clear: left;}
.result-list-item .add-info {display: none;}
.result-list-item .teaser_icon {float: right;text-align: right;max-width: 33%;margin-left: 1em;}
.result-list-item .teaser_icon img[src$='.gif'] {display: none;}

#kesearch_pagebrowser_bottom {
    text-align: center;
    font-size: 0.8em;
}
#kesearch_pagebrowser_bottom .pages_total {padding: 1em 0;}
#kesearch_pagebrowser_bottom .pages_total { border-top: 1px dashed #ccc; }
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {margin: 2em auto;}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul {display: inline-block;width: auto;}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul:after {clear: both;content: "";display: block;}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li {float: left;list-style-type: none;}

#kesearch_pagebrowser_bottom a {
	display:inline-block;
	padding: 3px;
	background: #eee;
	margin: 0 0.5em 0.5em 0;
	min-width: 2em;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
}
#kesearch_pagebrowser_bottom a.prev,
#kesearch_pagebrowser_bottom a.next {padding: 3px 8px;}

#kesearch_pagebrowser_bottom a:hover {background: #bbb;color: #fff;}
#kesearch_pagebrowser_bottom  a.current {
   font-weight: 700;
	background: #ccc;
	color: #000;
	pointer-events: none;
}
.tx-kesearch-pi1 .next {}
.tx-kesearch-pi1 .prev {}

/* ########## FACTS ########## */

.facticons .ce-gallery {padding-top: 6px;}
.facticons figure {margin-bottom: 2em!important;}
.facticons figure img {margin: 0 auto;}
.facticons figcaption {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding-top: 10px;
}
.facticons figcaption:first-line {font-weight: 400;}


table.dump {font-size: 12px;}

#content-wrap .shariff .twitter a {background: #000;}
#content-wrap .shariff .twitter .fa-twitter:before {content: none;}
#content-wrap .shariff .twitter .fa-twitter {
	display: inline-block;
	widows: 24px;
	height: 24px;
	background: url(svg/x.svg) center center no-repeat;
	margin: 3px 0 0 3px;
}

.acc-element > div {display:none;} 
.acc-element header {position: relative;cursor: pointer;} 
.acc-element header h1:before,
.acc-element header h2:before,
.acc-element header h3:before {
	font-family: "Courier New", Courier, "Lucida Console", Monaco, Consolas, monospace;
	content: "+";
} 
.acc-element.open header h1:before,
.acc-element.open header h2:before,
.acc-element.open header h3:before {
	content: "-";
} 
































