@charset "UTF-8";
/*!
Theme Name: Nelly Kostadinova
Theme URI: http://www.nelly-kostadinova.de
Author: 11com7
Author URI: http://www.11com7.de
Description: ...
Version: 1.0.0
*/
/*------------------------------------*\
  required
\*------------------------------------*/
/*------------------------------------*\
    Web-Font Importe und allgemeine Definitionen
\*------------------------------------*/
/* =Web-Font Integration
--------------------------------------------- */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light-webfont.woff2") format("woff2"), url("fonts/Roboto-Light-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-light-webfont.woff2") format("woff2"), url("fonts/ubuntu-light-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-LightItalic-webfont.woff2") format("woff2"), url("fonts/Roboto-LightItalic-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("fonts/Roboto-Regular-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-regular-webfont.woff2") format("woff2"), url("fonts/ubuntu-regular-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Italic-webfont.woff2") format("woff2"), url("fonts/Roboto-Italic-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium-webfont.woff2") format("woff2"), url("fonts/Roboto-Medium-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-medium-webfont.woff2") format("woff2"), url("fonts/ubuntu-medium-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-MediumItalic-webfont.woff2") format("woff2"), url("fonts/Roboto-MediumItalic-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold-webfont.woff2") format("woff2"), url("fonts/Roboto-Bold-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-bold-webfont.woff2") format("woff2"), url("fonts/ubuntu-bold-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-BoldItalic-webfont.woff2") format("woff2"), url("fonts/Roboto-BoldItalic-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Nelly-Icon-Font";
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nelly-Icon-Font-Brands";
  src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
/*
@font-face
{
  font-family: 'FontAwesome';
  src: url('https://www.silent-clean.de/wp-content/themes/silent-clean/fonts/fontawesome-webfont.woff2') format('woff2'),
  url('https://www.silent-clean.de/wp-content/themes/silent-clean/fonts/fontawesome-webfont.woff') format('woff'),
  url('https://www.silent-clean.de/wp-content/themes/silent-clean/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
/*------------------------------------*\
    Variablen
\*------------------------------------*/
/* =farben
-------------------------------------------------------------- */
/* =Struktur
-------------------------------------------------------------- */
/* =Retina Background Mixin
-------------------------------------------------------------- */
/* =Font-Size
-------------------------------------------------------------- */
/* =Font-Families (Jeder Schnitt eine Family, erzeugt eine verbesserte IE Kompatibilität)
-------------------------------------------------------------- */
@keyframes award-color-swipe {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
@mixin iconFont
{
  font-family: FontAwesome;
  font-weight: normal;
}
*/
/*------------------------------------*\
    Variablen
\*------------------------------------*/
/* =farben
-------------------------------------------------------------- */
/* =Struktur
-------------------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 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 and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
  Addons/Libs (Externe CSS, KEINE ÄNDERUNGEN DURCH UNS AN DIESEN DATEIEN)
\*------------------------------------*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a, .mm-listview a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu.mm-fx-menu-zoom {
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-slide {
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  transition-property: none;
}

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  transform-origin: left center;
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  transition: none 0.4s ease;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: 0.1s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: 0.2s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: 0.3s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: 0.4s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: 0.5s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: 0.6s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: 0.7s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  transition-property: transform, opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*------------------------------------*\
  Elements
\*------------------------------------*/
/*------------------------------------*\
    Alignments (WordPress)
\*------------------------------------*/
.alignleft, .alignright {
  display: inline;
  margin-bottom: 10px;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .alignleft, .alignright {
    float: none !important;
    display: block !important;
    margin: 15px 0 !important;
  }
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
}

/*------------------------------------*\
    Buttons
\*------------------------------------*/
button, .button, a.button, .button-wrapper a, input[type=submit] {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: #ffffff !important;
}
button, .button, a.button, .button-wrapper a, input[type=submit] {
  background: #50189d;
  padding: 8px 32px;
  display: inline-block;
  border-radius: 6px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
  font-weight: 600;
  position: relative;
  transition-property: background, color, border;
  transition-duration: 0.3s;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 30px;
  text-align: center;
  border: 0;
}
button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, a.button:hover, a.button:focus, a.button:active, .button-wrapper a:hover, .button-wrapper a:focus, .button-wrapper a:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  background: #8600b8;
}
button.nomargin, .button.nomargin, a.button.nomargin, .button-wrapper a.nomargin, input[type=submit].nomargin {
  margin: 0;
}
button.small, .button.small, a.button.small, .button-wrapper a.small, input[type=submit].small {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 18px;
}
button.fancybox-button, .button.fancybox-button, a.button.fancybox-button, .button-wrapper a.fancybox-button, input[type=submit].fancybox-button {
  border: none !important;
}
button.light, .button.light, a.button.light, .button-wrapper a.light, input[type=submit].light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background: none;
}
button.light:hover, button.light:focus, button.light:active, .button.light:hover, .button.light:focus, .button.light:active, a.button.light:hover, a.button.light:focus, a.button.light:active, .button-wrapper a.light:hover, .button-wrapper a.light:focus, .button-wrapper a.light:active, input[type=submit].light:hover, input[type=submit].light:focus, input[type=submit].light:active {
  border: 2px solid rgb(255, 255, 255);
}
button.white, .button.white, a.button.white, .button-wrapper a.white, input[type=submit].white {
  color: #50189d !important;
}
button.white, .button.white, a.button.white, .button-wrapper a.white, input[type=submit].white {
  background: #fff;
}
button.white:hover, button.white:focus, button.white:active, .button.white:hover, .button.white:focus, .button.white:active, a.button.white:hover, a.button.white:focus, a.button.white:active, .button-wrapper a.white:hover, .button-wrapper a.white:focus, .button-wrapper a.white:active, input[type=submit].white:hover, input[type=submit].white:focus, input[type=submit].white:active {
  background: rgba(255, 255, 255, 0.85);
}
button.icn-pdf, .button.icn-pdf, a.button.icn-pdf, .button-wrapper a.icn-pdf, input[type=submit].icn-pdf {
  padding-left: 40px;
}
button.icn-pdf:before, .button.icn-pdf:before, a.button.icn-pdf:before, .button-wrapper a.icn-pdf:before, input[type=submit].icn-pdf:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 18px;
  top: 5px;
  content: "\f15c";
  position: absolute;
}
button.submit, .button.submit, a.button.submit, .button-wrapper a.submit, input[type=submit].submit {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 8px 25px;
}
button.submit:before, .button.submit:before, a.button.submit:before, .button-wrapper a.submit:before, input[type=submit].submit:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  content: "\f058";
  margin-right: 6px;
}

/*------------------------------------*\
    Forms/Dialoge
\*------------------------------------*/
/* Form-Felder
-------------------------------------------------------------- */
form {
  margin-bottom: 25px !important;
}
form {
  background: #f4f4f4;
  margin: 0 -18px;
  padding: 15px 18px 15px 18px;
}
@media (min-width: 600px) {
  form .grid-row.medium {
    -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
  }
  form .grid-row.medium .col-6 {
    width: 50%;
  }
}
form h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
form .info {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
form .wpcf7-form-control-wrap {
  margin-bottom: 25px;
  display: block;
}
form .wpcf7-form-control {
  display: block;
  overflow: hidden;
}
form .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 23px;
}
form .wpcf7-not-valid-tip:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 3px;
  content: "\f071";
  position: absolute;
}
form .wpcf7-response-output {
  background: #ffffff;
  border-radius: 6px;
  margin: 25px 0 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}
