@charset "UTF-8";


  
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
a, abbr, acronym, address, applet, article, aside,
b, big, blockquote, body, caption, center, cite, code,
dd, del, dfn, div, dl, dt, em, fieldset, figcaption, figure, font, form,
h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li,
object, ol, p, pre, q, s, samp, small, span, strike, strong,
table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none; /* chrome */
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration:none;
}

abbr {
  font-size: 1em; line-height: 1.5em;
}

sub, sub {
  font-size: 60%; line-height: 0;
}

input[type=hidden] {
  visibility: hidden;
}

/* Sitepark-Ergänzungen */
a:focus {
  outline: 2px dotted #000000;
}
a:active,
a:active:focus {
  outline: 0;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  background-color: transparent;
}
input:focus,
select:focus,
textarea:focus {
  background-color: #FFFFFF;
  border-color: #999999;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
*:focus::-moz-placeholder {
  color: #999999;
}
button[type="submit"]:focus,
button[type="reset"]:focus,
button.SP-button-print:focus,
.SP-button:focus {
  border: 2px dotted #000000;
}

.hidden {
  display: none !important;
}

/* Barrierefreies Verstecken */
.acc, .SP-acc-hide {
  display: inline-block;
  font-size: 0%;
  height: 0;
  line-height: 1000;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
}
caption.acc {
  height: 0px;
  overflow: hidden;
  position: static;
}

/* Clearing */
.clear {
  clear: both;
}

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }

/* Disable default appearance of input elements in WebKit and iOS */
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
  



  
/* ■ Inhaltsverzeichnis für Barrierefreiheit */
#SP-nav-toc {
  height: 0;
  margin: 2px;
  position: relative;
}

#SP-nav-toc .SP-headline,
#SP-nav-toc a {
  background-color: #FFFFFF;
  color: #000000;
  display: inline-block;
  float: left;
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 1em;
  line-height: 1.25;
  padding: 0.5em 10%;
  position: absolute;
  left: -9999em;
  top: 0;
  z-index: 9999;
}

#SP-nav-toc a:after {
  content: ">";
  float: right;
  font-weight: bold;
  margin-left: 0.3333em;
}

#SP-nav-toc a:focus {
  left: 0;
}
  



  
.SP-UI-extendable ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.SP-UI-extendable .SP-UI-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  padding: 2px 8px 8px 2px;
  width: 33.3334%;
}
.SP-UI-extendable .SP-UI-item .SP-image .SP-image-inner {
  display: block;
  height: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
.SP-UI-extendable .SP-UI-item .SP-image .SP-image-inner img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.SP-UI-extendable .SP-UI-controls {
  clear: both;
  cursor: default;
  display: none;
}
  



  
/* Accordion */
.SP-UI-accordion > ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.SP-UI-accordion .SP-UI-controls {
	display: none;
}

.SP-UI-accordion .SP-UI-item-trigger a,
.SP-UI-accordion .SP-UI-controls-activateAll a,
.SP-UI-accordion .SP-UI-controls-deactivateAll a {
	color: #000000;
	text-decoration: none;
}

.no-js .SP-UI-accordion .SP-UI-item-content {
        display: none;
}

.no-js .SP-UI-accordion .SP-UI-item-active .SP-UI-item-content {
        display: block;
}

/*
.SP-UI-accordion .SP-UI-item-inactive .SP-UI-item-trigger a:before {
	content: '►';
}

.SP-UI-accordion .SP-UI-item-active .SP-UI-item-trigger a:before {
	content: '▼';
}
*/

@media screen {
	.js .SP-UI-accordion .SP-UI-item-content {
		display: none;
		overflow: hidden;
	}

        .js .SP-UI-accordion .SP-UI-item-active .SP-UI-item-content {
		display: block;
	}

	.js .SP-UI-accordion .SP-UI-controls {
		display: block;
	}
}



.print .SP-UI-accordion .SP-UI-item-content {
	display: block;
        height: auto;
	overflow: auto;
}
.print .SP-UI-accordion .SP-UI-controls {
	display: none;
}

@media print {
    .SP-UI-accordion .SP-UI-item-content {
	display: block;
        height: auto;
	overflow: auto;
    }
    .SP-UI-accordion .SP-UI-controls {
	display: none;
    }
}
  



  
/* toggle */
.SP-UI-toggle .SP-UI-item-trigger {
	cursor: pointer;
}
.SP-UI-toggle .SP-UI-item-trigger a {
	color: #000000;
	text-decoration: none;
}
@media screen {
	.js .SP-UI-toggle .SP-UI-item-content {
		display: none;
		overflow: hidden;
	}

	.js .SP-UI-toggle.SP-UI-item-active .SP-UI-item-content {
		display: block;
		overflow: visible;
	}
}
  



  
.SP-pict {
  position: relative;
}
.SP-pict.SP-pict-replace {
  overflow: hidden;
  visibility: hidden;
}
.SP-pict.SP-pict-replace:before {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.SP-pict.SP-pict-replace.SP-pict-cloudy:before {
  content: url(/tmp/weather.png);
}
  



  
footerboxhtml {
  width: 100%;
}
body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 14px;
  line-height: 1.6429;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
#SP-ad-wrapper {
  overflow: hidden;
  width: 100%;
}
input, select, textarea, button {
  font-family:inherit;
}
@media (min-width: 48em) {
  body {
    font-size: 15px;
    line-height: 1.6667;
  }
}
@media (min-width: 60.5em) {
  body {
    font-size: 16px;
    line-height: 1.6875;
  }
}
#SP-print-detector {
  display: none;
}
a {
  color: #00498d;
}
h1 {
     -moz-hyphens: auto;
      -ms-hyphens: auto;
  -webkit-hyphens: auto;

  color: #333333;
  font-size: 1.75em;
  font-weight: normal;
  hyphens: auto;
  line-height: 1.25;
  margin-bottom: 0.5em;
  max-width: 720px;
}

h2 {
  clear: both;
  color: #333333;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1em;
}
h2 > a {
  color: #333333;
  display: block;
}
h2[id] {
  border-bottom: 2px solid #347520;
  padding: 2px 2px 0.5em 2px;
  position: relative;
}
@media (min-width: 48em) {
  h2[id] {
    margin-left: -16.6664%;    
  }
}
h2[id] span {
  position: absolute; 
  right: 15px;
  text-align: right;
  top: 0;
}
h2[id] i {
  font-size: 1.1em;
  position: absolute;
  right: 0;
  margin-top: 2px;
}
h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
#SP-content .SP-headline {
  font-size: 1.125em;
  margin-bottom: 2.5em;
}


/* Abdeckende Layer - - - - - - */
.SP-layer {
  position: relative;
  z-index: 2
}
.SP-layer:after {
  filter: alpha(opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -khtml-opacity: 0.80;
  -moz-opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -o-opacity: 0.80;

  background-color: #FFFFFF;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/* Farbe des Facebook-Icons - - - - - - */
.SPi-facebook:before {
  color: #3B5998;
  display: block;
  margin-top: 1px;
}
.SPi-facebook:after {
  background-color: #FFFFFF;
  content: " ";
  height: 0.981em;
  left: 0.02em;
  margin-top: 1px;
  position: absolute;
  top: 0.01em;
  width: 0.96em;
  z-index: -1;
}

/* Intro - - - - - - */ 
#SP-intro {
  margin-bottom: 2em;
}
#SP-intro .SP-text {
  color: #333333;
  font-size: 1.1em;
}
#SP-intro .SP-text strong {
  font-weight: normal;
}


/* Text - - - - - - */ 
.SP-text,
.SP-text p {
  margin-bottom: 1.5em;
}
.SP-text ul {
  list-style-type: disc;
  margin-bottom: 1em;
  overflow: hidden;
  padding-left: 18px;
}
.SP-text ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  overflow: visible;
  padding-left: 24px;
}
.SP-text table {
  border-collapse: collapse;
  clear: both;
  width: 100%;
}
.SP-text table tfoot tr,
.SP-text table thead tr {
  background-color: #eff6e3 !important;
}
.SP-text table tr {
  background-color: #FFFFFF;
}
.SP-text td,
.SP-text th {
  border: 1px solid #CCCCCC;
  line-height: 1.375;
  padding: 6px;
  text-align: left;
}
.SP-text a {
  text-decoration: underline;
}

/* Links / Downloads - - - - - - */
.SP-link, 
.SP-download {
  padding: 2px;
}
.SP-link a, 
.SP-download a {
  color: #333333;
  display: block;
  font-size: 1.25em;
  line-height: 1.3;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  overflow: hidden;
  padding-left: 1.5em;
  position: relative;
}
.SP-link a i, 
.SP-download a i {
  font-size: 1.1112em;
  left: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 15x;
}
.SP-download .SP-file-info:before {
  content: '(';
}
.SP-download .SP-file-info:after {
  content: ')';
}

/* ### Download mit Vorschau - - - - - - */
.SP-download-withPreview a {
  padding-left: 0;
}
.SP-download-withPreview .SP-image {
  clear: both;
  float: left;
  margin-right: 2.8169%;
  max-width: 295px;
  width: 40.1361%;
}
.SP-download-withPreview .SP-image + .SP-text {
  margin-left: 42.953%;
}
.SP-download-withPreview .SP-image + .SP-text .SP-caption {
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}
.SP-download-withPreview .SP-image + .SP-text p {
  font-size: 0.8em;
  padding-left: 30px;
}


/* Karten - - - - - - */
.js .SP-map {
  background-color: #f1f4f5;
}

.SP-map {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}

.SP-map-left {
  clear: left;
  float: left;
  margin-right: 2.8169%;
  margin-left: 0;
}

.SP-map-right {
  clear: right;
  float: right;
  margin-left: 2.8169%;
  margin-right: 0;
}

.SP-map .SP-caption {
  color: #333333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 5px 25px 5px 10px;
  position: relative;
}

.SP-map-link {
 color: #FFFFFF;
}

.no-js .SP-map .SP-caption {
  position: absolute;
  left: -99999px;
}

