@charset "UTF-8";


  
/**
 * ↺ Reset
 * template.g09.stylesheet
 */

  
@media all {
  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,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  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;
}

/* reset button */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

/* remember to define focus styles! */
a:focus {
     -moz-box-shadow: 0 0 3px 2px #B2B2B2;
  -webkit-box-shadow: 0 0 3px 2px #B2B2B2;

  box-shadow: 0 0 3px 2px #B2B2B2;
  outline: 0 solid #B5B5B5;
  z-index: 5000;
}
a:active,
a:active:focus {
     -moz-box-shadow: none;
  -webkit-box-shadow: none;

  box-shadow: none;
  outline: none;
}
button:focus {
     -moz-box-shadow: 0 0 2px 1px #B2B2B2;
  -webkit-box-shadow: 0 0 2px 1px #B2B2B2;

  background-color: #FFFFFF;
  box-shadow: 0 0 2px 1px #B2B2B2;
}
button:focus > span {
  color: #000000;
}
button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
input:focus,
select:focus,
textarea:focus {
     -moz-box-shadow: 0 0 2px 1px #B2B2B2;
  -webkit-box-shadow: 0 0 2px 1px #B2B2B2;

  border-color: transparent;
  box-shadow: 0 0 2px 1px #B2B2B2;
  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;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* 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%;
}

input.disabled,
textarea.disabled,
option.disabled,
optgroup.disabled,
select.disabled,
input:disabled,
textarea:disabled,
option:disabled,
optgroup:disabled,
select:disabled:disabled {
    -moz-opacity: 0.333;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
  -khtml-opacity: 0.333;
          filter: alpha(opacity=33.3);

  background: #F8FAFB;
  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: -o-linear-gradient(top, #F8FAFB 0%, #E9EBEC 100%);
  background: -ms-linear-gradient(top, #F8FAFB 0%, #E9EBEC 100%);
  background: linear-gradient(to bottom, #F8FAFB 0%, #E9EBEC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8FAFB', endColorstr='#E9EBEC', GradientType=0);
  color: #000000;
  opacity: 0.333;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Disable default appearance of input elements in WebKit and iOS */
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
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;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  body {
  height: 100%;
}

* {
  overflow:visible !important;
}
}

  


  
/**
 * 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 (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@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
 */
.SP-grid-4 > .SP-grid-col {
  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 (min-width: 480px) {
  /**
 * 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: 2.0921%;
  width: 48.954%;
}
.SP-grid-2 > .SP-grid-col:nth-child(2n+1) {
  clear: left;
}
.SP-grid-2.SP-grid-gutter > .SP-grid-col:nth-child(2n+1) {
  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 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-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
 * 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 (min-width: 768px) {
  /**
 * 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%;
}


/**
 * 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: 2.0921%;
}
.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-left: 2.0921%;
  width: 23.431%;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-2 {
  width: 48.954%;
}
.SP-grid-4.SP-grid-gutter > .SP-grid-col.SP-grid-col-colspan-3 {
  width: 74.477%;
}
.SP-grid-4 .SP-grid-col.SP-grid-col-colspan-3 + .SP-grid-col {
  margin-left: 2.0921%;
  width: 23.431%;
}


/**
 * 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: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * i!-Link
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * iLink
 */
#sp_ilink_container_0 > div {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 33333;
}
#sp_ilink_container_0 > div:before {
  content: '\A0';
  display: block;
  padding: 4px 17px;
  position: relative;
}
#sp_ilink_container_0 > div > a {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.SP-ilink-wrapper {
  color: #FFFFFF;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 0.8571em;
  line-height: 1.6667;
  padding: 4px 17px;
}
.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: 17px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}
.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 (min-width: 480px) {
  .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 (min-width: 768px) {
  .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: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  #sp_ilink_container_0 {
  display: none;
}
}

  


  
/**
 * cookieusagenotification.css
 * template.g09.stylesheet
 */

  
@media all {
  .SP-CookieUsageNotification {
    align-items: center;
    background-color: rgba(229, 235, 245, 1);
    border-top: 0.125rem solid #03307E;
    bottom: 0;
    box-sizing: border-box;
    color: #000000;
    left: 0;
    padding: 0.5rem 0 1rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
.SP-CookieUsageNotification__inner {
    max-width: 1024px;
}
.SP-CookieUsageNotification__inner .SP-text-wrapper {
    margin-bottom: 1rem;
}
H2.SP-Headline {
    font-size: 1.875em;
    line-height: 1.3334;
    margin-bottom: 0.6em;
    margin-top: 0.2em;
}
H3.SP-Headline {
    border-bottom: 2px solid #03307E;
    font-size: 1.5em;
    line-height: 1.3334;
    margin-bottom: 0.625em;
    margin-top: 1.5em;
    padding-bottom: 0.0834em;
}
.SP-CookieUsageNotification__text {
    margin-bottom: .5em;
}
.SP-CookieUsageNotification__text p {
    display: inline;
}

.SP-CookieUsageNotification  .SP-Text a {
    text-decoration: underline;
}
.SP-CookieUsageNotification .SP-link {
    color: #000000;
    text-decoration: underline !important;
    white-space: nowrap;
}
.SP-CookieUsageNotification .SP-link:hover {
    text-decoration: none !important;
}
.SP-CookieUsageNotification .SP-link {
    position: relative;
}
.SP-CookieUsageNotification .SP-link a {
    color: #000000;
    display: inline-block;
    font-size: 1em;
    line-height: 1.25;
    padding-bottom: 1px;
    padding-left: 2em;
}
.SP-CookieUsageNotification .SP-link a span[data-text] i {
    font-size: 1.25em;
    position: absolute;
    left: 4px;
    top: 0;
}
.SP-CookieUsageNotification .SP-link a span[data-text] i {
    font-size: 1.25em;
}
.SP-CookieUsageNotification .SP-button-wrapper {
    display: flex;
    flex-direction: row-reverse;
}
.SP-CookieUsageNotification .SP-Button {
    background-color: #FFFFFF;
    border-width: .13rem;
    border-style: solid;
    border-color: #00389A;
    color: #00389A;
    display: inline-block;
    font-size: 1em;
    height: 2rem;
    line-height: 1.5rem;
    max-width: 100%;
    overflow: hidden;
    padding-left: 0.88rem;
    padding-right: 0.88rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.SP-CookieUsageNotification .SP-Button:hover,
.SP-CookieUsageNotification .SP-Button:focus {
    background-color: #00389A;
    color: #FFFFFF;
}

.SP-theme-orange .SP-CookieUsageNotification .SP-Button {
    border-color: #E97C1B;
    color: #E97C1B;
}
.SP-theme-orange .SP-CookieUsageNotification .SP-Button:hover,
.SP-theme-orange .SP-CookieUsageNotification .SP-Button:focus {
    background-color: #E97C1B;
    color: #FFFFFF;
}
.SP-theme-green .SP-CookieUsageNotification .SP-Button {
    border-color: #669C2C;
    color: #669C2C;
}
.SP-theme-green .SP-CookieUsageNotification .SP-Button:hover,
.SP-theme-green .SP-CookieUsageNotification .SP-Button:focus {
    background-color: #669C2C;
    color: #FFFFFF;
}
.SP-theme-cyan .SP-CookieUsageNotification .SP-Button {
    border-color: #45999E;
    color: #45999E;
}
.SP-theme-cyan .SP-CookieUsageNotification .SP-Button:hover,
.SP-theme-cyan .SP-CookieUsageNotification .SP-Button:focus {
    background-color: #45999E;
    color: #FFFFFF;
}
.SP-theme-red-orange .SP-CookieUsageNotification .SP-Button {
    border-color: #852001;
    color: #852001;
}
.SP-theme-red-orange .SP-CookieUsageNotification .SP-Button:hover,
.SP-theme-red-orange .SP-CookieUsageNotification .SP-Button:focus {
    background-color: #852001;
    color: #FFFFFF;
}
.SP-theme-grey .SP-CookieUsageNotification .SP-Button {
    border-color: #3A4854;
    color: #3A4854;
}
.SP-theme-grey .SP-CookieUsageNotification .SP-Button:hover,
.SP-theme-grey .SP-CookieUsageNotification .SP-Button:focus {
    background-color: #3A4854;
    color: #FFFFFF;
}



}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  .SP-CookieUsageNotification__content {
    display: flex;
    flex-direction: row;
    position: relative;
}
.SP-CookieUsageNotification__inner .SP-text-wrapper {
    margin-bottom: 0;
}

.SP-CookieUsageNotification__inner .SP-button-wrapper {
    margin: 0.25em 0 0.25em 2.6667%;
    width: 22.4815%;
}

.SP-CookieUsageNotification .SP-Button {
    font-size: 1.125em;
    height: 3rem;
    line-height: 2.75rem;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
    .SP-CookieUsageNotification {
    flex-wrap: wrap;
  }
.SP-CookieUsageNotification__inner {
    max-width: 1224px;
}
.SP-CookieUsageNotification__content {
    float: left;
    max-width: 1024px;
}
  .SP-CookieUsageNotification .SP-Text {
    margin-bottom: 0.75em;
    text-align: left;
    width: 100%;
  }
}

  
@media print {
  
}

  


  
/**
 * imageviewer.css
 * template.g09.stylesheet
 */

  
@media all {
  /* 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";
}
*/

/* Copyirght */
#SP-imageviewer-view-image-description + #SP-imageviewer-view-image-copyright:not(:empty):before {
  content: '| ©';
  margin: 0 5px;
}


@media screen {

  /* Overlay */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-overlay {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
      -moz-opacity: 0.80;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -o-opacity: 0.80;
    /* Ende Browserfixes */

    background: #323030;
    height: 100%;
    left: 0;
    opacity: 0.80;
    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 {
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
      -moz-opacity: 0.40;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        -o-opacity: 0.40;
    /* Ende Browserfixes */

    background: url(./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: #EFEEEE;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    height: 655px;
    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 {
    border-top: 1px solid #FDFBFC;
    bottom: 0;
    height: 54px;
    overflow: auto;
    position: absolute;
    text-align: left;
  }
  #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;
  }
  #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: #372E29;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 5px 5px 4px 14px;
    position: absolute;
  }

  /* Großbild */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image {
    background: #EFEEEE;
    border-bottom: 1px solid #D1CFD0;
    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: #EFEEEE;
    border-bottom: 1px solid #D1CFD0;
    height: 599px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 600px;
    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;
  }
  .ie8 #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-image {
    z-index: 15;
  }
  #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: -10px 0 0 -10px;
    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 {
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#B4B4B4', Direction=135, Strength=4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#B4B4B4', Direction=135, Strength=4)";

       -moz-box-shadow: 2px 2px 4px #B4B4B4;
    -webkit-box-shadow: 2px 2px 4px #B4B4B4;
    /* Ende Browserfixes */

    background: #FFFFFF;
    box-shadow: 2px 2px 4px #B4B4B4;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 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 {
    background-image: url(./img/blank.png);
    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 a,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext a {
    position: static;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev {
    left: 0;
    margin-left: 25px;
    position: absolute;
  }
  .no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largePrev {
    left: 10px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext {
    position: absolute;
    right: 0;
  }
  .no-js #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-largeNext {
    right: -10px;
  }
  #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: #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: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: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: 0px;
    border-color: #D1CFD0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    height: 55px;
    position: absolute;
    right: 0;
    width: 167px;
    z-index: 10;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls ul {
    border-color: #FDFBFC;
    border-style: solid;
    border-width: 1px 0 0 1px;
    height: 54px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 164px;
  }
  #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-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: #777777;
    font-size: 1.5em;
    line-height: 1.3;
    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: 22px;
    left: 65px;
    position: absolute;
    width: 22px;
  }
  #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: 22px;
    left: 130px;
    position: absolute;
    width: 14px;
  }
  #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-close:hover,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-controls #SP-imageviewer-view-overview-controls-close:hover {
    background-position: -58px -25px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls #SP-imageviewer-view-image-controls-overview {
    background-position: -30px 0;
    height: 22px;
    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 #SP-imageviewer-view-image-controls-overview:hover {
    background-position: -30px -25px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls-download {
    color: #372E29;
    display: inline-block;
    margin-left: 8px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-controls-download a {
    color: #372E29;
  }

  /* Counter */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-counter {
    bottom: 8px;
    color: #372E29;
    display: block;
    height: 22px;
    position: absolute;
    right: 112px;
    text-align: center;
    width: 40px;
    z-index: 2000;
  }

  /* Slider */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider {
    background: #E2E2E2;
    border-left: 1px solid #D1CFD0;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
    width: 167px;
  }
  #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: #EFEEEE;
    border-color: #D1CFD0;
    border-style: solid;
    border-width: 1px 0;
    float: left;
    height: 149px;
    list-style: none;
    margin: -1px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 149px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li {
       -moz-box-shadow: 10px 0 5px -10px #B4B4B4 inset;
    -webkit-box-shadow: 10px 0 5px -10px #B4B4B4 inset;
    /* Ende Browserfixes */

    box-shadow: 10px 0 5px -10px #B4B4B4 inset;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li.active {
       -moz-box-shadow: 10px 0 5px -10px #959494 inset;
    -webkit-box-shadow: 10px 0 5px -10px #959494 inset;
    /* Ende Browserfixes */

    box-shadow: 10px 0 5px -10px #959494 inset;
  }
  #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 {
    border-top: 1px solid #FDFBFC;
    display: inline-block;
    height: 148px;
    width: 149px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li:hover,
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-image-slider li.active {
    background: #BEB9B9;
  }

  /* Bildübersicht */
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview {
    background: #E2E2E2;
    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;
    width: 750px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li {
    background: #EFEEEE;
    border: 1px solid #D1CFD0;
    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 {
    border-color: #FDFBFC;
    border-style: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    height: 148px;
    width: 148px;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-point #SP-imageviewer-view-overview-overview li a:hover {
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#959494', Direction=90, Strength=4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#959494', Direction=90, Strength=4)";

       -moz-box-shadow: 5px 0px 10px 0px #959494 inset;
    -webkit-box-shadow: 5px 0px 10px 0px #959494 inset;
    /* Ende Browserfixes */

    background: #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: 505px;
    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-overview-overview ul {
    width: 600px;
  }
  #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: 448px;
  }
  #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: 617px;
  }
  #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: 805px;
    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-overview-overview ul {
    width: 900px;
  }
  #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: 750px;
  }
  #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: 955px;
    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-overview-overview ul {
    width: 1050px;
  }
    #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: 898px;
  }
    #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%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-overlay {
    background: #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;
    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 {
    left: 50%;
    position: absolute;
    top: 50%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-nextImage img {
    left: 50%;
    position: absolute;
    top: 50%;
  }
  #SP-imageviewer-wrapper.SP-imageviewer-touch #SP-imageviewer-view-image-prevImage img {
    left: 50%;
    position: absolute;
    top: 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: none;
    min-height: 20px;
    line-height: 1.25; /* 20px */
    opacity: .85;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    top: -50px;
    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: -50px;
    opacity: .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;
    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: -50px;
    color: #FFFFFF;
    opacity: .85;
    padding: 5px 10px;
    line-height: 1.25;
    position: absolute;
    width: 20%;
    z-index: 3001;
  }
  #SP-imageviewer-view-image-largePrev {
    display: block;
  }
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@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;
      -ms-transition: -ms-transform 500ms ease;
       -o-transition: -o-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;
      -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;

  filter: alpha(opacity=0);
  -khtml-opacity: 0;
    -moz-opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -o-opacity: 0;

  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 {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
    -moz-opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
      -o-opacity: 0;

  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;
  max-width: -webkit-calc(100%-100px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.SP-off-canvas-left {
     -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
       -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);

  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.SP-off-canvas-right {
     -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
       -o-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(80%, 0, 0);
      -ms-transform: translate3d(80%, 0, 0);
       -o-transform: translate3d(80%, 0, 0);
  -webkit-transform: translate3d(80%, 0, 0);

  transform: translate3d(80%, 0, 0);
}
.SP-off-canvas-move-right .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
       -o-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;
      -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
       -o-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.5);
  content: "";
  display: block;
  height: 0;
  opacity: 0;
  position: absolute;
  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,
.SP-off-canvas-move-right .SP-off-canvas-right {
  -webkit-box-shadow: -6px 0 5px -5px rgba(64, 64, 64, 1);

  box-shadow: -6px 0 5px -5px rgba(64, 64, 64, 1);
}
.SP-off-canvas-is-visible .SP-off-canvas-content:after {
     -moz-transition: opacity 0.5s ease 0s;
      -ms-transition: opacity 0.5s ease 0s;
       -o-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: 480px) {
  .SP-off-canvas-left,
.SP-off-canvas-right {
  width: 25rem;
}
.SP-off-canvas-move-left .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(25rem, 0, 0);
      -ms-transform: translate3d(25rem, 0, 0);
       -o-transform: translate3d(25rem, 0, 0);
  -webkit-transform: translate3d(25rem, 0, 0);

  transform: translate3d(25rem, 0, 0);
}
.SP-off-canvas-move-right .SP-off-canvas-inner-wrap {
     -moz-transform: translate3d(-25rem, 0, 0);
      -ms-transform: translate3d(-25rem, 0, 0);
       -o-transform: translate3d(-25rem, 0, 0);
  -webkit-transform: translate3d(-25rem, 0, 0);

  transform: translate3d(-25rem, 0, 0);
}
}

  
@media all AND (min-width: 768px) {
  .SP-off-canvas-is-visible .SP-off-canvas-content:after {
     -moz-transition: opacity 0.5s ease 0s;
      -ms-transition: opacity 0.5s ease 0s;
       -o-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;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  .SP-off-canvas-left,
.SP-off-canvas-right {
  display: none;
}
}

  


  
/**
 * toggle.css
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Inhalte
 */
.SP-scripted .SP-toggle-wrapper .SP-toggle-trigger,
.SP-toggle-wrapper.SP-toggle-scripted .SP-toggle-trigger {
	cursor: pointer
}
.SP-scripted .SP-toggle-wrapper .SP-toggle-content,
.SP-toggle-wrapper.SP-toggle-scripted .SP-toggle-content {
	display: none;
}
.SP-scripted .SP-toggle-wrapper.active .SP-toggle-content,
.SP-toggle-wrapper.SP-toggle-scripted.active .SP-toggle-content {
	display: block;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Layout
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.greven.net
|
| Inhaltsverzeichnis:
| - ==elements                Allg. Elemente
| - ==classes                 Allg. Klassen
| - ==layout                  Layout
| - ==header                  Kopfzeile
| - ==footer                  Fußzeile
| - ==box_whead               Box mit Kopf (in der Navigationsspalte)
| - ==teaser                  Teasserbox für Standardteaser
| - ==teaser ===short         Teaserbox für Kurzmeldungen
| - ==teaser ===box_wohead    Teaserbox ohne eigenen Kopf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

html {
  min-height: 100vh;
  min-width: 320px;
  overflow-x: auto;
  overflow-y: scroll;
}
body {
  background-color: #03307E;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
}
.no-mediaqueries body {
  overflow-x: visible;
}
body.slot {
  background-color: #FFFFFF;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
}
select {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000000;
  position: relative;
}
a:hover {
  text-decoration: underline;
}
a i {
  color: #00389A;
  font-size: 0.875em;
  left: 0;
  position: absolute;
  top: 0.3572em;
}
.SP-theme-orange a i {
  color: #E97C1B;
}
.SP-theme-green a i {
  color: #669C2C;
}
.SP-theme-cyan a i {
  color: #45999E;
}
.SP-theme-red-orange a i {
  color: #852001;
}
.SP-theme-grey a i {
  color: #3A4854;
}
.SP-encrypted-email i {
  color: inherit !important;
  font-size: 1em;
  position: static;
}
a i + span {
  display: inline-block;
  padding-left: 1.375em;
}
em {
  font-style: italic;
}
img {
  border: 0px;
}
strong {
  font-weight: 600;
}
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==classes */

.acc,
.SP-acc-hide {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 0;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* - - - - - - - - - - G R E V E N ( S t a r t ) - - - - - - - - - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/********************************************************************************************
************************** Allgemein ********************************************************
*********************************************************************************************/

#SP-toc a {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  left: 2px;
  padding: 0.5em 10%;
  position: absolute;
  top: 2px;
  z-index: 9999;
}
#SP-toc a:hover {
  text-decoration: none;
}
#SP-toc a:after {
  color: #00389A;
  content: ' \E636';
  font-family: SP-icons-greven;
  font-size: 0.875em;
  position: relative;
  right: 0.1429em;
  top: 0.0715em;
}
#SP-toc a:focus {
  clip: auto;
  width: auto;
}
#SP-page-wrapper {
  background-color: #FFFFFF;
  color: #000000;
}
#SP-body-wrapper {
  background-color: #FFFFFF;
  min-height: 79.75vh;
  min-height: calc(100vh - 19.765vw - 9px - 10.875em - 3.75vw + 1px);
  padding: 0;
  position: relative;
}
#SP-body-inner {
  float: left;
  max-width: 1024px;
  padding-bottom: 4.8829%;
  padding-top: 2.4415%;
  position: relative;
  width: 100%;
}
.SP-centered {
  padding: 0 2.5%;
}
.no-mediaqueries .SP-centered {
  width: 1024px;
}

