@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.block {
  overflow: hidden;
}

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible, .nav-main .level_2,
.nav-main .level_3,
.nav-main .level_4 {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  background: #00395e;
}

a {
  color: inherit;
}

.block {
  overflow: visible;
}

[class^=ce_] a {
  color: inherit;
}
[class^=ce_] a:hover {
  text-decoration: none;
  color: #8bcd7a;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8235294118em;
  font-style: italic;
  line-height: 1.25;
  padding: 0.5em 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.rund img,
img.rund {
  border-radius: 50%;
}

.float_left {
  margin-right: 1.5rem;
}

.float_right {
  margin-left: 1.5rem;
}

.float_left + *,
.float_left + * {
  margin-top: 0;
}

.box {
  position: relative;
  padding: 0.75rem;
  padding-top: 48px;
  border: 1px solid #8bcd7a;
  overflow: visible;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.box:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 44px;
  height: 52px;
  background: url(../img/ecke.svg) no-repeat;
}
.box > :first-child {
  margin-top: 0;
}

.mit-button {
  padding-bottom: 3.5em;
}
.mit-button .btn {
  position: absolute;
  bottom: 0;
}

@media (min-width: 800px) {
  .cols-md {
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
  }
  .cols-md > * {
    margin: 0 1em !important;
    flex: 1 1 33%;
  }
}

@media (min-width: 1000px) {
  .cols-lg {
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
  }
  .cols-lg > * {
    margin: 0 1em !important;
    flex: 1 1 33%;
  }
}

.blase {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blase .innen {
  background: #8bcd7a;
  color: #00395e;
  width: 220px;
  height: 220px;
  padding: 27px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Bagatela, Georgia, serif;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blase .innen > * {
  margin: 0;
}

.zitat em {
  font-size: 0.75em;
  display: block;
}

.kreise-wrapper {
  margin-bottom: 122px;
}

.kreise {
  margin-top: 2rem;
  overflow: visible;
}
@media (min-width: 800px) {
  .kreise {
    height: 100px;
  }
}
.kreise > * {
  overflow: visible;
}

.download-element a, a.btn,
.btn a {
  display: inline-block;
  background-color: #8bcd7a;
  color: #00395e;
  font-family: Bagatela, Georgia, serif;
  font-style: italic;
  text-decoration: none;
  padding: 0.33em 1em;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
}
.download-element a:hover, a.btn:hover,
.btn a:hover {
  opacity: 0.9;
  color: #fff;
}

p.more a, a.hyperlink_txt,
a.link, a.more {
  font-size: 1.0625em;
  font-weight: normal;
  font-style: italic;
  color: #8bcd7a;
  text-decoration: none;
}
p.more a:hover, a.hyperlink_txt:hover,
a.link:hover, a.more:hover {
  color: inherit;
}
p.more a:before, a.hyperlink_txt:before,
a.link:before, a.more:before {
  content: "» ";
  font-size: 1.2em;
  line-height: 1;
}

p.back {
  padding-top: 0.75rem;
  border-top: 1px solid #8bcd7a;
}
p.back a {
  text-decoration: none;
}
p.back a:hover {
  color: #8bcd7a;
}
p.back a:before {
  content: "« ";
  color: #8bcd7a;
  font-size: 1.2em;
  line-height: 1;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
}
@media (min-width: 720px) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 1.0625em;
  }
}

h1, h2, .h1, .h2 {
  font-family: Bagatela, Georgia, serif;
  font-weight: 300;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 1.6em;
}
@media (min-width: 800px) {
  h1, .h1 {
    font-size: 2.1176470588em;
  }
}

h1, h2 {
  color: #8bcd7a;
}

h2, .h2 {
  font-size: 1.3333333333em;
}
@media (min-width: 800px) {
  h2, .h2 {
    font-size: 1.7647058824em;
  }
}
h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .intro, .h3 {
  font-weight: 600;
  font-size: 1em;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

h4, .h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
}

h6, .h6 {
  color: red;
}

h2 + *, h3 + *, .intro + *, h4 + *, h5 + *, h6 + * {
  margin-top: 0;
}

ul, ol {
  padding-left: 1.75em;
}

.ce_table {
  overflow: auto;
}

table {
  border-collapse: collapse;
}

td, th {
  text-align: left;
  vertical-align: top;
  padding: 0.5em 0.75rem;
  border: 1px solid #8bcd7a;
}

.zitate p {
  font-family: Bagatela, Georgia, serif;
  font-size: 1.6em;
  font-weight: 300;
  text-align: justify;
}
.zitate em {
  font-size: 0.78125em;
}

.cols-3 {
  -moz-columns: 3 15em;
  columns: 3 15em;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin: 1em 0;
}
.cols-3 > :first-child {
  margin-top: 0;
}
.cols-3 > :last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .intro {
    width: 68%;
    margin: 2rem auto;
  }
}
.intro b, .intro strong {
  font-weight: inherit;
}