/* Bilder - - - - - - */
.SP-image {
  background-color: #f1f4f5;
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
.SP-image-left {
  clear: left;
  float: left;
  margin-right: 2.8169%;
  margin-left: 0;
}
.SP-image-right + .SP-image-left {
  margin-right: 0;
}
.SP-image-right {
  clear: right;
  float: right;
  margin-left: 2.8169%;
  margin-right: 0;
}
.SP-image-left + .SP-image-right {
  margin-left: 0;
}
.SP-image > a {
  display: block;
}
.SP-image .SP-image-inner {
  display: block;
  height: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
.SP-image .SP-image-inner img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.SP-mod-gallery .SP-image figcaption {
  height: 0;
}
.SP-image .SP-caption {
  background-color: #f1f4f5;
  color: #333333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 5px 25px 5px 10px;
  position: relative;
}
.SP-mod-gallery .SP-image .SP-caption {
  padding: 0;
}
.SP-image .SP-caption-empty {
  padding: 0;
}
.SP-image .SP-legend + .SP-copyright:before {
  content: ' ';
}
.SP-image i {
  filter: alpha(opacity=95);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
  -o-opacity: 0.95;

  background-color: #f1f4f5;
  height: 30px;
  line-height: 30px;
  opacity: 0.95;
  position: absolute;
  right: 0;
  text-align: center;
  top: -29px;
  width: 30px;
}


/* Teaser - - - - - - */
.SP-teaser {
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.SP-teaser a {
  color: #333333;
  display: block;
  overflow: hidden;
}
.SP-teaser a:hover {
  text-decoration: underline;
}
.SP-teaser h2 {
  clear: none;
  font-size: 1.25em;
  line-height: 1.125;
  margin-bottom: 0.5em;
}
.SP-teaser .SP-teaser-image {
  float: left;
  margin-bottom: 0;
  margin-right: 2.4938%;
  width: 50%;
}
.SP-teaser .SP-teaser-category {
  line-height: 1.3125em;
  margin-bottom: 0.375em;
  position: relative;
}
.SP-teaser .SP-teaser-text:before {
  background-color: #347520;
  height: 2px;
  left: 0;
  position: absolute; 
  top: 0.3em;
  width: 26.1845%;
}
@media (min-width: 35em) {
  .SP-teaser .SP-teaser-image {
    margin-bottom: 1em;
    width: 26.1845%;
  }
  .SP-teaser .SP-teaser-text {
    margin-left: 28.6783%;
  }
  .SP-teaser .SP-teaser-text:before {
    content: ' ';
  }
}
.SP-newsletter .SP-teaser .SP-teaser-text {
  margin-left: 0;
}
.SP-newsletter .SP-teaser .SP-teaser-text:before {
  width: 0;
}
@media (min-width: 48em) {
  .SP-newsletter .SP-teaser .SP-teaser-text {
    margin-left: 14.2847%;
  }
  .SP-newsletter .SP-teaser .SP-teaser-text:before {
    width: 11.7909%;
  }
}
.SP-rubric .SP-teaser:not(.SP-teaser-highlight) .SP-teaser-text {
  margin-bottom: 0;
  padding-bottom: 0.3125em;
}
.SP-snip SP-snip-calendar-of-events .SP-teaser .SP-teaser-text:before {
  content: none;
}
.SP-teaser .SP-teaser-text .SP-text {
  margin-bottom: 0;
}
.SP-teaser .SP-teaser-image + .SP-teaser-text:before {
  content: none;
}
.SP-teaser .SP-teaser-more {
  display: none;
}

/* Teaser: Highlight (auf Rubrikseiten) - - - - - - */
.SP-teaser-highlight .SP-teaser-image { 
  float: none;
  margin-bottom: 1em;
  margin-right: 0;
  width: auto;
}
.SP-teaser-highlight .SP-teaser-text {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: -20.625%;
  padding: 12px 2.8169% 14px 2.8169%;
  z-index: 2;
}
.SP-teaser-highlight .SP-teaser-text > * {
  left: 0;
  position: relative;
  width: auto;
}
.SP-teaser-highlight .SP-teaser-text .SP-text {
  width: 100%;
}
@media (min-width: 35em) {
  .SP-teaser-highlight .SP-teaser-image { 
    float: left;
    margin-bottom: 0;
    margin-right: 2.4938%;
    width: 37.5%;
  }
  .SP-teaser-highlight .SP-teaser-text {
    margin-bottom: 50px;
    margin-left: 25.89%;
    margin-top: 0;
    top: 50px;
  }
  .SP-teaser-highlight .SP-teaser-text > * {
    left: -16.5%;
    width: 116.5%;
  }
  .SP-teaser-highlight .SP-teaser-text .SP-text {
    margin-left: 17.5%;
  }
}

/* Teaser: im Slider - - - - - - */
@media (min-width: 48em) {
  .SP-UI-slider .SP-teaser > a,
  .SP-UI-slider .SP-teaser > .SP-UI-item-wrapper {
    cursor: pointer;
    padding: 0 10.9375%;
  }
}
.SP-UI-slider .SP-teaser .SP-teaser-text:before {
  content: none;
}


.SP-UI-slider .SP-teaser .SP-teaser-image {
  float: none;
  width: 100%;
}

.SP-UI-slider .SP-teaser .SP-teaser-text {
  margin-left: 0;
  padding: 0 15px 0 5px;
}

@media (max-width: 48em) {
  .SP-UI-slider .SP-teaser {
    padding-bottom: 0.5em !important;
  }

  .SP-UI-slider .SP-UI-slider-hider > ul {
    background-color: rgb(240, 240, 240);
  }

  .SP-UI-slider .SP-teaser .SP-teaser-text {
    position: relative;
    padding: 5%;
    padding-bottom: 2%;
    background-color: rgba(240, 240, 240, 0.9);
    margin: -36% 5% 0 5%
  }
}

@media (min-width: 48em) {
  .SP-UI-slider .SP-teaser .SP-teaser-text {
    padding: 0;
  }
}


/* Teaser: Kurzmeldungen - - - - - - */
.SP-cont-headlines .SP-teaser,
.SP-cont-headlines .SP-teaser a {
  color: #FFFFFF;
}
.SP-cont-headlines .SP-teaser .SP-teaser-text {
  margin-left: 0;
}
.SP-cont-headlines .SP-teaser .SP-teaser-text:before {
  content: none;
}
.SP-cont-headlines .SP-teaser .SP-teaser-text .SP-text {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0;
}



/* Abschnitt - - - - - - */
.SP-snip {
  margin-bottom: 1.5em;
}


/* Text-Abschnitt - - - - - - */
.SP-snip-text-compatibility .SP-text p {
  margin-bottom: 0;
}
.SP-image-left + .SP-snip-text {
  clear: right;
}
.SP-image-right + .SP-snip-text {
  clear: left;
}


/* Abschnitt: Ankerliste - - - - - - */
.SP-snip-anchors {
  margin: 0 0 3.5em 0;
}
@media (min-width: 48em) {
  .SP-snip-anchors {
    margin-left: -16.6664%;
  }
}
.SP-snip-anchors li {
  background-color: #eff6e3;
  margin-bottom: 0.6em;
  padding: 2px;
}
.SP-snip-anchors a {
  color: #333333;
  display: block;
  font-size: 1.1em;
  line-height: 1.6667;
  padding: 4px 100px 2px 20px;
  position: relative;
}
.SP-snip-anchors i {
  font-size: 1.2223em;
  position: absolute;
  right: 15px !important;
  top: 10px !important;
}


/* Abschnitt 01: Text-Abschnitt - - - - - - */


/* Abschnitt 02: Link-Abschnitt - - - - - - */
body:not(.SP-home) .SP-snip-links h2 {
  border-bottom: 2px solid #347520;
  padding-bottom: 0.5em;
}

@media (min-width: 48em) {
  body:not(.SP-home) .SP-snip-links h2 {
    margin-left: -16.6664%;
  }
}


/* Abschnitt 03: Bild-Abschnitt - - - - - - */
.SP-snip-image.SP-image-left {
  left: 2px;
  top: 2px;
  width: 48.3970%;
}
.SP-snip-image.SP-image-right {
  right: 2px;
  top: 2px;
  width: 48.3970%;
}
.SP-snip-image.SP-image-left.SP-image-small,
.SP-snip-image.SP-image-right.SP-image-small {
  width: 40.1361%;
}
.SP-snip-image.SP-image-full {
  clear: both;
  margin: 2px 2px 1em 2px;
  width: auto;
}
.SP-snip-image + .SP-snip > h2 {
  padding-top: 1.5em;
}
@media (min-width: 48em) {
  .SP-snip-image.SP-image-left {
    margin-left: -16.6664%;
    width: 56.7294%;
  }
  .SP-snip-image.SP-image-right {
    width: 56.7294%;
  }
}
  


/* Abschnitt 04: Teaserliste - - - - - - */
.SP-cont-teaserlist li:not(.SP-teaser-highlight) {
  border-top: 1px solid #347520;
  margin-top: -1em;
  padding-top: 1.5em;
}
@media (min-width: 35em) {
  .SP-cont-teaserlist li:not(.SP-teaser-highlight) {
    border-top: none;
    margin-top: 0;
    padding-top: 2px;
  }
}
@media (min-width: 48em) {
  .SP-cont-teaserlist {
    margin-left: -16.6664%;
  }
}


/* Abschnitt 05: Neuer Absatz - - - - - - */
.SP-snip-divider {
  clear: both;
  margin-bottom: 0;
}
.SP-snip-divider hr {
  border-color: #347520;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 1.5em 0;
}
.SP-box .SP-snip-divider {
  padding-left: 0 !important; 
  padding-right: 0 !important;
}
.SP-box .SP-snip-divider hr {
  margin: 0.5em 0;
}

/* Abschnitt 06: Stadtplan-Abschnitt - - - - - - */
.SP-snip-map {
  float: left;
}
.SP-snip-map.SP-map-right {
  float: right;
  clear: right;
  width: 48.3970%;
}
.SP-snip-map.SP-map-left {
  float: left;
  clear: left;
  width: 48.3970%%;
}
.js .SP-snip-map .SP-map-alt-text {
  display: none;
}
.SP-snip-map .SP-map-inner {
  position: relative;
  padding-bottom: 66.66666666666666%;
}
.no-js .SP-snip-map .SP-map-inner {
  display: none;
}
.SP-snip-map .SP-snip-map-mapContainer {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 48em) {
  .SP-snip-map.SP-map-left {
    margin-left: -16.6664%;
    width: 56.7294%;
  }
  .SP-snip-map.SP-map-right {
    width: 56.7294%;
  }
}

/* Abschnitt 12: iFrame - - - - - - */
.SP-snip-iframe {
  margin-bottom: 1.25em;
}
.SP-snip-iframe iframe {
  width: 100%;
}


/* Schnipsel im Seitenfuß - - - - - - */
.SP-footerbox {
  color: #FFFFFF;
  padding-top: 1.25em;
}
.SP-footerbox.SP-form-contact .SP-headline {
  font-size: 1.5em;
  line-height: 1.29167;
  margin-bottom: 0.5em;
  margin-left: 0;
}


/* Map im Seitenfuß - - - - - - */
.SP-footerbox .SP-map {
  font-size: 1.5em;
  line-height: 1.29167;
  margin-top: 1.85em;
  padding-bottom: 91%;
  position: relative;
  width: 100%;
}
.SP-footerbox .SP-map-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.SP-footerbox #SP-citymap-mapContainer {
  cursor: pointer;
  height: 100%;
  width: 100%;
}


/* Infoboxen - - - - - - */
.SP-box {
  margin-bottom: 1.5em;
}
.SP-box .SP-snip {
  margin-bottom: 0;
}
.SP-box:first-child {
  border-top: 1px solid #000000;
  margin-top: 40px; 
  padding-top: 1.5em;
}
.SP-box .SP-box-head {
  background-color: #00498d;
  color: #FFFFFF;
  font-size: 1.125em;
  line-height: 1.3334;
  padding: 8px 20px;
  position: relative;
}
.SP-box .SP-box-body {
  background-color: #f1f4f5;
  
}
.SP-box .SP-box-body > div {
  padding: 8px 20px;
}


/* Infobox: Banner - - - - - - */
.SP-box-banner .SP-box-body {
  background: transparent;
  margin: -2px;
  overflow: auto !important;
  padding: 2px;
}
.SP-box-banner.SP-UI-item-inactive .SP-box-body {
  padding: 0;
}
.SP-box-banner .SP-box-body a {
  display: block;
  line-height: 1;
}
.SP-box-banner .SP-box-body img {
  display: block;
  position: static;
}
.SP-box.SP-box-banner .SP-box-body > div {
  margin-bottom: 0;
  padding: 0;
}
.SP-box.SP-box-banner .SP-image {
  margin-bottom: 0;
}


/* Infobox: Kontakt - - - - - - */
.SP-box .SP-snip-contact {
  line-height: 1.5;
}
.SP-snip-contact .SP-contact-organisation,
.SP-snip-contact .SP-contact-person,
.SP-snip-contact .SP-contact-postalAddress,
.SP-snip-contact dl {
  margin-top: 1em;
}
.SP-snip-contact > div > div:first-child {
  margin-top: 0;
}
.SP-snip-contact dl {
  overflow: hidden;
}
.SP-snip-contact dd,
.SP-snip-contact dt {
  display: block; 
  float: left;
}
.SP-snip-contact dt,
.SP-snip-contact dt.acc + dd {
  clear: left;
}
.SP-snip-contact dt:after {
  content: ':';
  margin-right: 5px;
}


/* UI-Elemente  - - - - - - */
.SP-UI-toggle.SP-UI-item-inactive .SP-UI-item-trigger i,
.SP-UI-toggle.SP-UI-item-active .SP-UI-item-trigger i {
  position: absolute;
  right: 10px;
  top: 11px;
}

.SP-UI-extendable .SP-image {
  background-color: #FFFFFF;
}
.SP-UI-extendable .SP-button {
  display: inline-block;
  float: none;
}
.SP-UI-extendable .SP-button > span {
  cursor: pointer;
  line-height: 1.6667;
  padding: 3px 100px 3px 20px;
}
.SP-UI-extendable .SP-UI-controls {
  margin-right: 6px;
}
.SP-UI-extendable .SP-UI-controls .SP-button {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  width: 100%;
}
.SP-UI-extendable .SP-UI-controls .SP-button i {
  position: absolute;
  right: 15px;
  top: 9px;
}


/* ### Sitemap - - - - - - */
.SP-sitemap > li > a {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.SP-sitemap ul {
  margin-left: 16px;
}
.SP-sitemap ul a {
  display: inline-block;
  font-size: 1em;
  line-height: 1.125em;
  margin-bottom: 0.75em;
}


/* ### Cookie-Hinweis */
.SP-CookieUsageNotification {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 0.125rem solid #000000;
    bottom: 0;
    color: #000000;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.SP-CookieUsageNotification__more, 
.SP-CookieUsageNotification__ok, 
.SP-CookieUsageNotification__text {
    margin-left: 1rem;
    margin-right: 1rem;
}
.SP-CookieUsageNotification__more {
    color: #000000;
    text-decoration: underline !important;
    white-space: nowrap;
}
.SP-CookieUsageNotification__more:hover {
    text-decoration: none !important;
}
.SP-CookieUsageNotification__ok {
    background-color: #444444;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.5em 1.5em;
}

@media (max-width: 59.9375em) {
  .SP-CookieUsageNotification {
    flex-wrap: wrap;
  }
  .SP-CookieUsageNotification__text {
    margin-bottom: 0.75em;
    text-align: center;
    width: 100%;
  }
}
  



  
/* === Platzhalter - - - - - - */
::-webkit-input-placeholder {
  color: #000000;
}
:-moz-placeholder {
  -moz-opacity: 1;
  color: #000000;
  opacity: 1;
}
::-moz-placeholder {
  -moz-opacity: 1;
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000000;
}


/* === Basics - - - - - - */
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #EBF3DF;
  border: 1px solid #EBF3DF;
  box-sizing: border-box;
  color: #333333;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 1em;
  height: 2.625em;
  line-height: 1.5;
  padding: 0.25em 0 0 15px;
  width: 100%;
}
option {
  color: #333333;
}
select {
  color: #333333;
  color: rgba(51, 51, 51, 0);
  text-shadow: 0 0 0 #333333;
}
textarea {
  height: 9em;
  margin: 0;
  padding-top: 0.75em;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  background-color: transparent;
  height: auto !important;
  padding: 0;
  width: auto;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
 
  appearance: none;
  padding-bottom: 0.625em;
  padding-top: 0.625em;
}
select option {
  background-color: #F4F4F4;
}
.SP-field-select {
  position: relative;
}
.SP-field-select label:after {
     -moz-pointer-events: none;
  -webkit-pointer-events: none;

  background-color: #EBF3DF;
  bottom: 1px;
  height: 1.25em;
  line-height: 1.25;
  padding: 0.625em 0.5em;
  pointer-events: none;
  position: absolute; 
  right: 1px;
}


/* === Fieldsets - - - - - - */
.SP-fieldset {
  margin-bottom: 2.5em;
}
.SP-fieldset-options {
  margin-bottom: 0em;
  overflow: hidden;
}
.SP-fieldset-options .SP-field {
  float: left;
  margin-right: 2em;
}


/* === Legenden - - - - - - */
.SP-fieldset legend {
  display: table;
}
.SP-fieldset legend span {
  color: #333333;
  display: inline-block;
  font-size: 1.25em; 
  line-height: 1.5;
  margin-bottom: 1em;
}
.SP-fieldset legend span span {
  display: inline;
  margin: 0;
}
.SP-fieldset-options legend span {
  margin: 0;
}


/* === Labels - - - - - - */
.SP-field .SP-label,
.SP-fieldset-options legend span {
  color: #333333;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}
.SP-field-upload-filename + label > .SP-label {
  display: inline;
}


/* === Annotations - - - - - - */
.SP-annotation {
  color: #333333;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0.25em;
}
.SP-annotation p {
  margin-bottom: 1.5em;
}
.SP-annotation.SP-link a {
  font-size: 1em;
}


/* === alle Felder - - - - - - */
.SP-field {
  margin-bottom: 0.75em;
  overflow: hidden;
  position: relative;
}
.SP-field.acc {
  height: 0 !important;
}

/* === Felder mit Suggest - - - - - - */
.SP-field-hasSuggest {
  overflow: visible;
}


/* === Checkboxen und Radio-Buttons - - - - - - */
.SP-field-checkbox,
.SP-field-radio {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 36px;
  position: relative;
  width: 100%;
}
.SP-field-checkbox .SP-label,
.SP-field-radio .SP-label {
  display: block;
  line-height: 1.75;
}
.SP-field-checkbox .SP-label:before,
.SP-field-radio .SP-label:before {
  background-color: #EBF3DF;
  border: 1px solid #EBF3DF;
  content: ' ';
  display: block;
  float: left;
  height: 22px;
  left: 1px;
  margin-right: 14px;
  position: absolute; 
  top: 1px;
  text-align: center;
  width: 22px;
}
.SP-field-radio .SP-label:before,
.SP-field-radio .SP-label:after {
  border-radius: 50%;
}
.SP-field-checkbox input:focus + .SP-label:before,
.SP-field-radio input:focus + .SP-label:before {
  background-color: #FFFFFF;
  border-color: #333333;
}
.SP-field-checkbox input:focus + .SP-label:after,
.SP-field-radio input:focus + .SP-label:after {
  border: 2px dotted #000000;
  content: " ";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.SP-field-checkbox input:checked ~ .SP-label:before {
  content: '✓';
  font-size: 1.3334em;
  line-height: 1.125;
}
.SP-field-radio input:checked ~ .SP-label:before {
  content: '•';
  font-size: 40px;
  line-height: 22px;
}
.SP-form .SP-field-checkbox input,
.SP-form .SP-field-radio input {
  left: 1px;
  margin: 5px; 
  position: absolute;
  top: 1px;
}


/* === Upload-Feld - - - - - - */
/* Uploads */
.SP-field-upload {
  position: relative;
}


/* === Feld-Kombinationen - - - - - - */
.SP-combination {
  margin-bottom: 0.75em;
}
.SP-combination,
.SP-combination .SP-combination-labels,
.SP-combination .SP-combination-inputs {
  clear: both;
}
.SP-combination .SP-combination-labels,
.SP-combination .SP-combination-inputs {
  overflow: hidden;
}
.SP-combination .SP-combination-labels .SP-field {
  margin-bottom: 0;
}
.SP-combination .SP-field {
  float: left;
  margin-bottom: 0;
  padding-left: 4.5%;
}
.SP-combination .SP-field:first-child {
  float: left;
  padding-left: 0;
}
.SP-combination .SP-field-small {
  width: 23.875%;
}
.SP-combination .SP-field-equal {
  width: 47.75%;
}
.SP-combination .SP-field-wide {
  width: 71.625%;
}
.SP-combination-3 .SP-field-small {
  width: 22.75%;
}
.SP-combination-3 .SP-field-equal {
  width: 30.3334%;
}
.SP-combination-3 .SP-field-wide {
  width: 45.5%;
}


/* === weitere Felder - - - - - - */
.SP-field-search {
  margin-bottom: 0;
}
.SP-form-presssearch .SP-field-search {
  margin-bottom: 0.75em;
}


/* === Fehler - - - - - - */
.SP-errors p {
   color: #BB0000;
}
.SP-errors .SP-error {
  line-height: 1.25;
}
.SP-error {
  clear: both;
  color: #BB0000 !important;
  display: block;
  margin-top: 0.25em;
}
.SP-field.SP-error .SP-label {
  color: #BB0000 !important;
}
fieldset > .SP-error {
  clear: both;
}


/* === Erfolge - - - - - - */
.SP-success .SP-headline {
  font-size: 1em !important;
  margin-bottom: 0 !important;
  margin-top: 0.25em;
}


/* === Buttons - - - - - - */
button {
  border: none;
  margin: 0; 
  position: relative;
}
button[type="submit"],
.SP-button,
.SP-button-next {
  border: 2px solid transparent;
  color: #FFFFFF;
  float: right;
  font-size: 1.125em;
  line-height: normal;
  margin-left: 1.5em;
  padding: 0;
}
.SP-button-print {
  float: left;
  margin-left: 0;
  margin-right: 1.5em;
}
button[type="submit"] > span,
.SP-button-next > a,
.SP-button > span {
  background-color: #347520;
  color: #FFFFFF;
  display: block;
  padding: 10px 33px;
}
button[type="submit"] i,
.SP-button-print i,
.SP-button-next i {
  display: none;
}
button.SP-button-print > span,
.SP-button > span,
.SP-button-next > a {
  background-color: #EBF3DF;
  color: #333333;
}
button[type="reset"] {
  border: 2px solid transparent;
  color: #333333;
  float: left;
  font-size: 1.125em;
  padding: 0;
}
button[type="reset"] > span {
  background-color: #EBF3DF;
  display: block;
  padding: 12px 40px 12px 60px;
}
button[type="reset"] i {
  font-size: 1.2223em;
  position: absolute;
  left: 20px;
  top: 12px;
}
#SP-footer-content button.SP-button-print {
  float: left;
  margin-left: 0;
  margin-right: 1.5em;
}


/* === Kurzfelder - - - - - - */
.SP-form .SP-field-shorthand {
  margin-bottom: 0;
  overflow: visible;
  position: relative;
}
.SP-form .SP-field-shorthand input {
  border: 1px solid #95a0a8;
}
.SP-home .SP-form .SP-field-shorthand input {
  border: none;
}
.SP-form .SP-field-shorthand button {
  color: #333333;
  font-size: 1em;
  height: 2.8em;
  left: auto !important;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 3em;
}
.SP-form .SP-field-shorthand button > span {
  background-color: transparent;
  padding: 0;
}
.SP-form .SP-field-shorthand button i {
  display: inline;
  font-size: 2em;
  right: 0;
  top: -3px;
}
.SP-home .SP-form .SP-field-shorthand button i {
  font-size: 1em;
  top: 1px;
}
.SP-form .SP-field-shorthand button i:before {
  position: absolute;
  right: 5px;
  top: 3px;
}
.SP-home .SP-form .SP-field-shorthand button {
  font-size: 1em;
}
.SP-home .SP-form .SP-field-shorthand button i:before {
  top: 3px;
}


/* Kontaktformular - - - - - - */
#SP-content .SP-form-contact .SP-headline {
  font-size: 1.75em;
  margin-bottom: 1.1429em;
}
#SP-content .SP-form-contact .SP-headline:after {
  background-color: #347520;
  content: ' ';
  display: block;
  height: 2px;
  margin: 0.5715em 0;
  width: 105px;
}
#SP-content .SP-form-contact .SP-encrypted-email {
  background-color: #EBF3DF;
  border: 1px solid #EBF3DF;
  box-sizing: border-box;
  display: inline-block;
  height: 2.625em;
  line-height: 2.125;
  padding: 0.25em 0 0 15px;
  width: 100%;  
}
@media (min-width: 48em) {
  .SP-form-contact .SP-headline {
    margin-left: -16.8876%;
  }
  #SP-content .SP-form-contact .SP-headline:after {
    width: 15.8901%;
  }
}
@media (min-width: 60.5em) {
  #SP-content .SP-form-contact .SP-headline:after {
    width: 16.2%;
  }
}