/********************************************************************************************
************************** Headlines ********************************************************
*********************************************************************************************/

h1 {
  font-size: 1.875em;
  line-height: 1.3334;
  margin-bottom: 0.6em;
  margin-top: 0.2em;
}
.SP-intro h2 {
  font-size: 1.125em;
  margin-bottom: 0.6667em;
}
.SP-snip h2 {
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  line-height: 1.3334;
  margin-bottom: 0.625em;
  margin-top: 1.5em;
  padding-bottom: 0.0834em;
}
.SP-snip-image + .SP-snip h2 {
  margin-top: 1em;
}
.SP-theme-orange .SP-snip h2 {
  border-color: #E97C1B;
}
.SP-theme-green .SP-snip h2 {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-snip h2 {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-snip h2 {
  border-color: #852001;
}
.SP-theme-grey .SP-snip h2 {
  border-color: #3A4854;
}

.SP-box-head.ad {
  text-align: right;
  padding: 0 2px 0 0;
  background-image: none;
  background-color: #EFEFF0;
  height: 8px;
}

#col-quicklinks .SP-headline {
  border: 0 none;
  color: #2B2B2B;
  font-size: 0.75em;
  margin: 0 0 6px;
  width: 135px;
}
.SP-box-body.ad-bg {
  background-color: #EFEFF0;
  margin-top: -10px;
  padding: 10px 0 0;
  border: 1px solid #D7D8D9;
  border-width: 0 1px 1px 1px;
}
.SP-box-body.ad-bg .SP-image {
  margin: auto;
  text-align: center;
}
#col-quicklinks {
  font-size: 0.875em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==header */

#SP-header-wrapper {
  border-bottom: 9px solid #00389A;
  position: relative;
  z-index: 1003;
}
#SP-header {
  padding-bottom: 1.875%;
  padding-top: 2.5%;
}
#SP-header-inner {
  max-width: 1024px;
  position: relative;
}
#SP-logo {
  width: 45%;
}
#SP-logo a {
  display: block;
}
#SP-logo img {
  display: block;
  max-width: 100%;
}
#SP-functions {
  display: none;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0.6667em;
}
#SP-functions a:hover {
  text-decoration: none;
}
#SP-functions a:hover span {
  text-decoration: underline;
}

#SP-illu {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==footer */

#SP-footer-wrapper {
  background: #03307E;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NTZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzMwN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2956A4 0%, #03307E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2956A4), color-stop(100%,#03307E));
  background: -webkit-linear-gradient(top, #2956A4 0%,#03307E 100%);
  background: -o-linear-gradient(top, #2956A4 0%,#03307E 100%);
  background: -ms-linear-gradient(top, #2956A4 0%,#03307E 100%);
  background: linear-gradient(to bottom, #2956A4 0%,#03307E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2956A4', endColorstr='#03307E',GradientType=0 );

  clear: both;
  position: relative;
}
#SP-footer-inner {
  background-image: url(/img/footer-logo.png);
  background-position: 20% center;
  background-repeat: no-repeat;
}
#SP-footer {
  color: #FFFFFF;
  max-width: 1024px;
  position: relative;
}
.no-mediaqueries #SP-footer {
  margin-left: 20px;
  width: 1004px;
}
#SP-footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#SP-footer li {
  float: left;
}
#SP-footer a {
  color: #FFFFFF;
  display: block;
}
#SP-footer a:hover {
  text-decoration: none;
}
#SP-footer a:hover span {
  text-decoration: underline;
}
#SP-footer a i {
  color: #FFFFFF;
}
#SP-nav-tools {
  font-size: 0.875em;
  margin-bottom: 6.0417%;
}
#SP-nav-tools li {
  background-color: #E7EBF2;
  behavior: url(/css/PIE/PIE.htc);
  border-radius: 0 0 5px 5px;
  display: inline-block;
  float: none;
  margin-left: 2.2%;
  position: relative;
  z-index: 3;
}
#SP-nav-tools li.SP-print {
  display: none;
}
#SP-nav-tools li:first-child {
  margin-left: 0;
}
#SP-nav-tools a {
  color: #555555;
  padding: 0.8572em 0.7858em 0.3572em 3.2143em;
}
#SP-nav-tools .SP-print a {
  padding-left: 3.5em;
  padding-right: 1.5em;
}
#SP-nav-tools a i {
  color: #555555;
  font-size: 2.1429em;
  left: 0.2334em;
  top: 0.2em;
}
#SP-nav-tools a span {
  padding-left: 0;
}
#SP-nav-service-bottom {
  font-size: 1.125em;
  margin-bottom: 1.875%;
  padding-top: 1.875%;
}
#SP-nav-service-bottom li {
  float: none;
  margin: 0.3889em 0 0.3889em 0;
}
#SP-nav-service-bottom a {
  display: inline-block;
  padding-bottom: 0.4445em;
  padding-top: 0.5em;
}
#SP-nav-service-bottom a i {
  font-size: 2.2223em;
  left: 0;
  top: 0.025em;
}
/*
#SP-nav-service-bottom a i.SPi-facebook {
  margin-right: 0.35em;
}*/
#SP-nav-service-bottom a span {
  padding-left: 3em;
}
#SP-copyright {
  float: left;
  font-size: 0.75em;
  padding: 2.5em 0 1.3334em 0;
}
#SP-nav-footer-bottom {
  font-size: 0.75em;
  padding-top: 2.5em;
  padding-bottom: 1.3334em;
}
#SP-nav-footer-bottom li {
  margin-left: 0.3334em;
}
#SP-nav-footer-bottom li:before {
  content: '|\A0';
  float: left;
  margin: 0 1px;
}
#SP-nav-footer-bottom a {
  float: left;
}
#SP-nav-footer-bottom a i:before {
  content: none;
}
#SP-nav-footer-bottom a span {
  padding-left: 0;
}
#SP-page-info {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==teaser */

#col-quicklinks h2 {
  font-size: 0.875em;
  font-weight: 700;
  margin: 0 0 1px 0;
}
}

  
@media all AND (min-width: 480px) {
  #SP-body-wrapper {
  min-height: 82.45vh;
  min-height: calc(100vh - 10.5081vw - 54px - 7.875em - 1.9252vw + 4px);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==footer */

#SP-footer {
  background-position: right center;
}
#SP-nav-tools {
  margin-bottom: 1.1719%;
}
#SP-nav-service-bottom {
  margin-left: -0.5556em;
  padding-top: 0;
}
#SP-nav-service-bottom li {
  float: left;
  margin: 0.5em 10.5% 0 0;
}
#SP-nav-service-bottom a {
  padding-top: 0;
}
#SP-nav-service-bottom a i {
  position: relative;
  top: 0.225em;
}
#SP-nav-service-bottom a span {
  padding-left: 0;
}
}

  
@media all AND (min-width: 768px) {
  #SP-body-wrapper {
  min-height: 84.9vh;
  min-height: calc(100vh - 9.7657vw - 7.75em);
}
.SP-centered {
  padding: 0 1.25%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==header */

#SP-header-wrapper {
  background: #03307E;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NTZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzMwN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2956A4 0%, #03307E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2956A4), color-stop(100%,#03307E));
  background: -webkit-linear-gradient(top, #2956A4 0%,#03307E 100%);
  background: -o-linear-gradient(top, #2956A4 0%,#03307E 100%);
  background: -ms-linear-gradient(top, #2956A4 0%,#03307E 100%);
  background: linear-gradient(to bottom, #2956A4 0%,#03307E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2956A4', endColorstr='#03307E',GradientType=0 );

  border-bottom: 0 none;
}
#SP-header {
  margin: 0 auto;
  padding: 0;
}
#SP-header-inner {
  background-color: #A0C5E5;
}
.home #SP-header-inner {
  background-color: #FFFFFF;
}
#SP-logo {
  left: 0;
  margin: 1.3672% 0 0 1.5625%;
  position: absolute;
  top: 0;
  width: 20%;
}
.home #SP-logo {
  margin-left: 1.4649%;
  margin-top: 5.7618%;
  width: auto;
}
#SP-functions {
  display: block;
}

#SP-illu {
  background-color: #A0C5E5;
  display: block;
  max-height: 100px;
  overflow: hidden;
}
.home #SP-illu {
  max-height: 241px;
}
#SP-illu img {
  display: block;
  width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==footer */

