/* exo-2-300 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Exo 2 Light'), local('Exo2-Light'),
       url('files/Fonts/exo-2-v4-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('files/Fonts/exo-2-v4-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Exo 2'), local('Exo2-Regular'),
       url('files/Fonts/exo-2-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('files/Fonts/exo-2-v4-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-2-700 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Exo 2 Bold'), local('Exo2-Bold'),
       url('files/Fonts/exo-2-v4-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('files/Fonts/exo-2-v4-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* exo-2-800 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'),
       url('files/Fonts/exo-2-v4-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('files/Fonts/exo-2-v4-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@media screen {
  html {
    overflow-y: scroll;
  }
}

body {
  font-family: Calibri, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
  color: black;
  background-color: white;
}


/* ----------------------- Helper ------------------------- */

.thinspace {
  margin-left: -0.17em;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
  visibility: hidden;
}

.noview { /* identisch mit .printonly */
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  line-height: 2 !important;
  position: absolute !important;
}
@media (hover: hover) {
  body:hover .noview a, /* damit die unsichtbaren Elemente auf mausbedienbaren Geräten keinen Fokus annehmen können */
  body:hover .noview input,
  body:hover .noview button { display: none !important; }
}

@media screen {
  .printonly { /* identisch mit .noview */
    height: 1px !important;
    width: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    line-height: 2 !important;
    position: absolute !important;
  }
}

@media print {
  .noprint { display: none !important; }
  #cms_vorschau_label { display: none; }
}


#nojs .if-js,
#js .if-nojs {
  display: none;
}



/* ----------------------- Normalize.css (Auszüge) ------------------------- */
/* https://github.com/necolas/normalize.css/blob/master/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: no-common-ligatures; /* neuerdings funktioniert nur noch die prefixlose Variante */
}

body,
figure {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; /* 'progress' in Chrome, Firefox und Opera */
}

a {
  background: transparent;
}

a:active {
  outline: 0;
}

b, strong {
  font-weight: bold;
} /* style set to "bolder" in Firefox 4+, Safari, and Chrome */

small {
  font-size: 82%;
}
small small {
  font-size: 1em;
}

sub, sup {
  font-size: 82%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.34em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}

button,
input,
optgroup,
select,
textarea {
  font-size: inherit;
  margin: 0; /* Firefox 4+, Safari, and Chrome */
}

button {
  overflow: visible; /* `overflow` set to `hidden` in MSIE bis 11 */
}

button::-moz-focus-inner, /* Remove inner padding and border in Firefox 4+ */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* Remove default vertical scrollbar in MSIE bis 11 */
}

[hidden] {
  display: none;
}
/* Der folgende Dummy-Code wird vom Android-Browser, Google Chrome 12 und Safari benötigt, sonst arbeiten 
die "Sibling"-Kombinatoren + und ~ hinter Pseudo-Klassen (:target usw.) nicht richtig! */
body { -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ------------------------- Hamburger-Button --------------------------- */

#menushow { display: none; } /* unsichtbare Anker werden nicht angescrollt */

#menulinks {
  float: left;
  font-size: 3.3em;
  line-height: 1;
  width: 20%;
  height: 1.2em;
  position: relative;
  padding-top: 14px;
}
@media (max-width: 500px) {
  #menulinks { font-size: 2.5em; padding-top: 3%; }
}
@media (max-width: 400px) {
  #menulinks { font-size: 2em; }
}
@media print {
  #menulinks { display: none; }
}

#menulinks a {
  color: #777;
  position: absolute;
  text-decoration: none;
  padding-left: 100px;
  opacity: 0.3;
}

@media (hover: hover) {
  #menulinks a:hover {
    opacity: 0.5;
  }
  #menulinks a:active {
    opacity: 1;
  }
}

#menulinks a:before {
  position: absolute;
  left: 0;
  top: 0;
}

#menulinks a[href="#menushow"]:before {
  content: '';
  width: 1.2em;
  height: 0.17em;
  background-color: #777;
  border-radius: 0.1em;
  -webkit-box-shadow: 0 0.35em 0.01em #777, 0 0.68em 0.01em #777; /* bei Safari 6 iOS 6 und Android-Browser 2.3 darf der dritte Parameter nicht 0 sein */
  -moz-box-shadow: 0 0.35em 0 #777, 0 0.68em 0 #777;
  box-shadow: 0 0.35em 0 #777, 0 0.68em 0 #777;
}


#menulinks a[href="#menuhide"]:before {
  content: '×';
  font-size: 2em;
  line-height: 0.5;
  top: -0.1em;
  left: 5px;
}

#menulinks a span {
  display: inline-block;
  width: 1px;
  height: 16px;
  overflow: hidden;
}

#menushow:not(.target) + #head #menulinks a[href="#menushow"],
#nojs #menushow:not(:target) + #head #menulinks a[href="#menushow"] { display: inline; }
#menushow:not(.target) + #head #menulinks a[href="#menuhide"],
#nojs #menushow:not(:target) + #head #menulinks a[href="#menuhide"] { display: none; }

#menushow.target + #head #menulinks a[href="#menushow"],
#nojs #menushow:target + #head #menulinks a[href="#menushow"]       { display: none; }
#menushow.target + #head #menulinks a[href="#menuhide"],
#nojs #menushow:target + #head #menulinks a[href="#menuhide"]       { display: inline; }


/* ------------------------- Flyout-Menü --------------------------- */

/* - - - - - - - - - - - Sprechblasen-Zipfel - - - - - - - - - - - - */

nav #zipfel {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 1.1%;
}

nav #zipfel div {
  position: relative;
}

nav #zipfel div:before {
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: white;
  border: solid #ccc;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(125deg) skewY(23.5deg);
  transform: rotate(125deg) skewY(23.5deg);
  position: absolute;
  left: 3px;
  top: -26px;
}

