@charset "UTF-8";
/* source-sans-pro-300 - latin */
:root {
    --accent: #A59466;
    --main: #003056;
    --mainrgb: 0, 48, 86;
    --negative: #fff;
    --light: #F5F3EF;
    --lightrgb: 245, 243, 239;
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/source-sans-pro-v21-latin-300.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/source-sans-pro-v21-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}

/* source-sans-pro-italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/source-sans-pro-v21-latin-italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}

/* source-sans-pro-600italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/source-sans-pro-v21-latin-600italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v21-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-600italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-600italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/source-sans-pro-v21-latin-700.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/source-sans-pro-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}

/* noto-serif-regular - latin */
@font-face {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/noto-serif-v21-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/noto-serif-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v21-latin-regular.woff2") format("woff2"), url("../fonts/noto-serif-v21-latin-regular.woff") format("woff"), url("../fonts/noto-serif-v21-latin-regular.ttf") format("truetype"), url("../fonts/noto-serif-v21-latin-regular.svg#NotoSerif") format("svg"); /* Legacy iOS */
}

/* noto-serif-italic - latin */
@font-face {
    font-family: "Noto Serif";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/noto-serif-v21-latin-italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../fonts/noto-serif-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v21-latin-italic.woff2") format("woff2"), url("../fonts/noto-serif-v21-latin-italic.woff") format("woff"), url("../fonts/noto-serif-v21-latin-italic.ttf") format("truetype"), url("../fonts/noto-serif-v21-latin-italic.svg#NotoSerif") format("svg"); /* Legacy iOS */
}

/*! normalize.css v3.0.1 | 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.
 */
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,
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: 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 {
    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 */ /* 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;
}

/* Effect 3: bottom line slides/fades in */
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */
[data-accordion] {
    line-height: 1;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #888;
    padding: 10px;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url("../images/down.png") center center no-repeat;
    background-size: 50%;
}

[data-accordion].open > [data-control]:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

body {
    background: #E2DCCE;
    color: #70706F;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
}

@media all and (min-width: 768px) {
    body {
        font-size: 20px;
    }
}

#wrapper {
    padding-top: 49px;
    background: #fff;
}

@media all and (min-width: 480px) {
    #wrapper {
        padding-top: 55px;
    }
}

@media all and (min-width: 768px) {
    #wrapper {
        width: 768px;
        margin: 0 auto;
        padding-top: 65px;
        box-shadow: 0px 16px 50px rgba(112, 112, 111, 0.45);
    }
}

@media all and (min-width: 1200px) {
    #wrapper {
        width: 1200px;
        padding-top: 95px;
    }
}

header {
    position: fixed;
    top: 0;
    z-index: 6;
    width: 100%;
    overflow: hidden;
    background: #003056;
}

@media all and (min-width: 768px) {
    header {
        width: auto;
    }
}

@media all and (min-width: 1200px) {
    header.scrolled .logo {
        width: 8%;
    }

    header.scrolled .nav-main {
        padding: 2em 4em 0;
    }
}

header .header-image {
    position: absolute;
    top: 0;
    width: 100%;
}

header .inner {
    padding: 3% 3.5% 3% 2.5%;
}

figure {
    margin: 0;
}

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

a {
    transition: color 0.3s ease;
}

h1, h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #003056;
}

p {
    font-size: 0.95em;
}

@media all and (min-width: 768px) {
    p, table {
        font-weight: 300;
        line-height: 150%;
    }
}

strong {
    font-weight: 500;
}

@media all and (max-width: 767px) {
    strong {
        font-weight: 700;
    }
}

.text-center {
    text-align: center;
}
.section-inner .text-center {
    text-align: left;

}

.text-center h2 {
    text-align: left;
}