/* Kontaktformular im Fuß - - - - - - */
.SP-footerbox.SP-form input,
.SP-footerbox.SP-form select,
.SP-footerbox.SP-form textarea {
  background-color: #f1f4f5;
}
.SP-footerbox.SP-form input,
.SP-footerbox.SP-form select,
.SP-footerbox.SP-form textarea,
.SP-footerbox.SP-form .SP-field-checkbox .SP-label:before,
.SP-footerbox.SP-form .SP-field-radio .SP-label:before {
  border: 1px solid #000000;
}
.SP-footerbox.SP-form .SP-fieldset {
  margin-bottom: 0;
}
.SP-footerbox.SP-form .SP-annotation {
  clear: both;
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1.2857;
  margin-bottom: 1em;
  margin-top: 0;
}
.SP-footerbox.SP-form .SP-field .SP-label {
  color: #FFFFFF;
}
.SP-footerbox.SP-form .SP-field-checkbox .SP-label,
.SP-footerbox.SP-form .SP-field-radio .SP-label {
  font-size: 0.875em;
  line-height: 1.2858;
}
.SP-footerbox.SP-form .SP-field-checkbox input,
.SP-footerbox.SP-form .SP-field-radio input {
  float: left;
  margin: 0 25px 10px 0; 
  padding: 0;
  position: absolute;
  z-index: 0;
}
.SP-footerbox.SP-form button > span {
  background-color: #f1f4f5;
  color: #333333;
}
.SP-footerbox.SP-form .SP-errors p,
.SP-footerbox.SP-form .SP-error {
  color: #FFFFFF !important;
}
.SP-field-checkbox input:checked ~ .SP-label::before {
  color: #333333;
}

/* ### Generator - - - - - - - */
.SP-form-generator .SP-annotation {
  margin-bottom: 1.5em;
}
.SP-form-generator .SP-fieldset-options li {
  clear: both;
  float: none;
}
.SP-form-generator .SP-fieldset-options-inline li {
  clear: none;
  float: left;
  width: auto;
}
.SP-form-generator .SP-space-below {
  margin-bottom: 1.5em;
}


/* ### Newsletter - - - - - - - */
.SP-form-newsletter-registration .SP-fieldset-options li {
  clear: both;
  float: none;
}
.SP-form-newsletter-registration .SP-fieldset-options-inline li {
  clear: none;
  float: left;
  width: auto;
}


/**
 * Upload
 */

.js .SP-field--upload .SP-field__label {
  color: #333333;
  font-weight: 600;
}
.js .SP-field--upload .SP-field__upload {
  opacity: 0;
  -webkit-opacity: 0;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.js .SP-field--upload .SP-field__wrapper,
.js .SP-field--upload .SP-field__file {
  background: #EBF3DF;
  display: block;
  position: relative;
}
.js .SP-field--upload .SP-error .SP-field__file {
  line-height: 1.667;
}
.js .SP-field--upload .SP-field__file {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 15px;
}
.js .SP-field--upload .SP-field__file:after {
  content: '\A0';
}
.js .SP-field--upload .SP-button {
  background: #347520;
  bottom: 5px;
  font-weight: 300;
  overflow: hidden;
  position: absolute;
  padding: .175em .5em;
  right: 5px;
}

.no-js .SP-field--upload .SP-field__wrapper {
  display: none;
}
  



  
#SP-search-result {
  margin-bottom: 3em;
}


/* ### Intro-Fake - - - - - - */
#SP-search h1 {
  width: 85.7143%;
}
#SP-search h1:after {
  background-color: #347520;
  content: ' ';
  display: block;
  font-size: 0.5714em;
  height: 2px;
  margin: 1em 0 2em 0;
  width: 105px;
}
@media (min-width: 48em) {
  #SP-search h1 {
    margin-left: -16.8742%;
  }
  #SP-search h1:after {
    width: 19.6856%;
  }
}
@media (min-width: 60.5em) {
  #SP-search h1 {
    margin-left: -16.6638%;
  }
  #SP-search h1:after {
    width: 19.4438%;
  }
}


/* ### alle Suchformulare - - - - - - */
.SP-form-search {
  margin-bottom: 2.5em;
}
@media (min-width: 48em) {
  .SP-form-search {
    width: 85.7143%;
  }
}
.SP-form-search .SP-fieldset {
  margin-bottom: 1.5em;
}
.SP-form-search .SP-annotation.SP-link a {
  font-size: 1.25em;
}


/* ### Einfache Suche - - - - - - */
.SP-form-search-simple .SP-fieldset {
  position: relative;
}
.SP-form-search-simple .SP-field-search {
  padding-right: 135px;
}
.SP-form-search-simple button {
  bottom: -2px;
  position: absolute;
  right: 0;
}
.SP-form-search-simple .SP-annotation.SP-link a {
  display: inline-block;
}

/* ### Erweiterte Suche - - - - - - */
.SP-form-search-advanced .SP-annotation.SP-link {
  margin-top: -3.25em;
}
.SP-form-search-advanced .SP-annotation.SP-link a {
  display: inline-block;
}

/* ### Ergebnisse - - - - - - */
#SP-search-result.SP-cont-teaserlist,
#SP-search-result .SP-cont-teaserlist {
  margin-left: 0;
  width: 100%;
}
#SP-search-result.SP-cont-teaserlist > ol > li,
#SP-search-result.SP-cont-teaserlist > ul > li,
#SP-search-result .SP-cont-teaserlist li {
  border-top: 1px solid #347520;
  margin-bottom: 0;
  padding-top: 1em;
}
#SP-search-result.SP-cont-teaserlist > ol > li:first-child,
#SP-search-result.SP-cont-teaserlist > ul > li:first-child,
#SP-search-result .SP-cont-teaserlist li:first-child {
  border-top: none;
}
#SP-search-result.SP-cont-teaserlist li a,
#SP-search-result .SP-cont-teaserlist li a {
  color: #333333;
  display: block;
  overflow: hidden;
}
#SP-search-result.SP-cont-teaserlist li i:after,
#SP-search-result .SP-cont-teaserlist li i:after {
  content: ' ';
}


/* ### Paging - - - - - - */
.SP-paging {
  border-bottom: 2px solid #347520;
  font-size: 1.125em;
  line-height: 1.5em;
  padding-bottom: .5em;
  text-align: center;
}
.SP-paging .SP-paging-first,
.SP-paging .SP-paging-previous,
.SP-paging .SP-paging-pages,
.SP-paging .SP-paging-pages ol,
.SP-paging .SP-paging-pages ul,
.SP-paging .SP-paging-pages ol li,
.SP-paging .SP-paging-pages ul li,
.SP-paging .SP-paging-next,
.SP-paging .SP-paging-last {
  display: inline-block;
}
.SP-paging .SP-paging-previous,
.SP-paging .SP-paging-pages ol li,
.SP-paging .SP-paging-pages ul li,
.SP-paging .SP-paging-next {
  padding: 0 8px;
}
.SP-paging .SP-paging-pages ol li a {
  display: inline !important;
}
.SP-paging-below {
  border-bottom: 0;
  border-top: 2px solid #347520;
  padding-bottom: 0;
  padding-top: .5em;
}
.SP-paging-above {
  text-align: left;
}
.SP-paging-above .SP-paging-pages,
.SP-paging-above .SP-paging-first,
.SP-paging-above .SP-paging-next,
.SP-paging-above .SP-paging-previous,
.SP-paging-above .SP-paging-last {
  display: none;
}
.SP-paging-below .SP-paging-first,
.SP-paging-below .SP-paging-last,
.SP-paging-below .SP-search-result-info {
  display: none;
}

@media (min-width: 48em) {
  .SP-paging {
    margin-left: -16.8742%;
  }
}


/* ### Facetten - - - - - - */
#SP-nav-search-facets {
  background-color: #f1f4f5;
  display: none;
  margin-top: 2em;
}
#SP-nav-search-facets .SP-nav-head {
  background-color: #347520;
  color: #FFFFFF;
  font-size: 1.125em;
  line-height: 1.3334;
  padding: 8px 20px;
  position: relative;
}
#SP-nav-search-facets .SP-nav-body {
  padding: 8px 20px;
}
#SP-nav-search-facets li {
  margin-top: 2em;
}
#SP-nav-search-facets li:first-child {
  margin-top: 0;
}
#SP-nav-search-facets dt {
  font-weight: 700;
}
#SP-nav-search-facets dd a {
  color: #333333;
}
#SP-nav-search-facets .SP-search-facet-selected {
  font-weight: 700;
}

@media (min-width: 60.5em) {
  #SP-nav-search-facets {
    display: block;
  }
}


/* ### Suggest - - - - - - */
.SP-suggest {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #95a0a8;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 10001;
}
.SP-suggest li {
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 3px 15px;
}
.SP-suggest li:nth-child(2n) {
  background-color: #f1f4f5;
}
.SP-suggest li:hover,
.SP-suggest li.active {
  background-color: #EBF3DF;
}
.SP-suggest li .SP-suggest-amount {
  display: none;
}
  



  
#SP-eventlists {
  border-bottom: 1px solid #808080;
  float: left;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
}
@media (min-width: 44em) {
  #SP-eventlists .SP-eventlist-first {
    float: left;
    width: 48.6328%;
  }
  #SP-eventlists .SP-eventlist-second {
    float: right;
    margin-bottom: 18em;
    width: 48.6328%;
  }
}
.SP-snip-calendar-of-events .SP-more {
  float: right;
  margin-bottom: 0.55em;
}
#SP-eventlists .SP-calendarsheet {
  bottom: 0;
  display: none;
  float: right;
  margin-bottom: 3.25em;
  position: absolute;
  right: 0;
  width: 48.6328%;
}
@media (min-width: 60.5em) {
  #SP-eventlists .SP-calendarsheet {
    display: block;
  }
}
#SP-eventlists .SP-calendarsheet .SP-calendar-of-events {
  background-color: #eff6e3;
  padding: 0.25em 2% 0.75em;
}
.SP-snip-calendar-of-events.SP-snip-links h2 {
  font-size: 1.6875em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.7407em;
}
.SP-snip-calendar-of-events.SP-snip-links h2,
.SP-snip-calendar-of-events.SP-snip-links .SP-text {
  padding-left: 2px;
}
@media (min-width: 44em) {
  .SP-snip-calendar-of-events.SP-snip-links h2
  .SP-snip-calendar-of-events.SP-snip-links .SP-text {
    padding-left: 0;
  }
}


.SP-snip-calendar-of-events.SP-snip-links ul li {
  margin-bottom: 0.375em;
  padding: 2px;
}
.SP-snip-calendar-of-events.SP-snip-links ul.SP-more li {
  background-color: transparent;
  margin-bottom: 0;
}
.SP-snip-calendar-of-events ul .SP-link a {
  background-color: #eff6e3;
  min-height: 2.75em;
  padding-left: 0;
}
.SP-snip-calendar-of-events ul.SP-more .SP-link a {
  background-color: transparent;
  min-height: 0;
  padding-left: 0.2em;
}
.SP-snip-calendar-of-events .SP-link a .SP-date {
  background-color: #347520;
  bottom: 0;
  color: #FFFFFF;
  display: block;
  min-height: 100%;
  position: absolute;
  width: 3.5em;
}
.SP-snip-calendar-of-events .SP-link a .SP-date-from,
.SP-snip-calendar-of-events .SP-link a .SP-date-to {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
.SP-snip-calendar-of-events .SP-link a .SP-date-until {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.SP-snip-calendar-of-events .SP-link a .SP-date-from ~ .SP-date-to:before {
  content: '-';
  font-size: 1.5em;
  left: -0.15em;
  position: absolute;
  top: -.2em;
}
.SP-snip-calendar-of-events .SP-link a .day,
.SP-snip-calendar-of-events .SP-link a .month,
.SP-snip-calendar-of-events .SP-link a .year {
  display: block;
  margin-top: 1px;
  text-align: center;
}
.SP-snip-calendar-of-events .SP-link a .day {
  font-size: 1.25em;
  line-height: 1.08;
}
.SP-snip-calendar-of-events .SP-link a .month {
  font-size: 0.85em;
  line-height: 0.9412;
}
.SP-snip-calendar-of-events .SP-link a .year {
  font-size: 0.65em;
  line-height: 1.0769;
}
.SP-snip-calendar-of-events .SP-link a .SP-time,
.SP-snip-calendar-of-events .SP-link a .SP-text {
  display: block;
  font-size: 0.9em;
  margin-left: 4.565em;
  margin-right: 0.25em;
  margin-bottom: 0;
}
.SP-snip-calendar-of-events .SP-link a .SP-time {
  font-size: 0.75em;
  margin-left: 5.478em;
}
.SP-snip-calendar-of-events .SP-more a {
  padding-left: 0;
  padding-right: 30px;
}
.SP-snip-calendar-of-events .SP-more a i {
  left: auto;
  right: 0;
}

/* NAVIGATION CALENDAR SHEET (START) */

.SP-calsheet-navi-months {
  font-size: 1.25em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.25em;
  width: 27.5%;
}
.SP-calsheet-navi-months .SP-month {
  display: block;
  margin-bottom: 1px;
}
.SP-month.SP-month-1 {
  margin-bottom: -1px;
  margin-top: 2px;
}
.SP-calsheet-navi-months .SP-month a {
  color: #000000;
}
.SP-calsheet-navi-months .active a {
  color: #333333;
  font-weight: bold;
}
/* NAVIGATION CALENDAR SHEET (ENDE) */

/* CALENDAR SHEET (START) */

.SP-events table.sp_calsheet {
  border-collapse: collapse;
  width: 70%;
}
.SP-home .SP-events table.sp_calsheet {
  font-size: 1.25em;
}

/* Farben */

.SP-events .sp_calsheet span {
  color: #000000;
}
.SP-events .sp_calsheet th > a:link,
.SP-events .sp_calsheet th > a:visited,
.SP-events .sp_calsheet td > a:link,
.SP-events .sp_calsheet td > a:visited {
  color: #333333;
}
.SP-events .sp_calsheet .sp_calsheetDaySun > a:link,
.SP-events .sp_calsheet .sp_calsheetDaySun > a:visited,
.SP-events .sp_calsheet .sp_calsheetDaySun > a:hover,
.SP-events .sp_calsheet .sp_calsheetDaySun > a:focus,
.SP-events .sp_calsheet .sp_calsheetDaySun span,
.SP-events .sp_calsheet .sp_calsheetHoliday > a:link,
.SP-events .sp_calsheet .sp_calsheetHoliday > a:visited,
.SP-events .sp_calsheet .sp_calsheetHoliday > a:hover,
.SP-events .sp_calsheet .sp_calsheetHoliday > a:focus,
.SP-events .sp_calsheet .sp_calsheetHoliday span {
  color: #C22906;
}

.SP-events .sp_calsheet td {
  background-color: #f1f4f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #f1f4f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #f1f4f5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #f1f4f5 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #f1f4f5 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%, #f1f4f5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #f1f4f5 100%);
  border: 1px solid #999988;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
}

.SP-events .sp_calsheet a.sp_calsheetOutOfMonth,
.SP-events .sp_calsheet span.sp_calsheetOutOfMonth {
  background-color: #DDDDDD;
}

/* Groessen */

.SP-events table.sp_calsheet th,
.SP-events table.sp_calsheet td {
  padding: 0;
}

.SP-events table.sp_calsheet th span {
  speak-header: always;
}

.SP-events .sp_calsheet div a,
.SP-events .sp_calsheet a.sp_calsheetOutOfMonth,
.SP-events .sp_calsheetWeek .sp_calsheetKWName a,
.SP-events .sp_calsheet .sp_calsheetCurrent a {
  vertical-align: middle;
}

/* Schriftauszeichnung */

.SP-events .sp_calsheet th {
  font-weight: normal;
  width: 12.5%;
}
.SP-events .sp_calsheet th > a,
.SP-events .sp_calsheet th > a:link,
.SP-events .sp_calsheet th > a:hover,
.SP-events .sp_calsheet td > a,
.SP-events .sp_calsheet td > a:link,
.SP-events .sp_calsheet td > a:hover {
  text-decoration: none;
  font-weight: bold;
}
.SP-events .sp_calsheet {
  text-align: center;
}
.SP-events .sp_calsheetDays a:hover,
.SP-events .sp_calsheetKWName a:hover,
.SP-events .sp_calsheetDays .sp_calsheetToday a:hover {
  text-decoration: none;
}

/* Allgemein */

.SP-events .sp_calsheet a,
.SP-events .sp_calsheet span {
  display: block;
}
.SP-events caption.sp_calsheetNavigation,
.SP-events .sp_calsheet .sp_calsheetCurrentMonth a {
  display: none;
}
.SP-events .sp_calsheet .sp_calsheetWeek a span,
.SP-events .sp_calsheet .sp_calsheetWeek span span {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: -9999px;
  width: 1px;
}

.SP-events .sp_calsheetHeader,
.SP-events .sp_calsheetWeek,
.SP-events .sp_calsheetEnd {
  clear: both;
}
.SP-events .clear {
  clear: both;
  overflow: hidden;
  height: 0.1em;
  line-height: 0;
  max-height: 1px;
}
.SP-events .clear br,
.SP-events .sp_calsheetKWName a span,
.SP-events .sp_calsheetKWName span span {
  display: none;
}
.SP-events .sp_calsheet .calendar-details {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 2px 2px 5px #CCCCCC;
  box-sizing: border-box;
  font-size: 0.875em;
  left: 1%;
  line-height: 1.25em;
  margin-top: 0em;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 98%;
  visibility: hidden;
  z-index: 9999;
  -moz-box-shadow: 2px 2px 5px #CCCCCC;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 5px #CCCCCC;
  -webkit-box-sizing: border-box;
  -moz-transition: visibility 0s linear  0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear  0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear  0.2s, opacity 0.2s linear;
  -webkit-transition: visibility 0s linear  0.5s, opacity 0.5s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.SP-home .SP-events .sp_calsheet .calendar-details {
  font-size: 0.8em;
  left: 9%;
  width: 64.5%;
}
.SP-home .SP-events .sp_calsheet .calendar-details h4 {
  font-size: 1.125em;
}
.SP-events table.sp_calsheet tr.sp_calsheetWeek td:focus div.calendar-details,
.SP-events table.sp_calsheet tr.sp_calsheetWeek td:hover div.calendar-details {
  visibility: visible;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.SP-events .sp_calsheet .calendar-details h4 {
  font-size: 110%;
  margin: 3px 0 6px 0;
  padding: 0 0 5px 0;
}
.SP-events .sp_calsheet .calendar-details a {
  color: #00498d;
  font-size: 1em;
  line-height: 1.25;
}
.SP-events .sp_calsheet .calendar-details a i {
  top: 3px;
}

/* CALENDAR SHEET (ENDE) */


/* CALENDAR UEBERSICHT (ANFANG)*/

@media (min-width: 48em) {
  .SP-events-header {
    margin-left: -16.8742%;
  }
}
.SP-events-header .tabs {
  background-color: #347520;
  margin-bottom: 1em;
  overflow: hidden;
}
.SP-events-header .tabs .tab {
  border-right: 5px solid #FFFFFF;
  display: block;
  float: left;
}
.SP-events-header .tabs .tab-active {
  background-color: #eff6e3;
}
.SP-events-header .tabs .tab a {
  color: #FFFFFF;
  display: block;
  padding: 0.3125em 0.625em;
}
.SP-events-header .tabs .tab-active a {
  color: #000000;
}
.SP-events-header .tabs .tab .inner-left,
.SP-events-header .tabs .tab .inner-right {
  display: none;
}
.SP-events-navigation {
  font-size: 1.125em;
  margin-bottom: 1em;
  padding: 2px;
}
@media (min-width: 48em) {
  .SP-events-navigation {
    margin-left: -16.6664%;
  }
}
.SP-events-navigation a {
  color: #333333;
}
.SP-events-navigation .active {
  font-weight: bold;
}
.SP-events-navigation .SP-events-divider {
  border-left: 2px solid #333333;
  display: inline-block;
  height: 1.125em;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
  vertical-align: text-bottom;
  width: 0;
}
#hlnEvents {
  border-bottom: none;
  margin-bottom: 0;
}
.SP-events-navigation + #SP-events > #hlnEvents {
  display: none;  /* nachträglich versteckt */
}
#hlnEvents span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 48em) {
  #hlnEvents + .SP-text {
    margin-left: -16.8742%;
  }
}
.SP-events .SP-snip-anchors {
  margin-bottom: 1em;
}
.SP-events .SP-cont-teaserlist .SP-date {
  background-color: #eff6e3;
  padding: 3px 10px 2px 10px;
}
.SP-events .SP-teaser .SP-teaser-text:before {
  content: none; 
  display: none;
}
.SP-events .SP-teaser-image {
  margin-top: 0.65em;
}
.SP-events .SP-teaser dl {
  display: inline-block;
  font-size: 0.85em;
  margin-top: 0.5em;
  width: 100%;
}
.SP-events .SP-teaser a:hover dl {
  text-decoration: none;
}
.SP-events .SP-teaser dl > dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding-right: 2%;
}
/* CALENDAR UEBERSICHT (ENDE)*/