@media (max-width: 645px) {
  nav #zipfel div:before {
    left: 13px;
  }
}


@media (max-width: 500px) {
  nav #zipfel div:before {
    height: 35px;
    width: 35px;
    left: 11px;
    top: -19px;
  }
}
@media (max-width: 400px) {
  nav #zipfel div:before {
    height: 28px;
    width: 28px;
    left: 9px;
    top: -15px;
  }
}


/* - - - - - - - - - - - - - - Menü - - - - - - - - - - - - - - - - */

nav {
  position: absolute;
  z-index: 99; /* damit das Flyout-Menü wirklich ganz oben liegt */
  left: 0;
  right: 0;
  top: 100%;
}

#menushow:not(.target) ~ nav,
#nojs #menushow:not(:target) ~ nav {
  margin-top: -999em;
}

#menushow.target ~ nav,
#nojs #menushow:target ~ nav {
  margin-top: 0;
}

nav > div {
  position: relative;
  background-color: white;
  max-width: 864px;
  min-height: 432px;
  border: 1px solid #ddd;
  margin: 0 auto;
}

nav #menu {
  max-width: 784px;
  padding: 24px;
  margin: 0 auto;
}

@media print {
  nav {
    display: none;
  }
}

/* ---------------------- UL-/LI-Tags ----------------------- */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  nav #sitemap_1_1_3 {
    position: absolute;
    left: 33.33333%;
    top: 24px;
  }
  
  nav .sitemap_1 > li {
    width: 31%;
  }
  
  nav #sitemap_1_1_3 li:nth-child(n+12) {
    position: absolute;
    left: 115%;
    top: 1.8em;
    width: 100%;
  }
  
  nav #sitemap_1_1_3 li:nth-child(13) { top:  3.5em; }
  nav #sitemap_1_1_3 li:nth-child(14) { top:  5.3em; }
  nav #sitemap_1_1_3 li:nth-child(15) { top:  7.0em; }
  nav #sitemap_1_1_3 li:nth-child(16) { top:  8.8em; }
  nav #sitemap_1_1_3 li:nth-child(17) { top: 10.5em; }
  nav #sitemap_1_1_3 li:nth-child(18) { top: 12.2em; }
  nav #sitemap_1_1_3 li:nth-child(19) { top: 14.1em; }
  nav #sitemap_1_1_3 li:nth-child(20) { top: 15.8em; }
  nav #sitemap_1_1_3 li:nth-child(21) { top: 17.5em; }
  nav #sitemap_1_1_3 li:nth-child(22) { top: 19.3em; }
}

@media (min-width: 480px) and (max-width: 767px) {
  nav #sitemap_1_1_3 {
    position: absolute;
    left: 50%;
    top: 24px;
    background-color: white; /* vorsichtshalber */
  }

  nav .sitemap_1 > li {
    width: 47%;
  }

  nav #menu {
    min-height: 35em;
  }
}

/* ---------------------- A-Tags ------------------------ */

nav a { 
  text-decoration: none;
  display: inline-block;
  padding: 0.3em 0;
}

nav .sitemap_1 > li > a {
  font-family: 'Exo 2', Calibri, sans-serif;
  font-weight: bold;
}

/* --------------------- Link-Farben --------------------- */

nav .sitemap_1 > li > a { 
  color: #008142;
}

nav .sitemap_2 > li > a { 
  color: gray;
}

/*
nav .sitemap_1 > li.curdir > a {
}

nav .sitemap_2 > li.curdir > a {
}
*/


@media (hover: hover) {
  /* -------------------- Hover-Farben ---------------------*/

  nav .sitemap_1 > li > a:hover { 
    color: gray;
  }

  nav .sitemap_2 > li > a:hover { 
    color: #008142;
  }

  /* -------------------- Active-Farben ---------------------*/

  nav .sitemap_1 > li > a:active { 
    color: #008142;
  }

  nav .sitemap_2 > li > a:active { 
    color: gray;
  }
}
header { /* öffnendes Tag siehe "Navigation" */
  position: relative; /* damit nav mit top: 100% genau auf Unterkante header sitzt */
  max-width: 960px;
  padding: 0 1.1%;
  margin: 0 auto;
}

#head {
  max-width: 620px;
  padding: 4% 0;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #head {
    padding: 6% 0;
  }
}

#logo {
  float: right;
  width: 395px;
  max-width: 80%;
}

#logo img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

@media print {
  header,
  #head {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  #head { padding-bottom: 32px; }
  header > .grid-cell { padding: 0; }
}
/* ----------------------- Seitenränder und Breite ------------------------- */

.hero {
  max-width: 960px;
  padding-bottom: 32px;
  margin: 0 auto;
}

@media print {
  .hero {
    max-width: none;
    padding-bottom: 24px;
    margin: 0;
  }
}

/* ---------------------------------- JS ---------------------------------- */

#js #slideshow.responsive-box,
#js #slideshow .responsive-box {
  padding-bottom: 50%;
}

#js #slideshow.bildershow.hand-cursor {
  cursor: default;
}

/* weiter siehe ganz unten bei "Inhalt der "Frames"" */


/* --------------------------------- NoJS ---------------------------------- */

/* ----------------------------- Slideshow-Box ----------------------------- */

#nojs .slideshow {
  max-width: 100%;
  overflow: hidden;
}

#nojs .slideshow .responsive-box {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#nojs .slideshow * {
  -webkit-backface-visibility: hidden; /* unterdrückt im Safari das "Flickern" beim Zurückspringen des Filmstreifens */
}


/* ---------------------------- Filmstreifen -------------------------------- */

