@charset "UTF-8";

/******************************************************************
STYLESHEET: STYLE

This is the place where all scss files get imported.
******************************************************************/


/*
Theme Name: Theme dreiQBIK
Theme URI: http://dreiqbik.de
Author: dreiQBIK
Author URI: http://dreiqbik.de
Description: This is a theme based on underscores and build by dreiQBIK.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dreiqbik
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dreiQbik is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,600,400,300|Merriweather:300,400,700);
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


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


/**
 * 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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* 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 {
    font-weight: bold;
}


/**
 * 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 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


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


/* 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: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 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 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


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


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * 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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * 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: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


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


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


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/******************************************************************
STYLESHEET: PRINT

******************************************************************/

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/******************************************************************
STYLESHEET: TYPOGRAPHY

******************************************************************/


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-Light;
    src: url("fonts/SansaPro-Light.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-Light;
    src: url("fonts/SansaPro-Light.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-LightItalic;
    src: url("fonts/SansaPro-LightItalic.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-LightItalic;
    src: url("fonts/SansaPro-LightItalic.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-Normal;
    src: url("fonts/SansaPro-Normal.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-Normal;
    src: url("fonts/SansaPro-Normal.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-NormalItalic;
    src: url("fonts/SansaPro-NormalItalic.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-NormalItalic;
    src: url("fonts/SansaPro-NormalItalic.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-SemiBold;
    src: url("fonts/SansaPro-SemiBold.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-SemiBold;
    src: url("fonts/SansaPro-SemiBold.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-SemiBoldItalic;
    src: url("fonts/SansaPro-SemiBoldItalic.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-SemiBoldItalic;
    src: url("fonts/SansaPro-SemiBoldItalic.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-Bold;
    src: url("fonts/SansaPro-Bold.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-Bold;
    src: url("fonts/SansaPro-Bold.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-BoldItalic;
    src: url("fonts/SansaPro-BoldItalic.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-BoldItalic;
    src: url("fonts/SansaPro-BoldItalic.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-Black;
    src: url("fonts/SansaPro-Black.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-Black;
    src: url("fonts/SansaPro-Black.woff") format("woff");
}


/* first for IE 4–8 */

@font-face {
    font-family: SansaPro-BlackItalic;
    src: url("fonts/SansaPro-BlackItalic.eot");
}


/* then for WOFF-capable browsers */

@font-face {
    font-family: SansaPro-BlackItalic;
    src: url("fonts/SansaPro-BlackItalic.woff") format("woff");
}


/******************************************************************
STYLESHEET: VARIABLES

    > COLORS
    > FONTS
    > GRID_GAPS
    > BREAKPOINTS

******************************************************************/


/******************************************************************
	COLORS
******************************************************************/


/* ====================================
		GREYSCALE
	==================================== */


/* ====================================
		PROJECT
	==================================== */


/* ====================================
		SPECIALS
	==================================== */


/******************************************************************
	FONTS
******************************************************************/


/* ====================================
		INITIALIZE
	==================================== */


/* ====================================
		DECLARATION
	==================================== */


/******************************************************************
	GRID_GAPS
******************************************************************/


/******************************************************************
	BREAKPOINTS
******************************************************************/


/******************************************************************
STYLESHEET: MIXINS

    > BREAKPOINTS
    > KEYFRAMES
    > HORIZONTALLY_AND_VERTICALLY_CENTER_ABSOLUTE_BLOCK_ELEMENTS
    > VERTICALLY_CENTER_RELATIVE_BLOCK_ELEMENTS
    > CLEARFIX

******************************************************************/


/******************************************************************
    BREAKPOINTS
        --> @include medium {...}
******************************************************************/


/******************************************************************
    KEYFRAMES
        --> @include keyframes($name) {...}
******************************************************************/


/******************************************************************
    HORIZONTALLY_AND_VERTICALLY_CENTER_ABSOLUTE_BLOCK_ELEMENTS
        --> @include center-both;
******************************************************************/


/******************************************************************
    VERTICALLY_CENTER_RELATIVE_BLOCK_ELEMENTS
        --> @include center-rel-v;
******************************************************************/


/******************************************************************
    CLEARFIX
        --> @include clearfix;
******************************************************************/


/******************************************************************
STYLESHEET: PLACEHOLDERS

******************************************************************/


/******************************************************************
	STYLESHEET: GRID

		> GENERAL
        > GRID_XS
        > GRID_SM
        > GRID_MD
        > GRID_LG

******************************************************************/


/******************************************************************
	GENERAL
******************************************************************/

.mobile-only {
    display: block;
}

@media only screen and (min-width: 681px) {
    .mobile-only {
        display: none;
    }
}

.not-on-mobile {
    display: none;
}

@media only screen and (min-width: 681px) {
    .not-on-mobile {
        display: block;
    }
}

.container {
    position: relative;
}

.container--inner {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

@media only screen and (min-width: 681px) {
    .container--inner {
        width: 90%;
    }
}

@media only screen and (min-width: 961px) {
    .container--inner {
        width: 80%;
    }
}

@media only screen and (min-width: 1361px) {
    .container--inner {
        max-width: 1400px;
        width: 70%;
    }
}

@media only screen and (min-width: 961px) {
    html.medium .container--inner {
        width: 90%;
    }
}

@media only screen and (min-width: 1361px) {
    html.medium .container--inner {
        max-width: 1400px;
        width: 80%;
    }
}

@media only screen and (min-width: 961px) {
    html.large .container--inner {
        width: 90%;
    }
}

@media only screen and (min-width: 1361px) {
    html.large .container--inner {
        max-width: 1400px;
        width: 85%;
    }
}

.col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.col--no-vgap {
    padding-left: 0px;
    padding-right: 0px;
}

.col--no-hgap {
    margin-top: 0px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row--no-vgap {
    margin-left: 0;
    margin-right: 0;
}

.row--no-hgap {
    margin-top: 20px;
}

.row--first {
    margin-top: -20px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}


/******************************************************************
	GRID_XS
******************************************************************/

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}


/******************************************************************
	GRID_SM
******************************************************************/

@media only screen and (min-width: 681px) {
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}


/******************************************************************
	GRID_MD
******************************************************************/

@media only screen and (min-width: 961px) {
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}


/******************************************************************
	GRID_LG
******************************************************************/

@media only screen and (min-width: 1361px) {
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}


/******************************************************************
STYLESHEET: CONTENT

******************************************************************/

body {
    color: #555555;
    width: 100%;
    overflow-x: hidden;
}

.site-content .content-area #et_builder_outer_content {
    padding: 0 !important;
}

.site-content .content-area #et_builder_outer_content .et_pb_section {
    padding: 0 !important;
}

.site-content .content-area #et_builder_outer_content .et_pb_section .et_pb_row_0 {
    padding: 0 !important;
}

.w3eden .media-body {
    padding-left: 10px !important;
}


/******************************************************************
STYLESHEET: HEADER

******************************************************************/

.site-header {
    position: relative;
    z-index: 100;
    color: black;
    text-align: left;
    background: -moz-linear-gradient(-45deg, #fffbf3 0%, #fffbf3 20%, rgba(255, 251, 243, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fffbf3 0%, #fffbf3 20%, rgba(255, 251, 243, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fffbf3 0%, #fffbf3 20%, rgba(255, 251, 243, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffbf3', endColorstr='#ccfffbf3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

@media only screen and (min-width: 681px) {
    .site-header {
        padding-top: 20px;
    }
}

.site-header .site-branding {
    padding-bottom: 10px;
}

.site-header .site-branding a {
    display: inline-block;
}

.site-header .site-branding .logo {
    width: 200px;
}

@media only screen and (min-width: 681px) {
    .site-header .site-branding .logo {
        width: 250px;
    }
}

@media only screen and (min-width: 681px) {
    .site-header .site-branding {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.site-header .site-meta {
    margin-top: 0;
}

.site-header #enlargeType {
    display: none;
}

@media only screen and (min-width: 961px) {
    .site-header #enlargeType {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
    }
    .site-header #enlargeType a {
        display: inline-block;
        margin-right: 6px;
    }
    .site-header #enlargeType a:last-child {
        margin-right: 0;
    }
    .site-header #enlargeType a#fontDefault {
        font-size: 0.8em;
    }
    .site-header #enlargeType a#fontLarge {
        font-size: 1.2em;
    }
}


/******************************************************************
STYLESHEET: FOOTER

******************************************************************/

.site-footer {
    background-color: #FFFBF3;
    color: #555;
    text-align: left;
    position: relative;
    z-index: 2;
    font-size: 0.875em;
}

.site-footer .container--inner {
    position: relative;
    margin-bottom: 18px;
    border-top: 1px solid #555;
    padding: 1em 0 0 0;
}

.site-footer .container--inner p {
    line-height: 1.5;
}


/******************************************************************
STYLESHEET: SIDEBAR

******************************************************************/

.widget-area {
    background-color: #fff191;
    padding: 4em 0;
}


/******************************************************************
STYLESHEET: COMMENTS

******************************************************************/

.comments-area {
    background-color: #dddddd;
    padding: 2em 0;
}


/******************************************************************
STYLESHEET: NAV

******************************************************************/

.menu {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
}

.meta-navigation,
.footer-navigation {
    margin-top: 60px;
    float: right;
}

.meta-navigation li,
.footer-navigation li {
    display: inline-block;
    float: left;
    font-size: 0.875em;
    margin-left: 0.625em;
}

.meta-navigation li:before,
.footer-navigation li:before {
    content: '';
    font-size: 1em;
    position: relative;
}

.meta-navigation li + li:before,
.footer-navigation li + li:before {
    content: '|';
    font-size: 1em;
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-right: 0.625em;
}

.meta-navigation li a,
.footer-navigation li a {
    text-decoration: none;
    border: none;
}

.meta-navigation {
    margin-top: 28px;
}

.meta-navigation .menu {
    margin-top: 30px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 960px) {
    .meta-navigation {
        display: none;
    }
}

.footer-navigation li {
    font-size: 1em;
}

@media only screen and (max-width: 960px) {
    .main-navigation .menu {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .main-navigation.toggled .menu {
        display: block;
    }
}

@media only screen and (min-width: 961px) {
    .main-navigation {
        float: right;
    }
}

.main-navigation ul#menu-hauptmenue {
    margin-top: 0;
}

.main-navigation ul#menu-hauptmenue > li {
    font-size: 1em;
    display: block;
}

.main-navigation ul#menu-hauptmenue > li > a {
    padding-bottom: 30px;
}

@media only screen and (max-width: 960px) {
    .main-navigation ul#menu-hauptmenue > li {
        border-bottom: 1px solid #EA6608;
        margin-top: 4px;
        margin-bottom: 4px;
        padding-left: 24px;
    }
    .main-navigation ul#menu-hauptmenue > li:last-of-type {
        border-bottom: none;
    }
    .main-navigation ul#menu-hauptmenue > li:before {
        content: "";
        display: inline-block;
        position: absolute;
        margin-top: 15px;
        width: 6px;
        height: 6px;
        border: 1px solid #EA6608;
        border-radius: 20px;
        margin-left: -18px;
    }
    .main-navigation ul#menu-hauptmenue > li.menu-item-has-children:before {
        content: ">";
        color: #EA6608;
        border: none;
        font-size: 0.75em;
        margin-top: 0.625em;
        transform: rotate(0deg);
        transform-origin: 60% 120%;
        transition: .3s;
    }
    .main-navigation ul#menu-hauptmenue > li.menu-item-has-children.rotate:before {
        transform: rotate(90deg);
        transform-origin: 60% 120%;
        transition: .3s;
    }
}

@media only screen and (max-width: 960px) {
    .main-navigation ul#menu-hauptmenue > li a {
        display: block;
        width: 100%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

@media only screen and (min-width: 961px) {
    .main-navigation ul#menu-hauptmenue > li {
        float: left;
        margin-left: 40px;
    }
}

@media only screen and (min-width: 961px) {
    .main-navigation ul#menu-hauptmenue > li:hover ul {
        display: block;
    }
}

.main-navigation ul#menu-hauptmenue li a.active {
    color: #EA6608;
}

.main-navigation ul.sub-menu {
    display: none;
    padding-left: 20px;
    padding-bottom: 0.5em;
}

.main-navigation ul.sub-menu li {
    list-style-type: none;
}

@media only screen and (min-width: 961px) {
    .main-navigation ul.sub-menu {
        position: absolute;
        width: inherit;
        display: none;
        margin-left: -30px;
        padding: 0px 30px 20px;
        margin-top: 1.375em;
        background: rgba(255, 251, 243, 0.9);
    }
    .main-navigation ul.sub-menu li {
        float: none;
        display: block;
    }
    .main-navigation ul.sub-menu li a {
        display: block;
        padding: 4px 0;
        margin: 2px 0;
    }
}

.main-navigation .menu-toggle {
    font-size: 16px;
    position: absolute;
    right: 0;
    display: block;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    color: #7B6E66;
    padding-left: 2.5em;
    padding-top: 1em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    top: -86px;
}

@media only screen and (min-width: 961px) {
    .main-navigation .menu-toggle {
        display: none;
    }
}

.main-navigation .menu-toggle:before {
    font-size: 20px;
    content: "";
    position: absolute;
    left: 0.6em;
    top: 1em;
    width: 1em;
    height: 0.10em;
    background: #7B6E66;
    box-shadow: 0 0.25em 0 0 #7B6E66, 0 0.5em 0 0 #7B6E66;
}

@media only screen and (min-width: 681px) {
    .side-navigation {
        margin-top: 40px !important;
    }
    .side-navigation ul {
        width: 100% !important;
    }
    .side-navigation ul li {
        border-bottom: 1px solid #5080BC !important;
    }
    .side-navigation ul li:first-of-type {
        border-top: 1px solid #5080BC !important;
    }
    .side-navigation ul li a {
        display: block !important;
        font-size: 0.875em !important;
        padding: 0.625em 0 !important;
    }
}

.side-navigation {
    margin-top: 0px !important;
}

.side-navigation ul {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0.625em 0 !important;
    border-top: 1px solid #EA6608 !important;
    border-bottom: 1px solid #EA6608 !important;
}

.side-navigation li {
    display: inline-block !important;
    float: left !important;
    font-size: 1em !important;
    margin-right: 0.625em !important;
    margin-bottom: 5px !important;
}

.side-navigation li.current_page_item a {
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif;
}

.side-navigation li:before {
    content: '';
    font-size: 1em;
    position: relative;
}

.side-navigation li + li:before {
    content: '|';
    font-size: 1em;
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-right: 0.625em;
}

.side-navigation li a {
    text-decoration: none;
    border: none;
}

@media only screen and (min-width: 681px) {
    .side-navigation {
        margin-top: 40px !important;
    }
    .side-navigation ul {
        width: 100% !important;
        border: none !important;
    }
    .side-navigation ul li {
        float: none !important;
        display: block !important;
        border-bottom: 1px solid #EA6608 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .side-navigation ul li + li:before {
        content: '';
        display: none !important;
    }
    .side-navigation ul li:first-of-type {
        border-top: 1px solid #EA6608 !important;
    }
    .side-navigation ul li a {
        display: block !important;
        font-size: 1em;
        padding: 0.625em 0;
        color: #555 !important;
    }
    .side-navigation ul li a:hover {
        color: #EA6608 !important;
    }
    .side-navigation ul li + li a {
        padding: 0.6875em 0 0.5625em 0 !important;
    }
}

.footer-navigation {
    position: absolute;
    right: 0;
    bottom: -20px;
}

@media only screen and (min-width: 681px) {
    .footer-navigation {
        top: -148px;
        right: 0;
    }
}


/******************************************************************
STYLESHEET: HOME

******************************************************************/

body {
    background: #FFFBF3;
}

.site-main {
    background: #FFFBF3;
    position: relative;
    z-index: 2;
    min-height: 48.4vh;
}

@media only screen and (min-width: 681px) {
    .site-main {
        padding-bottom: 60px;
        min-height: 60vh;
    }
}

.site-main .container--inner {
    position: relative;
}

.site-main .entry-header {
    margin-top: 0px;
}

@media only screen and (min-width: 681px) {
    .site-main .entry-header {
        margin-top: 60px;
    }
}

.site-main .entry-header .entry-title {
    font-size: 1.375em !important;
    line-height: 1.35em !important;
    color: #EA6608 !important;
    font-weight: normal !important;
    margin-bottom: 22px !important;
}

.site-main .entry-content {
    padding-bottom: 40px;
}

@media only screen and (min-width: 681px) {
    .site-main .entry-content {
        padding-bottom: 70px;
    }
}

.site-main .entry-content p {
    font-size: 1em;
    margin-bottom: 0;
    letter-spacing: 0.05px;
    line-height: 1.4;
}

.site-main .entry-content .italic,
.site-main .entry-content em {
    font-family: "SansaPro-NormalItalic", "Helvetica", "Arial", sans-serif;
    font-style: normal;
}

.site-main .entry-content .italic {
    color: #000;
}

.home .site-main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbf3+0,fffbf3+100&0.8+0,1+50 */
    background: -moz-linear-gradient(-45deg, rgba(255, 251, 243, 0.9) 0%, #fffbf3 80%, #fffbf3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 251, 243, 0.9) 0%, #fffbf3 80%, #fffbf3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, rgba(255, 251, 243, 0.9) 0%, #fffbf3 80%, #fffbf3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ccfffbf3', endColorstr='#fffbf3', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.aktuell {
    margin-top: 1em;
    /*

	ul {
		list-style-type: none !important;
		padding: 0 !important;
	  margin-left: 24px !important;

	  li {
	  	list-style-type: none !important;
	  	font-size: 1em !important;
	  	padding-left: 0 !important;
	    text-indent: 0 !important;
	    padding-bottom: 20px !important;
	    //line-height: 1.4em;

	    &:before {
	        content: "";
	        display: inline-block;
	        position: absolute;
	        margin-top: 6px;
	        width: 10px;
	        height: 10px;

	        border: 1px solid $accent;
	        border-radius: 20px;
	        margin-left: -24px;
	    }

	    a {
	    	padding-bottom: 0 !important;
	    	color: $accent  !important;

	    	&:hover {
	    		border-bottom: 1px solid $accent !important;
	    	}
	    }
	  }
	} */
}

.aktuell .entry-header {
    margin-top: 0px !important;
}

.aktuell .entry-title {
    pading-bottom: 0 !important;
}

@media only screen and (max-width: 680px) {
    .aktuell.line-after:after {
        border-bottom: none;
    }
}

.line-after:after {
    content: "";
    display: block;
    border-bottom: 1px solid #C8C8C8;
}


/******************************************************************
STYLESHEET: PAGE

******************************************************************/

@media only screen and (min-width: 681px) {
    .page-template-default .site-main .entry-header {
        margin-top: 30px;
    }
}

.et_divi_builder #et_builder_outer_content .et_pb_row {
    max-width: none !important;
}

.error-404 p {
    font-size: 2em;
}


/******************************************************************
STYLESHEET: DEFAULTS

******************************************************************/

html {
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
}

html.medium {
    font-size: 20px;
}

html.large {
    font-size: 22px;
}

body {
    font-family: "SansaPro-Normal", "Helvetica", "Arial", sans-serif;
}

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

::selection {
    background: #B1C3D4;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bbbbbb;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/******************************************************************
STYLESHEET: TEXT

    > GENERAL
    > SPECIFIC

******************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
}

strong {
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
}

em,
i {
    font-style: normal;
    font-family: "SansaPro-NormalItalic", "Helvetica", "Arial", sans-serif;
}


/******************************************************************
SPECIFIC
******************************************************************/

.text {
    font-family: "SansaPro-Normal", "Helvetica", "Arial", sans-serif;
}

.text--light {
    font-family: "SansaPro-Light", "Helvetica", "Arial", sans-serif;
}

.text--light-italic {
    font-family: "SansaPro-LightItalic", "Helvetica", "Arial", sans-serif;
}

.text--italic {
    font-family: "SansaPro-NormalItalic", "Helvetica", "Arial", sans-serif;
}

.text--semibold {
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif;
}

.text--semibold-italic {
    font-family: "SansaPro-SemiBoldItalic", "Helvetica", "Arial", sans-serif;
}

.text--bold {
    font-family: "SansaPro-Bold", "Helvetica", "Arial", sans-serif;
}

.text--bold-italic {
    font-family: "SansaPro-BoldItalic", "Helvetica", "Arial", sans-serif;
}

.text--black {
    font-family: "SansaPro-Black", "Helvetica", "Arial", sans-serif;
}

.text--black-italic {
    font-family: "SansaPro-BlackItalic", "Helvetica", "Arial", sans-serif;
}


/******************************************************************
STYLESHEET: LINKS

******************************************************************/

a {
    font-family: "SansaPro-Normal", "Helvetica", "Arial", sans-serif;
    color: #555555;
    text-decoration: none;
}

a:visited {
    color: #555555;
}

@media only screen and (min-width: 961px) {
    a:hover,
    a:focus {
        color: #EA6608;
    }
}

a:active {
    color: #555555;
}


/******************************************************************
STYLESHEET: HELPERS

    > GENERAL

******************************************************************/

.h-lastitem {
    margin-bottom: 0;
    margin-right: 0;
}

.h-firstitem {
    margin-top: 0;
    margin-left: 0;
}

.file-path {
    display: none;
    color: #62BF6D;
    font-family: 'Consolas';
    text-align: left;
    margin: 0 0 1em;
}

.file-path--highlight {
    font-weight: 700;
}

#aktuelles,
#aktuelles-teaser,
#presse {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#aktuelles li,
#aktuelles-teaser li,
#presse li {
    list-style-type: none !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    font-style: normal;
    font-family: "SansaPro-Normal", "Helvetica", "Arial", sans-serif;
    font-weight: normal !important;
    width: 100%;
}

#aktuelles li:before,
#aktuelles-teaser li:before,
#presse li:before {
    content: '';
    display: block;
    width: 100px;
    height: 0;
    margin-bottom: 10px;
    border-top: 2px solid #EA6608;
}