/* CALENDAR DETAILS (ANFANG) */

.SP-event > .SP-caption {
  margin-left: -16.8742%;
}
.SP-event .SP-snip-detail {
  clear: both;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0;
  position: relative;
  width: 99.59%;
}
.SP-event .SP-snip-detail:before {
  background-color: #347520;
  content: ' ';
  display: block;
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.SP-event .SP-snip-detail > dt {
  border-top: 0.5em solid #FFFFFF;
  clear: left;
  color: #FFFFFF;
  float: left;
  line-height: 1.375;
  margin: 0;
  overflow: hidden;
  padding: 1%;
  width: 6em;
}
.SP-event .SP-snip-detail > dt:first-child {
  border-top: none;
}
.SP-event .SP-snip-detail dd {
  background-color: #eff6e3;
  border-top: 0.5em solid #FFFFFF;
  line-height: 1.375;
  margin: 0;
  overflow: hidden;
  padding: 1%;
}
.SP-event .SP-snip-detail > dt:first-child + dd {
  border-top: none;
}
.SP-event .SP-snip-detail .SP-link a {
  font-size: 1em;
}
.SP-event .SP-snip-detail .SP-text {
  margin-bottom: 0;
}
.SP-event .SP-snip-detail .SP-text + ul {
  margin-top: 1.5em;
}
/* CALENDAR DETAILS (ENDE) */

/* CALENDAR FORMULAR VERANSTALTUNGSDATEN (ANFANG) */

.SP-form-event .SP-annotation,
.SP-form-event .SP-space-below {
  margin-bottom: 1.5em;
}
#tblcllCalendarRepetitionEnd {
  white-space: nowrap;
}
#tblcllCalendarRepetition .SP-label,
#cal_repetitionCount .SP-label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#divCalendarTypeDaily .SP-fieldset,
#divCalendarTypeWeekly .SP-fieldset,
#divCalendarTypeMonthly .SP-fieldset,
#divCalendarTypeYearly .SP-fieldset {
  margin-bottom: 0;
}
#divCalendarTypeDaily .SP-field-radio > input,
#divCalendarTypeWeekly .SP-field-radio > input,
#divCalendarTypeMonthly .SP-field-radio > input,
#divCalendarTypeYearly .SP-field-radio > input {
  position: static;
  width: auto;
}
.SP-form-event table caption {
  display: none;
}
.SP-form-event table .SP-field-checkbox {
  margin-right: 1em;
}
.SP-form-event .sp-upload {
  display: block;
  overflow: hidden;
  position: relative;
}
.SP-form-event .sp-upload > input {
  float: right;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: relative;
  z-index: 2;
}
.SP-form-event .sp-upload .sp-upload-fake {
  height: 2.625em;
  position: absolute; 
  top: 0;
  width: 100%;
}
.SP-form-event .sp-upload .sp-upload-fake .btn-upload {
  position: absolute;
  right: 0;
}
.SP-form-event .sp-upload .sp-upload-fake .btn-upload button {
  background-color: #347520;
  color: #FFFFFF;
  font-size: 1.125em;
  padding: 11px 33px;
}
.SP-form-event .SP-fieldset-options .SP-field-radio {
  clear: both;
  float: left;
}
.SP-form-event .SP-fieldset-options .SP-field-number {
  overflow: visible;
  top: 2px;
}
.SP-form-event .SP-fieldset-options .SP-field-select {
  overflow: visible;
  top: -11px;
  width: 100px;
}
.SP-form-event .SP-fieldset-options .SP-field-number .SP-label,
.SP-form-event .SP-fieldset-options .SP-field-number input,
.SP-form-event .SP-fieldset-options .SP-field-number .SP-text {
  float: left;
}
.SP-form-event .SP-fieldset-options .SP-field-number input {
  margin: 0 5px;
  position: relative; 
  top: -11px;
  width: auto;
}
.SP-form-event .SP-fieldset-options-inline .SP-field {
  clear: none !important;
  float: left !important; 
}
.SP-form-event #divCalendarTypeMonthly .SP-fieldset-inner {
  overflow: hidden;
  padding-top: 1em;
}
.SP-form-event label[for="selRepYearMonth2"] {
  display: block;
  overflow: hidden;
  position: relative;
  width: 150%;
}
.SP-form-event label[for="selRepYearMonth2"] .SP-label {
  display: inline-block;
  float: left;
  margin-right: 5px;
  position: relative;
  top: 11px;
}
.SP-form-event label[for="selRepYearMonth2"] select {
  display: block;
  float: left;
  width: 75%;
}
.SP-form-event .SP-field-select label[for="selRepYearMonth2"]:after{
  right: 16px;
}
.SP-calendar-of-events #SP-search-result .SP-cont-teaserlist li {
  padding-bottom: 1em;
}
/* CALENDAR FORMULAR VERANSTALTUNGSDATEN (ENDE) */
  



  
/* ### Suchformular: Kategorien - - - - - - */
#SP-mod-directory .SP-form-search-simple .SP-fieldset {
  margin-bottom: 0;
}

/* ### Uploadfeld-Löschen-Checkbox - - - - - - */
#SP-mod-directory-edit .SP-field-upload input[type="checkbox"] {
  padding: 0;
  margin: 0;
  left: -10px;
  position: absolute;
}
#SP-mod-directory-edit .SP-field-upload input[type="checkbox"] + .SP-label:before {
  background-color: #EBF3DF;
  border: 1px solid #95a0a8;
  content: ' ';
  display: block;
  float: left;
  height: 22px;
  left: 1px;
  margin-right: 14px;
  position: relative;
  top: 1px;
  text-align: center;
  width: 22px;
}
#SP-mod-directory-edit .SP-field-upload input[type="checkbox"]:checked + .SP-label:before {
  content: '✓';
  font-size: 1.3334em;
  line-height: 1.125;
}

/* ### Verwaltung - - - - - - */
#SP-mod-directory-navigation {
  margin-top: 2.5em;
}
#SP-mod-directory-overview table {
  border-collapse: collapse;
  clear: both;
  width: 100%;
}
#SP-mod-directory-overview table tfoot tr,
#SP-mod-directory-overview table thead tr {
  background-color: #eff6e3 !important;
}
#SP-mod-directory-overview table tr {
  background-color: #FFFFFF;
}
#SP-mod-directory-overview td,
#SP-mod-directory-overview th {
  border: 1px solid #CCCCCC;
  line-height: 1.375;
  padding: 6px;
  text-align: left;
}

/* ### Suche - - - - - - */
#SP-mod-directory .SP-form-search-simple {
  position: relative;
}
.no-js #SP-mod-directory .SP-form-search-simple {
  padding-bottom: 4.5em;
}
#SP-mod-directory .SP-form-search-simple .SP-fieldset legend span {
  font-size: 1em;
  margin-bottom: 0;
}
#SP-mod-directory .SP-button {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* ### Ergebnislisten - - - - - - */
#SP-mod-directory .SP-cont-teaserlist {
  margin-left: 0;
}
#SP-mod-directory .SP-cont-teaserlist dt {
  display: none;
}
#SP-mod-directory .SP-cont-teaserlist dt:first-child + dd,
#SP-mod-directory .SP-cont-teaserlist dt.SP-field-file:first-child + dd + dt + dd {
  font-weight: 700;
}
#SP-mod-directory .SP-cont-teaserlist dd.SP-field-file {
  float: left;
  margin-right: 2.4938%;
  width: 26.1845%;
}
#SP-mod-directory .SP-cont-teaserlist dd:not(.SP-field-file) {
  margin-left: 28.6783%;
}
#SP-mod-directory .SP-field.SP-field-file > img {
  max-width: 100%;
}


/* ### Details- - - - - - */
#SP-mod-directory-back {
  margin-bottom: 2.5em;
}


/* ### Eintrag erstellen */
#SP-mod-directory .SP-fieldset-options .SP-label {
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: 400;
}
  



  
.SP-caption-news {
  line-height: 1.25em;
  margin-bottom: .5em;
}
.SP-caption-news .SP-news-date:after,
.SP-caption-news .SP-news-author:after,
.SP-caption-news .SP-news-author-department:before {
  content: ' | ';
}
  



  
/* Lightbox */

@media screen {

  /* Wrapper */
  .SP-lightbox-wrapper {
    z-index: 15002;
  }

  /* Overlay */
  .SP-lightbox-overlay {
    background-color: #323030;
    height: 100%;
    left: 0;
    opacity: 0.80;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;

    /* Browser Anpassungen @fix */
    filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -o-opacity: 0.80;
  }

  .SP-lightbox-overlay a {
    display: block;
    height: 100%;
    width: 100%;
  }

  /* Ladezustand */
  .SP-lightbox .SP-loading {
    background: url(/WEB-IES/img/loader.gif) no-repeat center center #FFFFFF;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10002;

    /* Browser Anpassungen @fix */
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -o-opacity: 0.40;
  }

  /* Galerie Haupt-Container */
  .SP-lightbox {
    background-color: #EFEEEE;
    height: 655px;
    left: 50%;
    margin: -327px 0 0 -383px;
    position: fixed;
    text-align: left;
    top: 50%;
    width: 766px;
    z-index: 10001;
  }

  .SP-lightbox-title {
    border-color: #FDFBFC;
    border-style: solid;
    border-width: 1px 1px 0 0;
    bottom: 0;
    height: 53px;
    overflow: auto;
    position: absolute;
    text-align: left;
    width: 598px;
  }

  .SP-lightbox-title .inner {
    color: #372E29;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 5px 5px 4px 14px;
    position: absolute;
  }

  .SP-lightbox-content {
    overflow: hidden;
    padding: 2px;
    position: relative;
    width: auto;
  }

  .SP-lightbox-content-inner {
    overflow: hidden;
    padding: 10px;
  }

  .SP-lightbox-content .SP-snip {
    margin-bottom: 0;
  }

  .SP-lightbox-content .SP-snip-teaser a {
    display: block;
  }

  .SP-lightbox-content .SP-teaser-image {
    float: left;
    margin: 0 -100% 0 0;
  }

  .SP-lightbox-content .SP-teaser-image img {
    display: block;
  }

  .SP-lightbox-content .SP-teaser-text {
    padding: 0.75em 1.5em 0.75em 40%;
  }

  .SP-lightbox-content .SP-teaser-text .SP-text {
    background-color: rgba(242, 248, 255, 0.8);
    margin: 0;
    padding: 0.625em 1em;
    position: relative;
  }

  .SP-lightbox-close:before {
    color: #716D6C;
    content: "X";
    cursor: pointer;
    font-weight: bold;
  }

  .SP-lightbox-close {
    color: #FFFFFF;
  }

  .SP-lightbox-close a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .SP-lightbox-close:hover {
    background-position: -58px -25px;
  }
}

/* Customization */
@media screen {

  .SP-lightbox-wrapper {
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    height: 100%;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 15002;
  }

  /* .SP-lightbox-overlay {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
  } */


  .SP-lightbox.SP-dimension-info {
    background-color: #FFFFFF;
    border: 0;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    text-align: left;
    top: 10%;
    width: auto;
  }

  .SP-lightbox .SP-lightbox-title {
    display: none;
  }

  .SP-lightbox .SP-lightbox-close {
    cursor: pointer;
    font-size: 1.286em;
    height: 1.55em;
    overflow: hidden;
    padding: 0.667% 1.112%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 1.55em;
  }

  .SP-lightbox .SP-lightbox-close:before {
    color: #333333;
    content: "\2613";
    display: block;
    font-family: 'SP-icons-leverkusen';
  }
}

@media screen and (min-width: 60.5em) {
  .SP-lightbox-wrapper {
    position: fixed;
  }
  .SP-lightbox.SP-dimension-info {
    border: 2px solid #C1431C;
    max-width: 600px;
    width: 90%;
  }
}