#SP-nav-tools {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
}
#SP-nav-tools li.SP-print {
  display: inline-block;
}
#SP-nav-service-bottom {
  margin-bottom: 0;
  margin-left: -0.3334em;
  padding-top: 1.1112em;
}
#SP-nav-service-bottom li {
  float: left;
  margin: 0 0 0 6em;
}
#SP-nav-service-bottom li:first-child {
  margin-left: 0;
}
#SP-nav-service-bottom a {
  padding: 0;
}
#SP-nav-service-bottom a i {
  left: -0.075em;
  position: relative;
  top: -0.075em;
  vertical-align: middle;
}
#SP-nav-service-bottom a span {
  padding-left: 0;
  vertical-align: middle;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  #SP-body-wrapper {
  min-height: 81.75vh;
  min-height: calc(100vh - 100px - 7.75em);
}
.SP-centered {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0;
}

}

  
@media all AND (min-width: 1440px) {
  /********************************************************************************************
************************** Allgemein ********************************************************
*********************************************************************************************/

.ad-right-160 .SP-centered {
  max-width: 1204px;
}
.ad-right-180 .SP-centered {
  max-width: 1224px;
}
.no-mediaqueries #SP-page-wrapper,
.no-mediaqueries .SP-centered {
  min-width: 1024px;
}
.no-mediaqueries .ad-right-160 #SP-page-wrapper,
.no-mediaqueries .ad-right-160 .SP-centered {
  min-width: 1204px;
}
.no-mediaqueries .ad-right-180 #SP-page-wrapper,
.no-mediaqueries .ad-right-180 .SP-centered {
  min-width: 1224px;
}
#SP-body-inner {
  padding-bottom: 50px;
  padding-top: 25px;
}
}

  
@media print {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Print-Stylesheet für www.greven.de
| fasc | 2009-03-24
| ole  | 2009-08-26
| 
| Inhaltsverzeichnis:
| - ==display                   Ein-/Ausblenden
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@page { 
  size: 21cm 29.7cm; 
}
@page :left {
  margin-right: 1cm;
}
@page :right {
  margin-left: 1cm;
}

body {
  background-color: transparent;
  color: #000000;
  min-height: 0;
  overflow: visible !important;
}
a {
  color: #000000;
}
.SP-centered {
  margin: 0 auto;
  max-width: 21cm !important;
  padding: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   ==display */
.acc,
.SP-acc-hide,
.SP-paging,
div.fieldset-print,
#col-navigation,
#SP-illu,
#SP-functions,
#SP-nav-tools,
#SP-nav-service-bottom,
#SP-nav-footer-bottom,
#SP-marginal {
  display: none;
}
#SP-header-wrapper {
  background: none;
  border-bottom: 0 none;
}
.home #SP-header-wrapper {
  border-bottom: 0 none;
}
#SP-header {
  padding: 0;
}
#SP-header-inner {
  background-color: transparent;
}
#SP-logo {
  border-bottom: 6px solid #00389A;
  margin: 0 !important;
  padding-bottom: 8px;
  position: static;
  width: auto;
}
.home #SP-illu {
  background-color: #A0C5E5;
  display: block;
}
.home #SP-illu img {
  display: block;
  width: 100%;
}
.SP-intro {
  position: relative;
  background: none !important;
}
#SP-body-inner {
  padding: 1.5em 0 0.5em 0;
}
#SP-body-wrapper {
  min-height: 0;
}
#SP-footer-wrapper {
  background: none;
}
#SP-copyright {
  border-top: 2px solid #00389A;
  color: #333333;
  font-size: 0.875em;
  float: none;
  padding: 0.5em 0 0 0;
  position: relative;
  text-align: right;
}
.home #SP-copyright {
  margin-bottom: -2.1429em;
  top: -2.1429em;
}
}

  


  
/**
 * Servicenavigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-service-top li {
  background-color: #F4F7FA;
  behavior: url(/css/PIE/PIE.htc);
  border-radius: 5px 0 0 0;
  clear: right;
  float: right;
  margin: 0.6667em 0;
  position: relative;
  z-index: 3;
}
#SP-nav-service-top a {
  display: block;
  min-width: 6.6667em;
  padding: 0.3334em 0.6112em 0.2778em 2.5em;
}
#SP-nav-service-top a i {
  font-size: 1.3334em;
  left: 0.375em;
  top: 0.2917em;
}
#SP-nav-service-top a span {
  padding-left: 0;
}
#SP-nav-service {
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: 5px;
}
#SP-nav-service ul .link {
  border-left:1px solid #D7D8D9;
  float:right;
  padding:0 10px;
  text-align:right;
}
#SP-nav-service ul .link.last {
  border: 0px;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  #SP-nav-service {
  display: none;
}
}

  


  
/**
 * Hauptnavigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-main {
  display: none;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  #SP-nav-main {
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 76.6602%;
}
.home #SP-nav-main {
  bottom: auto;
  font-size: 1.125em;
  line-height: 1.3334;
  margin-top: -0.7223em;
  position: relative;
  width: 100%;
}
#SP-logo + #SP-nav-main {
  padding-top: 9.7657%;
  position: static;
}
#SP-nav-main ul {
  font-size: 1px;
  line-height: 0;
  margin-bottom: -1px;
  text-align: justify;
}
#SP-logo + #SP-nav-main ul {
  bottom: -4px;
  position: absolute;
  right: 0;
  width: 76.6602%;
}
#SP-nav-main ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#SP-nav-main .leaf {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  background-color: #FFFFFF;
  border-bottom: 1px solid #00389A;
  border-left: 0 solid #FFFFFF;
  border-right: 0 solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 23.4375%;
}
.home #SP-nav-main .leaf {
  border-color: #00389A;
  border-width: 1px 1px 5px 1px;
  margin-bottom: 0;
}
#SP-nav-main .leaf.active,
#SP-nav-main .leaf.path {
  border-bottom-width: 4px;
  margin-bottom: 0;
}
.home #SP-nav-main .leaf.SP-theme-orange {
  border-color: #E97C1B;
}
.home #SP-nav-main .leaf.SP-theme-green {
  border-color: #669C2C;
}
.home #SP-nav-main .leaf.SP-theme-cyan {
  border-color: #45999E;
}
.home #SP-nav-main .leaf.SP-theme-red-orange {
  border-color: #852001;
}
.home #SP-nav-main .leaf.SP-theme-grey {
  border-color: #3A4854;
}
#SP-nav-main .leaf.SP-theme-orange {
  border-bottom-color: #E97C1B;
}
#SP-nav-main .leaf.SP-theme-green {
  border-bottom-color: #669C2C;
}
#SP-nav-main .leaf.SP-theme-cyan {
  border-bottom-color: #45999E;
}
#SP-nav-main .leaf.SP-theme-red-orange {
  border-bottom-color: #852001;
}
#SP-nav-main .leaf.SP-theme-grey {
  border-bottom-color: #3A4854;
}
#SP-nav-main a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  max-height: 3em;
  min-height: 3em;
  padding: 0.25em 0.5em 0.3125em 0.5em;
}
.home #SP-nav-main a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3334;
  max-height: 2.6667em;
  min-height: 2.6667em;
  padding: 0.25em 0.5em 0.625em 0.5em;
}
.home #SP-nav-main a {
  padding-bottom: 0.3334em;
  padding-top: 0.5556em;
}
#SP-nav-main .leaf.SP-theme-orange .SP-ampersand:after,
#SP-nav-main .leaf.SP-theme-green .SP-ampersand:after,
#SP-nav-main .leaf.SP-theme-cyan .SP-ampersand:before,
#SP-nav-main .leaf.SP-theme-red-orange .SP-ampersand:before,
#SP-nav-main .leaf.SP-theme-grey .SP-ampersand:before {
  content: '';
  display: block;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  #SP-nav-main {
  display: none !important;
}
}

  


  
/**
 * Rubriknavigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-main-second {
  display: none;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  #SP-nav-main-second {
  border-bottom: 1px solid #00389A;
  display: block;
  font-size: 1.125em;
  margin-bottom: 13.7196%;
}
#SP-nav-main-second ul li li {
  border-top: 1px solid #00389A;
}
#SP-nav-main-second li a {
  background-color: #BFCDE6; /* rgba(0, 56, 154, 0.25) */
  display: block;
  padding: 0.3334em;
  position: relative;
}
#SP-nav-main-second li.leaf a {
  background-color: #E5EBF5; /* rgba(0, 56, 154, 0.10) */
}
#SP-nav-main-second li a span {
  padding-left: 0;
}
#SP-nav-main-second li a:hover {
  text-decoration: none;
}
#SP-nav-main-second li a:hover span {
  text-decoration: underline;
}
#SP-nav-main-second li.root a {
  padding-left: 0.6667em;
}
#SP-nav-main-second li > a.SP-webfont-semibold {
  background: #00389A;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMzg5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMyOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00389A 1%, #00329A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00389A), color-stop(100%,#00329A));
  background: -webkit-linear-gradient(top, #00389A 1%,#00329A 100%);
  background: -o-linear-gradient(top, #00389A 1%,#00329A 100%);
  background: -ms-linear-gradient(top, #00389A 1%,#00329A 100%);
  background: linear-gradient(to bottom, #00389A 1%,#00329A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00389A', endColorstr='#00329A',GradientType=0 );

  color: #FFFFFF;
}
#SP-nav-main-second li.leaf a {
  display: block;
  font-size: 0.8889em;
  padding: 0.4375em 0.4375em 0.4375em 1.75em;
}
#SP-nav-main-second li li li.active > a {
  background-color: #FFFFFF !important;
}

/* Farbschema orange BEGINN */
.SP-theme-orange #SP-nav-main-second {
  border-color: #E97C1B;
}
.SP-theme-orange #SP-nav-main-second ul li li {
  border-color: #E97C1B;
}
.SP-theme-orange #SP-nav-main-second li a {
  background-color: #F9DEC6; /* rgba(233, 124, 27, 0.25) */
}
.SP-theme-orange #SP-nav-main-second li.leaf a {
  background-color: #FDF2E8; /* rgba(233, 124, 27, 0.10) */
}
.SP-theme-orange #SP-nav-main-second li > a.SP-webfont-semibold {
  background: #E97C1B;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5N2MxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTcwMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #E97C1B 0%, #E9701B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E97C1B), color-stop(100%,#E9701B));
  background: -webkit-linear-gradient(top, #E97C1B 0%,#E9701B 100%);
  background: -o-linear-gradient(top, #E97C1B 0%,#E9701B 100%);
  background: -ms-linear-gradient(top, #E97C1B 0%,#E9701B 100%);
  background: linear-gradient(to bottom, #E97C1B 0%,#E9701B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E97C1B', endColorstr='#E9701B',GradientType=0 );
}
/* Farbschema orange ENDE */


/* Farbschema grün BEGINN */
.SP-theme-green #SP-nav-main-second {
  border-color: #527D23;
}
.SP-theme-green #SP-nav-main-second ul li li {
  border-color: #527D23;
}
.SP-theme-green #SP-nav-main-second li a {
  background-color: #D9E6CA; /* rgba(102, 156, 44, 0.25) */
}
.SP-theme-green #SP-nav-main-second li.leaf a {
  background-color: #EFF5E9; /* rgba(102, 156, 44, 0.10) */
}
.SP-theme-green #SP-nav-main-second li > a.SP-webfont-semibold {
  background: #Gr;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OWMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #669C2C 0%, #668C2C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#669C2C), color-stop(100%,#668C2C));
  background: -webkit-linear-gradient(top, #669C2C 0%,#668C2C 100%);
  background: -o-linear-gradient(top, #669C2C 0%,#668C2C 100%);
  background: -ms-linear-gradient(top, #669C2C 0%,#668C2C 100%);
  background: linear-gradient(to bottom, #669C2C 0%,#668C2C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669C2C', endColorstr='#668C2C',GradientType=0 );
}
/* Farbschema grün ENDE  */


/* Farbschema cyan BEGINN */
.SP-theme-cyan #SP-nav-main-second {
  border-color: #377A7E;
}
.SP-theme-cyan #SP-nav-main-second ul li li {
  border-color: #377A7E;
}
.SP-theme-cyan #SP-nav-main-second li a {
  background-color: #D0E5E7; /* rgba(69, 153, 158, 0.25) */
}
.SP-theme-cyan #SP-nav-main-second li.leaf a {
  background-color: #ECF5F5; /* rgba(69, 153, 158, 0.10) */
}
.SP-theme-cyan #SP-nav-main-second li > a.SP-webfont-semibold {
  background: #45999E;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzQ1OTk5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NThhOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #45999E 1%, #458A9E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#45999E), color-stop(100%,#458A9E));
  background: -webkit-linear-gradient(top, #45999E 1%,#458A9E 100%);
  background: -o-linear-gradient(top, #45999E 1%,#458A9E 100%);
  background: -ms-linear-gradient(top, #45999E 1%,#458A9E 100%);
  background: linear-gradient(to bottom, #45999E 1%,#458A9E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45999E', endColorstr='#458A9E',GradientType=0 );
}
/* Farbschema cyan ENDE */


/* Farbschema rot-orange BEGINN */
.SP-theme-red-orange #SP-nav-main-second {
  border-color: #A62801;
}
.SP-theme-red-orange #SP-nav-main-second ul li li {
  border-color: #A62801;
}
.SP-theme-red-orange #SP-nav-main-second li a {
  background-color: #E0C7BF; /* rgba(133, 32, 1, 0.25) */
}
.SP-theme-red-orange #SP-nav-main-second li.leaf a {
  background-color: #F3E8E5; /* rgba(133, 32, 1, 0.10) */
}
.SP-theme-red-orange #SP-nav-main-second li > a.SP-webfont-semibold {
  background: #852001;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzg1MjAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODIwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #852001 1%, #782001 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#852001), color-stop(100%,#782001));
  background: -webkit-linear-gradient(top, #852001 1%,#782001 100%);
  background: -o-linear-gradient(top, #852001 1%,#782001 100%);
  background: -ms-linear-gradient(top, #852001 1%,#782001 100%);
  background: linear-gradient(to bottom, #852001 1%,#782001 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852001', endColorstr='#782001',GradientType=0 );
}
/* Farbschema rot-orange ENDE */


/* Farbschema grau BEGINN */
.SP-theme-grey #SP-nav-main-second {
  border-color: #3A4854;
}
.SP-theme-grey #SP-nav-main-second ul li li {
  border-color: #3A4854;
}
.SP-theme-grey #SP-nav-main-second li a {
  background-color: #CDD1D4; /* rgba(58, 72, 84, 0.25) */
}
.SP-theme-grey #SP-nav-main-second li.leaf a {
  background-color: #EBECED; /* rgba(58, 72, 84, 0.10) */
}
.SP-theme-grey #SP-nav-main-second li > a.SP-webfont-semibold {
  background: #3A4854;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzg1MjAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODIwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3A4854 1%, #3A4254 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3A4854), color-stop(100%,#3A4254));
  background: -webkit-linear-gradient(top, #3A4854 1%,#3A4254 100%);
  background: -o-linear-gradient(top, #3A4854 1%,#3A4254 100%);
  background: -ms-linear-gradient(top, #3A4854 1%,#3A4254 100%);
  background: linear-gradient(to bottom, #3A4854 1%,#3A4254 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A4854', endColorstr='#3A4254',GradientType=0 );
}
/* Farbschema grau ENDE */
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Mobile Navigation
 * template.g09.stylesheet
 */

  
@media all {
  #SP-nav-dynamic-trigger-on,
#SP-nav-dynamic-trigger-off {
  color: #00389A;
  cursor: pointer;
  font-size: 2.75em;
  right: 0;
  position: absolute;
  text-align: right;
  top: 13.5%;
  z-index: 1005;
}
#SP-nav-dynamic-trigger-off {
  display: none;
}
#SP-nav-dynamic-trigger-on i,
#SP-nav-dynamic-trigger-off i {
  display: block;
}

/* ### Sprachen - - - - - - */
#SP-nav-languages-mobile dl {
  margin: 0.25em 2.858%;
}
#SP-nav-languages-mobile dd {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
#SP-nav-languages-mobile dt + dd {
  padding-left: 0;
}
#SP-nav-languages-mobile dd:before {
  content: '|';
  left: 0.25em;
  position: absolute;
  top: 0.25em;
}
#SP-nav-languages-mobile dt + dd:before {
  content: none;
}
#SP-nav-languages-mobile dd a {
  display: block;
  padding: 0.25em 0;
}
#SP-nav-languages-mobile dd a span {
  padding-left: 0;
}
#SP-nav-languages-mobile dd a i:before {
  content: none;
}

/* ### Navigation - - - - - - */
#SP-nav-dynamic {
  background-color: #FFFFFF;
  margin-bottom: -9999em;
  margin-right: -100%;
  position: relative;
  width: 100%;
  z-index: 100;
}
.nav-dynamic #SP-nav-dynamic {
  margin-bottom: 4em;
}
#SP-nav-dynamic a:hover {
  text-decoration: none;
}
#SP-nav-dynamic > ul li a,
#SP-nav-dynamic > ul li strong {
     -moz-hyphens: auto;
      -ms-hyphens: auto;
       -o-hyphens: auto;
  -webkit-hyphens: auto;

  display: block;
  font-weight: normal;
  hyphens: auto;
  padding: 2.143% 2.858%;
}
#SP-nav-dynamic > ul > li li li > strong {
  background-color: rgba(0, 56, 154, 0.15);
}
#SP-nav-dynamic > ul > li li li.path > strong {
  background-color: rgba(0, 56, 154, 0.25);
}
#SP-nav-dynamic > ul li li li a,
#SP-nav-dynamic > ul li li li strong,
#SP-nav-dynamic > ul li.root li.path li.active > div a,
#SP-nav-dynamic > ul li.root li.path li.active > strong {
  padding: 2.858%;
}
#SP-nav-dynamic > ul li li li.leaf a,
#SP-nav-dynamic > ul li li li.leaf strong,
#SP-nav-dynamic > ul li.root li li.active.leaf div a,
#SP-nav-dynamic > ul li.root li li.active.leaf strong,
#SP-nav-dynamic > ul li li.active li a,
#SP-nav-dynamic > ul li li.active li strong,
#SP-nav-dynamic > ul li li.path li:not(.path) a,
#SP-nav-dynamic > ul li li.path li:not(.path) strong {
  padding-left: 5.715%;
}
#SP-nav-dynamic > ul > li > strong,
#SP-nav-dynamic > ul > li > ul > li > strong {
  background-color: #00389A;
  color: #FFFFFF;
  font-size: 1.5em;
  line-height: 1.3334;
}
#SP-nav-dynamic > ul > li > ul > li li {
  background-color: #FFFFFF;
  color: #000000;
}
#SP-nav-dynamic > ul > li > ul > li li > strong,
#SP-nav-dynamic > ul > li li li.path > ul > li.leaf > strong {
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.125em;
}
#SP-nav-dynamic > ul > li > ul > li li.path > strong,
#SP-nav-dynamic > ul > li > ul > li li.active > strong {
  border-bottom: none;
}
#SP-nav-dynamic > ul > li li li.path > strong {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 3px, rgba(0, 0, 0, 0) 9px, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(3px, rgba(0, 0, 0, 0.1)), color-stop(9px, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 3px, rgba(0, 0, 0, 0) 9px, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 3px, rgba(0, 0, 0, 0) 9px, rgba(0, 0, 0, 0) 100%);
  border-bottom: none;
}
#SP-nav-dynamic > ul > li li.path li.node.active > strong {
  background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.2) 0%, rgba(32, 32, 32, 0.1) 3px, rgba(32, 32, 32, 0) 9px, rgba(32, 32, 32, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(32, 32, 32, 0.2)), color-stop(3px, rgba(32, 32, 32, 0.1)), color-stop(9px, rgba(32, 32, 32, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.2) 0%, rgba(32, 32, 32, 0.1) 3px, rgba(32, 32, 32, 0) 9px, rgba(32, 32, 32, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.2) 0%, rgba(32, 32, 32, 0.1) 3px, rgba(32, 32, 32, 0) 9px, rgba(32, 32, 32, 0) 100%);
}
#SP-nav-dynamic > ul > li li li > a:after,
#SP-nav-dynamic > ul > li li li > strong:after {
  content: "\A0…";
}
#SP-nav-dynamic > ul > li li li.leaf > a:after,
#SP-nav-dynamic > ul > li li li.leaf > strong:after {
  content: "";
}
#SP-nav-dynamic .tease {
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
}
#SP-nav-dynamic > .tease {
  display: block;
}
#SP-nav-dynamic .tease .headline {
  font-weight: 600;
  width: 100%;
}
#SP-nav-dynamic .tease .headline,
#SP-nav-dynamic .tease .text-default {
     -moz-hyphens: auto;
      -ms-hyphens: auto;
       -o-hyphens: auto;
  -webkit-hyphens: auto;

  color: #000000;
  display: inline-block;
  hyphens: auto;
}
#SP-nav-dynamic .tease .image {
  display: inline-block;
  float: right;
  margin: 0.25em 0 0 3.75%;
  width: 45%;
}
#SP-nav-dynamic .tease .image img {
  width: 100%;
}
#SP-nav-dynamic .tease .text {
     -moz-hyphens: auto;
      -ms-hyphens: auto;
       -o-hyphens: auto;
  -webkit-hyphens: auto;

  color: #000000;
  display: block;
  hyphens: auto;
}

/* Farben */

#SP-nav-dynamic > ul li.SP-target-default.lastOpeNode a,
#SP-nav-dynamic > ul li.SP-target-default.lastOpeNode strong,
#SP-nav-dynamic > ul li.SP-target-default > a,
#SP-nav-dynamic > ul li.SP-target-default > strong {
  background-color: #00389A;
  color: #FFFFFF;
}
#SP-nav-dynamic > ul li.SP-target-default li > strong {
  background-color: rgba(0, 56, 154, 0.15);
}
#SP-nav-dynamic > ul li.SP-target-default li.path > strong {
  background-color: rgba(0, 56, 154, 0.25);
}

#SP-nav-dynamic > ul li.SP-target-orange.lastOpeNode a,
#SP-nav-dynamic > ul li.SP-target-orange.lastOpeNode strong,
#SP-nav-dynamic > ul li.SP-target-orange > a,
#SP-nav-dynamic > ul li.SP-target-orange > strong {
  background-color: #E97C1B;
  color: #FFFFFF;
}
#SP-nav-dynamic > ul li.SP-target-orange li > strong {
  background-color: rgba(233, 124, 27, 0.15);
}
#SP-nav-dynamic > ul li.SP-target-orange li.path > strong {
  background-color: rgba(233, 124, 27, 0.25);
}

#SP-nav-dynamic > ul li.SP-target-green.lastOpeNode a,
#SP-nav-dynamic > ul li.SP-target-green.lastOpeNode strong,
#SP-nav-dynamic > ul li.SP-target-green > a,
#SP-nav-dynamic > ul li.SP-target-green > strong {
  background-color: #669C2C;
  color: #FFFFFF;
}
#SP-nav-dynamic > ul li.SP-target-green li > strong {
  background-color: rgba(102, 156, 44, 0.15);
}
#SP-nav-dynamic > ul li.SP-target-green li.path > strong {
  background-color: rgba(102, 156, 44, 0.25);
}

#SP-nav-dynamic > ul li.SP-target-cyan.lastOpeNode a,
#SP-nav-dynamic > ul li.SP-target-cyan.lastOpeNode strong,
#SP-nav-dynamic > ul li.SP-target-cyan > a,
#SP-nav-dynamic > ul li.SP-target-cyan > strong {
  background-color: #45999E;
  color: #FFFFFF;
}
#SP-nav-dynamic > ul li.SP-target-cyan li > strong {
  background-color: rgba(69, 153, 158, 0.15);
}
#SP-nav-dynamic > ul li.SP-target-cyan li.path > strong {
  background-color: rgba(69, 153, 158, 0.25);
}