.farbig {
  color: #8bcd7a;
  font-family: Bagatela, Georgia, serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3636363636;
}

.zentriert {
  text-align: center;
}

[id=main] .mod_article, [id=footer] .inside, [id=header] .inside {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1180px) {
  [id=main] .mod_article, [id=footer] .inside, [id=header] .inside {
    padding-left: 0;
    padding-right: 0;
  }
}

[id=wrapper] {
  padding-top: 4.5em;
  transition: 0.4s;
}
@media (min-width: 500px) {
  [id=wrapper] {
    padding-top: 2.5em;
  }
}
@media (min-width: 1180px) {
  [id=wrapper] {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

[id=header] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #8bcd7a;
  color: #00395e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
[id=header] .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1180px) {
  [id=header] .inside {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
[id=header] a, [id=header] span {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
[id=header] a {
  text-decoration: none;
}
[id=header] a:hover {
  opacity: 0.6;
}
[id=header] #homelink {
  text-transform: uppercase;
  font-weight: bold;
}

/* Kontaktinfos im Header */
#kontaktieren {
  width: 100%;
  line-height: 1.2;
  border-top: 1px solid #00395e;
}
@media (min-width: 500px) {
  #kontaktieren {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1000px) {
  #kontaktieren {
    display: flex !important;
    position: relative;
    width: auto;
    border: 0;
    align-items: flex-end;
    border-right: 1px solid #53926f;
  }
}

.kont {
  display: flex;
  align-items: center;
}
@media (min-width: 500px) {
  .kont {
    display: block;
  }
}
@media (min-width: 720px) {
  .kont {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .kont {
    display: block;
  }
}
.kont a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: inherit;
  padding: 0;
}

.kont-label {
  cursor: pointer;
  color: #00395e;
  padding: 0 !important;
}
@media (min-width: 1000px) {
  .kont-label {
    border-left: 1px solid #53926f;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
}
.kont-label i {
  display: inline-block;
  background: no-repeat center;
  width: 2em;
  height: 2em;
}
.kont-label b {
  display: none;
}

.kont-body {
  padding: 10px;
}
@media (min-width: 1000px) {
  .kont-body {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: center;
    margin-left: 26px;
    color: #00395e;
    background-color: #8bcd7a;
    padding: 12px 20px;
    line-height: normal;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
  }
  .kont:hover .kont-body {
    display: block;
  }
}
@media (min-width: 1180px) {
  .kont-body {
    right: auto;
    transform: translateX(-50%);
  }
}
.kont-body * {
  margin: 0;
}

#kont-mob i {
  background-image: url(../img/icn-mob.svg);
}

#kont-tel i {
  background-image: url(../img/icn-tel.svg);
}

#kont-mail i {
  background-image: url(../img/icn-email.svg);
}

#kont-blog i {
  background-image: url(../img/icn-globe.svg);
}

#hero {
  background: url(../img/bg-hero-logo.jpg) no-repeat center/cover;
  text-align: center;
  padding-top: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