@media screen and (min-width: 71.25em) {
  .SP-has-ad-skyscraper .SP-lightbox-wrapper {
    padding-right: 210px;
  }
}
  



  
/* iLink - - - - - - */
div.ilink {
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: 25;
}
div.ilink > div {
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 2%;
  text-align: left;
}

/* Grobstruktur: Header, Body, Footer - - - - - - */
.SP-lightbox-wrapper ~ div {
  display: none;
}
@media screen and (min-width: 60.5em) {
  .SP-lightbox-wrapper ~ div {
    display: block;
  }
}
#SP-page {
  overflow: hidden;
  position: relative;
}
#SP-header {
  height: 93px;
  position: relative;
  text-align: center;
  z-index: 2;
}
#SP-header:after {
  background: #91B813; /* Old browsers */
  background: -moz-linear-gradient(top,  #91B813 0%, #80A311 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91B813), color-stop(100%,#80A311)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #91B813 0%,#80A311 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #91B813 0%,#80A311 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #91B813 0%,#80A311 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #91B813 0%,#80A311 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91B813', endColorstr='#80A311',GradientType=0 ); /* IE6-9 */
  bottom: 0;
  content: ' ';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.SP-home #SP-header {
  border-bottom: none;
}
#SP-header-inner {
  height: 100px;
  margin: 0 auto;
  max-width: 1230px;
  position: relative;
  text-align: left;
}
@media (min-width: 60.5em) {
  #SP-header-inner {
    padding: 0 25px;
  }
}
#SP-body {
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.SP-home #SP-body {
  padding-top: 4px;
}
#SP-body-inner {
  margin: 0 auto 58px auto;
  max-width: 1230px;
  position: relative;
  text-align: left;
}
#SP-footer {
  position: relative;
  text-align: center;
  z-index: 2;
}
#SP-footer-inner {
  margin: 0 auto;
  max-width: 1230px;
  padding-top: 53px;
  text-align: left;
}
#SP-footer-content-wrapper {
  background: #347520; /* Old browsers */
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
#SP-footer-content {
  margin: 0 auto;
  max-width: 1230px;
  padding-bottom: 4em;
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 21.25em) {
  #SP-header {
    height: 76px;
  }
  #SP-header:after {
    height: 8px;
  }
}
@media (max-width: 35em) {
  #SP-header {
    
  }
}
@media (min-width: 48em) {
  #SP-header {
    border-bottom: 9px solid #347520;
    height: 83px;
  }
  #SP-header:after {
    display: none;
  }
  #SP-body-inner,
  #SP-footer-content-wrapper {
    padding: 0 25px;
  }
  #SP-footer-content {
    padding-bottom: 2em;
  }
}

@media (min-width: 60.5em) {
  #SP-page {
    z-index: 1;
  }
  #SP-header {
    height: 138px;
  }
  #SP-header-inner {
    height: 138px;
  }
}


/* Struktur im Body - - - - - - */
.SP-home #SP-content {
  margin-top: -32px;
}
#SP-intro,
article > h1 {
  max-width: 720px;
  padding: 0 5px;
}
#SP-intro:after {
  background-color: #347520;
  content: ' ';
  display: block;
  height: 2px;
  margin: 1em 0;
  width: 105px;
}
.SP-home #SP-intro:after {
  content: none;
}
#SP-content-inner {
  overflow: hidden;
  padding: 0 5px;
}
.SP-home #SP-content-inner {
  padding: 0;
}
@media (min-width: 48em) {
  #SP-intro,
  article > h1 {
    padding: 0;
    width: 85.7143%;
  }
  #SP-intro:after {
    width: 15.8901%;
  }
  #SP-content-inner {
    padding-left: 13.62%;
    padding-right: 5%;
    width: 80.7153%;
  }
  #SP-content {
    width: 100%;
  }
  .SP-home #SP-content {
    margin-top: 0;
  }
  .SP-home #SP-content-inner {
    padding-right: 0;
    width: auto;
  }
}
@media (min-width: 60.5em) {
  #SP-intro:after {
    width: 16.6664%;
  }
  #SP-content-inner {
    padding-left: 14.2847%;
    padding-right: 0;
    width: auto;
  }
  #SP-content {
    float: left;
    width: auto;
  }
}
.SP-home #SP-content {
  float: none;
  padding-right: 0;
  width: 100%;
}
#SP-marginal {  
  clear: both;
  float: none;
  padding: 0 5px;
}

#SP-marginal #SP-nav-main-second {
  display: none;
}

@media (min-width: 60.5em) {
  #SP-content {
    padding-right: 5.1702%;
    width: 65.6579%;
  }
  #SP-marginal {
    clear: none;
    display: block;
    float: right;
    padding: 0;
    width: 29.1719%;
  }
  #SP-marginal #SP-nav-main-second {
    display: block;
  }
}


/* Logo - - - - - - */
#SP-logo {
  position: relative;
}
#SP-logo #SP-logo-default {
  display: none;
  left: 26px;
  padding: 2px;
  position: absolute;
  top: 3px;
  width: 240px;
  z-index: 20;
}
#SP-logo #SP-logo-mobile {
  left: 4px;
  position: absolute;
  top: 5px;
  width: 200px;
  z-index: 20;
}
#SP-logo img {
  display: block;
}

@media (max-width: 21.25em) {
  #SP-logo #SP-logo-mobile img {
    width: 80px;
  }
}

@media (min-width: 48em) {
  #SP-logo #SP-logo-mobile {
     left: auto;
  }
}

@media (min-width: 60.5em) {
  #SP-logo #SP-logo-mobile {
    display: none;
  }
  #SP-logo #SP-logo-default {
    display: block;
  }
}
#SP-logo a {
  display: block;
  height: 100%;
  width: 100%;
}


/* Facebook - - - - - - */
/* (erstes Element in der Hauptnavigation ist Facebook-Link, wenn class="SP-new-window" gsetzt ist) */
#SP-nav-main-first > ul > li > a.SP-new-window {
  font-size: 3em;
  left: -23px;
  line-height: 1.125;
}
#SP-facebook {
  bottom: 1.25em;
  position: absolute;
  right: 3px;
  z-index: 100;
}
#SP-facebook a {
  display: block;
}
#SP-facebook i {
  font-size: 3.5em;
}


/* Sprachnavigation - - - - - - */
#SP-nav-languages {
  display: none;
}
#SP-nav-languages a,
#SP-nav-languages img {
  display: block;
}

@media (min-width: 60.5em) {
  #SP-nav-languages {
    display: block;
    position: absolute;
    right: 23px;
    top: 24px;
  }
  #SP-nav-languages dd {
    float: left;
    height: 20px;
    line-height: 1;
    margin-left: 11px;
    overflow: hidden;
    padding: 2px;
    width: 30px;
  }
}


/* Editorial - - - - - - */
#SP-editorial-wrapper #SP-editorial .SP-editorial,
#SP-editorial-wrapper #SP-editorial .SP-snip {
  display: none;
}

@media (min-width: 48em) {
  #SP-editorial-wrapper {
    display: block;
    height: 420px;
    position: relative;
  }
  #SP-editorial-wrapper #SP-editorial {
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    text-align: left;
  }
  #SP-editorial-wrapper #SP-editorial .SP-editorial,
  #SP-editorial-wrapper #SP-editorial .SP-snip {
    display: block;
  }
  #SP-editorial .SP-editorial {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 100%;
    max-width: 1230px;
  }
}
@media (min-width: 60.5em) {
  #SP-editorial .SP-editorial {
    margin: 0 25px;
  }
}

/* Suche im Editorial - - - - - - */
#SP-editorial input::-ms-clear {
    display: none;
}

#SP-editorial #SP-quicksearch {
  border: 3px solid #91B813;
  display: none;
  position: absolute; 
  top: -10px;
  left: 1%;
  width: 96%;
  z-index: 9999;
}

@media (min-width: 48em) {
  #SP-editorial #SP-quicksearch {
    border: 1px solid #95a0a8;
    display: block;
    left: auto;
    right: 84px;
    top: -62px;
    width: 50%;
  }
}

@media (min-width: 60.5em) {
  #SP-editorial #SP-quicksearch {
    border: none;
    left: 25px;
    position: absolute; 
    right: auto;
    top: 5px;
    width: 28.5156%;
  }
}


/* Suche in der Marginalspalte - - - - - - */
#SP-quicksearch {
  border: 3px solid #91B813;
  display: none;
  position: absolute;
  top: -20px;
  left: 1%;
  width: 98%;
  z-index: 9999;
}
#SP-quicksearch input {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-appearance: none;
 
  appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  font-size: 1.2em;
  height: 2.7222em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
#SP-quicksearch button {
  right: 3px;
  top: 3px;
}
#SP-quicksearch i { 
  color: #585858;
  font-size: 2.375em;
}

@media (min-width: 48em) {
  #SP-quicksearch {
    border: 1px solid #95a0a8;
    display: block;
    left: auto;
    right: 84px;
    top: -91px; 
    width: 50%;
  }
  #SP-quicksearch i { 
    font-size: 2.375em;
  }
}

@media (min-width: 60.5em) {
  #SP-quicksearch {
    border: none;
    position: static;
    width: auto;
  }
  #SP-quicksearch input {
    border: 1px solid #95a0a8;
    font-size: 1em;
    padding: 0.25em 0 0 15px;
  }
  #SP-quicksearch button {
    height: 2.375em;
    width: 2.625em;
  }
  #SP-quicksearch i { 
    font-size: 2em;
  }
}


/* Linkliste im Editorial - - - - - - */
#SP-editorial .SP-snip-links {
  bottom: -2px;
  padding: 2px;
  position: absolute;
  right: 28px;
  overflow: hidden;
}
#SP-editorial .SP-snip-links .SP-left-column {
  float: left;
  margin-right: 3px;
  text-align: right;
}
#SP-editorial .SP-snip-links .SP-right-column {
  margin-top: 45px;
  float: right;
  text-align: left;
}
#SP-editorial .SP-snip-links li {
  display: block;
  line-height: 0;
  margin-top: 3px;
}
#SP-editorial .SP-snip-links li a {
  display: inline-block;
  font-size: 1.4375em;
  line-height: 1.6667;
  padding: 0 15px;
  position: relative;
}
#SP-editorial .SP-snip-links li a:focus {
  background: rgba(255,255,255,1);
}
#SP-editorial .SP-snip-links .SP-link-external a,
#SP-editorial .SP-snip-links .SP-link-gallery a {
  padding-right: 50px;
}
#SP-editorial .SP-snip-links i {
  display: none;
}
#SP-editorial .SP-snip-links .SP-link-external a i,
#SP-editorial .SP-snip-links .SP-link-gallery a i {
  display: block;
  font-size: 0.9167em;
  left: auto !important; 
  position: absolute;
  right: 18px !important;
  top: 11px !important;
}

.SP-gallery .SP-snip-links {
  margin-top: 2rem;
}


/* Wetter - - - - - - */
#SP-editorial .SP-weather li {
  text-align: center;
}
#SP-editorial .SP-weather li a {
  margin-left: -3px;
  padding-right: 20px !important;
}
#SP-editorial .SP-weather li a .SP-pict {
  left: 8px;
  top: -7px;
}


/* ### Mobile Navigation - - - - - - */
#SP-nav-dynamic-wrapper {
  -webkit-box-shadow: -6px 0px 5px -5px rgba(64, 64, 64, 1);
  box-shadow: -6px 0px 5px -5px rgba(64, 64, 64, 1);
  top: 92px;
}
.SP-home #SP-nav-dynamic-wrapper {
  top: 83px;
}
#SP-nav-dynamic-trigger-on {
  bottom: 13px;
  position: absolute;
  right: 8px;
  z-index: 13334;
}
#SP-nav-dynamic-trigger-off {
  background-color: #FFFFFF;
  height: 45px;
  position: absolute;
  right: 8px;
  top: -58px;
  z-index: 13334;
}
.SP-home #SP-nav-dynamic-trigger-off { 
  top: -49px;
}
#SP-nav-dynamic-trigger-on i,
#SP-nav-dynamic-trigger-off i {
  color: #585858;
  font-size: 3em;
}
@media (max-width: 21.25em) {
  #SP-nav-dynamic-wrapper {
    top: 75px;
  }
  .SP-home #SP-nav-dynamic-wrapper {
    top: 66px;
  }
}
@media (min-width: 48em) {
  #SP-nav-dynamic-trigger-on {
    bottom: 9px;
    right: 18px;
  }
  #SP-nav-dynamic-trigger-off {
    right: 18px;
    top: -68px;
  }
  .SP-home #SP-nav-dynamic-trigger-off { 
    top: -59px;
  }
}
@media (min-width: 60.5em) {
  #SP-nav-dynamic-trigger-on,
  #SP-nav-dynamic-wrapper {
    display: none;
  }
}


/* Hauptnavigation - - - - - - */
#SP-nav-main-first-wrapper {
  display: none;
}

@media (min-width: 60.5em) {
  #SP-nav-main-first-wrapper {
    display: block;
    margin-top: -148px;
    position: relative;
    z-index: 2;
  }
  #SP-nav-main-first {
       -moz-hyphens: auto;
        -ms-hyphens: auto;
    -webkit-hyphens: auto;
 
    hyphens: auto;
    margin: 65px auto 0 auto;
    max-width: 1230px;
    overflow: hidden;
    text-align: left;
  }
  #SP-nav-main-first a {
    color: #4C4C4C;
  }
}

/* Hauptnavigation: erste Ebene (Home) - - - - - - */
#SP-nav-main-first > ul {
  margin-left: 235px;
  overflow: hidden;
  padding-left: 7.5%;
}
@media (max-width: 80em) {
  #SP-nav-main-first > ul {
    margin-right: 2%;
  }
}
#SP-nav-main-first > ul > li > a {
  float: left;
  font-size: 2em;
  height: 54px;
  left: -8px;
  margin-bottom: 6px;
  position: relative;
  top: 9px;
}
#SP-nav-main-first > ul > li > a:before {
  line-height: 1.875;
}

/* Hauptnavigation: zweite Ebene (Rubriken) - - - - - - */
#SP-nav-main-first > ul > li > ul {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  float: left;
  margin-top: -50px;
  min-height: 6em;
  padding-left: 7.1234%;
  text-align: justify;
  width: 100%;
}
#SP-nav-main-first > ul > li > ul:after {
   content: ' ';
   display: inline-block;
  font-size: 0.0001em;
  height: 1px;
  line-height: 0;
  width: 100%;
}
#SP-nav-main-first > ul > li > ul > li {
  display: inline-block;
}
#SP-nav-main-first > ul > li > ul > li.active,
#SP-nav-main-first > ul > li > ul > li.path {
  border-bottom: 11px solid #FFFFFF;
  height: 62px;
  padding-bottom: 11px;
}
#SP-nav-main-first > ul > li > ul > li > div {
  padding: 0 5px;
  position: relative;
  z-index: 2;
}
#SP-nav-main-first > ul > li > ul > li > div > a {
  display: block;
  font-size: 1.75em;
  height: 54px;
  position: relative
}
#SP-nav-main-first > ul > li > ul > li.last > div {
  padding-right: 2px;
}
#SP-nav-main-first > ul > li > ul > li.active:after,
#SP-nav-main-first > ul > li > ul > li.path:after {
  border-bottom: 9px solid #347520;
  content: ' ';
  display: block;
  position: relative;
  z-index: 1;
}
/*
#SP-nav-main-first > ul > li > ul > li.flyout:after,
#SP-nav-main-first > ul > li > ul > li.flyout + li:after,
#SP-nav-main-first > ul > li > ul > li.flyout + li + li:after,
#SP-nav-main-first > ul > li > ul > li.flyout + li + li + li:after,
#SP-nav-main-first > ul > li > ul > li.flyout + li + li + li + li:after,
#SP-nav-main-first > ul > li > ul > li.path.flyout > div:first-child:after {
  content: none;
}
#SP-nav-main-first > ul > li > ul > li.active > div,
#SP-nav-main-first > ul > li > ul > li.path > div {
  border-bottom: 9px solid #347520;
}
*/
#SP-nav-main-first > ul > li > ul > li.active > div:first-child,
#SP-nav-main-first > ul > li > ul > li.path > div:first-child {
  padding-bottom: 10px;
}
#SP-nav-main-first li.flyout > div:first-child:after  {
  bottom: -40px;
  content: url(./img/navigation.png);
  left: 0;
  position: absolute;
}
#SP-nav-main-first > ul > li > ul > li.active.flyout > div:first-child:after,
#SP-nav-main-first > ul > li > ul > li.path.flyout > div:first-child:after,
#SP-nav-main-first > ul > li > ul > li.active.flyout > div > a:after,
#SP-nav-main-first > ul > li > ul > li.path.flyout > div > a:after {
  content: none;
}