#nojs .slideshow .responsive-box {
  width: 100%;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

#nojs .slides-2 .responsive-box {
  -webkit-animation: slideranim-2 16s infinite;
  animation: slideranim-2 16s infinite;
}
#nojs .slides-3 .responsive-box {
  -webkit-animation: slideranim-3 24s infinite;
  animation: slideranim-3 24s infinite;
}
#nojs .slides-4 .responsive-box {
  -webkit-animation: slideranim-4 32s infinite;
  animation: slideranim-4 32s infinite;
}


/* ---------------------------- Animationen -------------------------------- */
/* Laufzeitverhältnis: 100 Zeiteinheiten stehen + 25 Zeiteinheiten gleiten = 125
   Berechnen der Gleitzeit: erste Zahl vor den mittleren Frames durch 5
*/

/* 99.99% { transform: translate(0.1%); } MSIE 11 kann nicht direkt zu 100% {... 0 springen } */

@-webkit-keyframes slideranim-2 {
   0%, 40% { -webkit-transform: translateX(200%); }
  50%, 90% { -webkit-transform: translateX(100%); }
    99.99% { -webkit-transform: translateX(0.1%); } /* nur für MSIE 10/11 */
      100% { -webkit-transform: translateX(0); }
}
@keyframes slideranim-2 {
   0%, 40% { transform: translateX(200%); }
  50%, 90% { transform: translateX(100%); }
    99.99% { transform: translateX(0.1%); } /* nur für MSIE 10/11 */
      100% { transform: translateX(0); }
}

@-webkit-keyframes slideranim-3 {
   0%, 26% { -webkit-transform: translateX(300%); }
  33%, 60% { -webkit-transform: translateX(200%); }
  67%, 93% { -webkit-transform: translateX(100%); }
    99.99% { -webkit-transform: translateX(0.1%); } /* nur für MSIE 10/11 */
      100% { -webkit-transform: translateX(0); }
}
@keyframes slideranim-3 {
   0%, 26% { transform: translateX(300%); }
  33%, 60% { transform: translateX(200%); }
  67%, 93% { transform: translateX(100%); }
    99.99% { transform: translateX(0.1%); } /* nur für MSIE 10/11 */
      100% { transform: translateX(0); }
}

@-webkit-keyframes slideranim-4 {
   0%, 20% { -webkit-transform: translateX(400%); }
  25%, 45% { -webkit-transform: translateX(300%); }
  50%, 70% { -webkit-transform: translateX(200%); }
  75%, 95% { -webkit-transform: translateX(100%); }
    99.99% { -webkit-transform: translateX(0.1%); } /* nur für MSIE 10/11 */
      100% { -webkit-transform: translateX(0); }
}
@keyframes slideranim-4 {
   0%, 20% { transform: translateX(400%); }
  25%, 45% { transform: translateX(300%); }
  50%, 70% { transform: translateX(200%); }
  75%, 95% { transform: translateX(100%); }
    99.99% { transform: translateX(0.1%); } /* nur für MSIE 10/11 */
      100% { transform: translateX(0); }
}


/* ---------------------------- Einzel-"Frame" -------------------------------- */

#nojs .slideshow figure {
  position: absolute; /* auch für die Positionierung von <figcaption> */
  width: 100%;
  margin: 0;
}

#nojs .slides-2 figure:nth-child(1) { left: -200%; }
#nojs .slides-2 figure:nth-child(2) { left: -100%; }

#nojs .slides-3 figure:nth-child(1) { left: -300%; }
#nojs .slides-3 figure:nth-child(2) { left: -200%; }
#nojs .slides-3 figure:nth-child(3) { left: -100%; }

#nojs .slides-4 figure:nth-child(1) { left: -400%; }
#nojs .slides-4 figure:nth-child(2) { left: -300%; }
#nojs .slides-4 figure:nth-child(3) { left: -200%; }
#nojs .slides-4 figure:nth-child(4) { left: -100%; }

@media print {
  #nojs .slides-2 figure:nth-child(1) { left: 0; }
  #nojs .slides-2 figure:nth-child(2) { display: none; }

  #nojs .slides-3 figure:nth-child(1) { left: 0; }
  #nojs .slides-3 figure:nth-child(2),
  #nojs .slides-3 figure:nth-child(3) { display: none; }

  #nojs .slides-4 figure:nth-child(1) { left: 0; }
  #nojs .slides-4 figure:nth-child(2),
  #nojs .slides-4 figure:nth-child(3),
  #nojs .slides-4 figure:nth-child(4) { display: none; }
}

/* ---------------------- Inhalt der "Frames" (<figure>) ------------------------ */

#nojs .slideshow figcaption,
#js #slideshow figcaption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 9%;
  box-sizing: border-box;
  padding: 0 2.2%;
}

#nojs .slideshow figcaption > div,
#js #slideshow figcaption > div {
  font-family: 'Exo 2', Calibri, sans-serif;
  font-weight: bold;
  font-weight: 800;
  font-size: 3.1em;
  color: white;
  max-width: 620px;
  margin: 0 auto;
}
main {
  line-height: 1.5;
  max-width: 640px;
  padding: 0 1.1%;
  padding-bottom: 40px;
  margin: 0 auto;
}

