@charset "UTF-8";


  
/**
 * reset.css
 * template.g09.stylesheet
 */

  
@media all {
  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* http://html5boilerplate.com/mobile/
	Unterschiedliche Schirftgrößen bei gleichem CSS auf dem iPhone verhindern
*/
body {
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  color: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}
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;
}

input.disabled,
textarea.disabled,
option.disabled,
optgroup.disabled,
select.disabled,
input:disabled,
textarea:disabled,
option:disabled,
optgroup:disabled,
select:disabled:disabled {
  background: #F0F2F4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmFmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWViZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #F8FAFB 0%, #E9EBEC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8FAFB), color-stop(100%, #E9EBEC));
  background: -webkit-linear-gradient(top, #F8FAFB 0%, #E9EBEC 100%);
  background: linear-gradient(to bottom, #F8FAFB 0%, #E9EBEC 100%);
  color: rgba(0, 0, 0, 0.333);
}

/* remove default-style of dropdown-box */
select {
     -moz-appearance: none;
  -webkit-appearance: none;

  appearance: none;
}

/* remove dropdown-arrow in IE10 and above */
select::-ms-expand {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
  outline: 0 none;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * accessability.css
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Zugänglich verstecken
 * @deprecated .acc
 */
.acc,
.SP-acc-hide {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  height: 0 !important;
  overflow: hidden;
  position: absolute;
  width: 0 !important;
}


/**
 * Sprungmarken
 */
#SP-toc a {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  left: 2px;
  padding: .5em 10%;
  position: absolute;
  top: 2px;
  z-index: 9999;
}
#SP-toc a:after {
  content: ' >';
}
#SP-toc a:focus {
  clip: auto;
  height: auto !important;
  width: auto !important;
}


/**
 * Fokus
 */
input:focus,
select:focus,
textarea:focus {
     -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);

  border-color: transparent;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  outline: none;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;

  box-shadow: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
button:focus {
     -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}
button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
a {
     -moz-transition:    -moz-box-shadow 0.5s ease-in, outline 0.5s ease-in;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in, outline 0.5s ease-in;

  transition: box-shadow 0.5s ease-in, outline 0.5s ease-in;
}
a:focus {
     -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
  outline: 0 solid #B5B5B5;
  z-index: 5000;
}


/**
 * Access-Key
 */
.SP-acc-key {
  text-decoration: underline;
}


/**
 * Fehler
 */
.SP-error {
  color: #DD0000;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * accordion.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-accordion.SP-scripted .SP-toggle-trigger,
.SP-toggle.SP-scripted .SP-toggle-trigger {
  cursor: pointer
}
.SP-accordion.SP-scripted .SP-toggle-trigger a,
.SP-toggle.SP-scripted .SP-toggle-trigger a {
  display: block;
  height: 100%;
  width: 100%;
}
.SP-accordion.SP-scripted .SP-toggle-content,
.SP-toggle.SP-scripted .SP-toggle-content {
  display: none;
}
.SP-accordion.SP-scripted .active .SP-toggle-content,
.SP-toggle.SP-scripted .active .SP-toggle-content {
  display: block;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .SP-accordion .SP-toggle-content,
.SP-toggle .SP-toggle-content {
  display: block !important;
}
}

  


  
/**
 * centering.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-centered {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
.SP-centered-inner {
  margin: 0 4%;
  position: relative;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-centered-inner {
  margin: 0 2%;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * extendable.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-UI-extendable ul {
  list-style-type: none;
  margin: 0; padding: 0;
  overflow: hidden;
  width: 104.2736%;
}
.SP-UI-extendable .SP-UI-item {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  float: left;
  margin-bottom: 4.0984%;
  margin-right: 4.0984%;
  max-width: 224px;
  padding: 0 10px 10px 0;
  width: 45.9017%;
}
.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;
  display: none;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * floating.css
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Floating
 * Komplettes CSS für das Floating
 */
.SP-float-left {
  float: left;
  margin-right: 4.2736%;
}
.SP-float-right + .SP-float-left {
  margin-right: 0;
}
.SP-float-right {
  float: right;
  margin-left: 4.2736%;
}
.SP-float-left + .SP-float-right {
  margin-left: 0;
}
.SP-float-clear {
  clear: both;
}
.SP-float-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * grid.css
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Basis
 */
.SP-grid-line:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.SP-grid.SP-grid-gutter > .SP-grid-col:first-child {
  margin-left: 0 !important;
}


/**
 * 2er Grid
 */
.SP-grid-2 > .SP-grid-col {
  width: 100%;
}


/**
 * 3er Grid
 */
.SP-grid-3 > .SP-grid-col {
  width: 100%;
}


/**
 * 4er Grid
 * Beginn der 2-Spaltigkeit
 */
.SP-grid-4 > .SP-grid-col {
  float: left;
  width: 50%;
}
.SP-grid-4 > .SP-grid-col:nth-child(2n+1) {
  clear: left;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col:nth-child(2n+1) {
  margin-left: 0;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col {
  margin-bottom: 3.4189%;
  margin-left: 3.4189%;
  width: 48.2906%;
}
.SP-grid-4 .SP-grid-col.SP-grid-col-colspan-3,
.SP-grid-4 .SP-grid-col.SP-grid-col-colspan-3 + .SP-grid-col {
  margin-left: 0;
  width: 100%;
}


/**
 * 5er Grid
 */
.SP-grid-5 > .SP-grid-col {
  float: left;
  width: 50%;
}
.SP-grid-5.SP-grid-gutter {
  margin-left: -2%;
  width: 102%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col {
  margin-left: 1.9608%;
  width: 48.0393%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col:first-child {
  margin-left: 1.9608% !important;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-2,
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-3,
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-4 {
  width: 98.0393%;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  /**
 * 2er Grid
 * Beginn der 2-Spaltigkeit
 */
.SP-grid-2 > .SP-grid-col {
  float: left;
  width: 50%
}
.SP-grid-2.SP-grid-gutter > .SP-grid-col {
  margin-left: 4.2736%;
  width: 47.8633%;
}
.SP-grid-2 > .SP-grid-col:nth-child(2n+1) {
  clear: left;
}
.no-mediaqueries .SP-grid-2 > .SP-grid-col.odd {
  clear: left;
}
.SP-grid-2.SP-grid-gutter > .SP-grid-col:nth-child(2n+1) {
  margin-left: 0;
}
.no-mediaqueries .SP-grid-2.SP-grid-gutter > .SP-grid-col.odd {
  margin-left: 0;
}


/**
 * 3er Grid
 * Beginn der 2-Spaltigkeit
 */
.SP-grid-3 > .SP-grid-col {
  float: left;
  width: 50%;
}
.SP-grid-3 > .SP-grid-col:nth-child(2n+1) {
  clear: left;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col:nth-child(2n+1) {
  margin-left: 0;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col {
  margin-left: 3.4189%;
  width: 48.2906%;
}


/**
 * 4er grid
 * Beginn der 4-Spaltigkeit
 */
.SP-grid-4 > .SP-grid-col {
  float: left;
  width: 25%;
}
.SP-grid-4 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 50%;
}
.SP-grid-4 > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 75%;
}
.SP-grid-4 > .SP-grid-col:nth-child(2n+1) {
  clear: none;
}
.SP-grid-4 > .SP-grid-col:nth-child(4n+1) {
  clear: left;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col:nth-child(2n+1) {
  margin-left: 4.2736%;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col:nth-child(4n+1) {
  margin-left: 0;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col {
  margin-bottom: 4.2736%;
  margin-left: 4.2736%;
  width: 21.7949%;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 47.8633%;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 73.9317%;
}
.SP-grid-4 .SP-grid-col.SP-grid-col-colspan-3 + .SP-grid-col {
  margin-left: 4.2736%;
  width: 21.7949%;
}


/**
 * 5er Grid
 * Beginn der 3-Spaltigkeit
 */
.SP-grid-5 > .SP-grid-col {
  width: 33.3334%;
}
.SP-grid-5 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 66.6667%;
}
.SP-grid-5.SP-grid-gutter {
  margin-left: -2.809%;
  width: 102.809%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col {
  margin-left: 2.7323%;
  width: 30.6011%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col:first-child {
  margin-left: 2.7323% !important;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-2 {
  width: 63.9345%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-3 {
  width: 97.2678%;
}


/**
 * 6er Grid
 * Beginn der 6-Spaltigkeit
 */
.SP-grid-6 > .SP-grid-col {
  float: left;
  width: 16.6667%;
}
.SP-grid-6 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 33.3334%;
}
.SP-grid-6 > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 50%;
}
.SP-grid-6 > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 66.6667%;
}
.SP-grid-6 > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 83.3334%;
}
.SP-grid-6 > .SP-grid-col:nth-child(6n+1) {
  clear: left;
}
.SP-grid-6.SP-grid-gutter > .SP-grid-col:nth-child(6n+1) {
  margin-left: 0;
}
.SP-grid-6.SP-grid-gutter > .SP-grid-col {
  margin-left: 1.3851%;
  width: 15.5125%;
}
.SP-grid-6.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 32.41%;
}
.SP-grid-6.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 49.3075%;
}
.SP-grid-6.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 66.205%;
}
.SP-grid-6.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 83.1025%;
}


/**
 * 7er Grid
 * Beginn der 7-Spaltigkeit
 */
.SP-grid-7 > .SP-grid-col {
  float: left;
  width: 14.2858%;
}
.SP-grid-7 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 28.5715%;
}
.SP-grid-7 > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 42.8572%;
}
.SP-grid-7 > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 57.1429%;
}
.SP-grid-7 > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 71.4286%;
}
.SP-grid-7 > .SP-grid-col.SP-grid-col-colspan-6 {
  width: 85.7143%;
}
.SP-grid-7 > .SP-grid-col:nth-child(7n+1) {
  clear: left;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col:nth-child(7n+1) {
  margin-left: 0;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col {
  margin-left: 1.1849%;
  width: 13.2702%;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 27.7252%;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 42.1801%;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 56.6351%;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 71.0901%;
}
.SP-grid-7.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-6 {
  width: 85.5451%;
}


/**
 * 8er Grid
 * Beginn der 8-Spaltigkeit
 */
.SP-grid-8 > .SP-grid-col {
  float: left;
  width: 12.5%;
}
.SP-grid-8 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 25%;
}
.SP-grid-8 > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 37.5%;
}
.SP-grid-8 > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 50%;
}
.SP-grid-8 > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 62.5%;
}
.SP-grid-8 > .SP-grid-col.SP-grid-col-colspan-6 {
  width: 75%;
}
.SP-grid-8 > .SP-grid-col.SP-grid-col-colspan-7 {
  width: 87.5%;
}
.SP-grid-8 > .SP-grid-col:nth-child(8n+1) {
  clear: left;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col:nth-child(8n+1) {
  margin-left: 0;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col {
  margin-left: 1.0352%;
  width: 11.5943%;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 24.2237%;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 36.8531%;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 49.4825%;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 62.1119%;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-6 {
  width: 74.7413%;
}
.SP-grid-8.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-7 {
  width: 87.3707%;
}


/**
 * 9er Grid
 * Beginn der 9-Spaltigkeit
 */
.SP-grid-9 > .SP-grid-col {
  float: left;
  width: 11.1112%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 22.2223%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 33.3334%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 44.4445%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 55.5556%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-6 {
  width: 66.6667%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-7 {
  width: 77.7778%;
}
.SP-grid-9 > .SP-grid-col.SP-grid-col-colspan-8 {
  width: 88.8889%;
}
.SP-grid-9 > .SP-grid-col:nth-child(9n+1) {
  clear: left;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col:nth-child(9n+1) {
  margin-left: 0;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col {
  margin-left: 0.9192%;
  width: 10.2942%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 21.5074%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 32.7206%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 43.9339%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-5 {
  width: 55.1471%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-6 {
  width: 66.3603%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-7 {
  width: 77.5736%;
}
.SP-grid-9.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-8 {
  width: 88.7868%;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  /**
 * 3er Grid
 * Beginn der 3-Spaltigkeit
 */
.SP-grid-3 > .SP-grid-col {
  float: left;
  width: 33.3334%;
}
.SP-grid-3 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 66.6667%;
}
.SP-grid-3 > .SP-grid-col:nth-child(2n+1) {
  clear: none;
}
.SP-grid-3 > .SP-grid-col:nth-child(3n+1) {
  clear: left;
}
.SP-grid-3 > .SP-grid-col.nth-child-3n1 {
  clear: left;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col {
  margin-left: 2.809%;
  width: 31.4607%;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col:nth-child(2n+1) {
  margin-left: 2.809%;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col:nth-child(3n+1) {
  margin-left: 0;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col.nth-child-3n1 {
  margin-left: 0;
}
.SP-grid-3.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 65.7304%;
}


/**
 * 5er Grid
 * Beginn der 5-Spaltigkeit
 */
.SP-grid-5 > .SP-grid-col {
  width: 20%;
}
.SP-grid-5 > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 40%;
}
.SP-grid-5 > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 60%;
}
.SP-grid-5 > .SP-grid-col.SP-grid-col-colspan-4 {
  width: 80%;
}
.SP-grid-5.SP-grid-gutter {
  margin-left: -1.9875%;
  width: 101.9875%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col {
  margin-left: 1.9488%;
  width: 18.0513%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col:first-child {
  margin-left:1.9488% !important;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-2 {
  width: 38.0513%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-3 {
  width: 58.0513%;
}
.SP-grid-5.SP-grid-gutter > .SP-grid-col-colspan-4 {
  width: 78.0513%;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * i!-Link
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * iLink
 */
.SP-ilink {
	left: 0;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 33333;
	display: block;
	text-decoration: none;
	top: 0;
	height: 32px;
}

.SP-ilink-wrapper {
	color: #FFFFFF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.8571em;
	line-height: 1.6667;
	padding: 4px 17px;
	position: fixed;
	width: 100%;
}
.SP-ilink-wrapper:before {
	background: #3d4d5c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNGQ1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzk0YjNkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzk0YjNkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDRkNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3d4d5c 0%, #94b3d2 49%, #94b3d2 51%, #3d4d5c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3d4d5c), color-stop(49%,#94b3d2), color-stop(51%,#94b3d2), color-stop(100%,#3d4d5c));
	background: -webkit-linear-gradient(left,  #3d4d5c 0%,#94b3d2 49%,#94b3d2 51%,#3d4d5c 100%);
	background: -o-linear-gradient(left,  #3d4d5c 0%,#94b3d2 49%,#94b3d2 51%,#3d4d5c 100%);
	background: -ms-linear-gradient(left,  #3d4d5c 0%,#94b3d2 49%,#94b3d2 51%,#3d4d5c 100%);
	background: linear-gradient(to right,  #3d4d5c 0%,#94b3d2 49%,#94b3d2 51%,#3d4d5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4d5c', endColorstr='#3d4d5c',GradientType=1 );

	filter: alpha(opacity=95);
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	-o-opacity: 0.95;

	border-bottom: 1px solid #212C36;
	content: ' ';
	height: 100%;
	left: 0;
	opacity: 0.95;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.SP-ilink-wrapper .SP-stack {
	display: inline-block;
	font-size: 1.25em;
	height: 1.2em;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.SP-ilink-wrapper .SPi-stack {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.SP-ilink-wrapper .SPi-ilink-inner:before {
	color: #E69700;
}
.SP-last-change {
	font-size: 11px;
	max-width: 10em;
	overflow: hidden;
	position: absolute;
	right: 45px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
	top: 0.5em;
}
.SP-last-change:after {
	content: '\270D';
	font-size: 2em;
	line-height: 0.5;
	position: relative;
	top: 3px;
}
.SP-changed-by,
.SP-changed-by-name,
.SP-changed-at,
.SP-changed-date-long {
	display: none;
}

}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-last-change {
	max-width: none;
}
.SP-changed-by-name {
	display: inline;
}
.SP-changed-by-name:after {
	content: '|\A0';
}
.SP-changed-date-short {
	display: none;
}
.SP-changed-date-long {
	display: inline;
}

}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-last-change:after {
	content: none;
}
.SP-changed-by,
.SP-changed-at {
	display: inline;
}
.SP-changed-by-name:after {
	content: none;
}

}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #sp_ilink_container_0 {
  display: none;
}
}

  


  
/**
 * imageviewer.css
 * template.g09.stylesheet
 */

  
@media all {
  body.fix {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* Reset-Code */
#SP-imageviewer img {
  max-width: 100%;
  width: auto;
}


/* Nicht selektierbar und nicht anzeigen */
#SP-imageviewer-wrapper {
     -moz-user-select: none;
      -ms-user-select: none;
  -webkit-user-select: none;
  /* Ende Browserfixes */

  user-select: none;
}
#SP-imageviewer-wrapper,
#SP-imageviewer-view-overview,
#SP-imageviewer-view-image {
  display: none;
}


/* Icons */
/*
#SP-imageviewer .SPi {
  font-family: icon;
}
#SP-imageviewer .SPi-previous:after {
  content: "\25C4";
}
#SP-imageviewer .SPi-next:after {
  content: "\25BA";
}
#SP-imageviewer .SPi-overview:after {
  content: "\23CF";
}
#SP-imageviewer .SPi-play:after {
  content: "\235F";
}
#SP-imageviewer .SPi-stop:after {
  content: "\233E";
}
#SP-imageviewer .SPi-close:after {
  content: "\274C";
}
*/

/* Copyright */
#SP-imageviewer-view-image-description + #SP-imageviewer-view-image-copyright:not(:empty):before {
  content: '©';
  margin: 0 5px;
}


/* Overlay */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50000;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-overlay a {
  display: block;
  height: 100%;
  width: 100%;
}

/* Ladezustand */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer .SP-loading {
  background: url(/WEB-IES/scriptlib/ImageViewer/css/img/loader.gif) no-repeat center center #FFFFFF;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* Galerie Haupt-Container */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer {
  background-color: #F1EEEA;
  font-size: 12px;
  height: 640px;
  left: 50%;
  line-height: 1.25;
  margin: -327px 0 0 -383px;
  position: fixed;
  text-align: left;
  top: 50%;
  width: 767px;
  z-index: 50001;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title {
  bottom: 0;
  height: 40px;
  overflow: auto;
  position: absolute;
  text-align: left;
  z-index: 5000;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-title {
  width: 767px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title {
  width: 600px;
}
.no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title {
  width: 614px !important;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-title .inner,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title .inner {
  color: #000000;
  padding: 5px 5px 4px 14px;
}
.no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title .inner #SP-imageviewer-view-image-description {
  max-height: 214px !important;
}
.no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-image .SP-image-wrapper,
.no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-trigger {
  height: 283px !important;
}

/* Großbild */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E2DDD3;
  height: 599px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 599px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-nextImage {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E2DDD3;
  height: 599px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 318px;
  z-index: 10;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-trigger {
  height: 599px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 600px;
  z-index: 20;
}
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger,
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage {
  width: 767px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-prevImage .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-nextImage .SP-image-wrapper {
  height: 399px;
  margin: 0;
  position: relative;
  width: 100%;
}
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image img,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-prevImage img,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-nextImage img {
    -webkit-transform: translate(-50%, -50%);

    left: 50%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* Große vor- und zurück-Klickflächen */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext {
    cursor: pointer;
    height: 100%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 50000;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev {
    left: 0;
    margin-left: 25px;
    position: absolute;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext {
    position: absolute;
    right: 0;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext i {
    background-color: #FFFFFF;
    color: #444444;
    display: none;
    font-size: 3em;
    height: 55px;
    line-height: 55px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 35px;
    z-index: 50000;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev i {
    border-radius: 0 5px 5px 0;
    left: -25px;
  }
  .no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev i {
    left: 10px;
  }
  .no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev:hover i {
    display: block;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext i {
    border-radius: 5px 0 0 5px;
    left: auto !important;
    right: 0;
  }
  .no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext i {
    right: 10px;
  }
  .no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext:hover i {
    display: block;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-slideshow-running #SP-imageviewer-view-image-largeNext i,
  #SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-slideshow-running #SP-imageviewer-view-image-largePrev i {
    cursor: auto;
    display: none !important;
  }

  /* Bedienelemente */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls {
    bottom: 0;
    border-color: #E2DDD3;
    border-style: solid;
    border-width: 1px 0 0 1px;
    height: 40px;
    position: absolute;
    right: 0;
    width: 128px;
    z-index: 5001;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls ul {
    height: 55px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-next,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-prev {
    display: none !important;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
    bottom: 14px;
    cursor: pointer;
    display: block;
    margin-top: -13px;
    position: absolute;
    z-index: 2000;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
    height: 18px;
    left: 124px;
    position: absolute;
    width: 14px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close i {
    color: #555555;
    font-size: 1.5em;
    left: 0;
    position: absolute;
    top: 0;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play:hover i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop:hover i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview:hover i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close:hover i,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close:hover i{
    color: #3B3B3B;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop {
    height: 18px;
    left: 65px;
    position: absolute;
    width: 22px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close a,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview {
    height: 18px;
    left: 98px;
    position: absolute;
    width: 20px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls-download {
    color: #000000;
    display: inline-block;
    margin-left: 8px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls-download a {
    color: #000000;
  }

  /* Counter */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-counter {
    bottom: 8px;
    color: #000000;
    display: block;
    height: 19px;
    position: absolute;
    right: 112px;
    text-align: center;
    width: 40px;
    z-index: 5000;
  }

  /* Slider */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider {
    background-color: #E2E2E2;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
    width: 168px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li {
    background-color: #FFFFFF;
    float: left;
    height: 149px;
    list-style: none;
    margin: 0 0 -1px 0;
    overflow: hidden;
    position: relative;
    width: 149px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li img {
    left: 50%;
    position: absolute;
    top: 50%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li a {
    display: block;
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li img {
    border: 2px solid #FFFFFF;
  }

  /* Bildübersicht */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview {
    background-color: #E2E2E2;
    border-bottom: 1px solid #E2DDD3;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: auto;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li {
    background-color: #FFFFFF;
    border: 1px solid #E2DDD3;
    float: left;
    height: 149px;
    margin: -1px 0 0 -1px;
    overflow: hidden;
    position: relative;
    width: 149px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li a {
    display: inline-block;
    height: 149px;
    width: 149px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li a:hover {
       -moz-box-shadow: 5px 0px 10px 0px #959494 inset;
    -webkit-box-shadow: 5px 0px 10px 0px #959494 inset;

    background-color: #BEB9B9;
    box-shadow: 5px 0px 10px 0px #959494 inset;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview img {
    left: 50%;
    position: absolute;
    top: 50%;
  }


  /* Skalierung: small */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s {
    height: 490px;
    margin: -257px 0 0 -307px;
    width: 616px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-slider,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-overview {
    height: 450px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-trigger,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-image,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-prevImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-nextImage {
    height: 449px;
    width: 230px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-image .SP-image-wrapper,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-prevImage .SP-image-wrapper,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-nextImage .SP-image-wrapper {
    height: 299px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-title {
    width: 616px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-title {
    width: 450px;
  }

  /* Skalierung: medium
    ist die Standard-Einstellung */

  /* Skalierung: large */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l {
    margin: -402px 0 0 -458px;
    height: 790px;
    width: 918px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-slider,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-overview {
    height: 750px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-trigger,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-image,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-prevImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-nextImage {
    height: 749px;
    width: 586px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-image .SP-image-wrapper,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-prevImage .SP-image-wrapper,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-nextImage .SP-image-wrapper {
    height: 499px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-title {
    width: 916px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-title {
    width: 750px;
  }


  /* Skalierung: xlarge */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl {
    height: 940px;
    margin: -478px 0 0 -532px;
    width: 1067px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-slider,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-overview {
    height: 900px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-trigger,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-image,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-prevImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-nextImage {
    height: 899px;
    width: 800px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-image .SP-image-wrapper,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-prevImage .SP-image-wrapper,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-nextImage .SP-image-wrapper {
    height: 599px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-title {
    width: 1066px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-title {
    width: 900px;
  }


/* Touch-Interface */
#SP-imageviewer-wrapper.SP-imageviewer-touch {
  height: 100%;
  position: absolute;
  width: 100%;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50000;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 50001;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image {
  height: 100%;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-nextImage,
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-prevImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1002;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-nextImage,
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-prevImage {
  opacity: 0;
  z-index: 1003;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-image img,
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-nextImage img,
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-prevImage img {
  -webkit-transform: translate(-50%, -50%);

  left: 50%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-title {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 1%, #333333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 1%,#333333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 1%,#333333 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 1%,#333333 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  /* Ende Browserfixes */

  background: linear-gradient(to bottom, #000000 0%,#333333 100%); /* W3C */
  border-bottom: 1px solid #444444;
  color: #FFFFFF;
  display: block;
  min-height: 20px;
  line-height: 1.25;
  opacity: 0.85;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  top: -0;
  z-index: 3000;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-title #SP-imageviewer-view-image-controls-download a {
  color: #FFFFFF;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-controls {
  background: #000000;
  background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%,#000000 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  /* Ende Browserfixes */

  background: linear-gradient(to bottom, #333333 0%,#000000 100%); /* W3C */
  border-top: 1px solid #444444;
  bottom: -0;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  z-index: 3000;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-controls ul {
  float: right;
  display: inline-block;
  text-align: right;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-controls li {
  color: #FFFFFF;
  display: inline-block;
  font-size: 2em;
  min-height: 20px;
  padding: 5px 10px;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-controls li span span {
  display: none;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-counter {
  bottom: -0;
  color: #FFFFFF;
  font-size: 1.5em;
  left: 0;
  line-height: 2;
  opacity: 0.85;
  padding: 5px 10px;
  position: absolute;
  width: 20%;
  z-index: 3001;
}
#SP-imageviewer-view-image-largePrev {
  display: block;
}

.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image {
  width: 100% !important;
}
.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image .SP-image-wrapper {
  width: 100% !important;
}
.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image #SP-imageviewer-view-image-controls {
  border-top: none !important;
}
.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image #SP-imageviewer-view-image-counter {
  right: 95px;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * lightbox.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-lightbox-wrapper {
  z-index: 15002;
}
.SP-lightbox-overlay {
  -khtml-opacity: 0.80;
    -moz-opacity: 0.80;

  background-color: #323030;
  height: 100%;
  left: 0;
  opacity: 0.80;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.SP-lightbox-overlay a {
  display: block;
  height: 100%;
  width: 100%;
}
.SP-lightbox .SP-loading {
  -khtml-opacity: 0.40;
    -moz-opacity: 0.40;

  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;
}
.SP-lightbox {
  background-color: #F1EEEA;
  height: 655px;
  left: 50%;
  margin: -327px 0 0 -383px;
  position: fixed;
  text-align: left;
  top: 50%;
  width: 766px;
  z-index: 10001;
}
.SP-lightbox.SP-dimension-info {
  left: 5%;
  max-height: 80%;
  margin: 0;
  top: 10%;
  width: 90%;
}
.SP-lightbox-title {
  display: none;
}
.SP-dimension-info .SP-lightbox-title {
  background-color: #4B4842;
  color: #FFFFFF;
  display: block;
  min-height: 2.5em;
}
.SP-dimension-info .SP-lightbox-title .inner {
  padding: 0.5em 0.75em;
}
#SP-lightbox-close {
  color: #FFFFFF;
  font-size: 1.5em;
  line-height: 1.3334;
  padding: 0.1em;
  position: absolute;
  right: 0.25em;
  top: 0.2334em;
}
#SP-lightbox-close:hover {
  background-color: #ED9400;
}
#SP-lightbox-close i {
  display: block;
}
.SP-lightbox-content {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;

  background-color: #F1EEEA;
  box-sizing: border-box;
  max-height: 100%;
  min-height: calc(100% - 2.5em);
  overflow-x: auto;
  overflow-y: scroll;
  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%;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-lightbox-wrapper {
  position: fixed;
}
.SP-lightbox.SP-dimension-info {
     -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);

  border: 1px solid #5C5C5C;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -300px;
  max-width: 600px;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-has-ad-skyscraper .SP-lightbox-wrapper {
  padding-right: 210px;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * offcanvas.css
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Off-Canvas-Rahmen
 */
.SP-off-canvas-wrapper {
  -webkit-backface-visibility: hidden;

  overflow: hidden;
  position: relative;
  width: 100%;
}
.SP-off-canvas-wrapper.SP-off-canvas-move-left,
.SP-off-canvas-wrapper.SP-off-canvas-move-right {
  height: 100%;
}
.SP-off-canvas-inner-wrap {
  -webkit-backface-visibility: hidden;

     -moz-transition: -moz-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;

  position: relative;
  transition: transform 500ms ease;
  width: 100%;
}

/**
 * Trigger
 * Trigger für die Off-Canvas-Elemente, kann auch ausgeblendet werden, die Steuerung
 * kann mittels JavaScript von außerhalb des Off-Canvas-Rahmens erfolgen,
 */
.SP-off-canvas-nav {
  -webkit-backface-visibility: hidden;

  height: 2rem;
  position: relative;
}
.SP-off-canvas-nav-left,
.SP-off-canvas-nav-right {
  position: absolute;
  top: 0;
}
.SP-off-canvas-nav-left {
  left: 0;
}
.SP-off-canvas-nav-right {
  right: 0;
}


/**
 * Overlay
 * Overlay über den Ursprungs-Content, wenn ein Off-Canvas-Element eingeblendet ist.
 */
.SP-off-canvas-inner-wrap::before {
     -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;


  background-color: #000000;
  content: ' ';
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 500ms ease;
  width: 100%;
  z-index: 500;
}
.SP-off-canvas-move-left .SP-off-canvas-inner-wrap::before,
.SP-off-canvas-move-right .SP-off-canvas-inner-wrap::before {
  display: block;   
  opacity: 0;
}


/**
 * Off-Canvas-Elemente
 * Initialzustand und Animation der Off-Canvas-Elemente
 */
.SP-off-canvas-left,
.SP-off-canvas-right {
  -webkit-backface-visibility: hidden;

  bottom: 0;
  box-sizing: content-box;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.SP-off-canvas-left {
     -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);

  left: 0;
  transform: translate3d(-100%, 0, 0);
  z-index: 1003;
}
.SP-off-canvas-right {
     -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);

  right: 0;
  transform: translate3d(100%, 0, 0);
}
.SP-off-canvas-move-left .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);

  transform: translate3d(100%, 0, 0);
}
.SP-off-canvas-move-right .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);

  transform: translate3d(-100%, 0, 0);
}
.SP-off-canvas-content {
  position: relative;
  z-index: 1002;
}
.SP-off-canvas-content::after {
     -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;

  background-color: rgba(0, 0, 0, 0.55);
  content: '';
  display: block;
  height: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
  width: 0;
}
.SP-off-canvas-move-left .SP-off-canvas-left {
     -moz-box-shadow: 5px 0 10px 2px rgba(64, 64, 64, 0.75);
  -webkit-box-shadow: 5px 0 10px 2px rgba(64, 64, 64, 0.75);

  box-shadow: 5px 0 10px 2px rgba(64, 64, 64, 0.75);
}
.SP-off-canvas-move-right .SP-off-canvas-right {
     -moz-box-shadow: -5px 0 10px 2px rgba(64, 64, 64, 0.75);
  -webkit-box-shadow: -5px 0 10px 2px rgba(64, 64, 64, 0.75);

  box-shadow: -5px 0 10px 2px rgba(64, 64, 64, 0.75);
}
.SP-off-canvas-is-visible .SP-off-canvas-content::after {
     -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;

  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-off-canvas-left,
.SP-off-canvas-right {
  width: 30rem;
}
.SP-off-canvas-move-left .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(30rem, 0, 0);
  -webkit-transform: translate3d(30rem, 0, 0);

  transform: translate3d(30rem, 0, 0);
}
.SP-off-canvas-move-right .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(-30rem, 0, 0);
  -webkit-transform: translate3d(-30rem, 0, 0);

  transform: translate3d(-30rem, 0, 0);
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-off-canvas-wrapper {
  overflow: visible;
  position: static;
}
.SP-off-canvas-inner-wrap {
  position: static;
}
.SP-off-canvas-content {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;

  box-shadow: none;
  position: static;
}
.SP-off-canvas-left,
.SP-off-canvas-right {
  display: none;
}
.SP-off-canvas-is-visible .SP-off-canvas-content::after {
     -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;

  height: 0;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  width: 0;
  z-index: 0;
}
.SP-off-canvas-active .SP-off-canvas-content::after {
     -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;

  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * table.css
 * template.g09.stylesheet
 */

  
@media all {
  #SP-content table {
  border-bottom: 1px solid #B0B0B0;
  border-top: 1px solid #B0B0B0;
  margin-bottom: 1.75em;
  width: 100% !important;
}
#SP-content table table {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-bottom: 0;
}
#SP-content table caption {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1rem;
  margin: 0.25em 0;
  text-align: left;
  text-transform: uppercase;
}
#SP-content thead tr {
  border-bottom: 1px solid #4B4842;
  border-top: 1px solid #4B4842;
}
#SP-content tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
#SP-content tbody tr.even,
#SP-content tbody tr:nth-child(even) {
  background-color: #EDEDED;
  border-bottom: 1px solid #A6A6A6;
  border-top: 1px solid #B1B1B1;
}
#SP-content table th,
#SP-content table td {
  padding: 1em 1.125rem;
  vertical-align: top;
}
#SP-content thead th,
#SP-content thead td,
#SP-content tfoot td {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375rem;
  line-height: 1.3334;
  text-align: left;
  vertical-align: middle;
}
#SP-content thead th form,
#SP-content thead td form,
#SP-content tfoot td form{
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
#SP-content thead th,
#SP-content thead td {
  background-color: #4B4842;
  color: #FFFFFF;
  font-weight: 700;
}
#SP-content tfoot td {
  background-color: #F1EEEA;
}
}

  
@media all AND (max-width: 639px) {
  #SP-content .SP-table-scroller {
  margin-bottom: 1.75em;
  overflow-x: auto;
}
#SP-content .SP-table-scroller table {
  margin-bottom: 0;
  width: auto !important;
}
#SP-content table.SP-table-responsive.SP-table-cloned {
  display: block;
}
#SP-content table.SP-table-responsive.SP-table-orig {
  display: none;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows,
#SP-content table.SP-table-responsive.SP-table-responsive-rows caption,
#SP-content table.SP-table-responsive.SP-table-responsive-rows tfoot,
#SP-content table.SP-table-responsive.SP-table-responsive-rows tbody,
#SP-content table.SP-table-responsive.SP-table-responsive-rows tr,
#SP-content table.SP-table-responsive.SP-table-responsive-rows th,
#SP-content table.SP-table-responsive.SP-table-responsive-rows td,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows caption,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows tfoot,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows tbody,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows tr,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows th,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td {
  display: block;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows thead,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows thead {
  display: none;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows,
#SP-content table.SP-table-responsive.SP-table-responsive-rows th,
#SP-content table.SP-table-responsive.SP-table-responsive-rows td,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows th,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td {
  border: none;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows tr,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows tr {
  border-collapse: collapse;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows tr:first-child,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows tr:first-child {
  border-top: 1px solid #B1B1B1;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows th,
#SP-content table.SP-table-responsive.SP-table-responsive-rows td,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows th,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td {
  border-bottom: 1px solid #B1B1B1;
  padding: 1em 1%;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows td[data-label]::before,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td[data-label]::before {
  content: attr(data-label) ':\A';
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-weight: 700;
  margin-bottom: 0.25em;
  white-space: pre;
}
#SP-content .paragraph.rss table.SP-table-responsive.SP-table-responsive-rows td[data-label]::before,
#SP-content .paragraph.rss table.SP-table-responsive ~ .SP-table-responsive-rows td[data-label]::before {
  content: none;
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows td[data-label]::after,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td[data-label]::after {
  content: '\00A0';
}
#SP-content table.SP-table-responsive.SP-table-responsive-rows td.SP-link[data-label]::after,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td.SP-link[data-label]::after,
#SP-content table.SP-table-responsive.SP-table-responsive-rows td.SP-download[data-label]::after,
#SP-content table.SP-table-responsive ~ .SP-table-responsive-rows td.SP-download[data-label]::after {
  content: none;
}
#SP-content table.SP-table-responsive tr {
  background-color: transparent;
  border-bottom: 0 none;
  border-top: 0 none;
  margin-bottom: 2.5em;
}
#SP-content table.SP-table-responsive th:first-child,
#SP-content table.SP-table-responsive td:first-child {
  background-color: #4B4842;
  border-bottom: 0 none;
  color: #FFFFFF;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.5em 1%;
  position: relative;
}
#SP-content table.SP-table-responsive th:first-child a,
#SP-content table.SP-table-responsive td:first-child a {
  color: #FFFFFF !important;
  display: inline;
}
#SP-content table.SP-table-responsive th:first-child a::after,
#SP-content table.SP-table-responsive td:first-child a::after {
  color: #E18C00;
  content: '\E90E';
  display: inline-block;
  font-family: 'SP-icons-wiesbaden' !important;
  font-size: 2em;
  font-style: normal !important;
  font-variant: normal;
  font-weight: normal;
  line-height: 0.5;
  padding-bottom: 0.0625em;
  text-transform: none;
  vertical-align: middle;
}
#SP-content table.SP-table-responsive th.SP-link:first-child a,
#SP-content table.SP-table-responsive td.SP-link:first-child a,
#SP-content table.SP-table-responsive th.SP-download:first-child a,
#SP-content table.SP-table-responsive td.SP-download:first-child a {
  display: inline;
  position: static;
}
#SP-content table.SP-table-responsive th.SP-link:first-child i,
#SP-content table.SP-table-responsive td.SP-link:first-child i,
#SP-content table.SP-table-responsive th.SP-download:first-child i,
#SP-content table.SP-table-responsive td.SP-download:first-child i {
  display: none;
}
#SP-content table.SP-table-responsive th.SP-link:first-child .SP-text,
#SP-content table.SP-table-responsive td.SP-link:first-child .SP-text,
#SP-content table.SP-table-responsive th.SP-download:first-child .SP-text,
#SP-content table.SP-table-responsive td.SP-download:first-child .SP-text {
  color: #FFFFFF !important;
  display: inline;
  padding-left: 0;
  vertical-align: middle;
}
#SP-content .rss table.SP-table-responsive.SP-table-responsive-rows td[data-label]:first-child::before,
#SP-content .rss table.SP-table-responsive ~ .SP-table-responsive-rows td[data-label]:first-child::before {
  content: none;
}
}

  
@media all AND (min-width: 640px) {
  #SP-content table.SP-table-cloned {
  display: none;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-content table th,
#SP-content table td {
  padding: 0.375rem;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * tabsaccordionswitcher.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-accordion .SP-anchors {
  display: none;
}
.SP-tabs.SP-scripted .SP-toggle-trigger {
  display: none;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * tabs.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-tabs.SP-scripted .SP-anchors ul {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  height: 17px;
  list-style-type: none;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.SP-tabs.SP-scripted .SP-anchors li {
  background: #EEEEEE;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
  float: left;
  height: 16px;
  padding: 0 8px;
  width: auto;
}
.SP-tabs.SP-scripted .SP-anchors li.active {
  background: #FFFFFF;
  padding-bottom: 1px;
}
.SP-tabs.SP-scripted .SP-anchors a {
  color: #000000;
  text-decoration: none;
}
.SP-tabs.SP-scripted .SP-tabs-tab {
  display: none;
}
.SP-tabs.SP-scripted .SP-tabs-tab.active {
  display: block;
}

}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-tabs.SP-scripted .SP-anchors {
  display: block;
  margin-bottom: 0;
}
.SP-tabs.SP-scripted .SP-tabs-tab {
  background-color: #F8FAFB;
  border-color: #D0DCE8;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 0.75em;
}
.SP-tabs.SP-scripted .SP-tabs-tab > .SP-snip,
.SP-tabs.SP-scripted .SP-tabs-tab h2 + .SP-text {
  margin-bottom: 0;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * Layout
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure */

#SP-page-wrapper {
  height: 100%;
  max-width: 1024px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  width: 100%;
}
.ptype-forum #SP-page-wrapper {
  height: auto;
  overflow: visible;
  position: relative;
  width: auto;
}
#sp_ilink_container_0 ~ #SP-page-wrapper {
  height: calc(100% - 2em);
}
#SP-page {
  background-color: #FFFFFF;
  color: #4B4842;
  height: 100%;
  position: absolute;
  width: 100%;
}

#SP-header-wrapper {
  min-height: 4.0625em;
}
#SP-header {
  background-color: #1E4387;
  border-top: 1px solid #F8D499;
  color: #FFFFFF;
  left: 0;
  min-height: 4em;
  min-width: 320px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005;
}
#sp_ilink_container_0 ~ #SP-page-wrapper #SP-header {
  top: 2em;
}
#SP-illu {
  background-color: #4B4842;
  display: none;
  padding-top: 2em;
  position: relative;
  z-index: 1000;
}
#SP-illu img {
  width: 100%;
}

.SP-off-canvas-wrapper {
  height: calc(100% - 4.0625em) !important;
  position: absolute;
}
.SP-off-canvas-inner-wrap {
  height: 100%;
  position: absolute;
}
.SP-off-canvas-inner-wrap::after {
  background-color: #4B4842;
  bottom: 0;
  content: '';
  height: 25%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.SP-off-canvas-left {
background-color: #F1EEEA;
background-image: url("/img/tile.gif");
}
.SP-off-canvas-content {
  -webkit-overflow-scrolling: touch;

  height: calc(100% - 1.875em);
  overflow-x: auto;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
}
.SP-home .SP-off-canvas-content,
.SP-rubrik .SP-off-canvas-content,
.SP-theme-error .SP-off-canvas-content,
.ptype-ms-start .SP-off-canvas-content,
.SP-off-canvas-move-left .SP-off-canvas-content {
  height: 100%;
}
.SP-rubrik.sitegenerator .SP-off-canvas-content {
  height: calc(100% - 1.875em);
}

#SP-body-wrapper {
  background-color: #FFFFFF;
  min-width: 320px;
  min-height: calc(100vh - 29.125em);
  position: relative;
  z-index: 1;
}
.ptype-forum #SP-body-wrapper,
.SP-theme-microsite #SP-body-wrapper {
  min-height: calc(100vh - 40.25em);
}
#SP-body {
  max-width: 48em;
}
.SP-home #SP-body,
.SP-rubrik #SP-body,
.distributor #SP-body,
.ptype-forum #SP-body {
  max-width: none;
}
#SP-body-inner {
  margin-bottom: 1.5em;
}
#SP-content {
  clear: both;
  padding-bottom: 0.75em;
  padding-top: 0.875em;
  position: relative;
}
.ptype-forum #SP-content {
  font-size: 0.625em;
  line-height: 1.5;
}
#SP-marginal {
  clear: both;
  position: relative;
}

#SP-footer-wrapper {
  min-width: 320px;
  position: relative;
  z-index: 1;
}
#SP-footer {
  background-color: #4B4842;
  color: #FFFFFF;
}
.ptype-forum #SP-footer {
  font-size: 0.75em;
  line-height: 1.5;
}
#SP-footer a {
  color: #1E4387;
}
#SP-footer-inner {
  padding: 0.5em 0;
}
#SP-footer .SP-copyright{
  margin-top: 1.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure ===columns */

.SP-columns-wrapper {
  position: relative;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  font-family: Roboto, Arial, Helvetica, Sans-Serif !important;
  font-size: inherit !important;
  line-height: 1.5;
  scrollbar-3dlight-color: #E2DDD3;
  scrollbar-arrow-color: #4B4842;
  scrollbar-base-color: #E2DDD3;
  scrollbar-darkshadow-color: #E2DDD3;
  scrollbar-face-color: #E2DDD3;
  scrollbar-highlight-color: #C4BBA5;
  scrollbar-shadow-color: #C4BBA5;
  scrollbar-track-color: #E2DDD3;
}
a,
a:link,
a:active,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
}

span.label {
  color: #5C5C5C;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: normal;
}

.searchtype-switch {
  overflow: hidden;
}

.error,
.SP-error {
  background-color: #1E4387 !important;
  color: #FFFFFF;
  display: block;
  padding: 0.75em 1em;
}
.error a,
.SP-error a {
  color: #000000;
}
.error h4,
.SP-error h4 {
  border: 0 none;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.SP-label.SP-error {
  padding: 0 0.25em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===linking */

a {
  color: #1E4387;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==classes */

.hidden {
  display: none;
}
.inline-block {
  display: inline-block !important;
}

::-webkit-scrollbar {
  /* für den gesamten Scrollbalken */
  background-color: #E2DDD3;
  width: 17px;
}
::-webkit-scrollbar-button {
  /* für die Pfeil-Buttons */
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 17px;
}
::-webkit-scrollbar-button:vertical:decrement{
  background-image: url(/img/scrollbar/arrow-up.png);
  background-position: center center;
  background-size: 80%;
}
::-webkit-scrollbar-button:vertical:increment{
  background-image: url(/img/scrollbar/arrow-down.png);
}
::-webkit-scrollbar-button:horizontal:decrement{
  background-image: url(/img/scrollbar/arrow-left.png);
}
::-webkit-scrollbar-button:horizontal:increment{
  background-image: url(/img/scrollbar/arrow-right.png);
}
::-webkit-scrollbar-thumb {
  /* für den Schiebe-Regler */
  background-color: #E2DDD3;
  border: 1px solid #C4BBA5;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:active {
  background-color: #1E4387;
}
::-webkit-scrollbar-track {
  /* für den Bereich des Schiebe-Reglers */
  background-color: #E2DDD3;
  border-radius: 2px;
}
::-webkit-scrollbar-corner {
  /* für den Größenregler, z.B. bei Textfeldern */
  background-color: #E2DDD3;
  border-left: 1px solid #C4BBA5;
  border-top: 1px solid #C4BBA5;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

h1 {
  border-bottom: 5px solid #1E4387;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3334;
  margin-bottom: 0.75em;
  padding-bottom: 1%;
  position: relative;
}

h1.fungi {
  padding: 0 64px 6px 0;
}
h1 img.icon {
  position: absolute;
  bottom: 4px;
  right: 0px;
}
h1 img.icon2 {
  position: absolute;
  bottom: 4px;
  right: 32px;
}
h1 .latin-name {
  font-weight: normal;
  display: block;
}
h2 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.6667em;
}
.SP-theme-microsite .SP-teaser-xlarge h2 {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
}
h3 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
h3 label {
  float: none !important;
  font-size: 1em !important;
}
h4,
#SP-commercials h2,
.SP-nav-sharing h2,
.SP-snip-links h2,
.SP-newsletter .SP-anchors h2,
.SP-newsletter h2.SP-cont-headline,
.SP-newsdesk-rss h2,
.SP-snip-categories h2,
.ptype-ms-start .SP-teaser-xlarge h2 {
  border-bottom: 5px solid #4B4842;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4445;
  margin-bottom: 0.6667em;
  padding-bottom: 0.3334em;
  text-transform: uppercase;
}
.SP-cont h4 {
  border-bottom: 0 none;
  font-size: 1.25em;
  line-height: 1.4;
  padding-bottom: 0;
  text-transform: none;
}
.SP-theme-microsite h4 {
  border-bottom: 5px solid;
}
.SP-theme-microsite .search-result h4 {
  font-family: 	Arial;
  width: auto;
  margin: 0.25em 0;
  border: none !important;
  padding: 0;
  clear: left;
  background: transparent;
}
.SP-theme-microsite .search-result h4 a {
  text-decoration: underline; text-transform: none;
}
h5 {
  font-size: 0.75em; font-weight: bold;
  padding: 5px 0 12px 5px;
  position: relative;
  text-transform: uppercase;
  width: 119px;
  z-index: 2;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ===parking */

.parking table {
  border-collapse: collapse;
  border-color: #669900;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 0 9px 0;
  width: 100%;
}

.parking table thead th {
  color: #4D4A42;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.75em;
  line-height: 1.25;
  padding: 5px;
  text-align: left; text-transform: uppercase;
  white-space: nowrap;
}

.parking table tbody tr.odd {
  background-color: #F8F6F4;
}

.parking table tbody tr,
.parking table tbody tr.even {
  background-color: #FFFFFF;
}

.parking table td {
  color: #4D4A42;
  font-size: 0.75em;
  line-height: 1.25;
  padding: 5px;
  text-align: center;
}

.parking table td.main {
  text-align: left;
  width: 100%;
}

.parking table td img {
  vertical-align: bottom;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ===weather */

.weather-in-content {
  clear: both;
  margin-bottom: 15px;
}

.weather-in-content .day {
  margin-right: 20px;
}

.weather-in-content h3 {
  color: #4D4A42;
  font-size: 0.75em;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 0.5625em;
}

.weather-in-content dl {
  overflow: hidden;
}

.weather-in-content dd,
.weather-in-content dt {
  color: #4B4842;
  float: left;
  font-size: 0.75em;
  line-height: 1.25;
}

.weather-in-content dt {
  clear: left;
  width: 150px;
  padding-right: 10px;
}

.weather-in-content dt.weather {
  padding-top: 5px;
}

.weather-in-content dd {
  width: 299px;
}

.weather-in-content dd img {
  vertical-align: middle;
}


#SP-content .audio {
  margin: 0 0 0.75em 0;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure */

.SP-off-canvas-content,
.SP-rubrik.sitegenerator .SP-off-canvas-content {
  height: 100%;
}

#SP-body-wrapper {
  min-height: calc(100vh - 23.325em);
}
.ptype-forum #SP-body-wrapper,
.SP-theme-microsite #SP-body-wrapper {
  min-height: calc(100vh - 27.375em);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure ===columns */

.SP-column-left {
  clear: both;
  float: left;
  padding-right: 1.3%;
  position: relative;
  width: 48.7%;
}
.SP-column-right {
  float: right;
  padding-left: 1.3%;
  position: relative;
  width: 48.7%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

h1 {
  border-width: 8px;
  font-size: 2.8125em;
  line-height: 1.2223;
  margin-bottom: 0.6667em;
}
h2 {
  font-size: 1.5em;
  line-height: 1.3334;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure */

#SP-page-wrapper {
  height: auto !important;
  margin: 0 auto 0 auto;
  overflow: visible;
  position: relative;
  width: auto;
}
#SP-page {
     -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  max-width: 1024px;
  position: relative;
}

#SP-header {
  border-top: 0 none;
  min-height: 13.125em;
  position: relative;
  top: 0 !important;
}
.ptype-forum #SP-header,
.SP-theme-microsite #SP-header {
  min-height: 10em;
}
#SP-header::before {
  background-color: #4B4842;
  content: '';
  height: 2em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#SP-header a {
  color: #1E4387;
}

#SP-illu,
#SP-illu img {
  display: block;
}

.SP-off-canvas-wrapper,
.SP-off-canvas-inner-wrap,
.SP-off-canvas-content {
  overflow: visible;
  position: relative;
}
.SP-off-canvas-inner-wrap::after {
  content: none;
}

#SP-body-wrapper {
  min-height: calc(100vh - 23.375em - 6px);
}
.ptype-forum #SP-body-wrapper,
.SP-theme-microsite #SP-body-wrapper {
  border-top: 1px solid #FFFFFF;
  min-height: calc(100vh - 16.825em - 7px);
}
#SP-body {
  max-width: none;
}
#SP-content {
  clear: none;
  float: left;
  min-height: 50vh;
  padding: 0 1.4%;
  width: 47.2%;
}
.content-xxl #SP-content {
  padding-right: 0;
  width: 73.6%;
}
.ptype-start #SP-content {
  padding-left: 0;
  width: 73.6%;
}
.ptype-forum #SP-content {
  float: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#SP-content.SP-content-full {
  float: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#SP-content::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}
.ptype-start #SP-content::before,
.ptype-forum #SP-content::before {
  content: none;
}
#SP-content::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  visibility: visible;
  width: 1px;
}
.content-xxl #SP-content::after,
.ptype-forum #SP-content::after {
  content: none;
}
#SP-content.SP-content-full::before,
#SP-content.SP-content-full::after {
  content: none;
}
#SP-marginal {
  clear: none;
  float: left;
  padding-top: 0.625em;
  padding-left: 1.4%;
  width: 23.6%;
}
.ptype-start .weather ~ #SP-marginal {
  margin-top: 2em;
}
#SP-marginal::before,
#SP-marginal::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  height: calc(100% - 0.5em);
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 1px;
}
#SP-marginal::after {
  left: -200%;
  visibility: visible;
}
.ptype-start #SP-marginal::after,
.ptype-search #SP-marginal::after {
  visibility: hidden;
}

#SP-footer {
  border-top: 5px solid #1E4387;
}
#SP-footer-inner {
  padding: 1.75em 0;
}
#SP-footer .SP-copyright {
  margin-top: 0;
  position: absolute;
  padding: 1.75em 0;
  right: 0;
  top: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure ===columns */

.SP-columns-wrapper {
  margin-bottom: 1em;
}
.SP-columns {
  margin-top: 0.8125em;
}
.SP-column-left {
  padding-right: 1.9%;
  width: 48.1%;
}
.SP-column-left::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.SP-column-right {
  padding-left: 1.9%;
  width: 48.1%;
}
.SP-column-right::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  line-height: 1.375;
  overflow-x: hidden;
  overflow-y: scroll;
}
body::after {
  background-color: #4B4842;
  bottom: 0;
  content: '';
  height: 10%;
  position: fixed;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

h1 {
  border-width: 5px;
  font-size: 1.5em;
  line-height: 1.3334;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.0625em;
  line-height: 1.4706;
}
h3 {
  font-size: 1.0625em;
  line-height: 1.4706;
}
h4,
#SP-comercials h2,
.SP-nav-sharing h2,
.SP-snip-links h2,
.SP-newsletter .SP-anchors h2,
.SP-newsletter h2.SP-cont-headline,
.SP-newsdesk-rss h2,
.SP-snip-categories h2,
.ptype-ms-start .SP-teaser-xlarge h2 {
  font-size: 0.9375em;
  line-height: 1.5;
}
.SP-cont h4 {
  font-size: 1.0625em;
  line-height: 1.4706;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  @page { 
  margin: 1.75cm 1.5cm;
  size: A4; 
}
@page :first {
  margin-top: 0.25cm;
}

html {
  position: relative;
}
body {
  background: none;
  background-image: none !important;
  color: #000000;
  height:100%; /* force the BODY element to match the height of the HTML element */
  margin-left: 0;
  overflow: visible;
  text-align: left !important;
  width: 100%;
}
body * {
    animation: none !important;
    box-shadow: none !important;
    transition: none !important;
    transition-property: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}
img {
  page-break-inside: avoid;
  max-width: 100% !important;
}
h2, h3 {  page-break-after: avoid; }
p, h2, h3 { orphans: 3; widows: 3; }
table { border-collapse: collapse !important; }
table thead { display: table-header-group; }
table tr { page-break-inside: avoid; }
table td, th { background: #fff !important; }

body,
#SP-header {
  background: none;
  background-color: #FFFFFF;
}
noscript,
.SP-off-canvas-content:after,
#SP-illu {
  display: none !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure */

.ptype-start #SP-content,
#SP-content {
  float: none;
  padding: 0;
  width: 100%;
}
#SP-content:before,
#SP-content:after,
#SP-illu,
#SP-marginal {
  display: none !important;
}

#SP-body-wrapper {
  border-top: 1px solid #1E4387;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure ===columns 

.SP-column-left,
.SP-column-right {
  float: none !important;
  margin: 0 !important; 
  padding: 0 !important;
  page-break-after: left;
}

*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body::after,
.SP-off-canvas-inner-wrap::after {
  content: none;
}
#SP-page,
#SP-header-wrapper,
#SP-body-wrapper,
#SP-content,
.SP-off-canvas-wrapper,
.SP-off-canvas-inner-wrap,
.SP-off-canvas-content {
  overflow: visible;
  position: relative;
  height: auto !important;
  min-height: auto !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==print */

#SP-page-info {
  display: block;
}
#SP-page-info table.date {
  margin: 0 0 15px 15px !important;
}
#SP-page-info table.date td, 
#SP-page-info table.date th {
  font-size: 0.75em !important;
  line-height: 1.3334 !important
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure */

.SP-commercials #SP-page-wrapper,
#SP-page-wrapper {
  height: auto !important;
  margin: 0 auto 0 auto;
  overflow: visible;
  position: relative;
  width: auto;
}
#SP-page {
     -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  max-width: 1024px;
  position: relative;
}
#SP-header {
  border-top: 0 none;
  min-height: 96px !important;
  position: relative;
  top: 0 !important;
}
#SP-header::before,
#SP-illu,
#SP-illu img {
  display: none;
}
.ptype-forum #SP-body-wrapper,
.SP-theme-microsite #SP-body-wrapper {
  border-top: 1px solid #FFFFFF;
}
#SP-body {
  max-width: none;
}
#SP-content {
  clear: none;
  float: left;
  padding: 0 1.4%;
  width: 100%;
}
.content-xxl #SP-content {
  padding-right: 0;
  width: 100%;
}
.ptype-start #SP-content {
  padding-left: 0;
  width: 100%;
}
#SP-content::before {
  display: none;
}
.ptype-start #SP-content::before {
  content: none;
}
#SP-content::after {
  display: none;
}
.content-xxl #SP-content::after {
  content: none;
}
#SP-marginal {
  clear: none;
  float: left;
  padding-top: 0.625em;
  padding-left: 1.4%;
  width: 23.6%;
}
.ptype-start .weather ~ #SP-marginal {
  margin-top: 2em;
}
#SP-marginal::before,
#SP-marginal::after {
  display: none;
}