#SP-nav-dynamic > ul li.SP-target-red-orange.lastOpeNode a,
#SP-nav-dynamic > ul li.SP-target-red-orange.lastOpeNode strong,
#SP-nav-dynamic > ul li.SP-target-red-orange > a,
#SP-nav-dynamic > ul li.SP-target-red-orange > strong {
  background-color: #852001;
  color: #FFFFFF;
}
#SP-nav-dynamic > ul li.SP-target-red-orange li > strong {
  background-color: rgba(133, 32, 1, 0.15);
}
#SP-nav-dynamic > ul li.SP-target-red-orange li.path > strong {
  background-color: rgba(133, 32, 1, 0.25);
}

#SP-nav-dynamic > ul li.SP-target-grey.lastOpeNode a,
#SP-nav-dynamic > ul li.SP-target-grey.lastOpeNode strong,
#SP-nav-dynamic > ul li.SP-target-grey > a,
#SP-nav-dynamic > ul li.SP-target-grey > strong {
  background-color: #3A4854;
  color: #FFFFFF;
}
#SP-nav-dynamic > ul li.SP-target-grey li > strong {
  background-color: rgba(58, 72, 84, 0.15);
}
#SP-nav-dynamic > ul li.SP-target-grey li.path > strong {
  background-color: rgba(58, 72, 84, 0.25);
}
}

  
@media all AND (min-width: 480px) {
  #SP-nav-dynamic {
  margin-right: -25em;
}
}

  
@media all AND (min-width: 768px) {
  #SP-nav-dynamic-trigger-on,
#SP-nav-languages-mobile,
#SP-nav-dynamic {
  display: none;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  #SP-nav-dynamic-trigger-on,
#SP-nav-languages-mobile,
#SP-nav-dynamic {
  display: none !important;
}
}

  


  
/**
 * Suche
 * template.g09.stylesheet
 */

  
@media all {
  #SP-quicksearch {
  display: none;
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.SP-off-canvas-move-right #SP-quicksearch {
  display: none !important;
}
#SP-quicksearch-header {
  float: right;
  height: 2.2223em;
}
#SP-quicksearch-header .SP-form {
  background-color: #F4F7FA;
  behavior: url(/css/PIE/PIE.htc);
  border-radius: 5px 0 0 5px;
  padding: 0.2223em 0.3334em 0.2223em 0.5em;
  position: absolute;
  right: 0;
  z-index: 3;
}
#SP-quicksearch .SP-field-with-button {
  float: right;
  width: 100%;
}
#SP-quicksearch .SP-field-with-button .SP-field-inner {
  border: 1px solid #E1E2E2;
}
#SP-quicksearch .SP-field-with-button input {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #F0F0F1;
  box-sizing: border-box;
  display: block;
  height: 2.2778em;
  padding: 0.25em 3em 0.25em 0.4167em;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
#SP-quicksearch-header .SP-field-with-button input {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  display: block;
  height: 1.7778em;
  overflow: hidden;
  padding: 0.0556em 0 0.0556em 2em;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
}
#SP-quicksearch .SP-field-with-button button {
  display: inline-block;
  padding: 0;
  right: 2px;
  width: 3em;
  top: 2px;
  vertical-align: middle;
}
#SP-quicksearch-header .SP-field-with-button button {
  bottom: 0;
  z-index: 0;
  right: auto;
  left: 0;
}
#SP-quicksearch-header.SP-enlarge .SP-field-with-button button {
  z-index: 1;
}
#SP-quicksearch .SP-field-with-button button i {
  font-size: 1.3334em;
  position: relative; 
  right: 0;
  top: 0.125em;
}
#SP-quicksearch-header .SP-field-with-button button i {
  font-size: 1.3334em;
}

/* Trigger für Suche */

#SP-quicksearch-trigger-on {
  display: block;
  font-size: 2.75em;
  position: absolute;
  right: 1.7046em;
  top: 13.5%;
  z-index: 1005;
}
#SP-quicksearch-trigger-on:hover {
  text-decoration: none;
}
#SP-quicksearch-trigger-on i {
  color: #4C4C4C;
  display: block;
  line-height: 1.1429;
  position: static;
}
#SP-quicksearch-trigger-on span {
  padding-left: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===search */
  
#SP-search-autocorrect {
  margin-bottom: 1em;
}
#SP-search-autocorrect .SP-link-icon {
  display: none;
}
#SP-search-autocorrect .SP-link-label {
  color: #00389A;
  font-weight: 600;
  padding-left: 0;
}
.SP-theme-orange #SP-search-autocorrect .SP-link-label {
  color: #E97C1B;
}
.SP-theme-green #SP-search-autocorrect .SP-link-label {
  color: #669C2C;
}
.SP-theme-cyan #SP-search-autocorrect .SP-link-label {
  color: #45999E;
}
.SP-theme-red-orange #SP-search-autocorrect .SP-link-label {
  color: #852001;
}
.SP-theme-grey #SP-search-autocorrect .SP-link-label {
  color: #3A4854;
}
#SP-search-autocorrect .SP-link-label:after {
  content: '?';
}

.SP-form-search {
  margin: 0;
  padding: 0;
}
.SP-form-search-simple label,
.SP-form-search-advanced legend {
  border-bottom: 2px solid #00389A;
  display: block;
  font-size: 1.5em;
  line-height: 1.3334;
  margin: 0 0 1em 0;
  padding-bottom: 0.125em;
  width: 100%;
}
.SP-theme-orange label,
.SP-theme-orange legend {
  border-color: #E97C1B;
}
.SP-theme-green label,
.SP-theme-green legend {
  border-color: #669C2C;
}
.SP-theme-cyan label,
.SP-theme-cyan legend {
  border-color: #45999E;
}
.SP-theme-red-orange label,
.SP-theme-red-orange legend {
  border-color: #852001;
}
.SP-theme-grey label,
.SP-theme-grey legend {
  border-color: #3A4854;
}
.SP-form-search .SP-fieldset-inner {
  margin-bottom: 1em;
} 
.SP-form-search-simple .SP-field-with-button .SP-field-inner {
  position: relative;
}
.SP-form-search-advanced .SP-field {
  margin-bottom: 1em;
  overflow: hidden;
}
.SP-form-search-advanced .SP-field-label {
  display: block;
}
.SP-form-search input {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #00389A;
  box-sizing: border-box;
  font-size: 1.125em;
  padding: 0.3334em 0.5556em;
  width: 100%;
}
.SP-theme-orange .SP-form-search input {
  border-color: #E97C1B;
}
.SP-theme-green .SP-form-search input {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-form-search input {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-form-search input {
  border-color: #852001;
}
.SP-theme-grey .SP-form-search input {
  border-color: #3A4854;
}
.SP-form-search select {
  font-size: 1.125em;
}
.SP-form-search-simple .SP-field-with-button input {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  display: block;
  padding-right: 2.9445em;
  position: relative;
  vertical-align: middle;
}
.SP-form-search-advanced .SP-buttons {
  margin-top: 0.75em;
  text-align: right;
}
.SP-form-search button {
  font-size: 1.125em;
}
.SP-form-search-simple .SP-field-with-button button {
  display: inline-block;
  height: 100%;
  padding: 0;
  right: 2px;
  width: 3em;
  top: 2px;
  vertical-align: middle;
}
.SP-form-search-simple .SP-field-with-button button i {
  font-size: 1.3334em;
}
.SP-form-search-advanced button {
  background-color: #FFFFFF;
  border: 2px solid #00389A;
  color: #00389A;
  padding: 0 6px;
  width: auto;
}
.SP-form-search-advanced button:hover,
.SP-form-search-advanced button:hover > span {
  background-color: #00389A;
  color: #FFFFFF;
}
.SP-theme-orange .SP-form-search-advanced button {
  border-color: #E97C1B;
  color: #E97C1B;
}
.SP-theme-orange .SP-form-search-advanced button:hover,
.SP-theme-orange .SP-form-search-advanced button:hover > span {
  background-color: #E97C1B;
}
.SP-theme-green .SP-form-search-advanced button {
  border-color: #669C2C;
  color: #669C2C;
}
.SP-theme-green .SP-form-search-advanced button:hover,
.SP-theme-green .SP-form-search-advanced button:hover > span {
  background-color: #669C2C;
}
.SP-theme-cyan .SP-form-search-advanced button {
  border-color: #45999E;
  color: #45999E;
}
.SP-theme-cyan .SP-form-search-advanced button:hover,
.SP-theme-cyan .SP-form-search-advanced button:hover > span {
  background-color: #45999E;
}
.SP-theme-red-orange .SP-form-search-advanced button {
  border-color: #852001;
  color: #852001;
}
.SP-theme-red-orange .SP-form-search-advanced button:hover,
.SP-theme-red-orange .SP-form-search-advanced button:hover > span {
  background-color: #852001;
}
.SP-theme-grey .SP-form-search-advanced button {
  border-color: #3A4854;
  color: #3A4854;
}
.SP-theme-grey .SP-form-search-advanced button:hover,
.SP-theme-grey .SP-form-search-advanced button:hover > span {
  background-color: #3A4854;
}

/* Suchergebnisse */

#SP-search-result {
  margin-bottom: 2.25em;
}
.SP-group-teaserlist .SP-section-teaser {
  border-bottom: 2px solid #00389A;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
}
.SP-theme-orange .SP-group-teaserlist .SP-section-teaser {
  border-color: #E97C1B;
}
.SP-theme-green .SP-group-teaserlist .SP-section-teaser {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-group-teaserlist .SP-section-teaser {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-group-teaserlist .SP-section-teaser {
  border-color: #852001;
}
.SP-theme-grey .SP-group-teaserlist .SP-section-teaser {
  border-color: #3A4854;
}
.SP-group-teaserlist .SP-teaser {
  margin-bottom: 0;
}
.SP-theme-orange .SP-group-teaserlist .SP-teaser {
  border-color: #E97C1B;
}
.SP-theme-green .SP-group-teaserlist .SP-teaser {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-group-teaserlist .SP-teaser {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-group-teaserlist .SP-teaser {
  border-color: #852001;
}
.SP-theme-grey .SP-group-teaserlist .SP-teaser {
  border-color: #3A4854;
}
.SP-group-teaserlist .SP-teaser-flags {
  background-color: transparent !important;
  color: #000000 !important;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
}
.SP-group-teaserlist .SP-teaser-text {
  margin-left: 0;
}
.SP-group-teaserlist header h1 {
     -moz-hyphens: auto;
      -ms-hyphens: auto;
       -o-hyphens: auto;
  -webkit-hyphens: auto;

  border: 0 none;
  color: #00389A;
  font-weight: 400;
  hyphens: auto;
  margin: 0.125em 0 0.25em 0;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
}
.SP-theme-orange .SP-group-teaserlist header h1 {
  color: #E97C1B;
}
.SP-theme-green .SP-group-teaserlist header h1 {
  color: #669C2C;
}
.SP-theme-cyan .SP-group-teaserlist header h1 {
  color: #45999E;
}
.SP-theme-red-orange .SP-group-teaserlist header h1 {
  color: #852001;
}
.SP-theme-grey .SP-group-teaserlist header h1 {
  color: #3A4854;
}
.SP-group-teaserlist section .SP-text {
     -moz-hyphens: auto;
      -ms-hyphens: auto;
       -o-hyphens: auto;
  -webkit-hyphens: auto;

  hyphens: auto;
}
.SP-group-teaserlist section .SP-text p {
  margin-bottom: 0;
}

/* Paging */

.SP-paging {
  position: relative;
}
.SP-paging-above {
  border-bottom: 2px solid #00389A;
  margin: 2.25em 0 1.5em 0;
  padding-bottom: 0.1875em;
}
.SP-theme-orange .SP-paging {
  border-color: #E97C1B;
}
.SP-theme-green .SP-paging {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-paging {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-paging {
  border-color: #852001;
}
.SP-theme-grey .SP-paging {
  border-color: #3A4854;
}
.SP-paging .SP-search-result-info {
  font-size: 1.5em;
}
.SP-paging-below .SP-search-result-info {
  display: none;
}
.SP-paging-first,
.SP-paging-previous,
.SP-paging-pages,
.SP-paging-next,
.SP-paging-last,
.SP-paging-all,
.SP-paging-jump a,
.SP-paging-jump strong,
.SP-paging-jump li:before,
.SP-paging-pages + .SP-paging-all:before {
  display: inline-block;
  vertical-align: middle;
}
.SP-paging-jump {
  float: right;
  margin-bottom: 0.25em;
  margin-top: 0.3125em;
}
.SP-paging-above .SP-search-result-info + .SP-paging-jump {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.SP-group-teaserlist + .SP-paging-below .SP-paging-jump {
  margin-bottom: -0.75em;
  position: relative;
  top: -1em;
}
.SP-paging-jump li + li:before {
  content: '|';
}
.SP-paging-above .SP-search-result-info + .SP-paging-jump li + li:before {
  content: none;
}
.SP-paging-jump a,
.SP-paging-jump strong {
  font-size: 1.125em;
  height: 1.3334em;
  line-height: 1.3334em;
  text-align: center;
  width: 1.3334em;
}
.SP-paging-jump a:hover {
  text-decoration: none;
}
.SP-paging-jump strong {
  color: #00389A;
}
.SP-theme-orange .SP-paging-jump strong {
  color: #E97C1B;
}
.SP-theme-green .SP-paging-jump strong {
  color: #669C2C;
}
.SP-theme-cyan .SP-paging-jump strong {
  color: #45999E;
}
.SP-theme-red-orange .SP-paging-jump strong {
  color: #852001;
}
.SP-theme-grey .SP-paging-jump strong {
  color: #3A4854;
}
.SP-paging-jump a i {
  font-size: inherit;
  position: relative;
  top: 0.125em;
}
.no-mediaqueries .SP-paging-pages {
  padding: 0 1px;
}
.SP-paging-pages li {
  float: left;
}
.SP-paging-pages a {
  font-weight: 600;
}
.SP-paging-above .SP-search-result-info + .SP-paging-jump li a {
  display: none;
}
.SP-paging-pages + .SP-paging-all:before {
  content: '|';
  position: relative;
  left: -0.1875em;
}
.SP-paging-all a,
.SP-paging-all strong {
  font-weight: 600;
  white-space: nowrap;
  width: auto;
}

/* Suggest */

.SP-suggest {
     -moz-box-shadow: 0 1px 3px 0 #C4C6CA;
  -webkit-box-shadow: 0 1px 3px 0 #C4C6CA;

     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;


  background-color: #F9F9F9;
  behavior: url(/css/PIE/PIE.htc);
  border: 1px solid #E1E2E2;
  box-shadow: 0 1px 3px 0 #C4C6CA;
  box-sizing: border-box;
  left: 1px;
  position: absolute;
  width: 99.65%;
  z-index: 10001;
}
#SP-quicksearch .SP-suggest {
  font-size: 0.75em;
}
.SP-suggest li {
  cursor: pointer;
  padding: 0.3334em 0.5556em;
}
.SP-suggest li:first-child {
  padding-top: 0.5em;
}
.SP-suggest li:last-child {
  padding-bottom: 0.5em;
}
.SP-suggest li:hover,
.SP-suggest li.active {
  background-color: #DDDDDD;
}
.SP-suggest li .SP-suggest-query {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SP-suggest li .SP-suggest-amount {
  color: #666666;
  font-size: 0.875em;
  line-height: 1.7143;
}
.SP-suggest li .SP-suggest-amount:before {
  content: '\A0(';
}
.SP-suggest li .SP-suggest-amount:after {
  content: ')';
}

/* Facetten */

#SP-box-search-facets {
  display: none;
}
}

  
@media all AND (min-width: 480px) {
  .SP-form-search-simple .SP-field-inner,
.SP-form-search-advanced .SP-fieldset-inner {
  max-width: 556px
}

/* Paging */

.SP-paging-above .SP-search-result-info + .SP-paging-jump {
  display: block;
}
}

  
@media all AND (min-width: 768px) {
  #SP-quicksearch {
  display: block !important;
  float: right;
  font-size: 1.125em;
  position: relative;
  margin-bottom: 0.6667em;
  margin-top: -0.4445em;
  width: 32.0313%;
}
.home #SP-quicksearch {
  display: none !important;
}
#SP-quicksearch-header #SP-inpKeywords-header {
  -webkit-transition:width 0.5s ease-in-out;
     -moz-transition:width 0.5s ease-in-out;
          transition: width 0.5s ease-in-out;

  background-color: transparent;
  border: 0 none;
  width: 8.9445em;
}
#SP-quicksearch-header.SP-enlarge #SP-inpKeywords-header {
  -webkit-transition:width 0.5s ease-in-out;
     -moz-transition:width 0.5s ease-in-out;
	  transition:width 0.5s ease-in-out;

  background-color: #FFFFFF;
  width: 15em;
}
#SP-quicksearch .SP-field-with-button input {
  padding: 0.3334em 2.9445em 0.3334em 0.5556em;
}

/* Trigger für Suche */

#SP-quicksearch-trigger-on {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===search */

.SP-form-search-simple .SP-field-inner,
.SP-form-search-advanced .SP-fieldset-inner {
  max-width: 470px
}

/* Facetten */

#SP-box-search-facets {
     -moz-box-shadow: 0 1px 3px 0 #C4C6CA;
  -webkit-box-shadow: 0 1px 3px 0 #C4C6CA;

  background-color: #F0F3F9; /* rgba(0, 56, 154, 0.06) */
  behavior: url(/css/PIE/PIE.htc);
  box-shadow: 0 1px 3px 0 #C4C6CA;
  display: block;
  margin-bottom: 13.7196%;
}
.SP-theme-orange #SP-box-search-facets {
  background-color: #FEF7F2; /* rgba(233, 124, 27, 0.06) */
}
.SP-theme-green #SP-box-search-facets {
  background-color: #F6F9F3; /* rgba(102, 156, 44, 0.06) */
}
.SP-theme-cyan #SP-box-search-facets {
  background-color: #F4F9F9; /* rgba(69, 153, 158, 0.06) */
}
.SP-theme-red-orange #SP-box-search-facets {
  background-color: #F8F2F0; /* rgba(133, 32, 1, 0.06) */
}
.SP-theme-grey #SP-box-search-facets {
  background-color: #F3F4F5; /* rgba(58, 72, 84, 0.06) */
}
#SP-box-search-facets .SP-headline {
  background-color: #00389A;
  color: #FFFFFF;
  font-size: 1.125em;
  padding: 0.3334em 5.4879%;
}
.SP-theme-orange #SP-box-search-facets .SP-headline {
  background-color: #E97C1B;
}
.SP-theme-green #SP-box-search-facets .SP-headline {
  background-color: #669C2C;
}
.SP-theme-cyan #SP-box-search-facets .SP-headline {
  background-color: #45999E;
}
.SP-theme-red-orange #SP-box-search-facets .SP-headline {
  background-color: #852001;
}
.SP-theme-grey #SP-box-search-facets .SP-headline {
  background-color: #3A4854;
}
#SP-box-search-facets .SP-box-main {
  padding: 0.5em 5.4879% 1em 5.4879%;
}
#SP-box-search-facets dt {
  border-bottom: 1px solid #00389A;
  font-size: 1.125em;
  margin-bottom: 0.6667em;
  margin-top: 2.4445em;
  padding-bottom: 0.1667em;
  text-transform: uppercase;
}
.SP-theme-orange #SP-box-search-facets dt {
  border-color: #E97C1B;
}
.SP-theme-green #SP-box-search-facets dt {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-box-search-facets dt {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-box-search-facets dt {
  border-color: #852001;
}
.SP-theme-grey #SP-box-search-facets dt {
  border-color: #3A4854;
}
#SP-box-search-facets li:first-child dt {
  margin-top: 0;
}
#SP-box-search-facets dd {
  margin-bottom: 0.25em;
}
#SP-box-search-facets .SP-facetts-hits dd {
  display: inline;
}
#SP-box-search-facets .SP-facetts-hits dd:before {
  content: '\A0|\A0\A0';
}
#SP-box-search-facets .SP-facetts-hits dt + dd:before {
  content: none;
}
#SP-box-search-facets .SP-search-facet-selected {
  color: #00389A;
}
.SP-theme-orange #SP-box-search-facets .SP-search-facet-selected {
  color: #E97C1B;
}
.SP-theme-green #SP-box-search-facets .SP-search-facet-selected {
  color: #669C2C;
}
.SP-theme-cyan #SP-box-search-facets .SP-search-facet-selected {
  color: #45999E;
}
.SP-theme-red-orange #SP-box-search-facets .SP-search-facet-selected {
  color: #852001;
}
.SP-theme-grey #SP-box-search-facets .SP-search-facet-selected {
  color: #3A4854;
}
#SP-box-search-facets .SP-search-facet-empty {
    -moz-opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
          filter: alpha(opacity=50);

  color: #000000;
  opacity: 0.5;
}