main a         { color: #008142; }
main a:visited { color: gray; }
@media (hover: hover) {
  main a:hover   { color: gray; }
  main a:active  { color: #333; }
}

@media print {
  main {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  main a,
  main a:visited,
  main a:hover,
  main a:active { color: black; text-decoration: underline; }
  main a[href^="http"]:after { content: " <" attr(href) ">"; }
  main .notprinturl a[href^="http"]:after,
  main a[href^="http"].notprinturl:after { content: ""; }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-top: 0;
}

h1, h2 { 
  color: #008142;
  font-family: 'Exo 2', Calibri, sans-serif;
}

h1.pagetitle { 
  line-height: 1.1;
  font-size: 3em;
  font-weight: normal;
  font-weight: 300;

  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 479px) {
  h1.pagetitle { 
    line-height: 1.3;
    font-size: 2em;
  } 
}

@media print {
  h1.pagetitle { 
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

h2 { 
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

h3 {
  color: #008142;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}

h4, h5, h6 {
  font-size: 1em;
  margin-bottom: 0;
}
.absatz ul, .absatz ol {
  padding-top: 0; 
  margin-top: 0; 
  padding-bottom: 0; 
  margin-bottom: 1em;
}

.listemptyline li {
  margin-bottom: 1em;
}

.blindlist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.absatz ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.absatz li {
  padding-left: 1.2em;
  position: relative;
}

.absatz li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #008142;
  font-weight: bold;
  font-family: Arial, sans-serif; /* sonst werden die Bullits unter Mac und Win unterschiedlich groß */
  font-size: 1.25em;
  line-height: 1.3;
}

.absatz .blindlist li {
  padding-left: 0;
}

.absatz .blindlist li:before {
  display: none;
}

.dir li {
  margin-bottom: 36px;
}

.dir a {
  text-decoration: none;
  color: inherit;
}

.dir .responsive-box:empty {
  background-color: #f7f7f7;
}

.dir .linktext {
  display: block;
  padding-top: 8px;
}
@media screen {
  .root-cell    { margin: 0 auto; display: block; }

  .grid-80 .c16 { max-width:1280px; } .grid-80 .c16.fit { max-width:1260px; }
  .grid-80 .c14 { max-width:1120px; } .grid-80 .c14.fit { max-width:1100px; }
  .grid-80 .c12 { max-width: 960px; } .grid-80 .c12.fit { max-width: 940px; }
  .grid-80 .c10 { max-width: 800px; } .grid-80 .c10.fit { max-width: 780px; }
  .grid-80 .c8  { max-width: 640px; } .grid-80 .c8.fit  { max-width: 620px; }
  .grid-80 .c6  { max-width: 480px; } .grid-80 .c6.fit  { max-width: 460px; }
  .grid-80 .c4  { max-width: 320px; } .grid-80 .c4.fit  { max-width: 300px; }
  .grid-80 .c2  { max-width: 160px; } .grid-80 .c2.fit  { max-width: 140px; }

  .grid-60 .c16 { max-width: 960px; } .grid-60 .c16.fit { max-width: 940px; }
  .grid-60 .c14 { max-width: 840px; } .grid-60 .c14.fit { max-width: 820px; }
  .grid-60 .c12 { max-width: 720px; } .grid-60 .c12.fit { max-width: 700px; }
  .grid-60 .c10 { max-width: 600px; } .grid-60 .c10.fit { max-width: 580px; }
  .grid-60 .c8  { max-width: 480px; } .grid-60 .c8.fit  { max-width: 460px; }
  .grid-60 .c6  { max-width: 360px; } .grid-60 .c6.fit  { max-width: 340px; }
  .grid-60 .c4  { max-width: 240px; } .grid-60 .c4.fit  { max-width: 220px; }
  .grid-60 .c2  { max-width: 120px; } .grid-60 .c2.fit  { max-width: 100px; }
}


.grid-cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
/* vertical-align: baseline; ist ohnehin default */
}
.grid-cell.fixed { /* .fixed verhindert die Ausführung der beiden unteren @media-Blöcke */
  display: inline-block;
}

.grid-cell img {
  vertical-align: baseline;
}

.grid-cell.w100 {
  display: block;
}

.top > .grid-cell,
.top > .grid-cell img {
  vertical-align: top;
}

.middle > .grid-cell,
.middle > .grid-cell img {
  vertical-align: middle;
}

.bottom > .grid-cell,
.bottom > .grid-cell img {
  vertical-align: bottom;
}


ul.grid-cell,
ol.grid-cell {
  list-style: none;
}

.w80, .w80.fixed { width: 80%; } /* .fixed verhindert die Ausführung der beiden folgenden @media-Blöcke */
.w75, .w75.fixed { width: 75%; }
.w66, .w66.fixed { width: 66.66666%; }
.w60, .w60.fixed { width: 60%; }
.w50, .w50.fixed { width: 50%; }
.w40, .w40.fixed { width: 40%; }
.w33, .w33.fixed { width: 33.33333%; }
.w25, .w25.fixed { width: 25%; }
.w20, .w20.fixed { width: 20%; }

@media (max-width: 479px) {
  .w80,
  .w75,
  .w66,
  .w60,
  .w50,
  .w40,
  .w33,
  .w25,
  .w20 { width: 50%; }
}

@media (max-width: 360px) {
  .grid-cell { display: block; }
  .w80,
  .w75,
  .w66,
  .w60,
  .w50,
  .w40,
  .w33,
  .w25,
  .w20 { width: auto; }
}


.page-padding {
  padding: 0 10px;
}


.grid-cell.space-1 {
  padding: 0 1px;
  margin-bottom: 2px;
}

.grid-cell.space-0 {
  padding: 0;
}

.grid-cell.fit {
  padding: 0;
}

.grid-cell.fit.space-1 {
  padding: 0 9px;
}
.grid-cell.fit.space-0 {
  padding: 0 10px;
}

.grid-cell.margin-bottom {
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .page-padding { padding: 0 8px; }
  .grid-cell    { padding: 0 9px; }
  .grid-cell.fit.space-1 { padding: 0 8px; }
  .grid-cell.fit.space-0 { padding: 0 9px; }
  .grid-cell.margin-bottom { margin-bottom: 18px; }
}
@media (max-width: 600px) {
  .page-padding { padding: 0 7px; }
  .grid-cell    { padding: 0 8px; }
  .grid-cell.fit.space-1 { padding: 0 7px; }
  .grid-cell.fit.space-0 { padding: 0 8px; }
  .grid-cell.margin-bottom { margin-bottom: 16px; }
}
@media (max-width: 500px) {
  .page-padding { padding: 0 6px; }
  .grid-cell    { padding: 0 7px; }
  .grid-cell.fit.space-1 { padding: 0 6px; }
  .grid-cell.fit.space-0 { padding: 0 7px; }
  .grid-cell.margin-bottom { margin-bottom: 14px; }
}
@media (max-width: 400px) {
  .page-padding { padding: 0 5px; }
  .grid-cell    { padding: 0 6px; }
  .grid-cell.fit.space-1 { padding: 0 5px; }
  .grid-cell.fit.space-0 { padding: 0 6px; }
  .grid-cell.margin-bottom { margin-bottom: 12px; }
}
@media print {
  .page-padding { padding: 0; }
}

.responsive-box {
  position: relative;
  height: 0; 
}

.responsive-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box; /* falls ein border gesetzt ist */
}

.responsive-box iframe,
.responsive-box video,
.responsive-box object,
.responsive-box .natural-size {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* Bild überschreitet niemals seine natürliche Größe und Hochformate lassen sich in der Breite begrenzen */

.responsive-box .natural-size img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


/* Bild zentrieren */

@media screen {
  responsive-box .natural-size.center {
    background-color: #eee;
    overflow: hidden; /* sonst erzeugt MSIE 11 manchmal einen vertikalen Rollbalken */
    text-align: center;
  }
}
.absatz { margin-bottom: 36px; }
.absatz:empty { display: none; }

.absatz:last-child,
.absatz * p:last-child,
.absatz:last-child > *:last-child { margin-bottom: 0; }

section {
  margin-bottom: 2em;
}

section:last-child {
  margin-bottom: 0;
}

.absatz table { margin: 0 0 1.2em 0; }

.absatz table {
  background-color: #f0f0f0; 
  border-collapse: collapse;
}

.absatz th,
.absatz td  {
  border: 1px solid #b0b0b0;
  vertical-align: top;
  padding: 4px;
}

.absatz th {
  text-align: left; 
  font-weight: normal;
}

.width100 { float: none; margin-right: 0; }
table.width100,
.width100 table { width: 100%; }

.alignright th,
.alignright td  { text-align: right; }

.absatz thead tr { background-color: #c0c0c0; }

.tableheader.zebra .row1,
.zebra tbody .row2 { background-color: transparent; }

.absatz tbody th,
.tableheader.zebra .row2,
.tableheader.zebra .row1 th,
.zebra tbody .row1,
.zebra tbody .row2 th { background-color: #e0e0e0; } 

.tableheader.zebra .row2 th,
.zebra tbody .row1 th { background-color: #d0d0d0; }


/* --------------- Responsive Tabelle ---------------- */

@media (max-width: 767px) {
  .absatz table,
  .absatz caption,
  .absatz thead,
  .absatz tfoot,
  .absatz tbody,
  .absatz tr,
  .absatz th,
  .absatz td {
    display: block;
  }

  .absatz table {
    background-color: transparent;
  }

  .absatz col,
  .absatz colgroup {
    display: none;
  }

  .absatz thead {
    height: 1px;
    overflow: hidden;
    position: absolute;
  }

  .absatz tr {
    border-top: 1px solid silver;
    padding-top: 1em;
    margin-top: 1em;
  }

  .absatz th,
  .absatz td {
    padding: 0;
    border: none;
    margin-bottom: 0.5em;
  }

  .absatz.firstcol tbody th {
    background-color: transparent;
    font-weight: bold;
  }
  .absatz.firstcol tbody th:after {
    content: ':';
  }
  .absatz.tableheader.firstcol tbody th {
    color: #a00;
  }

  .absatz.tableheader td:before {
    display: inline-block;
    font-weight: bold;
  }

  .alignright th,
  .alignright td  { text-align: left; }

  .absatz tbody th,
  .tableheader.zebra .row2,
  .tableheader.zebra .row1 th,
  .zebra tbody .row1,
  .zebra tbody .row2 th,
  .tableheader.zebra .row2 th,
  .zebra tbody .row1 th { background-color: transparent; } 

  .nowrap table {
    white-space: normal;
  }
}


@media print {
  .absatz th,
  .absatz td { border-color: black; }
  .absatz th { font-weight: bold; }

  .absatz table,
  .tableheader.zebra .row2,
  .zebra tbody .row1,
  .absatz thead tr,
  .absatz tbody th,
  .tableheader.zebra .row1 th,
  .tableheader.zebra .row2 th,
  .zebra tbody .row1 th,
  .zebra tbody .row2 th { background-color: transparent; }
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid black;
  margin: 0 0 1em 0;
}

.outline-caption figcaption {
  color: gray;
  font-style: italic;
  padding-top: 0.5em;
}

.einzelbild {
  margin-top: 4%;
  margin-bottom: 1em;
}

.einzelbild .responsive-box .natural-size.center {
  background-color: transparent;
}


/* -------------------- Bildunterschrift ------------------- */

.einzelbild figcaption {
  max-width: 620px;
  margin: 0 auto;
}

@media screen {
  .einzelbild figcaption {
    color: gray;
    font-style: italic;
    text-align: center;
    padding: 40px 10px 0 10px;
  }
}

@media print, (max-width: 479px) {
  .einzelbild figcaption {
    max-width: none;
    padding-top: 20px;
    margin: 0;
  }
}


/* --------------------- Zurück-Link ----------------------- */

.einzelbild-backlink {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 2em;
}

@media only screen and (max-width: 479px) {
  .einzelbild-backlink {
    margin-top: 1em;
  }
}

.einzelbild-backlink.with-referrer a {
  color: #008142;
  text-decoration: none;
  font-size: 2.5em;
  display: inline-block;
  padding: 0 20px;
  margin-top: 0;
}


/* --------------------- Teilen-Links ---------------------- */

#einzelbild-sharelinks {
  text-align: center;
}


#einzelbild-sharelinks ul {
  display: none;
}

#js #einzelbild-sharelinks.target ul,
#nojs #einzelbild-sharelinks:target ul {
  display: block;
}

#einzelbild-sharelinks a {
  text-decoration: none;
  color: #888;
  display: inline-block;
  padding: 5px 20px;
}
#einzelbild-sharelinks > a {
  color: #bbb;
}

@media (hover: hover) {
  #einzelbild-sharelinks > a:hover {
    color: #888;
  }
}

#js #einzelbild-sharelinks.target > a,
#nojs #einzelbild-sharelinks:target > a {
  display: none;
}


/* ------------------------ Permalink ---------------------- */

@media print {
  .einzelbild-permalink {
    margin-top: 3em;
  }
}


/* ------------ Übergeordnete Elemente anpassen ------------- */

.m1309771661 #menulinks,
.m1427189460 #menulinks,
.m1186735086 #menulinks,
.m1314099809 #menulinks {
  display: none;
}