form label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */ /* IE 10+ */
  user-select: none; /* Likely future */
}
form span.wpcf7-list-item {
  display: block;
  margin: 0;
}
form .wpcf7-list-item label {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
form textarea.wpcf7-form-control {
  overflow-y: auto;
}
form .zip {
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  form {
    border-radius: 6px;
    padding: 20px;
    margin: 0;
  }
  span.wpcf7-list-item {
    float: left;
    width: 50%;
  }
}
.required:after {
  margin-left: 3px;
  content: "*";
  color: #ff0000;
  font-weight: 600;
}

input[type=text], input[type=password], input[type=number],
input[type=email], input[type=search], input[type=tel], input[type=date],
form textarea, form select {
  padding: 5px 7px;
  border-radius: 3px;
  border: 1px solid #9b96ab;
  transition-property: all;
  transition-duration: 0.3s;
  width: 100%;
  outline: none;
  box-shadow: #babfc8 0 2px 4px 0 inset;
  color: #3d325d;
  background: #fff;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder,
input[type=email]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=date]::placeholder,
form textarea::placeholder, form select::placeholder { /* Most modern browsers support this now. */
  color: #9ea5b1;
}
input[type=text]:hover, input[type=password]:hover, input[type=number]:hover,
input[type=email]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=date]:hover,
form textarea:hover, form select:hover {
  border: 1px solid #515865;
}
input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, input[type=number]:active, input[type=number]:focus,
input[type=email]:active,
input[type=email]:focus, input[type=search]:active, input[type=search]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=date]:active, input[type=date]:focus,
form textarea:active,
form textarea:focus, form select:active, form select:focus {
  color: #50189d;
  border: 1px solid #8600b8;
  box-shadow: #8600b8 0 0 4px 0;
}
input[type=text].wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=number].wpcf7-not-valid,
input[type=email].wpcf7-not-valid, input[type=search].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=date].wpcf7-not-valid,
form textarea.wpcf7-not-valid, form select.wpcf7-not-valid {
  border-color: #ff0000;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled,
input[type=email]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=date]:disabled,
form textarea:disabled, form select:disabled {
  border: 1px solid #9b96ab !important;
}

input[type=radio] {
  margin: 5px;
}

input[type=checkbox] {
  margin: 5px;
}