/* Suggest */

#SP-quicksearch .SP-suggest {
  font-size: 0.8889em;
}
.SP-suggest li {
  padding: 0.25em 0.625em;
}
.SP-suggest li:first-child {
  padding-top: 0.375em;
}
.SP-suggest li:last-child {
  padding-bottom: 0.375em;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  .SP-form-search-simple .SP-field-inner,
.SP-form-search-advanced .SP-fieldset-inner {
  max-width: 556px
}
.SP-form-search-advanced .SP-field-label {
  float: left;
  line-height: 1.6875;
  padding: 0.375em 0;
  width: 40%;
}
.SP-form-search-advanced input {
  width: 60%;
}
.SP-form-search-advanced .SP-buttons {
  margin-left: 40%;
}

/* Paging */

.SP-paging-above .SP-search-result-info + .SP-paging-jump li + li:before {
  content: '|';
}
.SP-paging-above .SP-search-result-info + .SP-paging-jump li a {
  display: inline-block;
}
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  #SP-quicksearch,
#SP-quicksearch-trigger-on {
  display: none !important;
}
}

  


  
/**
 * Sprachwechsler
 * template.g09.stylesheet
 */

  
@media all {
  #SP-easylanguage {
  clear: right;
  float: right;
}
#SP-languageselector + #SP-easylanguage {
  margin-top: .8em;
}
#SP-easylanguage li {
  background-color: #F4F7FA;
  behavior: url(/css/PIE/PIE.htc);
  border-radius: 0 0 0 5px;
  clear: right;
  float: right;
  margin: 0.6em 0;
  position: relative;
  z-index: 3;
}
#SP-easylanguage a {
  display: block;
  min-width: 6.6667em;
  padding: 0.3334em 0.6112em 0.2778em 2.5em;
}
#SP-easylanguage a i {
  font-size: 1.3334em;
  left: 0.375em;
  top: 0.2917em;
}
#SP-easylanguage a span {
  padding-left: 0;
}

#SP-languageselector {
  background-color: #F4F7FA;
  behavior: url(/css/PIE/PIE.htc);

  clear: right;
  float: right;
  overflow: visible;
  position: absolute;
  right: 0;
  text-align: left;
  top: 5em;
  z-index: 400;
}
#SP-languageselector.SP-borderradius {
  border-radius: 0 0 0 5px;
}
#SP-languageselector.SP-borderradius--no {
  border-radius: 0;
}


#SP-languageselector a {
  display: block;
  min-width: 6.6667em;
  padding: 0.3334em 0.6112em 0.2778em 2.5em;
  position: relative;
}
#SP-languageselector a i {
  font-size: 1.3334em;
  left: 0.375em;
  position: absolute;
  top: 0.2917em;
}
#SP-languageselector a span {
  padding-left: 0;
}
#SP-languageselector ul {
  font-size: 0.8889em;
}
#SP-languageselector ul a {
  padding: 0.1875em 0.6875em 0.1875em 2.8125em;
}
#SP-languageselector ul a i {
  display: none;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Inhalt
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.greven.net
|
| Inhaltsverzeichnis:
| - ==content                 Inhalt
| - ==content ===teaser       Teaser
| - ==content ===image        Bild im Inhaltsbereich
| - ==content ===image-right  Bild im Inhaltsbereich rechts
| - ==content ===image-big    Großes Bild im Inhaltsbereich
| - ==content ===liste        Liste im Inhaltsbereich
| - ==content ===linklist     Linkliste im Inhaltsbereich
| - ==content ===separator    Trennlinie
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content */

#SP-content {
  position: relative;
}
#SP-content iframe {
  max-width: 100%;
}

.SP-intro {
  margin-bottom: 2.25em;
}

.SP-text a {
  color: #00389A;
  font-weight: 600;
}
.SP-theme-orange .SP-text a {
  color: #E97C1B;
}
.SP-theme-green .SP-text a {
  color: #669C2C;
}
.SP-theme-cyan .SP-text a {
  color: #45999E;
}
.SP-theme-red-orange .SP-text a {
  color: #852001;
}
.SP-theme-grey .SP-text a {
  color: #3A4854;
}
.SP-text p {
  margin-bottom: 1em;
}
.SP-text table p {
  margin-bottom: 0;
  margin-top: 1em;
}
.SP-text table p:first-child {
  margin-top: 0;
}
.SP-text ul {
  list-style-type: square;
  list-style-position: outside;
  margin: 1.125em 0;
  padding-left: 1em;
}
.no-mediaqueries .SP-text ul {
  padding-left: 1.375em;
}
.SP-text ul li {
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}
.SP-text ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 1.125em 0;
  padding-left: 1.5em;
}
.SP-text ol li {
  margin-bottom: 0.5em;
  padding-left: 0.375em;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  clear: both;
  margin: 1.125em -2px;
  width: 100.5% !important;
}
table caption {
  font-weight: 600;
  padding: 0.375em 2px;
  text-align: left;
}
table th {
  background-color: #E5EBF5; /* rgba(0, 56, 154, 0.10) */
  font-weight: 600;
  padding: 0.375em;
  text-align: left;
}
thead th,
thead td,
tfoot td {
  background-color: #E5EBF5; /* rgba(0, 56, 154, 0.10) */
  text-align: center;
  vertical-align: middle;
}
table td {
  padding: 0.375em;
}
.SP-theme-orange table th,
.SP-theme-orange thead th,
.SP-theme-orange thead td,
.SP-theme-orange tfoot td {
  background-color: #FDF2E8; /* rgba(233, 124, 27, 0.10) */
}
.SP-theme-green table th,
.SP-theme-green thead th,
.SP-theme-green thead td,
.SP-theme-green tfoot td {
  background-color: #EFF5E9; /* rgba(102, 156, 44, 0.10) */
}
.SP-theme-cyan table th,
.SP-theme-cyan thead th,
.SP-theme-cyan thead td,
.SP-theme-cyan tfoot td {
  background-color: #ECF5F5; /* rgba(69, 153, 158, 0.10) */
}
.SP-theme-red-orange table th,
.SP-theme-red-orange thead th,
.SP-theme-red-orange thead td,
.SP-theme-red-orange tfoot td {
  background-color: #F3E8E5; /* rgba(133, 32, 1, 0.10) */
}
.SP-theme-grey table th,
.SP-theme-grey thead th,
.SP-theme-grey thead td,
.SP-theme-grey tfoot td {
  background-color: #EBECED; /* rgba(58, 72, 84, 0.10) */
}
table th[align="left"],
thead th[align="left"],
thead td[align="left"],
tfoot td[align="left"] {
  text-align: left;
}
table th[align="right"],
thead th[align="right"],
thead td[align="right"],
tfoot td[align="right"] {
  text-align: right;
}

#col-quicklinks {
  float: left;
  padding: 0 20px 0 0;
  position: relative;
  width: 147px;
}
#SP-header .link {
  float:right;
  text-align:right;
}
#SP-header ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#col-quicklinks .SP-box {
  width: 135px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ACADAE;
}

a.button {
  line-height: 1.7778;
}
.button:hover {
  text-decoration: none;
}