#SP-footer {
  border-top: 1px solid #1E4387;
}
#SP-footer-inner {
  padding: 1.75em 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==structure ===columns */

.SP-columns-wrapper {
  margin-bottom: 1em;
}
.SP-columns {
  margin-top: 0.8125em;
}
.SP-column-left {
  padding-right: 1.9%;
  width: 48.1%;
}
.SP-column-left::before {
  display: none;
}
.SP-column-right {
  float: right !important;
  padding-left: 1.9%;
  width: 48.1%;
}
.SP-column-right:before {
  display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  line-height: 1.375;
  overflow-y: auto;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

h1 {
  border-width: 5px;
  font-size: 1.5em;
  line-height: 1.3334;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.0625em;
  line-height: 1.4706;
}
h3 {
  font-size: 1.0625em;
  line-height: 1.4706;
}
h4,
#SP-commercials h2,
.SP-nav-sharing h2,
.SP-snip-links h2,
.SP-newsletter .SP-anchors h2,
.SP-newsletter h2.SP-cont-headline,
.SP-newsdesk-rss h2,
.SP-snip-categories h2,
.ptype-ms-start .SP-teaser-xlarge h2 {
  font-size: 0.9375em;
  line-height: 1.5;
}
.SP-cont h4 {
  font-size: 1.0625em;
  line-height: 1.4706;
}
}

  


  
/**
 * Logo
 * template.g09.stylesheet
 */

  
@media all {
  #SP-logo {
  margin: 0 auto;
}
.SP-logo-default {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.SP-logo-print {
  display: none;
}
#SP-logo a {
  display: inline-block;
}
#SP-logo img {
  background-color: #1E4387;
  display: block;
  height: 3rem;
  padding: 0.5rem;
}

#SP-logo-wiesbaden {
  display: none;
}
#SP-logo-wiesbaden-footer {
  background-color: #ED9400;
}
#SP-logo-wiesbaden-footer a,
#SP-logo-wiesbaden-footer img {
  display: block;
}
#SP-logo-wiesbaden-footer img {
  height: 3rem;
  margin: 0 auto;
  padding: 0.5em;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-logo {
  position: absolute;
  right: 2.5%;
  top: 0;
  z-index: 1000;
}
#SP-logo img {
     -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);

  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  float: right;
  height: auto !important;
  padding: 8% 16% !important;
  width: 150px !important;
}

#SP-logo-wiesbaden {
  display: block;
  left: 4%;
  margin-top: -3em;
  padding-top: 0.625em;
  position: absolute;
  top: 50%;
  z-index: 1000;
}
#SP-logo-wiesbaden img {
  height: 6rem;
  margin: 0;
}
#SP-logo-wiesbaden-footer {
  display: none;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-logo {
  position: absolute;
  right: 2.5%;
  top: 0;
  z-index: 1000;
}
.SP-logo-default {
  display: none;
}
.SP-logo-print {
  display: block;
}
#SP-logo img {
  background-color: transparent;
  border-radius: 0;
  float: right;
  height: 72px !important;
  max-width: none !important;
  padding: 12px 0 !important;
  width: auto !important;
}