/* Hauptnavigation: Flyout - - - - - - */
.no-js #SP-nav-main-first ul ul ul {
  display: none;
}
#SP-nav-main-first .SP-nav-main-first-flyout-wrapper {
  background-color: #00498d;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 83px;
  width: 100%;
  z-index: 1;
}
#SP-nav-main-first .SP-nav-main-first-flyout {
  margin: 0 auto;
  max-width: 1230px;
  text-align: left;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout ul {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  -moz-column-count: 3; 
  -webkit-column-count: 3;

  column-count: 3;
  box-sizing: border-box;
  float: left;
  padding: 25px 2px 25px 30px;
  width: 75%;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout ul li {
  -moz-column-break-inside:avoid;
  -webkit-column-break-inside:avoid;
  column-break-inside:avoid;
}
.ie8 #SP-nav-main-first > ul ul .SP-nav-main-first-flyout ul li,
.ie9 #SP-nav-main-first > ul ul .SP-nav-main-first-flyout ul li {
  float: left; 
  width: 33.3334%;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout ul a {
  color: #FFFFFF;
  display: block;
  font-size: 1.125em;
  line-height: 1.25;
  overflow: hidden;
  padding: 10px 10px 8px 33px;
  position: relative;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout ul i {
  font-size: 1.1em;
  left: 6px;
  margin-right: 8px;
  position: absolute;
  top: 9px;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout .SP-teaser {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #00498d;
  box-sizing: border-box;
  float: right;
  padding: 25px 30px 25px;
  width: 25%;
}

#SP-nav-main-first > ul ul .SP-nav-main-first-flyout .SP-teaser .SP-headline {
  color: #FFFFFF;
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.35em;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout .SP-teaser .SP-teaser-text {
  margin-left: 0;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout .SP-teaser .SP-teaser-text:before {
  content: none;
}
#SP-nav-main-first > ul ul .SP-nav-main-first-flyout .SP-teaser .SP-text {
  color: #FFFFFF;
  line-height: 1.75;
}


/* Hauptnavigation: Abweichungen auf der Homepage */


/* Hauptnavigation: Fortsetzung - - - - - - */
#SP-nav-main-second {
  /* Silbentrennung bis auf weiters deaktiviert (ThL: 14.01.2014) */
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;

  hyphens: manual;
  margin: 25px 0;
}
#SP-nav-main-second li {
  border-top: 2px solid #FFFFFF;
}
#SP-nav-main-second > ul > li:first-child {
  border-top: none;
}
#SP-nav-main-second li a {
  color: #333333;
  display: block;
  font-size: 1.125em;
  line-height: 1.3334;
  overflow: hidden;
  padding: 8px 0 8px 42px;
  position: relative;
}
#SP-nav-main-second .lastOpenNode ul a {
  padding-left: 70px;
}
#SP-nav-main-second li.active > a, 
#SP-nav-main-second li a:hover {
  background-color: #eff6e3;
}
#SP-nav-main-second li a i {
  font-size: 1.1112em;
  left: 12px;
  position: absolute;
  top: 9px;
}
#SP-nav-main-second .lastOpenNode ul a i {
  left: 40px;
}



/* Tools - - - - - - */
#SP-nav-tools {
  bottom: -3em;
  margin-right: -2px;
  position: absolute;
  right: 10px;
}
@media (min-width: 48em) {
  #SP-nav-tools {
    right: 22px;
  }
}
@media (min-width: 60.5em) {
  #SP-nav-tools {
    right: 37px;
  }
}
#SP-nav-tools li {
  display: inline-block;
  height: 20px;
  margin-left: 1em;
  position: relative;
  text-align: right;
  width: 40px;
}
#SP-nav-tools li.SP-nav-print {
  display: none;
}
@media (min-width: 60.5em) {
  #SP-nav-tools li.SP-nav-print {
    display: inline-block;
  }
}
#SP-nav-tools li a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#SP-nav-tools li i {
  color: #333333;
  font-size: 2.125em;
}


/* Sitemap im Footer - - - - - - */
#SP-nav-sitemap {
  position: relative;
}
#SP-nav-sitemap .SP-headline-wrapper {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 9px;
  text-align: left;
}
@media (min-width: 48em) {
  #SP-nav-sitemap .SP-headline-wrapper {
    padding: 0 25px;
  }
}
#SP-nav-sitemap .SP-headline {
  background-color: #00498d;
  color: #FFFFFF;
  font-size: 1.5em;
  height: 106px;
  line-height: 1;
  padding: 16px 0 2px 0;
  position: absolute;
  text-align: center;
  top: -53px;
  width: 170px;
}
#SP-nav-sitemap .SP-headline span {
  margin-left: -34px;
}
#SP-nav-sitemap .SP-headline i {
  top: unset;
  right: 14px;
}
#SP-nav-sitemap .SP-UI-item-content {
  background-color: #00498d;
  position: relative;
  z-index: 2;
}
#SP-nav-sitemap .SP-UI-item-content > ul {
  margin: 0 auto;
  max-width: 1230px;
  overflow: hidden;
  padding: 10px;
  text-align: justify;
}
#SP-nav-sitemap .SP-UI-item-content > ul:after {
  display: inline-block;
  font-size: 0.0001em;
  height: 1px;
  line-height: 0;
  width: 100%;
}
#SP-nav-sitemap > div > ul > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
#SP-nav-sitemap > div > ul > li > a {
  color: #FFFFFF;
  font-size: 1.5em;
}
#SP-nav-sitemap ul ul {
  display: none;
}
#SP-nav-sitemap ul ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 1.125em;
  line-height: 1.125;
  padding: 0.3334em 0;
}
@media (min-width: 35em) {
  #SP-nav-sitemap .SP-UI-item-content > ul {
    height: 2.4643em;
  }
  #SP-nav-sitemap .SP-UI-item-content > ul:after {
    content: ' ';
  }
  #SP-nav-sitemap > div > ul > li {
    display: inline-block;
  }
}
@media (min-width: 48em) {
  #SP-nav-sitemap .SP-UI-item-content > ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 60.5em) {
  #SP-nav-sitemap .SP-UI-item-content > ul {
    height: auto;
    padding-bottom: 20px;
    text-align: left;
  }
  #SP-nav-sitemap .SP-UI-item-content > ul:after {
    content: none;
  }
  #SP-nav-sitemap ul ul {
    display: block;
  }
  #SP-nav-sitemap > div > ul > li {
    display: block;
    float: left;
    padding: 0 25px 0 5px;
    width: 20%;
  }
}
/* Service-Navigation unten - - - - - - */
#SP-nav-service-bottom {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 5px;
  text-align: right;
}
@media (min-width: 48em) {
  #SP-nav-service-bottom {
    padding: 0 25px;
  }
}
#SP-nav-service-bottom ul {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;
}
#SP-nav-service-bottom li {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.25;
}
#SP-nav-service-bottom li a {
  color: #333333;
  margin-left: 9px;
}
#SP-nav-service-bottom li a:before {
  content: '|';
  display: inline-block;
  margin-left: -8px;
  margin-top: -1px;
  position: absolute;
}
#SP-nav-service-bottom li:first-child a:before {
  content: none;
}
#SP-nav-service-bottom li a i {
  display: none;
}
@media screen\0 {
  #SP-nav-service-bottom li a {
    position: relative;
  }
  #SP-nav-service-bottom li a:before {
    left: -8px;
    margin-left: 0;
    margin-top: 0;
    top: -1px;
  }
}



/* #SP-copyright - - - - - - */
#SP-copyright {
  display: inline-block;
  float: right;
  font-size: 0.875em;
  line-height: 1.8776;
  margin: 6px 0 0 1em;
}

@media (min-width: 48em) {
  #SP-copyright {
    float: left;
    margin: 6px 9px 10px 0;
  }
}


/* Organisation des Contents im Footer - - - - - - */
#SP-footer-content .SP-snip-form form {
  display: none;
}
#SP-footer-content .SP-snip-contact {
  margin-bottom: 90%;
  padding-top: 0;
  padding-bottom: 3em;
}
#SP-footer-content .SP-snip-contact a[itemprop="telephone"] {
  color: #FFFFFF;
}
#SP-footer-content .SP-footerbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  width: 100%;
}
#SP-footer-content .SP-snip-map {
  bottom: 4em;
  position: absolute;
}

@media (min-width: 35em) {
  #SP-footer-content .SP-snip-map {
    float: right;
    padding-top: 0;
    position: static;
    width: 47.8%;
  }
  #SP-footer-content .SP-snip-map .SP-map {
    margin-top: 0;
  }
  #SP-footer-content .SP-snip-contact {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 48em) {
  #SP-footer-content .SP-footerbox {
    float: left;
    width: 47.8%;
  }
  #SP-footer-content .SP-snip-form {
    margin-right: 2.2%
  }
  #SP-footer-content .SP-snip-form form {
    display: block;
  }
  #SP-footer-content .SP-snip-contact,
  #SP-footer-content .SP-snip-map {
    margin-left: 2.2%
  }
  #SP-footer-content .SP-snip-map {
    padding-top: 1.25em;
  }
  #SP-footer-content .SP-snip-map .SP-map {
    margin-top: 1.85em;
  }
}

@media (min-width: 60.5em) {
  #SP-footer-content .SP-snip-contact,
  #SP-footer-content .SP-snip-map {
    bottom: 2em;
    float: left;
    position: absolute;
    width: 23.3594%;
  }
  #SP-footer-content .SP-snip-contact {
    left: 73.3657%;
    margin: 0 1.0938%;
  }
  #SP-footer-content .SP-snip-map {
    left: 47.8063%;
  }
  #SP-footer-content .SP-snip-map .SP-map {
    margin-bottom: 0;
  }
}


/* Formular im Footer */
#SP-footer-content {
  overflow: hidden;
}

#SP-footer-content #SP-col-first,
#SP-footer-content #SP-col-second {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}


@media (min-width: 60.5em) {
  #SP-footer-content #SP-col-first,
  #SP-footer-content #SP-col-second {
    float: left;
    margin: 0 2.2365%;
    width: 47.7636%;
  }
  #SP-footer-content #SP-col-first {
    margin-left: 0;
  }
  #SP-footer-content #SP-col-second {
    margin-right: 0;
  }
}


/* Breadcrumb - - - - - - */
#SP-nav-path {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/* Seiten-Info - - - - - - */
#SP-page-info {
  display: none;
}


/* Slider auf der Startseite - - - - - - */
#SP-teaser {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;

  box-sizing: border-box;
  padding-bottom: 1.5em;
  padding: 0 3.125%;
  user-select: none;
}
#SP-teaser .SP-UI-slider-hider {
  margin-left: -3.25%;
  width: 106.5%;
}
#SP-teaser .SP-teaser h2 {
  font-size: 1.4375em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#SP-teaser .SP-teaser,
#SP-teaser .SP-teaser .SP-text {
  margin-bottom: 0;
  line-height: 1.75;
}
#SP-teaser .SP-UI-slider-prev {
  left: -7.1428%;
}
#SP-teaser .SP-UI-slider-next {
  right: -7.1428%;
}
#SP-teaser .SP-UI-slider-prev,
#SP-teaser .SP-UI-slider-next {
  font-size: 3em;
  text-align: center;
  width: 7.1428%;
}

@media (min-width: 48em) {
  #SP-teaser {
    padding: 0 6.25%
  }
}


/* Kurzmeldungen - - - - - - */
#SP-headlines,
#SP-banner {
  border-bottom: 1px solid #808080;
  margin-bottom: 2em;
  overflow: hidden;
  padding-bottom: 2em;
}
#SP-teaser {
  border-bottom: 1px solid #808080;
  overflow: hidden;
  padding-bottom: 0.5em;
}
@media (min-width: 48em) {
  #SP-teaser {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
} 

.SP-cont-headlines {
  margin-left: -1.3672%;
  width: 102.7344%;
}
.SP-cont-headlines li {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  float: left;
  margin: 0 1.3672% .5em 1.3672%;
  padding: 2px;
}
.SP-cont-headlines.SP-cont-headlines-4 li,
.SP-cont-headlines.SP-cont-headlines-3 li,
.SP-cont-headlines.SP-cont-headlines-2 li,
.SP-cont-headlines.SP-cont-headlines-1 li {
  width: 97.2656%;
}
.SP-cont-headlines  li a {
  padding: 15px 30px;
}
.SP-cont-headlines  li {
  background-color: #00498d;
  padding: 5px 5px;
}
.SP-cont-headlines  li:nth-child(2n) {
  background-color: #00498d;
}
@media (min-width: 26.25em) {
  #SP-headlines .SP-cont-headlines-4 li,
  #SP-headlines .SP-cont-headlines-2 li {
    width: 47.2656%;
  }
  #SP-headlines .SP-cont-headlines-3 li,
  #SP-headlines .SP-cont-headlines-1 li {
    width: 97.2656%;
  }
  #SP-headlines .SP-cont-headlines-2 li,
  #SP-headlines .SP-cont-headlines-1 li {
    margin-bottom: 0;
  }
  #SP-headlines .SP-cont-headlines-4 li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 60.5em) {
  #SP-headlines  li {
    margin-bottom: 0;
  }
  #SP-headlines .SP-cont-headlines-4 li {
    width: 22.2656%;
  }
  #SP-headlines .SP-cont-headlines-3 li {
    width: 30.5990%;
  }
  #SP-headlines .SP-cont-headlines-2 li {
    width: 47.2656%;
  }
  #SP-headlines .SP-cont-headlines-1 li {
    width: 97.2656%;
  }
  #SP-headlines .SP-cont-headlines-4 li {
    clear: none !important;
  }
}



/* Banner - - - - - - */
#SP-banner {
  margin-left: -1.171875%;
  width: 102.34375%;
}
#SP-banner .SP-bannerbox {
  overflow: hidden;
}
#SP-banner .SP-box {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  float: left;
  margin: 0 1.171875%;
  padding: 0;
  width: 97.2656%;
}
#SP-banner .SP-box:first-child {
  border-top: none;
}
@media (min-width: 26.25em) {
  #SP-banner .SP-box {
    width: 47.2656%;
  }
  #SP-banner .SP-box:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 60.5em) {
  #SP-banner .SP-box {
    clear: none !important;
    width: 22.65625%;
  }
}

/* A11Y Navigation */

.SP-off-canvas-wrapper #SP-nav-a11y {
  float: left;
  position: absolute;
  right: auto;
  top: 7px;
}
.SP-off-canvas-wrapper #SP-nav-a11y a{
  padding: 6px 0.5em;
}
#SP-header-inner #SP-nav-a11y {
    display: none;
}
@media (min-width: 60.5em) {
  #SP-header-inner #SP-nav-a11y {
    display: block;
    float: right;
    position: absolute;
    right: 326px;
    top: 20px;
  }
}
#SP-nav-a11y .link {
    display: inline-block;
}
#SP-nav-a11y a {
  color: #333333;
  cursor: pointer;
  font-size: 1.25em;
  padding: 6px 1em;
  position: relative;
}
@media (min-width: 60.5em) {
  #SP-nav-a11y a {
    margin-left: 1.25rem;
  }
}
#SP-header-inner #SP-nav-a11y i {
  font-size: 1.5em;
  left: -.75em;
  top: 0;
  position: absolute;
}

#SP-nav-a11y .SPi-link {
    font-size: 1.5em;
    left: -.75em;
    top: 3px;
    position: absolute;
}
#SP-nav-a11y .SP-Headline  {
    display: none;
}
@media (min-width: 60.5em) {
  #SP-nav-a11y .SP-Headline  {
    display: inline-block;
  }
}
.SP-off-canvas-wrapper #SP-nav-a11y .SP-Headline  {
    display: none;
}

/* Social Navigation */

#SP-nav-social {
  float: right;
  position: absolute;
  right: 150px;
  top: 14px;
}
.SP-nav-social__closetrigger__icon,
.SP-nav-social__dropdown {
  display: none;
}
.SP-nav-social__trigger {
  cursor: pointer;
  font-size: 1.25em;
  padding: 6px 1em 6px .75em;
}
.SP-nav-social__opentrigger__icon {
  font-size: 1.5em;
  left: -.75em;
  top: 5px;
  position: absolute;
}

.SP-isOpen .SP-nav-social__trigger {
  border: 1px solid #888;
  padding-right: 3em;
}
.SP-isOpen .SP-nav-social__opentrigger__icon {
  display: none;
}
.SP-isOpen .SP-nav-social__closetrigger__icon {
  display: block;
  position: absolute;
  right: .5em;
  top: 9px;
  font-size: 1.4em;
}
.SP-isOpen .SP-nav-social__dropdown {
  background: #FFFFFF;
  display: block;
  padding: 8px 12px;
  border: 1px solid #888;
  border-top-width: 0;
}
.SP-isOpen .SP-nav-social__dropdown i {
  display: none;
}
.SP-isOpen .SP-nav-social__dropdown li {
  color: #000;
  padding: 6px 0;
}
.SP-isOpen .SP-nav-social__dropdown li a {
  color: inherit;
}

@media (max-width: 60.4375em) {
  #SP-editorial #SP-quicksearch {
    right: 164px;
  }
  #SP-nav-social {
    right: 75px;
    top: 20px;
  }
  .SP-nav-social__opentrigger__icon {
    color: #585858;
    font-size: 2.65em;
    left: -.6em;
    top: 5px;
  }
  .SP-nav-social__trigger__text {
    display: none;
  }
  .SP-nav-social__trigger {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #SP-nav-social.SP-isOpen .SP-nav-social__trigger__text {
    display: block;
  }
  #SP-nav-social.SP-isOpen .SP-nav-social__closetrigger__icon {
    color: #585858;
    right: .25em;
    top: 6px;
    font-size: 2.3em;
  }
  .SP-isOpen .SP-nav-social__trigger {
    padding-right: 4em;
  }
}