.SP-cont {
  clear: both;
}
.SP-snip {
  margin-bottom: 1.5em;
}
.SP-snip + .SP-cont {
  margin-top: 2.25em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.SP-teaser {
  margin-bottom: 2.25em;
}
.home .SP-teaser {
  border-bottom: 2px solid #00389A;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
}
.SP-teaser h1 {
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 0.5834em;
  padding-bottom: 0.125em;
}
.SP-theme-orange .SP-teaser h1 {
  border-color: #E97C1B;
}
.SP-theme-green .SP-teaser h1 {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-teaser h1 {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-teaser h1 {
  border-color: #852001;
}
.SP-theme-grey .SP-teaser h1 {
  border-color: #3A4854;
}
.SP-teaser a,
.SP-section-teaser a {
  display: block;
}
.SP-teaser a:hover,
.SP-section-teaser a:hover {
  text-decoration: none;
}
.SP-teaser-image img {
  display: block;
  width: 100%;
}
.home .SP-teaser-text {
  margin-top: -3.75em;
  position: relative;
  z-index: 0;
}
.home .SP-teaser-text:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 );

  content: ' ';
  height: 3.75em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.SP-teaser-flags {
  background-color: #00389A;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.625em;
  padding: 0.125em 0.3125em;
  position: relative;
  top: 0.2858em;
}
.home .SP-teaser-flags {
  background-color: transparent;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.3125em 0 0 0;
  position: static;
}
.SP-theme-orange .SP-teaser-flags {
  background-color: #E97C1B;
  color: #FFFFFF;
}
.SP-theme-green .SP-teaser-flags {
  background-color: #669C2C;
}
.SP-theme-cyan .SP-teaser-flags {
  background-color: #45999E;
}
.SP-theme-red-orange .SP-teaser-flags {
  background-color: #852001;
}
.SP-theme-grey .SP-teaser-flags {
  background-color: #3A4854;
}
.SP-teaser-headline {
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 0.5em;
}
.home .SP-teaser-headline {
  color: #00389A;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3334;
  margin-bottom: 0.25em;
  padding-top: 0.2084em;
}
.home .SP-teaser-flags + .SP-teaser-headline {
  margin-top: 0.125em;
  padding-top: 0;
}
.SP-teaser .SP-text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SP-teaser .SP-link,
.SP-teaser .SP-download {
  display: inline-block;
  margin-top: 1em;
  position: relative;
}
.SP-teaser .SP-link i {
  top: 0.3572em;
}
.SP-teaser .SP-text i + span {
  padding-left: 1.375em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser-highlight */

.home .SP-teaser-highlight {
  padding-bottom: 1.75em;
}
.SP-teaser-highlight .SP-teaser h1 {
  margin-bottom: 0.6667em;
}
.home .SP-teaser-highlight {
  background-color: #00389A;
}
.home .SP-teaser-highlight a i {
  color: #FFFFFF;
}
.SP-teaser-highlight .SP-teaser-text {
  margin-top: 0;
}
.SP-teaser-highlight .SP-teaser-text {
  margin-left: 0;
}
.home .SP-teaser-highlight .SP-teaser-text {
  color: #FFFFFF;
  margin-left: 2.6667%;
  margin-right: 2.6667%;
  padding-bottom: 1em;
  padding-top: 0.75em;
}
.SP-teaser-highlight .SP-teaser-text:after {
  content: none;
}
.SP-teaser-highlight .SP-teaser-flags {
  background-color: transparent;
  color: #000000;
  font-size: 1em;
  line-height: 1.3125;
  margin-bottom: 0;
  padding: 0;
  position: static;
}
.home .SP-teaser-highlight .SP-teaser-flags {
  color: #FFFFFF;
}
.SP-teaser-highlight .SP-teaser-headline {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3334;
  margin-bottom: 0.75em;
  margin-top: 0.125em;
}
.home .SP-teaser-highlight .SP-teaser-headline {
  color: #FFFFFF;
  line-height: 1.0417;
  margin-bottom: 0.5em;
  margin-top: 0.4167em;
}
.SP-teaser-highlight .SP-text {
  margin-top: 1em;
}
.home .SP-teaser-highlight .SP-text {
  font-size: 1.125em;
  line-height: 1.6667;
  margin-top: 0.6667em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===image */

.SP-image {
  margin-bottom: 0;
  position: relative;
}
.SP-intro .SP-image {
  float: none;
  margin: 0 auto 0.5em auto;
  min-width: 150px;
  padding: 0;
  width: 100%;
}
.SP-image-left {
  background-color: #FFFFFF;
  clear: left;
  float: left;
  padding: 0.25em 3.1112% 0.25em 0;
  width: 48.4445%;
}
.SP-image-small.SP-image-left {
  width: 26.6667%;
}
.SP-image-inner {
  display: block;
  height: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
.SP-image a {
  display: block;
}
.SP-image a:hover {
  text-decoration: none;
}
.SP-image img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.SP-image-caption {
  color: #666666;
  font-size: 0.875em;
  line-height: 1.2858;
  padding: 0.3572em 1px;
  position: relative;
}
.SP-image-caption-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.SP-image-caption i {
  bottom: auto !important;
  color: #000000 !important;
  height: 20px;
  left: auto !important;
  line-height: 20px;
  position: absolute;
  right: -1px !important;
  text-align: center;
  top: -20px !important;
  width: 20px;
  z-index: 2;
}
.SP-image-caption i:after {
  filter: alpha(opacity=85);
  -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
      -o-opacity: 0.85;

  background-color: #FFFFFF;
  content: ' ';
  height: 100%;
  opacity: 0.85;
  position: absolute;
  right: 1px;
  top: 0;
  width: 100%;
  z-index: -1;
}
.SP-image-caption .SP-image-caption-text + .SP-image-copyright:before {
  content: ' ';
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===image-right */

.SP-image-right {
  background-color: #FFFFFF;
  clear: right;
  float: right;
  padding: 0.25em 0 0.25em 3.1112%;
  width: 48.4445%;
}
.SP-image-small.SP-image-right {
  width: 26.6667%;
}
.SP-image-right:not(.SP-image-small) + .SP-image-left:not(.SP-image-small) {
  padding-right: 0;
}
.SP-image-left:not(.SP-image-small) + .SP-image-right:not(.SP-image-small) {
  padding-left: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===image-big */

.SP-image-big {
  margin: 0 12%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===linklist */

.SP-anchors {
  clear: both;
  margin-bottom: 2.25em;
  margin-top: -0.25em;
}
.SP-anchors li {
  border-bottom: 1px solid #00389A;
  margin-bottom: 0.6875em;
  padding: 0.125em 0;
}
.SP-theme-orange .SP-anchors li {
  border-color: #E97C1B;
}
.SP-theme-green .SP-anchors li {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-anchors li {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-anchors li {
  border-color: #852001;
}
.SP-theme-grey .SP-anchors li {
  border-color: #3A4854;
}
.SP-anchors a {
  display: inline-block;
  max-width: 100%;
}
.SP-anchors a i {
  color: #797673;
  left: 0.7143em;
}
.SP-anchors a span {
  padding-left: 1.875em;
}
.SP-snip-links li {
  margin-bottom: 0.5em;
}
.SP-snip-links a {
  display: inline-block;
  max-width: 100%;
}
.SP-snip-links .SP-link-description {
  margin-left: 1.375em;
}
.SP-links-compact ul {
  display: none;
}
.SP-links-compact.active ul {
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===separator */

.SP-snip-divider {
  clear: both;
}
.SP-snip-divider hr {
  border-color: #00389A;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 2em 0;
}
.SP-theme-orange .SP-snip-divider hr {
  border-color: #E97C1B;
}
.SP-theme-green .SP-snip-divider hr {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-snip-divider hr {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-snip-divider hr {
  border-color: #852001;
}
.SP-theme-grey .SP-snip-divider hr {
  border-color: #3A4854;
}
.SP-anchor-up {
  margin-top: -1.5em;
  text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* - - - - - - - - - - G R E V E N ( E n d e ) - - - - - - - - - - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==fehlermeldungen */

.error, div.error, div.formfield-error {
  color: #CC0000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===marginalspalte */

#SP-marginal {
  position: relative;
}
#SP-aside:empty {
  display: none;
}
#SP-aside:not(:empty) {
     -moz-box-shadow: 0 1px 3px 0 #C4C6CA;
  -webkit-box-shadow: 0 1px 3px 0 #C4C6CA;

  background-color: rgba(153, 153, 153, 0.06);
  box-shadow: 0 1px 3px 0 #C4C6CA;
  padding: 1px 0;
}
.no-mediaqueries #SP-aside {
  background-color: #F9F9F9;
  behavior: url(/css/PIE/PIE.htc);
  box-shadow: 0 1px 3px 0 #C4C6CA;
  padding: 1px 0;
  position: relative;
  z-index: 1;
}
.home #SP-aside:not(:empty) {
  background-color: rgba(0, 56, 154, 0.06);
}
.no-mediaqueries .home #SP-aside {
  background-color: #F0F3F9;
}
.SP-box {
  margin: 1em 2.5%;
}
.SP-box:first-child {
  margin-top: 0.5em;
}
.SP-box-head {
  border-bottom: 1px solid #00389A;
  font-size: 1.125em;
  margin-bottom: 0.6667em;
  margin-top: 2.4445em;
  padding-bottom: 0.1667em;
  text-transform: uppercase;
}
.home .SP-box-headline {
  color: #00389A;
}
.SP-box:first-child .SP-box-head {
  margin-top: 0;
}
.SP-theme-orange .SP-box-head {
  border-color: #E97C1B;
}
.SP-theme-green .SP-box-head {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-box-head {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-box-head {
  border-color: #852001;
}
.SP-theme-grey #SP-box-head {
  border-color: #3A4854;
}
.SP-box .SP-image {
  margin-left: 1.25em;
}
.SP-box .SP-text {
  margin-bottom: 0.5em;
}
.SP-box a {
  display: inline-block;
}
.SP-box a span {
  padding-left: 1.25em;
}
.SP-box .SP-image img {
  position: static;
  width: auto;
}
#SP-marginal .SP-link-description {
  margin-left: 1.25em;
}
}

  
@media all AND (min-width: 480px) {
  .SP-image-left ~ .SP-snip-text table,
.SP-image-right ~ .SP-snip-text table {
  clear: none;
  position: relative;
  width: auto;
}
.SP-image-left ~ .SP-snip-text table {
  right: -2px;
}
.SP-image-right ~ .SP-snip-text table {
  left: -2px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.SP-teaser-image {
  float: left;
  margin: 0.25em 2.6667% 0.25em 0;
  width: 25.4815%;
}
.SP-teaser-text {
  margin-left: 28.1482%;
}
.home .SP-teaser-text {
  margin-top: 0;
}
.home .SP-teaser-text:after {
  content: none;
}
.SP-teaser-flags {
  margin-bottom: 1.7143em;
  padding-left: 0.3572em;
  padding-right: 0.3572em;
}
.home .SP-teaser-flags {
  padding-top: 0;
}
.home .SP-teaser-headline {
  margin-top: 0.125em;
  padding-top: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser-highlight */

.home .SP-teaser-highlight a {
  min-height: 17.125em; 
}
.SP-teaser-highlight .SP-teaser-image {
  margin-bottom: 0.3334em;
  margin-top: 0;
  width: 48.5926%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===image */

.SP-intro .SP-image {
  float: right;
  margin: 0;
  min-width: 0;
  padding: 0.25em 0 0.25em 3.1112%;
  width: 33.3334%;
}
}

  
@media all AND (min-width: 768px) {
  #SP-content {
  float: left;
  min-height: 10em;
  width: 65.918%;
}
.no-mediaqueries #SP-content {
  margin-left: 20px;
  width: 655px;
}
.no-mediaqueries .home #SP-content {
  margin-left: 0;
  width: 675px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===marginalspalte */

#SP-marginal {
  float: right;
  position: relative;
  width: 32.0313%;
}
.slot #SP-marginal {
  float: none;
}
.SP-box {
  margin-left: 5.4879%;
  margin-right: 5.4879%;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  #SP-content {
  float: none;
  width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */

.SP-teaser {
  page-break-inside: avoid;
}
.SP-teaser-flags {
  background-color: transparent !important;
  color: #333333 !important;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
}
.SP-teaser-headline {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3334;
  margin-bottom: 0.75em;
  margin-top: 0.125em;
}
.SP-theme-orange .SP-teaser-headline {
  color: #E97C1B;
}
.SP-theme-green .SP-teaser-headline {
  color: #669C2C;
}
.SP-theme-cyan .SP-teaser-headline {
  color: #45999E;
}
.SP-theme-red-orange .SP-teaser-headline {
  color: #852001;
}
.SP-theme-grey .SP-teaser-headline {
  color: #3A4854;
}
.SP-teaser .SP-text {
  margin-top: 1em;
}
.home .SP-teaser-text {
  margin-top: 0;
}
.home .SP-teaser-text:after {
  content: none;
}
.home .SP-teaser-highlight .SP-teaser-text {
  margin-left: 0;
  margin-right: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser-highlight */

.home .SP-teaser-highlight {
  padding-bottom: 1.25em;
}
.home .SP-teaser-highlight a {
  background-color: transparent;
}
.home .SP-teaser-highlight .SP-teaser-text,
.home .SP-teaser-highlight .SP-teaser-flags {
  color: #000000;
}
.home .SP-teaser-highlight .SP-teaser-headline {
  color: #00389A;
}
.home .SP-teaser-highlight .SP-teaser-text {
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===separator */

.SP-snip-divider {
  page-break-before: avoid;
}
}

  


  
/**
 * Bildergalerie
 * template.g09.stylesheet
 */

  
@media all {
  .bildergalerie {
  margin-bottom: 2.25em;
}
.bildergalerie .SP-paging-above {
  border-bottom: 2px solid #00389A;
  margin-bottom: 1.25em;
  padding-bottom: 0.1875em;
}
.bildergalerie .SP-paging-below {
  border-top: 2px solid #00389A;
  padding-top: 0.1875em;
}
.SP-theme-orange .bildergalerie .SP-paging {
  border-color: #E97C1B;
}
.SP-theme-green .bildergalerie .SP-paging {
  border-color: #669C2C;
}
.SP-theme-cyan .bildergalerie .SP-paging {
  border-color: #45999E;
}
.SP-theme-red-orange .bildergalerie .SP-paging {
  border-color: #852001;
}
.SP-theme-grey .bildergalerie .SP-paging {
  border-color: #3A4854;
}
.bildergalerie .SP-image {
  margin-bottom: 1.25em;
}

/* showImage */

.showImage {
  border-bottom: 2px solid #00389A;
  margin-bottom: 2.25em;
  padding-bottom: 0.1875em;
}
.showImage .galleryPagingTop {
  border-bottom: 2px solid #00389A;
  margin-bottom: 1.25em;
  padding-bottom: 0.1875em;
}
.SP-theme-orange .showImage,
.SP-theme-orange .showImage .galleryPagingTop {
  border-color: #E97C1B;
}
.SP-theme-green .showImage,
.SP-theme-green .showImage .galleryPagingTop {
  border-color: #669C2C;
}
.SP-theme-cyan .showImage,
.SP-theme-cyan .showImage .galleryPagingTop {
  border-color: #45999E;
}
.SP-theme-red-orange .showImage,
.SP-theme-red-orange .showImage .galleryPagingTop {
  border-color: #852001;
}
.SP-theme-grey .showImage,
.SP-theme-grey .showImage .galleryPagingTop {
  border-color: #3A4854;
}
.showImage .backtogallery {
  float: left;
  margin-right: 0.75em;
  vertical-align: middle;
}
.showImage .backtogallery a {
  float: left;
}
.showImage .paging  {
  float: right;
}
.showImage .paging > a,
.showImage .paging > span {
  display: inline-block;
  vertical-align: middle;
}
.showImage .paging > a {
  height: 1.5em;
  text-align: center;
  width: 1.5em;
}
.showImage .paging > a:hover {
  text-decoration: none;
}
.showImage .paging > a i {
  font-size: inherit;
  position: relative;
  top: 0.125em;
}
.showImage .SP-image {
  margin-bottom: 1em;
}
.showImage .SP-image-caption {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 1em;
  padding: 0;
}
.showImage .SP-image-caption-headline {
  display: block;
  line-height: 1.375;
  margin-bottom: 0.5em;
  position: relative;
}
.showImage .SP-image-caption-text {
  display: block;
}
.showImage .SP-image-copyright {
  color: #666666;
  display: block;
  font-size: 0.875em;
  position: relative;
  text-align: right;
  top: -1em;
}
}

  
@media all AND (min-width: 480px) {
  .bildergalerie .SP-paging-above {
  margin-bottom: 2.809%;
}
.bildergalerie .SP-image {
  margin-bottom: 2.809%;
}
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  div.gallery-teaser {
  display: none;
}
.bildergalerie {
  background: none !important;
  margin: 1em 0 0 0;
  padding-bottom: 2em;
  position: static;
  width: 654px;
}
.bildergalerie .galerie {
  float: left;
  font-weight: 700;
  height: 140px;
  margin: 0 19px 21px 2px;
  width: 140px;
}
.bildergalerie .galleryPagingTop,
.bildergalerie .galleryPagingBottom {
  display: none;
}

/* showImage */

.showImage {
  margin: 1em 0 0 0;
  position: static;
}
.showImage .picCopyContent {
  margin-bottom: 2em;
  padding: 1em 2em 0 0;
}
.showImage .picDownContent a:link,
.showImage .picDownContent a:visited {
  color: #000000;
}
}

  


  
/**
 * Formulare
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Felder mit Absende-Button
 */
.SP-field-with-button {
  position: relative;
}
.SP-field-with-button button {
  background-color: transparent !important;
  border: 0 none !important;
  bottom: 1px;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  height: 90.9091%;
  padding: 0 0.2223em !important;
  position: absolute;
  right: 0;
  width: auto;
}
.SP-field-with-button input:focus ~ button {
  color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==Webformular */

.webform h3 {
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  line-height: 1.3334;
  margin-bottom: 0.625em;
  margin-top: 1.5em;
  padding-bottom: 0.0834em;
}
.SP-theme-orange .webform h3 {
  border-color: #E97C1B;
}
.SP-theme-green .webform h3 {
  border-color: #669C2C;
}
.SP-theme-cyan .webform h3 {
  border-color: #45999E;
}
.SP-theme-red-orange .webform h3 {
  border-color: #852001;
}
.SP-theme-grey .webform h3 {
  border-color: #3A4854;
}
.webform legend {
  white-space: normal; 
  width: 100%;
}
.webform legend span {
  display:block;
  width: 100%;
}
.webform .fe-block,
.webform .fe-inline,
.webform .formfield {
  margin-bottom: 1em;
}
.webform .recipient {
  border: 1px solid #00389A;
  margin-bottom: 1em;
}
.SP-field input,
.webform input,
.webform textarea {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #00389A;
  box-sizing: border-box;
  line-height: 1.7778;
  line-height: 1.25em\9;
  padding: 0.3334em 0.5556em;
  width: 100%;
}
.webform input.span2,
.webform .SP-combination .SP-field-equal {
  float: left;
  width: 48.4445%;
}
.webform input.span2 + input.span2,
.webform .SP-combination .SP-field + .SP-field {
  margin-left: 3.1112%;
}
.webform input.span2.width25,
.webform .SP-combination .SP-field-small {
  float: left;
  width: 22.6667%;
}
.webform input.span2.width75,
.webform .SP-combination .SP-field-wide {
  float: left;
  width: 74.2223%;
}
.webform .email1,
.webform .email2,
.webform .email4 {
  display: none !important;
}
.webform input.radio,
.webform input.check,
.webform input.checkbox,
.webform .checkbox input,
.webform .radiobutton input {
  border: none;
  float: none;
  margin: 0 0.25em 0 0.25em;
  vertical-align: baseline;
  width: auto !important;
}
.webform input.radio + label,
.webform input.check + label,
.webform input.checkbox + label,
.webform .checkbox input + label,
.webform .radiobutton input + label {
  margin-right: 0.5em;
}
.webform .SP-select {
  display: block;
  position: relative;
}
.webform .SP-select-inner {
  display: block;
}
.webform .SP-select-inner:after {
  bottom: 1px;
  content: none;
  font-family: SP-icons-greven;
  font-size: 1.5em;
  font-weight: 600;
  margin-right: 1px;
  padding: 2px 3px 2px 4px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1px;
}
.SP-select select,
.webform select {
  border: 1px solid #00389A;
  height: 2.5625em;
  height: auto\9;
  padding: 0.3334em 0.3612em;
  width: 100%;
}
.webform option {
  padding: 0.3334em 0.5556em;
}
.webform .notice {
  margin: 1em 0;
}
.SP-fieldset-buttons,
.webform .fieldset-submit {
  margin-top: 0.75em;
}
.SP-button,
.webform .button,
.SP-theme-orange .SP-button,
.SP-theme-orange .webform .button,
.SP-theme-green .SP-button,
.SP-theme-green .webform .button,
.SP-theme-cyan .SP-button,
.SP-theme-cyan .webform .button,
.SP-theme-red-orange .SP-button,
.SP-theme-red-orange .webform .button,
.SP-theme-grey .SP-button,
.SP-theme-grey .webform .button {
  background-color: #FFFFFF;
  border: 2px solid #333333;
  color: #333333;
  float: left;
  font-size: 1.125em;
  padding: 0.1112em 0.8889em;
  width: auto;
}
.SP-button:hover,
.webform .button:hover {
  background-color: #333333;
  color: #FFFFFF;
}
.SP-button-submit,
.webform .button.submit {
  border-color: #00389A;
  color: #00389A;
  float: right;
}
.SP-button-submit:hover,
.webform .button.submit:hover {
  background-color: #00389A;
  color: #FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==Farben */

.SP-theme-orange .SP-field input,
.SP-theme-orange .webform input,
.SP-theme-orange .SP-select select,
.SP-theme-orange .webform select,
.SP-theme-orange .webform textarea,
.SP-theme-orange .webform .recipient,
.SP-theme-orange .SP-button-submit,
.SP-theme-orange .webform .button.submit {
  border-color: #E97C1B;
}
.SP-theme-green .SP-field input,
.SP-theme-green .webform input,
.SP-theme-green .SP-select select,
.SP-theme-green .webform select,
.SP-theme-green .webform textarea,
.SP-theme-green .webform .recipient,
.SP-theme-green .SP-button-submit,
.SP-theme-green .webform .button.submit {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-field input,
.SP-theme-cyan .webform input,
.SP-theme-cyan .SP-select select,
.SP-theme-cyan .webform select,
.SP-theme-cyan .webform textarea,
.SP-theme-cyan .webform .recipient,
.SP-theme-cyan .SP-button-submit,
.SP-theme-cyan .webform .button.submit {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-field input,
.SP-theme-red-orange .webform input,
.SP-theme-red-orange .SP-select select,
.SP-theme-red-orange .webform select,
.SP-theme-red-orange .webform textarea,
.SP-theme-red-orange .webform .recipient,
.SP-theme-red-orange .SP-button-submit,
.SP-theme-red-orange .webform .button.submit {
  border-color: #852001;
}
.SP-theme-grey .SP-field input,
.SP-theme-grey .webform input,
.SP-theme-grey .SP-select select,
.SP-theme-grey .webform select,
.SP-theme-grey .webform textarea,
.SP-theme-grey .webform .recipient,
.SP-theme-grey .SP-button-submit,
.SP-theme-grey .webform .button.submit {
  border-color: #3A4854;
}

.SP-theme-orange .SP-button-submit,
.SP-theme-orange .webform .button.submit {
  color: #E97C1B;
}
.SP-theme-green .SP-button-submit,
.SP-theme-green .webform .button.submit {
  color: #669C2C;
}
.SP-theme-cyan .SP-button-submit,
.SP-theme-cyan .webform .button.submit {
  color: #45999E;
}
.SP-theme-red-orange .SP-button-submit,
.SP-theme-red-orange .webform .button.submit {
  color: #852001;
}
.SP-theme-grey .SP-button-submit,
.SP-theme-grey .webform .button.submit {
  color: #3A4854;
}

.SP-theme-orange .SP-button-submit:hover,
.SP-theme-orange .webform .button.submit:hover {
  background-color: #E97C1B;
  color: #FFFFFF;
}
.SP-theme-green .SP-button-submit:hover,
.SP-theme-green .webform .button.submit:hover {
  background-color: #669C2C;
  color: #FFFFFF;
}
.SP-theme-cyan .SP-button-submit:hover,
.SP-theme-cyan .webform .button.submit:hover {
  background-color: #45999E;
  color: #FFFFFF;
}
.SP-theme-red-orange .SP-button-submit:hover,
.SP-theme-red-orange .webform .button.submit:hover {
  background-color: #852001;
  color: #FFFFFF;
}
.SP-theme-grey .SP-button-submit:hover,
.SP-theme-grey .webform .button.submit:hover {
  background-color: #3A4854;
  color: #FFFFFF;
}
}

  
@media all AND (min-width: 480px) {
  .webform form {
  max-width: 556px;
}
}

  
@media all AND (min-width: 768px) {
  .webform form {
  max-width: 470px;
}
.SP-combination .SP-field-tripartite {
  float: left;
  width: 31.2593%;
}
.SP-combination .SP-field-tripartite + .SP-field-tripartite {
  margin-left: 3.1112%;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  .webform form {
  max-width: 556px;
}
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Presseberichte
 * template.g09.stylesheet
 */

  
@media all {
  .spnd-pressreport-content-text-owner,
.spnd-pressreport-content-text-categories,
.spnd-pressreport-content-images-prae {
  display: none;
}
.spnd-pressreport-content-text-headline {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.spnd-pressreport-content-text-intro {
  font-weight: 600;
  margin-bottom: 2.25em;
}
.spnd-pressreport-content-text-downloads-label,
.spnd-pressreport-content-text-externalLinks-label {
  font-weight: 600;
}
.spnd-pressreport-content-text-publisher-label {
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  line-height: 1.3334;
  margin-bottom: 0.625em;
  margin-top: 1.5em;
  padding-bottom: 0.0834em;
}
.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: 2.25em;
}
.spnd-pressreport-content-text-publisher-addon {
  margin-top: 1.5em;
}
.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 {
  margin-bottom: 1.5em;
  width: 368px;
}
.spnd-pressreport-content-image-bu {
  color: #666666;
  font-size: 0.875em;
  line-height: 1.2858;
  padding: 0.3572em 1px;
}
.spnd-pressreport-content-image-actions,
.spnd-pressreport-content-text-externalLink,
.spnd-pressreport-content-text-download,
.spnd-pressreport-content-downloadaspdf {
  font-weight: 600;
}
.spnd-pressreport-content-downloadaspdf::before {
  border-bottom: 2px solid #00389A;
  content: 'Pressemeldung als PDF';
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3334;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  padding-bottom: 0.0834em;
}
.spnd-pressreport-content-image-actions a,
.spnd-pressreport-content-text-externalLink a,
.spnd-pressreport-content-text-download a,
.spnd-pressreport-content-downloadaspdf a {
  color: inherit !important;
  display: inline-block;
  margin: 0.5em 0;
  padding-left: 1.375em;
  position: relative;
}
.spnd-pressreport-content-image-actions a::before,
.spnd-pressreport-content-text-externalLink a::before,
.spnd-pressreport-content-text-download a::before,
.spnd-pressreport-content-downloadaspdf a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  color: #00389A;
  content: '\E601';
  font-family: 'SP-icons-greven' !important;
  font-size: 1rem;
  font-style: normal !important;
  font-variant: normal;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  speak: none;
  text-transform: none;
  top: 0.25em;
}
.spnd-pressreport-content-text-externalLink a::before {
  content: '\E635';
}
.spnd-pressreport-content-text-download a::before {
  content: '\E601';
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==Farben */

.SP-theme-orange .spnd-pressreport-content-text-publisher-label,
.SP-theme-orange .spnd-pressreport-content-downloadaspdf::before {
  border-color: #E97C1B;
}
.SP-theme-green .spnd-pressreport-content-text-publisher-label,
.SP-theme-green .spnd-pressreport-content-downloadaspdf::before {
  border-color: #669C2C;
}
.SP-theme-cyan .spnd-pressreport-content-text-publisher-label,
.SP-theme-cyan .spnd-pressreport-content-downloadaspdf::before {
  border-color: #45999E;
}
.SP-theme-red-orange .spnd-pressreport-content-text-publisher-label,
.SP-theme-red-orange .spnd-pressreport-content-downloadaspdf::before {
  border-color: #852001;
}
.SP-theme-grey .spnd-pressreport-content-text-publisher-label,
.SP-theme-grey .spnd-pressreport-content-downloadaspdf::before {
  border-color: #3A4854;
}

.SP-theme-orange .spnd-pressreport-content-image-actions a::before,
.SP-theme-orange .spnd-pressreport-content-text-externalLink a::before,
.SP-theme-orange .spnd-pressreport-content-downloadaspdf a::before {
  color: #E97C1B;
}
.SP-theme-green .spnd-pressreport-content-image-actions a::before,
.SP-theme-green .spnd-pressreport-content-text-externalLink a::before,
.SP-theme-green .spnd-pressreport-content-downloadaspdf a::before {
  color: #669C2C;
}
.SP-theme-cyan .spnd-pressreport-content-image-actions a::before,
.SP-theme-cyan .spnd-pressreport-content-text-externalLink a::before,
.SP-theme-cyan .spnd-pressreport-content-downloadaspdf a::before {
  color: #45999E;
}
.SP-theme-red-orange .spnd-pressreport-content-image-actions a::before,
.SP-theme-red-orange .spnd-pressreport-content-text-externalLink a::before,
.SP-theme-red-orange .spnd-pressreport-content-downloadaspdf a::before {
  color: #852001;
}
.SP-theme-grey .spnd-pressreport-content-image-actions a::before,
.SP-theme-grey .spnd-pressreport-content-text-externalLink a::before,
.SP-theme-grey .spnd-pressreport-content-downloadaspdf a::before {
  color: #3A4854;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Sitemap
 * template.g09.stylesheet
 */

  
@media all {
  .sitemap ul {
  margin-bottom: 2.75em;
}
.sitemap ul ul {
  margin-bottom: 1.75em;
}
.sitemap ul ul ul {
  margin-bottom: 0;
}
.sitemap > li > ul > li {
  margin-bottom: 1em;
}
.sitemap > li > ul > li > ul > li {
  margin-bottom: 1.75em;
}
.sitemap > li > ul > li.leaf,
.sitemap > li > ul > li > ul > li.leaf {
  margin-bottom: 0;
}
.sitemap li li li {
  margin-left: 1.35em;
}
#SP-content .sitemap > li > a {
  display: block;
  font-size: 1.125em;
  margin-bottom: 0.5em;
  padding: 0 1.2223em;
}
.sitemap li li .SP-theme-default i,
.sitemap li li .SP-theme-default + ul li i {
  color: #00389A;
}
.sitemap li li .SP-theme-orange i,
.sitemap li li .SP-theme-orange + ul li i {
  color: #E97C1B;
}
.sitemap li li .SP-theme-green i,
.sitemap li li .SP-theme-green + ul li i {
  color: #669C2C;
}
.sitemap li li .SP-theme-cyan i,
.sitemap li li .SP-theme-cyan + ul li i {
  color: #45999E;
}
.sitemap li li .SP-theme-red-orange i,
.sitemap li li .SP-theme-red-orange + ul li i {
  color: #852001;
}
.sitemap li li .SP-theme-grey i,
.sitemap li li .SP-theme-grey + ul li i {
  color: #3A4854;
}
#SP-content .sitemap > li > a.SP-theme-default {
  background-color: #00389A;
  color: #FFFFFF;
}
#SP-content .sitemap > li > a.SP-theme-orange {
  background-color: #E97C1B;
  color: #FFFFFF;
}
#SP-content .sitemap > li > a.SP-theme-green {
  background-color: #669C2C;
  color: #FFFFFF;
}
#SP-content .sitemap > li > a.SP-theme-cyan {
  background-color: #45999E;
  color: #FFFFFF;
}
#SP-content .sitemap > li > a.SP-theme-red-orange {
  background-color: #852001;
  color: #FFFFFF;
}
#SP-content .sitemap > li > a.SP-theme-grey {
  background-color: #3A4854;
  color: #FFFFFF;
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap li li a:hover span {
  text-decoration: underline;
}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Shop
 * template.g09.stylesheet
 */

  
@media all {
  .SP-shop {
  clear: both;
  float: none;
  margin-bottom: 1.25em;
}
.SP-shop .SP-intro .SP-image {
  min-width: 0;
}
.SP-shop ul {
  margin-bottom: 1.25em;
}
.SP-shop li {
  border-bottom: 2px solid #00389A;
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
}
.SP-theme-orange .SP-shop li {
  border-color: #E97C1B;
}
.SP-theme-green .SP-shop li {
  border-color: #669C2C;
}
.SP-theme-cyan .SP-shop li {
  border-color: #45999E;
}
.SP-theme-red-orange .SP-shop li {
  border-color: #852001;
}
.SP-theme-grey .SP-shop li {
  border-color: #3A4854;
}
.SP-shop li .title {
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 0.5em;
}
.SP-shop li .description {
  margin-bottom: 1em;
}
.SP-shop .SP-image {
  margin: 0.25em 2.6667% 0.25em 0;
  padding: 0;
  width: 25.4815%;
}
.SP-shop .SP-image-right {
  margin: 0.25em 0 0.25em 2.6667%;
}
.sp-shop-productlist dl {
  overflow: hidden;
}
.sp-shop-productlist dt {
  clear: left;
  display: block;
  float: left;
  font-size: 0.875em;
  line-height: 1.7143;
  padding: 0.4286em 0;
  text-transform: uppercase;
  width: 22.5%;
}
.sp-shop-productlist dd {
  display: block;
  float: left;
}
.sp-shop-productlist dd.price {
  padding: 0.375em 0;
}
.sp-shop-productlist dd.attribute .SP-select {
  display: block;
  position: relative;
}
.sp-shop-productlist dd.attribute .SP-select-inner {
  display: block;
}
.sp-shop-productlist dd.attribute .SP-select-inner:after {
  bottom: 1px;
  content: none;
  font-family: SP-icons-greven;
  font-size: 1.5em;
  font-weight: 600;
  margin-right: 1px;
  padding: 2px 3px 2px 4px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1px;
}
.sp-shop-productlist dd.attribute select {
  border: 1px solid #00389A;
  height: 1.9375em;
  padding: 0.125em 0.25em 0.25em 0.25em;
}
.sp-shop-productlist dd.attribute option {
  padding: 0.125em 0.25em 0.25em 0.25em;
}
.sp-shop-productlist dd.attribute,
.sp-shop-productlist dd.amount {
  padding: 0.125em 0;
}
.sp-shop-productlist dd.amount input {
  border: 1px solid #00389A;
  padding: 0.125em 0.625em 0.25em 0.625em;
  text-align: right;
  width: 1.5em;
}
.SP-theme-orange .sp-shop-productlist dd.attribute select,
.SP-theme-orange .sp-shop-productlist dd.amount input {
  border-color: #E97C1B;
}
.SP-theme-green .sp-shop-productlist dd.attribute select,
.SP-theme-green .sp-shop-productlist dd.amount input {
  border-color: #669C2C;
}
.SP-theme-cyan .sp-shop-productlist dd.attribute select,
.SP-theme-cyan .sp-shop-productlist dd.amount input {
  border-color: #45999E;
}
.SP-theme-red-orange .sp-shop-productlist dd.attribute select,
.SP-theme-red-orange .sp-shop-productlist dd.amount input {
  border-color: #852001;
}
.SP-theme-grey .sp-shop-productlist dd.attribute select,
.SP-theme-grey .sp-shop-productlist dd.amount input {
  border-color: #3A4854;
}
.sp-shop-productlist dt label {
  font-size: 1em;
}
.sp-shop-productlist input.button {
  background-color: #FFFFFF;
  border: 2px solid #00389A;
  color: #00389A;
  font-size: 1.125em;
  margin: 10px 30px 0 0;
}
.sp-shop-productlist input.button:hover {
  background-color: #00389A;
  color: #FFFFFF !important;
}
.SP-theme-orange .sp-shop-productlist input.button {
  border-color: #E97C1B;
  color: #E97C1B;
}
.SP-theme-orange .sp-shop-productlist input.button:hover {
  background-color: #E97C1B;
}
.SP-theme-green .sp-shop-productlist input.button {
  border-color: #669C2C;
  color: #669C2C;
}
.SP-theme-green .sp-shop-productlist input.button:hover {
  background-color: #669C2C;
}
.SP-theme-cyan .sp-shop-productlist input.button {
  border-color: #45999E;
  color: #45999E;
}
.SP-theme-cyan .sp-shop-productlist input.button:hover {
  background-color: #45999E;
}
.SP-theme-red-orange .sp-shop-productlist input.button {
  border-color: #852001;
  color: #852001;
}
.SP-theme-red-orange .sp-shop-productlist input.button:hover {
  background-color: #852001;
}
.SP-theme-grey .sp-shop-productlist input.button {
  border-color: #3A4854;
  color: #3A4854;
}
.SP-theme-grey .sp-shop-productlist input.button:hover {
  background-color: #3A4854;
}
.sp-shop-checkout table {
  table-layout: fixed;
}
.sp-shop-checkout th,
.sp-shop-checkout td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-shop-checkout thead th:first-child {
  text-align: left;
}
.sp-shop-checkout thead th:first-child + th {
  text-align: right;
  width: 3em;
}
.sp-shop-checkout thead th:first-child + th + th {
  text-align: center;
  width: 4.5em;
}
.sp-shop-checkout thead th:first-child + th + th + th {
  text-align: right;
  width: 4em;
}
.sp-shop-checkout a {
  font-weight: 600;
}
.SP-shop td.price {
  text-align: right;
  white-space: nowrap;
}
.SP-shop td.amount {
  text-align: center;
}
.SP-shop td .SP-field-inner {
  padding-right: 1.6875em;
  text-align: right;
  white-space: nowrap;
}
.SP-shop td input {
  line-height: inherit;
  padding: 0.125em 0.625em 0.25em 0.625em;
  text-align: right;
  width: 2.75em;
}
.SP-shop td select {
  height: 2em;
  padding: 0.125em 0.3612em 0.25em 0.3612em;
}
.SP-shop tfoot td {
  text-align: right;
  vertical-align: middle;
}
.SP-shop tfoot td form {
  max-width: none;
}
.SP-shop td .SP-field-with-button,
.SP-shop tfoot td .SP-select,
.SP-shop tfoot td .SP-select-inner {
  display: inline-block !important;
}
.SP-shop tr.tax td {
  font-size: 0.75em;
  line-height: 2;
}
.SP-shop td button:hover {
  color: #00389A !important;
}
.SP-theme-orange .SP-shop td button:hover {
  color: #E97C1B !important;
}
.SP-theme-green .SP-shop td button:hover {
  color: #669C2C !important;
}
.SP-theme-cyan .SP-shop td button:hover {
  color: #45999E !important;
}
.SP-theme-red-orange .SP-shop td button:hover {
  color: #852001 !important;
}
.SP-theme-grey .SP-shop td button:hover {
  color: #3A4854 !important;
}
#mini-checkout .fieldset-confirmation .formfield {
  color: #00389A;
  font-size: 1.125;
  font-weight: 600;
}
.SP-theme-orange #mini-checkout .fieldset-confirmation .formfield {
  color: #E97C1B !important;
}
.SP-theme-green #mini-checkout .fieldset-confirmation .formfield {
  color: #669C2C !important;
}
.SP-theme-cyan #mini-checkout .fieldset-confirmation .formfield {
  color: #45999E !important;
}
.SP-theme-red-orange #mini-checkout .fieldset-confirmation .formfield {
  color: #852001 !important;
}
.SP-theme-grey #mini-checkout .fieldset-confirmation .formfield {
  color: #3A4854 !important;
}
}

  
@media all AND (min-width: 480px) {
  .sp-shop-checkout thead th:first-child + th {
  width: 5em;
}
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Verzeichnisse (Modul)
 * template.g09.stylesheet
 */

  
@media all {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===ies-module-directory */

#SP-content #ies-module-directory {
  margin-bottom: 2.25em;
}
.SP-intro + #ies-module-directory {
  margin-top: -1em;
}
#SP-content #ies-module-directory .ies-module-directory-tabbed .ies-module-directory-image, 
#SP-content #ies-module-directory .ies-module-directory-linear-general .ies-module-directory-image {
  background-image: none;
  height: auto;
  font-size: 1.875em;
  position: absolute;
  right: 0;
  top: 0.0667em;
  width: auto;
}
#SP-content #ies-module-directory .ies-module-directory-tabbed {
  background-color: transparent;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-image {
  color: #00389A;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-image {
  color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-image {
  color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-image {
  color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-image {
  color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-image {
  color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-image:before {
  content: '\E607';
  font-family: SP-icons-greven;
}
#SP-content #ies-module-directory .ies-module-directory-preheadline {
  display: none;
  font-size: inherit;
  margin-bottom: 0;
}
#SP-content #ies-module-directory .ies-module-directory-headline {
  display: none;
  color: #00389A;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3334;
  margin: 0.125em 0 0.25em;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-headline {
  color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-headline {
  color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-headline {
  color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-headline {
  color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-headline {
  color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement-headline,
#SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-editelement-headline,
#SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-metanav-headline {
  font-weight: 600;
  height: auto;
  margin-bottom: 0.5em;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-tab {
  border-bottom: 0 none;
  height: auto;
  margin-top: 1.25em;
  overflow: visible;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem {
  background-color: #E8E9E8;
  behavior: url(/css/PIE/PIE.htc);
  border-color: #DDDDDD #CCCCCC #D3D3D3 #CCCCCC;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px;
  height: auto;
  margin-bottom: -1px;
  margin-left: 0.1667em;
  margin-right: 0;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem:first-child {
  margin-left: 0;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-active {
  background: #FFFFFF;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #F0F0F0 0%, #FFFFFF 50%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(50%,#FFFFFF), color-stop(100%,#FFFFFF));
  background: -webkit-linear-gradient(top, #F0F0F0 0%,#FFFFFF 50%,#FFFFFF 100%);
  background: -o-linear-gradient(top, #F0F0F0 0%,#FFFFFF 50%,#FFFFFF 100%);
  background: -ms-linear-gradient(top, #F0F0F0 0%,#FFFFFF 50%,#FFFFFF 100%);
  background: linear-gradient(to bottom, #F0F0F0 0%,#FFFFFF 50%,#FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#FFFFFF',GradientType=0 );

  border-color: #BBBBBB #CCCCCC #FFFFFF #CCCCCC;
}
#SP-content #ies-module-directory .ies-module-directory-editorblock h2 {
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  font-weight: inherit;
  line-height: 1.33334;
  margin-bottom: 0.625em;
  margin-top: 1.5em;
  padding-bottom: 0.0834em;
  padding-left: 0;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-editorblock h2 {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-editorblock h2 {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-editorblock h2 {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-editorblock h2 {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-editorblock h2 {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-left,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-center,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-right,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-general a,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-a-z a,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-categories a,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-detail a,
#SP-content #ies-module-directory .ies-module-directory-label-personaldata,
#SP-content #ies-module-directory .ies-module-directory-label-password,
#SP-content #ies-module-directory .ies-module-directory-label-logo,
#SP-content #ies-module-directory .ies-module-directory-label-releasedata,
#SP-content #ies-module-directory .ies-module-directory-label-contactdata,
#SP-content #ies-module-directory .ies-module-directory-label-description,
#SP-content #ies-module-directory .ies-module-directory-label-categorize,
#SP-content #ies-module-directory .ies-module-directory-label-categorized,
#SP-content #ies-module-directory .ies-module-directory-oneview-exlink {
  background-image: none !important;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-left,
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-right {
  display: none;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-center {
  height: auto;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-center a {
  behavior: url(/css/PIE/PIE.htc);
  border-left: 1px solid #ffffff !important;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ffffff !important;
  font-size: inherit;
  padding: 5px 10px 4px 10px;
  text-align: center;
}
#SP-content #ies-module-directory .ies-module-directory-tab-part2 {
  border-color: #D3D3D3;
  clear: both;
  margin-top: -1px;
  padding: 16px 10px 1px 10px;
}
#SP-content #ies-module-directory .ies-module-directory-tab-part3 {
  border-color: #D3D3D3;
  padding: 16px 10px 0 10px;
}
#SP-content #ies-module-directory .ies-module-directory-newelement,
#SP-content #ies-module-directory .ies-module-directory-editelement {
  margin-bottom: 1.5em;
}
#SP-content #ies-module-directory .ies-module-directory-metanav-tabbed {
  background-color: transparent;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement {
  border-color: #00389A;
  margin-top: 2em;
  padding-top: 2em;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-metanav-tabbed .ies-module-directory-newelement {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-intro {
  margin-bottom: 1.5em; 
}
#SP-content #ies-module-directory a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
#SP-content #ies-module-directory a:hover {
  text-decoration: underline;
}
#SP-content #ies-module-directory strong,
#SP-content #ies-module-directory th {
  font-weight: 600;
}
#SP-content #ies-module-directory .ies-directory-noofpublishedentries {
  color: inherit;
  font-weight: 600;
}
#SP-content #ies-module-directory .ies-module-directory-categories-list li,
#SP-content #ies-module-directory .ies-module-directory-ulist-item {
  margin-bottom: 0.5em; 
}
#SP-content #ies-module-directory .ies-module-directory-newelement-list ul,
#SP-content #ies-module-directory .ies-module-directory-editelement-list ul,
#SP-content #ies-module-directory .ies-module-directory-metanav-list ul {
  margin-top: 1em;
}
#SP-content #ies-module-directory .ies-module-directory-newelement-list li,
#SP-content #ies-module-directory .ies-module-directory-editelement-list li,
#SP-content #ies-module-directory .ies-module-directory-metanav-list li,
#SP-content #ies-module-directory .ies-module-directory-categories-list li,
#SP-content #ies-module-directory .ies-module-directory-ulist-item-categoryselection-link,
#SP-content #ies-module-directory .ies-module-directory-ulist-item-nameselection-link {
  background-image: none;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-newelement-list li a:hover span,
#SP-content #ies-module-directory .ies-module-directory-editelement-list li a:hover span,
#SP-content #ies-module-directory .ies-module-directory-metanav-list li a:hover span,
#SP-content #ies-module-directory .ies-module-directory-categories-list li a:hover span,
#SP-content #ies-module-directory .ies-module-directory-ulist-item-categoryselection-link a:hover span,
#SP-content #ies-module-directory .ies-module-directory-ulist-item-nameselection-link a:hover span,
#SP-content #ies-module-directory .ies-module-directory-oneview-exlink a:hover span {
  text-decoration: underline;
}
#SP-content #ies-module-directory .ies-module-directory-searchselection-form > div:first-child + div + div + div {
  border: 1px solid #E1E2E2;
  position: relative;
}
#SP-content #ies-module-directory .ies-module-directory-searchselection-label {
  border-bottom: 2px solid #00389A;
  color: inherit;
  font-size: 1.5em;
  font-weight: inherit;
  margin: 1.5em 0 1em 0;
  padding-bottom: 0.125em;
}
#SP-content #ies-module-directory .ies-module-directory-categories-label {
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  font-weight: inherit;
  margin: 0 0 1em 0;
  padding-bottom: 0.125em;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-searchselection-label,
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-categories-label {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-searchselection-label,
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-categories-label {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-searchselection-label,
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-categories-label {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-searchselection-label,
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-categories-label {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-searchselection-label,
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-categories-label {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-fullsearch-input-text {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-color: #F0F0F1;
  box-sizing: border-box;
  display: block;
  float: none;
  font-size: 1.125em;
  height: auto;
  padding: 0.3334em 2.9445em 0.3334em 0.5556em;
  vertical-align: middle;
  width: 100%;
}
#SP-content #ies-module-directory .ies-module-directory-fullsearch-input-submit {
  color: #7F7F7F;
  cursor: pointer;
  font-size: 1.5em;
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.25em;
}
#SP-content #ies-module-directory .ies-module-directory-fullsearch-input-text:focus + button,
#SP-content #ies-module-directory .ies-module-directory-fullsearch-input-submit:focus {
  color: #000000;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter,
#SP-content #ies-module-directory .ies-module-directory-listview-paging,
#SP-content #ies-module-directory .ies-module-directory-oneview-pagecode {
  background-color: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter {
  border-bottom: 2px solid #00389A;
  font-size: 1.125em;
  margin-bottom: 1.25em;
  padding-bottom: 1em;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-listview-paging {
  margin-top: -0.8889em;
}
#SP-content #ies-module-directory .ies-module-directory-listview-paging a {
  font-weight: 600;
}
#SP-content #ies-module-directory .ies-module-directory-listview-paging a:hover {
  text-decoration: none;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-label {
  float: none;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters {
  display: inline-block;
  line-height: 30px;
  margin-left: 0;
  max-width: 370px;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters strong {
  background-color: #7F7F7F;
  color: #FFFFFF;
  float: left;
  font-weight: 600;
  height: 30px;
  margin: 0 3px 3px 0;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters a {
  background-color: #00389A;
  color: #FFFFFF;
  float: left;
  font-weight: 600;
  height: 30px;
  margin: 0 3px 3px 0;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters a {
  background-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters a {
  background-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters a {
  background-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters a {
  background-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters a {
  background-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item {
  border-bottom: 2px solid #00389A;
  border-top: 0 none;
  clear: both;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding-bottom: 1.25em;
  padding-top: 0;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-listview-item {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-listview-item {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-listview-item {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-listview-item {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-listview-item {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item-odd {
  background-color: transparent;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-separator {
  color: inherit;
  float: left;
  margin-left: 0.25em;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter .ies-module-directory-entries-letterfilter-separator {
  display: none;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item a {
  display: block;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item a:hover {
  text-decoration: none;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item-image {
  margin: 0.25em 0.75em 0.25em 0;
  padding: 0;
  width: 5.375em;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item-image img {
  border: 0 none;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item-text {
  margin-left: 6.125em;
}
#SP-content #ies-module-directory .ies-module-directory-listview-item-text-entrylink {
  display: none;
}
#SP-content #ies-module-directory .ies-module-directory-oneview {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  position: relative;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-image {
  float: none;
  margin: 1.875em auto 0 auto;
  padding: 0;
  width: 11.5em;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-image img {
  border: 0 none;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-content {
  margin-left: 0;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-content table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 0;
  margin-top: 0;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-content th {
  font-weight: 600;
  width: 7em;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-content th[colspan="2"] {
  background-color: transparent;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-content th,
#SP-content #ies-module-directory .ies-module-directory-oneview-content td {
  overflow: hidden;
  padding: 0.375em;
  text-overflow: ellipsis;
  vertical-align: baseline;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-exlink {
  display: inline-flex;
  max-width: 100%;
  padding: 0;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-exlink a {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-label,
#SP-content #ies-module-directory .ies-module-directory-oneview-categories {
  border-top: 0 none;
  border-bottom: 2px solid #00389A;
  font-size: 1.5em;
  font-weight: inherit;
  line-height: 1.33334;
  margin-bottom: 0.625em;
  margin-top: 1.25em;
  padding-bottom: 0.0834em;
  padding-top: 0;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-oneview-label,
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-oneview-categories {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-oneview-label,
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-oneview-categories {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-oneview-label,
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-oneview-categories {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-oneview-label,
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-oneview-categories {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-oneview-label,
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-oneview-categories {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-category,
#SP-content #ies-module-directory .ies-module-directory-oneview-categories-separator {
  display: inline;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-pagecode {
    -moz-opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
          filter: alpha(opacity=50);

  color: #000000;
  font-size: 0.75em;
  margin-top: 2.5em;
  opacity: 0.5;
}

/* Formular
-------------------------------------------------------------- */

#SP-content #ies-module-directory .ies-module-directory-editorblock {
  border-bottom: 0 none;
  padding: 0;
}
#SP-content #ies-module-directory label {
  display: inline;
  margin: 0;
}
#SP-content #ies-module-directory .ies-module-directory-editortext,
#SP-content #ies-module-directory label + div {
  margin-bottom: 1em;
}
#SP-content #ies-module-directory .ies-module-directory-label-text {
  font-size: inherit;
  text-transform: inherit;
}
#SP-content #ies-module-directory .ies-module-directory-formfield-text,
#SP-content #ies-module-directory .ies-module-directory-formfield-textarea {
  border-color: #00389A;
  height: auto;
  padding: 0.3334em 0.5556em;
  width: 100%;
}
#SP-content #ies-module-directory .ies-module-directory-formfield-textarea {
  height: 6.125em;
}
#SP-content #ies-module-directory .ies-module-directory-formfield-select {
  border-color: #00389A;
  padding: 0.3334em 0.3612em;
  width: 100%;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-formfield-text,
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-formfield-textarea,
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-formfield-select {
  border-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-formfield-text,
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-formfield-textarea,
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-formfield-select {
  border-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-formfield-text,
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-formfield-textarea,
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-formfield-select {
  border-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-formfield-text,
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-formfield-textarea,
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-formfield-select {
  border-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-formfield-text,
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-formfield-textarea,
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-formfield-select {
  border-color: #3A4854;
}
#SP-content #ies-module-directory .ies-module-directory-formfield-upload {
  margin-top: 0;
  padding: 0.3334em 0.5556em;
  width: 100%;
}
#SP-content #ies-module-directory .ies-module-directory-formfield-button {
  background-color: #FFFFFF;
  border-width: 2px;
  color: #00389A;
  font-size: 1.25em;
  margin-top: 0.6667em;
  padding: 0.1112em 0.8889em;
  width: auto;
}
#SP-content #ies-module-directory .ies-module-directory-formfield-button:hover {
  background-color: #00389A;
  color: #FFFFFF !important;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-formfield-button {
  color: #E97C1B;
}
.SP-theme-orange #SP-content #ies-module-directory .ies-module-directory-formfield-button:hover {
  background-color: #E97C1B;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-formfield-button {
  color: #669C2C;
}
.SP-theme-green #SP-content #ies-module-directory .ies-module-directory-formfield-button:hover {
  background-color: #669C2C;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-formfield-button {
  color: #45999E;
}
.SP-theme-cyan #SP-content #ies-module-directory .ies-module-directory-formfield-button:hover {
  background-color: #45999E;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-formfield-button {
  color: #852001;
}
.SP-theme-red-orange #SP-content #ies-module-directory .ies-module-directory-formfield-button:hover {
  background-color: #852001;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-formfield-button {
  color: #3A4854;
}
.SP-theme-grey #SP-content #ies-module-directory .ies-module-directory-formfield-button:hover {
  background-color: #3A4854;
}

/* Icons
-------------------------------------------------------------- */

#SP-content #ies-module-directory .ies-module-directory-fullsearch-input-submit:before {
  content: '\E641';
  font-family: SP-icons-greven;
  position: relative;
  top: 0.0834em;
}
#SP-content #ies-module-directory .ies-module-directory-fullsearch-input-submit img {
  display: none;
}
}

  
@media all AND (min-width: 480px) {
  #SP-content #ies-module-directory .ies-module-directory-tab {
  font-size: 1.125em;
  margin-top: 1.1112em;
}
#SP-content #ies-module-directory .ies-module-directory-tab .ies-module-directory-tabitem-center a {
  min-width: 3em;
}
#SP-content #ies-module-directory .ies-module-directory-searchselection-form {
  max-width: 556px;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters {
  max-width: 545px;
}
#SP-content #ies-module-directory .ies-module-directory-oneview-image {
  margin-left: 2.8709%;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20.5742%;
}

}

  
@media all AND (min-width: 768px) {
  #SP-content #ies-module-directory .ies-module-directory-searchselection-form {
  max-width: 470px;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters {
  max-width: 499px;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  #SP-content #ies-module-directory .ies-module-directory-searchselection-form {
  max-width: 556px;
}
#SP-content #ies-module-directory .ies-module-directory-entries-letterfilter-letters {
  max-width: 585px;
}
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Werbung
 * template.g09.stylesheet
 */

  
@media all {
  .SP-ad h5 {
  font-size: 0.875em;
}
.home .SP-ad h5 {
  color: #00389A;
}
.SP-ad li > *,
.SP-ad li img,
.SP-ad li object {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.SP-ad li object {
  margin: 0 -3px; /* Bugfix */
}
.no-mediaqueries .SP-ad li object {
  max-width: none;
}
.SP-ad li {
  max-height: 150px;
  overflow: hidden;
}
.SP-ad li > *:before,
.SP-ad li > *:after {
  content: ' ';
  display: inline-block;
  height: 150px;
  vertical-align: middle;
  width: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  == Werbung im Content */

#SP-ad-content {
     -moz-box-shadow: 0 1px 3px 0 #C4C6CA;
  -webkit-box-shadow: 0 1px 3px 0 #C4C6CA;

  background-color: #F9F9F9;
  box-shadow: 0 1px 3px 0 #C4C6CA;
  margin-bottom: 2.25em;
  padding: 0.375em 2.5%;
}
.home #SP-ad-content {
  background-color: #F0F4FA;
}
#SP-ad-content ul {
  margin-left: 3.3334%;
  margin-right: 3.3334%;
}
#SP-ad-content li {
  display: block;
  margin: 1.1852% 1.6666% 1.125em 1.6666%;
  text-align: center;
  white-space: nowrap;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  == Werbung am Rand */

#SP-ad-aside {
  display: none;
}
}

  
@media all AND (min-width: 480px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  == Werbung im Content */

#SP-ad-content li {
  float: left;
  margin-bottom: 1.1852%;
  min-width: 30%;
}
}

  
@media all AND (min-width: 768px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  == Werbung im Content */

#SP-ad-content {
  margin-bottom: 0;
  padding: 0.375em 1.4815%;
}
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  == Werbung im Content */

#SP-ad-content {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  == Werbung am Rand */

#SP-ad-aside {
  display: block;
  float: right;
}
.ad-right-160 #SP-ad-aside {
  width: 160px;
}
.ad-right-180 #SP-ad-aside {
  width: 180px;
}
#SP-ad-aside h5 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 0;
}
#SP-ad-aside ul {
  margin-top: 1.5em;
}
#SP-ad-aside li {
  margin-bottom: 1.125em;
}
}

  
@media print {
  #SP-ad-aside,
#SP-ad-content {
  display: none;
}
}

  


  
/**
 * swiper-bundle.min.css
 * template.g09.stylesheet
 */

  
@media all {
  /**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
}

  
@media all AND (min-width: 480px) {
  
}

  
@media all AND (min-width: 768px) {
  
}

  
@media all AND (min-width: 960px) {
  
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
/**
 * Swiper
 * template.g09.stylesheet
 */

  
@media all {
  :root {
--swiper-theme-color: #FFFFFF
}
#SP-aside:not(.swiper-container) {
  background-color: #FFFFFF;
  box-shadow: none;
}
.swiper-container {
  margin-bottom: 1rem;
}
.SP-CardTeaser {
    background-color: transparent;
    color: currentColor;
    display: block;
    text-decoration: none;
}
.SP-CardTeaser__image {
    margin: 0;
}
.SP-FixedSize {
    display: block;
    width: 100%;
}
.SP-FixedSize__raiser--2x3 {
    padding-top: 150%;
}
.SP-FixedSize__raiser {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}
.SP-FixedSize__content[data-sp-object-fit] {
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}
.SP-FixedSize__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.SP-Asset__caption {
    position: relative;
}
.SP-CardTeaser__wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0.75rem 0.25rem 0.625rem 0;
}
.SP-CardTeaser__headline {
  margin: 0;
}
.SP-CardTeaser__text {
  margin-bottom: 1rem;
}
.SP-CardTeaser-caption-text {
  margin: 0 0 0.375rem 0;
}
.SP-CardTeaser__inner {
  display: flex;
  flex-direction: column;
}

.swiper-button-next, .swiper-button-prev {
  top: 320px;
}



}

  
@media all AND (min-width: 480px) {
  .swiper-slide {
  padding-right: 1px;
}
.SP-CardTeaser__inner {
  display: flex;
  flex-direction: row;
}
.SP-CardTeaser__wrapper {
  padding-top: 0;
  padding-left: 1rem;
  width: 150%;
  justify-content: flex-end;
}
.SP-FixedSize__raiser--2x3 {
  max-width: 272px;
  min-width: 272px;
  padding-top: 408px;
}
.swiper-button-next, .swiper-button-prev {
  top: 272px;
}
.swiper-button-next {
  right: auto;
  left: 236px;
}
}

  
@media all AND (min-width: 768px) {
  .swiper-container {
  width: calc(100% - 16px);
}
.swiper-slide {
  padding-right: 0;
}
.SP-CardTeaser__inner {
  display: flex;
  flex-direction: column;
}
.SP-CardTeaser__wrapper {
  justify-content: space-between;
  padding-left: 0;
  padding-top: 0.75rem;
  width: 100%;
}
.SP-FixedSize__raiser--2x3 {
  max-width: none;
  min-width: none;
  padding-top: 150%;
}
.swiper-button-next, .swiper-button-prev {
  top: 225px;
}
.swiper-button-next {
  right: 10px;
  left: auto;
}
.SP-FixedSize__content {
  width: auto;
}
}

  
@media all AND (min-width: 960px) {
  .swiper-button-next, .swiper-button-prev {
  top: 320px;
}
}

  
@media all AND (min-width: 1044px) {
  
}

  
@media all AND (min-width: 1440px) {
  
}

  
@media print {
  
}

  


  