footer.text-center h2 {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.highlight {
    font-size: 140%;
}

.color-copy {
    color: #70706F;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

@media all and (min-width: 768px) {
    .section[id] {
        margin-bottom: -1em;
        padding-top: 1em;
    }
}

@media all and (min-width: 1200px) {
    .section[id], .section[id].active {
        margin-bottom: -2em;
        padding-top: 2em;
    }
}

.section,
.subsection {
    position: relative;
}

.section.full-width .section-inner,
.subsection.full-width .section-inner {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
}

.section.clear,
.subsection.clear {
    clear: both;
}

.section-inner, .buffer {
    position: relative;
}

.section .section-inner, .section .buffer {
    padding: 1em 5%;
}

@media all and (min-width: 768px) {
    .section-inner, .buffer {
        max-width: 50em;
        margin: 0 auto;
    }

    .section .section-inner, .section .buffer {
        padding: 1em 12%;
    }
}

@media all and (min-width: 768px) {
    header .section-inner, .footer .section-inner, header .buffer, .footer .buffer {
        max-width: none;
    }
}

@media all and (min-width: 768px) {
    header .section-inner, header .buffer {
        width: 768px;
    }
}

@media all and (min-width: 1200px) {
    header .section-inner, header .buffer {
        width: 1200px;
    }
}

.content-section {
    overflow: hidden;
}

.content-section a,
.content-section .list-toggler {
    color: #A59466;
    text-decoration: none;
}

.content-section.text a {
    display: inline-block;
    margin: 1em 0;
    padding: 0.5em 0.7em;
    background-color: #003056;
}

.content-section.text a:before {
    content: "»";
    display: inline-block;
    padding-right: 0.2em;
    font-size: 1.3em;
    font-weight: 300;
}

.content-section.text a:hover {
    color: #fff;
}

@media all and (max-width: 767px) {
    .button-wrapper {
        display: block;
        margin-bottom: 0.75em;
    }
}

.button-wrapper a {
    min-width: 9.5em;
}

@media all and (max-width: 767px) {
    .button-wrapper a {
        margin-bottom: 0 !important;
        margin-top: 1em;
    }
}

@media all and (min-width: 768px) {
    .button-wrapper a {
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }
}

@media all and (max-width: 767px) {
    .button-wrapper:last-child a {
        margin-top: 0;
    }
}

.hidden-section {
    max-height: 0;
    padding: 0 !important;
}

.hidden-section.text-center,
.hidden-section p {
    text-align: left;
}

.hidden-section.active {
    max-height: 800em;
    padding-top: inherit !important;
}

.hidden-section .section-inner {
    padding: 0 0 2em;
}

@media all and (min-width: 768px) {
    .hidden-section .section-inner {
        padding: 2em 0;
    }
}

.hidden-section a {
    text-decoration: underline;
}

.invert {
    background-color: #003056;
    color: #fff;
}

.invert h1 {
    color: #fff;
}

.background-img {
    background: url(../no-need-to-compile/background-img.jpg) center top no-repeat;
    background-size: cover;
}

@media all and (min-width: 1200px) {
    .background-img {
        background-size: 140%;
    }
}

.background-img h1, .background-img h2, .background-img h3, .background-img p {
    color: #A59466;
}

.nav-main {
    z-index: 3;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    overflow: hidden;
    transition: padding 0.3s ease;
}

@media all and (max-width: 767px) {
    .nav-main {
        transition: max-height 0.5s ease;
        max-height: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .nav-main {
        float: right;
        max-height: auto !important;
        padding: 1.6em 2em;
        overflow: visible;
        font-size: 0.66em;
    }
}

@media all and (min-width: 1200px) {
    .nav-main {
        padding: 2em 4em;
        font-size: 0.88em;
    }
}

.nav-main.active {
    max-height: 50em;
}

.nav-main a {
    display: block;
    position: relative;
    margin-top: 1px;
    padding: 0.5em 0;
    color: #A59466;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .nav-main a {
        border-top: 1px solid #fff;
    }
}

@media all and (min-width: 768px) {
    .nav-main a {
        float: left;
        padding: 0 0.5em;
        background-color: transparent;
        margin-top: 0;
    }
}

@media all and (min-width: 1200px) {
    .nav-main a {
        padding: 0.2em 1.5em 0.2em 1em;
    }
}

.nav-main a:hover, .nav-main a.active {
    color: #fff;
    background-color: rgba(165, 148, 102, 0.7);
}

@media all and (min-width: 768px) {
    .nav-main a:hover, .nav-main a.active {
        color: #fff;
        background-color: transparent;
    }
}

.nav-main a::before {
    top: 45%;
    left: 50%;
}

@media all and (min-width: 768px) {
    .nav-main a::before {
        top: 5%;
        left: -0.5em;
    }
}

@media all and (min-width: 1200px) {
    .nav-main a::before {
        top: 65%;
        left: 50%;
    }
}

@media all and (min-width: 1200px) {
    .nav-main a {
        clear: none;
        padding: 0.2em 0.5em;
        float: left;
    }

    .nav-main a:hover, .nav-main a:focus {
        background-color: transparent;
        font-size: 1em;
    }
}

.nav-toggler {
    cursor: pointer;
    padding: 1%;
    position: absolute;
    top: 0.4em;
    right: 1%;
    z-index: 5;
}

@media all and (min-width: 768px) {
    .nav-toggler {
        display: none;
    }
}

.nav-toggler img {
    width: 100%;
}

.nav-pagination {
    padding: 1em 0.3em;
    text-align: center;
    border: 0;
    border-top: 1px dotted #A59466;
}

@media all and (min-width: 768px) {
    .nav-pagination {
        padding: 1.5em 0.3em;
    }
}

.nav-pagination a {
    font-style: italic;
}

.nav-pagination a:before {
    content: "»";
    display: inline-block;
    padding-right: 0.2em;
    font-size: 1.3em;
    font-weight: 300;
}

.nav-pagination a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    .nav-pagination a {
        font-size: 0.8em;
    }
}

.nav-pagination .nav-prev {
    float: left;
}

.nav-pagination .nav-prev:after {
    content: "«";
    display: inline-block;
    padding-left: 0.2em;
    font-size: 1.3em;
    font-weight: 300;
}

.nav-pagination .nav-next {
    float: right;
}

.nav-pagination .nav-next:before {
    content: "»";
    display: inline-block;
    padding-right: 0.2em;
    font-size: 1.3em;
    font-weight: 300;
}

.nav-pagination .not-active {
    opacity: 0.2;
    cursor: not-allowed;
}

.mood {
    position: relative;
    overflow: hidden;
    max-height: 20em;
}

@media all and (min-width: 768px) {
    .mood {
        max-height: 30em;
    }
}

.mood img {
    width: 100%;
    height: auto;
}

.mood .caption {
    position: absolute;
    padding-left: 2em;
    right: 2em;
    bottom: 0.5em;
    text-align: right;
    line-height: 1.2em;
    font-family: "Noto Serif", Georgia, Times, serif;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
}
/*.section-name-mood-aufsichtsrat img {
    max-height:30em;
    object-fit: cover;
}
@media(max-width: 767px) {
    .section-name-mood-aufsichtsrat img {
        max-height: 15em;
    }
}*/
.section-name-mood-aufsichtsrat.mood .caption {
    position: relative;
    font-size:.85em !important;
    color: #70706f;
    font-family: "Source Sans Pro",Arial,sans-serif;
    text-transform: none;
    padding-left:1em;
    padding-right:1em;
    right:0;
}
.section-name-mood-aufsichtsrat.mood {
    max-height:none;
}
.section-name-mood-aufsichtsrat.mood img {
    max-height:30em;
    object-fit: cover;
    object-position: center;
}
@media all and (min-width: 768px) {
    .mood .caption {
        font-size: 1.5em;
    }
}

.slider {
    position: relative;
    z-index: 1;
}
.slider .owl-controls {
    text-align: center;
}

.slider.stage img {
    min-width: 100%;
    max-height: 30em;
}

@media all and (min-width: 768px) {
    .slider.stage img {
        width: 100%;
        max-height: none;
    }
}

.slider.stage .owl-dots {
    position: absolute;
    bottom: 1em;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 1200px) {
    .slider.stage .owl-dots {
        bottom: 2em;
    }
}

.slider.stage .owl-dot {
    display: inline-block;
}

.slider.stage .owl-dot span {
    transition: background-color 0.8s ease;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    padding: 0;
    margin: 0 0.2em;
}

.slider.stage .owl-dot.active span {
    background-color: #003056;
}

.slider.stage .owl-item.loading {
    background: url(../no-need-to-compile/ajax-loader.gif) no-repeat center center;
}

.slider.stage .owl-item.loading h1,
.slider.stage .owl-item.loading .slide-text {
    opacity: 0;
}

.slider.stage .slide-caption {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
    width: 50%;
    text-align: center;
    font-size: 0.3em;
    font-style: italic;
    font-weight: 300;
}

.slider.stage .slide-caption.left {
    width: 50%;
}

.slider.stage .slide-caption.right {
    width: 55%;
}

.slider.stage .slide-caption h1, .slider.stage .slide-caption h2 {
    position: relative;
    font-size: 1.5em;
    font-family: "Noto Serif", Georgia, Times, serif;
    font-weight: normal;
    text-transform: none;
    line-height: 1.4em;
    color: #003056;
}

.slider.stage .slide-caption h1:after, .slider.stage .slide-caption h2:after {
    content: "”";
    position: absolute;
    bottom: -0.15em;
    line-height: 0;
    font-size: 440%;
}

.slider.stage .slide-caption p {
    margin: 0;
}

.slider.stage .slide-caption a {
    font-size: 200%;
    color: #003056;
}

.slider.stage .slide-caption a:before {
    content: "»";
    display: inline-block;
    padding-right: 0.2em;
    font-size: 1.3em;
    font-weight: 300;
}

@media all and (min-width: 768px) {
    .slider.stage .slide-caption a {
        font-size: 120%;
    }
}

.slider.stage .slide-caption a:hover {
    text-decoration: underline;
}

.slider.stage .slide-caption hr {
    height: 1px;
    border: 0;
    margin-top: 1.5em;
    margin-bottom: 0;
    background-color: #003056;
}

.slider.stage .slide-caption.left {
    left: 6%;
}

.slider.stage .slide-caption.left hr {
    width: 24em;
    margin-left: 9.5em;
}

.slider.stage .slide-caption.right {
    top: 50%;
    right: 6%;
}

.slider.stage .slide-caption.right hr {
    width: 27em;
    margin-left: -4.5em;
}

@media all and (min-width: 480px) {
    .slider.stage .slide-caption {
        top: 40%;
        font-size: 0.5em;
    }

    .slider.stage .slide-caption hr {
        margin-bottom: 1em;
    }

    .slider.stage .slide-caption.left {
        width: 50%;
        left: 2%;
    }

    .slider.stage .slide-caption.left hr {
        width: 30em;
        margin-left: 7em;
    }

    .slider.stage .slide-caption.right {
        width: 47%;
        right: 11%;
    }

    .slider.stage .slide-caption.right hr {
        width: 30em;
        margin-left: -7em;
    }
}

@media all and (min-width: 768px) {
    .slider.stage .slide-caption {
        top: 45%;
        font-size: 0.6em;
    }

    .slider.stage .slide-caption.left {
        width: 47%;
        left: 8%;
    }

    .slider.stage .slide-caption.left hr {
        width: 28em;
        margin-left: 6em;
    }

    .slider.stage .slide-caption.right {
        width: 49%;
        right: 7%;
    }

    .slider.stage .slide-caption.right hr {
        width: 28em;
        margin-left: -8em;
    }
}

@media all and (min-width: 1200px) {
    .slider.stage .slide-caption {
        top: 42%;
        font-size: 0.85em;
    }

    .slider.stage .slide-caption.left {
        width: 44%;
    }

    .slider.stage .slide-caption.left hr {
        width: 27em;
        margin-left: 12em;
    }

    .slider.stage .slide-caption.right {
        top: 46%;
        right: 12%;
        width: 44%;
    }

    .slider.stage .slide-caption.right hr {
        width: 30em;
        margin-left: -9.5em;
    }
}

.slider.tab {
    /*		overflow: hidden;*/
}

.slider.tab img {
    width: 100%;
}

.slider.tab .text-container {
    padding: 1em 2em;
}

.slider.tab .text-container h4, .slider.tab .text-container p {
    line-height: 140%;
}

.slider.tab .text-container a {
    font-weight: 600;
    color: #70706F;
}

.slider.tab .text-container a:hover {
    text-decoration: underline;
}

.slider.tab .owl-stage-outer {
    background-color: #F5F3EF;
}

@media all and (min-width: 480px) {
    .slider.tab .pull-left-50 {
        float: left;
        width: 48%;
    }

    .slider.tab .text-container {
        padding: 0 0 0 2em;
        font-size: 0.65em;
    }
}

@media all and (min-width: 768px) {
    .slider.tab .owl-stage-outer {
        max-height: 15em;
        overflow: hidden;
    }

    .slider.tab .text-container {
        padding: 0 0 0 1.6em;
        font-size: 0.7em;
    }

    .slider.tab .text-container h4 {
        margin-bottom: 0;
    }
}

@media all and (min-width: 1200px) {
    .slider.tab .owl-stage-outer {
        max-height: none;
    }

    .slider.tab .text-container {
        padding: 1em 0 0 3em;
        font-size: 1em;
    }

    .slider.tab .text-container h4, .slider.tab .text-container p {
        line-height: 130%;
    }
}



.slider-tab-smaller .slider.tab p {
    line-height: 1.45em;
}

.owl-controls.tabtext {
    text-align: center;
}

.owl-controls.tabtext .owl-dots {
    display: inline-block;
    padding: 0 0 1em;
    cursor: pointer;
}

.owl-controls.tabtext .owl-dot {
    display: block;
    margin: 0.5em 1em;
    color: #E2DCCE;
    font-weight: 600;
    transition: color 0.8s ease;
}

.owl-controls.tabtext .owl-dot:hover {
    text-decoration: underline;
}

.owl-controls.tabtext .owl-dot.active {
    text-decoration: none;
    color: #003056;
}

@media all and (min-width: 480px) {
    .owl-controls.tabtext {
        padding: 1em 0;
        font-size: 0.9em;
    }

    .owl-controls.tabtext .owl-dots {
        display: inline-block;
        padding: 1em 0;
    }

    .owl-controls.tabtext .owl-dot {
        display: inline;
        margin: 0 0.75em;
    }
}

@media all and (min-width: 1200px) {
    .owl-controls.tabtext {
        font-size: 1.1em;
    }

    .owl-controls.tabtext .owl-dots {
        padding: 2em 0;
    }

    .owl-controls.tabtext .owl-dot {
        font-size: 1.2em;
        margin: 0 1em;
    }
}

@media all and (min-width: 1200px) {
    .owl-controls.tabtext {
        padding: 0 0 1em;
    }
}

.owl-nav {
    /*	position: absolute;
        top:0;
        width:100%;
        height:100%;
        z-index: -1;*/
    display: none;
}

@media all and (min-width: 768px) {
    .owl-nav {
        display: block;
    }
}

.owl-prev,
.owl-next {
    position: absolute;
    font-size: 2em;
    top: 0.5em;
    z-index: 5;
}

@media all and (min-width: 480px) {
    .owl-prev,
    .owl-next {
        top: calc(100% - 0.8em);
    }
}

@media all and (min-width: 768px) {
    .owl-prev,
    .owl-next {
        top: calc(50% - 0.8em);
    }
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.25;
}

.owl-prev svg,
.owl-next svg {
    width: 0.75em;
    height: 0.75em;
}

@media all and (min-width: 768px) {
    .owl-prev svg,
    .owl-next svg {
        width: 0.95em;
        height: 0.95em;
    }
}

.owl-prev {
    left: 0.1em;
}

@media all and (min-width: 768px) {
    .owl-prev {
        left: -1.35em;
    }
}

.owl-next {
    right: 0.1em;
}

@media all and (min-width: 768px) {
    .owl-next {
        right: -1.35em;
    }
}

.logo {
    display: block;
    width: 25%;
    margin: 0 auto;
    padding: 0.5em 0em;
    transition: width 0.3s ease;
}

@media all and (min-width: 768px) {
    .logo {
        float: left;
        width: 14%;
        padding: 0.5em 2em;
    }
}

@media all and (min-width: 1200px) {
    .logo {
        padding: 1em 4em;
    }
}

@media all and (min-width: 1200px) {
    .content-section.links {
        width: 95%;
        margin-left: 2.5%;
    }
}

.content-section.links .subsection:last-child a {
    margin-bottom: 0;
}

.link-button {
    position: relative;
    padding-bottom: 2em;
    text-align: center;
    max-width: 18em;
    margin-left: auto;
    margin-right: auto;
}

.link-button a {
    display: block;
    margin: 4em 1em 1em;
    padding: 0.5em 1.5em;
    color: #003056;
    background-color: #F5F3EF;
    transition: background-color 0.8s ease;
}

.link-button a:hover {
    background-color: #e1dbd0;
}

.link-button a img {
    width: 7.5em;
}

.link-button .icon {
    margin-top: -5.8em;
}

.link-button h3 {
    margin: 0;
    font-size: 1.3em;
    text-transform: uppercase;
}

.link-button p {
    font-size: 0.9em;
}

.link-button em {
    font-weight: bold;
}

.link-button em:before {
    content: "»";
    display: inline-block;
    padding-right: 0.2em;
    font-size: 1.3em;
    font-weight: 300;
}

.link-button em:hover {
    text-decoration: underline;
}

@media all and (min-width: 1000px) {
    .content-section.children-6  .link-button  {
        width: 20%;
    }
    .content-section.children-6 .section-inner {
        padding-left:6%;
        padding-right:6%;
    }
    .link-button {
        float: left;
        width: 25%;
        padding-top: 1em;
        padding-bottom: 0;
    }

    .links.children-3 .link-button {
        width: 33%;
    }
    .link-button a {
        min-height: 13em;
        margin: 3em 1em;
        padding: 0.5em 1em;
    }

    .link-button a img {
        width: auto;
    }

    .link-button .icon {
        margin-top: -5em;
    }

    .link-button h3 {
        font-size: 1em;
    }

    .link-button p {
        font-size: 0.6em;
    }

}


@media all and (min-width: 1200px) {
    .link-button a {
        margin: 3em 1.6em;
        min-height: 16em;
    }

    .link-button .icon {
        width: 100%;
        margin-top: -7em;
    }

    .link-button h3 {
        font-size: 1.3em;
    }

    .link-button p {
        font-size: 0.8em;
        line-height: 1.4em;
    }
}

@media all and (min-width: 1200px) {
    .link-button a {
        margin-bottom: 3em;
    }
}

@media all and (min-width: 1600px) {
    .link-button a {
        min-height: 14em;
    }
}

.link-button.static {
    padding-bottom: 0;
}

@media all and (min-width: 1000px) {
    .link-button.static {
        max-width: none;
    }
}

.link-button.static a {
    min-height: 11em;
    margin: 4em 0.5em 6em;
    background-color: #EFF0F6;
}

.link-button.static a:hover {
    background-color: #ced1e4;
}

@media all and (min-width: 400px) {
    .link-button.static a {
        min-height: 12em;
    }
}

@media all and (min-width: 480px) {
    .link-button.static a {
        min-height: 10em;
    }
}

@media all and (min-width: 1000px) {
    .link-button.static a {
        min-height: 9em;
        margin: 3em 0.25em;
        padding: 0 1em;
    }
}

@media all and (min-width: 1200px) {
    .link-button.static a {
        margin: 3em 0.5em;
    }
}

@media all and (min-width: 1200px) {
    .link-button.static a {
        min-height: 12em;
    }
}

@media all and (min-width: 768px) {
    .link-button.static a p {
        line-height: 1.4em;
    }
}

@media all and (min-width: 480px) {
    .link-button.static a h4 {
        margin-top: -0.5em;
    }
}

@media all and (min-width: 768px) {
    .link-button.static a h4 {
        line-height: 1.4em;
        margin-bottom: 0.5em;
        font-size: 0.7em;
    }
}

@media all and (min-width: 1200px) {
    .link-button.static a h4 {
        height: 3em;
        font-size:.9em;
        line-height:1.2em ;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media all and (min-width: 1000px) {
    .link-button.static .btn-positioned {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 5.5em;
    }
}

@media all and (min-width: 1200px) {
    .link-button.static .btn-positioned {
        bottom: 5em;
    }
}

.link-button.static .icon-download {
    position: absolute;
    left: 0;
    bottom: -1.5em;
    width: 100%;
    text-align: center;
}

.link-button.static h4, .link-button.static p {
    margin: 0;
}

.link-button.static .icon {
    width: 50%;
    margin-top: -5.2em;
}

@media all and (min-width: 480px) {
    .link-button.static .icon {
        width: 45%;
        margin-top: -4.7em;
    }
}
@media all and (min-width: 1000px) {
    .link-button.static .icon {
        width: 70%;
        margin-top: -2.3em;
    }
}


@media all and (min-width: 1200px) {
    .link-button.static .icon {
        margin: -3.95em 0 -0.5em;
    }
}

@media all and (min-width: 768px) {
    .link-button.static .icon-download {
        bottom: 1.5em;
        transition: bottom 0.35s ease;
    }

    .link-button.static:hover .icon-download {
        bottom: 1.2em;
    }
}

.list-item {
    padding: 0 5%;
}

@media all and (min-width: 768px) {
    .list-item {
        padding: 0 12%;
        max-width:50em;
        margin: 0 auto;
    }
}

.list-item .list-toggler,
.list-item .download-item {
    display: inline-block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    position: relative;
    border-top: 1px dotted #70706F;
    transition: background-color 0.8s ease;
}
.add-bottom-line .download-item {
    border-bottom: 1px dotted #70706F;
}

@media all and (min-width: 768px) {
    .list-item .list-toggler,
    .list-item .download-item {
        text-align: left;
    }
}

.list-item .list-toggler h3,
.list-item .download-item h3 {
    margin: 0.3em 0;
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
}

@media all and (min-width: 1200px) {
    .list-item .list-toggler h3,
    .list-item .download-item h3 {
        max-width: 30em;
    }
}

.list-item .list-toggler p,
.list-item .download-item p {
    margin: 0;
}

@media all and (min-width: 768px) {
    .list-item .list-toggler .list-item-info,
    .list-item .download-item .list-item-info {
        float: right;
        text-align: right;
    }
}

@media all and (min-width: 1200px) {
    .list-item .list-toggler .list-item-info,
    .list-item .download-item .list-item-info {
        position: absolute;
        bottom: 0.5em;
        right: 0em;
    }
}

@media all and (min-width: 768px) {
    .list-item .list-toggler .icon-download,
    .list-item .download-item .icon-download {
        float: left;
        margin-right: 1em;
    }
}

.list-item .list-toggler:hover {
    background-color: transparent;
}

.list-item.job {
    max-width: 50em;
    margin: 0 auto;
}

.list-item.job .download-item {
    background-color: #003056;
    padding: 0.5em 1em 0.75em;
    box-sizing: border-box;
}

.list-item.job .color-copy {
    color: #A59466;
    margin-top: 0.55em;
}

.list-item.job .list-item-info {
    right: 1em;
    bottom: 0.75em;
}

.list-item.job .bottom-link {
    text-decoration: underline;
}

.list-item.job strong {
    font-weight: bold;
}

.golden .simple-item {
    border-top: 1px dotted #A59466;
}

.golden .simple-item p {
    color: #A59466;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold !important;
    margin-bottom: 0;
}

.golden .simple-item .simple-item-text {
    padding: 0;
    font-size: 1em;
}

.unavailable .simple-item .simple-item-text {
    font-size: 1em;
}

.unavailable p {
    margin-top: 0;
}

.link-underlined p a {
    text-decoration: underline;
}

.back-to-top {
    display: none;
}

@media all and (min-width: 1600px) {
    .back-to-top {
        transition: all 0.35s ease;
        opacity: 0;
        position: fixed;
        top: 2%;
        right: -10em;
        z-index: 5;
        background-color: #A59466;
        color: #fff;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        font-size: 0.8em;
        font-weight: 700;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }

    .back-to-top.visible {
        right: 2%;
        opacity: 0.8;
    }

    .back-to-top:hover, .back-to-top:focus {
        transition: scale(1.05);
        background-color: #4b849b;
    }
}

.hook {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 2em;
    width: 40%;
    padding-bottom: 37%;
    margin-bottom: 1em;
    border-radius: 50%;
    height: 0;
}

@media all and (min-width: 768px) {
    .hook {
        margin-bottom: 0;
        float: left;
        font-size: 4em;
        width: 20%;
        padding-bottom: 20%;
    }
}

.hook img {
    width: 100%;
    border-radius: 50%;
}

.divider {
    margin: 3em 0 1em;
    border: 0;
    border-bottom: 1px dotted #A59466;
}

.simple-divider {
    border: 0;
    border-bottom: 1px dotted #A59466;
    margin: 0 5% 0;
    padding: 1em 0 0;
}

@media all and (min-width: 768px) {
    .simple-divider {
        padding: 2em 0 0;
        margin: 1em 12% 0;
    }
}

@media all and (min-width: 768px) {
    .simple-items .section-inner {
        display: -ms-flexbox;
        display: flex;
    }
}

@media all and (max-width: 767px) {
    .simple-items .section-inner .subsection {
        border-bottom: 1px dotted rgba(112, 112, 111, 0.35);
        padding: 1.2em 0 0.75em;
    }

    .simple-items .section-inner .subsection:last-child {
        border-bottom: 0;
    }
}

@media all and (min-width: 768px) {
    .simple-items .section-inner .subsection {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        min-width: 0;
        padding-top: 1em;
        padding-bottom: 0;
        font-size: 0.75em;
    }

    .simple-items .section-inner .subsection h3 {
        font-size: 1em;
        font-weight: 600;
    }
}

@media all and (min-width: 1200px) {
    .simple-items .section-inner .subsection {
        font-size: 1em;
    }

    .simple-items .section-inner .subsection h3 {
        font-size: 1.2em;
    }
}

@media all and (min-width: 768px) {
    .simple-items .section-inner .subsection:after {
        content: "";
        width: 1px;
        height: calc(100% - 4em);
        display: block;
        border-right: 1px dotted rgba(112, 112, 111, 0.35);
        position: absolute;
        right: 0;
        top: 4em;
    }
}

@media all and (min-width: 768px) {
    .simple-items .section-inner .subsection:last-child:after {
        border-right: 0;
    }
}

.simple-item {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    color: #A59466;
    position: relative;
}

@media (min-width: 768px) {
    .simple-item {
        max-width: 50em;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12%;
        padding-right: 12%;
    }
}

.simple-item h3 {
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.simple-item .icon {
    width: 3em;
    margin-bottom: 0.75em;
}

.simple-item .simple-item-text {
    color: #70706F;
    font-size: 0.8em;
}

@media all and (max-width: 767px) {
    .only-desktop {
        display: none;
    }
}

.form-section .info-container-privacy {
    background-color: #fff;
    padding: 0 1em 2em;
    font-weight: 300;
    font-size: 0.8em;
}

.form-section .info-container-privacy a {
    margin: 0;
    padding: 0;
    color: #70706F;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
}

.form-section form {
    color: #A59466;
    font-weight: 300;
    background-color: #fff;
}

.form-section form label {
    display: none;
}

.form-section form input, .form-section form textarea {
    text-transform: uppercase;
    color: #A59466;
    border: none;
    outline: none;
}

.form-section form input::-webkit-input-placeholder, .form-section form textarea::-webkit-input-placeholder {
    color: #A59466;
}

.form-section form input::-moz-placeholder, .form-section form textarea::-moz-placeholder {
    color: #A59466;
}

.form-section form input::-ms-placeholder, .form-section form textarea::-ms-placeholder {
    color: #A59466;
}

.form-section form input:-ms-input-placeholder, .form-section form textarea:-ms-input-placeholder {
    color: #A59466;
}

.form-section form input::placeholder, .form-section form textarea::placeholder {
    color: #A59466;
}

.form-section form p {
    margin: 0;
    text-align: right;
    font-size: 0.6em;
}

.form-section form .Inputfields {
    padding: 1em 2em;
}

@media all and (min-width: 768px) {
    .form-section form .Inputfields {
        padding: 2em 4em;
    }
}

.form-section form .Inputfield {
    width: 100%;
    border-bottom: 1px solid #A59466;
}

.form-section form .ui-widget-content {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    padding: 0.3em 0;
}

.form-section form .InputfieldMaxWidth {
    width: 100%;
    background: transparent;
}

.form-section form .InputfieldHeaderHidden {
    display: none;
}

.form-section form .InputfieldSubmit {
    margin-top: 2.5em;
    border: none;
}

.form-section form .ui-button {
    padding: 0.5em 0.8em;
    border: none;
    font-weight: 300;
    font-style: italic;
    background-color: #003056;
    transition: color 0.35s ease;
}

.form-section form .ui-button:hover {
    color: #fff;
}

.form-section form .ui-state-error {
    color: red;
    border-color: red;
}

.form-section form .ui-state-error label {
    color: red;
}

.form-section form .ui-state-error p {
    position: absolute;
    top: -1em;
    right: 0;
}

footer {
    overflow: hidden;
}

@media all and (min-width: 768px) {
    footer {
        min-height: 25em;
    }
}

footer a {
    color: #fff;
}

footer > .section-inner {
    padding: 2em 5%;
}

@media all and (min-width: 768px) {
    footer > .section-inner {
        padding: 3em 5%;
    }
}

footer .togglers {
    margin: 2em auto;
}

footer .toggler {
    margin: 0 0.75em;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

footer .toggler.clicked {
    text-decoration: underline;
}

#datenschutz h2, #datenschutz h3 {
    font-size: 1em;
    font-weight: 300;
}

#datenschutz p {
    margin: 0 0 1em;
}

#datenschutz h2 {
    margin: 2em 0 0.5em;
    color: #003056;
    font-weight: 600;
}

#datenschutz h3 {
    margin: 0.5em 0 0.25em;
    font-weight: 600;
    color: #70706F;
}

#datenschutz ul {
    max-width: 16em;
    text-align: left;
    font-size: 0.95em;
    margin: 0 auto 1em;
    font-weight: 500;
}