#aktuelles li p.aktuelles_title,
#aktuelles li .pm_title,
#aktuelles-teaser li p.aktuelles_title,
#aktuelles-teaser li .pm_title,
#presse li p.aktuelles_title,
#presse li .pm_title {
    display: block !important;
    color: #EA6608 !important;
    font-family: "SansaPro-Normal", "Helvetica", "Arial", sans-serif;
}

#aktuelles li p.aktuelles_title .datum,
#aktuelles li .pm_title .datum,
#aktuelles-teaser li p.aktuelles_title .datum,
#aktuelles-teaser li .pm_title .datum,
#presse li p.aktuelles_title .datum,
#presse li .pm_title .datum {
    float: right;
    margin-left: 60px;
    color: #555;
    font-family: "SansaPro-NormalItalic", "Helvetica", "Arial", sans-serif;
    font-weight: normal !important;
}

#presse li .pm_title,
#aktuelles-teaser li .pm_title {
    position: relative;
}

#presse li .pm_title .datum,
#aktuelles-teaser li .pm_title .datum {
    float: none;
    margin-left: 0;
    display: block;
}

#presse li .pm_title .title,
#aktuelles-teaser li .pm_title .title {
    display: block;
    margin-bottom: 24px !important;
}

#presse li .pm_title .title a,
#aktuelles-teaser li .pm_title .title a {
    padding-bottom: 0;
}