/*------------------------------------*\
    Galleries (WordPress)
\*------------------------------------*/
.gallery {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .gallery {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.gallery img {
  transition-property: transform;
  transition-duration: 0.3s;
}
.gallery .gallery-item {
  float: none;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .gallery .gallery-item {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 36px;
  }
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a:hover {
  cursor: zoom-in;
}
.gallery .gallery-item a:hover img {
  transform: scale(1.1);
}
.gallery .gallery-item .gallery-icon {
  overflow: hidden;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 33.3333333333%;
}
@media (min-width: 650px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 33.3333333333%;
}
@media (min-width: 650px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}

/*------------------------------------*\
    Gridsystem
\*------------------------------------*/
.readWidth {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 18px;
}

.lightBG {
  background: #ecebef;
}

.teaserWrapper {
  overflow: hidden;
}

.grid-row, ul.grid-row {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

.grid-row, ul.grid-row {
  margin: 0;
  overflow: hidden;
}
.grid-row.marginBottom, ul.grid-row.marginBottom {
  margin-bottom: 36px;
}
.grid-row.marginBottomSmall, ul.grid-row.marginBottomSmall {
  margin-bottom: 18px;
}
.grid-row.marginTop, ul.grid-row.marginTop {
  margin-top: 36px;
}
.grid-row.marginTopSmall, ul.grid-row.marginTopSmall {
  margin-top: 18px;
}
.grid-row.imageTeaser, ul.grid-row.imageTeaser {
  margin-left: -2px !important;
  margin-right: -2px !important;
}
.grid-row.imageTeaser, ul.grid-row.imageTeaser {
  position: relative;
}
.grid-row.imageTeaser:after, ul.grid-row.imageTeaser:after {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 0px;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
  transform: scale(1, -1);
}
@media (min-width: 1000px) {
  .grid-row.imageTeaser:after, ul.grid-row.imageTeaser:after {
    display: block;
  }
}
.grid-row.imageTeaser [class^=col-], .grid-row.imageTeaser .col, ul.grid-row.imageTeaser [class^=col-], ul.grid-row.imageTeaser .col {
  padding-left: 2px;
  padding-right: 2px;
}
.grid-row.no-break, ul.grid-row.no-break {
  -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
}
.grid-row.no-break .col-4, ul.grid-row.no-break .col-4 {
  width: 33.333333333% !important;
}
.grid-row [class^=col-], .grid-row .col, ul.grid-row [class^=col-], ul.grid-row .col {
  float: none;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  position: relative;
}
.grid-row [class^=col-] h1:first-child, .grid-row [class^=col-] h2:first-child, .grid-row [class^=col-] h3:first-child, .grid-row [class^=col-] h4:first-child, .grid-row [class^=col-] h5:first-child, .grid-row .col h1:first-child, .grid-row .col h2:first-child, .grid-row .col h3:first-child, .grid-row .col h4:first-child, .grid-row .col h5:first-child, ul.grid-row [class^=col-] h1:first-child, ul.grid-row [class^=col-] h2:first-child, ul.grid-row [class^=col-] h3:first-child, ul.grid-row [class^=col-] h4:first-child, ul.grid-row [class^=col-] h5:first-child, ul.grid-row .col h1:first-child, ul.grid-row .col h2:first-child, ul.grid-row .col h3:first-child, ul.grid-row .col h4:first-child, ul.grid-row .col h5:first-child {
  margin-top: 0;
}
.grid-row [class^=col-].marginBottom, .grid-row .col.marginBottom, ul.grid-row [class^=col-].marginBottom, ul.grid-row .col.marginBottom {
  margin-bottom: 36px;
}
.grid-row [class^=col-].marginBottomSmall, .grid-row .col.marginBottomSmall, ul.grid-row [class^=col-].marginBottomSmall, ul.grid-row .col.marginBottomSmall {
  margin-bottom: 18px;
}
.grid-row [class^=col-].marginTop, .grid-row .col.marginTop, ul.grid-row [class^=col-].marginTop, ul.grid-row .col.marginTop {
  margin-top: 36px;
}
.grid-row [class^=col-].marginTopSmall, .grid-row .col.marginTopSmall, ul.grid-row [class^=col-].marginTopSmall, ul.grid-row .col.marginTopSmall {
  margin-top: 18px;
}
@media (min-width: 760px) {
  .grid-row [class^=col-].textRight, .grid-row .col.textRight, ul.grid-row [class^=col-].textRight, ul.grid-row .col.textRight {
    text-align: right;
  }
}
.grid-row [class^=col-].aligncenter, .grid-row .col.aligncenter, ul.grid-row [class^=col-].aligncenter, ul.grid-row .col.aligncenter {
  text-align: center;
}
.grid-row [class^=col-] > img:first-of-type, .grid-row [class^=col-] > figure:first-of-type, .grid-row .col > img:first-of-type, .grid-row .col > figure:first-of-type, ul.grid-row [class^=col-] > img:first-of-type, ul.grid-row [class^=col-] > figure:first-of-type, ul.grid-row .col > img:first-of-type, ul.grid-row .col > figure:first-of-type {
  margin-top: 8px;
}
@media screen and (min-width: 760px) {
  .grid-row, ul.grid-row {
    -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
    /* Synchrone Grid-Raster (Alle Columns identisch Breit und ALLE in einer Zeile, grid-row OHNE col-* Angabe) - Nicht IE9 Kompatibel trotz polyfill!
    -------------------------------------------------------------- */
    /* Synchrone Grid-Raster (Alle Columns identisch Breit, grid-row MIT col-* Angabe, inkl. Umbruch der Zeilen wenn der Platz nicht ausreicht)
    -------------------------------------------------------------- */
    /* A-Synchrone Grid-Raster (grid-row OHNE col-* Angabe, jede Column erhält col-* Klasse, Offset möglich)
    -------------------------------------------------------------- */
  }
  .grid-row.auto, ul.grid-row.auto {
    flex-flow: inherit;
  }
  .grid-row.auto .col, ul.grid-row.auto .col {
    flex: 1;
  }
  .grid-row.col-1 .col, ul.grid-row.col-1 .col {
    width: 8.3333333333%;
  }
  .grid-row.col-2 .col, ul.grid-row.col-2 .col {
    width: 16.6666666667%;
  }
  .grid-row.col-3 .col, ul.grid-row.col-3 .col {
    width: 25%;
  }
  .grid-row.col-4 .col, ul.grid-row.col-4 .col {
    width: 33.3333333333%;
  }
  .grid-row.col-5 .col, ul.grid-row.col-5 .col {
    width: 41.6666666667%;
  }
  .grid-row.col-6 .col, ul.grid-row.col-6 .col {
    width: 50%;
  }
  .grid-row.col-7 .col, ul.grid-row.col-7 .col {
    width: 58.3333333333%;
  }
  .grid-row.col-8 .col, ul.grid-row.col-8 .col {
    width: 66.6666666667%;
  }
  .grid-row.col-9 .col, ul.grid-row.col-9 .col {
    width: 75%;
  }
  .grid-row.col-10 .col, ul.grid-row.col-10 .col {
    width: 83.3333333333%;
  }
  .grid-row.col-11 .col, ul.grid-row.col-11 .col {
    width: 91.6666666667%;
  }
  .grid-row.col-12 .col, ul.grid-row.col-12 .col {
    width: 100%;
  }
  .grid-row .col-1, ul.grid-row .col-1 {
    width: 8.3333333333%;
  }
  .grid-row .col-2, ul.grid-row .col-2 {
    width: 16.6666666667%;
  }
  .grid-row .col-3, ul.grid-row .col-3 {
    width: 25%;
  }
  .grid-row .col-4, ul.grid-row .col-4 {
    width: 33.3333333333%;
  }
  .grid-row .col-5, ul.grid-row .col-5 {
    width: 41.6666666667%;
  }
  .grid-row .col-6, ul.grid-row .col-6 {
    width: 50%;
  }
  .grid-row .col-7, ul.grid-row .col-7 {
    width: 58.3333333333%;
  }
  .grid-row .col-8, ul.grid-row .col-8 {
    width: 66.6666666667%;
  }
  .grid-row .col-9, ul.grid-row .col-9 {
    width: 75%;
  }
  .grid-row .col-10, ul.grid-row .col-10 {
    width: 83.3333333333%;
  }
  .grid-row .col-11, ul.grid-row .col-11 {
    width: 91.6666666667%;
  }
  .grid-row .col-12, ul.grid-row .col-12 {
    width: 100%;
  }
  .grid-row .col-offset-1, ul.grid-row .col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-row .col-offset-2, ul.grid-row .col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-row .col-offset-3, ul.grid-row .col-offset-3 {
    margin-left: 25%;
  }
  .grid-row .col-offset-4, ul.grid-row .col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-row .col-offset-5, ul.grid-row .col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-row .col-offset-6, ul.grid-row .col-offset-6 {
    margin-left: 50%;
  }
  .grid-row .col-offset-7, ul.grid-row .col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-row .col-offset-8, ul.grid-row .col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-row .col-offset-9, ul.grid-row .col-offset-9 {
    margin-left: 75%;
  }
  .grid-row .col-offset-10, ul.grid-row .col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-row .col-offset-11, ul.grid-row .col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-row .col-offset-12, ul.grid-row .col-offset-12 {
    margin-left: 100%;
  }
}

/*------------------------------------*\
    Listen
\*------------------------------------*/
/* Listen-Reset
-------------------------------------------------------------- */
nav ul, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.entry-content ul {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 25px;
  margin-top: 20px;
}
.entry-content ul.grid-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.entry-content ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #c4c1cd;
}
.entry-content ul li[class^=col-] {
  border: none;
}
.entry-content ul li:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 0;
  top: 0px;
  content: "\f105";
  position: absolute;
  color: #8600b8;
}
.entry-content ul li:last-child {
  border-bottom: 0;
}
.entry-content ul.checklist li {
  padding-left: 26px;
}
.entry-content ul.checklist li:before {
  content: "\f00c";
  color: #6dab15;
  top: -1px;
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-content ul.simple-teaser {
  padding-left: 0;
}
.entry-content ul.simple-teaser.grid-row {
  margin-left: -18px !important;
  margin-right: -18px !important;
}
@media (min-width: 600px) {
  .entry-content ul.simple-teaser {
    -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
  }
  .entry-content ul.simple-teaser .col-4 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .entry-content ul.simple-teaser .col-4 {
    width: 33.3333333333%;
  }
}
.entry-content ul.simple-teaser li {
  padding-bottom: 0;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 36px;
}
.entry-content ul.simple-teaser li h3 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.entry-content ul.simple-teaser li:before {
  display: none;
}
.entry-content ul.simple-teaser li > div {
  background: #fff;
  padding: 30px;
  height: 100%;
}
.entry-content ul.simple-teaser li > div p {
  margin: 0;
}
.entry-content ul.check-teaser {
  margin-left: 0;
  padding-left: 0;
}
.entry-content ul.check-teaser.grid-row {
  margin-left: -18px !important;
  margin-right: -18px !important;
}
@media (min-width: 600px) {
  .entry-content ul.check-teaser {
    -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
  }
  .entry-content ul.check-teaser .col-4 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .entry-content ul.check-teaser .col-4 {
    width: 33.3333333333%;
  }
}
.entry-content ul.check-teaser li {
  padding-left: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  border: none;
  margin-bottom: 15px;
}
.entry-content ul.check-teaser li > div {
  padding-left: 22px;
}
@media (min-width: 600px) {
  .entry-content ul.check-teaser li {
    margin-bottom: 30px;
  }
}
.entry-content ul.check-teaser li p {
  margin: 0;
}
.entry-content ul.check-teaser li h3 {
  color: #8600b8;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}
.entry-content ul.check-teaser li:before {
  content: "\f00c";
  color: #8600b8;
  top: 0;
  left: 18px;
  font-size: 20px;
  font-size: 2rem;
}
.entry-content ol {
  list-style: none;
  margin-left: 18px;
  margin-bottom: 25px;
  padding: 0;
}
.entry-content ol.grid-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.entry-content ol.grid-row li {
  padding-left: 31px !important;
}
.entry-content ol.grid-row li {
  border: 0;
}
.entry-content ol li {
  counter-increment: item;
  position: relative;
  padding-left: 31px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #c4c1cd;
}
.entry-content ol li:before {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background: #8600b8;
  color: #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.entry-content ol li:last-child {
  border-bottom: 0;
}
.entry-content ol.ebene1 {
  counter-reset: listenpunkt_ebene1;
}
.entry-content ol.ebene1 li:before {
  content: counter(listenpunkt_ebene1);
  counter-increment: listenpunkt_ebene1;
}
.entry-content ol.ebene2 {
  margin-top: 25px;
  margin-left: 0;
  counter-reset: listenpunkt_ebene2;
  font-size: 16px;
  font-size: 1.6rem;
}
.entry-content ol.ebene2 li:before {
  content: counter(listenpunkt_ebene2, lower-alpha);
  counter-increment: listenpunkt_ebene2;
  background: #50189d;
}

ul.klipp-klapp {
  margin-left: 0;
}
ul.klipp-klapp > li {
  width: 100%;
  background: #ecebef;
  border: none;
  padding: 8px 40px 8px 40px;
  margin-bottom: 2px;
  font-size: 15px;
  font-size: 1.5rem;
}
ul.klipp-klapp > li:before {
  content: "\f067";
  font-size: 18px;
  font-size: 1.8rem;
  left: 15px;
  top: 7px;
}
ul.klipp-klapp > li li:before {
  color: #807a94;
  top: 1px;
}
ul.klipp-klapp > li div .list-header p {
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.4;
}
ul.klipp-klapp > li div .list-header:hover, ul.klipp-klapp > li div .list-header:active, ul.klipp-klapp > li div .list-header:focus {
  cursor: pointer;
}
ul.klipp-klapp > li div .list-header:hover h3, ul.klipp-klapp > li div .list-header:active h3, ul.klipp-klapp > li div .list-header:focus h3 {
  color: #8600b8;
}
ul.klipp-klapp > li div .list-header:hover h3:after, ul.klipp-klapp > li div .list-header:active h3:after, ul.klipp-klapp > li div .list-header:focus h3:after {
  color: #8600b8;
}
ul.klipp-klapp > li div .headline {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  transition-property: color;
  transition-duration: 0.3s;
}
ul.klipp-klapp > li div .headline:after {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  font-size: 32px;
  font-size: 3.2rem;
  right: 15px;
  top: -2px;
  content: "\f107";
  position: absolute;
  color: #a9a4b6;
  transition-property: color, transform;
  transition-duration: 0.3s;
}
ul.klipp-klapp > li div .content {
  padding-top: 15px;
  border-top: 1px dotted #818a9b;
  margin-top: 15px;
}
ul.klipp-klapp > li.open:before {
  content: "\f068";
}
ul.klipp-klapp > li.open .headline {
  color: #8600b8;
}
ul.klipp-klapp > li.open .headline:after {
  transform: rotate(-180deg);
}

.js ul.klipp-klapp > li div .content {
  display: none;
}

ol.sorted.grid-row h3 {
  margin-top: 0 !important;
}
@media (min-width: 600px) {
  ol.sorted.grid-row {
    -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
  }
  ol.sorted.grid-row .col-3, ol.sorted.grid-row .col-4 {
    width: 50%;
  }
  ol.sorted.grid-row .col-6 {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  ol.sorted.grid-row .col-3 {
    width: 25%;
  }
  ol.sorted.grid-row .col-4 {
    width: 33.3333333333%;
  }
}
ol.sorted li:before {
  top: 0;
}
ol.sorted li p a.button {
  margin-bottom: 0;
}
ol.sorted h3 {
  margin-top: 30px !important;
}
ol.sorted h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
ol.sorted .content {
  font-size: 16px;
  font-size: 1.6rem;
}

/*------------------------------------*\
    Tabellen
\*------------------------------------*/
table {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.small {
  font-size: 14px;
  font-size: 1.4rem;
}
table th, table td {
  border-bottom: 1px solid #d1cfd8;
  border-right: 6px solid #ffffff;
  text-align: left;
  padding: 7px 3px;
  vertical-align: top;
}
table thead th {
  color: #8600b8;
  font-size: 17px;
  font-size: 1.7rem;
}
table tbody tr th {
  color: #8600b8;
  font-weight: 600;
}
[class^=col-] > table:first-child {
  margin-top: -5px;
}

/*------------------------------------*\
    Typo
\*------------------------------------*/
a {
  color: #8600b8;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
}
a:hover, a:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a[href*="tel:"] {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

a[href*="tel:"] {
  color: #3d325d;
}
a[href*="tel:"]:hover, a[href*="tel:"]:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

a[rel=nofollow] {
  color: #8f98a6;
  font-size: 13px;
  font-size: 1.3rem;
}
a[rel=nofollow]:hover, a[rel=nofollow]:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

.text-gradient, .nelly-quote-box .nelly-quote, h1, h2, h3, .h3-like {
  background: -webkit-linear-gradient(45deg, #bb06ff, #37236d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1, h2, h3, .h3-like {
  line-height: 1.3;
  page-break-after: avoid;
  margin: 0;
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
  font-weight: 300;
  color: #8600b8;
}
h1.aligncenter, h2.aligncenter, h3.aligncenter, .h3-like.aligncenter {
  text-align: center;
}

h1 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media (min-width: 760px) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h2 {
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
}
@media (min-width: 600px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h1 + h2 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  h1 + h2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.home h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

h3, .h3-like {
  margin-bottom: 5px;
  font-size: 23px;
  font-size: 2.3rem;
}
h3 + ul, .h3-like + ul {
  margin-top: 10px;
}

.h3-like {
  font-weight: 500 !important;
}

.h3-like {
  display: block;
  background: -webkit-linear-gradient(45deg, #bb06ff, #37236d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4 {
  color: #3d325d;
  font-weight: 600;
  margin-bottom: 5px;
}

p {
  margin: 0;
  margin-bottom: 25px;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
p.einleitung {
  font-size: 19px;
  font-size: 1.9rem;
  color: #1c172b;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p.einleitung {
    line-height: 1.5;
  }
}

.small {
  font-size: 14px;
  font-size: 1.4rem;
}

.hinweis {
  color: #50189d;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  background: #ecebef;
  padding: 20px 25px 20px 45px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}
.hinweis a[href*="tel:"] {
  color: #50189d;
}
.hinweis:before {
  font-size: 20px;
  font-size: 2rem;
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 18px;
  top: 16px;
  content: "\f05a";
  position: absolute;
}
.hinweis p:last-of-type {
  margin-bottom: 0;
}

abbr[title] {
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px dotted #3d325d;
}

form p.hinweis {
  font-size: 14px;
  font-size: 1.4rem;
  background: #d9d7df;
}

.wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem;
  background: #ecebef;
  padding: 10px 15px;
  color: #37236d;
}

.pdf {
  position: relative;
  padding-left: 16px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.pdf:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 0;
  top: 0;
  content: "\f1c1";
  position: absolute;
}
.pdf:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.entry-content a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.entry-content a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

/*------------------------------------*\
    Kundenstimmen/Anwenderberichte
\*------------------------------------*/
.nelly-quote-box {
  border-bottom: 1px solid #8600b8;
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
}
.nelly-quote-box .nelly-quote {
  font-size: 24px;
  font-size: 2.4rem;
}

/*------------------------------------*\
   Seitennavigation
\*------------------------------------*/
.wp-pagenavi {
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
}
.wp-pagenavi .pages {
  margin-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #968eb1;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  padding: 4px 12px;
  background: #50189d;
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  transition-property: background, color, border;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  margin-right: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus, .wp-pagenavi a:active, .wp-pagenavi span.current:hover, .wp-pagenavi span.current:focus, .wp-pagenavi span.current:active {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
  background: #d052ff;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #d052ff;
}

/*------------------------------------*\
   Kundenstimmen
\*------------------------------------*/
.kundenstimmen-teaser {
  background: #ecebef;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 1000px) {
  .kundenstimmen-teaser {
    padding-bottom: 80px;
  }
}
.kundenstimmen-teaser:after {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 0px;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
  transform: scale(1, -1);
}
@media (min-width: 1000px) {
  .kundenstimmen-teaser:after {
    display: block;
  }
}
.kundenstimmen-teaser article {
  margin-bottom: 60px !important;
}
.kundenstimmen-teaser article .image-wrapper img {
  margin: 0 auto 25px auto !important;
}
.kundenstimmen-teaser article .image-wrapper img {
  border-radius: 50%;
  border: 4px solid #fff;
}
@media (min-width: 760px) {
  .kundenstimmen-teaser article .image-wrapper img {
    margin: 0 auto !important;
  }
}
.kundenstimmen-teaser article .entry-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}
.kundenstimmen-teaser article .entry-wrapper .quote-text {
  font-style: italic;
  border-bottom: 1px dashed #d1cfd8;
  margin-bottom: 20px;
  position: relative;
}
.kundenstimmen-teaser article .entry-wrapper .quote-text:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 18px solid #fff;
  border-right: 30px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .kundenstimmen-teaser article .entry-wrapper .quote-text:before {
    border-left: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 18px solid #fff;
    left: -45px;
    right: auto;
    top: 23px;
    margin: auto;
  }
}
.kundenstimmen-teaser article .entry-wrapper .entry-title {
  font-weight: 400;
}
.kundenstimmen-teaser article .entry-wrapper .entry-meta {
  font-size: 15px;
  font-size: 1.5rem;
}

/*------------------------------------*\
   Presse
\*------------------------------------*/
.page-template-presse .page-title {
  margin-bottom: 0;
}

.press-item {
  padding: 40px 0;
  border-radius: 6px;
}
.press-item .entry-title {
  font-size: 1.7rem;
  color: #3d325d;
  background: none;
  -webkit-text-fill-color: inherit;
}
.press-item .entry-content {
  font-size: 17px;
  font-size: 1.7rem;
}

.publisher-logo {
  margin-top: 25px;
}

article.presse {
  border-bottom: 1px dashed #a9a4b6;
}
article.presse:last-child {
  border: none;
}

/*------------------------------------*\
   Presse
\*------------------------------------*/
.page-template-vortraege .page-title {
  margin-bottom: 0;
}

article.vortraege {
  border-top: 1px dashed #d1cfd8;
  padding-top: 20px;
  margin-top: 10px;
}
article.vortraege .entry-title {
  margin-top: 20px !important;
}
article.vortraege .entry-title {
  font-size: 2.1rem;
}

.vortraege-linklist a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #3d325d;
}
.vortraege-linklist a:hover, .vortraege-linklist a:focus, .vortraege-linklist a:active {
  color: #8600b8;
}

/*------------------------------------*\
   Buch Teaser
\*------------------------------------*/
.buch-teaser {
  position: relative;
  margin-top: 60px;
  background: url("gfx/bg-floral-colored.png") center top repeat;
  color: #968eb1;
  padding-bottom: 55px;
}
.buch-teaser:before {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0px;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
}
@media (min-width: 1000px) {
  .buch-teaser:before {
    display: block;
  }
}
.buch-teaser:after {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: -1px;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
  transform: scale(1, -1);
}
@media (min-width: 1000px) {
  .buch-teaser:after {
    display: block;
  }
}
.buch-teaser .button {
  min-width: 246px;
}
@media (min-width: 760px) {
  .buch-teaser .button {
    margin-right: 0;
  }
}
.buch-teaser h1, .buch-teaser h2, .buch-teaser h3 {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}
.buch-teaser h2 {
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0;
}
.buch-teaser h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 35px;
}

#landingpage-buch .buch-teaser {
  margin-top: 0;
}
#landingpage-buch .buch-teaser h1 {
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0;
}
#landingpage-buch .buch-teaser h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 35px;
  font-weight: 300;
}
#landingpage-buch .buch-teaser:before {
  display: none;
}

/*------------------------------------*\
   Events/Termine
\*------------------------------------*/
.event-list {
  margin-top: 0 !important;
}
.event-list {
  position: relative;
  padding-top: 50px;
}
.event-list.event-slides:before {
  content: ""; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 1;
}
.event-list.event-slides:after {
  content: ""; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 1;
}
.event-list li {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.event-list li {
  transition-property: background;
  transition-duration: 0.25s;
}
.event-list li.past {
  opacity: 0.4;
}
.event-list li:before {
  display: none;
}
.event-list li > div {
  padding-top: 6px;
  padding-bottom: 6px;
}
.event-list li:hover {
  background: white;
}
.event-list .date {
  font-weight: 600;
  color: #8600b8;
  display: block;
}
.event-list .time {
  color: #968eb1;
  display: block;
}
.event-list .title {
  font-weight: 600;
}
/*------------------------------------*\
  Partials
\*------------------------------------*/
/*------------------------------------*\
    Header
\*------------------------------------*/
.site-header {
  padding-top: 25px;
  position: relative;
}
@media (min-width: 1000px) {
  .site-header {
    padding-top: 75px;
  }
}
.site-header .header-logo-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.site-header .top100 {
  position: absolute;
  z-index: 5;
  right: 85px;
  top: 125px;
  width: 80px;
  height: 74px;
}
@media (min-width: 500px) {
  .site-header .top100 {
    right: 105px;
    top: 138px;
    width: 100px;
    height: 93px;
  }
}
@media (min-width: 700px) {
  .site-header .top100 {
    width: auto;
    height: auto;
    top: 40px;
    right: 130px;
  }
}
@media (min-width: 1000px) {
  .site-header .top100 {
    top: -52px;
    left: auto;
    right: 130px;
    width: auto;
    height: auto;
  }
}
.site-header .topExpert {
  position: absolute;
  z-index: 5;
  top: 106px;
  width: 60px;
  height: 94px;
  right: 18px;
}
@media (min-width: 500px) {
  .site-header .topExpert {
    top: 118px;
    width: 73px;
    height: 114px;
  }
}
@media (min-width: 700px) {
  .site-header .topExpert {
    top: 30px;
    width: 93px;
    height: 145px;
  }
}
@media (min-width: 1000px) {
  .site-header .topExpert {
    width: 93px;
    height: 145px;
    top: -72px;
    left: auto;
    right: 18px;
  }
}
.site-header .gsa-member {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: 125px;
  width: 80px;
  height: 74px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
@media (min-width: 500px) {
  .site-header .gsa-member {
    top: 138px;
    width: 100px;
    height: 93px;
  }
}
@media (min-width: 576px) {
  .site-header .gsa-member {
    left: auto;
    right: 220px;
  }
}
@media (min-width: 700px) {
  .site-header .gsa-member {
    width: auto;
    height: auto;
    top: 40px;
    right: 286px;
  }
}
@media (min-width: 1000px) {
  .site-header .gsa-member {
    top: -54px;
    left: auto;
    width: auto;
    height: auto;
  }
}
.site-header a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.header-teaser {
  color: #c8b7f5;
  position: relative;
}
.header-teaser:before {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
}
@media (min-width: 1000px) {
  .header-teaser:before {
    display: block;
  }
}
.header-teaser h1 {
  color: #fff;
  background: none;
  background-clip: border-box;
  background-clip: initial;
  -webkit-text-fill-color: inherit;
  font-weight: 600;
  font-size: 40px;
}
.header-teaser .small-bg {
  background: url("gfx/header-bg-xs-small-2022.jpg") 0 0 no-repeat #36236d;
  background-size: cover;
  height: 170px;
}
@media (min-width: 500px) {
  .header-teaser .small-bg {
    background: url("gfx/header-bg-small-2022.jpg") 0 0 no-repeat #36236d;
    background-size: cover;
    height: 200px;
  }
}
.header-teaser.header-03-2023 .small-bg {
  background: url("gfx/header-b-x-small-03-2023.jpg") 0 0 no-repeat #36236d;
  background-size: cover;
  height: 170px;
}
@media (min-width: 500px) {
  .header-teaser.header-03-2023 .small-bg {
    background: url("gfx/header-b-small-03-2023.jpg") 0 0 no-repeat #36236d;
    background-size: cover;
    height: 200px;
  }
}
.header-teaser.header-02-2024 .small-bg {
  background: url("gfx/header-x-small-02-2024.jpg") 0 0 no-repeat #36236d;
  background-size: cover;
  height: 170px;
}
@media (min-width: 500px) {
  .header-teaser.header-02-2024 .small-bg {
    background: url("gfx/header-small-02-2024.jpg") 0 0 no-repeat #36236d;
    background-size: cover;
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .header-teaser {
    background: url("gfx/header-bg-2022.jpg") 50% 50% no-repeat #36236d;
    background-size: cover;
    height: 378px;
  }
  .header-teaser.small-header {
    height: 230px;
    background-position-y: 10%;
  }
  .header-teaser .small-bg {
    display: none;
  }
  .header-teaser.header-03-2023 {
    background: url("gfx/header-b-03-2023.jpg") 50% 50% no-repeat #36236d;
    background-size: cover;
    height: 700px;
  }
  .header-teaser.header-03-2023.small-header {
    height: 330px;
    background-position-y: 17%;
  }
  .header-teaser.header-02-2024 {
    background: url("gfx/header-02-2024.jpg") 50% 50% no-repeat #36236d;
    background-size: cover;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .header-teaser.header-02-2024 {
    height: 600px;
  }
}
@media (min-width: 1000px) {
  .header-teaser.header-02-2024.small-header {
    height: 330px;
    background-position-y: 17%;
  }
}
.header-teaser .header-teaser-text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-teaser .header-teaser-text {
  font-size: 18px;
  font-size: 1.8rem;
  background: #25184a;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
}
@media (max-width: 1000px) {
  .header-teaser .header-teaser-text {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .header-teaser .header-teaser-text {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
    margin-left: 45%;
    width: 55%;
    background: transparent;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .header-teaser .header-teaser-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.site-branding {
  display: none;
}
@media (min-width: 1000px) {
  .site-branding {
    display: block;
  }
}
.site-branding .site-title {
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 42px;
  font-size: 4.2rem;
  text-transform: uppercase;
  line-height: 1;
}
.site-branding .site-title span {
  font-weight: 700;
}
.site-branding .site-description {
  color: #968eb1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-left: 2px;
  margin-bottom: 0;
}

#mobile-header {
  display: block;
  background: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
}
@media (min-width: 1000px) {
  #mobile-header {
    display: none;
  }
}
#mobile-header .site-title {
  position: absolute;
  left: 75px;
  top: 8px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(45deg, #8600b8, #37236d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}
#mobile-header .site-title span {
  font-weight: 700;
}
#mobile-header div a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 60px;
  width: 60px;
  color: #36236d;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-left: 1px solid #ecebef;
}
#mobile-header div a:first-child {
  border-left: none;
  border-right: 1px solid #ecebef;
}
#mobile-header div a:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  content: "\f0c9";
  font-size: 30px;
  font-size: 3rem;
  display: block;
  text-align: center;
  line-height: 60px;
  text-indent: 0;
  background: -webkit-linear-gradient(45deg, #8600b8, #37236d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mobile-header #mobile-menu-tel {
  left: auto;
  right: 60px;
}
#mobile-header #mobile-menu-tel:before {
  content: "\f095";
}
#mobile-header #mobile-menu-contact {
  left: auto;
  right: 0;
}
#mobile-header #mobile-menu-contact:before {
  content: "\f0e0";
}

#landingpage-buch .site-header {
  padding-top: 0;
}
#landingpage-buch .site-header:after {
  display: none;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
#page-footer {
  background: #ecebef;
  position: relative;
  padding-top: 50px;
  color: #5d537a;
  margin-top: 50px;
}
#page-footer:after {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0px;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
  transform: scale(-1, 1);
}
@media (min-width: 1000px) {
  #page-footer:after {
    display: block;
  }
}
#page-footer a {
  color: #5d537a;
}
#page-footer hr {
  border-top: 1px solid #b6b2c2;
}
#page-footer .menu-headline {
  margin-bottom: 3px;
}
#page-footer .copyright {
  padding-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