@media (max-width: 47.9375em) {
  #SP-quicksearch-trigger-on {
    right: 130px !important;
  }
  #SP-nav-social {
    right: 65px;
    top: 26px;
  }
  .SP-nav-social__trigger {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .SP-nav-social__opentrigger__icon {
    left: auto;
    right: .1em;
    top: 7px;
  }
  #SP-nav-social.SP-isOpen .SP-nav-social__closetrigger__icon {
    color: #585858;
    right: .25em;
    top: 11px;
    font-size: 2.3em;
  }
  #SP-nav-social.SP-isOpen .SP-nav-social__trigger__text {
    display: block;
  }
  .SP-isOpen .SP-nav-social__trigger {
    padding-right: 4em;
  }
}
@media (max-width: 21.25em) {
#SP-nav-social {
    top: 8px;
  }
}
/* **************** */
/* Welcome Homepage */
/* **************** */


.SP-snip-welcome {
  box-sizing: border-box;
  display: grid;
  gap: 1rem;
  width: 100%;
  align-items: center;
  grid-template-columns: 100%;
  padding: 1.25em 10px;
}


@media (min-width: 35em) {
  .SP-snip-welcome {
    column-gap: 0;
    grid-template-columns: 40% 60%;
  }
}

@media (min-width: 60.5em) {
  .SP-snip-welcome {
    column-gap: 7.69%;
    grid-template-columns: 298px auto;
    margin-bottom: 2em;
    padding: 0 0 2em 6.75%;
  }
}
@media (min-width: 60em) {
}


.SP-Welcome__image {
  text-align: center;
}
@media (min-width: 35em) {
  .SP-Welcome__image {
  }
}
.SP-FixedSize__raiser--square img {
    border-radius: 50%;
    height: auto;
    width: 170px;
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

@media (min-width: 35em) {
  .SP-FixedSize__raiser--square img {
    width: 200px;
  }
}
@media (min-width: 60.5em) {
  .SP-FixedSize__raiser--square img {
    width: 260px;
  }
}

.SP-Welcome__text {
  font-size: 1.275em;
}

@media (min-width: 60.5em) {
  .SP-Welcome__text {
    font-size: 1.75em;
  }
}

.SP-Welcome__link {
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.SP-FixedSize__raiser--square{
   border-radius: 50%;
   height: auto;
}
  



  
/**
 * Essentielle Klassen für die Mobile Navigation:
 * ================================================
 * .SP-off-canvas-pusher: der Teil der Website, dervon der Navigation "weggedrückt" wird
 * .SP-off-canvas-wrapper: Wrapper um alles, das neu hereinkommt
 * 
 * Die Javascript-Klasse SP.Website muss für Off-Canvas-Elemente von rechts geladen
 *   und initialisiert sein.
 * Breakpoint und translate3d-Anweisung für das Off-Canvas-Element korrespondieren. Dadurch ist
 *   geregelt bis zu welcher Breite die Navigation den vollen Platz einnimmt.
 * Um die Richtung zu ändern, muss das Vorzeichen alle translate3d-Anweisungen geändert werden
 *   und für .SP-off-canvas-wrapper wahlweise right oder left auf 0 gesetzt werden.
 */

/* ### Voraussetzungen - - - - - - */
#SP-ad-wrapper {
  position: relative;
}


/* ### Off-Canvas-Elemente: generisch - 1. Pusher - - - - - - */
.SP-off-canvas-pusher {
  -webkit-transition: -webkit-transform 0.5s;

  left: 0;
  position: relative;
  transition: transform 0.5s;
  z-index: 2;
}
.SP-off-canvas-pusher::after {
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;

  background-color: rgba(0,0,0,0.5);
  content: '';
  display: block;
  height: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  width: 0;
}
@media (min-width: 48em) {
  .SP-home .SP-off-canvas-pusher::after {
    top: 0;
  }
}
.SP-off-canvas-wrapper:target + .SP-off-canvas-pusher::after,
.SP-off-canvas-wrapper.target + .SP-off-canvas-pusher::after {
  -webkit-transition: opacity 0.5s;

  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 999;
}
.SP-off-canvas-wrapper:target + .SP-off-canvas-pusher #SP-quicksearch,
.SP-off-canvas-wrapper.target + .SP-off-canvas-pusher #SP-quicksearch {
  display: none !important;
}

/* ### Off-Canvas-Elemente: generisch - 2. Wrapper - - - - - - */
.SP-off-canvas-wrapper {
  -webkit-transition: all 0.5s;


  background-color: #D4E5AC;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
@media (min-width: 25em) {
  .SP-off-canvas-wrapper {
    width: 25em;
  }
}
.SP-off-canvas-wrapper::after {
  -webkit-transition: opacity 0.5s;

  background-color: rgba(0,0,0,0.75);
  content: ' ';
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
}
.SP-off-canvas-wrapper:target::after,
.SP-off-canvas-wrapper.target::after {
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;

  height: 0;
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  width: 0;
}



/* ### Off-Canvas-Elemente: generisch - 3. Effekt - - - - - - */
.SP-off-canvas-wrapper:target + .SP-off-canvas-pusher,
.SP-off-canvas-wrapper.target + .SP-off-canvas-pusher {
  -webkit-transform: translate3d(-100%, 0, 0);

  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 25em) {
  .SP-off-canvas-wrapper:target + .SP-off-canvas-pusher,
  .SP-off-canvas-wrapper.target + .SP-off-canvas-pusher {
    -webkit-transform: translate3d(-25em, 0, 0);

    transform: translate3d(-25em, 0, 0);
  }
}
.SP-off-canvas-wrapper {
  -webkit-transform: translate3d(100%, 0, 0);

  transform: translate3d(100%, 0, 0);
}
@media (min-width: 25em) {
  .SP-off-canvas-wrapper {
    -webkit-transform: translate3d(25em, 0, 0);

    transform: translate3d(25em, 0, 0);
  }
}
@media (min-width: 60em) {
  .SP-off-canvas-wrapper:target + .SP-off-canvas-pusher,
  .SP-off-canvas-wrapper.target + .SP-off-canvas-pusher {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

.SP-off-canvas-wrapper:target,
.SP-off-canvas-wrapper.target {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);

  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.SP-off-canvas-wrapper::after  {
  display: none;
}



@media (min-width: 61.25em) {
  .SP-off-canvas-wrapper,
  .SP-off-canvas-trigger-on,
  .SP-off-canvas-pusher::after {
    display: none;
  }
}


/* ### Navigation - - - - - - */
#SP-nav-dynamic > ul > li > a,
#SP-nav-dynamic > ul > li > div,
#SP-nav-dynamic > ul > li > strong {
  display: none !important;
}
#SP-nav-dynamic > ul > li > ul > li {
  border-bottom: 1px solid #FFFFFF;
}
#SP-nav-dynamic > ul > li > ul > li > a,
#SP-nav-dynamic > ul > li > ul > li > strong {
  background-color: #347520;
  color: #FFFFFF;
  display: block;
  font-size: 1.8em;
  line-height: 1.25;
  padding: 8px 15px 7px 15px;
}
#SP-nav-dynamic ul ul ul li {
  border-top: 1px solid #73A823;
}
#SP-nav-dynamic ul ul ul a,
#SP-nav-dynamic ul ul ul strong {
  background-color: #eff6e3;
  color: #333333;
  display: block;
  font-size: 1.428em;
  line-height: 1.3;
  padding: 5px 15px 4px 15px;
}
#SP-nav-dynamic > ul li li li.leaf a, 
#SP-nav-dynamic > ul li li li.leaf strong, 
#SP-nav-dynamic > ul li.root li li.active.leaf div a, 
#SP-nav-dynamic > ul li.root li li.active.leaf strong, 
#SP-nav-dynamic > ul li li.active li a, #SP-nav-dynamic > ul li li.active li strong, 
#SP-nav-dynamic > ul li li.path li:not(.path) a, 
#SP-nav-dynamic > ul li li.path li:not(.path) strong {
  padding-left: 30px;
}
#SP-nav-dynamic ul ul ul .path > a,
#SP-nav-dynamic ul ul ul .path > strong {
  background-color: #DFE6CA;
}
#SP-nav-dynamic > ul > li li li.path,
#SP-nav-dynamic > ul > li li.path li.active:first-child {
  border-top: none;
}
#SP-nav-dynamic > ul > li li li.path > strong {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(6px, rgba(0, 0, 0, 0.1)), color-stop(6px, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 100%);
  border-top: none;
}
#SP-nav-dynamic > ul > li li.path li.node.active > strong {
  background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.3) 0%, rgba(32, 32, 32, 0.1) 2px, rgba(32, 32, 32, 0) 6px, rgba(32, 32, 32, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(32, 32, 32, 0.3)), color-stop(2px, rgba(32, 32, 32, 0.1)), color-stop(6px, rgba(32, 32, 32, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.3) 0%, rgba(32, 32, 32, 0.1) 2px, rgba(32, 32, 32, 0) 6px, rgba(32, 32, 32, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.3) 0%, rgba(32, 32, 32, 0.1) 2px, rgba(32, 32, 32, 0) 6px, rgba(32, 32, 32, 0) 100%);
}

@media (min-width: 48em) {
  #SP-nav-dynamic > ul > li > ul > li > a,
  #SP-nav-dynamic > ul > li > ul > li > strong,
  #SP-nav-dynamic ul ul ul a,
  #SP-nav-dynamic ul ul ul strong {
    padding-bottom: 7px;
    padding-top: 8px;
  }

  #SP-nav-dynamic .tease { 
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/* ### Navigation: Teaser - - - - - - */
#SP-nav-dynamic .tease {
  background-color: #FFFFFF;
  font-size: 1em;
  line-height: 1.5;
  padding: 10px 0 10px 30px;
  position: relative;
}
#SP-nav-dynamic .tease a {
  background-color: #FFFFFF;
  color: #333333;
  display: block;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 1.1429em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 0 !important;
}
#SP-nav-dynamic .tease a .headline {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); 
}
#SP-nav-dynamic .tease a .image {
  float: right;
  margin-left: 15px;
}
#SP-nav-dynamic .tease a .text {
  display: block;
  line-height: 1.5;
}
#SP-nav-dynamic > ul > li li li .tease:after {
     -moz-transform: scaleY(-1);
       -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
             filter: FlipV;
         -ms-filter: "FlipV";

  background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.3) 0%, rgba(32, 32, 32, 0.1) 2px, rgba(32, 32, 32, 0) 6px, rgba(32, 32, 32, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(32, 32, 32, 0.3)), color-stop(2px, rgba(32, 32, 32, 0.1)), color-stop(6px, rgba(32, 32, 32, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.3) 0%, rgba(32, 32, 32, 0.1) 2px, rgba(32, 32, 32, 0) 6px, rgba(32, 32, 32, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.3) 0%, rgba(32, 32, 32, 0.1) 2px, rgba(32, 32, 32, 0) 6px, rgba(32, 32, 32, 0) 100%);
  border-top: 1px solid #EEEEEE;
  bottom: -1px;
  content: ' ';
  height: 6px;
  left: 0; 
  position: absolute;
  transform: scaleY(-1);
  width: 100%;
  z-index: 2;
}

@media (min-width: 48em) {
  #SP-nav-dynamic .tease { 
    padding-bottom: 10px;
    padding-top: 10px;
  }
}


/* ### Sprachen - - - - - - */
#SP-nav-languages-mobile dl {
  padding: 8px 10px 8px 10px;
  overflow: hidden;
}
#SP-nav-languages-mobile dd {
  float: right;
}
#SP-nav-languages-mobile dd img {
  display: none;
}
#SP-nav-languages-mobile dd a {
  color: #333333;
}
#SP-nav-languages-mobile dd a:after {
  content: attr(title);
}
#SP-nav-languages-mobile dd a:before {
  content: '|';
  margin: 0 10px;
}
#SP-nav-languages-mobile dd:last-child a:before {
  display: none;
}


/* ### Trigger für Suche - - - - - - */
#SP-quicksearch-trigger-on {
  bottom: 13px;
  position: absolute;
  right: 75px;
  z-index: 13334;
}
#SP-quicksearch-trigger-on i {
  color: #585858;
  font-size: 3em;
}

@media (min-width: 48em) {
  #SP-quicksearch-trigger-on {
    display: none !important;
  }
}
  



  
/* Wetter - - - - - */
/* Startseite */
#SP-editorial .SP-weather {
  position: relative;
  display: inline-block;
}
#SP-editorial .SP-weather a {
  left: 50%;
  margin-left: 4px;
}
#SP-editorial .SP-weather a span:first-child {
  margin-right: 16px;
}
#SP-editorial .SP-weather:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'SP-icons-weather';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 1.4em;
  vertical-align: text-top;
}
/* Infobox*/
.SP-weather-container {
  overflow: hidden;
}
.SP-weather-container-item {
  float: left;
  width: 33.3334%;
  padding: 0 .25em 0 .25em;
  box-sizing: border-box;
}
.SP-weather-container-item .SP-weather-headline {
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.SP-weather.SP-weather-infobox dt, .SP-weather.SP-weather-infobox dd {
  float: none;
  text-align: center;
}
.SP-weather.SP-weather-infobox .SP-weather-temperature {
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 0.2em;
}
.SP-weather.SP-weather-infobox .SPi-weather-icon-big {
  font-size: 2.5em;
  margin: 0;
}
.SP-weather.SP-weather-infobox dd:last-child {
  margin-bottom: 0;
}
.SP-weather-container-item .SP-weather-infobox-abbr {
  display: none;
}
@media (min-width: 60.5em) {
  .SP-weather-container-item .SP-weather-infobox-abbr {
    display: block;
  }
  .SP-weather-container-item .SP-weather-headline:not(.SP-weather-infobox-abbr) {
    display: none;
  }
}

/* Wetter Seite */
.SPi-weather-icon {
  font-size: 2em;
}
.SPi-weather-icon-big {
  font-size: 8em;
  margin: 0.2em 0 0.5em 0;
}
.SP-snip-weather .SPi-weather-icon-arrow {
  width: 1em;
  display: inline-block;
}
.SP-snip-weather .SP-weather {
  background-color: #eff6e3;
  width: 100%;
  margin-bottom: 2em;
  display: inline-block;
}
.SP-weather dt, .SP-weather dd {
  float: left;
}
.SP-weather-clear {
  clear: left;
}
.SP-snip-weather .SP-weather-icon-meteogroup-right {
  float: right;
}
.SP-weather-icon-meteogroup-right > a {
  display: inline-block;
}
.SP-weather-big {
  display: none;
}
.SP-snip-weather h2.subheadline {
  border-bottom: 2px solid #347520;
  padding: 2px 2px 0.5em 2px;
}
.SP-snip-weather h2 span {
  color: #333333;
  font-family: Source Sans Pro,Calibri,'Myriad Pro','Arial';
  padding-bottom: .5em;
  font-weight: 600;
  display: inline-block;
}
.SP-snip-weather h3 span {
  font-family: Source Sans Pro,Calibri,'Myriad Pro','Arial';
  font-weight: 600;
  font-style: normal;
}
.SP-weather-min-temp:after {
  content: '/';
}
.SP-snip-weather .SP-weather-current dd,.SP-snip-weather .SP-weather-current .SP-weather-clear {
  width: 50%;
  text-align: center;
}
.SP-snip-weather .SP-weather-forecast dd,.SP-snip-weather .SP-weather-forecast dt {
  width: 25%;
  text-align: center;
}
.SP-weather-headline {
  float: left;
}
.SP-weather-time {
  float: right;
}
.SP-weather-forecast dt i {
  margin-bottom: 0.75em;
}
.SP-weather-forecast dt:first-child {
  width: 50%;
}
.SP-weather-forecast dd:nth-child(4) {
  text-align: right;
  font-size: 3em;
  margin-top: 1em;
}
.SP-weather-forecast dd:nth-child(6) {
  text-align: left;
  font-size: 3em;
  margin-top: 1em;
}
.SP-weather-current dd:nth-child(4) {
  font-size: 3em;
  margin-top: 1em;
}
.SP-weather dd:last-child {
  margin-bottom: 1em;
}
.SP-weather-text {
  font-size: 1.5em;
}
.SP-weather-forecast dt:nth-child(7), .SP-weather-forecast dt:nth-child(9), .SP-weather-forecast dt:nth-child(11), .SP-weather-forecast dt:nth-child(13) {
  text-align: right;
}
.SP-weather-forecast dd:nth-child(8), .SP-weather-forecast dd:nth-child(10), .SP-weather-forecast dd:nth-child(12), .SP-weather-forecast dd:nth-child(14) {
  text-align: left;
}
.SP-weather-forecast dd span, .SP-weather-forecast dd abbr {
  margin-left: 0;
}
.SP-weather-forecast i.SPi-weather-icon {
  margin-right: .5em;
}
.SP-weather-current dt {
  margin-bottom: .75em;
}
@media (max-width: 31.25em) {
  .SP-weather-forecast dd:nth-child(4),.SP-weather-forecast dd:nth-child(6) {
    font-size: 2.5em;
    margin-top: 1.5em;
  }
}
@media (min-width: 35em) {
  .SP-weather-forecast dd span, .SP-weather-forecast dd abbr {
    margin-left: .5em;
  }
}
@media (min-width: 48em) {
  .SP-snip-weather h2.subheadline {
    margin-left: -16.6664%;
  }
}
@media (min-width: 60.5em) {
.SP-weather-current dt {
  margin-bottom: 0;
}
  .SP-snip-weather h2.subheadline {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .SP-snip-weather .SP-weather-small {
    display: none;
  }
  .SP-snip-weather .SP-weather-big {
    display: block;
    margin-left: -16.6664%;
    border-bottom: 2px solid #347520;
    padding: 2px 2px 0.5em 2px;
  }
  .SP-weather-33 {
    width: 33.3333333333%;
    float: left;
    box-sizing: border-box;
    padding-right: .5em;
  }
  .SP-weather-66 {
    width: 66.6666666666%;
    float: left;
    box-sizing: border-box;
    padding-left: .5em;
  }
  .SP-weather-50-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: .5em;
  }
  .SP-weather-50-right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: .5em;
  }
  .SPi-weather-icon {
    font-size: 1.5em;
  }
  .SPi-weather-icon-big {
    font-size: 5em;
  }
  .SP-weather-current dd:nth-child(4),.SP-weather-forecast dd:nth-child(4),.SP-weather-forecast dd:nth-child(6) {
    font-size: 1.7em;
    margin-top: 1.2em;
  }
  .SP-weather-text {
    font-size: 1.1em;
  }
  .SP-weather-small + .SP-weather.SP-weather-forecast {
    height: 15.2em;
  }
  .SP-weather-time {
    font-size: 0.7em;
    margin-top: 0.4em;
    float: left;
    margin-left: 1em;
  }
  .SP-weather-66 .SPi-weather-icon.SPi-weather-icon-big {
    margin-bottom: 0.7em;
  }
}
@media (min-width: 75em) {
  .SP-weather-current dd:nth-child(4),.SP-weather-forecast dd:nth-child(4),.SP-weather-forecast dd:nth-child(6) {
    font-size: 2em;
    margin-top: 1em;
    font-weight: 700;
  }
}
  



  
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

  



  
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./img/loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-slide a:focus {
    outline: none;
}
.slick-slide a:focus .SP-teaser-text {
  outline: 2px dotted #000000;
  outline-offset: -2px;
}
.slick-prev:focus i,
.slick-next:focus i
{
    background: rgba(232,240,208, .6);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-arrow i:before
{
    font-family: 'SP-icons-Hofheim-am-Taunus';
    line-height: 1;

    opacity: .75;
    color: #333333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e066';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e067';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\e067';
}
[dir='rtl'] .slick-next:before
{
    content: '\e066';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
width: 100%;
position: relative;
}

ul.slick-dots
{
    position: absolute;
    top: 5px;

    display: none !important;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    background: #585858 !important;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'SP-icons-Hofheim-am-Taunus';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #333333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #333333;
}


#SP-teaser .slick-list {
  margin-left: -3.25%;
  width: 106.5%;
}