#presse li .pm_title .title a:hover,
#aktuelles-teaser li .pm_title .title a:hover {
    border-bottom: 1px solid #EA6608;
}

#presse li .pm_title .quelle,
#aktuelles-teaser li .pm_title .quelle {
    display: block;
    color: #555;
}

#aktuelles-teaser .quelle {
    margin-top: 8px;
}

.single-aktuelles .entry-title .datum,
.single-pressemitteilungen .entry-title .datum {
    float: right;
    margin-left: 60px;
    color: #555;
    font-family: "SansaPro-NormalItalic", "Helvetica", "Arial", sans-serif;
    font-weight: normal !important;
}


/******************************************************************
STYLESHEET: CARD

******************************************************************/

.card {
    background-color: #eeeeee;
    padding: 3em;
}

.card__heading {
    margin-top: 0;
}

.card__text {
    margin-bottom: 0;
}


/******************************************************************
STYLESHEET: TEASER

******************************************************************/

.teaser--fullwidth {
    background-color: #eeeeee;
    margin: 2em 0 0;
    padding: 4em 0;
}


/******************************************************************
STYLESHEET: HERO

******************************************************************/

.hero {
    position: static;
    height: 0;
    padding-bottom: 45%;
}

@media (max-width: 299px) {
    .hero {
        display: none;
    }
}