#hero h1 {
  display: none;
}
@media (min-width: 500px) {
  #hero h1 {
    display: flex;
    justify-content: space-around;
    line-height: 1;
    margin: 0.75rem 0;
  }
}
@media (min-width: 1000px) {
  #hero h1 {
    font-size: 40px;
  }
}
#hero h1 a {
  text-decoration: none;
}

#logo {
  flex: 0 1 auto;
  max-width: 45vw;
  max-width: 45vmin;
}
@media (min-width: 500px) {
  #logo {
    flex-grow: 1;
    max-width: none;
  }
}
@media (min-width: 1000px) {
  #logo {
    flex-grow: 0;
    margin-right: 2rem;
  }
}
[id=footer] {
  color: #8bcd7a;
  font-size: 0.9411764706em;
  font-weight: 600;
  line-height: 1.5;
  border-top: 1px solid #8bcd7a;
}
[id=footer] .inside {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 500px) {
  [id=footer] .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  [id=footer] .inside .footer-sitemap {
    width: 66.6666666667%;
  }
  [id=footer] .inside .footer-address {
    width: 33.3333333333%;
  }
}
[id=footer] .inside > * {
  margin-bottom: 1.5em;
}
[id=footer] p {
  margin: 0;
}

[id=container] {
  line-height: 1.5;
}
@media (min-width: 1180px) {
  [id=container] {
    flex: 1 0 auto;
  }
}

[id=main] > .inside {
  position: relative;
}
[id=main] .mod_article {
  padding-top: 2rem;
  padding-bottom: 2rem;
  outline: 0;
}
[id=main] .mod_article > * {
  box-sizing: border-box;
}
[id=main] .mod_article.bg {
  background: #f2f1ee;
}

@media (min-width: 500px) {
  .person {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .person .ce_image {
    display: none;
  }
}
.person#ulla {
  flex-direction: row-reverse;
}
.person > * {
  flex: 0 1 48%;
}
.person h1 {
  margin-top: 0;
}

@media (min-width: 1000px) {
  #methode {
    height: 797px;
    background: url(../img/bg-ulla.jpg) no-repeat bottom/cover;
  }
}
@media (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), (min-width: 1000px) and (min-resolution: 140dpi) {
  #methode {
    background-image: url("../img/bg-ulla@2x.jpg");
  }
}
@media (min-width: 1000px) {
  #methode .first {
    width: 48%;
  }
}
@media (min-width: 1000px) {
  #methode .last {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  #ulla {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
  }
  #ulla .text {
    flex-basis: 38%;
    margin-top: -160px;
  }
  #ulla .ce_text.farbig {
    margin-left: 21%;
  }
}
@media (min-width: 1000px) {
  #wolf-achim {
    height: 1049px;
    background: url(../img/bg-wolf-achim.jpg) no-repeat top/cover;
    align-items: flex-end;
    padding-bottom: 0;
  }
  #wolf-achim .text {
    margin-left: 250px;
    flex-basis: 44%;
  }
}
@media (min-width: 1000px) and (min-width: 1180px) {
  #wolf-achim .text {
    margin-left: 300px;
  }
}
@media (min-width: 1000px) {
  #wolf-achim .ce_text.farbig {
    margin-left: 25%;
    position: relative;
    left: 20%;
  }
}
.mfp-bg {
  background: #00395e;
  opacity: 1;
}

.mfp-ajax-holder .mfp-content {
  background: #00395e;
  max-width: 1020px;
  padding: 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}

[class*=ce_].first {
  margin-top: 0;
}

.ce_hyperlink {
  margin: 1em 0;
}

p.more {
  margin-top: 0;
}
.ce_downloads ul {
  padding: 0;
  margin: 0;
}

.download-element {
  padding-left: 0;
  background-position: -999em;
}
.download-element a {
  background-color: #8bcd7a;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: 0.4em 0.4em;
  background-size: 1.4em;
  color: inherit !important;
  padding-left: 2em;
}
.download-element a.vorschaulink {
  padding: 0;
  background: transparent;
  vertical-align: bottom;
}
.download-element .size {
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  padding-left: 0.5em;
  border-left: 1px solid;
  margin-left: 0.2em;
}