#SP-logo-wiesbaden {
  display: block;
  left: 4%;
  margin-top: -3em;
  padding-top: 0.625em;
  position: absolute;
  top: 37%;
  z-index: 1000;
}
#SP-logo-wiesbaden img {
  height: 6rem;
  margin: 0;
}
#SP-logo-wiesbaden-footer {
  display: none;
}
}

  


  
/**
 * Hauptnavigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-main {
  display: none;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-nav-main {
  background-color: #FFFFFF;
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  padding-bottom: 0.75em;
  padding-top: 0.4375em;
}
#SP-nav-main ul {
  text-align: center;
}
#SP-nav-main li {
  display: inline-block;
  margin: 0;
  min-width: 10%;
}
#SP-nav-main li a {
     -moz-transition: background-color 0.3333s linear;
  -webkit-transition: background-color 0.3333s linear;

  border-bottom: 5px solid #CAC3B6;
  color: #4B4842;
  display: block;
  font-size: 0.875em;
  padding: 0.6429em 1.4286em 0.2858em 1.4286em;
  transition: background-color 0.3333s linear;
}
#SP-nav-main li.SP-target-default a {
  border-color: #1E4387;
}
#SP-nav-main li.SP-target-orangered a {
  border-color: #F3570A;
}
#SP-nav-main li.SP-target-green a {
  border-color: #669900;
}
#SP-nav-main li.SP-target-blue a {
  border-color: #1E4387;
}
#SP-nav-main li.SP-target-red a {
  border-color: #CC0000;
}
#SP-nav-main li.SP-target-turquoise a {
  border-color: #15B8C4;
}
#SP-nav-main li.SP-target-violet a {
  border-color: #7B228E;
}
#SP-nav-main li.SP-target-yellowgreen a {
  border-color: #B0CC07;
}
#SP-nav-main li.SP-target-darkgreen a {
  border-color: #336633;
}
#SP-nav-main li a:hover,
#SP-nav-main li.active a {
  background-color: rgba(202, 195, 182, 0.15);
}
#SP-nav-main li.SP-target-default a:hover,
#SP-nav-main li.active.SP-target-default a {
  background-color: rgba(237, 148, 0, 0.15);
}
#SP-nav-main li.SP-target-orangered a:hover,
#SP-nav-main li.active.SP-target-orangered a {
  background-color: rgba(243, 87, 10, 0.15);
}
#SP-nav-main li.SP-target-green a:hover,
#SP-nav-main li.active.SP-target-green a {
  background-color: rgba(102, 153, 0, 0.15);
}
#SP-nav-main li.SP-target-blue a:hover,
#SP-nav-main li.active.SP-target-blue a {
  background-color: rgba(30, 67, 135, 0.15);
}
#SP-nav-main li.SP-target-red a:hover,
#SP-nav-main li.active.SP-target-red a {
  background-color: rgba(204, 0, 0, 0.15);
}
#SP-nav-main li.SP-target-turquoise a:hover,
#SP-nav-main li.active.SP-target-turquoise a {
  background-color: rgba(21, 184, 196, 0.15);
}
#SP-nav-main li.SP-target-violet a:hover,
#SP-nav-main li.active.SP-target-violet a {
  background-color: rgba(123, 34, 142, 0.15);
}
#SP-nav-main li.SP-target-yellowgreen a:hover,
#SP-nav-main li.active.SP-target-yellowgreen a {
  background-color: rgba(176, 204, 7, 0.15);
}
#SP-nav-main li.SP-target-darkgreen a:hover,
#SP-nav-main li.active.SP-target-darkgreen a {
  background-color: rgba(51, 102, 51, 0.15);
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-nav-main {
  display: none;
}
}

  


  
/**
 * Rubriknavigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-main-second {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.SP-theme-default #SP-nav-main-second li li a,
.SP-theme-default #SP-nav-main-second li.active li a,
.SP-theme-default #SP-nav-main-second li.path li a,
.SP-theme-orangered #SP-nav-main-second li li a,
.SP-theme-orangered #SP-nav-main-second li.active li a,
.SP-theme-orangered #SP-nav-main-second li.path li a,
.SP-theme-green #SP-nav-main-second li li a,
.SP-theme-green #SP-nav-main-second li.active li a,
.SP-theme-green #SP-nav-main-second li.path li a,
.SP-theme-blue #SP-nav-main-second li li a,
.SP-theme-blue #SP-nav-main-second li.active li a,
.SP-theme-blue #SP-nav-main-second li.path li a,
.SP-theme-red #SP-nav-main-second li li a,
.SP-theme-red #SP-nav-main-second li.active li a,
.SP-theme-red #SP-nav-main-second li.path li a,
.SP-theme-turquoise #SP-nav-main-second li li a,
.SP-theme-turquoise #SP-nav-main-second li.active li a,
.SP-theme-turquoise #SP-nav-main-second li.path li a,
.SP-theme-violet #SP-nav-main-second li li a,
.SP-theme-violet #SP-nav-main-second li.active li a,
.SP-theme-violet #SP-nav-main-second li.path li a,
.SP-theme-yellowgreen #SP-nav-main-second li li a,
.SP-theme-yellowgreen #SP-nav-main-second li.active li a,
.SP-theme-yellowgreen #SP-nav-main-second li.path li a,
.SP-theme-darkgreen #SP-nav-main-second li li a,
.SP-theme-darkgreen #SP-nav-main-second li.active li a,
.SP-theme-darkgreen #SP-nav-main-second li.path li a,
.SP-theme-mattiaqua #SP-nav-main-second li li a,
.SP-theme-mattiaqua #SP-nav-main-second li.active li a,
.SP-theme-mattiaqua #SP-nav-main-second li.path li a {
  background-color: transparent;
  color: #4B4842;
}
.SP-theme-default #SP-nav-main-second li li li a,
.SP-theme-default #SP-nav-main-second li li.active li a,
.SP-theme-default #SP-nav-main-second li li.path li a,
.SP-theme-orangered #SP-nav-main-second li li li a,
.SP-theme-orangered #SP-nav-main-second li li.active li a,
.SP-theme-orangered #SP-nav-main-second li li.path li a,
.SP-theme-green #SP-nav-main-second li li li a,
.SP-theme-green #SP-nav-main-second li li.active li a,
.SP-theme-green #SP-nav-main-second li li.path li a,
.SP-theme-blue #SP-nav-main-second li li li a,
.SP-theme-blue #SP-nav-main-second li li.active li a,
.SP-theme-blue #SP-nav-main-second li li.path li a,
.SP-theme-red #SP-nav-main-second li li li a,
.SP-theme-red #SP-nav-main-second li li.active li a,
.SP-theme-red #SP-nav-main-second li li.path li a,
.SP-theme-turquoise #SP-nav-main-second li li li a,
.SP-theme-turquoise #navSP-nav-main-second igation li li.active li a,
.SP-theme-turquoise #SP-nav-main-second li li.path li a,
.SP-theme-violet #SP-nav-main-second li li li a,
.SP-theme-violet #SP-nav-main-second li li.active li a,
.SP-theme-violet #SP-nav-main-second li li.path li a,
.SP-theme-yellowgreen #SP-nav-main-second li li li a,
.SP-theme-yellowgreen #SP-nav-main-second li li.active li a,
.SP-theme-yellowgreen #SP-nav-main-second li li.path li a,
.SP-theme-darkgreen #SP-nav-main-second li li li a,
.SP-theme-darkgreen #SP-nav-main-second li li.active li a,
.SP-theme-darkgreen #SP-nav-main-second li li.path li a,
.SP-theme-mattiaqua #SP-nav-main-second li li li a,
.SP-theme-mattiaqua #SP-nav-main-second li li.active li a,
.SP-theme-mattiaqua #SP-nav-main-second li li.path li a {
  background-color: transparent;
  color: #858585;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==standard (homepage/service) */

.SP-theme-default #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-default #SP-nav-main-second li.path a,
.SP-theme-default #SP-nav-main-second li li.path a {
  background-color: #E4E9F1;
  color: #000000;
}
.SP-theme-default #SP-nav-main-second li.active a,
.SP-theme-default #SP-nav-main-second li li.active a,
.SP-theme-default #SP-nav-main-second li li li.path a,
.SP-theme-default #SP-nav-main-second li li li.active a {
  background-color: #C8D1E2;
  color: #000000;
}
.SP-theme-default #SP-nav-main-second li a:hover,
.SP-theme-default #SP-nav-main-second li li a:hover,
.SP-theme-default #SP-nav-main-second li li li a:hover {
  background-color: #C8D1E2 !important;
  color: #000000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==orangerot (medien) */

.SP-theme-orangered #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-orangered #SP-nav-main-second li.path a,
.SP-theme-orangered #SP-nav-main-second li li.path a {
  background-color: #FEEFE7;
  color: #000000;
}
.SP-theme-orangered #SP-nav-main-second li.active a,
.SP-theme-orangered #SP-nav-main-second li li.active a,
.SP-theme-orangered #SP-nav-main-second li li li.path a,
.SP-theme-orangered #SP-nav-main-second li li li.active a {
  background-color: #FDDDCE;
  color: #000000;
}
.SP-theme-orangered #SP-nav-main-second li a:hover,
.SP-theme-orangered #SP-nav-main-second li li a:hover,
.SP-theme-orangered #SP-nav-main-second li li li a:hover {
  background-color: #FDDDCE !important;
  color: #000000 !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==grün (leben) */

.SP-theme-green #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-green #SP-nav-main-second li.path a,
.SP-theme-green #SP-nav-main-second li li.path a {
  background-color: #F0F5E6;
  color: #000000;
}
.SP-theme-green #SP-nav-main-second li.active a,
.SP-theme-green #SP-nav-main-second li li.active a,
.SP-theme-green #SP-nav-main-second li li li.path a,
.SP-theme-green #SP-nav-main-second li li li.active a {
  background-color: #E0EBCC;
  color: #000000;
}
.SP-theme-green #SP-nav-main-second li a:hover,
.SP-theme-green #SP-nav-main-second li li a:hover,
.SP-theme-green #SP-nav-main-second li li li a:hover {
  background-color: #E0EBCC !important;
  color: #000000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==blau (rathaus) */

.SP-theme-blue #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-blue #SP-nav-main-second li.path a,
.SP-theme-blue #SP-nav-main-second li li.path a {
  background-color: #E9EDF3;
  color: #000000;
}
.SP-theme-blue #SP-nav-main-second li.active a,
.SP-theme-blue #SP-nav-main-second li li.active a,
.SP-theme-blue #SP-nav-main-second li li li.path a,
.SP-theme-blue #SP-nav-main-second li li li.active a {
  background-color: #D2D9E7;
  color: #000000;
}
.SP-theme-blue #SP-nav-main-second li a:hover,
.SP-theme-blue #SP-nav-main-second li li a:hover,
.SP-theme-blue #SP-nav-main-second li li li a:hover {
  background-color: #D2D9E7 !important;
  color: #000000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==rot (wirtschaft) */

.SP-theme-red #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-red #SP-nav-main-second li.path a,
.SP-theme-red #SP-nav-main-second li li.path a {
  background-color: #FAE6E6;
  color: #000000;
}
.SP-theme-red #SP-nav-main-second li.active a,
.SP-theme-red #SP-nav-main-second li li.active a,
.SP-theme-red #SP-nav-main-second li li li.path a,
.SP-theme-red #SP-nav-main-second li li li.active a {
  background-color: #F5CCCC;
  color: #000000;
}
.SP-theme-red #SP-nav-main-second li a:hover,
.SP-theme-red #SP-nav-main-second li li a:hover,
.SP-theme-red #SP-nav-main-second li li li a:hover {
  background-color: #F5CCCC !important;
  color: #000000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==türkis (tourismus) */

.SP-theme-turquoise #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-turquoise #SP-nav-main-second li.path a,
.SP-theme-turquoise #SP-nav-main-second li li.path a {
  background-color: #E8F8F9;
  color: #000000;
}
.SP-theme-turquoise #SP-nav-main-second li.active a,
.SP-theme-turquoise #SP-nav-main-second li li.active a,
.SP-theme-turquoise #SP-nav-main-second li li li.path a,
.SP-theme-turquoise #SP-nav-main-second li li li.active a {
  background-color: #D0F1F3;
  color: #000000;
}
.SP-theme-turquoise #SP-nav-main-second li a:hover,
.SP-theme-turquoise #SP-nav-main-second li li a:hover,
.SP-theme-turquoise #SP-nav-main-second li li li a:hover {
  background-color: #D0F1F3 !important;
  color: #000000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==violett (kultur) */

.SP-theme-violet #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-violet #SP-nav-main-second li.path a,
.SP-theme-violet #SP-nav-main-second li li.path a {
  background-color: #F2E9F4;
  color: #000000;
}
.SP-theme-violet #SP-nav-main-second li.active a,
.SP-theme-violet #SP-nav-main-second li li.active a,
.SP-theme-violet #SP-nav-main-second li li li.path a,
.SP-theme-violet #SP-nav-main-second li li li.active a {
  background-color: #E5D3E8;
  color: #752087;
}
.SP-theme-violet #SP-nav-main-second li a:hover,
.SP-theme-violet #SP-nav-main-second li li a:hover,
.SP-theme-violet #SP-nav-main-second li li li a:hover {
  background-color: #E5D3E8 !important;
  color: #752087 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==gelbgrün (sport) */

.SP-theme-yellowgreen #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-yellowgreen #SP-nav-main-second li.path a,
.SP-theme-yellowgreen #SP-nav-main-second li li.path a {
  background-color: #F7FAE7;
  color: #000000;
}
.SP-theme-yellowgreen #SP-nav-main-second li.active a,
.SP-theme-yellowgreen #SP-nav-main-second li li.active a,
.SP-theme-yellowgreen #SP-nav-main-second li li li.path a,
.SP-theme-yellowgreen #SP-nav-main-second li li li.active a {
  background-color: #EFF5CD;
  color: #000000;
}
.SP-theme-yellowgreen #SP-nav-main-second li a:hover,
.SP-theme-yellowgreen #SP-nav-main-second li li a:hover,
.SP-theme-yellowgreen #SP-nav-main-second li li li a:hover {
  background-color: #EFF5CD !important;
  color: #000000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==dunkelgrün (replacement) */
  
.SP-theme-darkgreen #SP-nav-main-second li a::before {
  color: #000000;
}
.SP-theme-darkgreen #SP-nav-main-second li.path a,
.SP-theme-darkgreen #SP-nav-main-second li li.path a {
  background-color: #EBF0EB;
  color: #000000;
}
.SP-theme-darkgreen #SP-nav-main-second li.active a,
.SP-theme-darkgreen #SP-nav-main-second li li.active a,
.SP-theme-darkgreen #SP-nav-main-second li li li.path a,
.SP-theme-darkgreen #SP-nav-main-second li li li.active a {
  background-color: #D6E0D6;
  color: #000000;
}
.SP-theme-darkgreen #SP-nav-main-second li a:hover,
.SP-theme-darkgreen #SP-nav-main-second li li a:hover,
.SP-theme-darkgreen #SP-nav-main-second li li li a:hover {
  background-color: #D6E0D6 !important;
  color: #000000 !important;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-nav-main-second {
  display: block;
  float: left;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-right: 1.4%;
  position: relative;
  width: 23.6%;
}
#SP-nav-main-second::before,
#SP-nav-main-second::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}
#SP-nav-main-second::after {
  margin-right: -200%;
}
.content-xxl #SP-nav-main-second::after {
  content: none;
}
#SP-nav-main-second ul {
  position: relative;
}
#SP-nav-main-second > ul::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: -1px;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
#SP-nav-main-second ul ul {
  margin-top: 0.25em;
  background: none;
}
#SP-nav-main-second li {
  padding-bottom: 0.25em;
  padding-top: 0.3125em;
  position: relative;
}
#SP-nav-main-second li::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#SP-nav-main-second li li {
  margin-left: 1em;
}
#SP-nav-main-second li li.first {
}
#SP-nav-main-second li li li {
  margin-left: 1em;
  padding-bottom: 0.5%;
  padding-top: 0.5%;
}
#SP-nav-main-second li li.first::before,
#SP-nav-main-second li li li::before {
  content: none;
}
#SP-nav-main-second li a {
  color: #4B4842;
  display: block;
  font-size: 0.75em;
  font-weight: 500;
  margin: 0.5% 0;
  padding-left: 1.25em;
  position: relative;
  text-transform: uppercase;
}
#SP-nav-main-second li a::before {
  content: '\E91E';
  font-family: 'SP-icons-wiesbaden';
  left: 0;
  position: absolute;
  top: 0;
}
#SP-nav-main-second li li a,
#SP-nav-main-second li.active li a,
#SP-nav-main-second li.path li a {
  background-color: #FFFFFF;
  text-transform: none;
}
#SP-nav-main-second li li li a,
#SP-nav-main-second li li.active li a,
#SP-nav-main-second li li.path li a {
  line-height: 1.3334;
}
#SP-nav-main-second li a:hover,
#SP-nav-main-second li li a:hover,
#SP-nav-main-second li li li a:hover {
  background-color: #FBEACC;
  color: #E18C00 !important;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-nav-main-second {
  display: none;
}
}

  


  
/**
 * Mobile Navigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-dynamic-trigger-on,
#SP-nav-dynamic-trigger-off {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 3.125em;
  left: 0.5%;
  line-height: 1;
  margin-left: -0.125em;
  position: absolute;
  text-align: center;
  top: 0.125em;
  z-index: 500;
}
#SP-nav-dynamic-trigger-off {
  display: none;
}
#SP-nav-dynamic-trigger-on i,
#SP-nav-dynamic-trigger-off i {
  display: block;
}

/* ### Navigation - - - - - - */
#SP-nav-dynamic {
  background-color: #FFFFFF;
}
#SP-nav-dynamic strong {
  font-weight: 400;
}
#SP-nav-dynamic ul li > a,
#SP-nav-dynamic ul li > strong { 
  display: block;
  padding: 10px 4%;
  padding-right: calc(4% + 2rem);
  position: relative;
}
#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 > a,
#SP-nav-dynamic > ul > li > ul > li > strong {
  border-bottom: 5px solid #CAC3B6;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  line-height: 1.375;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-default > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-default > strong {
  border-color: #1E4387;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-orangered > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-orangered > strong {
  border-color: #F3570A;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-green > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-green > strong {
  border-color: #669900;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-blue > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-blue > strong {
  border-color: #1E4387;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-red > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-red > strong {
  border-color: #CC0000;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-turquoise > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-turquoise > strong {
  border-color: #15B8C4;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-violet > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-violet > strong {
  border-color: #7B228E;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-yellowgreen > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-yellowgreen > strong {
  border-color: #B0CC07;
}
#SP-nav-dynamic > ul > li > ul > li.SP-target-darkgreen > a,
#SP-nav-dynamic > ul > li > ul > li.SP-target-darkgreen > strong {
  border-color: #336633;
}
#SP-nav-dynamic li li li {
  border-top: 1px solid #FFFFFF;
}
#SP-nav-dynamic li li li > a,
#SP-nav-dynamic li li li > strong {
  background-color: rgba(202, 195, 182, 0.25);
  display: block;
  font-size: 1.0625em;
  line-height: 1.4118;
}
#SP-nav-dynamic li li.SP-target-default li > a,
#SP-nav-dynamic li li.SP-target-default li > strong {
  background-color: rgba(237, 148, 0, 0.25);
}
#SP-nav-dynamic li li.SP-target-orangered li > a,
#SP-nav-dynamic li li.SP-target-orangered li > strong {
  background-color: rgba(243, 87, 10, 0.25);
}
#SP-nav-dynamic li li.SP-target-green li > a,
#SP-nav-dynamic li li.SP-target-green li > strong {
  background-color: rgba(102, 153, 0, 0.25);
}
#SP-nav-dynamic li li.SP-target-blue li > a,
#SP-nav-dynamic li li.SP-target-blue li > strong {
  background-color: rgba(30, 67, 135, 0.25);
}
#SP-nav-dynamic li li.SP-target-red li > a,
#SP-nav-dynamic li li.SP-target-red li > strong {
  background-color: rgba(204, 0, 0, 0.25);
}
#SP-nav-dynamic li li.SP-target-turquoise li > a,
#SP-nav-dynamic li li.SP-target-turquoise li > strong {
  background-color: rgba(21, 184, 196, 0.25);
}
#SP-nav-dynamic li li.SP-target-violet li > a,
#SP-nav-dynamic li li.SP-target-violet li > strong {
  background-color: rgba(123, 34, 142, 0.25);
}
#SP-nav-dynamic li li.SP-target-yellowgreen li > a,
#SP-nav-dynamic li li.SP-target-yellowgreen li > strong {
  background-color: rgba(176, 204, 7, 0.25);
}
#SP-nav-dynamic li li.SP-target-darkgreen li > a,
#SP-nav-dynamic li li.SP-target-darkgreen li > strong {
  background-color: rgba(51, 102, 51, 0.25);
}
#SP-nav-dynamic li li li.active > a,
#SP-nav-dynamic li li li.active > strong,
#SP-nav-dynamic li li li.path > a,
#SP-nav-dynamic li li li.path > strong {
  background-color: transparent;
}
#SP-nav-dynamic li li.path li.path > a,
#SP-nav-dynamic li li.path li.path > strong,
#SP-nav-dynamic li li.path li.path .tease a,
#SP-nav-dynamic li li.path li.lastOpenNode > a,
#SP-nav-dynamic li li.path li.lastOpenNode > strong,
#SP-nav-dynamic li li.path li.lastOpenNode .tease a,
#SP-nav-dynamic li li.path li.lastOpenNode li > a,
#SP-nav-dynamic li li.path li.lastOpenNode li > strong,
#SP-nav-dynamic li li.path li.lastOpenNode li .tease a {
  padding-left: 8%;
}
#SP-nav-dynamic li li.path li.path li.path > a,
#SP-nav-dynamic li li.path li.path li.path > strong,
#SP-nav-dynamic li li.path li.path li.path .tease a,
#SP-nav-dynamic li li.path li.path li.lastOpenNode > a,
#SP-nav-dynamic li li.path li.path li.lastOpenNode > strong,
#SP-nav-dynamic li li.path li.path li.lastOpenNode .tease a,
#SP-nav-dynamic li li.path li.path li.lastOpenNode li > a,
#SP-nav-dynamic li li.path li.path li.lastOpenNode li > strong,
#SP-nav-dynamic li li.path li.path li.lastOpenNode li .tease a {
  padding-left: 12%;
}
#SP-nav-dynamic li li.path li.path li.path li.path > a,
#SP-nav-dynamic li li.path li.path li.path li.path > strong,
#SP-nav-dynamic li li.path li.path li.path li.path .tease a,
#SP-nav-dynamic li li.path li.path li.path li.lastOpenNode > a,
#SP-nav-dynamic li li.path li.path li.path li.lastOpenNode > strong,
#SP-nav-dynamic li li.path li.path li.path li.lastOpenNode .tease a,
#SP-nav-dynamic li li.path li.path li.path li.lastOpenNode li > a,
#SP-nav-dynamic li li.path li.path li.path li.lastOpenNode li > strong,
#SP-nav-dynamic li li.path li.path li.path li.lastOpenNode li .tease a {
  padding-left: 16%;
}
#SP-nav-dynamic li li.path li.path li.path li.path li.path > a,
#SP-nav-dynamic li li.path li.path li.path li.path li.path > strong,
#SP-nav-dynamic li li.path li.path li.path li.path li.path .tease a,
#SP-nav-dynamic li li.path li.path li.path li.path li.lastOpenNode > a,
#SP-nav-dynamic li li.path li.path li.path li.path li.lastOpenNode > strong,
#SP-nav-dynamic li li.path li.path li.path li.path li.lastOpenNode .tease a,
#SP-nav-dynamic li li.path li.path li.path li.path li.lastOpenNode li > a,
#SP-nav-dynamic li li.path li.path li.path li.path li.lastOpenNode li > strong,
#SP-nav-dynamic li li.path li.path li.path li.path li.lastOpenNode li .tease a {
  padding-left: 20%;
}
#SP-nav-dynamic li li li.path li.path,
#SP-nav-dynamic li li li.path li.lastOpenNode,
#SP-nav-dynamic li li li.path li.active:first-child {
  border-top: 1px solid #CAC3B6;
}
#SP-nav-dynamic li li li.path li.active:last-child {
  border-bottom: 1px solid #CAC3B6;
}
#SP-nav-dynamic ul li > a::after,
#SP-nav-dynamic ul li > strong::after {
  content: '\E91E';
  display: block;
  font-family: SP-icons-wiesbaden;
  font-size: 2.5rem;
  right: 4%;
  line-height: 1;
  margin-right: -0.25em;
  position: absolute;
  top: 0.05em;
}
#SP-nav-dynamic > ul > li > ul > li > a::after,
#SP-nav-dynamic > ul > li > ul > li > strong::after {
  top: 0.025em;
}
#SP-nav-dynamic ul li.active > a::after,
#SP-nav-dynamic ul li.active > strong::after,
#SP-nav-dynamic ul li.path > a::after,
#SP-nav-dynamic ul li.path > strong::after {
  color: #1E4387;
  content: '\E924';
}


/* ### Navigation: Teaser - - - - - - */
#SP-nav-dynamic .tease {
  background-color: #FFFFFF;
}
#SP-nav-dynamic .tease a {
  background-color: #FFFFFF;
  color: inherit;
  display: block;
  font-size: 0.875em;
  padding: 0.5em calc(4% + 2rem) 0.5em 4%;
}
#SP-nav-dynamic .tease .headline {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 0;
}
#SP-nav-dynamic .tease .text {
  display: none;
}
#SP-nav-dynamic .tease .image {
  display: none;
  float: right;
  margin: 0.25rem 0 0.25rem 4%;
  max-width: 180px;
  min-width: 100px;
  width: 35%;
}
#SP-nav-dynamic .tease img {
  width: 100%;
}
#SP-nav-dynamic .text + .SP-teaser-more {
  margin-top: 0.5rem;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  #SP-nav-dynamic-trigger-on,
#SP-nav-dynamic-trigger-off {
  font-size: 2.5em;
  left: 0;
  top: 0.3em;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-nav-dynamic-trigger-on,
#SP-nav-dynamic-trigger-off {
  display: none;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-nav-dynamic-trigger-on {
  display: none !important;
}
#SP-nav-dynamic {
  display: none !important;
}
}

  


  
/**
 * Servicenavigation
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==SP-nav-service */

#SP-nav-service {
  line-height: 2;
  text-align: center;
}
#SP-header #SP-nav-service {
  font-size: 0.75em;
  line-height: 2.3334;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}
#SP-nav-service li {
  margin: 0.125em 0;
}
#SP-nav-service a {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 1em;
  white-space: nowrap;
}
#SP-nav-service li.contact a {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  margin: 2.5em auto;
  padding: 0.5em 4.25em;
  text-transform: uppercase;
}
#SP-nav-service li.wiesbaden a .SPi::before {
  content: '\E90F';
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==SP-nav-utilities */

#SP-nav-utilities {
  text-align: center;
}
#SP-nav-utilities .SP-nav-sml {
  margin: 3.75em 0;
}
#SP-nav-utilities ul {
  margin: 0 auto;
  max-width: 20em;
  text-align: center;
}
#SP-nav-utilities li {
  display: inline-block;
  font-size: 1px;
  line-height: 0;
  margin: 3% 5%;
  max-width: 5rem;
  vertical-align: top;
}
#SP-nav-utilities a {
  color: #FFFFFF;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-left: 0;
}
#SP-nav-utilities a i {
  display: block;
  font-size: 5em;
  margin: 0 auto;
  width: 1em;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==SP-nav-service */

#SP-nav-service li {
  display: inline-block;
  margin: 0;
}
#SP-nav-service li.contact {
  display: block;
}
#SP-nav-service li.contact a {
  margin: 1.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==SP-nav-utilities */

#SP-nav-utilities .SP-nav-sml {
  margin-bottom: 1em;
  margin-top: 2.25em;
}
#SP-nav-utilities ul {
  max-width: 52em;
}
#SP-nav-utilities li {
  margin: 1rem 2%;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==SP-nav-service */

#SP-nav-service {
  text-align: left;
}
#SP-nav-service a {
  padding: 0;
  margin: 0.75em 1em;
}
#SP-header #SP-nav-service a {
  margin: 0 1em 0 0;
}
#SP-nav-service li.contact a {
  margin: 0.375em 1em;
  position: absolute;
  right: 0;
  top: 1.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==SP-nav-utilities */

#SP-nav-utilities {
  margin-top: -3.25em;
  padding-left: 16em;
  padding-right: 15.5em;
}
#SP-nav-utilities .SP-nav-sml {
  margin: 0;
}
#SP-nav-utilities ul {
  max-width: none;
}
#SP-nav-utilities li {
  margin: 0 2.25%;
  position: relative;
}
#SP-nav-utilities a {
  display: block;
  margin: 0;
}
#SP-nav-utilities li a .SP-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 0px;
}
#SP-nav-utilities a i {
  font-size: 3.5em;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-nav-service,
#SP-nav-utilities {
  display: none !important;
}
}

  


  
/**
 * Sharing-Navigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-sharing {
  display: none;
}
#SP-nav-sharing-mobile {
  -webkit-backface-visibility: hidden;

  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1005;
}
#SP-nav-sharing-mobile li {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-left: 1px solid #FFFFFF;
  box-sizing: border-box;
  float: left;
  width: 25%;
}
#SP-nav-sharing-mobile li:first-child {
  border-left: 0;
}
#SP-nav-sharing-mobile li:last-child {
  margin-right: -1px;
}
#SP-nav-sharing-mobile li.facebook {
  background-color: #147BC0;
}
#SP-nav-sharing-mobile li.googleplus {
  background-color: #DF5343;
}
#SP-nav-sharing-mobile li.twitter {
  background-color: #03B3FE;
}
#SP-nav-sharing-mobile li.whatsapp {
  background-color: #2BAB28;
}
#SP-nav-sharing-mobile a {
  color: #FFFFFF;
  display: block;
  line-height: 1.25;
  text-align: center;
}
#SP-nav-sharing-mobile i {
  font-size: 1.5em;
  line-height: 1.25;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  #SP-nav-sharing {
  display: block;
  margin-top: 3em;
}
.ptype-search #SP-nav-sharing {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
}
#SP-nav-sharing ul {
  margin-left: -1em;
}
#SP-nav-sharing .SP-link {
  clear: none;
  float: left;
  margin-left: 0.5em;
  margin-top: 0;
}
#SP-nav-sharing .SP-link i {
  display: block;
  font-size: 3rem;
  position: static;
  text-align: center;
}
#SP-nav-sharing .SP-link i + .SP-text {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.25em;
  padding-left: 0;
  text-align: center;
}
#SP-nav-sharing-mobile {
  display: none;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-nav-sharing {
  margin-top: 1.5em;
}

}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-nav-sharing,
#SP-nav-sharing-mobile {
  display: none !important;
}
}

  


  
/**
 * Navigationspfad
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-path {
  display: none;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-nav-path {
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.625em;
  line-height: 2;
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
  padding-top: 0.9em;
}
.ptype-start #SP-nav-path {
  float: left;
  visibility: hidden;
  width: 76.4%;
}
#SP-nav-path li {
  display: inline;
  position: relative;
}
#SP-nav-path li::before {
  content: '\E087';
  font-family: SP-icons-wiesbaden;
  font-size: 1.6em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: -0.625em;
  line-height: 1;
  position: absolute;
  text-rendering: geometricprecision;
  top: -0.0625em;
}
#SP-nav-path li:first-child::before {
  content: '\E92B';
  left: -0.125em;
  top: -0.1875em;
  z-index: 0;
}
#SP-nav-path a,
#SP-nav-path strong {
  color: #4B4842;
  padding: 0 1em;
}
#SP-nav-path li:first-child a {
  padding-left: 2em;
  position: relative;
  z-index: 1;
}
#SP-nav-path a:hover {
  color: #1E4387;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-nav-path {
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.625em;
  line-height: 2;
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
  padding-top: 0.9em;
}
.ptype-start #SP-nav-path {
  float: left;
  visibility: hidden;
  width: 76.4%;
}
#SP-nav-path li {
  display: inline;
  position: relative;
}
#SP-nav-path li::before {
  content: '\E087';
  font-family: SP-icons-wiesbaden;
  font-size: 1.6em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: -0.625em;
  line-height: 1;
  position: absolute;
  text-rendering: geometricprecision;
  top: -0.0625em;
}
#SP-nav-path li:first-child::before {
  content: '\E92B';
  left: -0.125em;
  top: -0.1875em;
  z-index: 0;
}
#SP-nav-path a,
#SP-nav-path strong {
  color: #4B4842;
  padding: 0 1em;
}
#SP-nav-path li:first-child a {
  padding-left: 2em;
  position: relative;
  z-index: 1;
}
}

  


  
/**
 * Inhalt
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.wiesbaden.de
| fasc | 2009-03-20 - 2009-03-25
|
| Color-Guide
| Startseite           #1E4387 / #1E4387 / #FBEACC / #FDF5E6
| Soziale Medien       #F3570A / #1E4387 / #       / #
| Leben in Wiesbaden   #669900 / #619100 / #E0EBCC / #F0F5E6
| Rathaus              #1E4387 / #1C4080 / #D2D9E7 / #E9EDF3
| Wirtschaft           #CC0000 / #C20000 / #F5CCCC / #FAE6E6
| Tourismus            #15B8C4 / #14AFBA / #D0F1F3 / #E8F8F9
| Kultur               #7B228E / #752087 / #E5D3E8 / #F2E9F4
| Sport                #B0CC07 / #9EB706 / #EFF5CD / #F7FAE7
| Ersatzfarbe 2        #336633 / #306130 / #D6E0D6 / #EBF0EB
| Microsite: Mattiaqua #0B93AD / #0A8CA4 / #CEE9EF / #E7F4F7
|
| Text
| Primärfarbe          siehe oben
| Text A               #4B4842 / #39352C
| Text B               #858585 / #4D4A42
|
| Hintergründe
| Content-Bereich      #FFFFFF
| Hintergrund A        #E2DDD3
| Hintergrund B        #D3CCBE
|
| Inhaltsverzeichnis:
| - ==elements         Elemente
| - ===block           Block-Elemente
| - ==container        Containerelemente
| - ==sections         Strukturelemente
| - ==content          Inhalt
| - ===accordion_tabs  Akkordeons & Reiter
| - ===text            Textabschnitt
| - ===images          Bilder
| - ===links           Links
| - ===links-compact   Kompaktlinks
| - ===options-compact Kompakt-Auswahlliste
| - ===separator       Trennabschnitt
| - ===youtube         YouTube-Abschnitt
| - ===iframe          iframe-Abschnitt
| - ===letterlist      alphabetischer Index
| - ==marginal	       Inhalte der Marginalspalte
| - ===weather         Wetter
| - ===box             allg. Box, die durch Inhalte näher spezifiziert wird
| - ===imagelinks      verlinkte Bilder in der Marginalspalte
| - ===teaser          Teaser
| - ===search          Suchbox
| - ===minical         Mini-Kalender
| - ===hotels          Hotel-Slot
| - ==social_networks  Infobox mit Links zu sozialen Netzwerken
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  background-color: #E2DDD3;
  background-image: url(../img/tile.gif);
  color: #4B4842;
  text-align: center;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

h5 {
  background: #FFFFFF;
  border-top: 10px solid #1E4387;
  color: #1E4387;
}

.error div.paragraph {
  color: #FFFFFF;
}

.SP-intro {
  margin-bottom: 1.75em;
  margin-top: 0.625em;
}
.SP-intro .SP-date {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-intro .SP-salutation {
  border-bottom: 0 none;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.6667em;
  padding-bottom: 0;
}
.SP-intro .SP-text {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-intro strong {
  font-weight: 700;
}
.SP-text-more {
  font-size: 1em;
  margin: 0.5625em 0 0 0;
}

.recipient {
  border: 1px solid #5C5C5C;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==container */