.hero .container--inner {
    position: relative;
    z-index: 3;
}

.hero img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

.hero img.overlay {
    display: none;
    position: absolute;
    top: 0;
}

.hero p {
    position: absolute;
    margin-top: 10%;
    color: white;
    font-size: 32px;
    font-family: "SansaPro-NormalItalic", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
}

@media only screen and (min-width: 401px) {
    .hero {
        /* p {
			top: 180px;
			font-size: 40px;
		} */
    }
}

@media only screen and (min-width: 681px) {
    .hero p {
        margin-top: 30%;
    }
}

@media only screen and (min-width: 961px) {
    .hero {
        height: 486px;
        padding-bottom: 0;
    }
    .hero p {
        margin-top: 320px;
    }
}


/******************************************************************
STYLESHEET: BREADCRUMBS

******************************************************************/

.breadcrumbs {
    font-size: 0.6875em;
}


/******************************************************************
STYLESHEET: STELLEN

******************************************************************/

ul.stellen {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style-type: none !important;
}

ul.stellen li.stellen-item {
    border-bottom: 1px solid #EA6608 !important;
    padding: 40px 0 20px 0 !important;
    list-style-type: none !important;
}

ul.stellen li.stellen-item h2 {
    line-height: 1.3 !important;
}

ul.stellen li.stellen-item span.zusatz {
    font-weight: 400 !important;
}