@media all and (min-width: 768px) {
    #datenschutz ul {
        font-weight: 300;
    }
}

#datenschutz a {
    color: #70706F;
}

#datenschutz strong {
    font-weight: 600;
}

@media all and (min-width: 768px) {
    .abbinder-text {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media all and (min-width: 768px) {
    .abbinder-text h1 {
        line-height: 1.5em;
    }
}

@media all and (min-width: 768px) {
    #google-map-contact {
        margin-top: 4em;
        min-height: 21em;
        width: 100%;
    }
}

.contact-hamburg {
    z-index: 1;
    font-size: 0.8em;
}

@media all and (min-width: 768px) {
    .contact-hamburg {
        margin-top: 4em;
    }
}

.contact-hamburg h1, .contact-hamburg p {
    text-align: center;
    color: #fff;
}

@media all and (min-width: 768px) {
    .contact-hamburg h1, .contact-hamburg p {
        text-align: left;
    }
}

.Inputfield_do_not_fill_this {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    position: absolute;
    padding: 0;
    margin: 0;
}

.accordion .list-item {
    padding: 0;
    background-color: #F5F3EF;
    position: relative;
}

.accordion [data-content] > *,
.accordion [data-control] {
    border: 0;
}

@media all and (min-width: 768px) {
    .accordion .list-item-info.when-opened, .accordion .list-item-info.when-closed {
        position: absolute;
        bottom: 0.5em;
        right: 0;
    }
}

.accordion .when-opened {
    display: none;
}

.accordion.open .when-opened {
    display: block;
}

.accordion.open .when-closed {
    display: none;
}

@media all and (min-width: 768px) {
    .accordion .download-item .list-item-info {
        margin-right: 0.2em;
        right: 0;
    }
}

@media all and (min-width: 1200px) {
    .accordion .download-item .list-item-info {
        position: absolute;
        bottom: 0.5em;
    }
}

@media all and (min-width: 768px) {
    .accordion .list-toggler h3 {
        padding-bottom: 1em;
    }
}

.list-toggler {
    cursor: pointer;
    border-top: 1px dotted #70706F !important;
}

#impressum,
#datenschutz {
    box-sizing: border-box;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

@media all and (min-width: 768px) {
    .later-effect {
        transition: all 1s ease;
        padding-top: 4em;
    }

    .later-effect.in-viewport {
        padding-top: 0em;
    }
}

.error404-page {
    background-color: #A59466;
    color: #fff;
    text-align: center;
    padding-top: 5em;
}

.error404-page p {
    text-align: center;
}

.job-popup-outer-wrapper {
    position: fixed;
    z-index: 552365;
    bottom: 0;
    width: 100%;
}

.job-popup-wrapper {
    position: relative;
    padding: 1em;
    box-sizing: border-box;
    margin-right: 2em;
    margin: 0 auto;
}

@media all and (min-width: 768px) {
    .job-popup-wrapper {
        width: 768px;
    }
}

@media all and (min-width: 1200px) {
    .job-popup-wrapper {
        width: 1200px;
    }
}

@media (min-width: 1650px) {
    .job-popup-wrapper {
        width: 1600px;
    }
}

.job-popup {
    opacity: 0.9;
    background-color: #003056;
    padding: 0.7em;
    z-index: 23;
    bottom: 2vh;
    position: absolute;
    right: 1em;
    width: 17em;
}

@media all and (min-width: 768px) {
    .job-popup {
        bottom: 15vh;
    }
}

.job-popup-inner {
    border: 1px solid #A59466;
    padding: 1em;
    position: relative;
}

.job-popup-inner .close {
    color: #fff;
    position: absolute;
    right: 0.5em;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    top: 0;
    cursor: pointer;
}

.job-popup-inner h4 {
    color: #A59466;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0;
    font-weight: 500;
}

.job-popup-inner .popup-text,
.job-popup-inner a {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.4em;
}

.job-popup-inner a {
    font-weight: bold;
    text-decoration: none;
}

.equal-heights {
    margin-bottom: 1em;
}

.equal-heights .section-inner {
    overflow: hidden;
}

.equal-heights .link-button a {
    display: block;
    height: calc(100% - 5em);
}

/* Cookie Banner */
.mCCF--dark .mCCF__accept,
.mCCF--dark .mCCF__accept:hover,
.mCCF--dark .mCCF__accept {
    background-color: #fff !important;
    color: #003056 !important;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.mCCF .section-inner {
    margin: 0 5%;
    max-width: none;
    width: auto;
}

.mCCF {
    background-color: #cfd0e4;
    padding: .9em 0 .7em;
    font-size: .95em;
}

.mCCF .section-inner {
    max-width: 1200px;
    padding: 0 5%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: .9em;
}

@media (min-width: 768px) {
    .mCCF .section-inner {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .mCCF .section-inner {
        padding: 0 80px;
    }
}

.mCCF .section-inner p {
    text-align: left;
    color: #003056 !important;
    float: left;
    max-width: calc(100% - 4em);
    line-height: 1.3em;
    padding: .25em 0;
}

.mCCF--dark.mCCF--bottom {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
}

#mCCButton {
    padding: .25em .5em;
    line-height: 1.3em;
}

form.mCCF {
    margin: 0 auto;
}

@media (min-width: 768px) {
    form.mCCF {
        width: 768px;
    }
}

@media (min-width: 1200px) {
    form.mCCF {
        width: 1200px;
    }
}

@media (min-width: 1650px) {
    form.mCCF {
        width: 1600px;
    }
}

/* Big Version */
@media (min-width: 1650px) {
    #wrapper,
    header,
    header .section-inner {
        width: 1600px;
    }

    .slider.stage .slide-caption.right hr {
        margin-left: -3em;
    }

    .logo {
        width: 11%;
        padding-top: .75em;
        padding-bottom: .8em;
    }

    .nav-main {
        padding-top: 1.8em;
        padding-bottom: 1.8em;
    }

    .slider {
        max-height: 31.5em;
    }

    .slider .slide > img {
        margin-top: -3.5em;
    }

    .link-button .icon {
        width: 82%;
    }
}

@media (max-width: 767px) {
    #Inputfield_security_question {
        height: 3em;
    }

    #Inputfield_security_question::placeholder {
        line-height: 1.3em;
        font-size: .8em;
    }
}