#page-footer .latest-posts li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #b6b2c2;
}
#page-footer .latest-posts li:last-child {
  border-bottom: 0;
}
#page-footer .latest-posts li:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 0;
  top: 0px;
  content: "\f105";
  position: absolute;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/
#main-navigation {
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #6b6384;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
  border-top: 2px solid #50189d;
}
@media (min-width: 1200px) {
  #main-navigation {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#main-navigation > .readWidth {
  display: flex !important;
  -webkit-box-pack: justify !important;
}
#main-navigation > .readWidth {
  justify-content: space-between;
}
#main-navigation #menu-hauptmenue {
  display: flex;
  justify-items: center;
}
#main-navigation #menu-hauptmenue-2 {
  display: flex;
  text-align: right;
  justify-items: center;
}
#main-navigation #menu-hauptmenue-2 li:last-child {
  border-right: 0;
}
@media (min-width: 1000px) {
  #main-navigation {
    display: block;
  }
}
#main-navigation li a {
  display: flex;
  align-items: center;
  min-height: 46px;
  color: #6b6384;
  padding: 0.5em 1em;
  border-right: 1px solid #ecebef;
  transition-property: color, background;
  transition-duration: 0.3s;
}
#main-navigation li a:hover, #main-navigation li a:focus, #main-navigation li a:active {
  background: #f1f1f4;
  color: #50189d;
}
#main-navigation li.current_page_item a, #main-navigation li.current-page-ancestor a {
  color: #fff;
  background: #50189d;
}
#main-navigation li.menu-item-3510 a, #main-navigation li .page-item-3510 a, #main-navigation li.menu-item-4393 a {
  display: block;
  color: #fff;
  background: #d6216e;
  background: linear-gradient(270deg, #d6216e, #4e4b93, #7f9506, #ef8137);
  animation: award-color-swipe 8s ease infinite;
  background-size: 500% 100%;
  display: block;
  font-weight: 600;
}
#main-navigation .readWidth {
  position: relative;
}
#main-navigation .search-form {
  display: flex;
  position: absolute;
  background: #fff;
  right: -1px;
  top: 46px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #ecebef;
  box-shadow: rgba(0, 0, 0, 0.2) 0 15px 15px;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
}
#main-navigation .search-form label {
  margin: 0;
}
#main-navigation .search-form input[type=submit] {
  margin: 0;
  margin-left: 5px;
  padding: 5px 12px;
}
#main-navigation .search-trigger {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: -15px;
  position: relative;
  transition-property: color, background;
  transition-duration: 0.3s;
}
#main-navigation .search-trigger:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  content: "\f002";
}
#main-navigation .search-trigger:hover, #main-navigation .search-trigger:focus, #main-navigation .search-trigger:active {
  background: #f1f1f4;
  color: #50189d;
  cursor: pointer;
}
#main-navigation .search-trigger:focus-within .search-form {
  visibility: visible;
  opacity: 1;
}
#main-navigation #menu-hauptmenue {
  margin-right: auto !important;
}