/* Akkordeon */
.ce_accordion {
  margin: 0.75rem 0 !important;
}

.toggler {
  color: #8bcd7a;
  padding-left: 1.75em;
  cursor: pointer;
  transition: 0.4s;
  outline: 0;
}
.toggler .ui-icon {
  position: absolute;
  margin-left: -1.75em;
  margin-top: 0.2em;
  width: 1.75em;
  height: 1em;
  background: url(../img/arrow-up-blue.svg) no-repeat left/contain;
  vertical-align: middle;
  transform: scaleY(-1);
  transition: 0.3s;
}
.toggler.ui-state-active .ui-icon {
  transform: none;
}

.ce_image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ce_gallery {
  margin: 2em 0;
}
.ce_gallery ul {
  padding: 0;
  margin: 0;
}
.ce_gallery li {
  list-style: none;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .ce_gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .ce_gallery li {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .ce_gallery li.row_last {
    margin-bottom: 0;
  }
  .ce_gallery .cols_1 li {
    width: 100%;
  }
  .ce_gallery .cols_2 li {
    width: 50%;
  }
  .ce_gallery .cols_3 li {
    width: 33.3333333333%;
  }
  .ce_gallery .cols_4 li {
    width: 25%;
  }
  .ce_gallery .cols_5 li {
    width: 20%;
  }
  .ce_gallery .cols_6 li {
    width: 16.6666666667%;
  }
  .ce_gallery .cols_7 li {
    width: 14.2857142857%;
  }
  .ce_gallery .cols_8 li {
    width: 12.5%;
  }
}

.pswp__bg {
  background-color: rgba(255, 255, 255, 0.9);
}

.mod_search .relevance,
.mod_search .filesize {
  display: none;
}
.mod_search .url {
  font-size: 0.8em;
  margin-top: -1em;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  margin-top: 2rem;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 10px 18px;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  background: #8bcd7a;
  color: #fff;
  margin-left: 1px;
}
.pagination a:before, .pagination span:before {
  content: normal;
}
.pagination a:hover {
  background-color: #8bcd7a;
}
.pagination span {
  background-color: #8bcd7a;
}

@media (max-height: 600px) {
  .dlh_googlemap {
    height: 90vh;
  }
}
.dlh_googlemap .gm-style .gm-style-iw {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.reset-map {
  text-align: right;
  margin-top: 1em;
}
.reset-map a {
  cursor: pointer;
}

.mod_newslist h2 {
  margin-bottom: 0.6rem;
}
.mod_newslist h4.info + h3, .mod_newslist h4.info + .intro {
  margin-top: 0.6em;
}

@media (min-width: 1000px) {
  .teaser-gross {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .teaser-gross > * {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .teaser-gross > .layout_latest {
    width: 33.3333333333%;
  }
}
.teaser-gross figure {
  text-align: center;
}
.teaser-gross figure img {
  mix-blend-mode: multiply;
}
.teaser-gross p.info {
  font-size: 0.8em;
  font-style: italic;
}
.teaser-gross p.info time {
  font-style: normal;
}
.teaser-gross h2 a {
  text-decoration: none;
}
.teaser-gross h2 a:hover {
  color: #8bcd7a;
}
.teaser-gross h3, .teaser-gross .intro {
  color: #8bcd7a;
  font-weight: normal;
}

ul.categories {
  font-size: 0.8em;
  text-align: right;
  padding: 0;
  margin: 0;
}
ul.categories li {
  display: inline-block;
  list-style: none;
  margin-left: 0.5em;
}
ul.categories a {
  text-decoration: none;
}
ul.categories a:hover {
  text-decoration: underline;
}

@media (min-width: 720px) {
  .teaser-klein {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .teaser-klein > div {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1000px) {
  .teaser-klein > div {
    width: 33.3333333333%;
  }
}
@media (min-width: 1424px) {
  .teaser-klein > div {
    width: 25%;
  }
}
.teaser-klein a.blocklink {
  display: flex;
  text-decoration: none;
}
.teaser-klein a.blocklink:hover h4 {
  color: #8bcd7a;
}
.teaser-klein a.blocklink:hover figure {
  filter: none;
}
.teaser-klein figure {
  margin-right: 0.75rem;
  flex-shrink: 0;
  filter: grayscale(100%);
}
.teaser-klein figure img {
  mix-blend-mode: multiply;
}
.teaser-klein .text > * {
  margin: 0;
}
.teaser-klein .text h4 {
  text-transform: none;
  line-height: normal;
}
.teaser-klein .text .datum,
.teaser-klein .text .categories {
  font-size: 0.8em;
}

/* Scss Document */
nav ul,
nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav a, nav strong {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
[id=header] nav ul {
  display: flex;
}
[id=header] nav a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
[id=header] nav a:before {
  content: "/ ";
}
@media (min-width: 1000px) {
  [id=header] nav #toggle_kontakt {
    display: none;
  }
}

.nav-impr a:hover, .nav-impr a.active, .nav-impr strong:hover, .nav-impr strong.active {
  color: #fff;
}

.nav-social {
  width: 100%;
}
@media (min-width: 720px) {
  .nav-social {
    width: auto;
  }
}
.nav-social ul {
  display: flex;
}
.nav-social li {
  margin-left: 1em;
}
.nav-social li.first {
  margin-left: 0;
}
.nav-social a {
  display: block;
  background-color: #8bcd7a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s;
}
.nav-social a.xing {
  background-image: url(../img/icn-xing.svg);
}
.nav-social a.linkedin {
  background-image: url(../img/icn-linkedin.svg);
}
.nav-social a.facebook {
  background-image: url(../img/icn-facebook.svg);
}
.nav-social a.twitter {
  background-image: url(../img/icn-twitter.svg);
}
.nav-social a.blog {
  background-image: url(../img/icn-wp.svg);
}
.nav-social a:hover {
  background-color: #fff;
}
.nav-social a span {
  display: block;
  text-indent: -999em;
}

.mod_breadcrumb {
  font-size: 0.8823529412em;
}
.mod_breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod_breadcrumb li {
  display: inline;
}
.mod_breadcrumb li:after {
  content: " / ";
  margin: 0 0.25em;
}
.mod_breadcrumb li.last:after {
  content: normal;
}
.mod_breadcrumb a {
  text-decoration: none;
}
.mod_breadcrumb a:hover {
  color: #8bcd7a;
}

#mbtn {
  display: block;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 0;
}
#mbtn:hover {
  color: #abdb9f;
}
#mbtn span {
  display: inline-block;
  margin-right: 1em;
  vertical-align: -2px;
}
#mbtn svg {
  height: auto;
  vertical-align: middle;
}
#mbtn line {
  stroke: #fff;
  stroke-width: 6px;
  transition: 0.3s;
  transform-origin: 18% 50%;
}
#mbtn:hover line {
  stroke: #abdb9f;
}
@media (min-width: 1000px) {
  #mbtn {
    display: none;
  }
}