@media (min-width: 768px) {
    #Inputfield_security_question {
        height: 3.5em;
    }
}

@media (min-width: 1650px) {
    #Inputfield_security_question {
        height: 1.5em;
    }
}

.Inputfield_do_not_fill_this2 {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    position: absolute;
    padding: 0;
    margin: 0
}

@media (min-width: 768px) {
    .logo {
        width: 12%;
    }
}

@media (min-width: 768px) {
    .nav-main {
        padding: 2.6em 2em;
    }
}

@media (min-width: 1200px) {
    .nav-main {
        padding: 3.2em 4em;
    }
}

#wrapper {
    padding-top: 70px;
}

@media (min-width: 480px) {
    #wrapper {
        padding-top: 92px;
    }
}

@media (min-width: 600px) {
    #wrapper {
        padding-top: 110px;
    }
}

@media (min-width: 768px) {
    #wrapper {
        padding-top: 90px;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        padding-top: 140px;
    }
}

@media (min-width: 1650px) {
    #wrapper {
        padding-top: 153px;
    }
}

.simple-items .section-inner .subsection {
    flex-basis: 33%;
}

@media (max-width: 767px) {
    .simple-items.extra .section-inner .subsection:last-child {
        border-bottom: 1px dotted rgba(112, 112, 111, .35) !important;
        margin-bottom: -1em;
    }
}