ul.stellen li.stellen-item a.more,
ul.stellen li.stellen-item a.pdf {
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif !important;
}

ul.stellen li.stellen-item a.more {
    margin-bottom: 1em !important;
    color: #EA6608 !important;
    padding-bottom: 2px !important;
}

ul.stellen li.stellen-item a.more:hover {
    border-bottom: 1px solid #EA6608 !important;
}

ul.stellen li.stellen-item a.pdf {
    color: #EA6608 !important;
    padding-bottom: 2px !important;
}

ul.stellen li.stellen-item a.pdf:hover {
    border-bottom: 1px solid #EA6608 !important;
}

ul.stellen li.stellen-item .content {
    display: none;
    margin-top: 1em !important;
}

.single-stelle .content-area a {
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif !important;
    color: #EA6608 !important;
    padding-bottom: 2px !important;
}

.single-stelle .content-area a:hover {
    border-bottom: 1px solid #EA6608 !important;
}

.single-stelle .content-area .edit-link {
    float: right;
    margin-left: 60px;
    font-size: 16px;
}


/******************************************************************
    ANPASSUNGEN CORINNE
******************************************************************/

.nobr {
    white-space: nowrap;
}

.et_divi_builder #et_builder_outer_content .et_pb_row {
    margin: 0 !important;
}