.m1309771661 #head,
.m1427189460 #head,
.m1186735086 #head,
.m1314099809 #head {
  text-align: center;
}

.m1309771661 #logo,
.m1427189460 #logo,
.m1186735086 #logo,
.m1314099809 #logo {
  display: inline-block;
  float: none;
}

.m1309771661 #logo img,
.m1427189460 #logo img,
.m1186735086 #logo img,
.m1314099809 #logo img {
  -webkit-filter: grayscale(100%) opacity(30%); /* Chrome 19+, Safari 6+, Android 4.4+ */
  filter: grayscale(100%) opacity(30%); /* FF 35+ */
  -webkit-transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-property: all;
  transition-duration: 500ms;
}

@media (hover: hover) {
  .m1309771661 #logo img:hover,
  .m1427189460 #logo img:hover,
  .m1186735086 #logo img:hover,
  .m1314099809 #logo img:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 500ms;
    transition-property: all;
    transition-duration: 500ms;
  }
}

.m1309771661 h1,
.m1427189460 h1,
.m1186735086 h1,
.m1314099809 h1 { /* identisch mit noview */
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  line-height: 2 !important;
  position: absolute !important;
}


@media print {
  .m1309771661 #head,
  .m1427189460 #head,
  .m1186735086 #head,
  .m1314099809 #head {
    text-align: left;
  }
}