.ccm-root .ccm-widget--buttons .button, .ccm-root .ccm-widget--buttons button {
    font-size: 0.9em !important;
    padding-left: 0.35em !important;
    padding-right: 0.35em !important;
    height: 50px;
}


.person {
    background-color: var(--light);
    margin: 1em 1%;
    width: 100%;
}

.person .text-container {
    padding: 1em;
    position: relative;
}

.person .text-container h3 {
    margin: .25em 0;
}

@media (min-width: 600px) {
    .persons {
        display: flex;
        margin-left: -1%;
        width: 102%;
        flex-wrap: wrap;
    }
}

@media (min-width: 600px) {
    .person {

        flex: 0 0 48%;
    }
}

@media (min-width: 1200px) {
    .person {
        margin: 1%;
        flex: 0 0 31.33%;
    }
}

.default-icon {
    width: 1.3em;
    height: 1.3em;
}

.contact-line {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: .8em;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.contact-line img {
    margin-right: .5em;
    opacity: .25;
}

.detaillink {
    width: 2.5em;
    height: 2.5em;
    font-size: .7em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid var(--accent);
    background-color: var(--accent);
    border-radius: 50%;
    position: absolute;
    top: -1.5em;
    right: -.75em;
}

.detaillink img {
    filter: invert(1);
}

.person .position {
    margin-bottom: 1em;
}

.person-head-wrapper {
    position: relative;

    &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.2));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
        background-image: linear-gradient(to top, rgba(0, 48, 86, 0.75), rgba(0, 48, 86, 0.2));
    }

    .closer {
        background-color: var(--accent);
        position: absolute;
        cursor: pointer;
        right: 1em;
        top: 1em;
        color: #fff;
        font-weight: bold;
        border-radius: 50%;
        width: 1.5em;
        font-size: 1.2em;
        height: 1.5em;
        padding: .1em;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        z-index: 5;
    }

}