.mm-opening #mbtn line:first-child {
  transform: rotate(45deg);
}

.mm-opening #mbtn line:last-child {
  transform: rotate(-45deg);
}

.mm-opening #mbtn line:nth-child(2) {
  transform: translateX(-100%);
}

.mm-menu.mm-theme-dark {
  text-transform: uppercase;
}

.mm-listview {
  font-size: 1.2em;
}
.mm-listview > li > a, .mm-listview .mm-list > li > span {
  line-height: normal;
}
.mm-listview a.mm-subopen {
  width: 4em;
}
.mm-listview a.mm-subopen:after {
  right: 1.8em;
}
.mm-listview .active, .mm-listview .trail {
  color: #abdb9f;
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: #8bcd7a;
}

.nav-main {
  display: none;
}

@media (min-width: 1000px) {
  .nav-main {
    display: block;
  }
}
.nav-main {
  text-transform: uppercase;
  overflow: visible;
}
.nav-main li:hover {
  background: #8bcd7a !important;
}
.nav-main a, .nav-main strong {
  padding: 0.5em 1.5vw;
}
@media (min-width: 1180px) {
  .nav-main a, .nav-main strong {
    padding: 0.5em 1.5em;
  }
}
.nav-main a.active, .nav-main a.trail, .nav-main strong.active, .nav-main strong.trail {
  color: #abdb9f;
}
.nav-main .level_1 {
  display: flex;
}
.nav-main .level_1 > li {
  position: relative;
}
.nav-main .level_2,
.nav-main .level_3,
.nav-main .level_4 {
  z-index: 100;
  opacity: 0;
  text-transform: none;
}
.nav-main .level_2 > li.first {
  padding-top: 0.5em;
}
.nav-main .level_2 > li.last {
  padding-bottom: 0.5em;
}
.nav-main .level_2 a, .nav-main .level_2 strong {
  padding-right: 2em;
}
.nav-main .level_2 a.submenu, .nav-main .level_2 strong.submenu {
  background: url(../img/winkel-rechts.svg) no-repeat right 8px center;
  background-size: auto 1em;
}
.nav-main li:hover > .level_2 {
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  opacity: 1;
  overflow: visible;
}
.nav-main .level_2,
.nav-main .level_3,
.nav-main .level_4 {
  background: #8bcd7a;
  transition: opacity 0.3s, background 0.3s;
}
.nav-main .level_2:hover,
.nav-main .level_3:hover,
.nav-main .level_4:hover {
  background: #8bcd7a;
}
.nav-main li:hover > .level_3,
.nav-main li:hover > .level_4 {
  width: auto;
  height: auto;
  left: 100%;
  top: auto;
  opacity: 1;
  overflow: visible;
  margin-top: -2.2em;
}