.SP-cont {
  clear: both;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==sections */

.SP-cont,
.SP-snip {
  margin-bottom: 1.75em;
}
.SP-box .SP-snip:last-child {
  margin-bottom: 0;
}
.SP-snip-fixedheight {
  border-color: #669900;
  border-style: solid;
  border-width: 1px 0;
  max-height: 276px;
  overflow-y: auto;
  width: 459px;
}
.SP-snip-fixedheight table {
  border-top: none;
  border-bottom: none;
  margin-top: 2px;
  width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===accordion_tabs */

.SP-accordion {
  margin-bottom: 1.75em;
}
.SP-accordion .SP-toggle-wrapper {
  display: block;
  margin-bottom: 0;
  margin-top: 0.25em;
}
.SP-accordion .SP-toggle-wrapper:first-of-type {
  margin-top: 0;
}
.SP-accordion .SP-toggle-wrapper.active:last-of-type {
  border-bottom: 2px solid #E2DDD3;
}
.SP-accordion .SP-toggle-trigger {
  background-color: #F1EEEA;
  font-size: 1.25em !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.SP-accordion.SP-scripted .SP-toggle-trigger {
  background-color: #1E4387;
}
.SP-accordion .active .SP-toggle-trigger {
  background-color: #F1EEEA !important;
}
.SP-accordion .SP-toggle-trigger a {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  color: #4B4842;
  display: block;
  padding: 0.3em 2.375em 0.3em 0.75em;
}
.SP-accordion .SP-toggle-trigger i {
  color: #4B4842;
  font-size: 3rem;
  position: absolute;
  right: 0;
  top: -0.0834em;
}
.SP-accordion.SP-scripted .SP-toggle-trigger a,
.SP-accordion.SP-scripted .SP-toggle-trigger i {
  color: #FFFFFF !important;
}
.SP-accordion .active .SP-toggle-trigger a,
.SP-accordion .active .SP-toggle-trigger i {
  color: #4B4842 !important;
}
.SP-accordion .SP-tabs-tab-inner {
  margin: 1.5em 0.9375em;
}
.SP-tabs.SP-scripted {
  border-bottom: 2px solid #E2DDD3;
  margin-bottom: 2.1429em !important;
}
.ptype-forum .SP-tabs.SP-scripted {
  margin-bottom: 0 !important;
  margin-top: 0.75em;
}
.SP-tabs.SP-scripted .SP-anchors ul {
  border-bottom: 2px solid #E2DDD3;
  border-left: 0 none;
  height: auto;
}
.SP-tabs.SP-scripted .SP-anchors li {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 0 none;
  box-sizing: border-box;
  clear: none;
  float: left;
  height: auto;
  margin-bottom: 1px !important;
  min-width: 25%;
  padding: 0 0 0 1px !important;;
  position: relative;
}
.SP-tabs.SP-scripted .SP-anchors li:first-child {
  padding-left: 0;
}
.SP-tabs.SP-scripted .SP-anchors li:last-child {
  margin-right: -1px;
}
.SP-tabs.SP-scripted .SP-anchors li.active {
  border-right: 2px solid #E2DDD3;
  margin-bottom: -2px !important;
  padding-bottom: 4px !important;
}
.SP-tabs.SP-scripted .SP-anchors li.active::before {
  border-bottom: 2px solid #E2DDD3;
  border-right: 2px solid #E2DDD3;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0px;
  position: absolute;
  width: 1px;
}
.SP-tabs.SP-scripted .SP-anchors li.active:first-child::before {
  content: none;
}
.SP-tabs.SP-scripted .SP-anchors .SP-grid-1 li {
  max-width: 100%;
}
.SP-tabs.SP-scripted .SP-anchors .SP-grid-2 li {
  max-width: 50%;
}
.SP-tabs.SP-scripted .SP-anchors .SP-grid-3 li {
  max-width: 33.3334%;
}
.SP-tabs.SP-scripted .SP-anchors .SP-grid-4 li {
  max-width: 25%;
}
.SP-tabs.SP-scripted .SP-anchors .SP-grid-5 li {
  max-width: 20%;
  min-width: 20%;
}
.SP-tabs.SP-scripted .SP-anchors a {
  background-color: #1E4387;
  border-radius: 2px 2px 0 0;
  color: #FFFFFF !important;
  display: block !important;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.875em;
  letter-spacing: 0.5px;
  overflow: hidden;
  padding: 0.75em 0.5em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.SP-tabs.SP-scripted .SP-anchors .active a {
  background-color: #FFFFFF !important;
  border-left: 2px solid #E2DDD3 !important;
  border-top: 2px solid #E2DDD3 !important;
  color: #4B4842 !important;
  margin-top: -2px;
}
.SP-tabs.SP-scripted .SP-tabs-tab {
  margin-bottom: 0;
  padding: 1.5em 0.5em 0.375em 0.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===text */

.SP-snip-text .SP-text {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-snip-text .SP-text a {
  display: inline;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: underline
}
.SP-snip-text .SP-text .SP-text {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
}
.SP-snip-text .SP-text,
.SP-text p {
  margin-bottom: 1.4706em;
  word-wrap: break-word;
}
.SP-text a:hover {
  text-decoration: underline;
}
.SP-text dl {
  margin-bottom: 1em;
}
.SP-text ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 1.5em;
}
.SP-text > ul {
  display: inline-block;
  margin: 1em 0;
}
.SP-text > .SP-ul {
  display: block;
}
.SP-text ul {
  list-style-position: outside;
  margin-top: 0.5em;
  padding-left: 1.45em;
}
.SP-text p + ol,
.SP-text p + ul {
  margin-top: 0;
}
.SP-text ol:last-child,
.SP-text ul:last-child {
  margin-bottom: 0;
}
.SP-text ol li,
.SP-text ul li {
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  position: relative;
}
.SP-text ol li:last-child,
.SP-text ul li:last-child {
  margin-bottom: 0;
}
.SP-text ul li::before {
  color: #5F5F5F;
  content: '\25CF';
  left: -1em;
  position: absolute;
  top: -0.0625em;
}
.SP-text ul li li::before {
  content: '\25CB';
}
.SP-text ul li li li::before {
  content: '\25FE';
}
.SP-text ul li li li li::before {
  content: '\25FD';
}
.SP-text strong {
  font-weight: 700;
}
.SP-text table p {
  margin-bottom: 0;
  margin-top: 1em;
}
.SP-text table p:first-child {
  margin-top: 0;
}
.SP-text .SP-amount {
  font-size: 0.875em;
  line-height: 1.7143;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===images */

.SP-image-small {
  float: left;
  margin: 0.375em 3.5% 0.375em 0;
  width: 34.5%;
}
.SP-image-medium {
  margin-left: auto;
  margin-right: auto;
}
.SP-image a {
  display: block !important;
}
.SP-image-inner {
  background-color: #F1EEEA;
  display: block;
  font-size: 0.1em;
  height: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.SP-image-auto-height .SP-image-inner {
  height: auto;
  padding-top: 0 !important;
}
.SP-image-landscape .SP-image-inner {
  padding-top: 60% !important;
}
.SP-image-square .SP-image-inner {
  padding-top: 100% !important;
}
.SP-image-portrait .SP-image-inner {
  padding-top: 133.3334% !important;
}
.SP-image img {
  display: block;
  width: 100%;
}
.SP-image-inner img {
  left: 0;
  position: absolute;
  top: 0;
}
.SP-image-auto-height .SP-image-inner img {
  position: static;
}
.SP-image-caption {
  color: #4B4842;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.875em;
  padding-top: 0.5em;
  position: relative;
  text-align: center;
}
.SP-image-caption-text {
  display: inline-block;
  margin-right: 0.25em;
}
.SP-image-copyright {
  display: inline-block;
}
.SP-image-caption i {
  font-weight: 700;
  font-size: 1.25rem;
  height: 2em;
  line-height: 2;
  margin-top: -1px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: -2em;
  width: 2em;
  z-index: 2;
}


.SP-Map:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #E53935;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.8);
          box-shadow: 0 2px 5px rgba(0,0,0,0.8);
  border: 1px solid #424242;
}
.SP-Map:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  display: inline-block;
  padding: 0.2em 0.5em;
  background: white;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #424242;
  border-radius: 5px;
  max-width: 125px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.8);
          box-shadow: 0 2px 5px rgba(0,0,0,0.8);
  font-size: 12px;
  color: #4B4842;
  line-height: 1.5;
}


.SP-image-caption i:after,
.SP-geomap-caption i:after {
  background-color: #FFFFFF;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links */

.SP-snip-links .SP-snip-head {
  clear: both;
}
.SP-snip-links .SP-snip-body {
  margin-bottom: 1.75em;
}
.SP-snip-links .SP-snip-body .moretext {
  color: #4B4842;
  display: block;
  font-size:0.75em;
  padding:0 0 0 20px;
}
.SP-link,
.SP-download {
  clear: both;
  margin: 1em 0;
}
.SP-link a,
.SP-download a {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.4445;
  max-width: 100%;
  position: relative;
}
.SP-link a:hover,
.SP-download a:hover {
  text-decoration: none;
}
.SP-link i,
.SP-download i {
  font-size: 2rem;
  left: -0.1563em;
  line-height: 1;
  position: absolute;
  top: -0.1563em;
}
#SP-content table td.SP-link a,
#SP-content table td.SP-download a {
  display: inline-block;
  vertical-align: middle;
}
#SP-content table td.SP-link i,
#SP-content table td.SP-download i {
  left: -0.2188em;
}
.SP-link .SP-text,
.SP-download .SP-text {
  color: #4B4843 !important;
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SP-link i + .SP-text,
.SP-download i + .SP-text,
.SP-link span[data-text] + .SP-text,
.SP-download span[data-text] + .SP-text {
  padding-left: 1.7778em;
}
.SP-link-description {
  padding-left: 2em;
}
.SP-link .SP-text:empty::after,
.SP-download .SP-text:empty::after {
  content: '\A0';
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links-compact */

.SP-links-compact .SP-links-compact-label {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #E2DDD3;
  border: 2px solid #E2DDD3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #4B4842;
  cursor: default;
  display: block;
  height: 3em;
  padding: 0.75em;
  position: relative;
  z-index: 1;
}
.SP-links-compact .SP-links-compact-label:focus {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;

  border-color: #1E4387;
  box-shadow: none;
}
.SP-links-compact .SP-links-compact-label i {
  background-color: #1E4387;
  border-radius: 2px;
  bottom: 0;
  color: #FFFFFF;
  font-size: 3em;
  line-height: 1;
  margin: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.SP-links-compact .SP-links-compact-list-wrapper {
  position: relative;
}
.SP-links-compact ul {
     -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #F1EEEA;
  border-color: #E2DDD3;
  border-style: none solid solid solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: none;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.SP-links-compact.active ul {
  display: block;
}
.SP-links-compact .SP-links-compact-label:focus + .SP-links-compact-list-wrapper ul {
  border-color: #1E4387;
}
.SP-links-compact ul li {
  position: relative;
}
.SP-links-compact ul li.current {
  display: none;
}
.SP-links-compact ul li:hover,
.SP-links-compact ul li.active {
  background-color: #1E4387;
}
.SP-links-compact ul li:hover > a,
.SP-links-compact ul li.active > a {
  color: #FFFFFF;
}
.SP-links-compact ul li a {
  color: inherit;
  display: block;
  line-height: 2.25;
  padding: 0 0.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===options-compact */

.SP-options-compact {
  position: relative;
}
.SP-options-compact > li > label,
.SP-options-compact > li > .SP-label,
.SP-options-compact > li > fieldset > legend {
  border-bottom: 1px solid #E2DDD3;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375em;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-bottom: 0.3334em;
  text-transform: none;
  width: 100%;
}
.SP-options-compact .SP-options-compact-label {
     -moz-box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  cursor: default;
  display: block;
  margin-bottom: 1px;
  position: relative;
  z-index: 1;
}
.SP-combination .SP-fieldset .SP-options-compact {
  margin-bottom: 2.25em;
}
.SP-combination .SP-fieldset:last-of-type .SP-options-compact {
  margin-bottom: 0;
}
.SP-options-compact .SP-options-compact-label:focus {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;

  border-color: #1E4387;
  box-shadow: none;
}
.SP-options-compact ul {
     -moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #F1EEEA;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
html:not(.touch) .SP-options-compact li:hover ul {
  display: block;
}
.SP-options-compact .SP-options-compact-label:focus + .SP-options-compact-list-wrapper ul {
  border-color: #1E4387;
}
.SP-options-compact ul li {
  padding: 0 0.5em;
  position: relative;
}
.SP-options-compact ul li:hover,
.SP-options-compact ul li.active {
  background-color: #1E4387;
}
.SP-options-compact ul li:hover > label,
.SP-options-compact ul li.active > label {
  color: #FFFFFF;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===separator */

.SP-divider,
.SP-snip-divider {
  clear: both;
  margin-bottom: 0;
  margin-top: 1.75em;
}
.SP-divider hr,
.SP-snip-divider hr {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  border: 0;
  height: 1px;
  margin: 0 0 1.75em 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===contact */

.SP-vacancy-address .SP-text {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-vacancy-address .SP-link a .SP-text,
.SP-vacancy-address .SP-download a .SP-text {
  font-size: 1em;
  line-height: 1.5;
}
.SP-cont-contact dt,
.SP-cont-contact dd {
  float: left;
}
.SP-cont-contact dt,
.SP-cont-contact dt.SP-acc-hide + dd {
  clear: left;
}
.SP-cont-contact dt::after {
  content: ':\A0';
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===youtube */

.SP-snip-youtube .SP-youtube-inner {
  height: 0;
  overflow: visible;
  position: relative;
}
.SP-snip-youtube img {
  width: 100%;
}
.SP-snip-youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.SP-snip-youtube .SP-caption {
  color: #4B4842;
  font-size: 0.6875em;
  line-height: 1.25;
  padding-top: 0.8182em;
}
.SP-snip-youtube .SP-caption-text + .SP-copyright:before {
  content: ' ';
}
.SP-snip-youtube  .SP-youtube-preview {
  background-color: #F1EEEA;
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.SP-snip-youtube  .SP-youtube-preview i {
  color: rgba(255, 255, 255, 0.95);
  font-size: 3em;
  height: 1em;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  width: 1em;
}
.SP-snip-youtube .SP-youtube-preview i::before {
  left: 0.0834em;
  position: relative;
  top: 0;
  z-index: 2;
}
.SP-snip-youtube .SP-youtube-preview i::after {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  content: '';
  height: 160%;
  left: -30%;
  position: absolute;
  top: -30%;
  width: 160%;
  z-index: 1;
}
.SP-youtube-inner.SP-isStarted  .SP-youtube-preview {
  display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===iframe */

.SP-snip-iframe {
  margin-bottom: 1.25em;
}
.SP-snip-iframe iframe {
  width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===panoramen */

.SP-panorama {
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}
.SP-panorama-medium {
  margin-left: auto;
  margin-right: auto;
}
.SP-panorama-xlarge {
  width: 100%;
}
.SP-panorama embed,
.SP-panorama object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.SP-panorama .SP-image {
  font-size: 0.1em;
  height: 100%;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.SP-panorama .SP-image-inner {
  padding-top: 60%;
}
.SP-panorama .SP-image-inner img {
  margin-top: -10%;
}
.SP-panorama .SP-panorama-preview i {
  color: rgba(255, 255, 255, 0.95);
  font-size: 48px;
  font-size: 3rem;
  height: 1em;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  width: 1em;
}
.SP-panorama .SP-panorama-preview i::before {
  left: 0.0834em;
  position: relative;
  top: 0;
  z-index: 2;
}
.SP-panorama .SP-panorama-preview i::after {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  content: '';
  height: 160%;
  left: -30%;
  position: absolute;
  top: -30%;
  width: 160%;
  z-index: 1;
}

#SP-content .panorama div.legend {
  font-size: 0.6875em;
  line-height: 1.25;
  padding-top: 9px;
}

#SP-content div.panorama-right {
  margin: 0 0 10px 10px;
  padding: 0 15px 0 0;
  float: right;
  clear: right;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===categories */

.SP-snip-categories .SP-text {
  font-size: 1.0625em;
  line-height: 1.4706;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===letterlist */

.SP-letterlist {
  clear: both;
  margin-bottom: 1.75em;
  max-width: 345px;
}
.SP-letterlist li {
  background-color: #1E4387;
  border: 1px solid #1E4387;
  border-radius: 2px;
  color: #FFFFFF;
  float: left;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.0625em;
  height: 40px;
  line-height: 2.2353;
  margin: 0 3px 3px 0;
  position: relative;
  width: 40px;
}
.SP-letterlist li.active {
  border-color: #999999;
}
.SP-letterlist li > a,
.SP-letterlist li > span {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-transition: none;
  -webkit-transition: none;

  border: 1px solid #1E4387;
  border-radius: 2px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  transition: none;
  width: 100%;
}
.SP-letterlist li.active > span {
  background-color: #FFFFFF;
  border-color: #FFFFFF !important;
  color: #1E4387;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.SP-cont-teaserlist {
  clear: both;
}
.SP-teaser {
  margin-bottom: 2.25em;
}
.SP-cont-teaserlist .SP-teaser-small {
  margin-bottom: 5%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small {
  margin-bottom: 3%;
}
.SP-cont-teaserlist .SP-teaser-small:last-child {
  margin-bottom: 0;
}
.SP-teaser-category {
  border-bottom: 5px solid #4B4842;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375em;
  font-weight: 700;
  margin-bottom: 0.6667em;
  padding-bottom: 0.3334em;
  text-transform: uppercase;
}
.SP-teaser-category.SP-target-default {
  border-color: #1E4387;
}
.SP-teaser-category.SP-target-orangered {
  border-color: #F3570A;
}
.SP-teaser-category.SP-target-green {
  border-color: #669900;
}
.SP-teaser-category.SP-target-blue {
  border-color: #1E4387;
}
.SP-teaser-category.SP-target-red {
  border-color: #CC0000;
}
.SP-teaser-category.SP-target-turquoise {
  border-color: #15B8C4;
}
.SP-teaser-category.SP-target-violet {
  border-color: #7B228E;
}
.SP-teaser-category.SP-target-yellowgreen {
  border-color: #B0CC07;
}
.SP-teaser-category.SP-target-darkgreen {
  border-color: #336633;
}
.SP-teaser-category:empty::before {
  content: "\00a0";
}
.SP-teaser a {
  color: inherit !important;
  display: block !important;
  overflow: hidden;
}
.SP-teaser .SP-link a,
.SP-teaser .SP-download a {
  display: inline-block;
}
.SP-teaser-image {
  margin-bottom: 0.75em;
}
.SP-columns .SP-teaser-small .SP-teaser-image,
.SP-cont-teaserlist .SP-teaser-small .SP-image {
  float: left;
  margin: 0.375em 3% 0.375em 0;
  width: 34%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  display: none;
}
.SP-cont-teaserlist .SP-teaser-small .SP-image-right {
  float: right;
  margin: 0.375em 0 0.375em 3%;
}
.SP-teaser .SP-image-inner {
  padding-top: 66.6667%;
}
.SP-columns .SP-teaser-small .SP-image-inner,
.SP-cont-teaserlist .SP-teaser-small .SP-image-inner {
  padding-top: 100%;
}
.SP-teaser-image img {
  width: 100%;
}
.gewusst-wo .SP-teaser-image img {
  max-width: 100%;
  width: auto;
}
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links {
  margin-left: 37%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links {
  margin-left: 0;
}
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right ~ .SP-snip-links {
  margin-left: 0;
  margin-right: 37%;
}
.ptype-start .SP-cont-teaserlist h2 {
  border-bottom: 5px solid #4B4842;
  clear: both;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  text-transform: uppercase;
}
.SP-cont-teaserlist .SP-teaser-xlarge h2 {
  border-bottom: 0 none;
  clear: none;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: none;
}
.SP-cont-teaserlist .SP-teaser-headline,
.SP-columns .SP-teaser-small .SP-teaser-headline {
  margin-bottom: 0.25em;
}
.ptype-ms-start .SP-cont-teaserlist SP-teaser-xlarge .SP-teaser-headline {
  margin-bottom: 0.6667em;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-headline {
  margin-bottom: 0.6667em;
}
.SP-teaser .SP-teaser-text .SP-text {
     -moz-hyphens: auto;
  -webkit-hyphens: auto;

  font-size: 1.0625em;
  line-height: 1.4706;
  hyphens: auto;
}
.SP-cont-teaserlist .SP-teaser-text .SP-text,
.SP-columns .SP-teaser-small .SP-teaser-text .SP-text {
  font-size: 0.875em;
  max-height: 3em;
  overflow: hidden;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-text .SP-text {
  font-size: 1.0625em;
  max-height: none;
  overflow: visible;
}
.SP-teaser-more {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  display: inline-block;
  font-weight: 500;
  margin: 0.5em 0;
  max-width: 100%;
  overflow: hidden;
  padding-right: 2.25em;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SP-cont-teaserlist .SP-teaser-more,
.SP-columns .SP-teaser-small .SP-teaser-more {
  font-size: 0.875em;
  line-height: 1.7143;
  padding-right: 1.75em;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-more {
  font-size: 1em;
  line-height: 1.5;
  padding-right: 2.25em;
}
.SP-teaser-more::before {
  content: attr(data-text);
}
.SP-teaser-more i {
  bottom: -0.125em;
  font-size: 2em;
  font-weight: 400;
  position: absolute;
  right: 0;
}
.SP-cont-teaserlist .SP-teaser-more i,
.SP-columns .SP-teaser-small .SP-teaser-more i {
  bottom: 0;
  font-size: 1.7143em;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-more i {
  bottom: -0.125em;
  font-size: 2em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===abstimmung */

.SP-UI-item-rating {
  clear: both;
  margin-bottom: 1.25em;
}
.SP-UI-item-rating .SP-rating {
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.SP-UI-item-rating .SP-rating label {
  font-size: 1em; line-height: 1.5;
}
.SP-UI-item-rating .SP-rating button {
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #FFFFFF;
  font-size: 0.85em;
  line-height: 1.6;
  margin: 0 0 0 8px;
  padding: 1px 5px 0;
  position: relative;
  text-transform: uppercase;
  top: 1px;
}
.js .SP-UI-item-rating .SP-rating {
  background: url(../img/voting.png) 0 -16px;
  display: inline-block;
  margin-bottom: 0;
  position: relative; top: -2px;
  vertical-align: bottom;
}
.js .SP-UI-item-rating .SP-rating label {
  left: 0;
  position: absolute;
  top: 0;
}
.js .SP-UI-item-rating .SP-rating label > * {
  display: none;
}
.js .SP-UI-item-rating .SP-rating label:hover {
  background: url(../img/voting.png) 0 0;
}
.js .SP-UI-item-rating button {
  display: none;
}
.SP-UI-item-rating .SP-rating-result {
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.SP-UI-item-rating .vote-result {
  background: url(../img/voting.png) 0 -16px;
  display: inline-block;
  height: 16px;
  width: 75px;
}
.SP-UI-item-rating .vote-result span {
  background: url(../img/voting.png) 0 0;
  display: inline-block;
  text-indent: -9999em;
  width: auto; height: 16px;
}
.SP-UI-item-rating .SP-snip-text .SP-text-rating {
  margin-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===svg-container */

.SP-svg-container {
  position: relative;
  padding-top: 97.8%;
}
.SP-svg-container > object {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #4B4842;
  box-sizing: border-box;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.SP-svg-loading:after {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #FFFFFF;
  border: 1px solid #4B4842;
  box-sizing: border-box;
  content: 'loading...';
  display: block;
  height: 100%;
  padding-top: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===weather */

div.weather {
  display: none;
}
div.weather a,
div.weather span {
  color: #1E4387;
}
div.weather span.icon {
  display: block;
  float: left;
  height: 28px;
  width: 38px;
}
div.weather span.temperature {
  padding-right: 0.5em;
}
div.weather span.date {
  padding-left: 0.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===box */

.SP-box {
  margin-bottom: 1.75em;
}
.SP-box-head {
  border-bottom: 5px solid #4B4842;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375em;
  font-weight: bold;
  margin-bottom: 0.6667em;
  overflow: hidden;
  padding-bottom: 0.3334em;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.SP-box-body {
  background-color: #F1EEEA;
  margin: 0 auto;
  max-width: 35.75em;
  padding: 1em;
}
#SP-marginal .SP-links-compact {
  max-width: 37.75em;
  padding: 0;
}
.SP-box-body strong {
  font-weight: 700;
}
.SP-box-body a {
  display: inline-block;
}
.SP-box-body a img {
  display: block;
}
div.box ul.links {
  clear: both;
  margin-bottom: 9px;
}

.SP-box-body.SP-code {
  background-color: unset;
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===links */

.SP-box .SP-link,
.SP-box .SP-download {
  margin: 0.5em 0 0 0;
}
.SP-box ul:first-child .SP-link:first-of-type,
.SP-box ul:first-child .SP-download:first-of-type,
.SP-box .SP-snip-text + ul .SP-link:first-of-type,
.SP-box .SP-snip-text + ul .SP-download:first-of-type {
  margin-top: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===imagelinks */

.SP-imagelinks .SP-image {
  float: left;
  margin-bottom: 3.5%;
  margin-left: 3.5%;
  width: 31%;
}
.SP-imagelinks .SP-image:nth-child(3n+1) {
  margin-left: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===servicelinks */

.SP-snip-service li.SP-link,
.SP-snip-service li.SP-download {
  clear: none;
  float: left;
  margin: 0.75em 0 0.75em 2.809%;
  width: 31.4607%;
}
.SP-snip-service li:nth-child(3n+1) {
  clear: left;
  margin-left: 0 !important;
}
.SP-snip-service .SP-link a,
.SP-snip-service .SP-download a {
  display: block;
  text-align: center;
}
.SP-snip-service .SP-link i,
.SP-snip-service .SP-download i {
  display: block;
  font-size: 4rem;
  position: static;
}
.SP-snip-service .SP-link i + .SP-text,
.SP-snip-service .SP-download i + .SP-text,
.SP-snip-service .SP-link span[data-text] + .SP-text,
.SP-snip-service .SP-download span[data-text] + .SP-text {
  font-size: 0.6875em;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===minical */

div.minical {
  position: relative;
}
div.minical table {
  border-collapse: collapse; border-spacing: 0;
  margin-bottom: 9px;
  width: 100%;
}
div.minical table caption {
  color: #4D4A42;
  font-size: 0.625em;
  padding-bottom: 3px;
  text-transform: uppercase;
}
div.minical table td {
  background: #F1EEEA;
  border: 1px solid #FFFFFF;
  padding: 0 5px;
  text-align: right;
}
div.minical table td a {
  font-size: 0.625em;
}
div.minical table td.out-of-bounds {
  background: #F8F6F4;
}
div.minical table td.today {
  background: #8ABDE0;
}
div.minical table td.today a {
  color: #FFFFFF;
}
div.minical table td.weekend {
  background: #E2DDD3;
}
div.minical table th {
  background: #CCC3B3;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Georgia, Serif;
  font-size: 0.625em;
  text-align: center;
  text-transform: uppercase;
  width: 27px;
}
div.minical span.controls {
  display: block;
  position: absolute; bottom: -2.25em; left: 0;
  width: 100%; height: 12px;
}
div.minical span.controls a {
  display: block;
  position: absolute; top: 0;
  text-indent: -9999px;
  width: 13px; height: 13px;
}
div.minical span.controls a:hover {
  background-position: 0 -13px !important;
}
div.minical span.controls a.prev {
  left: 0;
}
div.minical span.controls a.next {
  right: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===social_networks */

.SP-socialnetworks .SP-link {
  padding: 0.625em;
  text-align: center;
}
.SP-socialnetworks .SP-link a {
  color: #4B4842;
}
.SP-socialnetworks .SP-link i {
  position: static;
}
.SP-socialnetworks .SP-link .SP-text {
  font-size: 0.625em;
  font-weight: 400;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===twitterlist */

.SP-snip-twitterlist li {
  font-size: 0.9375em;
  margin-top: 0.5em;
}
.SP-snip-twitterlist li a:hover {
  text-decoration: underline;
}


/* - - - - Countdown Abschnitt - - - */
.SP-countdown {
  display: table;
  margin-bottom: 12px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.SP-countdown-segment {
  display: table-cell;
  border: 1px solid #ccc;
  text-align: center;
  padding: 1.75em 0.25em;
}
.SP-countdown-number {
  vertical-align: middle;
  font-size: 3em;
}
.SP-countdown-label {
  display: block;
  padding-top: 1.5em;
}

.box .SP-countdown-row {
  display: table-row;
}

.box .SP-countdown-segment {
  padding: 0.75em 0;
}

.box .SP-countdown-label {
  padding-top: 0.75em;
}

.box .SP-countdown-number {
  font-size: 1.5em;
}

.box .SP-countdown {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

.SP-intro {
  margin-bottom: 2.25em;
  margin-top: 0.375em;
}
.SP-intro .SP-salutation {
  font-size: 2em;;
  line-height: 1.3125;
}
.SP-intro .SP-date,
.SP-intro .SP-text {
  font-size: 1.5em;
  line-height: 1.3334;
  max-width: 707px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===accordion_tabs */

.ptype-forum .SP-tabs.SP-scripted .SP-anchors li {
  min-width: 8em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===text */

.SP-snip-text .SP-text {
  font-size: 1.25em;
  line-height: 1.4;
}
.SP-snip-text .SP-text,
.SP-text p {
  margin-bottom: 1.4em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===images */

.SP-image-medium {
  margin-top: 1em;
  max-width: 65.4%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links */

.SP-snip-links .SP-snip-body {
  margin-bottom: 0;
}
.SP-link i + .SP-text,
.SP-download i + .SP-text,
.SP-link span[data-text] + .SP-text,
.SP-download span[data-text] + .SP-text {
  padding-left: 1.875em;
}
.SP-link-description {
  padding-left: 1.875em;
}
#SP-content table td.SP-link i,
#SP-content table td.SP-download i {
  top: -0.0625em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===options-compact */

.SP-combination .SP-fieldset .SP-options-compact {
  margin-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===panoramen */

.SP-panorama-medium {
  max-width: 65.4%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===letterlist */

.SP-letterlist {
  max-width: 560px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.SP-teaser-firstOfTwo,
.SP-teaser-secondOfTwo {
  clear: both;
}
.SP-teaser-large:nth-of-type(2n),
.SP-teaser-xlarge + .SP-teaser-large + .SP-teaser-large {
  float: right;
  padding-left: 1.3%;
  padding-right: 0;
  position: relative;
  width: 48.7%;
}
.SP-teaser-large:nth-of-type(2n+1),
.SP-teaser-xlarge + .SP-teaser-large {
  float: left;
  padding-left: 0;
  padding-right: 1.3%;
  position: relative;
  width: 48.7%;
}
.SP-teaser {
  margin-bottom: 1.375em;
}
.SP-teaser.SP-teaser-big:empty {
  min-height: 13.4375em;
  padding-top: 100%;
}
.SP-cont-teaserlist .SP-teaser-small {
  float: left;
  margin-left: 2.6%;
  width: 48.7%;
}
.SP-cont-teaserlist .SP-teaser-small:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small {
  float: none;
  margin-left: 0;
  width: auto;
}
.SP-columns .SP-teaser-small {
  float: none;
  margin-left: 0;
  width: auto;
}
.SP-teaser-xlarge .SP-teaser-image {
  float: left;
  margin-bottom: 0.5em;
  margin-right: 2.6%;
  width: 48.7%;
}
.SP-columns .SP-teaser-small .SP-teaser-image,
.SP-cont-teaserlist .SP-teaser-small .SP-image {
  width: 47%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-image {
  width: 34%;
}
.SP-teaser .SP-image-inner {
  padding-top: 60%;
}
.SP-columns .SP-teaser .SP-teaser-text,
.SP-teaser-large .SP-teaser-text {
  height: 12.5em;
}
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links {
  margin-left: 50%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-text {
  margin-left: 37%;
}
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-text,
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-snip-links,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right + .SP-teaser-text {
  margin-right: 50%;
}
.SP-teaser-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SP-cont-teaserlist .SP-teaser-headline,
.SP-columns .SP-teaser-small .SP-teaser-headline {
  margin-bottom: 0.6667em;
}
.SP-columns .SP-teaser-small .SP-teaser-headline {
  font-size: 1.25em;
  line-height: 1.4;
}
.SP-cont-teaserlist .SP-teaser-text .SP-text,
.SP-columns .SP-teaser-small .SP-teaser-text .SP-text {
  font-size: 1em;
  max-height: 4.5em;
}
.SP-columns .SP-teaser .SP-text,
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-text .SP-text {
  max-height: 6em;
  overflow: hidden;
}
.SP-cont-teaserlist .SP-teaser-more,
.SP-columns .SP-teaser-small .SP-teaser-more {
  font-size: 1em;
  line-height: 1.5;
  padding-right: 2.25em;
}
.SP-cont-teaserlist .SP-teaser-more i,
.SP-columns .SP-teaser-small .SP-teaser-more i {
  bottom: -0.125em;
  font-size: 2em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===imagelinks */

.SP-imagelinks {
  margin-bottom: -1.75%;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

.SP-intro {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.SP-intro .SP-date {
  font-size: 0.875em;
}
.SP-intro .SP-salutation {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-intro .SP-text {
  font-size: 0.875em;
  padding-bottom: 0.75rem;
  position: relative;
}
.SP-intro .SP-text::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==sections */

.SP-cont,
.SP-snip {
  margin-bottom: 0.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===accordion_tabs */

.SP-accordion,
.SP-tabs.SP-scripted {
  margin-bottom: 0.75em !important;
}
.SP-tabs.SP-scripted .SP-anchors {
  display: block;
  margin-bottom: 0;
}
.SP-tabs.SP-scripted,
.SP-tabs.SP-scripted .SP-anchors ul {
  border-bottom-width: 1px;
}
.SP-tabs.SP-scripted .SP-anchors li.active {
  border-right-width: 1px;
  margin-bottom: -1px !important;
  padding-bottom: 2px !important;
}
.SP-tabs.SP-scripted .SP-anchors li.active::before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.SP-tabs.SP-scripted .SP-anchors a {
  font-size: 0.75em;
}
.SP-tabs.SP-scripted .SP-anchors .active a {
  border-left-width: 1px !important;
  border-top-width: 1px !important;
  margin-top: -1px;
}
.SP-tabs.SP-scripted .SP-tabs-tab {
  background-color: transparent;
  border: 0 none;
  padding-bottom: 0.125em;
  padding-top: 0.75em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===text */

.SP-snip-text .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}
.SP-snip-text .SP-text,
.SP-text p {
  margin-bottom: 1.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links */

#SP-content table td.SP-link i,
#SP-content table td.SP-download i {
  top: -0.1875em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links-compact */

.SP-links-compact .SP-links-compact-label {
  height: auto;
  line-height: 2em;
  padding: 0 0.5em;
}
.SP-links-compact .SP-links-compact-label .SPi-section-open {
  font-size: 2em;
  line-height: 1.125;
}
.SP-links-compact ul li a {
  line-height: 1.75;
  padding: 0 0.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===options-compact */

.SP-options-compact ul li {
  padding: 0 0.25em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===images */

.SP-image-medium {
  float: left;
  margin-left: 0;
  margin-right: 4.6%;
  margin-top: 0.25em;
  width: 47.7%;
}
.SP-image-right {
  float: right;
  margin-left: 4.6%;
  margin-right: 0;
}
.SP-image-medium + .SP-image-medium {
  float: right;
  margin-right: 0;
}
.SP-image-portrait .SP-image-inner {
  padding-top: 125% !important;
}
.SP-image-caption {
  font-size: 0.75em;
  text-align: left;
}
.SP-image-caption i {
  font-size: 0.625rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links */

.SP-snip-links .SP-snip-head {
  padding-top: 1em;
  position: relative;
}
.SP-cont .SP-snip-links .SP-snip-head {
  padding-top: 0;
}
.SP-snip-links .SP-snip-head::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-cont .SP-snip-links .SP-snip-head::before {
  content: none;
}
.SP-link,
.SP-download {
  margin: 0.5em 0;
}
.SP-link a,
.SP-download a {
  font-size: 0.875em;
  line-height: 1.5;
}
.SP-link .SP-text,
.SP-download .SP-text {
  font-weight: 500;
}
.SP-link i + .SP-text,
.SP-download i + .SP-text,
.SP-link span[data-text] + .SP-text,
.SP-download span[data-text] + .SP-text {
  padding-left: 2em;
}
.SP-link-description {
  padding-left: 1.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===separator */

.SP-divider,
.SP-snip-divider {
  margin-bottom: 0;
  margin-top: 0.75em;
}
.SP-divider hr,
.SP-snip-divider hr {
  margin-bottom: 0.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===contact */

.SP-vacancy-address .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===panoramen */

.SP-panorama {
  padding-top: 58.8236%;
}
.SP-panorama-medium {
  float: left;
  margin-left: 0;
  margin-right: 4.6%;
  width: 47.7%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===categories */

.SP-snip-categories .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===letterlist */

.SP-letterlist {
  margin-bottom: 0.75em;
}
.SP-letterlist li {
  font-size: 0.9375em;
  height: 0;
  line-height: 1.8;
  margin: 0 0.75% 0.75% 0;
  padding-bottom: 6.392%;
  width: 6.392%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.ptype-start .SP-cont-teaserlist {
  padding-top: 0.625em;
  position: relative;
}
.SP-teaser-xlarge,
.SP-teaser-firstOfTwo {
  clear: left;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  position: relative;
}
.SP-teaser-xlarge::after,
.SP-teaser-firstOfTwo::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.SP-teaser-secondOfTwo {
  padding-bottom: 0.5em;
}
.SP-teaser-large:nth-of-type(2n),
.SP-teaser-xlarge + .SP-teaser-large + .SP-teaser-large {
  padding-left: 2.9%;
  padding-right: 0;
  width: 47.1%;
}
.SP-teaser-large:nth-of-type(2n+1),
.SP-teaser-xlarge + .SP-teaser-large {
  padding-left: 0;
  padding-right: 2.9%;
  width: 47.1%;
}
.SP-teaser-large:nth-of-type(2n)::before,
.SP-teaser-xlarge + .SP-teaser-large + .SP-teaser-large::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  left: -1px;
  position: absolute;
  right: auto;
  top: 0;
  width: 1px;
}
.SP-teaser-large:nth-of-type(2n+1)::before,
.SP-teaser-xlarge + .SP-teaser-large::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.SP-columns .SP-teaser {
  margin-bottom: 1em;
}
.SP-teaser-large {
  margin-bottom: 0;
}
.SP-teaser.SP-teaser-big:empty {
  min-height: 12.1875em;
  padding-top: 60%;
}
.SP-teaser-big + .SP-teaser-small {
  margin-left: 0;
}
.SP-columns .SP-teaser-small {
  float: left;
  margin-bottom: 0;
  width: 48.7%;
}
.SP-cont-teaserlist .SP-teaser-small,
.SP-cont-teaserlist .SP-teaser-medium,
.ptype-ms-start .SP-cont-teaserlist .SP-teaser-xlarge {
  clear: both;
  float: none;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-top: 0.5em;
  position: relative;
  width: auto;
}
.SP-cont-teaserlist:first-of-type .SP-teaser-small:first-child,
.SP-cont-teaserlist:first-of-type .SP-teaser-medium:first-child,
.ptype-ms-start .SP-cont-teaserlist:first-of-type .SP-teaser-xlarge:first-child,
.SP-newsletter h2.SP-cont-headline + ul .SP-teaser-medium:first-child {
  padding-top: 0;
}
.ptype-start .SP-cont-teaserlist::before,
.SP-cont-teaserlist .SP-teaser-small::before,
.SP-cont-teaserlist .SP-teaser-medium::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-cont-teaserlist:first-of-type .SP-teaser-small:first-child::before,
.SP-cont-teaserlist:first-of-type .SP-teaser-medium:first-child::before,
.ptype-ms-start .SP-cont-teaserlist:first-of-type .SP-teaser-xlarge:first-child::before,
.SP-newsletter h2.SP-cont-headline + ul .SP-teaser-medium:first-child::before {
  content: none;
}
.SP-columns .SP-teaser-small:nth-of-type(2n) {
  margin-left: 2.6%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small {
  clear: none;
  float: left;
  margin-bottom: 0;
  margin-left: 2%;
  width: 32%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small::before {
  content: none;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small:nth-of-type(2n+1) {
  clear: none;
  margin-left: 2%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small:nth-of-type(3n+1) {
  clear: left;
  margin-left: 0;
}
.SP-teaser-small .SP-teaser-category {
  display: none;
}
.SP-teaser-image {
  margin-bottom: 1em;
}
.SP-teaser-image.SP-image-small {
  margin-bottom: 0.375em;
}
.SP-teaser-xlarge .SP-teaser-image {
  margin-right: 4.6%;
  width: 47.7%;
}
.SP-columns .SP-teaser-small .SP-teaser-image {
  float: none;
  margin: 0 0 1em 0;
  width: auto;
}
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  width: 13%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  display: block;
  width: 28.5%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  width: 26%;
}
.SP-teaser-big .SP-image-inner,
.SP-columns .SP-teaser-small .SP-image-inner {
  padding-top: 60%;
}
.SP-teaser-text {
  clear: right;
}
.SP-image-right + .SP-teaser-text {
  clear: none;
}
.SP-columns .SP-teaser .SP-teaser-text,
.SP-teaser-large .SP-teaser-text {
  height: auto;
}
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links {
  margin-left: 16% !important;
}
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right ~ .SP-snip-links {
  margin-right: 16%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-text {
  margin-left: 31.5%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right + .SP-teaser-text {
  margin-right: 31.5%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-text {
  margin-left: 29%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right + .SP-teaser-text {
  margin-right: 29%;
}
.SP-teaser-headline {
  white-space: normal;
}
.SP-teaser-small .SP-teaser-headline,
.SP-columns .SP-teaser-small .SP-teaser-headline {
  font-size: 0.875em;
  margin-bottom: 0;
}
.SP-teaser-large .SP-teaser-headline,
.SP-teaser-xlarge .SP-teaser-headline {
  font-size: 0.9375em;
  margin-bottom: 0;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-headline {
  margin-bottom: 0;
}
.SP-teaser .SP-teaser-text .SP-text {
  font-size: 0.875em;
}
.SP-teaser-small .SP-text {
  height: auto;
  overflow: visible;
}
.SP-cont-teaserlist .SP-teaser-text .SP-text {
  font-size: 0.8125em;
  line-height: 1.5385;
  max-height: none;
  overflow: visible;
}
.SP-columns .SP-teaser .SP-text,
.SP-columns .SP-teaser-small .SP-teaser-text .SP-text,
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-text .SP-text {
  font-size: 0.875em;
  max-height: none;
  overflow: visible;
}
.SP-teaser-more,
.SP-columns .SP-teaser-small .SP-teaser-more {
  font-size: 0.875em;
  line-height: 1.7143;
  margin: 0.5715em 0;
}
.SP-cont-teaserlist .SP-teaser-more {
  float: left;
  font-size: 0.875em;
  line-height: 1.7143;
  margin: 0;
  padding-right: 1.75em;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-more {
  float: none;
  font-size: 0.875em;
  line-height: 1.7143;
  padding-right: 1.75em;
}
.SP-teaser-more::before {
  content: none;
}
.SP-teaser-more .SP-acc-hide {
  clip: auto;
  height: auto !important;
  position: static;
  width: auto !important;
}
.SP-teaser-more i {
  bottom: -0.1429em;
  line-height: 1.1429;
}
.SP-cont-teaserlist .SP-teaser-more i,
.SP-columns .SP-teaser-small .SP-teaser-more i,
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-more i {
  bottom: 0.0417em;
  font-size: 1.7143em;
  line-height: 1;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===abstimmung */

.SP-UI-item-rating {
  margin-bottom: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===weather */

.ptype-start div.weather {
  display: block;
  color: #1E4387;
  float: left;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.125em;
  font-weight: bold;
  height: 1.5em;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: right;
  top: 1.5em;
  white-space: nowrap;
  width: 23.6%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===box */

.SP-box {
  margin-bottom: 0.75em;
}
.SP-box-body {
  background-color: transparent;
  padding: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===text */

.SP-box-text > strong {
  font-size: 0.9375em;
  line-height: 1.5;
}
.SP-box-text > .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===social_networks */

.SP-socialnetworks .SP-link {
  padding: 0;
  text-align: left;
}
.SP-socialnetworks .SP-link i {
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: 0;
}
.SP-socialnetworks .SP-link .SP-text {
  font-size: 1em;
  font-weight: 500;
  padding-left: 1.875em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===twitterlist */

.SP-snip-twitterlist li {
  font-size: 0.6875em;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==sections */

.SP-snip-fixedheight {
  height: auto;
  overflow: auto;
  width: 459px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===weather */

div.weather {
  display: none !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements ===blocks */

.SP-intro {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.SP-intro .SP-date {
  font-size: 0.875em;
}
.SP-intro .SP-salutation {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-intro .SP-text {
  font-size: 0.875em;
  padding-bottom: 0.75rem;
  position: relative;
}
.SP-intro .SP-text::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==sections */

.SP-cont,
.SP-snip {
  margin-bottom: 0.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===accordion_tabs */

.SP-accordion,
.SP-tabs.SP-scripted {
  margin-bottom: 0.75em !important;
}
.SP-tabs.SP-scripted .SP-anchors {
  display: none;
}
.SP-tabs.SP-scripted {
  border-bottom-width: 1px;
}
.SP-tabs.SP-scripted .SP-tabs-tab {
  background-color: transparent;
  border: 0 none;
  display: block;
  padding-bottom: 0.125em;
  padding-top: 0.75em;
}
.SP-accordion .SP-toggle-trigger,
.SP-accordion.SP-scripted .SP-toggle-trigger,
.SP-tabs .SP-toggle-trigger,
.SP-tabs.SP-scripted .SP-toggle-trigger {
  background-color: transparent;
  border-bottom: 1px solid #1E4387;
  display: block;
  font-size: 1.25em !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.SP-accordion .SP-toggle-trigger a,
.SP-accordion.SP-scripted .SP-toggle-trigger a,
.SP-tabs .SP-toggle-trigger a,
.SP-tabs.SP-scripted .SP-toggle-trigger a {
  color: #4B4842 !important;
  display: block;
  padding: 0.3em 1.625em 0.3em 0;
}
.SP-accordion .SP-toggle-trigger i,
.SP-accordion.SP-scripted .SP-toggle-trigger i,
.SP-tabs .SP-toggle-trigger i,
.SP-tabs.SP-scripted .SP-toggle-trigger i {
  display: none;
}
.SP-accordion .SP-toggle-trigger::after,
.SP-accordion.SP-scripted .SP-toggle-trigger::after,
.SP-tabs .SP-toggle-trigger::after,
.SP-tabs.SP-scripted .SP-toggle-trigger::after {
  color: #4B4842;
  content: '\E925';
  font-family: 'SP-icons-wiesbaden' !important;
  font-size: 3rem;
  font-style: normal !important;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: -0.25em;
  text-transform: none;
  top: -0.0834em;
}
.SP-accordion .SP-tabs-tab-inner,
.SP-tabs.SP-scripted .SP-tabs-tab-inner {
  margin: 1.5em 0.9375em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===text */

.SP-snip-text .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}
.SP-snip-text .SP-text,
.SP-text p {
  margin-bottom: 1.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links */

#SP-content table td.SP-link i,
#SP-content table td.SP-download i {
  top: -0.1875em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links-compact */

.SP-links-compact .SP-links-compact-label {
  height: auto;
  line-height: 2em;
  padding: 0 0.5em;
}
.SP-links-compact .SP-links-compact-label .SPi-section-open {
  font-size: 2em;
  line-height: 1.125;
}
.SP-links-compact ul li a {
  line-height: 1.75;
  padding: 0 0.5em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===options-compact */

.SP-options-compact ul li {
  padding: 0 0.25em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===images */

.SP-image-medium {
  float: left;
  margin-left: 0;
  margin-right: 4.6%;
  margin-top: 0.25em;
  width: 47.7%;
}
.SP-image-right {
  float: right;
  margin-left: 4.6%;
  margin-right: 0;
}
.SP-image-medium + .SP-image-medium {
  float: right;
  margin-right: 0;
}
.SP-image-portrait .SP-image-inner {
  padding-top: 125% !important;
}
.SP-image-caption {
  font-size: 0.75em;
  text-align: left;
}
.SP-image-caption i {
  font-size: 0.625rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===links */

.SP-snip-links .SP-snip-head {
  padding-top: 1em;
  position: relative;
}
.SP-cont .SP-snip-links .SP-snip-head {
  padding-top: 0;
}
.SP-snip-links .SP-snip-head::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-cont .SP-snip-links .SP-snip-head::before {
  content: none;
}
.SP-link,
.SP-download {
  margin: 0.5em 0;
}
.SP-link a,
.SP-download a {
  font-size: 0.875em;
  line-height: 1.5;
}
.SP-link .SP-text,
.SP-download .SP-text {
  font-weight: 500;
}
.SP-link i + .SP-text,
.SP-download i + .SP-text,
.SP-link span[data-text] + .SP-text,
.SP-download span[data-text] + .SP-text {
  padding-left: 2em;
}
.SP-link-description {
  padding-left: 1.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===separator */

.SP-divider,
.SP-snip-divider {
  margin-bottom: 0;
  margin-top: 0.75em;
}
.SP-divider hr,
.SP-snip-divider hr {
  margin-bottom: 0.75em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===contact */

.SP-vacancy-address .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===panoramen */

.SP-panorama {
  padding-top: 58.8236%;
}
.SP-panorama-medium {
  float: left;
  margin-left: 0;
  margin-right: 4.6%;
  width: 47.7%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===categories */

.SP-snip-categories .SP-text {
  font-size: 0.875em;
  line-height: 1.5;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===letterlist */

.SP-letterlist {
  margin-bottom: 0.75em;
}
.SP-letterlist li {
  font-size: 0.9375em;
  height: 0;
  line-height: 1.8;
  margin: 0 0.75% 0.75% 0;
  padding-bottom: 6.392%;
  width: 6.392%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.ptype-start .SP-cont-teaserlist {
  padding-top: 0.625em;
  position: relative;
}
.SP-teaser-xlarge,
.SP-teaser-firstOfTwo {
  clear: left;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  position: relative;
}
.SP-teaser-xlarge::after,
.SP-teaser-firstOfTwo::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.SP-teaser-secondOfTwo {
  padding-bottom: 0.5em;
}
.SP-teaser-large:nth-of-type(2n),
.SP-teaser-xlarge + .SP-teaser-large + .SP-teaser-large {
  padding-left: 2.9%;
  padding-right: 0;
  width: 47.1%;
}
.SP-teaser-large:nth-of-type(2n+1),
.SP-teaser-xlarge + .SP-teaser-large {
  padding-left: 0;
  padding-right: 2.9%;
  width: 47.1%;
}
.SP-teaser-large:nth-of-type(2n)::before,
.SP-teaser-xlarge + .SP-teaser-large + .SP-teaser-large::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  left: -1px;
  position: absolute;
  right: auto;
  top: 0;
  width: 1px;
}
.SP-teaser-large:nth-of-type(2n+1)::before,
.SP-teaser-xlarge + .SP-teaser-large::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQImWNgYGBgYPD2cPrPAAcAFeMB1aMjjt4AAAAASUVORK5CYII=);
  content: '';
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.SP-columns .SP-teaser {
  margin-bottom: 1em;
}
.SP-teaser-large {
  margin-bottom: 0;
}
.SP-teaser.SP-teaser-big:empty {
  min-height: 12.1875em;
  padding-top: 60%;
}
.SP-teaser-big + .SP-teaser-small {
  margin-left: 0;
}
.SP-columns .SP-teaser-small {
  float: left;
  margin-bottom: 0;
  width: 48.7%;
}
.SP-cont-teaserlist .SP-teaser-small,
.SP-cont-teaserlist .SP-teaser-medium,
.ptype-ms-start .SP-cont-teaserlist .SP-teaser-xlarge {
  clear: both;
  float: none;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-top: 0.5em;
  position: relative;
  width: auto;
}
.SP-cont-teaserlist:first-of-type .SP-teaser-small:first-child,
.SP-cont-teaserlist:first-of-type .SP-teaser-medium:first-child,
.ptype-ms-start .SP-cont-teaserlist:first-of-type .SP-teaser-xlarge:first-child,
.SP-newsletter h2.SP-cont-headline + ul .SP-teaser-medium:first-child {
  padding-top: 0;
}
.ptype-start .SP-cont-teaserlist::before,
.SP-cont-teaserlist .SP-teaser-small::before,
.SP-cont-teaserlist .SP-teaser-medium::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-cont-teaserlist:first-of-type .SP-teaser-small:first-child::before,
.SP-cont-teaserlist:first-of-type .SP-teaser-medium:first-child::before,
.ptype-ms-start .SP-cont-teaserlist:first-of-type .SP-teaser-xlarge:first-child::before,
.SP-newsletter h2.SP-cont-headline + ul .SP-teaser-medium:first-child::before {
  content: none;
}
.SP-columns .SP-teaser-small:nth-of-type(2n) {
  margin-left: 2.6%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small {
  clear: none;
  float: left;
  margin-bottom: 0;
  margin-left: 2%;
  width: 32%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small::before {
  content: none;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small:nth-of-type(2n+1) {
  clear: none;
  margin-left: 2%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small:nth-of-type(3n+1) {
  clear: left;
  margin-left: 0;
}
.SP-teaser-small .SP-teaser-category {
  display: none;
}
.SP-teaser-image {
  margin-bottom: 1em;
}
.SP-teaser-image.SP-image-small {
  margin-bottom: 0.375em;
}
.SP-teaser-xlarge .SP-teaser-image {
  margin-right: 4.6%;
  width: 47.7%;
}
.SP-columns .SP-teaser-small .SP-teaser-image {
  float: none;
  margin: 0 0 1em 0;
  width: auto;
}
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  width: 13%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  width: 28.5%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image {
  width: 26%;
}
.SP-teaser-big .SP-image-inner,
.SP-columns .SP-teaser-small .SP-image-inner {
  padding-top: 60%;
}
.SP-teaser-text {
  clear: right;
}
.SP-image-right + .SP-teaser-text {
  clear: none;
}
.SP-columns .SP-teaser .SP-teaser-text,
.SP-teaser-large .SP-teaser-text {
  height: auto;
}
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links {
  margin-left: 16% !important;
}
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-teaser-text,
.gewusst-wo .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image ~ .SP-snip-links,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right ~ .SP-teaser-text,
.SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right ~ .SP-snip-links {
  margin-right: 16%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-text {
  margin-left: 31.5%;
}
.ptype-start .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right + .SP-teaser-text {
  margin-right: 31.5%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-text {
  margin-left: 29%;
}
.SP-box .SP-cont-teaserlist .SP-teaser-small .SP-teaser-image.SP-image-right + .SP-teaser-text {
  margin-right: 29%;
}
.SP-teaser-headline {
  white-space: normal;
}
.SP-teaser-small .SP-teaser-headline,
.SP-columns .SP-teaser-small .SP-teaser-headline {
  font-size: 0.875em;
  margin-bottom: 0;
}
.SP-teaser-large .SP-teaser-headline,
.SP-teaser-xlarge .SP-teaser-headline {
  font-size: 0.9375em;
  margin-bottom: 0;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-headline {
  margin-bottom: 0;
}
.SP-teaser .SP-teaser-text .SP-text {
  font-size: 0.875em;
}
.SP-teaser-small .SP-text {
  height: auto;
  overflow: visible;
}
.SP-cont-teaserlist .SP-teaser-text .SP-text {
  font-size: 0.8125em;
  line-height: 1.5385;
  max-height: none;
  overflow: visible;
}
.SP-columns .SP-teaser .SP-text,
.SP-columns .SP-teaser-small .SP-teaser-text .SP-text,
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-text .SP-text {
  font-size: 0.875em;
  max-height: none;
  overflow: visible;
}
.SP-teaser-more,
.SP-columns .SP-teaser-small .SP-teaser-more {
  font-size: 0.875em;
  line-height: 1.7143;
  margin: 0.5715em 0;
}
.SP-cont-teaserlist .SP-teaser-more {
  float: left;
  font-size: 0.875em;
  line-height: 1.7143;
  margin: 0;
  padding-right: 1.75em;
}
.SP-cont-teaserlist .SP-teaser-large .SP-teaser-more {
  float: none;
  font-size: 0.875em;
  line-height: 1.7143;
}
.SP-teaser-more::before {
  content: none;
}
.SP-teaser-more .SP-acc-hide {
  clip: auto;
  height: auto !important;
  position: static;
  width: auto !important;
}
.SP-teaser-more i {
  bottom: -0.1429em;
  line-height: 1.1429;
}
.SP-cont-teaserlist .SP-teaser-more i {
  bottom: 0;
  font-size: 1.7143em;
  line-height: 1;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===weather */

.ptype-start div.weather {
  display: block;
  color: #1E4387;
  float: left;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.125em;
  font-weight: bold;
  height: 1.5em;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: right;
  top: 1.5em;
  white-space: nowrap;
  width: 23.6%;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===box */

.SP-box {
  margin-bottom: 0.75em;
}
.SP-box-body {
  background-color: transparent;
  padding: 0;
}
.SP-box-body a {
  display: inline-block;
}
.SP-box-body a img {
  display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==marginal ===social_networks */

.SP-socialnetworks .SP-link {
  padding: 0;
  text-align: left;
}
.SP-socialnetworks .SP-link i {
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: 0;
}
.SP-socialnetworks .SP-link .SP-text {
  font-size: 1em;
  font-weight: 500;
  padding-left: 1.875em;
}
}

  


  
/**
 * Bildergalerie
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Vorschau Slideshow */

#preview {
  cursor: pointer;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
#preview #preview-current,
#preview #preview-next {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
#preview #preview-current {
  z-index: 2;
}
#preview #preview-next {
  z-index: 1;
}
#preview img {
  left: 50%;
  margin-left: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
#preview.noscript img {
  left: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Galerie */

#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-overlay {
  background-color: rgba (0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  opacity: 0.75;
}

#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer {
  font-size: 1em;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer img {
  max-width: 100% !important;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title {
  border-top: none;
  overflow: visible;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-title .inner, 
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-title .inner {
  border-top: 1px solid #FFFFFF;
  color: #000000;
  font-size: 0.75em;
  line-height: 1.5;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image { 
  background-color: #F1EEEA;
  border-bottom: 1px solid #E2DDD3;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-prevImage, 
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-nextImage { 
  background-color: #F1EEEA;
  border-bottom: 1px solid #E2DDD3;
  margin-top: 0;
  opacity: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage {
  padding-right: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext {
  margin: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev i,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext i {
  color: #555555;
  font-size: 1.5em;
  height: 1.6667em;
  line-height: 1.6667;
  margin-top: -0.8334em;
  text-align: center;
  width: 1.3334em;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev i {
  left: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext i {
  right: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-prevImage .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-nextImage .SP-image-wrapper {
  height: 100%;
  margin: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image img,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-prevImage img,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-nextImage img {
     -moz-box-shadow: 0;
  -webkit-box-shadow: 0;

  background-color: transparent;
  border: 5px solid #FFFFFF;
  box-shadow: 0;
  padding: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls {
  border-color: #E2DDD3;
  border-left: none;
  font-size: 0.8572em;
  line-height: 1;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls ul,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls ul {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  box-sizing: border-box;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview {
  left: 76px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop {
  left: 100px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close {
  left: 124px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview i,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play i,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop i,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close i,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close i {
 color: #555555;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls-download {
  color: #000000;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls-download a {
  color: #000000;
}
  
/* Counter */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-counter {
  bottom: 0;
  color: #000000;
  font-size: 0.875em;
  right: 92px;
  width: auto;
}
#SP-imageviewer-wrapper.no-js.SP-imageviewer-point #SP-imageviewer-view-image-counter,
#SP-imageviewer-wrapper.SP-imageviewer-point .SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-counter {
  right: 55px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider {
  background-color: #F1EEEA;
  border-left: none;
  overflow-x: visible;
  z-index: 1;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider ul {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #F1EEEA;
  border-left: 1px solid #FFFFFF;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li {
  background-color: transparent;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #E2DDD3;
  height: 84px;
  overflow: visible;
  width: 124px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li:first-child {
  border-top: 0 none;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li:last-child {
  border-bottom: 0 none;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li img {
  border: 1px solid #FFFFFF;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li:hover img,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li.active img {
  opacity: 0.30;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview {
  background-color: #E2DDD3;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li {
  background-color: #F1EEEA;
  border: 1px solid #E2DDD3;
  height: 0;
  margin-right: -1px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li span {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-nextImage,
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-prevImage {
  opacity: 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-title {
  opacity: 0.85;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-controls {
  opacity: 0.85;
}
#SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer #SP-imageviewer-view-image-counter {
  opacity: 0.85;
}
#SP-imageviewer-view-image-description + #SP-imageviewer-view-image-copyright:not(:empty):before {
  margin: 0 5px 0 1px;
}

/* ================= */
/* Skalierung: small */
/* ================= */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s {
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-title {
  width: 236px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-overview {
  height: 259px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-overview li {
  padding-top: 45.4946%;
  width: 50%;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-slider {
  display: none;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-trigger {
  height: 167px !important;
  margin: 8px 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-trigger {
  margin: 8px;
  width: 284px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-nextImage {
  height: 183px;
  width: 300px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger {
  width: 284px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage {
  width: 300px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls ul {
  height: 116px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-title {
  width: 236px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-title .inner #SP-imageviewer-view-image-description {
  bottom: 40px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-title .inner,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-title .inner {
  padding: 0 8px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-counter {
  bottom: 5em;
  right: 16px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-controls {
  width: 64px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls-download,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-counter {
  height: 40px;
  line-height: 40px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
  bottom: 11px;
  left: 30px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview {
  bottom: 3em;
  left: 10px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-s #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop {
  bottom: 3em;
  left: 30px;
}

/* ================== */
/* Skalierung: medium */
/* ================== */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m {
  height: 460px;
  margin-left: -250px;
  margin-top: -230px;
  width: 500px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-overview-title {
  width: 372px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-overview-overview {
  height: 419px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-overview-overview li {
  padding-top: 21.5062%;
  width: 33.3334%;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-slider {
  display: none;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-trigger {
  height: 361px;
  margin: 10px 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-trigger {
  margin: 10px;
  width: 480px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-nextImage {
  height: 381px;
  width: 500px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls ul {
  height: 78px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-title {
  width: 372px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-title .inner,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-overview-title .inner {
  padding: 1px 10px 2px 10px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-counter {
  bottom: 2.5em;
  right: 16px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls-download,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-counter {
  height: 40px;
  line-height: 40px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
  bottom: 12px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
  left: 95px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview {
  left: 36px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-m #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop {
  left: 64px;
}

/* ================= */
/* Skalierung: large */
/* ================= */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l {
  height: 620px;
  margin-left: -374px;
  margin-top: -310px;
  width: 748px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-title {
  width: 588px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-overview {
  height: 580px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-overview li {
  padding-top: 13.0984%;
  width: 20%;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-controls {
  width: 160px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-slider {
  height: 580px;
  width: 160px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-slider li {
  padding: 6px 9px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-trigger {
  height: 550px !important;
  margin: 15px 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-trigger {
  margin: 15px;
  width: 558px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-nextImage {
  height: 580px;
  width: 588px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger {
  width: 718px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage {
  width: 748px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls ul,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-controls {
  height: 39px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-title {
  width: 588px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-title .inner #SP-imageviewer-view-image-description {
  bottom: 44px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-title .inner,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-title .inner {
  padding: 0 15px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls {
  width: 160px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls-download,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-counter {
  height: 38px;
  line-height: 38px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-l #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
  bottom: 11px;
}

/* ================== */
/* Skalierung: xlarge */
/* ================== */
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl {
  height: 768px;
  margin-left: -500px;
  margin-top: -384px;
  width: 1000px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-title {
  width: 840px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-overview {
  height: 726px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-overview li {
  padding-top: 10.4574%;
  width: 14.2858%;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-controls {
  width: 160px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-slider {
  height: 726px;
  width: 160px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-slider li {
  margin-top: 0;
  padding: 9px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl .SP-image-wrapper,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-trigger {
  height: 686px !important;
  margin: 20px 0;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-trigger {
  margin: 20px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-nextImage {
  height: 726px;
  width: 840px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-trigger {
  width: 960px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-image,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-prevImage,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl.SP-imageviewer-view-image-noslider #SP-imageviewer-view-image-nextImage {
  height: 726px;
  width: 1000px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-title,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls ul,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-controls {
  height: 41px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-title {
  width: 840px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-title .inner #SP-imageviewer-view-image-description {
  bottom: 52px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-title .inner,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-title .inner {
  padding: 1px 20px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls {
  width: 160px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls-download,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-counter {
  font-size: 0.875em;
  height: 41px;
  line-height: 41px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
  bottom: 12px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview {
  left: 76px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-play,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-stop {
  left: 100px;
}
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-close,
#SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer.SP-imageviewer-dimension-xl #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close {
  left: 124px;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * Formulare
 * template.g09.stylesheet
 */

  
@media all {
  fieldset {
  min-width: 0;
}
input,
select,
textarea,
.SP-select {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
input,
select,
textarea {
  border: 2px solid #E2DDD3;
  border-radius: 2px;
  padding: 0.75em;
}
input {
  height: 3em;
  line-height: 3;
  padding: 0 0.75em;
}
input::-ms-clear {
  display: none;
}
select {
  background-color: #E2DDD3;
  padding: 0 0.375em;
}
input:focus,
select:focus,
textarea:focus {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;

  border-color: #1E4387;
  box-shadow: none;
}

/* Webformular */

.SP-snip-form {
  clear: both;
  margin-top: 2.25em;
}
.SP-form h3 {
  border-bottom: 5px solid #4B4842;
  font-size: 1.5em;
  line-height: 1.3334;
  margin-bottom: 0.625em;
  margin-top: 1.5em;
  padding-bottom: 0.0834em;
}
.SP-form .SP-errors ul {
  margin-bottom: 2.75em;
}
.SP-form legend {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.6667em;
  padding-top: 1em;
  width: 100%;
}
.SP-form fieldset:first-of-type legend {
  padding-top: 0;
}
.SP-form .SP-legend {
  position: relative;
}
.SP-fieldset-options legend {
  display: inline-block;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 1.0625em;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-top: 0;
  text-transform: none;
  width: auto;
}
.SP-form .SP-fieldset-inner {
  margin-bottom: 2.25em;
}
.SP-form .SP-fieldset-publication {
  display: none;
}
.SP-fieldset-buttons .SP-fieldset-inner,
.SP-form .SP-fieldset-inner .SP-fieldset-inner {
  margin-bottom: 0;
}
.SP-form .SP-combination {
  clear: both;
  white-space: nowrap;
}
.SP-form .SP-field {
  margin-bottom: 1.5em;
  position: relative;
  white-space: normal;
}
.SP-form .SP-field.acc {
  position: absolute;
}
.SP-form .SP-fieldset.SP-error,
.SP-form .SP-field.SP-error {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  padding: 5px;
}
.SP-form .SP-field-small {
  max-width: 8em;
}
.SP-form .SP-field-check,
.SP-form .SP-field-radio {
  margin-bottom: 1em !important;
  margin-top: -0.75em;
}
.SP-form .SP-options-compact .SP-field-check,
.SP-form .SP-options-compact .SP-field-radio {
  margin-bottom: 0.25em !important;
  margin-top: 0.25em;
}
.SP-form .SP-fieldset-options-inline .SP-field-check,
.SP-form .SP-fieldset-options-inline .SP-field-radio {
  margin-bottom: -0.75em !important;
  margin-top: -1em;
}
.SP-form .SP-fieldset-options-inline .SP-field-check > label,
.SP-form .SP-fieldset-options-inline .SP-field-radio > label {
  margin-bottom: 1.5em;
}
.SP-form input[type="checkbox"] ~ .SP-label,
.SP-form input[type="radio"] ~ .SP-label {
  margin-bottom: 0;
  padding-bottom: 0.5883em;
  padding-top: 0.5883em;
}
.SP-fieldset-options-inline .SP-field {
  display: inline-block;
}
.SP-form .SP-designation::after {
  content: ',';
}
.SP-form .SP-price {
  display: inline-block;
  vertical-align: baseline;
}
.SP-form .SP-label,
.SP-form .SP-value {
  float: left;
  font-size: 1.0625rem;
  margin-bottom: 0.375rem;
  margin-right: 0.25em;
}
.SP-form legend .SP-label {
  font-size: inherit;
}
.SP-form .SP-options-compact legend .SP-label {
  font-size: 1.0625rem;
}
.SP-fieldset-inline .SP-label {
  display: inline-block;
  float: none;
}
.SP-field-check .SP-label,
.SP-field-radio .SP-label {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
}
.SP-fieldset-summary .SP-field-label {
  margin-bottom: 0.5em;
}
.SP-fieldset-summary .SP-field-label .SP-label::after {
  content: ':';
}
.SP-price .SP-label,
.SP-price .SP-value {
  float: none;
  display: inline;
}
.SP-price .SP-label::after {
  content: ':';
}
.SP-form .SP-required {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  padding: 0 0.25em;
}
.SP-form .SP-encrypted-email {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 2px solid #E2DDD3;
  border-radius: 2px;
  box-sizing: border-box;
  clear: left;
  display: block;
  float: none;
  font-size: 1em;
  font-weight: 400;
  height: 3em;
  line-height: 2.75;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.SP-form .SP-encrypted-email i {
  white-space: nowrap;
}
.SP-form input,
.SP-form textarea {
  width: 100%;
}
.SP-form .SP-field nobr {
  display: inline-block;
  position: relative;
}
.SP-form input.date,
.SP-form input.number,
.SP-form select.selection {
  width: 9em;
}
.SP-form input.time {
  width: 7em;
}
.SP-form .checkbox label,
.SP-form .SP-field-check label,
.SP-form .radiobutton label,
.SP-form .SP-field-radio label {
  display: inline-block;
  position: relative;
}
.SP-form .SP-options-compact-list-wrapper .SP-field-check label {
  top: 0.25em;
}
.SP-form .checkbox input,
.SP-form .radiobutton input,
.SP-form input[type="checkbox"],
.SP-form input[type="radio"],
.SP-form input.check,
.SP-form input.checkbox,
.SP-form input.radio {
  -khtml-opacity: 0;
    -moz-opacity: 0;

  border: 0 none;
  height: 2.6667em;
  left: 0;
  margin: 2px;
  opacity: 0;
  position: absolute;
  width: 2.6667em !important;
  z-index: 1;
}
.SP-form .checkbox input + label,
.SP-form .radiobutton input + label,
.SP-form input[type="checkbox"] ~ .label,
.SP-form input[type="checkbox"] ~ .SP-label,
.SP-form input[type="radio"] ~ .label,
.SP-form input[type="radio"] ~ .SP-label,
.SP-form input.check + label,
.SP-form input.checkbox + label,
.SP-form input.radio + label {
  display: inline-block;
  float: none;
  margin-right: 1em;
  overflow: visible;
  padding-left: 3.5em;
  position: relative;
}
.SP-form .SP-field-check:last-child input[type="checkbox"] ~ .label,
.SP-form .SP-field-check:last-child input[type="checkbox"] ~ .SP-label,
.SP-form .SP-field-radio:last-child input[type="radio"] ~ .label,
.SP-form .SP-field-radio:last-child input[type="radio"] ~ .SP-label {
  margin-right: 0;
}
.SP-form .checkbox input + label::before,
.SP-form .radiobutton input + label::before,
.SP-form input[type="checkbox"] ~ .label::before,
.SP-form input[type="checkbox"] ~ .SP-label::before,
.SP-form input[type="radio"] ~ .label::before,
.SP-form input[type="radio"] ~ .SP-label::before,
.SP-form input.check + label::before,
.SP-form input.checkbox + label::before,
.SP-form input.radio + label::before {
  background-color: #FFFFFF;
  border: 2px solid #E2DDD3;
  border-radius: 2px;
  color: #1E4387;
  content: '';
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  height: 1.25em;
  left: 0;
  line-height: 1.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.25em;
}
.SP-form .radiobutton input + label::before,
.SP-form input[type="radio"] ~ .label::before,
.SP-form input[type="radio"] ~ .SP-label::before,
.SP-form input.radio + label::before {
  border-radius: 50%;
}
.SP-form .checkbox input:focus + label::before,
.SP-form .radiobutton input:focus + label::before,
.SP-form input[type="checkbox"]:focus ~ .label::before,
.SP-form input[type="checkbox"]:focus ~ .SP-label::before,
.SP-form input[type="radio"]:focus ~ .label::before,
.SP-form input[type="radio"]:focus ~ .SP-label::before,
.SP-form input.check:focus + label::before,
.SP-form input.checkbox:focus + label::before,
.SP-form input.radio:focus + label::before {
  border-color: #1E4387;
}
.SP-form .radiobutton input:checked + label::after,
.SP-form input[type="radio"]:checked ~ .label::after,
.SP-form input[type="radio"]:checked ~ .SP-label::after,
.SP-form input.radio:checked + label::after {
  background-color: #1E4387;
  border-radius: 50%;
  display: block;
  content: '';
  font-size: 2rem;
  height: 0.9375em;
  left: 0.1563em;
  margin: 2px;
  position: absolute;
  top: 0.1563em;
  width: 0.9375em;
}
.SP-form .checkbox input:checked + label::before,
.SP-form input[type="checkbox"]:checked ~ .label::before,
.SP-form input[type="checkbox"]:checked ~ .SP-label::before,
.SP-form input.check:checked + label::before,
.SP-form input.checkbox:checked + label::before {
  content: '\2713';
}
.SP-form .SP-label > img {
  float: left;
  margin-right: 0.25em;
}
.SP-form .SP-label + table {
  margin-top: 0.75em;
}
.SP-select {
  clear: left;
  display: block;
  min-width: 6em;
  position: relative;
}
.SP-select.selection {
  display: inline-block;
}
.SP-select-inner {
  display: block;
  position: relative;
}
.SP-select-inner::after {
  background-color: #1E4387;
  border-radius: 2px;
  bottom: 0;
  color: #FFFFFF;
  content: '\E925';
  font-family: SP-icons-wiesbaden;
  font-size: 3rem;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.SP-select select {
  height: 3em;
  padding-right: 3.25em;
  text-overflow: ellipsis;
  width: 100%;
}
.SP-form .SP-hint,
.SP-form .SP-annotation {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.0625em;
}
.SP-form .SP-field-label .SP-annotation {
  clear: left;
  margin: 0 0 0.375rem 0;
}
.SP-fieldset-privacy + .SP-annotation {
  margin-top: -1.5em;
}

/* Privacy Policy */

.SP-fieldset-privacy {
  background-color: #F1EEEA;
  padding: 1em 4.4%;
  margin: 0 -4.4% 2.25em -4.4%;
}
.SP-fieldset-privacy.SP-error {
  padding-top: 1.25em;
}
.SP-fieldset-privacy .SP-fieldset-inner,
.SP-fieldset-privacy .SP-field-check,
.SP-fieldset-privacy .SP-label {
  margin-bottom: 0;
}
.SP-fieldset-privacy input[type="checkbox"],
.SP-fieldset-privacy .SP-field-check,
.SP-fieldset-privacy .SP-label {
  margin-top: 0;
}
.SP-fieldset-privacy input[type="checkbox"] ~ .SP-label {
  font-size: 0.875em;
  font-weight: 400;
  padding-left: 4.25em;
}
.SP-fieldset-privacy input[type="checkbox"] ~ .SP-label::before {
  top: 0;
}
.SP-fieldset-privacy .SP-label a {
  text-decoration: underline;
}

/* Buttons */

.SP-fieldset-buttons {
  margin-top: 0.75em;
}
.SP-error .SP-button-file {
  border-color: #E2DDD3 !important;
}
.SP-button,
a.SP-button {
  background-color: #1E4387;
  border: 1px solid #1E4387;
  border-radius: 2px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin: 0 auto 2.25em auto;
  padding: 0.6667em;
  text-align: center;
  width: 200px;
}
.SP-box .SP-button,
.SP-box a.SP-button {
  margin-bottom: 0;
}
a.SP-button:hover {
  text-decoration: none;
}
.SP-button-back,
.SP-button-overview,
.SP-button-print,
.SP-button-preview,
.SP-button-reset,
span.SP-button {
  background-color: #FFFFFF;
  border-color: #999999;
  color: #1E4387 !important;
}
span.SP-button {
  cursor: default;
}
.SP-button-sort {
  margin-bottom: 0.625em;
}
.SP-button > a {
  color: #FFFFFF;
}
.SP-button > span {
  text-transform: uppercase;
}
.SP-button i {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}
.SP-button i.SPi-update {
  display: inline;
}

/* Felder mit Button */

.SP-field-with-button {
  position: relative;
}
.SP-fieldset-inline .SP-field-with-button .SP-field-inner {
  display: inline-block;
  position: relative;
}
.SP-field-file .SP-field-label {
  position: relative;
}
.SP-fieldset-inline .SP-field-with-button .SP-label,
.SP-fieldset-inline .SP-field-with-button input {
  display: inline-block;
  padding-right: 2.5em;
  vertical-align: middle;
  width: auto;
}
.SP-field-with-button input {
  display: block;
  width: 100%;
}
.js .SP-field-file .SP-field-upload {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.js .SP-field-file .SP-field-wrapper,
.js .SP-field-file .SP-field-file {
  clear: left;
  display: block;
  position: relative;
}
.js .SP-field-file .SP-field-file {
  border: 2px solid #E2DDD3;
  border-radius: 2px;
  color: #555555;
  color: GrayText;
  height: 3em;
  line-height: 3;
  padding: 0 0.75em;
}
.js .SP-field-file .SP-field-file::after {
  content: '\A0';
}
.SP-field-with-button .SP-field {
  padding-right: 3.25em;
}
.SP-field-with-button .SP-select-inner::after {
  background-color: #4B4842;
}
.SP-field-with-button .SP-field ~ button,
.SP-field-with-button .SP-field ~ noscript button {
  background-color: #1E4387;
  color: #FFFFFF !important;
}
.SP-field-with-button .SP-field ~ button i,
.SP-field-with-button .SP-field ~ noscript button i {
  font-size: 3em;
  line-height: 1;
}
.SP-field-with-button button {
  background-color: transparent;
  border: 0 none;
  border-radius: 2px;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 3em;
  position: absolute;
  right: 0;
  width: 3em;
}
.SP-field-check.SP-field-with-button button {
  bottom: auto;
  color: inherit !important;
  height: auto;
  left: 0;
  padding: 0.5883em 0 0.5883em 3.5em;
  right: auto;
  text-align: left;
  top: 0;
  width: auto;
}
.js .SP-field-file .SP-button {
  border: 2px solid #1E4387;
  bottom: 0;
  height: 3.2em;
  line-height: 3.2;
  margin: 0;
  max-width: 50%;
  overflow: hidden;
  padding: 0 0.5%;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
.SP-field-with-button button i {
  font-size: 1.5em;
  line-height: 1.3334;
}
.SP-field-with-button button:focus {
     -moz-box-shadow: none;
  -webkir-box-shadow: none;

  box-shadow: none;
  color: #1E4387;
}
.SP-field-with-button button:focus i {
  font-weight: 700;
}

/* Vorschlagliste */

.SP-form .SP-suggest {
     -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #F1EEEA;
  border-color: #1E4387;
  border-style: none solid solid solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  left: 0;
  margin-top: -1px;
  min-width: 280px;
  padding: 0;
  position: absolute;
  top: 3em;
  width: 100%;
  z-index: 666;
}
.SP-form .SP-suggest li {
  line-height: 2.25;
  padding: 0 0.75em;
}
.SP-form .SP-suggest li:hover,
.SP-form .SP-suggest li.active {
  background-color: #1E4387;
  color: #FFFFFF;
}
.SP-form .SP-suggest-amount {
  display: none;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  /* Webformular */

.SP-form legend {
  font-size: 1.5em;
  line-height: 1.3334;
}
.SP-fieldset-options legend {
  font-size: 1.0625em;
}
.SP-form .SP-designation {
  float: left;
  max-width: 450px;
}
.SP-form .SP-designation::after {
  content: none;
}
.SP-form .SP-price {
  display: block;
  float: right;
  min-width: 200px;
  text-align: right;
}
.SP-form .SP-combination > .SP-fieldset-equal,
.SP-form .SP-combination > .SP-field-equal {
  float: left;
  width: 48.4445%;
}
.SP-form .SP-combination > .SP-fieldset + .SP-fieldset,
.SP-form .SP-combination > .SP-field + .SP-field {
  margin-left: 3.1112%;
}
.SP-form .SP-combination .SP-fieldset-tripartite,
.SP-form .SP-combination .SP-field-tripartite {
  float: left;
  width: 31.2593%;
}
.SP-form .SP-combination .SP-fieldset-small,
.SP-form .SP-combination .SP-field-small {
  float: left;
  max-width: none;
  width: 22.6667%;
}
.SP-form .SP-combination .SP-fieldset-wide,
.SP-form .SP-combination .SP-field-wide {
  float: left;
  width: 74.2223%;
}
.SP-form .SP-hint,
.SP-form .SP-annotation {
  font-size: 1.25em;
}

/* Buttons */

.SP-button {
  clear: left;
  float: left;
}
.SP-button-artists,
.SP-button-book,
.SP-button-next,
.SP-button-start,
.SP-button-sort,
.SP-button-submit {
  clear: right;
  float: right;
}
.SP-button-sort {
  width: auto;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  input {
  height: 2em;
  line-height: 2;
  padding: 0 0.5em;
}

/* Webformular */

.SP-snip-form {
  margin-top: 1em;
}
.SP-form .SP-errors ul {
  margin-bottom: 1.5em;
}
.SP-form legend {
  font-size: 1.0625em;
  line-height: 1.4706;
  padding-top: 0.5em;
}
.SP-fieldset-options legend {
  font-size: 0.9325em;
}
.SP-form .SP-fieldset-inner {
  margin-bottom: 1em;
}
.SP-form .SP-designation {
  max-width: 66.6667%;
}
.SP-form .SP-price {
  min-width: 0;
}
.SP-form .SP-field {
  margin-bottom: 0.875em;
}
.SP-box form input,
.SP-box form textarea,
.SP-box form .SP-select {
  font-size: 0.875em;
  line-height: 1.7143;
}
.SP-form .SP-field-check,
.SP-form .SP-field-radio {
  margin-bottom: 0.5625em !important;
  margin-top: -0.375em;
}
.SP-form .SP-options-compact .SP-field-check,
.SP-form .SP-options-compact .SP-field-radio {
  margin-bottom: 0.125em !important;
  margin-top: 0.125em;
}
.SP-form .SP-fieldset-options-inline .SP-field-check,
.SP-form .SP-fieldset-options-inline .SP-field-radio {
  margin-bottom: -0.375em !important;
  margin-top: -0.5625em;
}
.SP-form .SP-fieldset-options-inline .SP-field-check > label,
.SP-form .SP-fieldset-options-inline .SP-field-radio > label {
  margin-bottom: 0.75em;
}
.SP-form input[type="checkbox"] ~ .SP-label,
.SP-form input[type="radio"] ~ .SP-label {
  padding-bottom: 0.3334em;
  padding-top: 0.3334em;
}
.SP-form .SP-label,
.SP-form .SP-value {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 0.1875rem;
  overflow: hidden;
}
.SP-form .SP-options-compact legend .SP-label {
  font-size: 0.9375rem;
}
.SP-box .SP-form .SP-label {
  font-size: 0.8125em;
  line-height: 1.6154;
}
.SP-fieldset-summary .SP-field-label {
  margin-bottom: 0.25em;
}
.SP-form .SP-encrypted-email {
  font-size: 1em;
  height: 2em;
  line-height: 1.75;
  padding: 0 0.5em;
}
.SP-form .checkbox input,
.SP-form .radiobutton input,
.SP-form input[type="checkbox"],
.SP-form input[type="radio"],
.SP-form input.check,
.SP-form input.checkbox,
.SP-form input.radio {
  height: 1.75em;
  width: 1.75em !important;
}
.SP-form .checkbox input + label,
.SP-form .radiobutton input + label,
.SP-form input[type="checkbox"] ~ .label,
.SP-form input[type="checkbox"] ~ .SP-label,
.SP-form input[type="radio"] ~ .label,
.SP-form input[type="radio"] ~ .SP-label,
.SP-form input.check + label,
.SP-form input.checkbox + label,
.SP-form input.radio + label {
  padding-left: 2.5em;
}
.SP-form .checkbox input + label::before,
.SP-form .radiobutton input + label::before,
.SP-form input[type="checkbox"] ~ .label::before,
.SP-form input[type="checkbox"] ~ .SP-label::before,
.SP-form input[type="radio"] ~ .label::before,
.SP-form input[type="radio"] ~ .SP-label::before,
.SP-form input.check + label::before,
.SP-form input.checkbox + label::before,
.SP-form input.radio + label::before {
  font-size: 1.25rem;
}
.SP-form .radiobutton input:checked + label::after,
.SP-form input[type="radio"]:checked ~ .label::after,
.SP-form input[type="radio"]:checked ~ .SP-label::after,
.SP-form input.radio:checked + label::after {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  font-size: 1.25rem;
  top: 0.15em;
}
.SP-select {
  min-width: 4em;
}
.SP-select-inner::after {
  font-size: 2rem;
}
.SP-select select {
  height: 2em;
  padding-right: 2.25em;
}
.SP-box .SP-select select {
  height: 2.2858em;
}
.SP-form .SP-hint,
.SP-form .SP-annotation {
  font-size: 0.875em;
}
.SP-form .SP-field-label .SP-annotation {
  margin-bottom: 0.1875rem;
}
.SP-fieldset-privacy + .SP-annotation {
  margin-top: -0.8em;
}

/* Privacy Policy */

.SP-fieldset-privacy {
  padding: 0.5em 3%;
  margin: 0 -3% 1em -3%;
}

/* Buttons */

.SP-button,
a.SP-button {
  font-size: 0.875rem;
  margin-bottom: 1.25em;
  padding: 0.5em 1em;
  width: auto;
}
.SP-box .SP-button {
  font-size: 0.8125em;
  line-height: 1.6154;
}

/* Felder mit Button */

.js .SP-field-file .SP-field-file {
  height: 2em;
  line-height: 2;
  padding: 0 0.5em;
}
.SP-field-with-button .SP-field {
  padding-right: 2.25em;
}
.SP-field-with-button .SP-field ~ button i,
.SP-field-with-button .SP-field ~ noscript button i {
  font-size: 2em;
}
.SP-field-with-button button {
  height: 2em;
  width: 2em;
}
.SP-field-check.SP-field-with-button button {
  padding: 0.3334em 0 0.3334em 2.5em;
}
.js .SP-field-file .SP-button {
  height: 2.2858em;
  line-height: 2.2858;
  padding: 0 1em;
}

/* Vorschlagliste */

.SP-form .SP-suggest {
  top: 2em;
}
.SP-form .SP-suggest li {
  line-height: 1.75;
  padding: 0 0.5em;
}

/* Hotelsuche in Box */

.SP-box .SP-form-hotels .SP-combination > .SP-field-small {
  width: 34.8889%;
}
.SP-box .SP-form-hotels .SP-combination > .SP-field-wide {
  width: 100%;
}
.SP-box .SP-form-hotels .SP-combination > .SP-field-small + .SP-field-equal {
  width: 62%;
}
.SP-box .SP-form-hotels .SP-combination > .SP-field-small + .SP-field-wide {
  width: 69%;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  input {
  height: 2em;
  line-height: 2;
  padding: 0 0.5em;
}

/* Webformular */

.SP-snip-form {
  margin-top: 1em;
}
.SP-fieldset-options legend {
  font-size: 0.9325em;
}
.SP-form .SP-fieldset-inner {
  margin-bottom: 1em;
}
.SP-form .SP-designation {
  max-width: 66.6667%;
}
.SP-form .SP-price {
  min-width: 0;
}
.SP-form .SP-field {
  margin-bottom: 0.875em;
}
.SP-box form input,
.SP-box form textarea,
.SP-box form .SP-select {
  font-size: 0.875em;
  line-height: 1.7143;
}
.SP-form .SP-field-check,
.SP-form .SP-field-radio {
  margin-bottom: 0.5625em !important;
  margin-top: -0.375em;
}
.SP-form .SP-options-compact .SP-field-check,
.SP-form .SP-options-compact .SP-field-radio {
  margin-bottom: 0.125em !important;
  margin-top: 0.125em;
}
.SP-form .SP-fieldset-options-inline .SP-field-check,
.SP-form .SP-fieldset-options-inline .SP-field-radio {
  margin-bottom: -0.375em !important;
  margin-top: -0.5625em;
}
.SP-form .SP-fieldset-options-inline .SP-field-check > label,
.SP-form .SP-fieldset-options-inline .SP-field-radio > label {
  margin-bottom: 0.75em;
}
.SP-form input[type="checkbox"] ~ .SP-label,
.SP-form input[type="radio"] ~ .SP-label {
  padding-bottom: 0.3334em;
  padding-top: 0.3334em;
}
.SP-form .SP-label,
.SP-form .SP-value {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 0.1875rem;
  overflow: hidden;
}
.SP-form .SP-options-compact legend .SP-label {
  font-size: 0.9375rem;
}
.SP-box .SP-form .SP-label {
  font-size: 0.8125em;
  line-height: 1.6154;
}
.SP-fieldset-summary .SP-field-label {
  margin-bottom: 0.25em;
}
.SP-form .SP-encrypted-email {
  font-size: 1em;
  height: 2em;
  line-height: 1.75;
  padding: 0 0.5em;
}
.SP-form .checkbox input,
.SP-form .radiobutton input,
.SP-form input[type="checkbox"],
.SP-form input[type="radio"],
.SP-form input.check,
.SP-form input.checkbox,
.SP-form input.radio {
  height: 1.75em;
  width: 1.75em !important;
}
.SP-form .checkbox input + label,
.SP-form .radiobutton input + label,
.SP-form input[type="checkbox"] ~ .label,
.SP-form input[type="checkbox"] ~ .SP-label,
.SP-form input[type="radio"] ~ .label,
.SP-form input[type="radio"] ~ .SP-label,
.SP-form input.check + label,
.SP-form input.checkbox + label,
.SP-form input.radio + label {
  padding-left: 2.5em;
}
.SP-form .checkbox input + label::before,
.SP-form .radiobutton input + label::before,
.SP-form input[type="checkbox"] ~ .label::before,
.SP-form input[type="checkbox"] ~ .SP-label::before,
.SP-form input[type="radio"] ~ .label::before,
.SP-form input[type="radio"] ~ .SP-label::before,
.SP-form input.check + label::before,
.SP-form input.checkbox + label::before,
.SP-form input.radio + label::before {
  font-size: 1.25rem;
}
.SP-form .radiobutton input:checked + label::after,
.SP-form input[type="radio"]:checked ~ .label::after,
.SP-form input[type="radio"]:checked ~ .SP-label::after,
.SP-form input.radio:checked + label::after {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  font-size: 1.25rem;
  top: 0.15em;
}
.SP-select {
  min-width: 4em;
}
.SP-select-inner::after {
  font-size: 2rem;
}
.SP-select select {
  height: 2em;
  padding-right: 2.25em;
}
.SP-box .SP-select select {
  height: 2.2858em;
}
.SP-form .SP-hint,
.SP-form .SP-annotation {
  font-size: 0.875em;
}
.SP-form .SP-field-label .SP-annotation {
  margin-bottom: 0.1875rem;
}
.SP-fieldset-privacy + .SP-annotation {
  margin-top: -0.8em;
}

/* Privacy Policy */

.SP-fieldset-privacy {
  padding: 0.5em 3%;
  margin: 0 -3% 1em -3%;
}

/* Buttons */

.SP-button,
a.SP-button {
  font-size: 0.875rem;
  margin-bottom: 1.25em;
  padding: 0.5em 1em;
  width: auto;
}
.SP-box .SP-button {
  font-size: 0.8125em;
  line-height: 1.6154;
}

/* Felder mit Button */

.js .SP-field-file .SP-field-file {
  height: 2em;
  line-height: 2;
  padding: 0 0.5em;
}
.SP-field-with-button .SP-field {
  padding-right: 2.25em;
}
.SP-field-with-button .SP-field ~ button i,
.SP-field-with-button .SP-field ~ noscript button i {
  font-size: 2em;
}
.SP-field-with-button button {
  height: 2em;
  width: 2em;
}
.SP-field-check.SP-field-with-button button {
  padding: 0.3334em 0 0.3334em 2.5em;
}
.js .SP-field-file .SP-button {
  height: 2.2858em;
  line-height: 2.2858;
  padding: 0 1em;
}

/* Vorschlagliste */

.SP-form .SP-suggest {
  top: 2em;
}
.SP-form .SP-suggest li {
  line-height: 1.75;
  padding: 0 0.5em;
}

/* Hotelsuche in Box */

.SP-box .SP-form-hotels .SP-combination > .SP-field-small {
  width: 34.8889%;
}
.SP-box .SP-form-hotels .SP-combination > .SP-field-wide {
  width: 100%;
}
.SP-box .SP-form-hotels .SP-combination > .SP-field-small + .SP-field-equal {
  width: 62%;
}
.SP-box .SP-form-hotels .SP-combination > .SP-field-small + .SP-field-wide {
  width: 69%;
}
}

  


  
/**
 * Kalender
 * template.g09.stylesheet
 */

  
@media all {
  .SP-calsheet {
  line-height: 2.5;
}
.SP-calsheet-navigation {
  position: relative;
}
.SP-calsheet-month,
.SP-calsheet-month a {
  color: #4D4A42 !important;
  text-align: center;
  text-transform: uppercase;
}
.SP-calsheet-year-back,
.SP-calsheet-year-next,
.SP-calsheet-months-back,
.SP-calsheet-months-next {
  position: absolute;
  top: 0;
}
.SP-calsheet-year-back {
  left: 0;
}
.SP-calsheet-months-back {
  left: 2.5em;
}
.SP-calsheet-months-next {
  margin-right: -0.25em;
  right: 14.2858%;
}
.SP-calsheet-year-next {
  right: 0;
}
.SP-calsheet-year-back a,
.SP-calsheet-year-next a,
.SP-calsheet-months-back a,
.SP-calsheet-months-next a {
  display: block;
  font-family: 'SP-icons-wiesbaden';
  height: 2em;
  overflow: hidden;
  width: 2em;
}
.SP-calsheet-year-back a::before,
.SP-calsheet-year-next a::before,
.SP-calsheet-months-back a::before,
.SP-calsheet-months-next a::before {
  display: block;
  font-size: 2em;
  line-height: 1;
  width: 2em;
}
.SP-calsheet-year-back a::before {
  content: '\E91F';
}
.SP-calsheet-months-back a::before {
  content: '\E901';
}
.SP-calsheet-months-next a::before {
  content: '\E91E';
}
.SP-calsheet-year-next a::before {
  content: '\E920';
}
.SP-calsheet-weeknumber {
  display: none;
}
.SP-calsheet-daynames div {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #CCC3B3;
  border-right: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  float: left;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  width: 14.2858%;
}
.SP-calsheet-week {
  border-bottom: 1px solid #FFFFFF;
  clear: both;
  overflow: hidden;
}
.SP-calsheet-days div {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-right: 1px solid #FFFFFF;
  box-sizing: border-box;
  float: left;
  width: 14.2858%;
}
.SP-calsheet-days a,
.SP-calsheet-days span {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #F1EEEA;
  box-sizing: border-box;
  display: block;
  padding: 0 17%;
  text-align: center;
}
.SP-calsheet-days SP-calsheet-sat a,
.SP-calsheet-days SP-calsheet-sat span,
.SP-calsheet-days SP-calsheet-sun a,
.SP-calsheet-days SP-calsheet-sun span {
  background-color: #E2DDD3;
}
.SP-calsheet-days .SP-calsheet-outOfMonth {
  background-color: #F8F6F4;
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
}
.SP-calsheet-today a,
.SP-calsheet-today span {
  background-color: #8ABDE0;
  color: #FFFFFF;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-calsheet {
  font-size: 0.75em;
  line-height: 2.25;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-calsheet {
  font-size: 0.625em;
  line-height: 2;
  margin-top: 0;
}
.SP-calsheet-days a,
.SP-calsheet-days span {
  text-align: right;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .SP-calsheet {
  font-size: 0.625em;
  line-height: 2;
  margin-top: 0;
}
.SP-calsheet-days a,
.SP-calsheet-days span {
  text-align: right;
}
}

  


  
/**
 * Presseberichte
 * template.g09.stylesheet
 */

  
@media all {
  .spnd-pressreport-content-text-date,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-publisher,
.spnd-pressreport-content-text-publisher-addon {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.spnd-pressreport-content-text-owner,
.spnd-pressreport-content-text-categories,
.spnd-pressreport-content-images-prae {
  display: none;
}
.spnd-pressreport-content-text-headline {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
.spnd-pressreport-content-text-downloads-label,
.spnd-pressreport-content-text-externalLinks-label,
.spnd-pressreport-content-text-publisher-label {
  border-bottom: 5px solid #4B4842;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375em;
  font-weight: 700;
  margin-bottom: 0.6667em;
  margin-top: 0.6667em;
  padding-bottom: 0.3334em;
  text-transform: uppercase;
}
.spnd-pressreport-content-text-intro {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1.4706;
  margin-bottom: 2em;
  margin-top: 1em;
}
.spnd-pressreport-content-text,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-text-publisher-box,
.spnd-pressreport-content-downloadaspdf {
  margin-bottom: 1.75em;
}
.spnd-pressreport-content-text-publisher-addon {
  margin-top: 1.75em;
}
.spnd-pressreport-content-text-publisher-phone-label,
.spnd-pressreport-content-text-publisher-fax-label,
.spnd-pressreport-content-text-publisher-addon-phone-label {
  float: left;
  margin-right: 0.25em;
}
.spnd-pressreport-content-image-thumbnail {
  text-align: center;
}
.spnd-pressreport-content-image-bu {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.875em;
  padding-top: 0.5em;
  text-align: center;
}

.spnd-pressreport-content-image-actions,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-downloadaspdf {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4445;
}
.spnd-pressreport-content-text-download a,
.spnd-pressreport-content-image-actions a,
.spnd-pressreport-content-text-externalLink a,
.spnd-pressreport-content-downloadaspdf a {
  color: inherit !important;
  display: inline-block;
  margin: 1em 0;
  padding-left: 2em;
  position: relative;
}
.spnd-pressreport-content-text-download a {
  margin-top: 0.5em;
}
.spnd-pressreport-content-text-download a::before,
.spnd-pressreport-content-image-actions a::before,
.spnd-pressreport-content-text-externalLink a::before,
.spnd-pressreport-content-downloadaspdf a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  color: #1E4387;
  content: '\E908';
  font-family: 'SP-icons-wiesbaden' !important;
  font-size: 2em;
  font-style: normal !important;
  font-variant: normal;
  font-weight: normal;
  left: -0.1563em;
  line-height: 1;
  position: absolute;
  speak: none;
  text-transform: none;
  top: -0.172em;
}
.spnd-pressreport-content-text-externalLink a::before {
  content: '\E90E';
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .spnd-pressreport-content-text-date,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-publisher,
.spnd-pressreport-content-text-publisher-addon {
  font-size: 1.25em;
  line-height: 1.4;
}
.spnd-pressreport-content-text-headline {
  font-size: 1.75em;
  line-height: 1.3215;
}
.spnd-pressreport-content-text-intro {
  font-size: 1.25em;
  line-height: 1.4;
}
.spnd-pressreport-content-image-actions,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-downloadaspdf {
  font-size: 1.25em;
  line-height: 1.4;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .spnd-pressreport-content-text-date,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-publisher,
.spnd-pressreport-content-text-publisher-addon {
  font-size: 0.875em;
  line-height: 1.5;
}
.spnd-pressreport-content-text-headline {
  font-size: 1.0625em;
  line-height: 1.4706;
  margin-bottom: 0.8236em;
}
.spnd-pressreport-content-text-intro {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  margin-top: 0;
  padding-bottom: 0.75rem;
  position: relative;
}
.spnd-pressreport-content-text-intro::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.spnd-pressreport-content-text,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-text-publisher-box,
.spnd-pressreport-content-downloadaspdf {
  margin-bottom: 0.75em;
}
.spnd-pressreport-content-text-publisher-addon {
  margin-top: 0.75em;
}
.spnd-pressreport-content-image-thumbnail {
  text-align: left;
}
.spnd-pressreport-content-image-bu {
  font-size: 0.75em;
  text-align: left;
}
.spnd-pressreport-content-image-actions,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-downloadaspdf {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
}
.spnd-pressreport-content-image-actions a,
.spnd-pressreport-content-text-externalLink a,
.spnd-pressreport-content-downloadaspdf a {
  margin: 0.5em 0;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .spnd-pressreport-content-text-date,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-publisher,
.spnd-pressreport-content-text-publisher-addon {
  font-size: 0.875em;
  line-height: 1.5;
}
.spnd-pressreport-content-text-headline {
  font-size: 1.0625em;
  line-height: 1.4706;
  margin-bottom: 0.8236em;
}
.spnd-pressreport-content-text-intro {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  margin-top: 0;
  padding-bottom: 0.75rem;
  position: relative;
}
.spnd-pressreport-content-text-intro::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.spnd-pressreport-content-text,
.spnd-pressreport-content-text-p,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-text-publisher-box,
.spnd-pressreport-content-downloadaspdf {
  margin-bottom: 0.75em;
}
.spnd-pressreport-content-text-publisher-addon {
  margin-top: 0.75em;
}
.spnd-pressreport-content-image-thumbnail {
  text-align: left;
}
.spnd-pressreport-content-image-bu {
  font-size: 0.75em;
  text-align: left;
}
.spnd-pressreport-content-image-actions,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-downloadaspdf {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
}
.spnd-pressreport-content-image-actions a,
.spnd-pressreport-content-text-externalLink a,
.spnd-pressreport-content-downloadaspdf a {
  margin: 0.5em 0;
}
}

  


  
/**
 * Scroller
 * template.g09.stylesheet
 */

  
@media all {
  .SP-scroller-bottom {
  background-color: #4B4842;
  bottom: 0.6667em;
  color: #FFFFFF !important;
  display: none;
  font-size: 2.8125em;
  height: 1em;
  line-height: 1;
  position: fixed !important;
  right: 17px;
  width: 1em;
  z-index: 100000;
}
.SP-home .SP-scroller-bottom,
.SP-rubrik .SP-scroller-bottom,
.ptype-ms-start .SP-scroller-bottom {
  bottom: 0;
}
.SP-rubrik.sitegenerator .SP-scroller-bottom {
  bottom: 0.6667em;
}
.SP-scroller-visible {
  display: block;
}
.SP-scroller-bottom:hover {
  background-color: #1E4387;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-scroller-bottom,
.SP-rubrik.sitegenerator .SP-scroller-bottom {
  bottom: 0;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-scroller-bottom {
  right: 0;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .SP-scroller-bottom {
  right: 0;
}
#SP-scroller {
  display: none !important;
}
}

  


  
/**
 * Shop
 * template.g09.stylesheet
 */

  
@media all {
  .SP-shop {
  clear: both; float: none;
  margin-bottom: 0.5625em;
}
.SP-shop ul {
  margin-bottom: 1em;
}
.SP-shop li {
  border-bottom: 2px solid #E2DDD3;
  margin-bottom: 2em;
  padding-bottom: 2em;
  position: relative;
}
.SP-shop li::after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.SP-shop li .title {
  font-weight: 700;
}
.SP-shop .image {
  clear: none !important;
  margin-top: 0 !important; padding: 0 !important;
}
.SP-shop-productlist legend {
  display: none;
}
.SP-shop-productlist li form {
  display: inline-block;
}
.SP-shop-productlist dl {
  float: left;
  width: 330px;
}
.SP-shop-productlist dt {
  clear: left;
  float: left;
  margin: 0;
  padding: 6px 0;
  text-transform: uppercase;
  width: 6.875em;
}
.SP-shop-productlist dd {
  margin-left: 6.875em;
  padding: 2px 0;
}
.SP-shop-productlist dd.price {
  padding: 6px 0;
}
.SP-shop-productlist dd input,
.SP-shop-productlist dd select {
  vertical-align: text-top;
}
.SP-shop-productlist dd.amount input {
  text-align: right;
  width: 40px;
}
.SP-shop table {
  margin: 1.5em 0;
  width: 100%;
}
.SP-shop td.price {
  text-align: right;
  white-space: nowrap;
}
.SP-shop td {
  vertical-align: middle;
}
.SP-shop td.amount {
  vertical-align: bottom;
  text-align: right;
}
.SP-shop td form {
  margin-top: 0 !important;
}
.SP-shop td input {
  text-align: right;
  width: 40px;
}
.SP-shop tfoot td {
  text-align: right;
}
.SP-shop tfoot td label {
  display: inline !important;
}
.SP-shop tfoot td form {
  float: left;
}
.SP-shop .fieldset {
  margin: 9px 0;
}
.SP-shop input[type="number"] {
  margin-left: -100%;
}
.SP-shop input[type="number"],
.SP-shop-cart  input[type="number"] {
  -moz-appearance: textfield;
  -webkit-padding-end: 3.25em;

  background-color: #E2DDD3;
  min-width: 3em;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 1;
}
.SP-shop input[type="number"]::-webkit-outer-spin-button,
.SP-shop input[type="number"]::-webkit-inner-spin-button,
.SP-shop-cart  input[type="number"]::-webkit-outer-spin-button,
.SP-shop-cart  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;

  background-color: #4B4842;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAK3RFWHRDcmVhdGlvbiBUaW1lAE1vIDIwIEp1biAyMDE2IDE2OjQ1OjE2ICswMTAw3bkDvQAAAAd0SU1FB+AGFA8ZL7EmVzYAAAAJcEhZcwAAHsEAAB7BAcNpVFMAAAAEZ0FNQQAAsY8L/GEFAAAAnUlEQVR42u2WywqAIBQF88/7c3tAG8kor3DPoRkQdzqjLlwWAABQpda6HiPbIyJ/4RXRyHtFtCdvdRN3svvs8ZyeJOUj3sjJRnyRkosYkZGJiEikR8zYfFZEiUScC5QytPEVsRNeBwAAALL451dC6TOXEpEuH4mQkR+JkJP/EiEr/yZCXv4pwka+F2El34nwku9EeMk3EZ7yAAD/YANaE3Hj1s0tmAAAAABJRU5ErkJggg==');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 2px;
  bottom: -2px;
  max-width: 50%;
  opacity: 1;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 3em;
}
.SP-shop input[type="number"]:-webkit-autofill {
  background: black;
  color: red;
}
.SP-shop button,
.SP-shop-cart button {
  margin: 0 auto;
}
.SP-shop-cart .SP-field-with-button button {
  font-size: 0.875rem;
}

#SP-marginal .SP-shop .more a.internal-link {
  text-decoration: none !important;
}

/* - - - Shop: Allgmeines - - - */

.SP-shop-cart .number {
  text-align: right !important;
  white-space: nowrap;
}

/* - - - Shop: Artikelansicht - - - */

.SP-shop h2 {
  border-bottom: 5px solid #4B4842;
  font-size: 0.9375em;
  line-height: inherit;
  margin-bottom: 0.6667em;
  padding-bottom: 0.3334em;
  text-transform: uppercase;
}
.SP-shop li h3 {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.4706;
  margin: 0;
}
.SP-shop li .SP-teaser-text {
  margin-bottom: 0.5em;
}
.SP-shop li .SP-teaser-text dl {
  overflow: hidden;
}
.SP-shop li .SP-teaser-text dt {
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1.4706;
  margin-top: 0.375em;
}
.SP-shop li .SP-teaser-text dd {
  margin-bottom: 0.375em;
}
.SP-shop li .SP-shop-article-image {
  margin-bottom: 1em;
}
.SP-shop li .SP-shop-article-image .SP-image-wrapper {
  background-color: #F1EEEA;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.SP-shop li .SP-shop-article-image a {
  display: block;
}
.SP-shop li .SP-shop-article-image a img {
  position: absolute; top: 0; left: 0;
  width: 100%;
}
.SP-shop li .SP-shop-article-image a .icon {
  bottom: 1px;
  color: #4B4842;
  font-family: 'SP-icons-wiesbaden' !important;
  font-size: 1.25rem;
  font-style: normal !important;
  font-variant: normal;
  font-weight: 700;
  height: 2em;
  line-height: 2;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  right: 1px;
  speak: none;
  text-align: center;
  text-transform: none;
  width: 2em;
  z-index: 2;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.SP-shop li .SP-shop-article-image a .icon::before {
  content: '\E923';
  display: block;
}
.SP-shop li .SP-shop-article-image a .icon::after {
  background-color: #FFFFFF;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.SP-shop li .SP-form label {
  float: left;
  margin-bottom: 1.75em;
  width: 100%;
}
.SP-shop li .SP-form label .text {
  clear: left;
  float: left;
  font-weight: 700;
  margin-left: 0.625em;
  padding: 0.75em 0;
  position: relative;
  white-space: nowrap;
  width: 6.875em;
  z-index: 2;
}
.SP-shop li .SP-form label input,
.SP-shop li .SP-form label .SP-select {
  clear: none;
  float: right;
}

/* - - - Shop: Warenkorb - - - */

.SP-shop-cart {
  clear: both; float: none;
  margin-bottom: 0.5625em;
}
.SP-shop-cart table {
  min-width: 28em;
  table-layout: fixed;
}
#SP-content .SP-shop-cart table th,
#SP-content .SP-shop-cart table td {
  overflow: hidden;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-overflow: ellipsis;
}
.SP-shop-cart table td,
.SP-shop-cart table td.amount {
  vertical-align: top;
}
.SP-shop-cart table td[colspan] {
  text-align: right;
}
.SP-shop-cart table td.amount {
  width: 100px;
}
.SP-shop-cart table th.number,
.SP-shop-cart table td.number {
  min-width: 5.5em;
  width: 6em;
}
.SP-shop-cart table .number + th.number,
.SP-shop-cart table .number + td.number {
  min-width: 8em;
  width: 8em;
}
.SP-shop-cart table th.number:last-of-type,
.SP-shop-cart table td.number:last-of-type {
  min-width: 4em !important;
  width: 4.5em !important;
}
.SP-shop-cart tr.tax td {
  text-align: right;
}
.SP-shop-cart table dl { 
  display: inline;
}
.SP-shop-cart table dl:before {
  content: '(';
}
.SP-shop-cart table dl:after {
  content: ')';
}
.SP-shop-cart table dd:after{
  content: ',';
}
.SP-shop-cart table dd:last-child:after{
  content: none;
}
.SP-shop-cart table dt {
  display: inline;
  width: 33.3%;
}
.SP-shop-cart table dt:after {
  content: ':';
}
.SP-shop-cart table dd {
  display: inline;
  width: 66.6%;
}
.SP-shop-cart table tbody form legend {
  display: none;
}
.SP-shop-cart table td strong,
.SP-shop-cart table tfoot form legend {
  display: block;
  font-weight: 700;
  text-transform: none;
}
.SP-shop-cart table form input {
  vertical-align: middle;
  width: 3em;
}

/* - - - Shop: Formulare - - - */

.js .SP-shop-cart .SP-field-with-button .SP-field-select {
    padding-right: 0;
}
#fieldset-terms .SP-field::after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#fieldset-terms #terms-contractNextStep {
  background-color: #F1EEEA;
  clear: both;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 0.875em;
  margin: 0 -4.3479% 2.25em;
  padding: 1.5883em 4.3479%;
}
#fieldset-buttons {
  margin-top: 0.75em;
}
.SP-payform button,
#fieldset-buttons button {
  background-color: #1E4387;
  border: 1px solid #1E4387;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin: 0 auto 2.25em;
  padding: 0.6667em;
  text-align: center;
  width: 200px;
  text-transform: uppercase;
}
#fieldset-buttons button#wizardCancel,
#fieldset-buttons button#wizardPrevious {
  background-color: #FFFFFF;
  border-color: #999999;
  color: #1E4387;
}
#order-wizard dl {
  clear: left;
  margin-bottom: 1em;
}
#order-wizard dl::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#order-wizard dt {
  font-weight: 500;
}
#order-wizard dt,
#order-wizard dd {
  float: left;
}
#order-wizard dt,
#order-wizard dt.SP-acc-hide + dd,
#order-wizard .SP-form-summary > dl > dt + dd {
  clear: left;
}
#order-wizard dt#agb,
#order-wizard dt#privacy {
  margin-top: 1em;
}
#order-wizard dt::after {
  content: ':\A0';
}
#order-wizard dt#agb::after,
#order-wizard dt#privacy::after {
  content: none;
}
#order-wizard dt > h2 {
  display: inline;
}
#order-wizard dt#agb + dd,
#order-wizard dt#privacy + dd {
  display: none;
}
#fieldset-company legend,
#fieldset-deliveryAddress legend {
  border-bottom: 0 none;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: none;
  width: auto;
}

/* - - - Shop: Mini-Warenkorb - - - */

.SP-shopping-basket-info {
  background-color: #FFFFFF;
  display: none;
  padding-right: 17px;
  overflow: hidden;
  padding-left: 4%;
  position: relative;
  top: 4.0625em;
  z-index: 1005;
}
#SP-body-wrapper .SP-shopping-basket-info {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  display: block;
  position: fixed;
  width: 100%;
}
.SP-shopping-basket-info:after {
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

  bottom: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.SP-shopping-basket-info i {
  color: #4B4842;
  font-size: 2em;
  line-height: 1.25;
  padding-right: 0.75em;
  position: relative;
  vertical-align: middle;
}
.SP-shopping-basket-info .SP-count {
  background-color: #605D56;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 0.75rem;
  height: 1.5em;
  line-height: 1.5;
  min-width: 1.5em;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.5em;
}
.SP-shopping-basket-info .SP-text {
  float: right;
  font-size: 0.875em;
  line-height: 3;
  position: relative;
  right: 2%;
}
#SP-marginal .shop-basket-mini {
  display: none;
}
/*
.SP-shop #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-counter,
.SP-shop #SP-imageviewer-view-image-largePrev,
.SP-shop #SP-imageviewer-view-image-largeNext {
    display : none;
}
*/
}

  
@media all AND (max-width: 639px) {
  .SP-shopping-basket-info + #SP-body {
  padding-top: 2.25em;
}

}

  
@media all AND (min-width: 640px) {
  .SP-shop li {
  margin-bottom: 1.5em;
}

/* - - - Shop: Artikelansicht - - - */
.SP-shop li .SP-teaser-text {
  margin-left: 31%;
}
.SP-shop li .SP-teaser-text dt {
  clear: left;
  float: left;
  font-size: 1em;
  line-height: 1.5;
  width: 6.875em;
}
.SP-shop li .SP-teaser-text dd {
  margin-left: 6.875em;
  padding: 0.375em 0;
  text-align: right;
}
.SP-shop li .SP-shop-article-image {
  float: left;
  margin: 0.375em 3% 0.375em 0;
  position: relative;
  width: 28%;
}
.SP-shop li .SP-form {
  margin-left: 31%;
}

/* - - - Shop: Formulare - - - */

#fieldset-buttons button#wizardCancel,
#fieldset-buttons button#wizardPrevious {
  clear: left;
  float: left;
}
.SP-payform button,
#fieldset-buttons button#wizardNext,
#fieldset-buttons button#wizardCommit {
  clear: right;
  float: right;
}

/* - - - Shop: Mini-Warenkorb - - - */

.SP-shopping-basket-info {
  background-color: transparent;
  color: #FFFFFF;
  margin-right: 3em;
  overflow: hidden;
  padding-left: 0;
  position: absolute;
  right: 5%;
  top: 0.8125em;
}
#SP-header-wrapper .SP-shopping-basket-info {
  display: block;
}
#SP-body-wrapper .SP-shopping-basket-info {
  display: none;
}
.SP-shopping-basket-info:after {
  content: none;
}
.SP-shopping-basket-info i {
  color: #FFFFFF;
  font-size: 2.5em;
  line-height: 1;
  padding-right: 0.1em;
}
.SP-shopping-basket-info .SP-text {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  overflow: hidden;
  position: absolute;
  width: 0 !important;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-shop li {
  border-bottom: 0 none;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
.SP-shop li::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  visibility: visible;
  width: 100%;
}
.SP-shop input[type="number"],
.SP-shop-cart  input[type="number"] {
  -webkit-padding-end: 2.25em;
}
.SP-shop input[type="number"]::-webkit-outer-spin-button,
.SP-shop input[type="number"]::-webkit-inner-spin-button,
.SP-shop-cart  input[type="number"]::-webkit-outer-spin-button,
.SP-shop-cart  input[type="number"]::-webkit-inner-spin-button {
  width: 2em;
}

/* - - - Shop: Artikelansicht - - - */

.SP-shop li .SP-teaser-text {
  margin-bottom: 0.25em;
  margin-left: 25%;
}
.SP-shop li .SP-shop-article-image {
  width: 22%;
}
.SP-shop li .SP-shop-article-image a .icon {
  font-size: 0.625rem;
}
.SP-shop li .SP-form {
  margin-left: 25%;
}
.SP-shop li .SP-form label {
  margin-bottom: 0.75em;
}
.SP-shop li .SP-form label .text {
  padding: 0.25em 0;
}

/* - - - Shop: Warenkorb - - - */

.SP-shop-cart table .number + th.number,
.SP-shop-cart table .number + td.number {
  min-width: 6em;
  width: 6em;
}

/* - - - Shop: Formulare - - - */

#fieldset-terms #terms-contractNextStep {
  margin: 0 -2.9662% 1em;
  padding: 0.8334em 2.9662%;
}
#fieldset-buttons button {
  font-size: 0.875rem;
  margin-bottom: 1.25em;
  padding: 0.5em 1em;
  width: auto;
}
#fieldset-company legend {
  margin-bottom: 0.875em;
}

/* - - - Shop: Mini-Warenkorb - - - */

#fieldset-terms .SP-annotation {
  margin: 0 -2.9662% 1em;
  padding: 0.5em 2.9662%;
}
#SP-lightbox-shop,
.SP-shopping-basket-info {
  display: none !important;
}
#SP-marginal .shop-basket-mini {
  display: block;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .SP-shop li {
  border-bottom: 0 none;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
.SP-shop li::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  visibility: visible;
  width: 100%;
}
.SP-shop input[type="number"],
.SP-shop-cart  input[type="number"] {
  -webkit-padding-end: 2.25em;
}
.SP-shop input[type="number"]::-webkit-outer-spin-button,
.SP-shop input[type="number"]::-webkit-inner-spin-button,
.SP-shop-cart  input[type="number"]::-webkit-outer-spin-button,
.SP-shop-cart  input[type="number"]::-webkit-inner-spin-button {
  width: 2em;
}

/* - - - Shop: Artikelansicht - - - */

.SP-shop li .SP-teaser-text {
  margin-bottom: 0.25em;
  margin-left: 25%;
}
.SP-shop li .SP-shop-article-image {
  width: 22%;
}
.SP-shop li .SP-shop-article-image a .icon {
  font-size: 0.625rem;
}
.SP-shop li .SP-form {
  margin-left: 25%;
}
.SP-shop li .SP-form label {
  margin-bottom: 0.75em;
}
.SP-shop li .SP-form label .text {
  padding: 0.25em 0;
}

/* - - - Shop: Warenkorb - - - */

.SP-shop-cart table .number + th.number,
.SP-shop-cart table .number + td.number {
  min-width: 6em;
  width: 6em;
}

/* - - - Shop: Formulare - - - */

#fieldset-terms #terms-contractNextStep {
  margin: 0 -2.9662% 1em;
  padding: 0.8334em 2.9662%;
}
#fieldset-buttons button {
  font-size: 0.875rem;
  margin-bottom: 1.25em;
  padding: 0.5em 1em;
  width: auto;
}
#fieldset-company legend {
  margin-bottom: 0.875em;
}

/* - - - Shop: Mini-Warenkorb - - - */

#fieldset-terms .SP-annotation {
  margin: 0 -2.9662% 1em;
  padding: 0.5em 2.9662%;
}
#SP-lightbox-shop,
.SP-shopping-basket-info {
  display: none !important;
}
#SP-marginal .shop-basket-mini {
  display: block;
}
}

  


  
/**
 * Slider
 * template.g09.stylesheet
 */

  
@media all {
  .SP-carousel {
  clear: both;
  padding-top: 0.625em;
  position: relative;
  width: 100% !important;
  z-index: 1;
}
.SP-carousel .scrollable {
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.SP-carousel .scrollable::before {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  content: '\E90D';
  cursor: pointer;
  font-family: SP-icons-wiesbaden;
  font-size: 2.5em;
  line-height: 1;
  margin-right: -0.5em;
  margin-top: 55%;
  position: absolute;
  right: 50%;
  top: -0.5em;
  z-index: 5001;
}
.SP-carousel .browse {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4B4842;
  display: none;
  font-size: 2.5em;
  line-height: 1;
  position: absolute;
  margin-top: 55%;
  top: -0.5em;
  width: 1em;
}
.SP-carousel.script .browse {
  cursor: pointer;
  display: block;
  z-index: 5002;
}
.SP-carousel .left {
  border-radius: 0 5px 5px 0;
  left: 0;
}
.SP-carousel .right {
  border-radius: 5px 0 0 5px;
  right: 0;
}
.SP-carousel .browse i {
  display: block;
}
.SP-carousel .items {
  left: 0;
  position: relative;
  top: 0;
  white-space: nowrap;
}
.SP-carousel .items .SP-image-wrapper {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
}
.SP-carousel .SP-image-inner {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: transparent;
  box-sizing: border-box;
  padding: 66.6667% 1px 1px 1px;
}
.SP-carousel .SP-image-inner img {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.SP-carousel .SP-image-caption {
  color: #4B4842;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  text-align: center;
}
.SP-carousel .SP-image-caption-text {
  display: block;
  font-size: 0.75em;
  margin-right: 0;
  padding: 1.75% 0;
  white-space: normal;
}
.SP-carousel .SP-image-caption .SPi {
  display: none;
}
.SP-carousel .SP-image-caption .SPi::after {
  background-color: transparent;
  content: '\E90D';
}
.SP-carousel .external + figcaption .SPi::before {
  content: '\E909';
}
.SP-carousel .gallery + figcaption .SPi::before {
  content: '\E90D';
}
.SP-carousel .video + figcaption .SPi::before {
  content: '\E915';
}
.SP-carousel.noscript .scrollable {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.slick-autoplay-toggle-button,
.SP-carousel.noscript .prev,
.SP-carousel.noscript .next {
  display: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===Bilderleiste mit Slick */

.SP-carousel-slick {
  clear: both;
  padding-top: 0.625em;
  position: relative;
  width: 100% !important;
  z-index: 1;
}

.SP-carousel-slick .items {
  left: 0;
  position: relative;
  top: 0;
  white-space: nowrap;
}
.SP-carousel-slick .items .SP-image-wrapper {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
}
.SP-carousel-slick .SP-image-inner {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: transparent;
  box-sizing: border-box;
  padding: 66.6667% 1px 1px 1px;
}
.SP-carousel-slick .SP-image-inner img {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.SP-carousel-slick .SP-image-caption {
  color: #4B4842;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  text-align: center;
}
.SP-carousel-slick .SP-image-caption-text {
  display: block;
  font-size: 0.75em;
  margin-right: 0;
  padding: 1.75% 0;
  white-space: normal;
}
.SP-carousel-slick .SP-image-caption .SPi {
  display: none;
}
.SP-carousel-slick .SP-image-caption .SPi::after {
  background-color: transparent;
  content: '\E90D';
}
.SP-carousel-slick .external + figcaption .SPi::before {
  content: '\E909';
}
.SP-carousel-slick .gallery + figcaption .SPi::before {
  content: '\E90D';
}
.SP-carousel-slick .video + figcaption .SPi::before {
  content: '\E915';
}

.SP-carousel-slick .scrollable {
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.SP-carousel-slick .scrollable::before {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  content: '\E90D';
  cursor: pointer;
  font-family: SP-icons-wiesbaden;
  font-size: 2.5em;
  line-height: 1;
  margin-right: -0.5em;
  position: absolute;
  right: 50%;
  top: 61%;
  z-index: 2;
}

/* Arrows */
.SP-carousel-slick .slick-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 0;
    top: 60%;
    width: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.SP-carousel-slick .slick-arrow::before {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4B4842;
  cursor: pointer;
  display: block;
  font-family: 'SP-icons-wiesbaden' !important;
  font-size: 3rem;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 0;
  z-index: 3;
}

.SP-carousel-slick .slick-prev {
  left: 0;
  right: auto;
}
.SP-carousel-slick .slick-next {
  left: auto;
  right: 28px;
}
.SP-carousel-slick .slick-prev::before {
  border-radius: 0 5px 5px 0;
}
.SP-carousel-slick .slick-next::before {
  border-radius: 5px 0 0 5px;
}
.SP-carousel-slick .browse i {
  display: block;
}


.SP-carousel-slick .slick-prev::before {
  content: '\E929';
}
.SP-carousel-slick .slick-next::before {
  content: '\E90E';
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===slideshow */

.SP-slide {
  overflow: hidden;
}
.SP-slide .SP-teaser {
  margin: 0;
  position: relative;
}
.SP-slide .SP-image {
  margin: 0;
  padding: 0;
}
.SP-slide .SP-teaser-text {
  background-image: url(../img/img-slider-transp.png);
  bottom: 5%;
  left: 0px;
  max-height: 35%;
  overflow: hidden;
  padding: 1% 1.5% 1.5% 1.5%;
  position: absolute;
  width: 97%;
}
.SP-slide .SP-teaser-headline {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.75em;
  font-weight: bold;
  margin: 0 0 3px 0;
  text-transform: uppercase;
}
.SP-slide .SP-teaser .SP-teaser-text .SP-text {
  font-size: 0.75em;
  line-height: 1.25;
  max-height: 3.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SP-slide .ux-carousel-container {
  height: 0 !important;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}
.SP-slide .ux-carousel-slides-wrap {
  left: 0;
  position: absolute;
  top: 0;
}
.SP-slide .ux-carousel-slide {
  float: left;
  overflow: hidden;
  position: relative;
}
.SP-slide .ux-carousel-slide .SP-image-inner {
  padding-top: 60%;
}
.SP-slide .ux-carousel-nav {
  bottom: 10%;
  height: 1em;
  margin: 0 0 4.125em 0;
  padding-right: 3px;
  position: absolute;
  right: 0;
}
.SP-slide .ux-carousel-caption {
  display: inline;
  margin: 0;
  overflow: hidden;
}
.SP-slide .ux-indicator {
  background-image: url(../img/img-slider-dot0.png);
  cursor: pointer;
  display: block;
  float: right;
  height: 14px;
  width: 14px;
}
.SP-slide .ux-carousel-container .active {
  background-image: url(../img/img-slider-dot1.png);
}

/* Slow JavaScript */
.SP-slide .SP-teaser {
  display: none;
}
.SP-slide .SP-teaser:first-child {
  display: block;
}


/* Dots */
.SP-slide .slick-dots {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.SP-slide .slick-dots li {
  border: 2px solid #888888;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}
.SP-slide .slick-dots li.slick-active {
  background-color: #888888;
}
.SP-slide .slick-dots li button {
  visibility: hidden;
}

/* Bilder im Slider */
.SP-slide .SP-teaser .SP-image-inner {
  padding-top: 59.48827%;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-carousel-inner {
  width: 101.8%;
  margin-left: -0.85%;
}
.SP-carousel .scrollable {
  padding: 1% 0;
}
.SP-carousel .scrollable::before {
  content: none;
}
.SP-carousel .browse {
  background-color: #FFFFFF;
  margin-top: -0.75em;
  top: 50%;
}
.SP-carousel .left {
  left: 1px;
}
.SP-carousel .right {
  right: 1px;
}
.SP-carousel .items {
  font-size: 0;
  line-height: 0;
}
.SP-carousel .items .SP-image-wrapper {
     -moz-box-shadow: 0 0 5px 1px #BFBFBF;
  -webkit-box-shadow: 0 0 5px 1px #BFBFBF;

  box-shadow: 0 0 5px 1px #BFBFBF;
  margin: 0 1%;
  width: 48%;
}
.SP-carousel .SP-image-inner {
  padding: 60% 4px 4px 4px;
}
.SP-carousel .SP-image-inner img {
  border-width: 4px;
}
.SP-carousel .SP-image-caption {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  margin-top: -4px;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
  width: 100%;
}
.SP-carousel .SP-image-caption-text {
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  overflow: hidden;
  padding: 0 2em 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SP-carousel .SP-image-caption .SPi {
  bottom: 0;
  display: block;
  font-size: 1.5em;
  height: 1em;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: auto;
  width: 1em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===Bilderleiste mit Slick */

.SP-carousel-inner-slick {
  width: 101.8%;
  margin-left: -0.85%;
}
.SP-carousel-slick .scrollable {
  padding: 1% 0;
}
.SP-carousel-slick .scrollable::before {
  content: none;
}
.SP-carousel-slick .slick-arrow {
  top: 40%;
}
.SP-carousel-slick .slick-arrow::before {
  background-color: rgba(255, 255, 255, 1);
  font-size: 2.5rem;
}

.SP-carousel-slick .slick-next {
  right: 20px;
}
.SP-carousel-slick .items {
  font-size: 0;
  line-height: 0;
}
.SP-carousel-slick .SP-image {
     -moz-box-shadow: 0 0 5px 1px #BFBFBF;
  -webkit-box-shadow: 0 0 5px 1px #BFBFBF;
  box-shadow: 0 0 5px 1px #BFBFBF;
  margin: 2%;
}
.SP-carousel-slick .SP-image-inner {
  padding: 60% 4px 4px 4px;
}
.SP-carousel-slick .SP-image-inner img {
  border-width: 4px;
}
.SP-carousel-slick .SP-image-caption {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  margin-top: -4px;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
  width: 100%;
}
.SP-carousel-slick .SP-image-caption-text {
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  overflow: hidden;
  padding: 0 2em 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SP-carousel-slick .SP-image-caption .SPi {
  bottom: 0;
  display: block;
  font-size: 1.5em;
  height: 1em;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: auto;
  width: 1em;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===slideshow */

.SP-slide .SP-teaser-headline {
  font-size: 1em;
}
.SP-slide .SP-teaser .SP-teaser-text .SP-text {
  font-size: 1em;
  line-height: 1.5;
  max-height: 3em;
}
.SP-slide .ux-carousel-nav {
  bottom: 12.5%;
  margin-bottom: 4.6875em;
}


/* Bilder im Slider */
.SP-slider .SP-teaser .SP-image-inner {
  padding-top: 60%;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-carousel::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-carousel-inner {
  width: 100.8%;
  margin-left: -0.5%;
}
.SP-carousel .browse {
  font-size: 2em;
}
.SP-carousel .items .SP-image-wrapper {
     -moz-box-shadow: 0 0 2px 1px #BFBFBF;
  -webkit-box-shadow: 0 0 2px 1px #BFBFBF;

  box-shadow: 0 0 2px 1px #BFBFBF;
  margin: 0 0.6667%;
  width: 32%;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===Bilderleiste mit Slick */

.SP-carousel-slick::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-carousel-inner-slick {
  width: 100.8%;
  margin-left: -0.5%;
}
.SP-carousel-slick .slick-arrow {
  top: 30%;
}
.SP-carousel-slick .slick-arrow::before {
  font-size: 2rem;
}

.SP-carousel-slick .slick-next {
  right: 15px;
}
.SP-carousel-slick .SP-image {
     -moz-box-shadow: 0 0 2px 1px #BFBFBF;
  -webkit-box-shadow: 0 0 2px 1px #BFBFBF;
  box-shadow: 0 0 2px 1px #BFBFBF;
  margin: 2%;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===slideshow */

.SP-slide .SP-teaser-headline {
  font-size: 0.75em;
}
.SP-slide .SP-teaser .SP-teaser-text .SP-text {
  font-size: 0.75em;
  line-height: 1.25;
  max-height: 2.5em;
}
.SP-slide .ux-carousel-nav {
  margin-bottom: 3em;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .SP-carousel::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-carousel-inner {
  width: 100.8%;
  margin-left: -0.5%;
}
.SP-carousel .browse {
  font-size: 2em;
}
.SP-carousel .items li {
     -moz-box-shadow: 0 0 2px 1px #BFBFBF;
  -webkit-box-shadow: 0 0 2px 1px #BFBFBF;

  box-shadow: 0 0 2px 1px #BFBFBF;
  margin: 0 0.6667%;
  width: 32%;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===Bilderleiste mit Slick */

.SP-carousel-slick::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-carousel-inner-slick {
  width: 100.8%;
  margin-left: -0.5%;
}
.SP-carousel-slick .slick-arrow {
  font-size: 2em;
}
.SP-carousel-slick .items li {
     -moz-box-shadow: 0 0 2px 1px #BFBFBF;
  -webkit-box-shadow: 0 0 2px 1px #BFBFBF;

  box-shadow: 0 0 2px 1px #BFBFBF;
  margin: 0 0.6667%;
  width: 32%;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===slideshow */

.SP-slide .SP-teaser-headline {
  font-size: 0.75em;
}
.SP-slide .SP-teaser .SP-teaser-text .SP-text {
  font-size: 0.75em;
  line-height: 1.25;
  max-height: 2.5em;
}
.SP-slide .ux-carousel-nav {
  margin-bottom: 3em;
}

}

  


  
/**
 * Sprachwechsler
 * template.g09.stylesheet
 */

  
@media all {
  #SP-languageselector {
  display: none;
}
#SP-nav-languages-mobile {
  background-color: #FFFFFF;
  padding: 1em 4%;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .js #SP-languageselector {
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.625em;
  left: 0;
  line-height: 2;
  position: absolute;
  top: 0.7em;
  white-space: nowrap;
  width: 11.3em;
  z-index: 1100;
}
#SP-languageselector .SP-label {
  display: inline-block;
  padding-right: 0.5em;
}
#SP-languageselector .SP-links-compact-label {
  background-color: #D8D8D8;
  border: 0 none;
  display: inline;
  padding: 0.3em 0.4em;
}
#SP-languageselector.active .SP-links-compact-label {
  border-radius: 2px 2px 0 0;
}
#SP-languageselector .SP-links-compact-list-wrapper {
  margin-left: 6.15em;
}
#SP-languageselector ul {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-width: 0 1px 1px 1px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  width: 6.6667em;
  z-index: 1100;
}
#SP-languageselector a {
  color: #000000;
  padding: 0.1em 0.4em;
}
#SP-languageselector ul li:hover > a,
#SP-languageselector ul li.active > a {
  color: #FFFFFF;
}
#SP-languageselector .SPi-section-open {
  background-color: transparent;
  color: #000000;
  font-size: 2em;
  line-height: 1;
  padding-left: 0.2em;
  position: static;
  vertical-align: middle;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-languageselector,
#SP-nav-languages-mobile {
  display: none !important;
}
}

  


  
/**
 * Suche
 * template.g09.stylesheet
 */

  
@media all {
  .ptype-search #SP-body {
  max-width: none;
}
.ptype-search .SP-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
}

/* Trigger für Suche */

#SP-quicksearch-trigger-on {
  color: #FFFFFF;
  display: block;
  font-size: 3.125em;
  line-height: 1;
  margin-right: -0.125em;
  overflow: hidden;
  position: absolute;
  right: 0.5%;
  top: 0.125em;
  z-index: 1005;
}
#SP-quicksearch-trigger-on:hover {
  text-decoration: none;
}
#SP-quicksearch-trigger-on i {
  display: block;
  position: static;
}
#SP-quicksearch-trigger-on span {
  padding-left: 0;
}

/* Schnellsuche */

#SP-quicksearch {
  display: none;
  position: absolute;
  top: 4em;
  width: 100%;
  z-index: 1050;
}
#SP-quicksearch .SP-form {
  color: #4B4842;
  margin: auto;
  max-width: 40em;
}
#SP-quicksearch input {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
#SP-quicksearch input:focus { 
  border-color: #1E4387;
}
#SP-quicksearch input:focus::-moz-placeholder { 
  color: transparent;
}
#SP-quicksearch input:focus::-ms-input-placeholder { 
  color: transparent;
}
#SP-quicksearch input:focus::-webkit-input-placeholder {
  color: transparent;
}
#SP-quicksearch input:focus::placeholder { 
  color: transparent;
}

/* - - - Suche: Suchformulare - - - */

.SP-field-hasSuggest {
  position: relative;
}
.ptype-search .SP-form-search {
  margin: 0 auto;
  max-width: 32rem;
}
.SP-form-search-advanced {
  margin-bottom: 2em;
  position: relative;
}
.SP-form-search-simple legend {
  border-bottom: 0 none;
  font-size: 1.0625em;
  margin-bottom: 0.375rem;
  padding-bottom: 0;
  text-transform: none;
}
.SP-form-search-simple .SP-fieldset-inner,
.SP-form-hotels-simple .SP-fieldset-inner {
  margin-bottom: 0;
}
.SP-form-search-simple .SP-field,
.SP-form-hotels-simple .SP-field {
  margin-bottom: 0.25em;
}
.SP-form-search-advanced .SP-suggest {
  top: 3.5em;
}
.SP-form-search-advanced .SP-fieldset + .SP-link {
  margin-bottom: 2.75em;
}

/* - - - Suche: Tabs - - - */

#SP-search .SP-links-compact .hits {
  display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ===tabs 2 & 3 auf englischer suchseite ausblenden */
body.en.ptype-search li#tab-2,
body.en.ptype-search li#tab-3,
body.ru.ptype-search li#tab-2,
body.ru.ptype-search li#tab-3,
body.ja.ptype-search li#tab-2,
body.ja.ptype-search li#tab-3,
body.zh.ptype-search li#tab-2,
body.zh.ptype-search li#tab-3 {
  display: none;
}

/* - - - Suche: Rechtschreibkorrektur - - - */

#SP-search #SP-search-autocorrect .SP-text::after {
  content: '?';
}
#SP-search #SP-search-autocorrect strong {
  font-style: italic;
  font-weight: bold;
  padding-right: 0.25em;
}

/* - - - Suche: kein Ergebnis - - - */

#SP-search #SP-search-noresult {
  font-size: 0.75em;
  padding: 0.75em;
}

/* - - - Suche: Ergebnisliste - - - */

#SP-search-result {
  margin-bottom: 1.5em;
}
div.SP-search-result-info p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3334;
  margin-bottom: 0.6667em;
}
div.SP-search-result-info strong {
  font-weight: 700;
}
#SP-search-source {
  margin-bottom: 1.5em;
}
.ptype-search .SP-search-result-info,
.ptype-search #SP-search-source {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
}
#SP-search .SP-group-teaserlist {
  background-color: #F1EEEA;
  margin-left: -4.3479%;
  margin-right: -4.3479%;
  padding: 1em 4.3479%;
}
.SP-group-teaserlist li {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  clear: left;
  padding: 1em 0;
}
.SP-group-teaserlist li li {
  clear: none;
  margin: 0.5em 0;
  padding: 0;
}
.SP-group-teaserlist li:first-child {
  margin-top: 0;
}
.ptype-search .SP-group-teaserlist li {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625em;
  max-width: 32rem;
  padding: 1em 2%;
}
.SP-group-teaserlist .SP-teaser {
  margin-bottom: 0;
}
.SP-group-teaserlist .SP-teaser a {
  overflow: visible;
}
.SP-group-teaserlist .SP-teaser-category {
  border-bottom: 0;
  display: block;
  font-size: 0.625em;
  margin-bottom: 1em;
  padding-bottom: 0;
  text-transform: none;
}
.SP-group-teaserlist .SP-teaser-category i {
  color: #1E4387;
  float: left;
  font-size: 2.5em;
  left: -0.1em;
  line-height: 1;
  margin-bottom: -0.3em;
  margin-right: 0.1em;
  position: relative;
  top: -0.3em;
}
.SP-group-teaserlist .SP-image {
  float: left;
  margin: 0.375em 4.6% 0.375em 0;
  max-width: 47.7%;
  width: 47.7%;
}
.gewusst-wo .SP-group-teaserlist .SP-image {
  width: auto;
}
.SP-group-teaserlist .SP-image-right {
  float: right;
  margin: 0.375em 0 0.375em 4.6%;
}
.SP-group-teaserlist .SP-teaser-headline {
  border-bottom: 0 none;
  color: #1E4387;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  font-size: 1.0625em;
  margin-bottom: 0.353em;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
}
.SP-group-teaserlist .SP-teaser-description {
  font-size: 0.75em;
  line-height: 1.3334;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* - - - Suche: Paging - - - */

.SP-paging {
  padding: 1em 0;
  position: relative;
}
#SP-search .SP-paging {
  background-color: #F1EEEA;
  margin-left: -4.3479%;
  margin-right: -4.3479%;
  padding-left: 4.3479%;
  padding-right: 4.3479%;
}
#SP-search .SP-paging-above {
  padding-bottom: 0;
}
.SP-paging-below {
  padding-top: 0.75em;
}
.SP-paging-jump {
  font-size: 1px;
  line-height: 0;
  text-align: justify;
}
.ptype-search .SP-paging-jump {
  margin: 0 auto;
  max-width: 32rem;
}
.SP-paging-jump::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.SP-paging-first,
.SP-paging-last {
  display: none;
}
.SP-paging-previous,
.SP-paging-pages,
.SP-paging-next {
  display: inline-block;
  padding: 1px 0;
}
.SP-paging-previous {
  text-align: left;
  width: 34%;
}
.SP-paging-pages {
  text-align: center;
  width: 30%;
}
.SP-paging-next {
  text-align: right;
  width: 34%;
}
.SP-paging-previous > a,
.SP-paging-pages > ol,
.SP-paging-next > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  text-overflow: ellipsis;
}
.SPi-previous::before {
  content: '\E929';
}
.SPi-next::before {
  content: '\E90E';
}
.SP-paging-pages li {
  display: inline-block;
}
.SP-paging-jump a {
  color: #B1B1B1 !important;
  position: relative;
}
.SP-paging-previous a {
  padding-left: 2em;
}
.SP-paging-pages a {
  color: #4B4842 !important;
  display: none;
  padding: 0 0.35em;
}
.SP-paging-next a {
  padding-right: 2em;
}
.SP-paging-jump span {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SP-paging-jump i {
  color: #1E4387;
  font-size: 2em;
  position: absolute;
  top: -0.1389em;
}
.SP-paging-previous i {
  left: 0;
}
.SP-paging-next i {
  right: 0;
}
.SP-paging-pages strong {
  color: #1E4387;
  display: none;
  padding: 0 0.35em;
}


/* Anpassungen Suche Rathausnachrichten */ 

#SP-press-search fieldset { 
  position: relative; 
  overflow: visible; 
} 
#SP-press-search .SP-suggest { 
  top: 3.5em 
} 
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  /* Trigger für Suche */

#SP-quicksearch-trigger-on {
  font-size: 2.5em;
  right: 0;
  top: 0.3em;
}

/* - - - Suche: Suchformulare - - - */

.SP-form-search-advanced .SP-fieldset + .SP-link {
  float: left;
  margin-bottom: -1.5em;
  position: relative;
  top: -3.25em;
}

/* - - - Suche: Ergebnisliste - - - */

.SP-group-teaserlist .SP-image {
  margin-right: 3%;
  max-width: 34%;
  width: 34%;
}
.SP-group-teaserlist .SP-image-right {
  margin-left: 3%;
  margin-right: 0;
}

/* - - - Suche: Paging - - - */

.SP-paging-previous,
.SP-paging-next {
  width: 22%;
}
.SP-paging-pages {
  width: 55%;
}
.SP-paging-pages a,
.SP-paging-pages strong {
  display: block;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .ptype-search #SP-content {
  padding-left: 0;
  width: 73.6%;
}
.ptype-search #SP-content::before {
  content: none;
}

/* Trigger für Suche */

#SP-quicksearch-trigger-on {
  display: none;
}

/* Schnellsuche */

#SP-quicksearch {
  display: block !important;
  margin-top: 12.8%;
  top: 1.25em;
}
.SP-theme-microsite #SP-quicksearch {
  margin-top: 8%;
}
#SP-quicksearch .SP-form {
  max-width: 20em;
}

/* - - - Suche: Suchformulare - - - */

.SP-form-search-simple legend {
  font-size: 0.9375em;
  margin-bottom: 0.1875rem;
}
.SP-form-search-advanced .SP-fieldset-inner {
  margin-bottom: 0;
}
.SP-form-search-advanced + .SP-form {
  margin-top: -1em;
}

/* - - - Suche: Ergebnisliste - - - */

div.SP-search-result-info {
  margin-bottom: 0.5em;
}
#SP-search-source {
  margin-bottom: 0.75em;
}
#SP-search .SP-group-teaserlist {
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.SP-group-teaserlist li {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0.875em 0 0.75em 0;
  position: relative;
}
.ptype-search .SP-group-teaserlist li {
  padding: 0.875em 0 0.75em 0;
}
.SP-group-teaserlist li::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.SP-group-teaserlist li li::before,
.SP-group-teaserlist li:first-child::before {
  content: none;
}
.SP-group-teaserlist .SP-image {
  margin-right: 2.6%;
  max-width: 23.05%;
  width: 23.05%;
}
.SP-group-teaserlist .SP-image-right {
  margin-left: 2.6%;
}

/* - - - Suche: Paging - - - */

.ptype-search .SP-paging {
  margin: 0 auto;
  max-width: 32rem;
}
#SP-search .SP-paging {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.SP-paging-below::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAE0lEQVQImWNgYGBg8PZw+s8ABQASOAHVPghThQAAAABJRU5ErkJggg==);
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.SP-paging-previous > a,
.SP-paging-pages > ol,
.SP-paging-next > a {
  font-size: 1rem;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  #SP-quicksearch,
#SP-quicksearch-trigger-on {
  display: none !important;
}
}

  


  
/**
 * Themen
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für die Themes für www.wiesbaden.de
| fasc | 2009-03-20, 2009-04-03
|
| Inhaltsverzeichnis:
| - ==common          gemeinsam genutzte Anweisungen
| - ==homepage        Startseite
| - ==medien          Soziale Medien
| - ==leben           Leben in Wiesbaden
| - ==rathaus         Rathaus
| - ==wirtschaft      Wirtschaft
| - ==tourismus       Tourismus
| - ==kultur          Kultur
| - ==sport           Sport
| - ==replacement     Ersatzfarbe
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==standard (homepage/service) */

.SP-theme-default h1 {
  border-color: #1E4387;
}
.SP-theme-default .paragraph table {
  border-top-color: #1E4387;
  border-bottom-color: #1E4387;
}
.SP-target-default + a .SP-teaser-more,
.SP-target-default + a .SP-teaser-more i,
.SP-theme-default .SP-teaser-more,
.SP-theme-default .SP-teaser-more i,
.SP-theme-default .SP-link i,
.SP-theme-default .SP-download i {
  color: #1E4387;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==orangerot (medien) */

.SP-theme-orangered h1 {
  border-color: #F3570A;
}
.SP-theme-orangered .paragraph table {
  border-top-color: #F3570A;
  border-bottom-color: #F3570A;
}
.SP-target-orangered + a .SP-teaser-more,
.SP-target-orangered + a .SP-teaser-more i,
.SP-theme-orangered .SP-teaser-more,
.SP-theme-orangered .SP-teaser-more i,
.SP-theme-orangered .SP-link i,
.SP-theme-orangered .SP-download i {
  color: #CF4A09;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==grün (leben) */

.SP-theme-green h1 {
  border-color: #669900;
}
.SP-theme-green .paragraph table {
  border-top-color: #669900;
  border-bottom-color: #669900;
}
.SP-target-green + a .SP-teaser-more,
.SP-target-green + a .SP-teaser-more i,
.SP-theme-green .SP-teaser-more,
.SP-theme-green ult .SP-teaser-more i,
.SP-theme-green .SP-link i,
.SP-theme-green .SP-download i {
  color: #578300;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==blau (rathaus) */

.SP-theme-blue h1 {
  border-color: #1E4387;
}
.SP-theme-blue .paragraph table {
  border-top-color: #1E4387;
  border-bottom-color: #1E4387;
}
.SP-target-blue + a .SP-teaser-more,
.SP-target-blue + a .SP-teaser-more i,
.SP-theme-blue .SP-teaser-more,
.SP-theme-blue .SP-teaser-more i,
.SP-theme-blue .SP-link i,
.SP-theme-blue .SP-download i {
  color: #1E4387;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==rot (wirtschaft) */

.SP-theme-red h1 {
  border-color: #CC0000;
}
.SP-theme-red .paragraph table {
  border-top-color: #CC0000;
  border-bottom-color: #CC0000;
}
.SP-target-red + a .SP-teaser-more,
.SP-target-red + a .SP-teaser-more i,
.SP-theme-red .SP-teaser-more,
.SP-theme-red .SP-teaser-more i,
.SP-theme-red .SP-link i,
.SP-theme-red .SP-download i {
  color: #CC0000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==türkis (tourismus) */

.SP-theme-turquoise h1 {
  border-color: #15B8C4;
}
.SP-theme-turquoise .paragraph table {
  border-top-color: #15B8C4;
  border-bottom-color: #15B8C4;
}
.SP-target-turquoise + a .SP-teaser-more,
.SP-target-turquoise + a .SP-teaser-more i,
.SP-theme-turquoise .SP-teaser-more,
.SP-theme-turquoise .SP-teaser-more i,
.SP-theme-turquoise .SP-link i,
.SP-theme-turquoise .SP-download i {
  color: #0E7279;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==violett (kultur) */

.SP-theme-violet h1 {
  border-color: #7B228E;
}
.SP-theme-violet .paragraph table {
  border-top-color: #7B228E;
  border-bottom-color: #7B228E;
}
.SP-target-violet + a .SP-teaser-more,
.SP-target-violet + a .SP-teaser-more i,
.SP-theme-violet .SP-teaser-more,
.SP-theme-violet .SP-teaser-more i,
.SP-theme-violet .SP-link i,
.SP-theme-violet .SP-download i {
  color: #7B228E;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==gelbgrün (sport) */

.SP-theme-yellowgreen h1 {
  border-color: #B0CC07;
}
.SP-theme-yellowgreen .paragraph table {
  border-top-color: #B0CC07;
  border-bottom-color: #B0CC07;
}
.SP-target-yellowgreen + a .SP-teaser-more,
.SP-target-yellowgreen + a .SP-teaser-more i,
.SP-theme-yellowgreen .SP-teaser-more,
.SP-theme-yellowgreen .SP-teaser-more i,
.SP-theme-yellowgreen .SP-link i,
.SP-theme-yellowgreen .SP-download i {
  color: #6D7E06;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==dunkelgrün (replacement) */
  
.SP-theme-darkgreen h1 {
  border-color: #336633;
}
.SP-theme-darkgreen .paragraph table {
  border-top-color: #336633;
  border-bottom-color: #336633;
}
.SP-target-darkgreen + a .SP-teaser-more,
.SP-target-darkgreen + a .SP-teaser-more i,
.SP-theme-darkgreen .SP-teaser-more,
.SP-theme-darkgreen .SP-teaser-more i,
.SP-theme-darkgreen .SP-link i,
.SP-theme-darkgreen .SP-download i {
  color: #336633;
}

}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
/**
 * Veranstaltungskalender
 * template.g09.stylesheet
 */

  
@media all {
  .SP-form-eventsearch .SP-legend > span {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0.5883em;
  padding-top: 0.5883em;
}
.SP-events table td a {
  display: block;
}
}

  
@media all AND (max-width: 639px) {
  .SP-form-eventsearch .SP-combination .SP-field-date.SP-field-tripartite {
  float: left;
  margin-left: 5%;
  width: 47.5%;
}
.SP-form-eventsearch .SP-combination .SP-field-date.SP-field-tripartite:first-of-type {
  margin-left: 0;
}
.SP-form-eventsearch .SP-combination .SP-field-select.SP-field-tripartite {
  clear-left;
  margin-bottom: 0;
}
}

  
@media all AND (min-width: 640px) {
  .SP-form-eventsearch .SP-combination .SP-field-tripartite {
  margin-bottom: 0;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-form-eventsearch .SP-legend > span {
  padding-bottom: 0.3334em;
  padding-top: 0.3334em;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  .SP-form-eventsearch .SP-legend > span {
  padding-bottom: 0.3334em;
  padding-top: 0.3334em;
}
}

  


  
/**
 * Werbung
 * template.g09.stylesheet
 */

  
@media all {
  #SP-commercials {
  padding: 0 4% 2em 4%;
}
#SP-commercials a {
  display: block;
}
#SP-commercials a img {
  display: block;
}
#SP-commercials ul {
  margin-top: -4px;
}
#SP-commercials li {
  margin-bottom: 15px;
}
#SP-commercials li img {
  border: 5px solid #FFFFFF;
}
#SP-commercials .advRight {
  margin-bottom: 1em;
  text-align: center;
}
#SP-commercials iframe {
  display: block;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  #SP-commercials .advRight {
  float: left;
  margin-left: 2%;
  text-align: left;
  width: 32%;
}
#SP-commercials .advRight:nth-of-type(3n+2) {
  clear: left;
  margin-left: 0;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  #SP-commercials {
  padding: 0 2%;
}
}

  
@media all AND (min-width: 1248px) {
  .SP-commercials::after {
  margin-left: -610px;
}
.SP-commercials #SP-page-wrapper {
  max-width: 1220px;
  width: 1220px;
}
#SP-commercials {
  left: 1040px;
  padding: 0;
  position: absolute;
  top: -4.4375em;
  width: 190px;
}
#SP-commercials h4,
#SP-commercials h5 {
  background-color: rgba(255,255,255,0.5);
  border-bottom: 0 none;
  font-size: 0.625em;
  font-weight: bold;
  line-height: 1.125em;
  margin-bottom: 1.5em;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  z-index: 2;
}
#SP-commercials .advRight {
  float: none;
  margin-left: 0;
  text-align: center;
  width: auto;
}
}

  
@media print {
  #SP-commercials {
  display: none !important;
}
}

  


  
/**
 * Verzeichnis-Modul
 * template.g09.stylesheet
 */

  
@media all {
  .SP-directory {
  margin-bottom: 1.75em;
}
.SP-directory .SP-annotation {
  font-size: 1.0625em;
  line-height: 1.4706;
}
.SP-directory .SP-annotation strong {
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.6667em;
  padding-top: 1em;
  width: 100%;
}
.SP-directory #fieldset-person > legend {
  display: none;
}
.SP-directory .SP-button > button {
  background-color: inherit;
  float: none;
  text-transform: uppercase;
}
.SP-directory #fieldset-SP-mod-directory-register-form > button {
  background-color: #1E4387;
  border: 1px solid #1E4387;
  border-radius: 2px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: block;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Serif;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin: 0 auto 2.25em auto;
  min-width: 200px;
  padding: 0.6667em;
  text-align: center;
  text-transform: uppercase;
}
.SP-directory #fieldset-SP-mod-directory-register-form > button.SP-button-preview {
  background-color: #FFFFFF;
  border-color: #999999;
  color: #1E4387 !important;
}
.SP-directory .SP-field-upload-preview {
  margin-top: .5rem;
}
.SP-directory .SP-field-upload-preview img {
  width: auto;
}
}

  
@media all AND (max-width: 639px) {
  
}

  
@media all AND (min-width: 640px) {
  .SP-directory .SP-annotation {
  font-size: 1.25em;
  line-height: 1.4;
}
.SP-directory .SP-annotation strong {
  font-size: 1.5em;
  line-height: 1.3334;
}
.SP-directory #fieldset-SP-mod-directory-register-form > button.SP-button-preview {
  clear: left;
  float: left;
}
}

  
@media all AND (max-width: 1023px) {
  
}

  
@media all AND (min-width: 1024px) {
  .SP-directory {
  margin-bottom: 0.75em;
}
.SP-directory .SP-annotation {
  font-size: 0.875em;
  line-height: 1.5;
}
.SP-directory .SP-annotation strong {
  font-size: 1.0625em;
  line-height: 1.4706;
  padding-top: 0.5em;
}
.SP-directory #fieldset-SP-mod-directory-register-form > button {
  font-size: 0.875rem;
  margin-bottom: 1.25em;
  min-width: 0;
  padding: 0.5em 1em;
}
}

  
@media all AND (min-width: 1248px) {
  
}

  
@media print {
  
}

  


  