.person-quote {
    position: absolute;
    bottom: 1em;
    margin: 0;
    left: 3.5%;
    font-size: .9em;
    display: inline-block;
    max-width: 93%;
    z-index: 3;
    font-family: "Noto Serif", Georgia, Times, serif;
    text-transform: none;
    line-height: 1.4em;
    color: #fff;
    text-align: left;
    text-wrap: balance;
    font-style: italic;
    font-weight: 300;
}

.person-quote strong {
    font-size: 140%;
}

.person-quote:after {
    content: "”";
    position: absolute;
    top: .2em;
    line-height: 0;
    font-size: 440%;
    left: 0em;
}

.person-quote hr {
    max-width: 50%;
    left: 0;
    text-align: left;
}

@media (min-width: 1200px) {
    .person-quote {
        max-width: 65%;
        font-size: 1.5em;
        text-wrap: balance;
    }
}

.component-person-details {
    .main-image {
        width: 100%;
        display: block;
    }

    .main-image img {
        width: 100%;
        display: block;
    }
}

.person-text {
    padding: 2em 3.5%;
}

.person-text h1 {
    margin: 0;
}

.person-text h2 {
    color: var(--main);
    font-size: 1em;
    margin-top: 0;
    text-transform: none;
    font-weight: 400;
}