#meta-navigation {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  #meta-navigation {
    text-align: right;
    margin-bottom: 0;
  }
}
#meta-navigation li {
  margin-bottom: 6px;
}
@media (min-width: 1000px) {
  #meta-navigation li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
  }
}

#mobile-navigation {
  display: none;
  background: #ecebef;
  color: #8600b8;
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
}
#mobile-navigation .mm-panels {
  margin-top: 73px;
}
#mobile-navigation .search-form {
  margin: 0;
  display: flex;
  padding: 15px 18px;
  border-radius: 0;
  border-bottom: 1px solid #8600b8;
}
#mobile-navigation .search-form label {
  margin: 0;
}
#mobile-navigation .search-form input[type=submit] {
  margin: 0;
  margin-left: 10px;
  padding: 5px 19px;
}
#mobile-navigation .search-form input[type=search] {
  -webkit-appearance: none !important;
}
#mobile-navigation.mm-menu.mm-opened {
  display: block;
}
#mobile-navigation.mm-menu.mm-opened .mm-hidden {
  display: block !important;
}
#mobile-navigation.mm-menu.mm-opened .mm-panel {
  padding: 0;
  background: none;
}
#mobile-navigation .mm-listview {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
#mobile-navigation .mm-listview .mm-next {
  display: none;
}
#mobile-navigation .mm-listview .mm-next + a, #mobile-navigation .mm-listview .mm-next + span {
  margin-right: 0 !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