.m1309771661 main,
.m1427189460 main,
.m1186735086 main,
.m1314099809 main {
  max-width: 960px;
  padding: 0 0 40px 0;
}


@media print, (max-width: 940px) { /* Seitenrand entfernen */
  .m1309771661 main,
  .m1427189460 main,
  .m1186735086 main,
  .m1314099809 main {
    padding-left: 0;
    padding-right: 0;
  }
  .einzelbild.grid-cell {
    padding: 0;
  }
}
.mp4video-full {
  text-align: center;
}

.mp4video-full video {
  max-width: 100%;
}
#nojs .youtube-video {
  background-color: black;
  color: white;
}

#nojs .youtube-video iframe {
  display: none;
}
#js .einzelbild .youtube-video {
  background-color: black;
  color: white;
}

#js .bildershow {
  /* height: 2px, um den border der Bilder "freizulegen" */
  overflow: hidden;
  page-break-inside: avoid;
}
#nojs .bildershow.responsive-box {
  height: auto !important;
  padding-bottom: 0 !important;
}

#js .bildershow.hand-cursor {
  cursor: pointer;
}


#js .bildershow .slidebar {
  position: absolute; /* parentElement .responsive-box ist standardmäßig position: relative; */
  width: 100%;
  height: 100%;
  
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden; /* unterdrückt im Safari das "Flickern" beim Zurückspringen des Filmstreifens */
}


#js .bildershow .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 0 wird durch responsive-box gesetzt */
}

#nojs .bildershow .frame {
  margin-bottom: 2em;
}

#js .bildershow .frame:first-child {
  z-index: 1; /* damit beim Laden der Seite sofort das erste Bild angezeigt wird (sonst läge das letzte oben) */
}
.id1439465833 main {
  max-width: 960px;
  padding: 0 0 40px 0;
}

.id1439465833 .hero {
  display: none;
}

.id1439465833 .pagetitle { /* <h1> */
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 2 !important;
  position: absolute !important;
}

#nojs .vision.bildershow .frame:not(:first-child) .responsive-box {
  display: none;
}


.vision.bildershow .outline-caption figcaption {
  color: inherit;
  font-style: inherit;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 413px) {
  .vision.bildershow .outline-caption figcaption {
    padding-top: 30px;
  }
}
#nojs .vision.bildershow .frame:not(:first-child) .outline-caption figcaption {
  padding-top: 0;
}
#nojs .vision.bildershow .outline-caption figcaption {
  padding-bottom: 0;
}


.vision.bildershow dl {
  font-family: 'Exo 2', Calibri, sans-serif;
  line-height: 1.4;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 1.1%;
  display: block;
}
@media (max-width: 480px) {
  .vision.bildershow dl {
    font-size: 80%;
    line-height: 1.3;
  }
}
@media (max-width: 359px) {
  .vision.bildershow dl {
    font-size: 70%;
  }
}


.vision.bildershow dt {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}

