/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* crimson-text-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: url('../font/crimson-text-v19-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-600 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 600;
    src: url('../font/crimson-text-v19-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* crimson-text-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    src: url('../font/crimson-text-v19-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../font/open-sans-v40-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../font/open-sans-v40-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../font/open-sans-v40-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../font/open-sans-v40-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* fontello */
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?58504284');
    src: url('../font/fontello.eot?58504284#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?58504284') format('woff2'),
    url('../font/fontello.woff?58504284') format('woff'),
    url('../font/fontello.ttf?58504284') format('truetype'),
    url('../font/fontello.svg?58504284#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    background-color: #fff;
}

/**
 * Remove default margin.
 */
body {
    background: #fff;
    font-size: 1em;
    line-height: 1.5;
    font-family: 'Crimson Text';
}

body,
td {
    font-family: 'Crimson Text';
    margin: 0;
    font-weight: 400;
    color: #000;
}
td {
    font-size: 1em;
    line-height: 1.5;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}



/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
/*

 */
a,
.ui-accordion .ui-widget-content a:not(.btn) {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong,
.strong {
    font-weight: 700;
}

.weak {
    font-weight: 400;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1,
.ui-accordion .ui-accordion-header.h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin: 40px 0 20px;
    word-break: break-word;
}

h2,
.h2,
.ui-accordion .ui-accordion-header.h2 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin: 40px 0 20px;
    word-break: break-word;
}

h3,
.h3,
.ui-accordion .ui-accordion-header.h3,
.headline {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin: 40px 0 20px;
}

h4,
.h4,
.ui-accordion .ui-accordion-header.h4 {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin: 40px 0 20px;
}

small,
.small {
    font-size: .875rem;
    line-height: 1.4286;
}
.smaller,
.hint {
    font-size: .75rem;
    line-height: 1.25;
}

h1,
.h1,
.hyphenate {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

p,
ul,
ol {
    margin: 20px 0;
}

@media (min-width: 640px) {
    body {
        font-size: 1.25rem;
        line-height: 1.5;
    }

}

blockquote,
.blockquote {
    border-left: 2px solid #000;
    background: #fff;
    padding: 0 0 0 9px;
    margin: 20px 0 20px 9px;
    font-weight: 400;
    position: relative;
}
blockquote:before,
.blockquote:before {
    content: '„';
    position: absolute;
    display: block;
    left: -11px;
    top: 50%;
    font-size: 2em;
    line-height: 0;
    width: 20px;
    padding-bottom: .833em;
    margin-top: -.4167em;
    color: #999;
    background: #fff;
    text-align: center;
}
blockquote:after,
.blockquote:after {
    content: '';
}
/* emogrifier ignore start */
blockquote > :first-child,
.blockquote > :first-child {
    margin-top: 0;
}
blockquote > :last-child,
.blockquote > :last-child {
    margin-bottom: 0;
}
blockquote p + .author,
.blockquote p + .author {
    margin-top: -1em;
}
blockquote .author,
.blockquote .author {
    display: flex;
    align-items: center;
}
blockquote .authorImage,
.blockquote .authorImage {
    height: 4em;
    width: 4em;
    margin-right: 10px;
    float: left;
    border-radius: 2em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    flex: 0 0 auto;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #544943;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
}

/* Text zweispaltig */


.text-50-50 {
    column-count: 1;
}

@media (min-width: 640px) {
    .text-50-50 {
        width: 100%;
        column-count: 2;
        column-gap: 40px;
        margin: 20px 0;
    }
    .text-50-50 > * {
        margin-top: 0;
    }
    .text-50-50 > :last-child {
        margin-bottom: 0;
    }
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #999;
    margin: 19px 0;
    padding: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
    padding: 0;
    border: none;
    background: #FFF;
    border-radius: 0;
    box-shadow: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
label[role="button"],
button:not(:disabled) {
    cursor: pointer;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;

}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
textarea {
    -webkit-appearance: none;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* 1 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: none; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/*
 * Placeholder text
 */

::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
    opacity: 1;
    font-weight: inherit;
}
::-moz-placeholder {
    color: #999;
    font-style: normal;
    opacity: 1;
    font-weight: inherit;
}
:-ms-input-placeholder {
    color: #999;
    font-style: normal;
    opacity: 1;
    font-weight: inherit;
}
::placeholder {
    color: #999;
    font-style: normal;
    opacity: 1;
    font-weight: inherit;
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* description lists
   ========================================================================== */
dl {
    margin: 10px 0;
}
dl dt {
    font-weight: 700;
    padding: 0;
    margin: 0;
}
dl dd {
    padding: 0;
    margin: 0;
}
dl dd + dt {
    clear: both;
    padding-top: 1em;
}

@media only screen and (min-width: 640px) {
    dl dt {
        width: 50%;
        padding-right: 10px;
        float: left;
        clear: left;
    }
    dl dd {
        width: 50%;
        float: left;
        padding: 0 0 0 10px;
    }
    dl dd + dt,
    dl dd + dt + dd {
        padding-top: 10px;
    }
}


/* Fontello classes
   ========================================================================== */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-external-link:before { content: '\e800'; } /* '' */
.icon-arrow-left:before { content: '\e801'; } /* '' */
.icon-arrow-top:before { content: '\e802'; } /* '' */
.icon-arrow-right:before { content: '\e803'; } /* '' */
.icon-arrow-down:before { content: '\e804'; } /* '' */
.icon-arrow-thin-bottom:before { content: '\e805'; } /* '' */
.icon-arrow-thin-left:before { content: '\e806'; } /* '' */
.icon-arrow-thin-top:before { content: '\e807'; } /* '' */
.icon-arrow-thin-right:before { content: '\e808'; } /* '' */
.icon-minus:before { content: '\e809'; } /* '' */
.icon-plus:before { content: '\e80a'; } /* '' */
.icon-close:before { content: '\e80b'; } /* '' */
.icon-calendar:before { content: '\e80c'; } /* '' */
.icon-login:before { content: '\e80d'; } /* '' */
.icon-logout:before { content: '\e80e'; } /* '' */
.icon-search:before { content: '\e80f'; } /* '' */
.icon-ok:before { content: '\e811'; } /* '' */


/* Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.no-js .noJsHidden,
.js .jsHidden,
.hidden,
.versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 639px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 640px) and (max-width: 959px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .visible-lg,
    .visible-lg-block  {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;

    }
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print,
    .visible-print-block {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .visible-print-inline {
        display: inline !important;
    }
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

/* Base Styles
   ========================================================================== */

.imageBlock {
    width: 100%;
    height: auto;
    display: block;
}

.no-telefon a[href^="tel:"] {
    cursor: auto;
    text-decoration: inherit;
    color: inherit;
}

/*
 * Buttons
 */

.btn {
    padding: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    transition: all .3s;
    color: #544943;
    font-weight: 700;
    text-decoration: none;
    min-width: 40px;
}
.btnRaised {
    background: #544943;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
.btn .icon {
    font-size: 1em;
    line-height: 1;
    color: inherit;
}

.btn.btnIconBottom .icon,
.btn.btnIconTop .icon,
.btn.btnIconLeft .icon,
.btn.btnIconRight .icon {
    position: absolute;
    text-shadow: none;
    text-align: center;
    line-height: 1em;
    width: 1em;
}
.btn.btnIconBottom .icon:before,
.btn.btnIconTop .icon:before,
.btn.btnIconLeft .icon:before,
.btn.btnIconRight .icon:before,
.btn.btnIconOnly .icon:before {
    margin: 0;
    display: block;
}

/* ignore start */
.btn.btnIconBottom:not(.btnIconOnly) {
    padding-bottom: 25px;
}
.btn.btnIconBottom:not(.btnIconOnly) .icon {
    margin-left: -5px;
    bottom: 5px;
    left: 50%;
}
.btn.btnIconTop:not(.btnIconOnly) {
    padding-top: 20px;
}
.btn.btnIconTop:not(.btnIconOnly) .icon {
    margin-left: -5px;
    top: 0;
    left: 50%;
}
.btn.btnIconLeft:not(.btnIconOnly) {
    padding-left: 20px;
}
.btn.btnIconLeft:not(.btnIconOnly) .icon {
    margin-top: calc(-.5em - 2px);
    left: 0;
    top: 50%;
}
.btnRaised.btnIconLeft:not(.btnIconOnly) .icon {
    margin-top: -.5em;
}
.btn.btnIconRight:not(.btnIconOnly) {
    padding-right: 20px;
}
.btn.btnIconRight:not(.btnIconOnly) .icon {
    margin-top: calc(-.5em - 2px);
    right: 0;
    top: 50%;
}
.btnRaised.btnIconRight:not(.btnIconOnly) .icon {
    margin-top: -.5em;
}

.btn.btnRaised.btnIconBottom:not(.btnIconOnly) {
    padding-bottom: 30px;
}
.btn.btnRaised.btnIconBottom:not(.btnIconOnly) .icon {
    bottom: 10px;
}
.btn.btnRaised.btnIconTop:not(.btnIconOnly) {
    padding-top: 30px;
}
.btn.btnRaised.btnIconTop:not(.btnIconOnly) .icon {
    top: 10px;
}
.btn.btnRaised.btnIconLeft:not(.btnIconOnly) {
    padding-left: 40px
}
.btn.btnRaised.btnIconLeft:not(.btnIconOnly) .icon {
    left: 10px;
}
.btn.btnRaised.btnIconRight:not(.btnIconOnly) {
    padding-right: 40px
}
.btn.btnRaised.btnIconRight:not(.btnIconOnly) .icon {
    right: 10px;
}
/* ignore end */

.btn.btnIconOnly .btnLabel {
    display: none;
}
.btn.btnIconOnly .icon {
    position: static;
    line-height: 1;
    display: block;
}

.btnError {
    color: #C00;
    border-bottom-color: rgba(204,0,0,.1);
}
.btnRaised.btnError {
    background: #C00;
    color: #fff;
}
.btnHoverScope:hover .btn.btnIconRight:not(.btnRaised),
.btn.btnIconRight:not(.btnRaised):hover {
    padding-left: 10px;
}
.btnHoverScope:hover .btn.btnIconLeft:not(.btnRaised),
.btn.btnIconLeft:not(.btnRaised):hover {
    padding-right: 10px;
}

.btnHoverScope:hover .btn,
.btn:hover {
    color: #000;
}
.btnHoverScope:hover .btn.btnRaised,
.btn.btnRaised:hover {
    background: #000;
    color: #fff;
}
.btnHoverScope:hover .btnError,
.btnError:hover {
    color: #900;
    border-bottom-color: #900;
}
.btnHoverScope:hover .btnRaised.btnError,
.btnRaised.btnError:hover {
    background: #900;
    color: #fff;
}

.btn.disabled,
.btn[disabled] {
    color: #999 !important;
    cursor: default;
    border-bottom-color: #f3f3f3 !important;
}
.btn.btnRaised.disabled,
.btn.btnRaised[disabled] {
    background: #999 !important;
    color: #fff !important;
    box-shadow: none !important;
}


.btnSet {
    display: flex;
}
.btnSet .btn {
    float: left;
    flex: 1 1 auto;
}
.btnSet .btn .icon {
    background: none;
    color: inherit;
    right: 10px;
}
.btnSet .btn + .btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    top: 10px;
    bottom: 10px;
    background: #fff;
}

.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin-right: -1em;
    margin-bottom: -1em;
}
.btnWrap .btn {
    margin-right: 1em;
    margin-bottom: 1em;
    flex: 0 1 auto;
}

/*
 * Loading
 */
.loadingOverlay {
    height: 0;
    width: 100%;
    background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
    position: relative;
    display: block;
    opacity: 0;
    transition: opacity .3s, height 0s .3s;
}
.loadingOverlay.show {
    opacity: 1;
    height: 100%;
    transition: opacity .3s, height 0s;
}

.noMargin {
    margin: 0;
}
.icon.noMargin:before {
    margin: 0;
}
.noMarginChildren > :first-child {
    margin-top: 0;
}
.noMarginChildren > :last-child {
    margin-bottom: 0;
}

/*
 Backgrounds
 */
.greyBackground {
    background-color: #999;
}
.lightBlueBackground {
    background-color: #ccc;
}
.redBackground {
    background-color: #cd1523;
}

/*
 Note & Error
 */
.noteBlock,
.errorBlock {
    padding: 20px;
    margin: 10px 0;
    color: #fff;
}
.tooltipWrap {
    padding-left: calc(1em + 10px);
    position: relative;
    color: #111;
}
.noteBlock a,
.errorBlock a {
    color: #fff !important;
}
.tooltipWrap .tooltip {
    position: absolute;
    top: .25em;
    left: 0;
    font-size: 1em;
}
.noteBlock .tooltip,
.errorBlock .tooltip {
    background: #fff !important;
    margin-right: 10px;
}

.noteBlock {
    background: #544943;
}
.noteBlock .tooltip {
    color: #544943;
}
.errorBlock {
    background: #cd1523;
}
.errorBlock .tooltip {
    color: #cd1523;
}


/*
 * State Color´s
 */
.success {
    color: #0C0;
}
.error,
.fehler_text {
    color: #cd1523;
}
.colored,
.article strong.colored {
    color: #544943;
}
.hint {
    color: #999;
    font-weight: 400;
}
.lightText {
    color: #999;
}

/*
 * tooltip buttons
 */
.tooltip {
    border-radius: .5em;
    height: 1em;
    width: 1em;
    line-height: 1;
    background: #544943;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    text-align: center;
    vertical-align: .25em;
}
.tooltip:before {
    margin: 0;
    font-size: .667em;
    line-height: 1.5;
    vertical-align: super;
}
.tooltip:hover {
    background: #000;
}

/*
 * Article Styles
 */
.article {
    position:relative;
    /*padding-left:20px;
    padding-right:20px;*/
}
.article + .article {
    margin-top: 2em;
}
article ul:not(.noFormat) {
    margin: 20px 0;
    list-style: none;
    padding:0;
}
article ul:not(.noFormat) li {
    margin: 0;
    padding-left: 20px;
    position: relative;
}
article ul:not(.noFormat) li + li {
    margin-top: 0.8333em;
}
article ul:not(.noFormat) li:before {
    content: '';
    background: #111;
    height: .333em;
    top: .667em;
    left: calc(10px - .1667em);
    display: block;
    width: .333em;
    position: absolute;
}

.dateText {
    color: #999;
    font-weight: 400;
}

.article > :first-child,
.article > .imgRight:first-child + *,
.article > .imgLeft:first-child + *,
.article > .imgNone:first-child + *,
.article > .btnBack:first-child + *,
.article > .dateText:first-child + h1,
.article > .dateText:first-child + .h1,
.article > .dateText:first-child + h2,
.article > .dateText:first-child + .h2,

.article .imgRight + h1,
.article .imgRight + .h1,
.article .imgRight + h2,
.article .imgRight + .h2,
.article .imgRight + h3,
.article .imgRight + .h3,
.article .imgRight + h4,
.article .imgRight + .h4 {
    margin-top: 0;
}
.article > .dateText:first-child,
.article > :last-child:not(.gridWrap) {
    margin-bottom: 0;
}

@media (min-width: 640px) {
    .article ul {
        margin: 1em 0;
    }
}

/* Content: TABELLEN */
.stdTable {
    border: none;
    border-spacing: 0;
    width: 100%;
}
.stdTable + .stdTable {
    margin-top: 20px;
}
.stdTable tr th,
.stdTable tr td {
    padding: 5px;
    text-align: left;
    vertical-align: bottom;
    color: #000;
    border-style: solid;
    border-color: #999 #fff;
    border-bottom-width: 1px;
    border-top: none;
}
.stdTable tr th {
    vertical-align: bottom;
    border-bottom: none;
}
.stdTable tr td {
    vertical-align: top;
}
.stdTable tr th:first-child,
.stdTable tr td:first-child {
    border-left-width: 0;
    padding-left: 0;
}
.stdTable tr th:last-child,
.stdTable tr td:last-child {
    border-right-width: 0;
    padding-right: 0;
}
.stdTable tr:last-child th,
.stdTable tr:last-child td {
    border-bottom: none;
}
@media (min-width: 640px) {
    .stdTable tr th,
    .stdTable tr td {
        padding: 15px 5px;
    }
}

/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
    display: block;
}

.slideDownTrigger .on,
.slideDownTargetWrap .slideDownTrigger .on {
    display: none;
}
.slideDownTrigger .icon:last-child {
    transition: transform .3s;
    display: block;
    float: right;
}

.slideDownTriggerInline .icon:last-child {
    float: none;
    display: inline-block;
}

.slideDownSwitch ~ .slideDownTarget,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTarget {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
    overflow: hidden;
}
.slideDownSwitch ~ .slideDownTargetTeaser,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTargetTeaser {
    max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
    margin-top: -40px;
    min-height: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0;
    line-height: 40px;
}
.slideDownTargetTeaser + .slideDownTrigger:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.slideDownSwitch:checked ~ .slideDownTrigger .on,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .on {
    display: inline;
}
.slideDownSwitch:checked ~ .slideDownTrigger .off,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .off {
    display: none;
}
.slideDownSwitch:checked ~ .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTriggerWrap .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .icon:last-child {
    transform: rotate(180deg);
}
.slideDownSwitch:checked ~ .slideDownTarget,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTarget {
    max-height: 10000px;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
    animation: 0s linear 0.3s 1 normal both running delayOverflow;
}
.slideDownSwitch:checked ~ .slideDownTargetTeaser + .slideDownTrigger,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTargetTeaser + .slideDownTrigger {
    margin-top: 0;
}

@keyframes delayOverflow {
    0% {
        overflow: hidden;
    }
    100% {
        overflow: visible;
    }
}
@keyframes delayOverflowAuto {
    0% {
        overflow: hidden;
    }
    100% {
        overflow: auto;
    }
}

/*
 * E-Mail Styling
 */
.mailBody,
.mailBody td,
.mailBody p {
    font-family: sans-serif;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.mailBody td > :last-child {
    margin-bottom: 0;
}