.person-text .contact-line {
    display: flex;
    align-items: center;
}

.person-text .contact-line img {
    width: 2em;
    height: 2em;
    filter: brightness(0) invert(0);
}

.person-text .contact-line a {
    text-decoration: none;
    padding-right: .5em;
}

.person-text .linkedin {
    position: relative;
    top: -.2em;
}

@media (min-width: 1000px) {
    .person-text {
        display: flex;
    }

    .person-text .part1 {
        flex: 0 0 40%;
        text-align: right;
        padding-right: 2em;
    }

    .person-text .contact-line {
        justify-content: flex-end;
    }

    .person-text .contact-line img {
        margin-right: 0;
        margin-left: 1em;
    }

    .person-text p:first-child {
        margin-top: 0;
    }

    .person-text p:last-child {
        margin-bottom: 0;
    }
}


.component-circle .circle {
    border-radius: 50%;
    box-sizing: border-box;
    border: .4em solid var(--accent);
    position: relative;
    width: 20em;
    height: 20em;
    margin: 2em auto 4em;
}

@media (min-width: 1200px) {
    .component-circle .circle {
        font-size: 1.5em;
    }
}

.component-circle .item {
    color: var(--accent);
    position: absolute;
    max-width: 5em;
    text-align: center;
    hyphens: auto;
    padding: .5em;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    backdrop-filter: blur(2px);
    z-index: 5;
}