.js .SP-UI-slider .SP-UI-slider-next,
.js .SP-UI-slider .SP-UI-slider-prev {
  display: none !important;
}
@media (min-width: 48em) {
  .js .SP-UI-slider .SP-UI-slider-next,
  .js .SP-UI-slider .SP-UI-slider-prev {
    background: #FFFFFF;
    cursor: pointer;
    display: block !important;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
}

#SP-teaser .slick-prev {
  left: -7.1428%;
}
#SP-teaser .slick-next {
  right: -7.1428%;
}
#SP-teaser .slick-prev,
#SP-teaser .slick-next {
  font-size: 3em;
  text-align: center;
  width: 7.1428%;
}
#SP-teaser .SP-UI-slider ul {
   overflow: visible;
}




@media (max-width: 48em) {
  .js ul.slick-dots {
    position: absolute;
    height: 16px;
    z-index: 1;
    width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    top: 1em;
  }

  .js .slick-dots .SP-UI-slider-jumper:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
  }

  .js .slick-dots .SP-UI-slider-jumper-button {
    width: 16px;
    height: 16px;
    background: white;
    display: inline-block;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    border: 1px solid #585858;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    cursor: pointer;
  }

  .js .slick-dots .slick-active .SP-UI-slider-jumper-button {
    background: #585858;
    border-color: #FFFFFF;
  }
  .js .SP-UI-slider .slick-dots {
    display: flex !important;
    justify-content: space-around;
  }
}

  



  
<p>
<table bgcolor="#FFFFFF" width="100%" border="1" cellpadding="15">
	<tr>
		<td>
			<b>Information Enterprise Server: Error</b><br>
			<table border="0" cellpadding="5" width="100%">				<tr>					<td>
<br>
						<i>Template-Stack:</i><br>
						&nbsp;&nbsp;&nbsp;180010100000001098-6000 (38ms)<br>
<br>
						<i>Tag:</i><br>
						&nbsp;&nbsp;&nbsp;<tt>&lt;sp:include anchor=&#034;!{${si.sp_anchor}}&#034;&gt;</tt><br>
<br>
						<i>Message:</i><br>
						&nbsp;&nbsp;&nbsp;anchor&nbsp;&#039;!{}&#039;&nbsp;not&nbsp;found<br>
					</td>				</tr>			</table>
		</td>
	</tr>
</table>
<p>


  


@media print {
  
html {
    height: auto;
    width: 100%;
}
body {
    background-color: #FFFFFF;
    height: auto;
}
a {
    cursor: default !important;
    text-decoration: none !important;
}
a:focus {
    outline: 0 important!;
}
img {
    max-width:100% !important;
}
#SP-print-detector {
    display: block;
    font-size: .1em;
    height: 0;
    line-height: 0;
}
.SP-image {
    display: inline-block;
}
/* ### Teile verstecken - - - - - - */
 #SP-nav-social, .SP-UI-extendable .SP-UI-controls, #SP-nav-toc, .SP-off-canvas-pusher:after, #SP-intro:after, .SP-image i, #SP-editorial-wrapper, #SP-nav-languages, #SP-nav-main-first-wrapper, #SP-marginal, #SP-footer, #SP-nav-tools, #SP-quicksearch-trigger-on, #SP-nav-dynamic-trigger-on, #SP-header:after, .SP-ilink, #SP-nav-main-service-top {
    display: none !important;
}
#SP-ad-wrapper {
    overflow: hidden;
}
/* ### verkleinern - - - - - - */
 #SP-header {
    border-bottom: 0;
}
#SP-header-inner {
    margin: 6px 0 0 0;
    padding: 0;
}
#SP-page {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 210mm;
}
.SP-home #SP-body {
  padding-top: 20px;
}
#SP-body {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 15pt;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden !important;
}
#SP-header:before {
    background: #91B813;
    /* Old browsers */
    background: -moz-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91B813), color-stop(100%, #80A311));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #91B813 0%, #80A311 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91B813', endColorstr='#80A311', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content:' ';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
#SP-body:before {
    background: #91B813;
    /* Old browsers */
    background: -moz-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91B813), color-stop(100%, #80A311));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #91B813 0%, #80A311 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #91B813 0%, #80A311 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91B813', endColorstr='#80A311', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content:' ';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
#SP-body-inner {
    margin: 0;
    padding: 0;
    max-width: 210mm;
}
#SP-content, #SP-content-inner {
    overflow: visible;
    width: 100%;
    padding: 0;
    margin: 0;
}
#SP-logo #SP-logo-mobile {
  left: auto;
}
/* ### Veranstaltungen - - - - - - */
 #SP-eventlists .SP-eventlist-first, #SP-eventlists .SP-eventlist-second {
    float: none;
    width: 100%;
}
#SP-eventlists .SP-eventlist-second {
    margin-bottom: 6em;
}
#SP-eventlists .SP-calendarsheet {
    display: none;
}
#SP-search-result.SP-cont-teaserlist > ol > li, #SP-search-result.SP-cont-teaserlist > ul > li, #SP-search-result .SP-cont-teaserlist li {
    margin-top: 1em;
    padding-top: 0;
}
.SP-calendar-of-events #SP-search-result .SP-cont-teaserlist li {
    margin-bottom: 1em;
    padding-bottom: 0;
}
/* ### Einrückungen aufheben - - - - - - */
 #SP-content-inner {
    padding-left: 0;
}
body:not(.SP-home) .SP-snip-links h2, .SP-snip-links h2, .SP-snip-image.SP-image-left {
    margin-left: 0;
}
/* ### Pfad - - - - - - */
 #SP-nav-path {
    display: block;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative !important;
    clip: auto;
}
.SP-home #SP-nav-path {
    display: none;
}
#SP-nav-path dd {
    display: inline;
    line-height: 1.133;
    margin-right: 1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
}
#SP-nav-path dd a {
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
}
#SP-nav-path dd a:after {
    content:'>';
    margin-left: 1em;
}
/* ### Slider - - - - - - */
 .js .SP-UI-slider .SP-UI-slider-jumper {
    display: none;
}
.js #SP-teaser, #SP-teaser {
    border-bottom: 0 !important;
    margin-top: 1em;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100% !important;
}
.js .SP-UI-slider-hider, .SP-UI-slider-hider {
    overflow: hidden !important;
    width: 100% !important;
}
.SP-UI-slider .SP-teaser > a, .SP-UI-slider .SP-teaser > .SP-UI-item-wrapper {
    padding: 0 !important;
}
.SP-image .SP-image-inner img {
    display: block;
}
.SP-UI-slider .SP-teaser .SP-teaser-text {
    background: none;
    margin-left: 28.6783%;
}
.SP-UI-slider .SP-teaser .SP-text {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.js #SP-teaser .SP-UI-slider ul, #SP-teaser .SP-UI-slider ul {
    background-color: #FFFFFF;
    display: block;
    overflow: hidden;
    -webkit-transform: none !important;
    /* Safari and Chrome */
    -moz-transform: none !important;
    /* Firefox */
    -ms-transform: none !important;
    /* IE 9 */
    -o-transform: none !important;
    /* Opera */
    transform: none !important;
    width: 100% !important;
}
.js .SP-UI-slider .SP-UI-item .SP-UI-item-wrapper {
    display: inline;
}
.js .SP-UI-slider .SP-UI-item .SP-UI-item-wrapper, .js #SP-teaser .SP-UI-slider li, .SP-UI-slider .SP-UI-item .SP-UI-item-wrapper, #SP-teaser .SP-UI-slider li {
    clear: both !important;
    float: none !important;
    margin-bottom: 1.5em !important;
    width: 100% !important;
}
.js #SP-teaser .SP-UI-slider .SP-teaser > a, #SP-teaser .SP-UI-slider .SP-teaser > a {
    padding: 0 !important;
}
.js #SP-teaser .SP-teaser h2 {
    clear: none !important;
}
#SP-UI-slider li.SP-UI-item:nth-child(1), #SP-UI-slider li.SP-UI-item:nth-child(2), #SP-UI-slider li.SP-UI-item:nth-child(3), #SP-UI-slider li.SP-UI-item:nth-child(4), #SP-UI-slider li.SP-UI-item:nth-child(5), #SP-UI-slider li.SP-UI-item:nth-child(6), #SP-UI-slider li.SP-UI-item:nth-child(7), #SP-UI-slider li.SP-UI-item:nth-child(8), #SP-teaser .SP-UI-slider-prev, #SP-teaser .SP-UI-slider-next {
    display: none;
}
.js #SP-teaser .SP-UI-slider-hider, #SP-teaser .SP-UI-slider-hider {
    margin-left: 0% !important;
    width: 100% !important;
}
.js #SP-teaser .SP-UI-slider .SP-teaser .SP-teaser-image, #SP-teaser .SP-UI-slider .SP-teaser .SP-teaser-image {
    float: left !important;
    margin-bottom: 0;
    margin-top: 0 !important;
    margin-right: 2.4938em !important;
    width: 26.1845% !important;
}
.SP-UI-slider .SP-image .SP-image-inner {
    padding-bottom: 0 !important;
    position: relative;
}
.js #SP-teaser .SP-UI-slider .SP-teaser .SP-teaser-image + .SP-teaser-text, #SP-teaser .SP-UI-slider .SP-teaser .SP-teaser-image + .SP-teaser-text {
    margin-left: 29% !important;
    background-color: #FFFFFF;
    width: auto !important;
}
#SP-teaser .SP-UI-slider .SP-teaser .SP-teaser-category {
    clear: both;
}
.SP-image {
    background-color: #FFFFFF;
}
.SP-image, .SP-snip-image.SP-image-full {
    width: 100%;
}
.SP-snip-image.SP-image-left, .SP-snip-image.SP-image-right {
    width: 48.397%;
}
/* Bildergalerie */
 .SP-UI-extendable, .SP-UI-extendable ul {
    overflow: visible;
}
.SP-UI-extendable .SP-image {
    display: block !important;
}
.SP-mod-gallery .SP-image .SP-caption, .SP-mod-gallery .SP-image figcaption {
    display: none !important;
}
/* ### Schlagzeilen - - - - - - */
 .SP-cont-headlines li {
    background: none !important;
    float: none;
    height: auto !important;
    margin-bottom: 1.5em;
    margin-left: 0;
    padding: 0;
    width: 100% !important;
}
.SP-cont-headlines .SP-teaser, .SP-cont-headlines .SP-teaser a {
    color: #FFFFFF;
}
/* Margin Zuruecksetzen */
#SP-intro, article > h1, #sp-citygov h1.headline, #sp-citygov h2.subheadline, #sp-citygov h2.SP-UI-item-trigger, #sp-citygov .introduction, #sp-citygov .description, #sp-citygov .start-php:after, .SP-cont-headlines, #SP-search h1, h2[id], .SP-paging, .SP-events-header, .SP-events-navigation, .SP-snip-anchors {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.SP-download a:after, .SP-link-external a:after {
    content:" (" attr(href)") ";
    font-size: 0.75em;
}
#SP-banner {
  clear: left;
}
#SP-banner .SP-box {
    width: 47.2656%;
    margin-bottom: 1.17188%;
}
.SP-box-banner .SP-box-body .SP-image .SP-image-inner {
    padding-bottom: 0 !important;
}
.SP-image .SP-image-inner {
    height: 100% !important;
}
/* WETTER */
 .SP-weather-forecast dd span, .SP-weather-forecast dd abbr {
    margin-left: .5em;
}
.SP-snip-weather h2.subheadline {
    margin-left: -16.6664%;
}
.SP-weather-current dt {
    margin-bottom: 0;
}
.SP-snip-weather h2.subheadline {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.SP-snip-weather .SP-weather-small {
    display: none;
}
.SP-snip-weather .SP-weather-big {
    display: block;
    margin-left: -16.6664%;
    border-bottom: 2px solid #347520;
    padding: 2px 2px 0.5em 2px;
}
.SP-weather-33 {
    width: 33.3333333333%;
    float: left;
    box-sizing: border-box;
    padding-right: .5em;
}
.SP-weather-66 {
    width: 66.6666666666%;
    float: left;
    box-sizing: border-box;
    padding-left: .5em;
}
.SP-weather-50-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: .5em;
}
.SP-weather-50-right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: .5em;
}
.SPi-weather-icon {
    font-size: 1.5em;
}
.SPi-weather-icon-big {
    font-size: 5em;
}
.SP-weather-text {
    font-size: 16px;
}
.SP-weather-small + .SP-weather.SP-weather-forecast {
    height: 15.2em;
}
.SP-weather-time {
    font-size: 0.7em;
    margin-top: 0.4em;
    float: left;
    margin-left: 1em;
}
.SP-weather-66 .SPi-weather-icon.SPi-weather-icon-big {
    margin-bottom: 0.7em;
}
.SP-weather-current dd:nth-child(4), .SP-weather-forecast dd:nth-child(4), .SP-weather-forecast dd:nth-child(6) {
    font-size: 24px !important;
    margin-top: 1em;
    font-weight: 700;
}
.SP-snip-weather .SP-weather-big {
    margin-left: 0;
}
/*  Seitenumbrueche vermeiden */
 .description, .SP-image, figure, formfield, td, th, #SP-teaser .SP-teaser, #SP-teaser .SP-teaser .SP-text, #SP-banner .SP-box, .SP-cont-headlines li, li, img {
    page-break-inside: avoid;
}
.SP-text {
    widows:4;
    orphans:3;
}
.SP-text table {
    width: 99.9%;
}
.SP-field-checkbox .SP-label:before, .SP-field-radio .SP-label:before, .SP-text td, .SP-text th {
    border-style: solid !important;
    border-width: 0.3pt !important;
}
.SP-button-print,
.SP-button-next {
    display: none;
}
  
}