#mobile-navigation .mm-listview > li > a, #mobile-navigation .mm-listview > li > span {
  padding: 15px 35px 15px 40px;
  border-bottom: 1px solid #ecebef;
  position: relative;
}
#mobile-navigation .mm-listview > li > a:after, #mobile-navigation .mm-listview > li > span:after {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  content: "\f105";
  position: absolute;
  right: 35px;
}
#mobile-navigation .mm-listview .mm-vertical .mm-panel, #mobile-navigation .mm-vertical .mm-listview .mm-panel {
  display: block;
}
#mobile-navigation li:after {
  display: none !important;
}
#mobile-navigation li > a {
  background: #fff;
  color: #50189d;
}
#mobile-navigation li.mm-selected > a, #mobile-navigation li.custom-custom-post-type-parent > a {
  background: #37236d;
  background-image: linear-gradient(to right, #8600b8, #50189d);
  color: #fff;
  font-weight: 600;
}
#mobile-navigation li.menu-item-3509 a {
  color: #fff;
  font-weight: 600;
  background: #d6216e;
  background: linear-gradient(270deg, #d6216e, #4e4b93, #7f9506, #ef8137);
  animation: award-color-swipe 8s ease infinite;
  background-size: 500% 100%;
}

/* Basics
-------------------------------------------------------------- */
/* global box-sizing */
*,
*:after,
*:before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.clearfix:after {
  clear: both;
}