@media only screen and (min-width: 981px) {
    .et_divi_builder #et_builder_outer_content .et_pb_section,
    .et_divi_builder #et_builder_outer_content .et_pb_row {
        padding: 0 !important;
    }
}

.et_divi_builder #et_builder_outer_content .et_pb_module blockquote {
    margin: 20px 0 !important;
    padding-left: 0 !important;
    font-style: normal;
    color: #EA6608;
    border-left: none !important;
    font-family: "SansaPro-SemiBold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    width: 70%;
}

.et_divi_builder #et_builder_outer_content .et_pb_module blockquote:before {
    content: '';
    display: block;
    width: 100px;
    height: 0;
    margin-bottom: 10px;
    border-top: 2px solid #EA6608 !important;
}

.page.et_divi_builder #et_builder_outer_content .et_pb_module a {
    color: #EA6608;
}

.et_divi_builder #et_builder_outer_content .et_pb_module .side-navigation {
    margin-top: 0 !important;
}

.orange {
    color: #EA6608 !important;
}

h5.et_pb_toggle_title {
    color: #EA6608 !important;
    font-size: 15px;
}

.et_divi_builder #et_builder_outer_content .et_pb_toggle_open {
    padding: 20px 0 !important;
    background: transparent !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_toggle_close {
    background-color: transparent !important;
    padding: 20px 0 !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_toggle {
    border: none !important;
    border-top: 1px solid #EA6608 !important;
}


/*formular*/

.et_divi_builder #et_builder_outer_content .et_pb_module input[type="text"],
.et_divi_builder #et_builder_outer_content .et_pb_module input[type="password"],
.et_divi_builder #et_builder_outer_content .et_pb_module input[type="tel"],
.et_divi_builder #et_builder_outer_content .et_pb_module input[type="email"],
.et_divi_builder #et_builder_outer_content .et_pb_module input.text,
.et_divi_builder #et_builder_outer_content .et_pb_module input.title,
.et_divi_builder #et_builder_outer_content .et_pb_module input textarea,
.et_divi_builder #et_builder_outer_content .et_pb_module input select,
#et_builder_outer_content textarea {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #555;
    width: 100% !important;
    padding: 5px 5px;
    border: 1px solid #EA6608 !important;
    font-size: 15px;
    margin-bottom: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background-color: #fff;
    color: #555;
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #EA6608;
    font-size: 15px;
    margin-bottom: 10px;
}