.vision.bildershow dd {
  color: #008142;
  font-size: 2.2em;
  margin: 0;
}


#js .vision.bildershow.hand-cursor {
  cursor: default;
  cursor: auto;
}
.galerie-container {
  position: relative;
}
.galerie-container > * { /* sonst werden die Buttons unter Android von der Galerie verdeckt */
  -webkit-backface-visibility: hidden;
}

.galerie-container button {
  font-size: 2.5em;
  line-height: 1;
  color: gray;
  background-color: silver;

  position: absolute;
  top: 50%;
  height: 0.8em;

  padding: 0 16px 0 20px;
  border: none;
  margin: -0.4em 0 0 0; /* wenn die Buttons direkt am border ansitzen sollen: margin: -0.4em 1px 0 1px; */

  cursor: pointer;
  opacity: 0.6;
}

#nojs .galerie-container button {
  display: none;
}

@media print {
  .galerie-container button {
    display: none;
  }
}

@media (hover: hover) {
  .galerie-container button:hover {
    opacity: 0.75;
  }

  .galerie-container button:active {
    opacity: 0.95;
  }
}

.galerie-container button:focus {
  outline: none;
}

.galerie-container button b {
  position: relative;
  top: -0.2em;
}


.galerie-container > :first-child + button {
  right: 0;
  z-index: 2;
  border-radius: 0.25em 0 0 0.25em;
}

.galerie-container > :first-child + button + button {
  left: 0;
  z-index: 3;
  border-radius: 0 0.25em 0.25em 0;
}


.galerie-container button[disabled] {
  visibility: hidden;
}
.position-display {
  line-height: 1;
}

.position-display b {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #eee;
  -webkit-transition: background-color 1500ms; /* etwas länger als die Slide-Zeit der Bilder-Galerie */
  transition: background-color 1500ms;
}

.position-display b,
.position-display b.curpoint {
  background-color: #ccc;  
}

.position-display b.curpoint {
  -webkit-transition: background-color 1500ms; /* etwas länger als die Slide-Zeit der Bilder-Galerie */
  transition: background-color 1500ms;
}

.position-display b.curpoint ~ b {
  background-color: #eee;  
}

#nojs .position-display {
  display: none;
}
/* --------- Pfeile alle Richtungen ---------- */

.down-arrow:after,
.up-arrow:after,
.left-arrow:before,
.right-arrow:after {
  content: " ";
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  border-width: 4px; /* Höhe bzw. Breite des Pfeiles */
  position: relative;
}

/* ------------- Runter-Pfeil ------------- */

.down-arrow:after {
  margin-left: 5px; /* Abstand nach links */
  border-top-width: 8px; /* Höhe des Pfeiles */
  border-top-color: #008142; /* Farbe des Pfeiles */
  border-bottom: 0;
  top: -1px;
}

/* ------------- Auf-Pfeil ------------- */

.up-arrow:after {
  margin-left: 5px; /* Abstand nach links */
  border-bottom-width: 8px; /* Breite des Pfeiles */
  border-bottom-color: #008142; /* Farbe des Pfeiles */
  border-top: 0;
  top: -2px;
}

/* ------------- Links-Pfeil ------------- */

.left-arrow:before {
  margin-right: 5px; /* Abstand nach rechts */
  border-right-width: 8px; /* Breite des Pfeiles */
  border-right-color: #008142;  /* Farbe des Pfeiles */
  border-left: 0;
}

/* ------------- Rechts-Pfeil ------------- */

.right-arrow:after {
  margin-left: 5px; /* Abstand nach links */
  border-left-width: 8px; /* Breite des Pfeiles */
  border-left-color: #008142;
  border-right: 0;
}
#newsbox {
  color: white;
  background-color: #008142;
  padding: 16px;
  margin-top: 18px;
}
@media print {
  #newsbox {
    color: inherit;
    background-color: inherit;
    border: 2px solid #008142;
  }
}

#newsbox a        { color: white; }
#newsbox a:hover  { color: #ccc;  }
#newsbox a:active { color: black; }

.artikel {
  margin-bottom: 36px;
}

.artikel .header {
  color: #a7a7a7;
  margin-bottom: 0.5em;
}

.artikel .kategorie {
  text-transform: uppercase;
}

.artikel .kategorie:not(:empty):after,
.artikel .medium:not(:empty):after {
  content: ' · ';
}

.artikel h1 {
  font-size: 1.3em;
  margin-bottom: 0.3em;
}

.artikel h2 {
  font-size: 1em;
}

.artikel .autor {
  color: #a7a7a7;
}

#timeline .teaser,
#timeline .foto {
  margin-bottom: 1.5em;
}

#timeline .teaser > .grid-cell {
  padding-left: 0;
  padding-right: 0;
}

#timeline .teaser figcaption,
#timeline .foto figcaption {
  display: none;
}

#timeline .teaser button.nextframe,
#timeline .foto button.nextframe {
  display: none;
}

#timeline hr {
  border-top: 1px solid #008142;
  margin: 0.7em 0;
}
.next-link > span {
  display: none;
}