.nav-toplinks {
  font-size: 0.8235294118em;
}
.nav-toplinks .level_1 {
  display: flex;
}
.nav-toplinks a, .nav-toplinks strong {
  padding: 0.7em;
  text-align: center;
}
.nav-toplinks a.last, .nav-toplinks strong.last {
  padding-right: 0;
}
.nav-toplinks a:before, .nav-toplinks strong:before {
  content: "";
  display: block;
  margin: 0 auto 0.5em;
  width: 32px;
  height: 32px;
  background: url(../img/toplinks-sprite.svg) no-repeat;
  opacity: 0.7;
}
.nav-toplinks li .anmeldung:before {
  background-position: 0 0;
}
.nav-toplinks li .krankmeldung:before {
  background-position: -32px 0;
}
.nav-toplinks li .ansprechpartner:before {
  background-position: -64px 0;
}
.nav-toplinks li .moodle:before {
  background-position: -96px 0;
}
.nav-toplinks li .prowim:before {
  background-position: -128px 0;
}
.nav-toplinks li .downloads:before {
  background-position: -160px 0;
}
.nav-toplinks a:hover {
  color: #8bcd7a;
}
.nav-toplinks a:hover:before {
  opacity: 1;
}

@media (min-width: 500px) {
  .nav-footer ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-footer ul li {
    flex: 0 1 33.333%;
  }
}
@media (min-width: 720px) {
  .nav-footer ul {
    flex-wrap: nowrap;
  }
  .nav-footer ul li {
    flex-basis: auto;
  }
}
.nav-footer a, .nav-footer strong {
  padding: 0.75rem;
}
@media (min-width: 720px) {
  .nav-footer a, .nav-footer strong {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.nav-footer a.active, .nav-footer a.trail, .nav-footer strong.active, .nav-footer strong.trail {
  color: #8bcd7a;
}
.nav-footer a:hover {
  color: #8bcd7a;
}
@media (min-width: 720px) {
  .nav-footer .first a, .nav-footer .first span {
    padding-left: 0.75rem;
  }
  .nav-footer .last a, .nav-footer .last span {
    padding-right: 0.75rem;
  }
}

a.toplink {
  text-decoration: none;
  padding: 0.75rem;
  flex: 0;
}
a.toplink:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.1em;
  vertical-align: middle;
  background: url(../img/arrow-up-white.svg) no-repeat center/contain;
}
/*# sourceMappingURL=../maps/theme.css.map */