.wpcf7 input[type="submit"],
.et_divi_builder #et_builder_outer_content .et_pb_module input {
    background-color: #EA6608;
    border: 1px solid #EA6608 !important;
    color: #fff;
    font-size: 15px;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
}

.wpcf7 input[type="submit"]:hover,
.et_divi_builder #et_builder_outer_content .et_pb_module input:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #EA6608 !important;
    color: #EA6608;
}

#et_builder_outer_content span.pflichtfeld,
.pflichtfeld {
    color: #EA6608;
    margin-left: 3px;
}

.et_divi_builder #et_builder_outer_content .et_pb_toggle_title::before {
    color: #EA6608 !important;
}


/*stellen*/

span.zusatz {
    font-size: 15px;
    margin-left: 5px !important;
}


/* Round images */

.et_pb_team_member_image img {
    border-radius: 50% !important;
    border: 1px solid #EA6608 !important;
    background: #fff !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_team_member_image {
    width: 200px !important;
}


/* pdf links */
.page.et_divi_builder #et_builder_outer_content .et_pb_module a.wpdm-download-link {
    color: #EA6608!important;
}

/*sidenavigation*/

@media only screen and (max-width: 681px) {
    .side-navigation ul {
        border-bottom: 0px solid #EA6608 !important;
    }
}

/* pdf icon   */
.w3eden .wpdm_icon {
    box-shadow: none;
    max-width: 36px !important;
	min-width: 24px !important;
}

/*# sourceMappingURL=maps/style.css.map */