.hide-text, .social-media-link-list li a, #mobile-header div a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hide-on-small-screens {
  display: none !important;
}

hr {
  width: 100%;
  border: 0;
  outline: 0;
  border-top: 1px solid #d1cfd8;
}
hr.lila {
  border-top: 1px solid #8600b8;
}

/* Responsive Images
-------------------------------------------------------------- */
img, figure {
  height: auto;
  max-width: 100%;
  margin: 0;
}

img {
  display: block;
}

figure {
  margin-bottom: 25px;
}

/* html element 10px font-size for REM: eg. @include font-size(1.4); for 14px */
html {
  font-size: 10px;
  height: 101%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, button, input, select, textarea {
  font-family: "Roboto", "Open Sans", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #3d325d;
}
#page {
  max-width: 2000px;
  margin: 0 auto;
  padding-top: 35px;
  background: #ffffff;
}
@media (min-width: 1000px) {
  #page {
    padding-top: 0;
  }
}
@media (min-width: 2000px) {
  #page {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  }
}

#landingpage-buch #page {
  padding-top: 0;
}

.tel, .email, .mobile, .fax {
  position: relative;
  padding-left: 25px;
}
.tel:before, .email:before, .mobile:before, .fax:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 0;
  top: -2px;
  content: "\f095";
  position: absolute;
}

.email:before {
  content: "\f0e0";
}

.mobile:before {
  content: "\f3cd";
}

.fax:before {
  content: "\f1ac";
}

/* Responsive GoogleMaps etc.
-------------------------------------------------------------- */
.site .responsiveContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.site .responsiveContainer iframe, .site .responsiveContainer object, .site .responsiveContainer embed, .site .responsiveContainer video {
  height: 100% !important;
}
.site .responsiveContainer iframe, .site .responsiveContainer object, .site .responsiveContainer embed, .site .responsiveContainer video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site iframe, .site object, .site embed, .site video {
  width: 100% !important;
  height: 100% !important;
}

.bg-light-curve {
  background: #ecebef;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 1000px) {
  .bg-light-curve {
    padding-bottom: 80px;
  }
}
.bg-light-curve:after {
  display: none;
  content: "";
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 0px;
  background: url("gfx/curve-white.png") 0 0 no-repeat transparent;
  transform: scale(1, -1);
}
@media (min-width: 1000px) {
  .bg-light-curve:after {
    display: block;
  }
}

/* Fancybox
-------------------------------------------------------------- */
html .fancybox-button {
  width: 54px;
  height: 54px;
  color: #fff;
}
/* Genius Award
-------------------------------------------------------------- */
.page-id-1089 .portrait img {
  border-radius: 100%;
  border: 10px solid #ecebef;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 180px;
}
@media (min-width: 576px) {
  .page-id-1089 .portrait img {
    max-width: 100%;
  }
}
.page-id-1089 .portrait .nominierte-foto {
  text-align: center;
  margin-bottom: 2em;
}
.page-id-1089 .portrait .nominierte-foto .special {
  padding: 10px;
  background: #d6216e;
  background: linear-gradient(270deg, #d6216e, #4e4b93, #7f9506, #ef8137);
  animation: award-color-swipe 8s ease infinite;
  background-size: 300% 100%;
  border-radius: 100%;
  line-height: 1;
  display: inline-block;
}
.page-id-1089 .portrait .nominierte-foto .special img {
  border: none;
  margin-bottom: 0;
}

#jury {
  margin-top: 60px;
}