main .next-link > a {
  color: gray;
  font-family: 'Exo 2', Calibri, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

main .next-link > a {
  color: gray;
}

.next-link > a:after {
  content: ' »';
}

.id1441615890 .pagetitle { /* h1 - Langfassung des Interviews */
  font-size: 2.2em;
  line-height: 1.35;
}
details.absatz summary {
  color: #008142;
  font-family: 'Exo 2', Calibri, sans-serif;
  text-decoration: underline;
  margin-bottom: 0.3em;
  cursor: pointer;
  list-style-type: none;
  -webkit-user-select: none;     
  user-select: none;
}


details.absatz summary::-webkit-details-marker {
  display: none;
}


details.absatz > summary::after {
  content: ' ';
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  border-width: 5px; /* Höhe bzw. Breite des Pfeiles */
  margin-left: 5px;
  position: relative;
}

details.absatz:not([open]) > summary::after {
  border-top-width: 10px;
  border-top-color: #008142;
  border-bottom: 0;
  top: -1px;
}


details.absatz[open] > summary::after {
  border-bottom-width: 10px;
  border-bottom-color: #008142;
  border-top: 0;
  top: -1px;
}

@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

details.absatz[open] > div {
  animation-name: fade-in;
  animation-duration: 500ms;
}



.absatz:not(details) + details.kategorie {
  margin-top: -18px;
}

details.kategorie + .absatz:not(details) {
  margin-top: 20px;
}


details.kategorie {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

details.kategorie summary {
  font-size: 1.4em;
  font-weight: 400;
}

details.kategorie > div {
  margin-left: 0.65em;
}

details.stellenangebot {
  margin-bottom: 0.8em;
}

details.stellenangebot[open] {
  margin-bottom: 1.4em;
}

details.stellenangebot summary {
  font-size: 1.25em;
  font-weight: bold;
}
/* Sonderfall Langversion Interview: */

.id1441615890 dl {
  margin: 0;
}

.id1441615890 dt {
  font-weight: bold;
  font-style: italic;
  color: #008142;
  margin: 0 0 0.9em 0;
}

.id1441615890 dd {
  margin: 0 0 0.9em 0;
}

.id1441615890 dd b:first-child {
  font-family: 'Exo 2', Calibri, sans-serif;
  font-size: 0.95em;
  color: #008142;
  display: inline-block;
  width: 2.3em;
}
.bildordner-box .grid-cell.bildordner-opener {
  display: none;
  margin-top: -1.9em;
}

.cd1438947610 .bildordner-box .bildordner h2 {
  display: none;
}


#nojs.cd1438947610 .bildordner-box:not(:target) .grid-cell.bildordner-opener,
#nojs.cd1438947610 .bildordner-box:target .grid-cell.bildordner {
  display: block;
}

#nojs.cd1438947610 .bildordner-box:target .grid-cell.bildordner-opener,
#nojs.cd1438947610 .bildordner-box:not(:target) .grid-cell.bildordner {
  display: none;
}

#js.cd1438947610 .bildordner-box .grid-cell.bildordner-opener,
#js.cd1438947610 .bildordner-box.offen .grid-cell.bildordner {
  display: block;
}

#js.cd1438947610 .bildordner-box.offen .grid-cell.bildordner-opener,
#js.cd1438947610 .bildordner-box .grid-cell.bildordner {
  display: none;
}


#js.cd1438947610 .bildordner-box.offen .grid-cell.bildordner {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
#js.cd1438947610 .bildordner-box .grid-cell.bildordner {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}


@media print {
  #nojs.cd1438947610 .bildordner-box:not(:target) .grid-cell.bildordner-opener,
  #js.cd1438947610 .bildordner-box .grid-cell.bildordner-opener {
    display: none;
  }
}
.mp4video video {
  max-width: 100%;
}
.caption_top_left caption {
  caption-side: top;
  text-align: left;
}

.caption_top_center caption {
  caption-side: top;
  text-align: center;
}

.caption_top_right caption {
  caption-side: top;
  text-align: right;
}

.caption_bottom_left caption {
  caption-side: bottom;
  text-align: left;
}

.caption_bottom_center caption {
  caption-side: bottom;
  text-align: center;
}

.caption_bottom_right caption {
  caption-side: bottom;
  text-align: right;
}
.marginbottom {
  margin-bottom: 1em;
}
.return-link a {
  text-decoration: none;
  font-size: 2.5em;
  display: inline-block;
  padding-right: 20px;
}

.player-padding {
  padding: 0 1.1%;
}

.galerie-player {
  color: #929292;
  max-width: 640px;
  padding-bottom: 20%;
  margin: 0 auto;
}

.galerie-player button {
  font-family: 'Exo 2', Calibri, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: inherit;
  background-color: transparent;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 8px 0;
}

@media (hover: hover) {
  .galerie-player button:hover {
    color: #555;
  }
}

.galerie-player button[disabled] {
  display: none;
}


.galerie-player .position-display {
  margin-top: 0.5em;
}

#nojs .galerie-player {
  display: none;
}
.thumbnails .responsive-box {
  display: block;
  padding-bottom: 100%;
  background-color: #f0f0f0;
}

#js .thumbnails .responsive-box {
  white-space: nowrap;
  overflow: hidden;
  line-height: 50;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#nojs .thumbnails .responsive-box {
  white-space: pre-wrap;
  padding-bottom: 0;
  height: auto;
}

.thumbnails .grid-cell.margin-bottom {
  margin-bottom: 3.1%;
}

@media (max-width: 530px) {
  .thumbnails .w25.fixed { width: 33.33333%; }
}

@media (max-width: 360px) {
  .thumbnails .w25.fixed { width: 50%; }
}

.impressum {
  margin-bottom: 2em;
}

.impressum .org {
  margin-bottom: 1em;
}

.impressum .teldata {
  margin: 1em 0;
}

.impressum .links {
  font-size: 0.85em;
  line-height: 1.2;
  color: #aaa;
}

.impressum .links li {
  white-space: nowrap;
  display: inline-block;
  margin-top: 1em;
}

.impressum .links li:not(:last-child):after {
  content: ' · ';
  display: inline-block;
  margin: 0 5px;
}

.impressum .links a {
  color: #aaa;
}

@media (hover: hover) {
  .impressum .links a {
    text-decoration: none;
  }
  .impressum .links a:hover {
    text-decoration: underline;
  }
}