.component-circle .icon {
    transition: transform .35s ease;

}

.component-circle .item:hover .icon {
    transform: scale(1.3);
}

.component-circle .item h3 {
    font-size: .65em;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    min-height: 2em;
}

@media (min-width: 1200px) {
    .component-circle .item h3 {
        font-size: .5em;
        min-height: 0;
        white-space: nowrap;
    }
}

.component-circle .item-6 img {
    position: relative;
    left: -.25em;
}

.component-circle .item-6 h3 {
    position: relative;
    left: -.5em;
}


.circle .item:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg) translate(10em) rotate(0deg);
}

.circle .item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(60deg) translate(10em) rotate(-60deg);
}

.circle .item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(120deg) translate(10em) rotate(-120deg);
}

.circle .item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(180deg) translate(10em) rotate(-180deg);
}

.circle .item:nth-child(5) {
    transform: translate(-50%, -50%) rotate(240deg) translate(10em) rotate(-240deg);
}

.circle .item:nth-child(6) {
    transform: translate(-50%, -50%) rotate(300deg) translate(10em) rotate(-300deg);
}

.circle .icon {
    width: 3em;
    height: 3em;
    margin-bottom: .25em;
}

.circle .texts {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.circleitem {
    display: none;
    height: 100%;
    width: 100%;
}

.circleitem.initial {
    display: block;
}

.circleitem-inner {
    height: 100%;
    padding: 4em;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: .8em;
    line-height: 1.15em;
}

@media (max-width: 479px) {
    .component-circle {
        font-size: .85em
    }

    .circleitem-inner {
        padding-left: 5em;
        padding-right: 5em;
        font-size: .85em;
        line-height: 1.15em;
    }

    .component-circle .item h3 {
        font-size: .9em;
        letter-spacing: -.05em;
    }

    .component-circle .item-4 {
        margin-left: 6.5%;
    }

    .component-circle .item-1 {
        margin-left: -6.5%;
    }

    .component-circle .item-2,
    .component-circle .item-3 {
        margin-top: 4%;
    }

    .component-circle .item-5,
    .component-circle .item-6 {
        margin-top: -4%;
    }
}

.person .image-container {
    position: relative;
}

.person .image-container .linkedin {
    position: absolute;
    bottom: -.5em;
    width: 1.5em;
    height: 1.5em;
    right: 1em;
    transition: transform .25s;
    z-index: 5;
}

.person .image-container .linkedin:hover,
.person .image-container .linkedin:focus {
    transform: scale(1.25);
}

.person .blockquote-wrapper {
    opacity: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    background-color: rgba(var(--lightrgb), .85);
    backdrop-filter: blur(5px);
    text-align: center;
    box-shadow: 0 0 .3em rgba(0, 0, 0, .1), 1px 1px .1em rgba(0, 0, 0, .1), 3px 3px .75em rgba(var(--mainrgb), .1);
    border-radius: .1em;
    border-top: 1px solid rgba(255, 255, 255, .25);
    font-family: "Noto Serif", Georgia, Times, serif;
    font-style: italic;
    color: var(--main);
    font-size: .85em;
    padding: 5%;
    transition: opacity .5s;
}

.person:hover .blockquote-wrapper {
    opacity: 1;
}

.person blockquote {
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 90%;
    padding-left: 5%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    hyphens: auto;
}

.person blockquote strong {
    font-size: 1.3em;
    font-weight: 500;
}

.person .blockquote-wrapper:after {
    content: "”";
    position: absolute;
    bottom: .2em;
    right: .3em;
    line-height: 0;
    font-size: 440%;
}

.person .blockquote-wrapper:before {
    content: "";
    position: absolute;
    top: .25em;
    right: 0;
    width: 80%;
    height: 1px;
    background-color: var(--main);
    font-size: 440%;
    opacity: .5;
}

.person blockquote p {
    margin: 0;
}

.circle .item-1 img,
.circle .item-2 img,
.circle .item-3 img {
    font-size: .9em;
    padding-bottom: .25em;
}

.component-persons {
    padding-top: 5em !important;
}
.component-stockinfo {
    padding-top:3em;
    padding-bottom:4em;
}
.component-stockinfo table {
    background-color: var(--light);
    width: 100%;
    border-radius: .2em;
    border-collapse: collapse;
}

.component-stockinfo td {
    padding: .35em .75em;
    width: 50%;
    border-bottom: 1px solid rgba(255,255,255,.5);
    hyphens: auto;
}

.component-stockinfo tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, .025);
}

.component-stockinfo td:first-child {
    text-align: right;
}

.component-stockinfo td:nth-child(2) {
    font-weight: bold;
}
.table-wrapper {
    position: relative;
    border-radius:.2em;
    border:1px solid rgba(var(--mainrgb),.2);
    overflow: hidden;
    border-left-color:rgba(var(--mainrgb),.1);
    border-bottom-color:rgba(var(--mainrgb),.1);
}
.table-wrapper img {
    border-bottom:3px solid rgba(var(--mainrgb),.7);
    height:7em;
    width:100%;
    object-fit: cover;
    opacity: .8;
}
.slider-disabled.slider {
    padding-top:1.5em;
}
.slider-disabled.slider .slide {
    margin-bottom:2em;
}
@media(min-width:650px) {
    .slider-disabled.slider {
        display: flex;
        justify-content: space-between;
    }
    .slider-disabled.slider .slide {
        margin-bottom:2em;
        background-color:#F5F3EF;
        width:48%;
    }
}
@media(min-width:1200px) {
    .slider-disabled.slider {
        width:122%;
        margin-left:-11%;
    }
    .slider-disabled.slider .slide {
        display: flex;
    }
    .slider-disabled.slider .slide figure {
        flex:0 0 40%;
    }
    .slider-disabled.slider .slide figure img {
        width:100%;
        height:100%;
        object-fit: cover;
        object-position: center;
    }
}
.slider-disabled.slider .text-container {
    background-color:#F5F3EF;
    padding:2em 5% ;
}

@media (min-width: 480px) {
    .slider.slider-disabled.tab .text-container {
        padding:1em;
        font-size: .9em;
    }
}
@media (min-width: 650px) {
    .slider-disabled.slider .text-container .contact-data-area {
        position: absolute;
        bottom:3em;
    }
    .slider.slider-disabled.tab .text-container {
        padding:1em 1em 5em;
        font-size: .9em;
    }
}
#datenschutz ul {
  margin-left:0;
  margin-right:0;
  max-width:none;
}