/* Boxed Teaser
-------------------------------------------------------------- */
.boxed-teaser {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.boxed-teaser .boxed-teaser-content {
  padding: 15px;
  padding-bottom: 90px;
  font-size: 0.9em;
}
.boxed-teaser .boxed-teaser-content ul {
  font-size: 0.9em;
}
.boxed-teaser .boxed-teaser-content p:last-of-type {
  margin-bottom: 0;
}
.boxed-teaser .boxed-teaser-content .button {
  position: absolute;
  bottom: 15px;
}

/* Suchergenis Post (Übersicht)
-------------------------------------------------------------- */
.search-content {
  border-bottom: 1px dashed #a9a4b6;
}
.search-content:last-child {
  border: none;
}

/*------------------------------------*\
    BlogTeaser/NewsTeaser
\*------------------------------------*/
.news-teaser {
  margin-top: 50px;
}
.news-teaser:after {
  display: none !important;
}
.news-teaser a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #3d325d;
  transition-property: background;
  transition-duration: 0.3s;
  display: block;
  height: 100%;
}
.news-teaser a:hover {
  background: #f4f4f6;
}
.news-teaser a:hover .image-wrapper img {
  transform: scale(1.1);
}
.news-teaser .entry-wrapper {
  padding: 20px 18px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .news-teaser .entry-wrapper {
    padding: 20px 30px;
  }
}
.news-teaser .image-wrapper {
  overflow: hidden;
}
.news-teaser .image-wrapper img {
  width: 100%;
  transition-property: transform;
  transition-duration: 0.3s;
}

.entry-title {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.entry-meta {
  color: #a5a5a5;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.read-more {
  color: #8600b8;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.read-more:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 0;
  top: 0px;
  content: "\f105";
  position: absolute;
  color: #8600b8;
}

/*------------------------------------*\
    breadcrumbs
\*------------------------------------*/
.breadcrumbs {
  background: #ecebef;
  padding: 20px 0;
  font-family: "Ubuntu", "Roboto", "Open Sans", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #968eb1;
  display: none;
}
@media screen and (min-width: 760px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a {
  color: #968eb1;
}
.breadcrumbs .readWidth > div {
  position: relative;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs .readWidth > div:before {
  font-family: Nelly-Icon-Font;
  font-weight: normal;
  left: 0;
  top: 0;
  content: "\f015";
  position: absolute;
}

/*------------------------------------*\
    Social Media Links
\*------------------------------------*/
.social-media-link-list {
  overflow: hidden;
  display: inline-block;
  padding-top: 8px;
}
.social-media-link-list li {
  float: left;
  margin-left: 10px;
}
.social-media-link-list li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
.social-media-link-list li a:before {
  position: absolute;
  text-indent: 0;
  font-family: Nelly-Icon-Font-Brands;
  font-weight: normal;
  content: "\f16d";
  color: #5d537a;
  left: 0;
  right: 0;
  transition-property: color;
  transition-duration: 0.3s;
}
.social-media-link-list li a:hover:before {
  color: #8600b8;
}
.social-media-link-list li.instagram a:before {
  content: "\f16d";
}
.social-media-link-list li.facebook a:before {
  content: "\f082";
}
.social-media-link-list li.xing a:before {
  content: "\f169";
}
.social-media-link-list li.linkedin a:before {
  content: "\f08c";
}
.social-media-link-list li.youtube a:before {
  content: "\f431";
}
.social-media-link-list li.pinterest a:before {
  content: "\f0d2";
}

/*------------------------------------*\
    Newsletter-Archiv
\*------------------------------------*/
.single-newsletter_archiv .quest {
  font-weight: 600;
  margin-bottom: 6px;
}
.single-newsletter_archiv blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #babfc8;
}
.single-newsletter_archiv blockquote p:last-of-type {
  margin-bottom: 0;
}

/*------------------------------------*\
  Conditional Styles für IE gte10
\*------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*------------------------------------*\
      Print
  \*------------------------------------*/
}
/*------------------------------------*\
  Print-Styles
\*------------------------------------*/
@media print {
  /*------------------------------------*\
      Print
  \*------------------------------------*/
  @page {
    size: A4;
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  * {
    transition: none !important;
  }
  a,
  a:visited {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img,
  [class^=col-] {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  html, body, #page {
    width: 1050px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .readWidth {
    padding: 0 !important;
  }
  .site-header {
    display: none;
  }
  #print-logo {
    display: block !important;
  }
  #print-logo {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
  }
  #page {
    padding-top: 0;
  }
  .content-area {
    padding-top: 0 !important;
  }
  button, .button, a.button {
    border-color: #000 !important;
  }
  #site-navigation, #mobile-navigation, #mobile-header, #sidebar, .menu-hauptmenue-container, #copyright + .col-6, .flex-control-nav {
    display: none !important;
  }
  #content .content-area.has-children #main {
    width: 100% !important;
  }
  #content .content-area.has-children #main {
    padding: 0;
  }
  form {
    padding: 0 !important;
  }
  .site-footer {
    margin-top: 25px;
    padding-top: 2em;
    border-top: 1px solid #000;
  }
  .site-footer .col-2 {
    display: none;
  }
  .site-footer .col-5 {
    width: 66.6666666667% !important;
  }
  #qualitaet li {
    border-bottom: none;
    border-right: 1px solid #c4c1cd;
    float: left;
    width: 33.33%;
  }
  #qualitaet li:last-child {
    border: none;
  }
  .slides {
    transform: none !important;
    width: 100% !important;
  }
  .slides li:first-child, .slides li:last-child, .slides .button {
    display: none !important;
  }
  .slides > li {
    float: none !important;
  }
  .slides > li {
    margin-bottom: 25px;
  }
  #projekte-teaser {
    margin-top: 0;
  }
  #site-footer-content {
    padding-bottom: 25px !important;
  }
  .site-footer-bottom {
    padding: 0 !important;
  }
  /*------------------------------------*\
      Gridsystem
  \*------------------------------------*/
  .grid-row {
    -js-display: flex; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
  }
  .grid-row .col-1 {
    width: 8.3333333333%;
  }
  .grid-row .col-2 {
    width: 16.6666666667%;
  }
  .grid-row .col-3 {
    width: 25%;
  }
  .grid-row .col-4 {
    width: 33.3333333333%;
  }
  .grid-row .col-5 {
    width: 41.6666666667%;
  }
  .grid-row .col-6 {
    width: 50%;
  }
  .grid-row .col-7 {
    width: 58.3333333333%;
  }
  .grid-row .col-8 {
    width: 66.6666666667%;
  }
  .grid-row .col-9 {
    width: 75%;
  }
  .grid-row .col-10 {
    width: 83.3333333333%;
  }
  .grid-row .col-11 {
    width: 91.6666666667%;
  }
  .grid-row .col-12 {
    width: 100%;
  }
  .grid-row .col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-row .col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-row .col-offset-3 {
    margin-left: 25%;
  }
  .grid-row .col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-row .col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-row .col-offset-6 {
    margin-left: 50%;
  }
  .grid-row .col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-row .col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-row .col-offset-9 {
    margin-left: 75%;
  }
  .grid-row .col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-row .col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-row .col-offset-12 {
    margin-left: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
