@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-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,
    .Imagebox--title,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2, .Imagebox--title,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/bootstrap/font-awesome.eot");
    src: url("../fonts/bootstrap/font-awesome.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/font-awesome.woff2") format("woff2"), url("../fonts/bootstrap/font-awesome.woff") format("woff"), url("../fonts/bootstrap/font-awesome.ttf") format("truetype"), url("../fonts/bootstrap/font-awesome.svg#font-awesome") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("../fonts/nunito_sans/NunitoSans-Regular.ttf");
    /*src: url("../fonts/nunito_sans/NunitoSans-Bold.ttf");
  src: url("../fonts/nunito_sans/NunitoSans-Black.ttf");
  src: url("../fonts/nunito_sans/NunitoSans-Italic.ttf");
  src: url("../fonts/nunito_sans/NunitoSans-Light.ttf");
  src: url("../fonts/nunito_sans/NunitoSans-SemiBold.ttf");
  src: url("../fonts/nunito_sans/NunitoSans-ExtraBold.ttf");*/
}

@font-face {
    font-family: "Nunito Sans";
    src: url("../fonts/nunito_sans/NunitoSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("../fonts/nunito_sans/NunitoSans-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("../fonts/nunito_sans/NunitoSans-Black.ttf");
    font-weight: 900;
}


body {
    font-family: "Nunito Sans", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.52;
    color: #47494a;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.52;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, .Imagebox--title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small, h2 small, .Imagebox--title small,
h2 .small, .Imagebox--title .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #f5f5f5;
}

h1, .h1,
h2,
.Imagebox--title, .h2,
h3, .h3 {
    margin-top: 22px;
    margin-bottom: 13.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small, .Imagebox--title small,
h2 .small, .Imagebox--title .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 14px;
}

h2, .Imagebox--title, .h2 {
    font-size: 38px;
}

h3, .h3 {
    font-size: 31px;
}

h4, .h4 {
    font-size: 23px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

p {
    margin: 0 0 13.5px;
}

.lead {
    margin-bottom: 27px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 27px;
    }
}

small,
.small {
    font-size: 88%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

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

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

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

.text-center:last-of-type {
    margin-bottom: 15px;
}

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #f5f5f5;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger, .InputError {
    color: #a94442;
}

a.text-danger:hover, a.InputError:hover,
a.text-danger:focus,
a.InputError:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 12.5px;
    margin: 54px 0 27px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 13.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 27px;
}

dt,
dd {
    line-height: 1.52;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 27px;
    font-size: 22.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.52;
    color: #f5f5f5;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.52;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 13px;
    margin: 0 0 13.5px;
    font-size: 17px;
    line-height: 1.52;
    color: #47494a;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.row {
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
}

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

.row:after {
    clear: both;
}

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

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /*position: relative;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* */
.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 {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

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

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

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

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

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

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

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

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

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

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

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

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

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

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

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

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

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

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

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

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

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

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

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

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

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

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

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

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

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

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

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

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #f5f5f5;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.52;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 20.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 27px;
    line-height: inherit;
    color: #47494a;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.52;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.52;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 41px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
        line-height: 36px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
        line-height: 58px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.radio label,
.checkbox label {
    min-height: 27px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 36px;
    line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 43px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 58px;
    padding: 16px 68px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 58px;
    line-height: 58px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 58px;
    padding: 16px 68px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 58px;
    line-height: 58px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 58px;
    min-height: 45px;
    padding: 17px 68px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 51.25px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 58px;
    height: 58px;
    line-height: 58px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 32px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #86898b;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 34px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 17px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 16px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.52;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #fff;
    background-color: #642d64;
    border-color: #642d64;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #411d41;
    border-color: #0c050c;
}

.btn-default:hover {
    color: #fff;
    background-color: #411d41;
    border-color: #3a1a3a;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #411d41;
    background-image: none;
    border-color: #3a1a3a;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #281228;
    border-color: #0c050c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #642d64;
    border-color: #642d64;
}

.btn-default .badge {
    color: #642d64;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #f5f5f5;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 16px 68px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.52;
    color: #47494a;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #3b3c3d;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #f5f5f5;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.52;
    color: #f5f5f5;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 16px 68px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.panel {
    margin-bottom: 27px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 0;
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 0;
    padding-left: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 27px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid transparent;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid transparent;
}

.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading {
    color: #47494a;
    background-color: transparent;
    border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-default > .panel-heading .badge {
    color: transparent;
    background-color: #47494a;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    display: table;
    content: " ";
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.52;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 930px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.SiteWrapper {
    padding-top: 61px;
}

.SiteWrapper.home {
    padding-top: 0;
}

.display-table {
    height: 100%;
    width: 100%;
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.page-color--violet .cc_container, .section-color--violet .cc_container {
    background-color: #9c3489;
}

.page-color--violet .cc_container .cc_btn:hover, .section-color--violet .cc_container .cc_btn:hover {
    color: #9c3489;
}

.page-color--violet .page-nav-inverted-none .SiteHeader--lowlay, .section-color--violet .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #9c3489;
}

.page-color--violet li a, .section-color--violet li a {
    color: #9c3489;
    font-weight: bold;
}

.page-color--violet li a:hover, .section-color--violet li a:hover {
    color: #9c3489;
}

.page-color--violet .dynamic-background, .section-color--violet .dynamic-background {
    background-color: #9c3489;
}

.page-color--violet .dynamic-border, .section-color--violet .dynamic-border {
    border-color: #9c3489;
}

.page-color--violet .dynamic-border.btn-outline, .section-color--violet .dynamic-border.btn-outline {
    color: #9c3489;
}

.page-color--violet .dynamic-hover.btn-primary, .section-color--violet .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--violet .dynamic-hover.btn.btn-primary:hover, .section-color--violet .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--violet .dynamic-hover.btn.btn-naked, .section-color--violet .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--violet .dynamic-hover.btn.btn-naked:hover, .section-color--violet .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--violet .dynamic-color, .section-color--violet .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--violet ul li:before, .section-color--violet ul li:before {
    color: #9c3489;
}

.page-color--violet .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--violet .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #9c3489;
}

.page-color--violet .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--violet .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #9c3489;
    background-color: #fff;
}

.page-color--violet .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--violet .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--violet .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--violet .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #9c3489;
}

.page-color--violet .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--violet .page-nav-inverted-inverted .SiteLogo--title, .page-color--violet .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--violet .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--violet .page-nav-inverted-inverted .SiteLogo--title, .section-color--violet .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #9c3489;
}

.page-color--violet .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--violet .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #9c3489;
}

.project-violet {
    background-color: #9c3489 !important;
}

.project-violet .ProjectMeta {
    background-color: rgba(156, 52, 137, 0.78);
}

.page-nav-violet .SiteHeader--lowlay {
    background-color: #9c3489 !important;
}

.page-nav-violet-inverted .SiteHeader--lowlay {
    color: #9c3489 !important;
    background-color: #fff !important;
}

.page-nav-violet-inverted .SiteHeader--navigationButton .icon, .page-nav-violet-inverted .SiteLogo--title, .page-nav-violet-inverted .LanguageBarChooser a {
    color: #9c3489 !important;
}

.page-nav-violet-inverted .SiteLogo--picture svg path, .page-nav-violet-inverted .SiteLogo--picture svg g {
    fill: #9c3489;
}

.page-nav-violet-inverted .LanguageBarChooser a:after {
    background-color: #9c3489 !important;
}

.page-color--violet, .section-color--violet {
}

.page-color--violet .btn-default, .section-color--violet .btn-default {
    background-color: transparent;
    border-color: #762767;
    color: #762767;
}

.page-color--violet .btn-default:hover, .page-color--violet .btn-default:focus, .page-color--violet .btn-default:active, .page-color--violet .btn-default.active, .page-color--violet .open .dropdown-toggle.btn-default, .section-color--violet .btn-default:hover, .section-color--violet .btn-default:focus, .section-color--violet .btn-default:active, .section-color--violet .btn-default.active, .section-color--violet .open .dropdown-toggle.btn-default {
    background: #762767;
    color: #fff;
    border-color: #762767;
}

.page-color--violet .btn-default:active, .page-color--violet .btn-default.active, .page-color--violet .open .dropdown-toggle.btn-default, .section-color--violet .btn-default:active, .section-color--violet .btn-default.active, .section-color--violet .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--violet .btn-default.disabled, .page-color--violet .btn-default.disabled:hover, .page-color--violet .btn-default.disabled:focus, .page-color--violet .btn-default.disabled:active, .page-color--violet .btn-default.disabled.active, .page-color--violet .btn-default[disabled], .page-color--violet .btn-default[disabled]:hover, .page-color--violet .btn-default[disabled]:focus, .page-color--violet .btn-default[disabled]:active, .page-color--violet .btn-default.active[disabled], .page-color--violet fieldset[disabled] .btn-default, .page-color--violet fieldset[disabled] .btn-default:hover, .page-color--violet fieldset[disabled] .btn-default:focus, .page-color--violet fieldset[disabled] .btn-default:active, .page-color--violet fieldset[disabled] .btn-default.active, .section-color--violet .btn-default.disabled, .section-color--violet .btn-default.disabled:hover, .section-color--violet .btn-default.disabled:focus, .section-color--violet .btn-default.disabled:active, .section-color--violet .btn-default.disabled.active, .section-color--violet .btn-default[disabled], .section-color--violet .btn-default[disabled]:hover, .section-color--violet .btn-default[disabled]:focus, .section-color--violet .btn-default[disabled]:active, .section-color--violet .btn-default.active[disabled], .section-color--violet fieldset[disabled] .btn-default, .section-color--violet fieldset[disabled] .btn-default:hover, .section-color--violet fieldset[disabled] .btn-default:focus, .section-color--violet fieldset[disabled] .btn-default:active, .section-color--violet fieldset[disabled] .btn-default.active {
    background-color: #852c75;
    border-color: #852c75;
}

.page-color--violet .StartTeaser, .section-color--violet .StartTeaser {
    background-color: #762767 !important;
}

.page-color--violet .StartTeaser .btn-outline:hover, .section-color--violet .StartTeaser .btn-outline:hover {
    color: #9c3489 !important;
}

.page-color--violet .cc_container .cc_btn:hover, .page-color--violet .cc_container .cc_btn:visited:hover, .section-color--violet .cc_container .cc_btn:hover, .section-color--violet .cc_container .cc_btn:visited:hover {
    color: #9c3489 !important;
}

.page-color--violet .tinymagic.h2-s, .section-color--violet .tinymagic.h2-s {
    color: #9c3489 !important;
}

.page-color--violet .VideoTeaser--overlay, .section-color--violet .VideoTeaser--overlay {
    background-color: #9c3489 !important;
}

.page-color--violet .SiteMenu--item-active, .section-color--violet .SiteMenu--item-active {
    background-color: #9c3489 !important;
}

.ProjectsFilter-open .page-color--violet .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--violet .ProjectsFilter--title .icon {
    color: #9c3489 !important;
}

.ProjectsFilter-open .page-color--violet .ProjectsFilter--title span, .ProjectsFilter-open .section-color--violet .ProjectsFilter--title span {
    color: #9c3489 !important;
}

.page-color--violet .SiteNavigation--metatitle, .section-color--violet .SiteNavigation--metatitle {
    color: #762767;
}

.page-color--violet .SiteNavigation--metasub, .section-color--violet .SiteNavigation--metasub {
    color: #762767;
}

.page-color--violet .SiteNavigation--close-dark, .section-color--violet .SiteNavigation--close-dark {
    color: #762767;
}

.page-color--violet .OfficeLocation .nav.nav-tabs li.active a, .section-color--violet .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #762767;
}

.page-color--violet .Tag, .section-color--violet .Tag {
    background-color: #9c3489 !important;
}

.page-color--violet-light .cc_container, .section-color--violet-light .cc_container {
    background-color: #93278f;
}

.page-color--violet-light .cc_container .cc_btn:hover, .section-color--violet-light .cc_container .cc_btn:hover {
    color: #93278f;
}

.page-color--violet-light .page-nav-inverted-none .SiteHeader--lowlay, .section-color--violet-light .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #93278f;
}

.page-color--violet-light li a, .section-color--violet-light li a {
    color: #93278f;
    font-weight: bold;
}

.page-color--violet-light li a:hover, .section-color--violet-light li a:hover {
    color: #93278f;
}

.page-color--violet-light .dynamic-background, .section-color--violet-light .dynamic-background {
    background-color: #93278f;
}

.page-color--violet-light .dynamic-border, .section-color--violet-light .dynamic-border {
    border-color: #93278f;
}

.page-color--violet-light .dynamic-border.btn-outline, .section-color--violet-light .dynamic-border.btn-outline {
    color: #93278f;
}

.page-color--violet-light .dynamic-hover.btn-primary, .section-color--violet-light .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--violet-light .dynamic-hover.btn.btn-primary:hover, .section-color--violet-light .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--violet-light .dynamic-hover.btn.btn-naked, .section-color--violet-light .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--violet-light .dynamic-hover.btn.btn-naked:hover, .section-color--violet-light .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--violet-light .dynamic-color, .section-color--violet-light .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--violet-light ul li:before, .section-color--violet-light ul li:before {
    color: #93278f;
}

.page-color--violet-light .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--violet-light .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #93278f;
}

.page-color--violet-light .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--violet-light .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #93278f;
    background-color: #fff;
}

.page-color--violet-light .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--violet-light .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--violet-light .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--violet-light .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #93278f;
}

.page-color--violet-light .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--violet-light .page-nav-inverted-inverted .SiteLogo--title, .page-color--violet-light .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--violet-light .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--violet-light .page-nav-inverted-inverted .SiteLogo--title, .section-color--violet-light .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #93278f;
}

.page-color--violet-light .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--violet-light .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #93278f;
}

.project-violet-light {
    background-color: #93278f !important;
}

.project-violet-light .ProjectMeta {
    background-color: rgba(147, 39, 143, 0.78);
}

.page-nav-violet-light .SiteHeader--lowlay {
    background-color: #93278f !important;
}

.page-nav-violet-light-inverted .SiteHeader--lowlay {
    color: #93278f !important;
    background-color: #fff !important;
}

.page-nav-violet-light-inverted .SiteHeader--navigationButton .icon, .page-nav-violet-light-inverted .SiteLogo--title, .page-nav-violet-light-inverted .LanguageBarChooser a {
    color: #93278f !important;
}

.page-nav-violet-light-inverted .SiteLogo--picture svg path, .page-nav-violet-light-inverted .SiteLogo--picture svg g {
    fill: #93278f;
}

.page-nav-violet-light-inverted .LanguageBarChooser a:after {
    background-color: #93278f !important;
}


.page-color--violet-light, .section-color--violet-light {
}

.page-color--violet-light .btn-default, .section-color--violet-light .btn-default {
    background-color: transparent;
    border-color: #6b1c68;
    color: #6b1c68;
}

.page-color--violet-light .btn-default:hover, .page-color--violet-light .btn-default:focus, .page-color--violet-light .btn-default:active, .page-color--violet-light .btn-default.active, .page-color--violet-light .open .dropdown-toggle.btn-default, .section-color--violet-light .btn-default:hover, .section-color--violet-light .btn-default:focus, .section-color--violet-light .btn-default:active, .section-color--violet-light .btn-default.active, .section-color--violet-light .open .dropdown-toggle.btn-default {
    background: #6b1c68;
    color: #fff;
    border-color: #6b1c68;
}

.page-color--violet-light .btn-default:active, .page-color--violet-light .btn-default.active, .page-color--violet-light .open .dropdown-toggle.btn-default, .section-color--violet-light .btn-default:active, .section-color--violet-light .btn-default.active, .section-color--violet-light .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--violet-light .btn-default.disabled, .page-color--violet-light .btn-default.disabled:hover, .page-color--violet-light .btn-default.disabled:focus, .page-color--violet-light .btn-default.disabled:active, .page-color--violet-light .btn-default.disabled.active, .page-color--violet-light .btn-default[disabled], .page-color--violet-light .btn-default[disabled]:hover, .page-color--violet-light .btn-default[disabled]:focus, .page-color--violet-light .btn-default[disabled]:active, .page-color--violet-light .btn-default.active[disabled], .page-color--violet-light fieldset[disabled] .btn-default, .page-color--violet-light fieldset[disabled] .btn-default:hover, .page-color--violet-light fieldset[disabled] .btn-default:focus, .page-color--violet-light fieldset[disabled] .btn-default:active, .page-color--violet-light fieldset[disabled] .btn-default.active, .section-color--violet-light .btn-default.disabled, .section-color--violet-light .btn-default.disabled:hover, .section-color--violet-light .btn-default.disabled:focus, .section-color--violet-light .btn-default.disabled:active, .section-color--violet-light .btn-default.disabled.active, .section-color--violet-light .btn-default[disabled], .section-color--violet-light .btn-default[disabled]:hover, .section-color--violet-light .btn-default[disabled]:focus, .section-color--violet-light .btn-default[disabled]:active, .section-color--violet-light .btn-default.active[disabled], .section-color--violet-light fieldset[disabled] .btn-default, .section-color--violet-light fieldset[disabled] .btn-default:hover, .section-color--violet-light fieldset[disabled] .btn-default:focus, .section-color--violet-light fieldset[disabled] .btn-default:active, .section-color--violet-light fieldset[disabled] .btn-default.active {
    background-color: #7b2177;
    border-color: #7b2177;
}

.page-color--violet-light .StartTeaser, .section-color--violet-light .StartTeaser {
    background-color: #6b1c68 !important;
}

.page-color--violet-light .StartTeaser .btn-outline:hover, .section-color--violet-light .StartTeaser .btn-outline:hover {
    color: #93278f !important;
}

.page-color--violet-light .cc_container .cc_btn:hover, .page-color--violet-light .cc_container .cc_btn:visited:hover, .section-color--violet-light .cc_container .cc_btn:hover, .section-color--violet-light .cc_container .cc_btn:visited:hover {
    color: #93278f !important;
}

.page-color--violet-light .tinymagic.h2-s, .section-color--violet-light .tinymagic.h2-s {
    color: #93278f !important;
}

.page-color--violet-light .VideoTeaser--overlay, .section-color--violet-light .VideoTeaser--overlay {
    background-color: #93278f !important;
}

.page-color--violet-light .SiteMenu--item-active, .section-color--violet-light .SiteMenu--item-active {
    background-color: #93278f !important;
}

.ProjectsFilter-open .page-color--violet-light .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--violet-light .ProjectsFilter--title .icon {
    color: #93278f !important;
}

.ProjectsFilter-open .page-color--violet-light .ProjectsFilter--title span, .ProjectsFilter-open .section-color--violet-light .ProjectsFilter--title span {
    color: #93278f !important;
}

.page-color--violet-light .SiteNavigation--metatitle, .section-color--violet-light .SiteNavigation--metatitle {
    color: #6b1c68;
}

.page-color--violet-light .SiteNavigation--metasub, .section-color--violet-light .SiteNavigation--metasub {
    color: #6b1c68;
}

.page-color--violet-light .SiteNavigation--close-dark, .section-color--violet-light .SiteNavigation--close-dark {
    color: #6b1c68;
}

.page-color--violet-light .OfficeLocation .nav.nav-tabs li.active a, .section-color--violet-light .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #6b1c68;
}

.page-color--violet-light .Tag, .section-color--violet-light .Tag {
    background-color: #93278f !important;
}

.page-color--blue .cc_container, .section-color--blue .cc_container {
    background-color: #2d96bd;
}

.page-color--blue .cc_container .cc_btn:hover, .section-color--blue .cc_container .cc_btn:hover {
    color: #2d96bd;
}

.page-color--blue .page-nav-inverted-none .SiteHeader--lowlay, .section-color--blue .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #2d96bd;
}

.page-color--blue li a, .section-color--blue li a {
    color: #2d96bd;
    font-weight: bold;
}

.page-color--blue li a:hover, .section-color--blue li a:hover {
    color: #2d96bd;
}

.page-color--blue .dynamic-background, .section-color--blue .dynamic-background {
    background-color: #2d96bd;
}

.page-color--blue .dynamic-border, .section-color--blue .dynamic-border {
    border-color: #2d96bd;
}

.page-color--blue .dynamic-border.btn-outline, .section-color--blue .dynamic-border.btn-outline {
    color: #2d96bd;
}

.page-color--blue .dynamic-hover.btn-primary, .section-color--blue .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--blue .dynamic-hover.btn.btn-primary:hover, .section-color--blue .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--blue .dynamic-hover.btn.btn-naked, .section-color--blue .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--blue .dynamic-hover.btn.btn-naked:hover, .section-color--blue .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--blue .dynamic-color, .section-color--blue .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--blue ul li:before, .section-color--blue ul li:before {
    color: #2d96bd;
}

.page-color--blue .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--blue .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #2d96bd;
}

.page-color--blue .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--blue .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #2d96bd;
    background-color: #fff;
}

.page-color--blue .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--blue .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--blue .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--blue .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #2d96bd;
}

.page-color--blue .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--blue .page-nav-inverted-inverted .SiteLogo--title, .page-color--blue .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--blue .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--blue .page-nav-inverted-inverted .SiteLogo--title, .section-color--blue .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #2d96bd;
}

.page-color--blue .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--blue .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #2d96bd;
}

.project-blue {
    background-color: #2d96bd !important;
}

.project-blue .ProjectMeta {
    background-color: rgba(45, 150, 189, 0.78);
}

.page-nav-blue .SiteHeader--lowlay {
    background-color: #2d96bd !important;
}

.page-nav-blue-inverted .SiteHeader--lowlay {
    color: #2d96bd !important;
    background-color: #fff !important;
}

.page-nav-blue-inverted .SiteHeader--navigationButton .icon, .page-nav-blue-inverted .SiteLogo--title, .page-nav-blue-inverted .LanguageBarChooser a {
    color: #2d96bd !important;
}

.page-nav-blue-inverted .SiteLogo--picture svg path, .page-nav-blue-inverted .SiteLogo--picture svg g {
    fill: #2d96bd;
}

.page-nav-blue-inverted .LanguageBarChooser a:after {
    background-color: #2d96bd !important;
}

.page-color--blue, .section-color--blue {
}

.page-color--blue .btn-default, .section-color--blue .btn-default {
    background-color: transparent;
    border-color: #237594;
    color: #237594;
}

.page-color--blue .btn-default:hover, .page-color--blue .btn-default:focus, .page-color--blue .btn-default:active, .page-color--blue .btn-default.active, .page-color--blue .open .dropdown-toggle.btn-default, .section-color--blue .btn-default:hover, .section-color--blue .btn-default:focus, .section-color--blue .btn-default:active, .section-color--blue .btn-default.active, .section-color--blue .open .dropdown-toggle.btn-default {
    background: #237594;
    color: #fff;
    border-color: #237594;
}

.page-color--blue .btn-default:active, .page-color--blue .btn-default.active, .page-color--blue .open .dropdown-toggle.btn-default, .section-color--blue .btn-default:active, .section-color--blue .btn-default.active, .section-color--blue .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--blue .btn-default.disabled, .page-color--blue .btn-default.disabled:hover, .page-color--blue .btn-default.disabled:focus, .page-color--blue .btn-default.disabled:active, .page-color--blue .btn-default.disabled.active, .page-color--blue .btn-default[disabled], .page-color--blue .btn-default[disabled]:hover, .page-color--blue .btn-default[disabled]:focus, .page-color--blue .btn-default[disabled]:active, .page-color--blue .btn-default.active[disabled], .page-color--blue fieldset[disabled] .btn-default, .page-color--blue fieldset[disabled] .btn-default:hover, .page-color--blue fieldset[disabled] .btn-default:focus, .page-color--blue fieldset[disabled] .btn-default:active, .page-color--blue fieldset[disabled] .btn-default.active, .section-color--blue .btn-default.disabled, .section-color--blue .btn-default.disabled:hover, .section-color--blue .btn-default.disabled:focus, .section-color--blue .btn-default.disabled:active, .section-color--blue .btn-default.disabled.active, .section-color--blue .btn-default[disabled], .section-color--blue .btn-default[disabled]:hover, .section-color--blue .btn-default[disabled]:focus, .section-color--blue .btn-default[disabled]:active, .section-color--blue .btn-default.active[disabled], .section-color--blue fieldset[disabled] .btn-default, .section-color--blue fieldset[disabled] .btn-default:hover, .section-color--blue fieldset[disabled] .btn-default:focus, .section-color--blue fieldset[disabled] .btn-default:active, .section-color--blue fieldset[disabled] .btn-default.active {
    background-color: #2782a4;
    border-color: #2782a4;
}

.page-color--blue .StartTeaser, .section-color--blue .StartTeaser {
    background-color: #237594 !important;
}

.page-color--blue .StartTeaser .btn-outline:hover, .section-color--blue .StartTeaser .btn-outline:hover {
    color: #2d96bd !important;
}

.page-color--blue .cc_container .cc_btn:hover, .page-color--blue .cc_container .cc_btn:visited:hover, .section-color--blue .cc_container .cc_btn:hover, .section-color--blue .cc_container .cc_btn:visited:hover {
    color: #2d96bd !important;
}

.page-color--blue .tinymagic.h2-s, .section-color--blue .tinymagic.h2-s {
    color: #2d96bd !important;
}

.page-color--blue .VideoTeaser--overlay, .section-color--blue .VideoTeaser--overlay {
    background-color: #2d96bd !important;
}

.page-color--blue .SiteMenu--item-active, .section-color--blue .SiteMenu--item-active {
    background-color: #2d96bd !important;
}

.ProjectsFilter-open .page-color--blue .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--blue .ProjectsFilter--title .icon {
    color: #2d96bd !important;
}

.ProjectsFilter-open .page-color--blue .ProjectsFilter--title span, .ProjectsFilter-open .section-color--blue .ProjectsFilter--title span {
    color: #2d96bd !important;
}

.page-color--blue .SiteNavigation--metatitle, .section-color--blue .SiteNavigation--metatitle {
    color: #237594;
}

.page-color--blue .SiteNavigation--metasub, .section-color--blue .SiteNavigation--metasub {
    color: #237594;
}

.page-color--blue .SiteNavigation--close-dark, .section-color--blue .SiteNavigation--close-dark {
    color: #237594;
}

.page-color--blue .OfficeLocation .nav.nav-tabs li.active a, .section-color--blue .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #237594;
}

.page-color--blue .Tag, .section-color--blue .Tag {
    background-color: #2d96bd !important;
}

.page-color--red .cc_container, .section-color--red .cc_container {
    background-color: #841439;
}

.page-color--red .cc_container .cc_btn:hover, .section-color--red .cc_container .cc_btn:hover {
    color: #841439;
}

.page-color--red .page-nav-inverted-none .SiteHeader--lowlay, .section-color--red .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #841439;
}

.page-color--red li a, .section-color--red li a {
    color: #841439;
    font-weight: bold;
}

.page-color--red li a:hover, .section-color--red li a:hover {
    color: #841439;
}

.page-color--red .dynamic-background,
.section-color--red .dynamic-background {
    background-color: #841439 !important;
}

.page-color--red .dynamic-border, .section-color--red .dynamic-border {
    border-color: #841439;
}

.page-color--red .dynamic-border.btn-outline, .section-color--red .dynamic-border.btn-outline {
    color: #841439;
}

.page-color--red .dynamic-hover.btn-primary, .section-color--red .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--red .dynamic-hover.btn.btn-primary:hover, .section-color--red .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--red .dynamic-hover.btn.btn-naked, .section-color--red .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--red .dynamic-hover.btn.btn-naked:hover, .section-color--red .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--red .dynamic-color, .section-color--red .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--red ul li:before, .section-color--red ul li:before {
    color: #841439;
}

.page-color--red .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--red .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #841439;
}

.page-color--red .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--red .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #841439;
    background-color: #fff;
}

.page-color--red .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--red .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--red .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--red .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #841439;
}

.page-color--red .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--red .page-nav-inverted-inverted .SiteLogo--title, .page-color--red .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--red .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--red .page-nav-inverted-inverted .SiteLogo--title, .section-color--red .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #841439;
}

.page-color--red .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--red .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #841439;
}

.project-red {
    background-color: #841439 !important;
}

.project-red .ProjectMeta {
    background-color: rgba(132, 20, 57, 0.78);
}

.page-nav-red .SiteHeader--lowlay {
    background-color: #841439 !important;
}

.page-nav-red-inverted .SiteHeader--lowlay {
    color: #841439 !important;
    background-color: #fff !important;
}

.page-nav-red-inverted .SiteHeader--navigationButton .icon, .page-nav-red-inverted .SiteLogo--title, .page-nav-red-inverted .LanguageBarChooser a {
    color: #841439 !important;
}

.page-nav-red-inverted .SiteLogo--picture svg path, .page-nav-red-inverted .SiteLogo--picture svg g {
    fill: #841439;
}

.page-nav-red-inverted .LanguageBarChooser a:after {
    background-color: #841439 !important;
}

.page-color--red, .section-color--red {
}

.page-color--red .btn-default, .section-color--red .btn-default {
    background-color: transparent;
    border-color: #580d26;
    color: #580d26;
}

.page-color--red .btn-default:hover, .page-color--red .btn-default:focus, .page-color--red .btn-default:active, .page-color--red .btn-default.active, .page-color--red .open .dropdown-toggle.btn-default, .section-color--red .btn-default:hover, .section-color--red .btn-default:focus, .section-color--red .btn-default:active, .section-color--red .btn-default.active, .section-color--red .open .dropdown-toggle.btn-default {
    background: #580d26;
    color: #fff;
    border-color: #580d26;
}

.page-color--red .btn-default:active, .page-color--red .btn-default.active, .page-color--red .open .dropdown-toggle.btn-default, .section-color--red .btn-default:active, .section-color--red .btn-default.active, .section-color--red .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--red .btn-default.disabled, .page-color--red .btn-default.disabled:hover, .page-color--red .btn-default.disabled:focus, .page-color--red .btn-default.disabled:active, .page-color--red .btn-default.disabled.active, .page-color--red .btn-default[disabled], .page-color--red .btn-default[disabled]:hover, .page-color--red .btn-default[disabled]:focus, .page-color--red .btn-default[disabled]:active, .page-color--red .btn-default.active[disabled], .page-color--red fieldset[disabled] .btn-default, .page-color--red fieldset[disabled] .btn-default:hover, .page-color--red fieldset[disabled] .btn-default:focus, .page-color--red fieldset[disabled] .btn-default:active, .page-color--red fieldset[disabled] .btn-default.active, .section-color--red .btn-default.disabled, .section-color--red .btn-default.disabled:hover, .section-color--red .btn-default.disabled:focus, .section-color--red .btn-default.disabled:active, .section-color--red .btn-default.disabled.active, .section-color--red .btn-default[disabled], .section-color--red .btn-default[disabled]:hover, .section-color--red .btn-default[disabled]:focus, .section-color--red .btn-default[disabled]:active, .section-color--red .btn-default.active[disabled], .section-color--red fieldset[disabled] .btn-default, .section-color--red fieldset[disabled] .btn-default:hover, .section-color--red fieldset[disabled] .btn-default:focus, .section-color--red fieldset[disabled] .btn-default:active, .section-color--red fieldset[disabled] .btn-default.active {
    background-color: #69102e;
    border-color: #69102e;
}

.page-color--red .StartTeaser, .section-color--red .StartTeaser {
    background-color: #580d26 !important;
}

.page-color--red .StartTeaser .btn-outline:hover, .section-color--red .StartTeaser .btn-outline:hover {
    color: #841439 !important;
}

.page-color--red .cc_container .cc_btn:hover, .page-color--red .cc_container .cc_btn:visited:hover, .section-color--red .cc_container .cc_btn:hover, .section-color--red .cc_container .cc_btn:visited:hover {
    color: #841439 !important;
}

.page-color--red .tinymagic.h2-s, .section-color--red .tinymagic.h2-s {
    color: #841439 !important;
}

.page-color--red .VideoTeaser--overlay, .section-color--red .VideoTeaser--overlay {
    background-color: #000 !important;
}

.page-color--red .SiteMenu--item-active, .section-color--red .SiteMenu--item-active {
    background-color: #841439 !important;
}

.ProjectsFilter-open .page-color--red .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--red .ProjectsFilter--title .icon {
    color: #841439 !important;
}

.ProjectsFilter-open .page-color--red .ProjectsFilter--title span, .ProjectsFilter-open .section-color--red .ProjectsFilter--title span {
    color: #841439 !important;
}

.page-color--red .SiteNavigation--metatitle, .section-color--red .SiteNavigation--metatitle {
    color: #580d26;
}

.page-color--red .SiteNavigation--metasub, .section-color--red .SiteNavigation--metasub {
    color: #580d26;
}

.page-color--red .SiteNavigation--close-dark, .section-color--red .SiteNavigation--close-dark {
    color: #580d26;
}

.page-color--red .OfficeLocation .nav.nav-tabs li.active a, .section-color--red .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #580d26;
}

.page-color--red .Tag, .section-color--red .Tag {
    background-color: #841439 !important;
}

.page-color--violet-dark .cc_container, .section-color--violet-dark .cc_container {
    background-color: #642d64;
}

.page-color--violet-dark .cc_container .cc_btn:hover, .section-color--violet-dark .cc_container .cc_btn:hover {
    color: #642d64;
}

.page-color--violet-dark .page-nav-inverted-none .SiteHeader--lowlay, .section-color--violet-dark .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #642d64;
}

.page-color--violet-dark li a, .section-color--violet-dark li a {
    color: #642d64;
    font-weight: bold;
}

.page-color--violet-dark li a:hover, .section-color--violet-dark li a:hover {
    color: #642d64;
}

.page-color--violet-dark .dynamic-background, .section-color--violet-dark .dynamic-background {
    background-color: #642d64;
}

.page-color--violet-dark .dynamic-border, .section-color--violet-dark .dynamic-border {
    border-color: #642d64;
}

.page-color--violet-dark .dynamic-border.btn-outline, .section-color--violet-dark .dynamic-border.btn-outline {
    color: #642d64;
}

.page-color--violet-dark .dynamic-hover.btn-primary, .section-color--violet-dark .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--violet-dark .dynamic-hover.btn.btn-primary:hover, .section-color--violet-dark .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--violet-dark .dynamic-hover.btn.btn-naked, .section-color--violet-dark .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--violet-dark .dynamic-hover.btn.btn-naked:hover, .section-color--violet-dark .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--violet-dark .dynamic-color, .section-color--violet-dark .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--violet-dark ul li:before, .section-color--violet-dark ul li:before {
    color: #642d64;
}

.page-color--violet-dark .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--violet-dark .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #642d64;
}

.page-color--violet-dark .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--violet-dark .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #642d64;
    background-color: #fff;
}

.page-color--violet-dark .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--violet-dark .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--violet-dark .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--violet-dark .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #642d64;
}

.page-color--violet-dark .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--violet-dark .page-nav-inverted-inverted .SiteLogo--title, .page-color--violet-dark .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--violet-dark .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--violet-dark .page-nav-inverted-inverted .SiteLogo--title, .section-color--violet-dark .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #642d64;
}

.page-color--violet-dark .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--violet-dark .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #642d64;
}

.project-violet-dark {
    background-color: #642d64 !important;
}

.project-violet-dark .ProjectMeta {
    background-color: rgba(100, 45, 100, 0.78);
}

.page-nav-violet-dark .SiteHeader--lowlay {
    background-color: #642d64 !important;
}

.page-nav-violet-dark-inverted .SiteHeader--lowlay {
    color: #642d64 !important;
    background-color: #fff !important;
}

.page-nav-violet-dark-inverted .SiteHeader--navigationButton .icon, .page-nav-violet-dark-inverted .SiteLogo--title, .page-nav-violet-dark-inverted .LanguageBarChooser a {
    color: #642d64 !important;
}

.page-nav-violet-dark-inverted .SiteLogo--picture svg path, .page-nav-violet-dark-inverted .SiteLogo--picture svg g {
    fill: #642d64;
}

.page-nav-violet-dark-inverted .LanguageBarChooser a:after {
    background-color: #642d64 !important;
}

.page-color--violet-dark, .section-color--violet-dark {
}

.page-color--violet-dark .btn-default, .section-color--violet-dark .btn-default {
    background-color: transparent;
    border-color: #411d41;
    color: #411d41;
}

.page-color--violet-dark .btn-default:hover, .page-color--violet-dark .btn-default:focus, .page-color--violet-dark .btn-default:active, .page-color--violet-dark .btn-default.active, .page-color--violet-dark .open .dropdown-toggle.btn-default, .section-color--violet-dark .btn-default:hover, .section-color--violet-dark .btn-default:focus, .section-color--violet-dark .btn-default:active, .section-color--violet-dark .btn-default.active, .section-color--violet-dark .open .dropdown-toggle.btn-default {
    background: #411d41;
    color: #fff;
    border-color: #411d41;
}

.page-color--violet-dark .btn-default:active, .page-color--violet-dark .btn-default.active, .page-color--violet-dark .open .dropdown-toggle.btn-default, .section-color--violet-dark .btn-default:active, .section-color--violet-dark .btn-default.active, .section-color--violet-dark .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--violet-dark .btn-default.disabled, .page-color--violet-dark .btn-default.disabled:hover, .page-color--violet-dark .btn-default.disabled:focus, .page-color--violet-dark .btn-default.disabled:active, .page-color--violet-dark .btn-default.disabled.active, .page-color--violet-dark .btn-default[disabled], .page-color--violet-dark .btn-default[disabled]:hover, .page-color--violet-dark .btn-default[disabled]:focus, .page-color--violet-dark .btn-default[disabled]:active, .page-color--violet-dark .btn-default.active[disabled], .page-color--violet-dark fieldset[disabled] .btn-default, .page-color--violet-dark fieldset[disabled] .btn-default:hover, .page-color--violet-dark fieldset[disabled] .btn-default:focus, .page-color--violet-dark fieldset[disabled] .btn-default:active, .page-color--violet-dark fieldset[disabled] .btn-default.active, .section-color--violet-dark .btn-default.disabled, .section-color--violet-dark .btn-default.disabled:hover, .section-color--violet-dark .btn-default.disabled:focus, .section-color--violet-dark .btn-default.disabled:active, .section-color--violet-dark .btn-default.disabled.active, .section-color--violet-dark .btn-default[disabled], .section-color--violet-dark .btn-default[disabled]:hover, .section-color--violet-dark .btn-default[disabled]:focus, .section-color--violet-dark .btn-default[disabled]:active, .section-color--violet-dark .btn-default.active[disabled], .section-color--violet-dark fieldset[disabled] .btn-default, .section-color--violet-dark fieldset[disabled] .btn-default:hover, .section-color--violet-dark fieldset[disabled] .btn-default:focus, .section-color--violet-dark fieldset[disabled] .btn-default:active, .section-color--violet-dark fieldset[disabled] .btn-default.active {
    background-color: #4f244f;
    border-color: #4f244f;
}

.page-color--violet-dark .StartTeaser, .section-color--violet-dark .StartTeaser {
    background-color: #411d41 !important;
}

.page-color--violet-dark .StartTeaser .btn-outline:hover, .section-color--violet-dark .StartTeaser .btn-outline:hover {
    color: #642d64 !important;
}

.page-color--violet-dark .cc_container .cc_btn:hover, .page-color--violet-dark .cc_container .cc_btn:visited:hover, .section-color--violet-dark .cc_container .cc_btn:hover, .section-color--violet-dark .cc_container .cc_btn:visited:hover {
    color: #642d64 !important;
}

.page-color--violet-dark .tinymagic.h2-s, .section-color--violet-dark .tinymagic.h2-s {
    color: #642d64 !important;
}

.page-color--violet-dark .VideoTeaser--overlay, .section-color--violet-dark .VideoTeaser--overlay {
    background-color: #642d64 !important;
}

.page-color--violet-dark .SiteMenu--item-active, .section-color--violet-dark .SiteMenu--item-active {
    background-color: #642d64 !important;
}

.ProjectsFilter-open .page-color--violet-dark .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--violet-dark .ProjectsFilter--title .icon {
    color: #642d64 !important;
}

.ProjectsFilter-open .page-color--violet-dark .ProjectsFilter--title span, .ProjectsFilter-open .section-color--violet-dark .ProjectsFilter--title span {
    color: #642d64 !important;
}

.page-color--violet-dark .SiteNavigation--metatitle, .section-color--violet-dark .SiteNavigation--metatitle {
    color: #411d41;
}

.page-color--violet-dark .SiteNavigation--metasub, .section-color--violet-dark .SiteNavigation--metasub {
    color: #411d41;
}

.page-color--violet-dark .SiteNavigation--close-dark, .section-color--violet-dark .SiteNavigation--close-dark {
    color: #411d41;
}

.page-color--violet-dark .OfficeLocation .nav.nav-tabs li.active a, .section-color--violet-dark .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #411d41;
}

.page-color--violet-dark .Tag, .section-color--violet-dark .Tag {
    background-color: #642d64 !important;
}

.page-color--white .cc_container, .section-color--white .cc_container {
    background-color: #fff;
}

.page-color--white .cc_container .cc_btn:hover, .section-color--white .cc_container .cc_btn:hover {
    color: #fff;
}

.page-color--white .page-nav-inverted-none .SiteHeader--lowlay, .section-color--white .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #fff;
}

.page-color--white li a, .section-color--white li a {
    color: #fff;
    font-weight: bold;
}

.page-color--white li a:hover, .section-color--white li a:hover {
    color: #fff;
}

.page-color--white .dynamic-background, .section-color--white .dynamic-background {
    background-color: #fff;
}

.page-color--white .dynamic-border, .section-color--white .dynamic-border {
    border-color: #fff;
}

.page-color--white .dynamic-border.btn-outline, .section-color--white .dynamic-border.btn-outline {
    color: #fff;
}

.page-color--white .dynamic-hover.btn-primary, .section-color--white .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--white .dynamic-hover.btn.btn-primary:hover, .section-color--white .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--white .dynamic-hover.btn.btn-naked, .section-color--white .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--white .dynamic-hover.btn.btn-naked:hover, .section-color--white .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--white .dynamic-color, .section-color--white .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--white ul li:before, .section-color--white ul li:before {
    color: #fff;
}

.page-color--white .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--white .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

.page-color--white .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--white .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #fff;
    background-color: #fff;
}

.page-color--white .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--white .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--white .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--white .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #fff;
}

.page-color--white .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--white .page-nav-inverted-inverted .SiteLogo--title, .page-color--white .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--white .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--white .page-nav-inverted-inverted .SiteLogo--title, .section-color--white .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #fff;
}

.page-color--white .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--white .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #fff;
}

.project-white {
    background-color: #fff !important;
}

.project-white .ProjectMeta {
    background-color: rgba(255, 255, 255, 0.78);
}

.page-nav-white .SiteHeader--lowlay {
    background-color: #fff !important;
}

.page-nav-white-inverted .SiteHeader--lowlay {
    color: #fff !important;
    background-color: #fff !important;
}

.page-nav-white-inverted .SiteHeader--navigationButton .icon, .page-nav-white-inverted .SiteLogo--title, .page-nav-white-inverted .LanguageBarChooser a {
    color: #fff !important;
}

.page-nav-white-inverted .SiteLogo--picture svg path, .page-nav-white-inverted .SiteLogo--picture svg g {
    fill: #fff;
}

.page-nav-white-inverted .LanguageBarChooser a:after {
    background-color: #fff !important;
}

.page-color--white, .section-color--white {
}

.page-color--white .btn-default, .section-color--white .btn-default {
    background-color: transparent;
    border-color: #e6e6e6;
    color: #e6e6e6;
}

.page-color--white .btn-default:hover, .page-color--white .btn-default:focus, .page-color--white .btn-default:active, .page-color--white .btn-default.active, .page-color--white .open .dropdown-toggle.btn-default, .section-color--white .btn-default:hover, .section-color--white .btn-default:focus, .section-color--white .btn-default:active, .section-color--white .btn-default.active, .section-color--white .open .dropdown-toggle.btn-default {
    background: #e6e6e6;
    color: #fff;
    border-color: #e6e6e6;
}

.page-color--white .btn-default:active, .page-color--white .btn-default.active, .page-color--white .open .dropdown-toggle.btn-default, .section-color--white .btn-default:active, .section-color--white .btn-default.active, .section-color--white .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--white .btn-default.disabled, .page-color--white .btn-default.disabled:hover, .page-color--white .btn-default.disabled:focus, .page-color--white .btn-default.disabled:active, .page-color--white .btn-default.disabled.active, .page-color--white .btn-default[disabled], .page-color--white .btn-default[disabled]:hover, .page-color--white .btn-default[disabled]:focus, .page-color--white .btn-default[disabled]:active, .page-color--white .btn-default.active[disabled], .page-color--white fieldset[disabled] .btn-default, .page-color--white fieldset[disabled] .btn-default:hover, .page-color--white fieldset[disabled] .btn-default:focus, .page-color--white fieldset[disabled] .btn-default:active, .page-color--white fieldset[disabled] .btn-default.active, .section-color--white .btn-default.disabled, .section-color--white .btn-default.disabled:hover, .section-color--white .btn-default.disabled:focus, .section-color--white .btn-default.disabled:active, .section-color--white .btn-default.disabled.active, .section-color--white .btn-default[disabled], .section-color--white .btn-default[disabled]:hover, .section-color--white .btn-default[disabled]:focus, .section-color--white .btn-default[disabled]:active, .section-color--white .btn-default.active[disabled], .section-color--white fieldset[disabled] .btn-default, .section-color--white fieldset[disabled] .btn-default:hover, .section-color--white fieldset[disabled] .btn-default:focus, .section-color--white fieldset[disabled] .btn-default:active, .section-color--white fieldset[disabled] .btn-default.active {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.page-color--white .StartTeaser, .section-color--white .StartTeaser {
    background-color: #e6e6e6 !important;
}

.page-color--white .StartTeaser .btn-outline:hover, .section-color--white .StartTeaser .btn-outline:hover {
    color: #fff !important;
}

.page-color--white .cc_container .cc_btn:hover, .page-color--white .cc_container .cc_btn:visited:hover, .section-color--white .cc_container .cc_btn:hover, .section-color--white .cc_container .cc_btn:visited:hover {
    color: #fff !important;
}

.page-color--white .tinymagic.h2-s, .section-color--white .tinymagic.h2-s {
    color: #fff !important;
}

.page-color--white .VideoTeaser--overlay, .section-color--white .VideoTeaser--overlay {
    background-color: #fff !important;
}

.page-color--white .SiteMenu--item-active, .section-color--white .SiteMenu--item-active {
    background-color: #fff !important;
}

.ProjectsFilter-open .page-color--white .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--white .ProjectsFilter--title .icon {
    color: #fff !important;
}

.ProjectsFilter-open .page-color--white .ProjectsFilter--title span, .ProjectsFilter-open .section-color--white .ProjectsFilter--title span {
    color: #fff !important;
}

.page-color--white .SiteNavigation--metatitle, .section-color--white .SiteNavigation--metatitle {
    color: #e6e6e6;
}

.page-color--white .SiteNavigation--metasub, .section-color--white .SiteNavigation--metasub {
    color: #e6e6e6;
}

.page-color--white .SiteNavigation--close-dark, .section-color--white .SiteNavigation--close-dark {
    color: #e6e6e6;
}

.page-color--white .OfficeLocation .nav.nav-tabs li.active a, .section-color--white .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #e6e6e6;
}

.page-color--white .Tag, .section-color--white .Tag {
    background-color: #fff !important;
}

.page-color--black .cc_container, .section-color--black .cc_container {
    background-color: #000;
}

.page-color--black .cc_container .cc_btn:hover, .section-color--black .cc_container .cc_btn:hover {
    color: #000;
}

.page-color--black .page-nav-inverted-none .SiteHeader--lowlay, .section-color--black .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #000;
}

.page-color--black li a, .section-color--black li a {
    color: #000;
    font-weight: bold;
}

.page-color--black li a:hover, .section-color--black li a:hover {
    color: #000;
}

.page-color--black .dynamic-background, .section-color--black .dynamic-background {
    background-color: #000;
}

.page-color--black .dynamic-border, .section-color--black .dynamic-border {
    border-color: #000;
}

.page-color--black .dynamic-border.btn-outline, .section-color--black .dynamic-border.btn-outline {
    color: #000;
}

.page-color--black .dynamic-hover.btn-primary, .section-color--black .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--black .dynamic-hover.btn.btn-primary:hover, .section-color--black .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--black .dynamic-hover.btn.btn-naked, .section-color--black .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--black .dynamic-hover.btn.btn-naked:hover, .section-color--black .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--black .dynamic-color, .section-color--black .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--black ul li:before, .section-color--black ul li:before {
    color: #000;
}

.page-color--black .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--black .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #000;
}

.page-color--black .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--black .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #000;
    background-color: #fff;
}

.page-color--black .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--black .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--black .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--black .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #000;
}

.page-color--black .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--black .page-nav-inverted-inverted .SiteLogo--title, .page-color--black .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--black .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--black .page-nav-inverted-inverted .SiteLogo--title, .section-color--black .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #000;
}

.page-color--black .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--black .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #000;
}

.project-black {
    background-color: #000 !important;
}

.project-black .ProjectMeta {
    background-color: rgba(0, 0, 0, 0.78);
}

.page-nav-black .SiteHeader--lowlay {
    background-color: #000 !important;
}

.page-nav-black-inverted .SiteHeader--lowlay {
    color: #000 !important;
    background-color: #fff !important;
}

.page-nav-black-inverted .SiteHeader--navigationButton .icon, .page-nav-black-inverted .SiteLogo--title, .page-nav-black-inverted .LanguageBarChooser a {
    color: #000 !important;
}

.page-nav-black-inverted .SiteLogo--picture svg path, .page-nav-black-inverted .SiteLogo--picture svg g {
    fill: #000;
}

.page-nav-black-inverted .LanguageBarChooser a:after {
    background-color: #000 !important;
}


.page-color--black, .section-color--black {
}

.page-color--black .btn-default, .section-color--black .btn-default {
    background-color: transparent;
    border-color: black;
    color: black;
}

.page-color--black .btn-default:hover, .page-color--black .btn-default:focus, .page-color--black .btn-default:active, .page-color--black .btn-default.active, .page-color--black .open .dropdown-toggle.btn-default, .section-color--black .btn-default:hover, .section-color--black .btn-default:focus, .section-color--black .btn-default:active, .section-color--black .btn-default.active, .section-color--black .open .dropdown-toggle.btn-default {
    background: black;
    color: #fff;
    border-color: black;
}

.page-color--black .btn-default:active, .page-color--black .btn-default.active, .page-color--black .open .dropdown-toggle.btn-default, .section-color--black .btn-default:active, .section-color--black .btn-default.active, .section-color--black .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--black .btn-default.disabled, .page-color--black .btn-default.disabled:hover, .page-color--black .btn-default.disabled:focus, .page-color--black .btn-default.disabled:active, .page-color--black .btn-default.disabled.active, .page-color--black .btn-default[disabled], .page-color--black .btn-default[disabled]:hover, .page-color--black .btn-default[disabled]:focus, .page-color--black .btn-default[disabled]:active, .page-color--black .btn-default.active[disabled], .page-color--black fieldset[disabled] .btn-default, .page-color--black fieldset[disabled] .btn-default:hover, .page-color--black fieldset[disabled] .btn-default:focus, .page-color--black fieldset[disabled] .btn-default:active, .page-color--black fieldset[disabled] .btn-default.active, .section-color--black .btn-default.disabled, .section-color--black .btn-default.disabled:hover, .section-color--black .btn-default.disabled:focus, .section-color--black .btn-default.disabled:active, .section-color--black .btn-default.disabled.active, .section-color--black .btn-default[disabled], .section-color--black .btn-default[disabled]:hover, .section-color--black .btn-default[disabled]:focus, .section-color--black .btn-default[disabled]:active, .section-color--black .btn-default.active[disabled], .section-color--black fieldset[disabled] .btn-default, .section-color--black fieldset[disabled] .btn-default:hover, .section-color--black fieldset[disabled] .btn-default:focus, .section-color--black fieldset[disabled] .btn-default:active, .section-color--black fieldset[disabled] .btn-default.active {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.page-color--black .StartTeaser, .section-color--black .StartTeaser {
    background-color: black !important;
}

.page-color--black .StartTeaser .btn-outline:hover, .section-color--black .StartTeaser .btn-outline:hover {
    color: #000 !important;
}

.page-color--black .cc_container .cc_btn:hover, .page-color--black .cc_container .cc_btn:visited:hover, .section-color--black .cc_container .cc_btn:hover, .section-color--black .cc_container .cc_btn:visited:hover {
    color: #000 !important;
}

.page-color--black .tinymagic.h2-s, .section-color--black .tinymagic.h2-s {
    color: #000 !important;
}

.page-color--black .VideoTeaser--overlay, .section-color--black .VideoTeaser--overlay {
    background-color: #000 !important;
}

.page-color--black .SiteMenu--item-active, .section-color--black .SiteMenu--item-active {
    background-color: #000 !important;
}

.ProjectsFilter-open .page-color--black .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--black .ProjectsFilter--title .icon {
    color: #000 !important;
}

.ProjectsFilter-open .page-color--black .ProjectsFilter--title span, .ProjectsFilter-open .section-color--black .ProjectsFilter--title span {
    color: #000 !important;
}

.page-color--black .SiteNavigation--metatitle, .section-color--black .SiteNavigation--metatitle {
    color: black;
}

.page-color--black .SiteNavigation--metasub, .section-color--black .SiteNavigation--metasub {
    color: black;
}

.page-color--black .SiteNavigation--close-dark, .section-color--black .SiteNavigation--close-dark {
    color: black;
}

.page-color--black .OfficeLocation .nav.nav-tabs li.active a, .section-color--black .OfficeLocation .nav.nav-tabs li.active a {
    background-color: black;
}

.page-color--black .Tag, .section-color--black .Tag {
    background-color: #000 !important;
}

.page-color--orange .cc_container, .section-color--orange .cc_container {
    background-color: #f66b1f;
}

.page-color--orange .cc_container .cc_btn:hover, .section-color--orange .cc_container .cc_btn:hover {
    color: #f66b1f;
}

.page-color--orange .page-nav-inverted-none .SiteHeader--lowlay, .section-color--orange .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #f66b1f;
}

.page-color--orange li a, .section-color--orange li a {
    color: #f66b1f;
    font-weight: bold;
}

.page-color--orange li a:hover, .section-color--orange li a:hover {
    color: #f66b1f;
}

.page-color--orange .dynamic-background, .section-color--orange .dynamic-background {
    background-color: #f66b1f;
}

.page-color--orange .dynamic-border, .section-color--orange .dynamic-border {
    border-color: #f66b1f;
}

.page-color--orange .dynamic-border.btn-outline, .section-color--orange .dynamic-border.btn-outline {
    color: #f66b1f;
}

.page-color--orange .dynamic-hover.btn-primary, .section-color--orange .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--orange .dynamic-hover.btn.btn-primary:hover, .section-color--orange .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--orange .dynamic-hover.btn.btn-naked, .section-color--orange .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--orange .dynamic-hover.btn.btn-naked:hover, .section-color--orange .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--orange .dynamic-color, .section-color--orange .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--orange ul li:before, .section-color--orange ul li:before {
    color: #f66b1f;
}

.page-color--orange .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--orange .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #f66b1f;
}

.page-color--orange .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--orange .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #f66b1f;
    background-color: #fff;
}

.page-color--orange .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--orange .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--orange .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--orange .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #f66b1f;
}

.page-color--orange .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--orange .page-nav-inverted-inverted .SiteLogo--title, .page-color--orange .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--orange .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--orange .page-nav-inverted-inverted .SiteLogo--title, .section-color--orange .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #f66b1f;
}

.page-color--orange .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--orange .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #f66b1f;
}

.project-orange {
    background-color: #f66b1f !important;
}

.project-orange .ProjectMeta {
    background-color: rgba(246, 107, 31, 0.78);
}

.page-nav-orange .SiteHeader--lowlay {
    background-color: #f66b1f !important;
}

.page-nav-orange-inverted .SiteHeader--lowlay {
    color: #f66b1f !important;
    background-color: #fff !important;
}

.page-nav-orange-inverted .SiteHeader--navigationButton .icon, .page-nav-orange-inverted .SiteLogo--title, .page-nav-orange-inverted .LanguageBarChooser a {
    color: #f66b1f !important;
}

.page-nav-orange-inverted .SiteLogo--picture svg path, .page-nav-orange-inverted .SiteLogo--picture svg g {
    fill: #f66b1f;
}

.page-nav-orange-inverted .LanguageBarChooser a:after {
    background-color: #f66b1f !important;
}

.page-color--orange, .section-color--orange {
}

.page-color--orange .btn-default, .section-color--orange .btn-default {
    background-color: transparent;
    border-color: #d95209;
    color: #d95209;
}

.page-color--orange .btn-default:hover, .page-color--orange .btn-default:focus, .page-color--orange .btn-default:active, .page-color--orange .btn-default.active, .page-color--orange .open .dropdown-toggle.btn-default, .section-color--orange .btn-default:hover, .section-color--orange .btn-default:focus, .section-color--orange .btn-default:active, .section-color--orange .btn-default.active, .section-color--orange .open .dropdown-toggle.btn-default {
    background: #d95209;
    color: #fff;
    border-color: #d95209;
}

.page-color--orange .btn-default:active, .page-color--orange .btn-default.active, .page-color--orange .open .dropdown-toggle.btn-default, .section-color--orange .btn-default:active, .section-color--orange .btn-default.active, .section-color--orange .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--orange .btn-default.disabled, .page-color--orange .btn-default.disabled:hover, .page-color--orange .btn-default.disabled:focus, .page-color--orange .btn-default.disabled:active, .page-color--orange .btn-default.disabled.active, .page-color--orange .btn-default[disabled], .page-color--orange .btn-default[disabled]:hover, .page-color--orange .btn-default[disabled]:focus, .page-color--orange .btn-default[disabled]:active, .page-color--orange .btn-default.active[disabled], .page-color--orange fieldset[disabled] .btn-default, .page-color--orange fieldset[disabled] .btn-default:hover, .page-color--orange fieldset[disabled] .btn-default:focus, .page-color--orange fieldset[disabled] .btn-default:active, .page-color--orange fieldset[disabled] .btn-default.active, .section-color--orange .btn-default.disabled, .section-color--orange .btn-default.disabled:hover, .section-color--orange .btn-default.disabled:focus, .section-color--orange .btn-default.disabled:active, .section-color--orange .btn-default.disabled.active, .section-color--orange .btn-default[disabled], .section-color--orange .btn-default[disabled]:hover, .section-color--orange .btn-default[disabled]:focus, .section-color--orange .btn-default[disabled]:active, .section-color--orange .btn-default.active[disabled], .section-color--orange fieldset[disabled] .btn-default, .section-color--orange fieldset[disabled] .btn-default:hover, .section-color--orange fieldset[disabled] .btn-default:focus, .section-color--orange fieldset[disabled] .btn-default:active, .section-color--orange fieldset[disabled] .btn-default.active {
    background-color: #ed5a0a;
    border-color: #ed5a0a;
}

.page-color--orange .StartTeaser, .section-color--orange .StartTeaser {
    background-color: #d95209 !important;
}

.page-color--orange .StartTeaser .btn-outline:hover, .section-color--orange .StartTeaser .btn-outline:hover {
    color: #f66b1f !important;
}

.page-color--orange .cc_container .cc_btn:hover, .page-color--orange .cc_container .cc_btn:visited:hover, .section-color--orange .cc_container .cc_btn:hover, .section-color--orange .cc_container .cc_btn:visited:hover {
    color: #f66b1f !important;
}

.page-color--orange .tinymagic.h2-s, .section-color--orange .tinymagic.h2-s {
    color: #f66b1f !important;
}

.page-color--orange .VideoTeaser--overlay, .section-color--orange .VideoTeaser--overlay {
    background-color: #f66b1f !important;
}

.page-color--orange .SiteMenu--item-active, .section-color--orange .SiteMenu--item-active {
    background-color: #f66b1f !important;
}

.ProjectsFilter-open .page-color--orange .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--orange .ProjectsFilter--title .icon {
    color: #f66b1f !important;
}

.ProjectsFilter-open .page-color--orange .ProjectsFilter--title span, .ProjectsFilter-open .section-color--orange .ProjectsFilter--title span {
    color: #f66b1f !important;
}

.page-color--orange .SiteNavigation--metatitle, .section-color--orange .SiteNavigation--metatitle {
    color: #d95209;
}

.page-color--orange .SiteNavigation--metasub, .section-color--orange .SiteNavigation--metasub {
    color: #d95209;
}

.page-color--orange .SiteNavigation--close-dark, .section-color--orange .SiteNavigation--close-dark {
    color: #d95209;
}

.page-color--orange .OfficeLocation .nav.nav-tabs li.active a, .section-color--orange .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #d95209;
}

.page-color--orange .Tag, .section-color--orange .Tag {
    background-color: #f66b1f !important;
}

.page-color--raspberry .cc_container, .section-color--raspberry .cc_container {
    background-color: #d4006d;
}

.page-color--raspberry .cc_container .cc_btn:hover, .section-color--raspberry .cc_container .cc_btn:hover {
    color: #d4006d;
}

.page-color--raspberry .page-nav-inverted-none .SiteHeader--lowlay, .section-color--raspberry .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #d4006d;
}

.page-color--raspberry li a, .section-color--raspberry li a {
    color: #d4006d;
    font-weight: bold;
}

.page-color--raspberry li a:hover, .section-color--raspberry li a:hover {
    color: #d4006d;
}

.page-color--raspberry .dynamic-background,
.section-color--raspberry .dynamic-background {
    background-color: #d4006d !important;
}

.page-color--raspberry .dynamic-border, .section-color--raspberry .dynamic-border {
    border-color: #d4006d;
}

.page-color--raspberry .dynamic-border.btn-outline, .section-color--raspberry .dynamic-border.btn-outline {
    color: #d4006d;
}

.page-color--raspberry .dynamic-hover.btn-primary, .section-color--raspberry .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--raspberry .dynamic-hover.btn.btn-primary:hover, .section-color--raspberry .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--raspberry .dynamic-hover.btn.btn-naked, .section-color--raspberry .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--raspberry .dynamic-hover.btn.btn-naked:hover, .section-color--raspberry .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--raspberry .dynamic-color, .section-color--raspberry .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--raspberry ul li:before, .section-color--raspberry ul li:before {
    color: #d4006d;
}

.page-color--raspberry .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--raspberry .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #d4006d;
}

.page-color--raspberry .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--raspberry .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #d4006d;
    background-color: #fff;
}

.page-color--raspberry .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--raspberry .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--raspberry .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--raspberry .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #d4006d;
}

.page-color--raspberry .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--raspberry .page-nav-inverted-inverted .SiteLogo--title, .page-color--raspberry .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--raspberry .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--raspberry .page-nav-inverted-inverted .SiteLogo--title, .section-color--raspberry .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #d4006d;
}

.page-color--raspberry .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--raspberry .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #d4006d;
}

.project-raspberry {
    background-color: #d4006d !important;
}

.project-raspberry .ProjectMeta {
    background-color: rgba(212, 0, 109, 0.78);
}

.page-nav-raspberry .SiteHeader--lowlay {
    background-color: #d4006d !important;
}

.page-nav-raspberry-inverted .SiteHeader--lowlay {
    color: #d4006d !important;
    background-color: #fff !important;
}

.page-nav-raspberry-inverted .SiteHeader--navigationButton .icon, .page-nav-raspberry-inverted .SiteLogo--title, .page-nav-raspberry-inverted .LanguageBarChooser a {
    color: #d4006d !important;
}

.page-nav-raspberry-inverted .SiteLogo--picture svg path, .page-nav-raspberry-inverted .SiteLogo--picture svg g {
    fill: #d4006d;
}

.page-nav-raspberry-inverted .LanguageBarChooser a:after {
    background-color: #d4006d !important;
}

.page-color--raspberry, .section-color--raspberry {
}

.page-color--raspberry .btn-default, .section-color--raspberry .btn-default {
    background-color: transparent;
    border-color: #a10053;
    color: #a10053;
}

.page-color--raspberry .btn-default:hover, .page-color--raspberry .btn-default:focus, .page-color--raspberry .btn-default:active, .page-color--raspberry .btn-default.active, .page-color--raspberry .open .dropdown-toggle.btn-default, .section-color--raspberry .btn-default:hover, .section-color--raspberry .btn-default:focus, .section-color--raspberry .btn-default:active, .section-color--raspberry .btn-default.active, .section-color--raspberry .open .dropdown-toggle.btn-default {
    background: #a10053;
    color: #fff;
    border-color: #a10053;
}

.page-color--raspberry .btn-default:active, .page-color--raspberry .btn-default.active, .page-color--raspberry .open .dropdown-toggle.btn-default, .section-color--raspberry .btn-default:active, .section-color--raspberry .btn-default.active, .section-color--raspberry .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--raspberry .btn-default.disabled, .page-color--raspberry .btn-default.disabled:hover, .page-color--raspberry .btn-default.disabled:focus, .page-color--raspberry .btn-default.disabled:active, .page-color--raspberry .btn-default.disabled.active, .page-color--raspberry .btn-default[disabled], .page-color--raspberry .btn-default[disabled]:hover, .page-color--raspberry .btn-default[disabled]:focus, .page-color--raspberry .btn-default[disabled]:active, .page-color--raspberry .btn-default.active[disabled], .page-color--raspberry fieldset[disabled] .btn-default, .page-color--raspberry fieldset[disabled] .btn-default:hover, .page-color--raspberry fieldset[disabled] .btn-default:focus, .page-color--raspberry fieldset[disabled] .btn-default:active, .page-color--raspberry fieldset[disabled] .btn-default.active, .section-color--raspberry .btn-default.disabled, .section-color--raspberry .btn-default.disabled:hover, .section-color--raspberry .btn-default.disabled:focus, .section-color--raspberry .btn-default.disabled:active, .section-color--raspberry .btn-default.disabled.active, .section-color--raspberry .btn-default[disabled], .section-color--raspberry .btn-default[disabled]:hover, .section-color--raspberry .btn-default[disabled]:focus, .section-color--raspberry .btn-default[disabled]:active, .section-color--raspberry .btn-default.active[disabled], .section-color--raspberry fieldset[disabled] .btn-default, .section-color--raspberry fieldset[disabled] .btn-default:hover, .section-color--raspberry fieldset[disabled] .btn-default:focus, .section-color--raspberry fieldset[disabled] .btn-default:active, .section-color--raspberry fieldset[disabled] .btn-default.active {
    background-color: #b5005d;
    border-color: #b5005d;
}

.page-color--raspberry .StartTeaser, .section-color--raspberry .StartTeaser {
    background-color: #a10053 !important;
}

.page-color--raspberry .StartTeaser .btn-outline:hover, .section-color--raspberry .StartTeaser .btn-outline:hover {
    color: #d4006d !important;
}

.page-color--raspberry .cc_container .cc_btn:hover, .page-color--raspberry .cc_container .cc_btn:visited:hover, .section-color--raspberry .cc_container .cc_btn:hover, .section-color--raspberry .cc_container .cc_btn:visited:hover {
    color: #d4006d !important;
}

.page-color--raspberry .tinymagic.h2-s, .section-color--raspberry .tinymagic.h2-s {
    color: #d4006d !important;
}

.page-color--raspberry .VideoTeaser--overlay, .section-color--raspberry .VideoTeaser--overlay {
    background-color: #000 !important;
}

.page-color--raspberry .SiteMenu--item-active, .section-color--raspberry .SiteMenu--item-active {
    background-color: #d4006d !important;
}

.ProjectsFilter-open .page-color--raspberry .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--raspberry .ProjectsFilter--title .icon {
    color: #d4006d !important;
}

.ProjectsFilter-open .page-color--raspberry .ProjectsFilter--title span, .ProjectsFilter-open .section-color--raspberry .ProjectsFilter--title span {
    color: #d4006d !important;
}

.page-color--raspberry .SiteNavigation--metatitle, .section-color--raspberry .SiteNavigation--metatitle {
    color: #a10053;
}

.page-color--raspberry .SiteNavigation--metasub, .section-color--raspberry .SiteNavigation--metasub {
    color: #a10053;
}

.page-color--raspberry .SiteNavigation--close-dark, .section-color--raspberry .SiteNavigation--close-dark {
    color: #a10053;
}

.page-color--raspberry .OfficeLocation .nav.nav-tabs li.active a, .section-color--raspberry .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #a10053;
}

.page-color--raspberry .Tag, .section-color--raspberry .Tag {
    background-color: #d4006d !important;
}

.page-color--darkGrey .cc_container, .section-color--darkGrey .cc_container {
    background-color: #475155;
}

.page-color--darkGrey .cc_container .cc_btn:hover, .section-color--darkGrey .cc_container .cc_btn:hover {
    color: #475155;
}

.page-color--darkGrey .page-nav-inverted-none .SiteHeader--lowlay, .section-color--darkGrey .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #475155;
}

.page-color--darkGrey li a, .section-color--darkGrey li a {
    color: #475155;
    font-weight: bold;
}

.page-color--darkGrey li a:hover, .section-color--darkGrey li a:hover {
    color: #475155;
}

.page-color--darkGrey .dynamic-background,
.section-color--darkGrey .dynamic-background {
    background-color: #475155 !important;
}

.page-color--darkGrey .dynamic-border, .section-color--darkGrey .dynamic-border {
    border-color: #475155;
}

.page-color--darkGrey .dynamic-border.btn-outline, .section-color--darkGrey .dynamic-border.btn-outline {
    color: #475155;
}

.page-color--darkGrey .dynamic-hover.btn-primary, .section-color--darkGrey .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--darkGrey .dynamic-hover.btn.btn-primary:hover, .section-color--darkGrey .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--darkGrey .dynamic-hover.btn.btn-naked, .section-color--darkGrey .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--darkGrey .dynamic-hover.btn.btn-naked:hover, .section-color--darkGrey .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--darkGrey .dynamic-color, .section-color--darkGrey .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--darkGrey ul li:before, .section-color--darkGrey ul li:before {
    color: #475155;
}

.page-color--darkGrey .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--darkGrey .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #475155;
}

.page-color--darkGrey .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--darkGrey .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #475155;
    background-color: #fff;
}

.page-color--darkGrey .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--darkGrey .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--darkGrey .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--darkGrey .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #475155;
}

.page-color--darkGrey .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--darkGrey .page-nav-inverted-inverted .SiteLogo--title, .page-color--darkGrey .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--darkGrey .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--darkGrey .page-nav-inverted-inverted .SiteLogo--title, .section-color--darkGrey .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #475155;
}

.page-color--darkGrey .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--darkGrey .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #475155;
}

.project-darkGrey {
    background-color: #475155 !important;
}

.project-darkGrey .ProjectMeta {
    background-color: rgba(71, 81, 85, 0.78);
}

.page-nav-darkGrey .SiteHeader--lowlay {
    background-color: #475155 !important;
}

.page-nav-darkGrey-inverted .SiteHeader--lowlay {
    color: #475155 !important;
    background-color: #fff !important;
}

.page-nav-darkGrey-inverted .SiteHeader--navigationButton .icon, .page-nav-darkGrey-inverted .SiteLogo--title, .page-nav-darkGrey-inverted .LanguageBarChooser a {
    color: #475155 !important;
}

.page-nav-darkGrey-inverted .SiteLogo--picture svg path, .page-nav-darkGrey-inverted .SiteLogo--picture svg g {
    fill: #475155;
}

.page-nav-darkGrey-inverted .LanguageBarChooser a:after {
    background-color: #475155 !important;
}

.page-color--darkGrey, .section-color--darkGrey {
}

.page-color--darkGrey .btn-default, .section-color--darkGrey .btn-default {
    background-color: transparent;
    border-color: #303739;
    color: #303739;
}

.page-color--darkGrey .btn-default:hover, .page-color--darkGrey .btn-default:focus, .page-color--darkGrey .btn-default:active, .page-color--darkGrey .btn-default.active, .page-color--darkGrey .open .dropdown-toggle.btn-default, .section-color--darkGrey .btn-default:hover, .section-color--darkGrey .btn-default:focus, .section-color--darkGrey .btn-default:active, .section-color--darkGrey .btn-default.active, .section-color--darkGrey .open .dropdown-toggle.btn-default {
    background: #303739;
    color: #fff;
    border-color: #303739;
}

.page-color--darkGrey .btn-default:active, .page-color--darkGrey .btn-default.active, .page-color--darkGrey .open .dropdown-toggle.btn-default, .section-color--darkGrey .btn-default:active, .section-color--darkGrey .btn-default.active, .section-color--darkGrey .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--darkGrey .btn-default.disabled, .page-color--darkGrey .btn-default.disabled:hover, .page-color--darkGrey .btn-default.disabled:focus, .page-color--darkGrey .btn-default.disabled:active, .page-color--darkGrey .btn-default.disabled.active, .page-color--darkGrey .btn-default[disabled], .page-color--darkGrey .btn-default[disabled]:hover, .page-color--darkGrey .btn-default[disabled]:focus, .page-color--darkGrey .btn-default[disabled]:active, .page-color--darkGrey .btn-default.active[disabled], .page-color--darkGrey fieldset[disabled] .btn-default, .page-color--darkGrey fieldset[disabled] .btn-default:hover, .page-color--darkGrey fieldset[disabled] .btn-default:focus, .page-color--darkGrey fieldset[disabled] .btn-default:active, .page-color--darkGrey fieldset[disabled] .btn-default.active, .section-color--darkGrey .btn-default.disabled, .section-color--darkGrey .btn-default.disabled:hover, .section-color--darkGrey .btn-default.disabled:focus, .section-color--darkGrey .btn-default.disabled:active, .section-color--darkGrey .btn-default.disabled.active, .section-color--darkGrey .btn-default[disabled], .section-color--darkGrey .btn-default[disabled]:hover, .section-color--darkGrey .btn-default[disabled]:focus, .section-color--darkGrey .btn-default[disabled]:active, .section-color--darkGrey .btn-default.active[disabled], .section-color--darkGrey fieldset[disabled] .btn-default, .section-color--darkGrey fieldset[disabled] .btn-default:hover, .section-color--darkGrey fieldset[disabled] .btn-default:focus, .section-color--darkGrey fieldset[disabled] .btn-default:active, .section-color--darkGrey fieldset[disabled] .btn-default.active {
    background-color: #394144;
    border-color: #394144;
}

.page-color--darkGrey .StartTeaser, .section-color--darkGrey .StartTeaser {
    background-color: #303739 !important;
}

.page-color--darkGrey .StartTeaser .btn-outline:hover, .section-color--darkGrey .StartTeaser .btn-outline:hover {
    color: #475155 !important;
}

.page-color--darkGrey .cc_container .cc_btn:hover, .page-color--darkGrey .cc_container .cc_btn:visited:hover, .section-color--darkGrey .cc_container .cc_btn:hover, .section-color--darkGrey .cc_container .cc_btn:visited:hover {
    color: #475155 !important;
}

.page-color--darkGrey .tinymagic.h2-s, .section-color--darkGrey .tinymagic.h2-s {
    color: #475155 !important;
}

.page-color--darkGrey .VideoTeaser--overlay, .section-color--darkGrey .VideoTeaser--overlay {
    background-color: #475155 !important;
}

.page-color--darkGrey .SiteMenu--item-active, .section-color--darkGrey .SiteMenu--item-active {
    background-color: #475155 !important;
}

.ProjectsFilter-open .page-color--darkGrey .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--darkGrey .ProjectsFilter--title .icon {
    color: #475155 !important;
}

.ProjectsFilter-open .page-color--darkGrey .ProjectsFilter--title span, .ProjectsFilter-open .section-color--darkGrey .ProjectsFilter--title span {
    color: #475155 !important;
}

.page-color--darkGrey .SiteNavigation--metatitle, .section-color--darkGrey .SiteNavigation--metatitle {
    color: #303739;
}

.page-color--darkGrey .SiteNavigation--metasub, .section-color--darkGrey .SiteNavigation--metasub {
    color: #303739;
}

.page-color--darkGrey .SiteNavigation--close-dark, .section-color--darkGrey .SiteNavigation--close-dark {
    color: #303739;
}

.page-color--darkGrey .OfficeLocation .nav.nav-tabs li.active a, .section-color--darkGrey .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #303739;
}

.page-color--darkGrey .Tag, .section-color--darkGrey .Tag {
    background-color: #475155 !important;
}

.page-color--lightGrey .cc_container, .section-color--lightGrey .cc_container {
    background-color: #C6CCCF;
}

.page-color--lightGrey .cc_container .cc_btn:hover, .section-color--lightGrey .cc_container .cc_btn:hover {
    color: #C6CCCF;
}

.page-color--lightGrey .page-nav-inverted-none .SiteHeader--lowlay, .section-color--lightGrey .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #C6CCCF;
}

.page-color--lightGrey li a, .section-color--lightGrey li a {
    color: #C6CCCF;
    font-weight: bold;
}

.page-color--lightGrey li a:hover, .section-color--lightGrey li a:hover {
    color: #C6CCCF;
}

.page-color--lightGrey .dynamic-background,
.section-color--lightGrey .dynamic-background {
    background-color: #C6CCCF !important;
}

.page-color--lightGrey .dynamic-border, .section-color--lightGrey .dynamic-border {
    border-color: #C6CCCF;
}

.page-color--lightGrey .dynamic-border.btn-outline, .section-color--lightGrey .dynamic-border.btn-outline {
    color: #C6CCCF;
}

.page-color--lightGrey .dynamic-hover.btn-primary, .section-color--lightGrey .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--lightGrey .dynamic-hover.btn.btn-primary:hover, .section-color--lightGrey .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--lightGrey .dynamic-hover.btn.btn-naked, .section-color--lightGrey .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--lightGrey .dynamic-hover.btn.btn-naked:hover, .section-color--lightGrey .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--lightGrey .dynamic-color, .section-color--lightGrey .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--lightGrey ul li:before, .section-color--lightGrey ul li:before {
    color: #C6CCCF;
}

.page-color--lightGrey .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--lightGrey .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #C6CCCF;
}

.page-color--lightGrey .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--lightGrey .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #C6CCCF;
    background-color: #fff;
}

.page-color--lightGrey .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--lightGrey .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--lightGrey .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--lightGrey .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #C6CCCF;
}

.page-color--lightGrey .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--lightGrey .page-nav-inverted-inverted .SiteLogo--title, .page-color--lightGrey .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--lightGrey .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--lightGrey .page-nav-inverted-inverted .SiteLogo--title, .section-color--lightGrey .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #C6CCCF;
}

.page-color--lightGrey .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--lightGrey .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #C6CCCF;
}

.project-lightGrey {
    background-color: #C6CCCF !important;
}

.project-lightGrey .ProjectMeta {
    background-color: rgba(198, 204, 207, 0.78);
}

.page-nav-lightGrey .SiteHeader--lowlay {
    background-color: #C6CCCF !important;
}

.page-nav-lightGrey-inverted .SiteHeader--lowlay {
    color: #C6CCCF !important;
    background-color: #fff !important;
}

.page-nav-lightGrey-inverted .SiteHeader--navigationButton .icon, .page-nav-lightGrey-inverted .SiteLogo--title, .page-nav-lightGrey-inverted .LanguageBarChooser a {
    color: #C6CCCF !important;
}

.page-nav-lightGrey-inverted .SiteLogo--picture svg path, .page-nav-lightGrey-inverted .SiteLogo--picture svg g {
    fill: #C6CCCF;
}

.page-nav-lightGrey-inverted .LanguageBarChooser a:after {
    background-color: #C6CCCF !important;
}

.page-color--lightGrey, .section-color--lightGrey {
}

.page-color--lightGrey .btn-default, .section-color--lightGrey .btn-default {
    background-color: transparent;
    border-color: #aab3b8;
    color: #aab3b8;
}

.page-color--lightGrey .btn-default:hover, .page-color--lightGrey .btn-default:focus, .page-color--lightGrey .btn-default:active, .page-color--lightGrey .btn-default.active, .page-color--lightGrey .open .dropdown-toggle.btn-default, .section-color--lightGrey .btn-default:hover, .section-color--lightGrey .btn-default:focus, .section-color--lightGrey .btn-default:active, .section-color--lightGrey .btn-default.active, .section-color--lightGrey .open .dropdown-toggle.btn-default {
    background: #aab3b8;
    color: #fff;
    border-color: #aab3b8;
}

.page-color--lightGrey .btn-default:active, .page-color--lightGrey .btn-default.active, .page-color--lightGrey .open .dropdown-toggle.btn-default, .section-color--lightGrey .btn-default:active, .section-color--lightGrey .btn-default.active, .section-color--lightGrey .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--lightGrey .btn-default.disabled, .page-color--lightGrey .btn-default.disabled:hover, .page-color--lightGrey .btn-default.disabled:focus, .page-color--lightGrey .btn-default.disabled:active, .page-color--lightGrey .btn-default.disabled.active, .page-color--lightGrey .btn-default[disabled], .page-color--lightGrey .btn-default[disabled]:hover, .page-color--lightGrey .btn-default[disabled]:focus, .page-color--lightGrey .btn-default[disabled]:active, .page-color--lightGrey .btn-default.active[disabled], .page-color--lightGrey fieldset[disabled] .btn-default, .page-color--lightGrey fieldset[disabled] .btn-default:hover, .page-color--lightGrey fieldset[disabled] .btn-default:focus, .page-color--lightGrey fieldset[disabled] .btn-default:active, .page-color--lightGrey fieldset[disabled] .btn-default.active, .section-color--lightGrey .btn-default.disabled, .section-color--lightGrey .btn-default.disabled:hover, .section-color--lightGrey .btn-default.disabled:focus, .section-color--lightGrey .btn-default.disabled:active, .section-color--lightGrey .btn-default.disabled.active, .section-color--lightGrey .btn-default[disabled], .section-color--lightGrey .btn-default[disabled]:hover, .section-color--lightGrey .btn-default[disabled]:focus, .section-color--lightGrey .btn-default[disabled]:active, .section-color--lightGrey .btn-default.active[disabled], .section-color--lightGrey fieldset[disabled] .btn-default, .section-color--lightGrey fieldset[disabled] .btn-default:hover, .section-color--lightGrey fieldset[disabled] .btn-default:focus, .section-color--lightGrey fieldset[disabled] .btn-default:active, .section-color--lightGrey fieldset[disabled] .btn-default.active {
    background-color: #b5bdc1;
    border-color: #b5bdc1;
}

.page-color--lightGrey .StartTeaser, .section-color--lightGrey .StartTeaser {
    background-color: #aab3b8 !important;
}

.page-color--lightGrey .StartTeaser .btn-outline:hover, .section-color--lightGrey .StartTeaser .btn-outline:hover {
    color: #C6CCCF !important;
}

.page-color--lightGrey .cc_container .cc_btn:hover, .page-color--lightGrey .cc_container .cc_btn:visited:hover, .section-color--lightGrey .cc_container .cc_btn:hover, .section-color--lightGrey .cc_container .cc_btn:visited:hover {
    color: #C6CCCF !important;
}

.page-color--lightGrey .tinymagic.h2-s, .section-color--lightGrey .tinymagic.h2-s {
    color: #C6CCCF !important;
}

.page-color--lightGrey .VideoTeaser--overlay, .section-color--lightGrey .VideoTeaser--overlay {
    background-color: #C6CCCF !important;
}

.page-color--lightGrey .SiteMenu--item-active, .section-color--lightGrey .SiteMenu--item-active {
    background-color: #C6CCCF !important;
}

.ProjectsFilter-open .page-color--lightGrey .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--lightGrey .ProjectsFilter--title .icon {
    color: #C6CCCF !important;
}

.ProjectsFilter-open .page-color--lightGrey .ProjectsFilter--title span, .ProjectsFilter-open .section-color--lightGrey .ProjectsFilter--title span {
    color: #C6CCCF !important;
}

.page-color--lightGrey .SiteNavigation--metatitle, .section-color--lightGrey .SiteNavigation--metatitle {
    color: #aab3b8;
}

.page-color--lightGrey .SiteNavigation--metasub, .section-color--lightGrey .SiteNavigation--metasub {
    color: #aab3b8;
}

.page-color--lightGrey .SiteNavigation--close-dark, .section-color--lightGrey .SiteNavigation--close-dark {
    color: #aab3b8;
}

.page-color--lightGrey .OfficeLocation .nav.nav-tabs li.active a, .section-color--lightGrey .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #aab3b8;
}

.page-color--lightGrey .Tag, .section-color--lightGrey .Tag {
    background-color: #C6CCCF !important;
}

.page-color--lime .cc_container, .section-color--lime .cc_container {
    background-color: #c6d200;
}

.page-color--lime .cc_container .cc_btn:hover, .section-color--lime .cc_container .cc_btn:hover {
    color: #c6d200;
}

.page-color--lime .page-nav-inverted-none .SiteHeader--lowlay, .section-color--lime .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #c6d200;
}

.page-color--lime li a, .section-color--lime li a {
    color: #c6d200;
    font-weight: bold;
}

.page-color--lime li a:hover, .section-color--lime li a:hover {
    color: #c6d200;
}

.page-color--lime .dynamic-background, .section-color--lime .dynamic-background {
    background-color: #c6d200;
}

.page-color--lime .dynamic-border, .section-color--lime .dynamic-border {
    border-color: #c6d200;
}

.page-color--lime .dynamic-border.btn-outline, .section-color--lime .dynamic-border.btn-outline {
    color: #c6d200;
}

.page-color--lime .dynamic-hover.btn-primary, .section-color--lime .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--lime .dynamic-hover.btn.btn-primary:hover, .section-color--lime .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--lime .dynamic-hover.btn.btn-naked, .section-color--lime .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--lime .dynamic-hover.btn.btn-naked:hover, .section-color--lime .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--lime .dynamic-color, .section-color--lime .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--lime ul li:before, .section-color--lime ul li:before {
    color: #c6d200;
}

.page-color--lime .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--lime .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #c6d200;
}

.page-color--lime .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--lime .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #c6d200;
    background-color: #fff;
}

.page-color--lime .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--lime .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--lime .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--lime .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #c6d200;
}

.page-color--lime .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--lime .page-nav-inverted-inverted .SiteLogo--title, .page-color--lime .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--lime .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--lime .page-nav-inverted-inverted .SiteLogo--title, .section-color--lime .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #c6d200;
}

.page-color--lime .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--lime .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #c6d200;
}

.project-lime {
    background-color: #c6d200 !important;
}

.project-lime .ProjectMeta {
    background-color: rgba(198, 210, 0, 0.78);
}

.page-nav-lime .SiteHeader--lowlay {
    background-color: #c6d200 !important;
}

.page-nav-lime-inverted .SiteHeader--lowlay {
    color: #c6d200 !important;
    background-color: #fff !important;
}

.page-nav-lime-inverted .SiteHeader--navigationButton .icon, .page-nav-lime-inverted .SiteLogo--title, .page-nav-lime-inverted .LanguageBarChooser a {
    color: #c6d200 !important;
}

.page-nav-lime-inverted .SiteLogo--picture svg path, .page-nav-lime-inverted .SiteLogo--picture svg g {
    fill: #c6d200;
}

.page-nav-lime-inverted .LanguageBarChooser a:after {
    background-color: #c6d200 !important;
}

.page-color--lime, .section-color--lime {
}

.page-color--lime .btn-default, .section-color--lime .btn-default {
    background-color: transparent;
    border-color: #969f00;
    color: #969f00;
}

.page-color--lime .btn-default:hover, .page-color--lime .btn-default:focus, .page-color--lime .btn-default:active, .page-color--lime .btn-default.active, .page-color--lime .open .dropdown-toggle.btn-default, .section-color--lime .btn-default:hover, .section-color--lime .btn-default:focus, .section-color--lime .btn-default:active, .section-color--lime .btn-default.active, .section-color--lime .open .dropdown-toggle.btn-default {
    background: #969f00;
    color: #fff;
    border-color: #969f00;
}

.page-color--lime .btn-default:active, .page-color--lime .btn-default.active, .page-color--lime .open .dropdown-toggle.btn-default, .section-color--lime .btn-default:active, .section-color--lime .btn-default.active, .section-color--lime .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--lime .btn-default.disabled, .page-color--lime .btn-default.disabled:hover, .page-color--lime .btn-default.disabled:focus, .page-color--lime .btn-default.disabled:active, .page-color--lime .btn-default.disabled.active, .page-color--lime .btn-default[disabled], .page-color--lime .btn-default[disabled]:hover, .page-color--lime .btn-default[disabled]:focus, .page-color--lime .btn-default[disabled]:active, .page-color--lime .btn-default.active[disabled], .page-color--lime fieldset[disabled] .btn-default, .page-color--lime fieldset[disabled] .btn-default:hover, .page-color--lime fieldset[disabled] .btn-default:focus, .page-color--lime fieldset[disabled] .btn-default:active, .page-color--lime fieldset[disabled] .btn-default.active, .section-color--lime .btn-default.disabled, .section-color--lime .btn-default.disabled:hover, .section-color--lime .btn-default.disabled:focus, .section-color--lime .btn-default.disabled:active, .section-color--lime .btn-default.disabled.active, .section-color--lime .btn-default[disabled], .section-color--lime .btn-default[disabled]:hover, .section-color--lime .btn-default[disabled]:focus, .section-color--lime .btn-default[disabled]:active, .section-color--lime .btn-default.active[disabled], .section-color--lime fieldset[disabled] .btn-default, .section-color--lime fieldset[disabled] .btn-default:hover, .section-color--lime fieldset[disabled] .btn-default:focus, .section-color--lime fieldset[disabled] .btn-default:active, .section-color--lime fieldset[disabled] .btn-default.active {
    background-color: #a9b300;
    border-color: #a9b300;
}

.page-color--lime .StartTeaser, .section-color--lime .StartTeaser {
    background-color: #969f00 !important;
}

.page-color--lime .StartTeaser .btn-outline:hover, .section-color--lime .StartTeaser .btn-outline:hover {
    color: #c6d200 !important;
}

.page-color--lime .cc_container .cc_btn:hover, .page-color--lime .cc_container .cc_btn:visited:hover, .section-color--lime .cc_container .cc_btn:hover, .section-color--lime .cc_container .cc_btn:visited:hover {
    color: #c6d200 !important;
}

.page-color--lime .tinymagic.h2-s, .section-color--lime .tinymagic.h2-s {
    color: #c6d200 !important;
}

.page-color--lime .VideoTeaser--overlay, .section-color--lime .VideoTeaser--overlay {
    background-color: #c6d200 !important;
}

.page-color--lime .SiteMenu--item-active, .section-color--lime .SiteMenu--item-active {
    background-color: #c6d200 !important;
}

.ProjectsFilter-open .page-color--lime .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--lime .ProjectsFilter--title .icon {
    color: #c6d200 !important;
}

.ProjectsFilter-open .page-color--lime .ProjectsFilter--title span, .ProjectsFilter-open .section-color--lime .ProjectsFilter--title span {
    color: #c6d200 !important;
}

.page-color--lime .SiteNavigation--metatitle, .section-color--lime .SiteNavigation--metatitle {
    color: #969f00;
}

.page-color--lime .SiteNavigation--metasub, .section-color--lime .SiteNavigation--metasub {
    color: #969f00;
}

.page-color--lime .SiteNavigation--close-dark, .section-color--lime .SiteNavigation--close-dark {
    color: #969f00;
}

.page-color--lime .OfficeLocation .nav.nav-tabs li.active a, .section-color--lime .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #969f00;
}

.page-color--lime .Tag, .section-color--lime .Tag {
    background-color: #c6d200 !important;
}

.page-color--deepWater .cc_container, .section-color--deepWater .cc_container {
    background-color: #005267;
}

.page-color--deepWater .cc_container .cc_btn:hover, .section-color--deepWater .cc_container .cc_btn:hover {
    color: #005267;
}

.page-color--deepWater .page-nav-inverted-none .SiteHeader--lowlay, .section-color--deepWater .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #005267;
}

.page-color--deepWater li a, .section-color--deepWater li a {
    color: #005267;
    font-weight: bold;
}

.page-color--deepWater li a:hover, .section-color--deepWater li a:hover {
    color: #005267;
}

.page-color--deepWater .dynamic-background,
.section-color--deepWater .dynamic-background {
    background-color: #005267 !important;
}

.page-color--deepWater .dynamic-border, .section-color--deepWater .dynamic-border {
    border-color: #005267;
}

.page-color--deepWater .dynamic-border.btn-outline, .section-color--deepWater .dynamic-border.btn-outline {
    color: #005267;
}

.page-color--deepWater .dynamic-hover.btn-primary, .section-color--deepWater .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--deepWater .dynamic-hover.btn.btn-primary:hover, .section-color--deepWater .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--deepWater .dynamic-hover.btn.btn-naked, .section-color--deepWater .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--deepWater .dynamic-hover.btn.btn-naked:hover, .section-color--deepWater .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--deepWater .dynamic-color, .section-color--deepWater .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--deepWater ul li:before, .section-color--deepWater ul li:before {
    color: #005267;
}

.page-color--deepWater .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--deepWater .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #005267;
}

.page-color--deepWater .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--deepWater .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #005267;
    background-color: #fff;
}

.page-color--deepWater .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--deepWater .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--deepWater .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--deepWater .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #005267;
}

.page-color--deepWater .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--deepWater .page-nav-inverted-inverted .SiteLogo--title, .page-color--deepWater .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--deepWater .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--deepWater .page-nav-inverted-inverted .SiteLogo--title, .section-color--deepWater .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #005267;
}

.page-color--deepWater .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--deepWater .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #005267;
}

.project-deepWater {
    background-color: #005267 !important;
}

.project-deepWater .ProjectMeta {
    background-color: rgba(0, 82, 103, 0.78);
}

.page-nav-deepWater .SiteHeader--lowlay {
    background-color: #005267 !important;
}

.page-nav-deepWater-inverted .SiteHeader--lowlay {
    color: #005267 !important;
    background-color: #fff !important;
}

.page-nav-deepWater-inverted .SiteHeader--navigationButton .icon, .page-nav-deepWater-inverted .SiteLogo--title, .page-nav-deepWater-inverted .LanguageBarChooser a {
    color: #005267 !important;
}

.page-nav-deepWater-inverted .SiteLogo--picture svg path, .page-nav-deepWater-inverted .SiteLogo--picture svg g {
    fill: #005267;
}

.page-nav-deepWater-inverted .LanguageBarChooser a:after {
    background-color: #005267 !important;
}

.page-color--deepWater, .section-color--deepWater {
}

.page-color--deepWater .btn-default, .section-color--deepWater .btn-default {
    background-color: transparent;
    border-color: #002934;
    color: #002934;
}

.page-color--deepWater .btn-default:hover, .page-color--deepWater .btn-default:focus, .page-color--deepWater .btn-default:active, .page-color--deepWater .btn-default.active, .page-color--deepWater .open .dropdown-toggle.btn-default, .section-color--deepWater .btn-default:hover, .section-color--deepWater .btn-default:focus, .section-color--deepWater .btn-default:active, .section-color--deepWater .btn-default.active, .section-color--deepWater .open .dropdown-toggle.btn-default {
    background: #002934;
    color: #fff;
    border-color: #002934;
}

.page-color--deepWater .btn-default:active, .page-color--deepWater .btn-default.active, .page-color--deepWater .open .dropdown-toggle.btn-default, .section-color--deepWater .btn-default:active, .section-color--deepWater .btn-default.active, .section-color--deepWater .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--deepWater .btn-default.disabled, .page-color--deepWater .btn-default.disabled:hover, .page-color--deepWater .btn-default.disabled:focus, .page-color--deepWater .btn-default.disabled:active, .page-color--deepWater .btn-default.disabled.active, .page-color--deepWater .btn-default[disabled], .page-color--deepWater .btn-default[disabled]:hover, .page-color--deepWater .btn-default[disabled]:focus, .page-color--deepWater .btn-default[disabled]:active, .page-color--deepWater .btn-default.active[disabled], .page-color--deepWater fieldset[disabled] .btn-default, .page-color--deepWater fieldset[disabled] .btn-default:hover, .page-color--deepWater fieldset[disabled] .btn-default:focus, .page-color--deepWater fieldset[disabled] .btn-default:active, .page-color--deepWater fieldset[disabled] .btn-default.active, .section-color--deepWater .btn-default.disabled, .section-color--deepWater .btn-default.disabled:hover, .section-color--deepWater .btn-default.disabled:focus, .section-color--deepWater .btn-default.disabled:active, .section-color--deepWater .btn-default.disabled.active, .section-color--deepWater .btn-default[disabled], .section-color--deepWater .btn-default[disabled]:hover, .section-color--deepWater .btn-default[disabled]:focus, .section-color--deepWater .btn-default[disabled]:active, .section-color--deepWater .btn-default.active[disabled], .section-color--deepWater fieldset[disabled] .btn-default, .section-color--deepWater fieldset[disabled] .btn-default:hover, .section-color--deepWater fieldset[disabled] .btn-default:focus, .section-color--deepWater fieldset[disabled] .btn-default:active, .section-color--deepWater fieldset[disabled] .btn-default.active {
    background-color: #003a48;
    border-color: #003a48;
}

.page-color--deepWater .StartTeaser, .section-color--deepWater .StartTeaser {
    background-color: #002934 !important;
}

.page-color--deepWater .StartTeaser .btn-outline:hover, .section-color--deepWater .StartTeaser .btn-outline:hover {
    color: #005267 !important;
}

.page-color--deepWater .cc_container .cc_btn:hover, .page-color--deepWater .cc_container .cc_btn:visited:hover, .section-color--deepWater .cc_container .cc_btn:hover, .section-color--deepWater .cc_container .cc_btn:visited:hover {
    color: #005267 !important;
}

.page-color--deepWater .tinymagic.h2-s, .section-color--deepWater .tinymagic.h2-s {
    color: #005267 !important;
}

.page-color--deepWater .VideoTeaser--overlay, .section-color--deepWater .VideoTeaser--overlay {
    background-color: #005267 !important;
}

.page-color--deepWater .SiteMenu--item-active, .section-color--deepWater .SiteMenu--item-active {
    background-color: #005267 !important;
}

.ProjectsFilter-open .page-color--deepWater .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--deepWater .ProjectsFilter--title .icon {
    color: #005267 !important;
}

.ProjectsFilter-open .page-color--deepWater .ProjectsFilter--title span, .ProjectsFilter-open .section-color--deepWater .ProjectsFilter--title span {
    color: #005267 !important;
}

.page-color--deepWater .SiteNavigation--metatitle, .section-color--deepWater .SiteNavigation--metatitle {
    color: #002934;
}

.page-color--deepWater .SiteNavigation--metasub, .section-color--deepWater .SiteNavigation--metasub {
    color: #002934;
}

.page-color--deepWater .SiteNavigation--close-dark, .section-color--deepWater .SiteNavigation--close-dark {
    color: #002934;
}

.page-color--deepWater .OfficeLocation .nav.nav-tabs li.active a, .section-color--deepWater .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #002934;
}

.page-color--deepWater .Tag, .section-color--deepWater .Tag {
    background-color: #005267 !important;
}

.page-color--rain .cc_container, .section-color--rain .cc_container {
    background-color: #097390;
}

.page-color--rain .cc_container .cc_btn:hover, .section-color--rain .cc_container .cc_btn:hover {
    color: #097390;
}

.page-color--rain .page-nav-inverted-none .SiteHeader--lowlay, .section-color--rain .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #097390;
}

.page-color--rain li a, .section-color--rain li a {
    color: #097390;
    font-weight: bold;
}

.page-color--rain li a:hover, .section-color--rain li a:hover {
    color: #097390;
}

.page-color--rain .dynamic-background,
.section-color--rain .dynamic-background {
    background-color: #097390 !important;
}

.page-color--rain .dynamic-border, .section-color--rain .dynamic-border {
    border-color: #097390;
}

.page-color--rain .dynamic-border.btn-outline, .section-color--rain .dynamic-border.btn-outline {
    color: #097390;
}

.page-color--rain .dynamic-hover.btn-primary, .section-color--rain .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--rain .dynamic-hover.btn.btn-primary:hover, .section-color--rain .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--rain .dynamic-hover.btn.btn-naked, .section-color--rain .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--rain .dynamic-hover.btn.btn-naked:hover, .section-color--rain .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--rain .dynamic-color, .section-color--rain .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--rain ul li:before, .section-color--rain ul li:before {
    color: #097390;
}

.page-color--rain .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--rain .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #097390;
}

.page-color--rain .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--rain .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #097390;
    background-color: #fff;
}

.page-color--rain .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--rain .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--rain .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--rain .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #097390;
}

.page-color--rain .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--rain .page-nav-inverted-inverted .SiteLogo--title, .page-color--rain .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--rain .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--rain .page-nav-inverted-inverted .SiteLogo--title, .section-color--rain .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #097390;
}

.page-color--rain .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--rain .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #097390;
}

.project-rain {
    background-color: #097390 !important;
}

.project-rain .ProjectMeta {
    background-color: rgba(9, 115, 144, 0.78);
}

.page-nav-rain .SiteHeader--lowlay {
    background-color: #097390 !important;
}

.page-nav-rain-inverted .SiteHeader--lowlay {
    color: #097390 !important;
    background-color: #fff !important;
}

.page-nav-rain-inverted .SiteHeader--navigationButton .icon, .page-nav-rain-inverted .SiteLogo--title, .page-nav-rain-inverted .LanguageBarChooser a {
    color: #097390 !important;
}

.page-nav-rain-inverted .SiteLogo--picture svg path, .page-nav-rain-inverted .SiteLogo--picture svg g {
    fill: #097390;
}

.page-nav-rain-inverted .LanguageBarChooser a:after {
    background-color: #097390 !important;
}

.page-color--rain, .section-color--rain {
}

.page-color--rain .btn-default, .section-color--rain .btn-default {
    background-color: transparent;
    border-color: #064d60;
    color: #064d60;
}

.page-color--rain .btn-default:hover, .page-color--rain .btn-default:focus, .page-color--rain .btn-default:active, .page-color--rain .btn-default.active, .page-color--rain .open .dropdown-toggle.btn-default, .section-color--rain .btn-default:hover, .section-color--rain .btn-default:focus, .section-color--rain .btn-default:active, .section-color--rain .btn-default.active, .section-color--rain .open .dropdown-toggle.btn-default {
    background: #064d60;
    color: #fff;
    border-color: #064d60;
}

.page-color--rain .btn-default:active, .page-color--rain .btn-default.active, .page-color--rain .open .dropdown-toggle.btn-default, .section-color--rain .btn-default:active, .section-color--rain .btn-default.active, .section-color--rain .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--rain .btn-default.disabled, .page-color--rain .btn-default.disabled:hover, .page-color--rain .btn-default.disabled:focus, .page-color--rain .btn-default.disabled:active, .page-color--rain .btn-default.disabled.active, .page-color--rain .btn-default[disabled], .page-color--rain .btn-default[disabled]:hover, .page-color--rain .btn-default[disabled]:focus, .page-color--rain .btn-default[disabled]:active, .page-color--rain .btn-default.active[disabled], .page-color--rain fieldset[disabled] .btn-default, .page-color--rain fieldset[disabled] .btn-default:hover, .page-color--rain fieldset[disabled] .btn-default:focus, .page-color--rain fieldset[disabled] .btn-default:active, .page-color--rain fieldset[disabled] .btn-default.active, .section-color--rain .btn-default.disabled, .section-color--rain .btn-default.disabled:hover, .section-color--rain .btn-default.disabled:focus, .section-color--rain .btn-default.disabled:active, .section-color--rain .btn-default.disabled.active, .section-color--rain .btn-default[disabled], .section-color--rain .btn-default[disabled]:hover, .section-color--rain .btn-default[disabled]:focus, .section-color--rain .btn-default[disabled]:active, .section-color--rain .btn-default.active[disabled], .section-color--rain fieldset[disabled] .btn-default, .section-color--rain fieldset[disabled] .btn-default:hover, .section-color--rain fieldset[disabled] .btn-default:focus, .section-color--rain fieldset[disabled] .btn-default:active, .section-color--rain fieldset[disabled] .btn-default.active {
    background-color: #075c73;
    border-color: #075c73;
}

.page-color--rain .StartTeaser, .section-color--rain .StartTeaser {
    background-color: #064d60 !important;
}

.page-color--rain .StartTeaser .btn-outline:hover, .section-color--rain .StartTeaser .btn-outline:hover {
    color: #097390 !important;
}

.page-color--rain .cc_container .cc_btn:hover, .page-color--rain .cc_container .cc_btn:visited:hover, .section-color--rain .cc_container .cc_btn:hover, .section-color--rain .cc_container .cc_btn:visited:hover {
    color: #097390 !important;
}

.page-color--rain .tinymagic.h2-s, .section-color--rain .tinymagic.h2-s {
    color: #097390 !important;
}

.page-color--rain .VideoTeaser--overlay, .section-color--rain .VideoTeaser--overlay {
    background-color: #097390 !important;
}

.page-color--rain .SiteMenu--item-active, .section-color--rain .SiteMenu--item-active {
    background-color: #097390 !important;
}

.ProjectsFilter-open .page-color--rain .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--rain .ProjectsFilter--title .icon {
    color: #097390 !important;
}

.ProjectsFilter-open .page-color--rain .ProjectsFilter--title span, .ProjectsFilter-open .section-color--rain .ProjectsFilter--title span {
    color: #097390 !important;
}

.page-color--rain .SiteNavigation--metatitle, .section-color--rain .SiteNavigation--metatitle {
    color: #064d60;
}

.page-color--rain .SiteNavigation--metasub, .section-color--rain .SiteNavigation--metasub {
    color: #064d60;
}

.page-color--rain .SiteNavigation--close-dark, .section-color--rain .SiteNavigation--close-dark {
    color: #064d60;
}

.page-color--rain .OfficeLocation .nav.nav-tabs li.active a, .section-color--rain .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #064d60;
}

.page-color--rain .Tag, .section-color--rain .Tag {
    background-color: #097390 !important;
}

.page-color--water .cc_container, .section-color--water .cc_container {
    background-color: #0E91B8;
}

.page-color--water .cc_container .cc_btn:hover, .section-color--water .cc_container .cc_btn:hover {
    color: #0E91B8;
}

.page-color--water .page-nav-inverted-none .SiteHeader--lowlay, .section-color--water .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #0E91B8;
}

.page-color--water li a, .section-color--water li a {
    color: #0E91B8;
    font-weight: bold;
}

.page-color--water li a:hover, .section-color--water li a:hover {
    color: #0E91B8;
}

.page-color--water .dynamic-background, .section-color--water .dynamic-background {
    background-color: #0E91B8;
}

.page-color--water .dynamic-border, .section-color--water .dynamic-border {
    border-color: #0E91B8;
}

.page-color--water .dynamic-border.btn-outline, .section-color--water .dynamic-border.btn-outline {
    color: #0E91B8;
}

.page-color--water .dynamic-hover.btn-primary, .section-color--water .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--water .dynamic-hover.btn.btn-primary:hover, .section-color--water .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--water .dynamic-hover.btn.btn-naked, .section-color--water .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--water .dynamic-hover.btn.btn-naked:hover, .section-color--water .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--water .dynamic-color, .section-color--water .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--water ul li:before, .section-color--water ul li:before {
    color: #0E91B8;
}

.page-color--water .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--water .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #0E91B8;
}

.page-color--water .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--water .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #0E91B8;
    background-color: #fff;
}

.page-color--water .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--water .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--water .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--water .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #0E91B8;
}

.page-color--water .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--water .page-nav-inverted-inverted .SiteLogo--title, .page-color--water .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--water .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--water .page-nav-inverted-inverted .SiteLogo--title, .section-color--water .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #0E91B8;
}

.page-color--water .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--water .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #0E91B8;
}

.project-water {
    background-color: #0E91B8 !important;
}

.project-water .ProjectMeta {
    background-color: rgba(14, 145, 184, 0.78);
}

.page-nav-water .SiteHeader--lowlay {
    background-color: #0E91B8 !important;
}

.page-nav-water-inverted .SiteHeader--lowlay {
    color: #0E91B8 !important;
    background-color: #fff !important;
}

.page-nav-water-inverted .SiteHeader--navigationButton .icon, .page-nav-water-inverted .SiteLogo--title, .page-nav-water-inverted .LanguageBarChooser a {
    color: #0E91B8 !important;
}

.page-nav-water-inverted .SiteLogo--picture svg path, .page-nav-water-inverted .SiteLogo--picture svg g {
    fill: #0E91B8;
}

.page-nav-water-inverted .LanguageBarChooser a:after {
    background-color: #0E91B8 !important;
}


/* vgross: erweiterung */
.page-color--water .PhoneTeaser--vertwrap a,
.page-color--water .PhoneTeaser--vertwrap a:hover {
    color: #fff;
}

.page-color--water, .section-color--water {
    /* buttons hierher migriert */
    /* contact menu colors */
    /* vgross: tags sinngemaeß von csalat übernommen */
}

.page-color--water .btn-default, .section-color--water .btn-default {
    background-color: transparent;
    border-color: #0a6c89;
    color: #0a6c89;
}

.page-color--water .btn-default:hover, .page-color--water .btn-default:focus, .page-color--water .btn-default:active, .page-color--water .btn-default.active, .page-color--water .open .dropdown-toggle.btn-default, .section-color--water .btn-default:hover, .section-color--water .btn-default:focus, .section-color--water .btn-default:active, .section-color--water .btn-default.active, .section-color--water .open .dropdown-toggle.btn-default {
    background: #0a6c89;
    color: #fff;
    border-color: #0a6c89;
}

.page-color--water .btn-default:active, .page-color--water .btn-default.active, .page-color--water .open .dropdown-toggle.btn-default, .section-color--water .btn-default:active, .section-color--water .btn-default.active, .section-color--water .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--water .btn-default.disabled, .page-color--water .btn-default.disabled:hover, .page-color--water .btn-default.disabled:focus, .page-color--water .btn-default.disabled:active, .page-color--water .btn-default.disabled.active, .page-color--water .btn-default[disabled], .page-color--water .btn-default[disabled]:hover, .page-color--water .btn-default[disabled]:focus, .page-color--water .btn-default[disabled]:active, .page-color--water .btn-default.active[disabled], .page-color--water fieldset[disabled] .btn-default, .page-color--water fieldset[disabled] .btn-default:hover, .page-color--water fieldset[disabled] .btn-default:focus, .page-color--water fieldset[disabled] .btn-default:active, .page-color--water fieldset[disabled] .btn-default.active, .section-color--water .btn-default.disabled, .section-color--water .btn-default.disabled:hover, .section-color--water .btn-default.disabled:focus, .section-color--water .btn-default.disabled:active, .section-color--water .btn-default.disabled.active, .section-color--water .btn-default[disabled], .section-color--water .btn-default[disabled]:hover, .section-color--water .btn-default[disabled]:focus, .section-color--water .btn-default[disabled]:active, .section-color--water .btn-default.active[disabled], .section-color--water fieldset[disabled] .btn-default, .section-color--water fieldset[disabled] .btn-default:hover, .section-color--water fieldset[disabled] .btn-default:focus, .section-color--water fieldset[disabled] .btn-default:active, .section-color--water fieldset[disabled] .btn-default.active {
    background-color: #0c7b9c;
    border-color: #0c7b9c;
}

.page-color--water .StartTeaser, .section-color--water .StartTeaser {
    background-color: #0a6c89 !important;
}

.page-color--water .StartTeaser .btn-outline:hover, .section-color--water .StartTeaser .btn-outline:hover {
    color: #0E91B8 !important;
}

.page-color--water .cc_container .cc_btn:hover, .page-color--water .cc_container .cc_btn:visited:hover, .section-color--water .cc_container .cc_btn:hover, .section-color--water .cc_container .cc_btn:visited:hover {
    color: #0E91B8 !important;
}

.page-color--water .tinymagic.h2-s, .section-color--water .tinymagic.h2-s {
    color: #0E91B8 !important;
}

.page-color--water .VideoTeaser--overlay, .section-color--water .VideoTeaser--overlay {
    background-color: #0E91B8 !important;
}

.page-color--water .SiteMenu--item-active, .section-color--water .SiteMenu--item-active {
    background-color: #0E91B8 !important;
}

.ProjectsFilter-open .page-color--water .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--water .ProjectsFilter--title .icon {
    color: #0E91B8 !important;
}

.ProjectsFilter-open .page-color--water .ProjectsFilter--title span, .ProjectsFilter-open .section-color--water .ProjectsFilter--title span {
    color: #0E91B8 !important;
}

.page-color--water .SiteNavigation--metatitle, .section-color--water .SiteNavigation--metatitle {
    color: #0a6c89;
}

.page-color--water .SiteNavigation--metasub, .section-color--water .SiteNavigation--metasub {
    color: #0a6c89;
}

.page-color--water .SiteNavigation--close-dark, .section-color--water .SiteNavigation--close-dark {
    color: #0a6c89;
}

.page-color--water .OfficeLocation .nav.nav-tabs li.active a, .section-color--water .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #0a6c89;
}

.page-color--water .Tag, .section-color--water .Tag {
    background-color: #0E91B8 !important;
}

.page-color--ice .cc_container, .section-color--ice .cc_container {
    background-color: #09ACDC;
}

.page-color--ice .cc_container .cc_btn:hover, .section-color--ice .cc_container .cc_btn:hover {
    color: #09ACDC;
}

.page-color--ice .page-nav-inverted-none .SiteHeader--lowlay, .section-color--ice .page-nav-inverted-none .SiteHeader--lowlay {
    background-color: #09ACDC;
}

.page-color--ice li a, .section-color--ice li a {
    color: #09ACDC;
    font-weight: bold;
}

.page-color--ice li a:hover, .section-color--ice li a:hover {
    color: #09ACDC;
}

.page-color--ice .dynamic-background,
.section-color--ice .dynamic-background {
    background-color: #09ACDC !important;
}

.page-color--ice .dynamic-border, .section-color--ice .dynamic-border {
    border-color: #09ACDC;
}

.page-color--ice .dynamic-border.btn-outline, .section-color--ice .dynamic-border.btn-outline {
    color: #09ACDC;
}

.page-color--ice .dynamic-hover.btn-primary, .section-color--ice .dynamic-hover.btn-primary {
    border-color: #0E91B8;
    background-color: transparent;
    color: #0E91B8;
}

.page-color--ice .dynamic-hover.btn.btn-primary:hover, .section-color--ice .dynamic-hover.btn.btn-primary:hover {
    background-color: #0E91B8;
    color: #fff;
}

.page-color--ice .dynamic-hover.btn.btn-naked, .section-color--ice .dynamic-hover.btn.btn-naked {
    background-color: transparent;
    color: #0E91B8;
    border-color: transparent;
}

.page-color--ice .dynamic-hover.btn.btn-naked:hover, .section-color--ice .dynamic-hover.btn.btn-naked:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0E91B8;
}

.page-color--ice .dynamic-color, .section-color--ice .dynamic-color {
    color: #0E91B8 !important;
}

.page-color--ice ul li:before, .section-color--ice ul li:before {
    color: #09ACDC;
}

.page-color--ice .DeviceSlider .owl-theme .owl-controls .owl-page span, .section-color--ice .DeviceSlider .owl-theme .owl-controls .owl-page span {
    background-color: #09ACDC;
}

.page-color--ice .page-nav-inverted-inverted .SiteHeader--lowlay, .section-color--ice .page-nav-inverted-inverted .SiteHeader--lowlay {
    color: #09ACDC;
    background-color: #fff;
}

.page-color--ice .page-nav-inverted-inverted .SiteLogo--picture svg path, .page-color--ice .page-nav-inverted-inverted .SiteLogo--picture svg g, .section-color--ice .page-nav-inverted-inverted .SiteLogo--picture svg path, .section-color--ice .page-nav-inverted-inverted .SiteLogo--picture svg g {
    fill: #09ACDC;
}

.page-color--ice .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .page-color--ice .page-nav-inverted-inverted .SiteLogo--title, .page-color--ice .page-nav-inverted-inverted .LanguageBarChooser a, .section-color--ice .page-nav-inverted-inverted .SiteHeader--navigationButton .icon, .section-color--ice .page-nav-inverted-inverted .SiteLogo--title, .section-color--ice .page-nav-inverted-inverted .LanguageBarChooser a {
    color: #09ACDC;
}

.page-color--ice .page-nav-inverted-inverted .LanguageBarChooser a:after, .section-color--ice .page-nav-inverted-inverted .LanguageBarChooser a:after {
    background-color: #09ACDC;
}

.project-ice {
    background-color: #09ACDC !important;
}

.project-ice .ProjectMeta {
    background-color: rgba(9, 172, 220, 0.78);
}

.page-nav-ice .SiteHeader--lowlay {
    background-color: #09ACDC !important;
}

.page-nav-ice-inverted .SiteHeader--lowlay {
    color: #09ACDC !important;
    background-color: #fff !important;
}

.page-nav-ice-inverted .SiteHeader--navigationButton .icon, .page-nav-ice-inverted .SiteLogo--title, .page-nav-ice-inverted .LanguageBarChooser a {
    color: #09ACDC !important;
}

.page-nav-ice-inverted .SiteLogo--picture svg path, .page-nav-ice-inverted .SiteLogo--picture svg g {
    fill: #09ACDC;
}

.page-nav-ice-inverted .LanguageBarChooser a:after {
    background-color: #09ACDC !important;
}

/* vgross: erweiterung */
.page-color--ice, .section-color--ice {
    /* buttons hierher migriert */
    /* contact menu colors */
    /* vgross: tags sinngemaeß von csalat übernommen */
}

.page-color--ice .btn-default, .section-color--ice .btn-default {
    background-color: transparent;
    border-color: #0786ab;
    color: #0786ab;
}

.page-color--ice .btn-default:hover, .page-color--ice .btn-default:focus, .page-color--ice .btn-default:active, .page-color--ice .btn-default.active, .page-color--ice .open .dropdown-toggle.btn-default, .section-color--ice .btn-default:hover, .section-color--ice .btn-default:focus, .section-color--ice .btn-default:active, .section-color--ice .btn-default.active, .section-color--ice .open .dropdown-toggle.btn-default {
    background: #0786ab;
    color: #fff;
    border-color: #0786ab;
}

.page-color--ice .btn-default:active, .page-color--ice .btn-default.active, .page-color--ice .open .dropdown-toggle.btn-default, .section-color--ice .btn-default:active, .section-color--ice .btn-default.active, .section-color--ice .open .dropdown-toggle.btn-default {
    background-image: none;
}

.page-color--ice .btn-default.disabled, .page-color--ice .btn-default.disabled:hover, .page-color--ice .btn-default.disabled:focus, .page-color--ice .btn-default.disabled:active, .page-color--ice .btn-default.disabled.active, .page-color--ice .btn-default[disabled], .page-color--ice .btn-default[disabled]:hover, .page-color--ice .btn-default[disabled]:focus, .page-color--ice .btn-default[disabled]:active, .page-color--ice .btn-default.active[disabled], .page-color--ice fieldset[disabled] .btn-default, .page-color--ice fieldset[disabled] .btn-default:hover, .page-color--ice fieldset[disabled] .btn-default:focus, .page-color--ice fieldset[disabled] .btn-default:active, .page-color--ice fieldset[disabled] .btn-default.active, .section-color--ice .btn-default.disabled, .section-color--ice .btn-default.disabled:hover, .section-color--ice .btn-default.disabled:focus, .section-color--ice .btn-default.disabled:active, .section-color--ice .btn-default.disabled.active, .section-color--ice .btn-default[disabled], .section-color--ice .btn-default[disabled]:hover, .section-color--ice .btn-default[disabled]:focus, .section-color--ice .btn-default[disabled]:active, .section-color--ice .btn-default.active[disabled], .section-color--ice fieldset[disabled] .btn-default, .section-color--ice fieldset[disabled] .btn-default:hover, .section-color--ice fieldset[disabled] .btn-default:focus, .section-color--ice fieldset[disabled] .btn-default:active, .section-color--ice fieldset[disabled] .btn-default.active {
    background-color: #0895bf;
    border-color: #0895bf;
}

.page-color--ice .StartTeaser, .section-color--ice .StartTeaser {
    background-color: #0786ab !important;
}

.page-color--ice .StartTeaser .btn-outline:hover, .section-color--ice .StartTeaser .btn-outline:hover {
    color: #09ACDC !important;
}

.page-color--ice .cc_container .cc_btn:hover, .page-color--ice .cc_container .cc_btn:visited:hover, .section-color--ice .cc_container .cc_btn:hover, .section-color--ice .cc_container .cc_btn:visited:hover {
    color: #09ACDC !important;
}

.page-color--ice .tinymagic.h2-s, .section-color--ice .tinymagic.h2-s {
    color: #09ACDC !important;
}

.page-color--ice .VideoTeaser--overlay, .section-color--ice .VideoTeaser--overlay {
    background-color: #09ACDC !important;
}

.page-color--ice .SiteMenu--item-active, .section-color--ice .SiteMenu--item-active {
    background-color: #09ACDC !important;
}

.ProjectsFilter-open .page-color--ice .ProjectsFilter--title .icon, .ProjectsFilter-open .section-color--ice .ProjectsFilter--title .icon {
    color: #09ACDC !important;
}

.ProjectsFilter-open .page-color--ice .ProjectsFilter--title span, .ProjectsFilter-open .section-color--ice .ProjectsFilter--title span {
    color: #09ACDC !important;
}

.page-color--ice .SiteNavigation--metatitle, .section-color--ice .SiteNavigation--metatitle {
    color: #0786ab;
}

.page-color--ice .SiteNavigation--metasub, .section-color--ice .SiteNavigation--metasub {
    color: #0786ab;
}

.page-color--ice .SiteNavigation--close-dark, .section-color--ice .SiteNavigation--close-dark {
    color: #0786ab;
}

.page-color--ice .OfficeLocation .nav.nav-tabs li.active a, .section-color--ice .OfficeLocation .nav.nav-tabs li.active a {
    background-color: #0786ab;
}

.page-color--ice .Tag, .section-color--ice .Tag {
    background-color: #09ACDC !important;
}

.wrap {
    width: 100%;
    float: left;
}

.bg-grey {
    background-color: #eee;
}

.FooterBar .IconList--item .icon {
    color: #ffffff;
    opacity: 0.4;
}

.FooterBar .SocialNav--title {
    color: #47494a;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.InputText {
    outline: 0;
    height: 40px;
    border-radius: 3px;
    padding: 8px 17px;
    font-size: 14px;
    font-size: 1.4rem;
}

.InputText-light {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #fff;
}

.InputText-light ::-webkit-input-placeholder {
    color: #fff;
}

.InputText-light :-moz-placeholder {
    color: #fff;
}

.InputText-light ::-moz-placeholder {
    color: #fff;
}

.InputText-light :-ms-input-placeholder {
    color: #fff;
}

.InputMessage {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    display: none;
}

.InputMessage-show {
    display: block;
}

.svg-contact {
    padding-bottom: 5px;
}

.ContactForm {
    margin-top: 30px;
}

.ContactForm--item {
    margin-bottom: 20px;
    width: 100%;
}

.ContactForm--label {
    display: block;
    text-align: center;
    text-align: center;
    padding: 3px 0px 4px 0px;
    font-weight: 400;
    color: #fff;
}

.ContactForm--field {
    height: 60px;
    width: 100%;
    border-color: #c8c8c8 !important;
    color: #525252;
    border: 1px solid;
    font-size: 18px;
    font-size: 1.8rem;
}

.ContactForm--field ::-webkit-input-placeholder {
    color: #c8c8c8;
}

.ContactForm--field :-moz-placeholder {
    color: #c8c8c8;
}

.ContactForm--field ::-moz-placeholder {
    color: #c8c8c8;
}

.ContactForm--field :-ms-input-placeholder {
    color: #c8c8c8;
}

.ContactForm--message {
    height: 8em;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #c8c8c8;
}

.ContactForm--message ::-webkit-input-placeholder {
    color: #c8c8c8;
}

.ContactForm--message :-moz-placeholder {
    color: #c8c8c8;
}

.ContactForm--message ::-moz-placeholder {
    color: #c8c8c8;
}

.ContactForm--message :-ms-input-placeholder {
    color: #c8c8c8;
}

.ContactForm--tab {
    display: none;
}

.ContactForm--tab-active {
    display: block;
}

.ContactForm--senticon {
    width: 100%;
    margin-bottom: 24px;
    font-size: 50px;
    font-size: 5rem;
    height: 50px;
    text-align: center;
    color: #9c3489;
}

#contact-form {
    margin-top: 50px;
    margin-bottom: 50px;
}

#contact-form h3 {
    margin-bottom: 25px;
}

#contact-form .contact-area {
    display: flex;
    justify-content: center;
}

#contact-form .contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 60px;
}

#contact-form .contact-form {
    flex: 2;
}

@media (max-width: 767px) {
    #contact-form .contact-form {
        flex: unset;
    }
}

#contact-form .form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

#contact-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#contact-form textarea {
    resize: none;
}

#contact-form .form-footer {
    font-size: 0.8em;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}

#contact-form .form-footer label {
    font-weight: normal;
}

#contact-form .form-footer input[type="radio"], input[type="checkbox"] {
    margin-right: 8px;
}

#contact-form .form-footer a {
    color: #0E91B8;
    text-decoration: none;
}

#contact-form button[type="submit"] {
    background-color: #0E91B8;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

#contact-form button[type="submit"]:hover {
    background-color: #097390;
}

#contact-form .contact-info {
    flex: 1;
    font-size: 0.9em;
}

#contact-form .contact-info h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

#contact-form .contact-info p {
    margin-bottom: 10px;
}

#contact-form .contact-info a {
    color: #0E91B8;
    text-decoration: none;
}

.ThanksMessage--title {
    text-align: center;
    color: #9c3489;
    font-size: 24px;
    font-size: 2.4rem;
}

.ThanksMessage p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.ThanksMessage--resend {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #9c3489;
    margin-top: 50px;
    text-decoration: underline;
    display: block;
    margin: auto;
}

@media (min-width: 992px) and (max-width: 1600px) {
    .ContactForm--field {
        height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ContactForm--item {
        margin-bottom: 5px;
    }

    .ContactForm--message {
        height: 7em;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

h2, .Imagebox--title {
    margin-bottom: 24px;
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 0.6315789474em;
}

h4 {
    margin: 1.037037037em 0;
}

body {
    font-size: 18px;
    font-size: 1.8rem;
}

.owl-wrapper-outer {
    overflow: hidden;
}

.StartTeaser {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.StartTeaser .welcometitle {
    font-size: 55px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 55px;
}

.StartTeaser h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    line-height: 28px;
    margin-top: 15px;
}

.StartTeaser--claim {
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    line-height: 1.1;
    margin: 10px 0 20px 0;
}

.StartTeaser .btn-outline {
    border-color: #fff;
    color: #fff;
}

.StartTeaser .btn-outline:first-of-type {
    margin-right: 10px;
}

.StartTeaser .btn-outline:hover {
    background-color: #fff;
    transition: all .2s ease;
}

.StartTeaser video {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -15;
    transform: translateX(-50%) translateY(-50%);
}

.ClientSlider {
    padding: 20px 0;
    box-sizing: content-box;
    width: 100%;
    clear: both;
}

.ClientSlider .container-fluid {
    padding: 0;
}

.ClientSlider--carousel {
    display: block;
    width: 100%;
    overflow: hidden;
}

.ClientSlider--carouselwrapper {
    white-space: nowrap;
    animation-direction: reverse;
}

.Client {
    margin: auto;
    position: relative;
    padding: 0 60px;
    max-height: 100%;
    display: inline-block;
}

.Client--tablewrap {
    display: table;
    height: 100%;
    width: 100%;
}

.Client--wrap {
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .Client {
        padding: 0 30px;
    }
}

.panel {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    text-align: left;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.panel-body {
    padding-right: 50px;
}

.LogoList--item {
    padding: 8px 15px;
    display: inline-block;
}

.panel-site .LogoList--item:nth-of-type(2) img {
    margin-top: 9px;
}

.LogoList--image {
    width: 60%;
}

.FancyHeading {
    margin-top: 100px;
}

.FancyHeading h2, .FancyHeading .Imagebox--title {
    color: #fff;
    word-break: break-word;
    font-size: 45px;
    font-size: 4.5rem;
}

.FancyHeading .panel-body a {
    font-weight: bold;
    color: #fff;
}

.panel-title {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
}

.panel-title a {
    text-decoration: none !important;
}

.panel-icon {
    right: 0;
    font-size: 50px;
    transform: rotate(180deg);
    height: 50px;
    cursor: pointer;
    color: #fff;
    margin-left: 10px;
    line-height: 50px;
    transition: transform .2s ease;
}

.collapsed .panel-icon {
    transform: rotate(0);
    transition: transform .2s ease;
}

.accordeon-wrapper {
    color: #fff;
}

.accordeon-wrapper__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 1.2em;
    word-wrap: break-word;
}

.FancyHeading:before {
    width: 100%;
    height: 156px;
    float: left;
    position: relative;
    background-image: url("/images/blue_background.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -156px;
    content: '';
}

.FancyHeading {
    margin-top: 150px !important;
    background-color: #399cc0;
}

.FancyHeading h2, .FancyHeading .Imagebox--title {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.LogoList--carousel {
    margin-bottom: 30px;
}

.panel-site .Software--info {
    margin-bottom: 20px;
}

.FancyBar {
    pointer-events: none;
    width: 3000px;
    background-color: #2d96bd;
    display: block;
    z-index: 1;
    position: absolute;
    height: 440px;
    z-index: -10;
    top: 0;
    left: -50%;
}

.FancyBar:nth-of-type(1) {
    transform: rotate(4deg);
    opacity: 0.16;
}

.FancyBar:nth-of-type(2) {
    transform: rotate(3deg);
    opacity: 0.9;
}

.FancyBar:nth-of-type(3) {
    transform: rotate(-5deg);
    opacity: 0.30;
}

.VideoTeaser {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.VideoTeaser--overlay {
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.TeaseDirection {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: scale(0.8);
}

.TeaseDirection:hover, .TeaseDirection:active, .TeaseDirection:focus {
    color: #fff;
}

.VectorLogo {
    width: 200px;
    display: block;
    margin: auto;
    padding-top: 15px;
}

.VectorLogo svg path, .VectorLogo svg rect {
    fill: #fff;
}

.home .SiteLogo {
    display: none;
}

.home .NewsWidget.NewsWidget-closed {
    transform: translateY(100%);
}

.home[data-active-section=start] .NewsWidget.NewsWidget-closed {
    transform: translateY(calc(100% - 80px));
}

.StartTeaser--logo {
    text-align: center;
    line-height: 61px;
    height: 61px;
    width: 100%;
    position: relative;
}

.StartTeaser--logo svg {
    width: 259px;
    position: absolute;
    top: 50%;
    height: 40px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.Tease--wrap {
    margin-top: 40.4%;
    transform: translateY(-50%);
    margin-left: 15px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right: -4px;
}

.video-link {
    position: relative;
}

.video-link .video-icon {
    transition: opacity .3s ease;
}

.video-link:hover .video-icon {
    opacity: 0.6;
    transition: opacity .3s ease;
}

.anchor {
    display: block;
    position: relative;
    top: -59px;
    visibility: hidden;
    z-index: -999999;
}

.Page--title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 100px;
}

.Page--content {
    margin-bottom: 100px;
}

.Page--content .imprint-table {
    width: 100%;
}

.Page--content .imprint-table td:nth-child(1) {
    min-width: 200px;
}

.waypoint {
    position: relative;
}

.modal-footer {
    border-top: 0;
    padding-top: 0;
    padding-right: 0;
}

.modal-header {
    border: 0;
    padding: 15px 0;
}

.modal-header .close {
    margin-top: 0px;
    cursor: pointer;
    float: right;
    display: inline-block;
    text-align: center;
}

.modal-body {
    padding-bottom: 0;
    padding-top: 0;
}

.modal-body .ContactForm {
    margin-top: 0;
}

.modal-body .ContactForm--item {
    margin-bottom: 5px;
}

.modal-content {
    box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 3px;
}

.modal-title {
    line-height: 1.1em;
}

@media (max-width: 767px) {
    .VideoTeaser {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 767px), (orientation: landscape) and (max-device-width: 767px) {
    .LogoList--item {
        padding: 20px 0;
    }

    .panel-title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .panel-body {
        padding-right: 0;
    }

    .modal-title {
        line-height: 1.1em;
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 48px;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        min-height: 100vh;
    }

    .modal-body, .modal-header, .modal-footer {
        padding: 10px;
    }

    .modal-footer {
        padding-top: 0;
    }

    td, th {
        width: 100%;
        display: block;
    }

    .Page--content .imprint-table td:nth-child(1) {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .Page--content .imprint-table tr {
        display: block;
        margin-bottom: 10px;
    }
}

.cc_container {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9em !important;
}

.cc_more_info {
    color: #fff !important;
    font-weight: bold;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    max-width: none !important;
    width: auto !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 3px !important;
    font-weight: normal !important;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:visited:hover {
    background-color: #fff !important;
}

.request-demo .ContactForm--label {
    display: block;
    text-align: left;
    padding: 3px 0px 4px 0px;
    color: #47494a;
}

@media (max--device-width: 767px), (orientation: landscape) and (max-device-width: 767px) {
    .ClientSlider--carouselwrapper {
        animation: carousel 30s linear infinite !important;
        animation-direction: reverse !important;
        -webkit-animation: carousel 30s linear infinite !important;
        -webkit-animation-direction: reverse !important;
    }
}

@media (max-width: 767px), (orientation: landscape) and (max-device-width: 767px) {
    .StartTeaser video {
        display: none;
    }

    .request-demo h2, .request-demo .Imagebox--title {
        font-size: 5.8rem;
    }

    .StartTeaser h3, .StartTeaser .welcometitle {
        display: none;
    }

    .StartTeaser .btn-outline {
        width: 60% !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .Tease--wrap {
        position: absolute;
        transform: translateY(50%);
        margin-top: 0;
        width: 100%;
        right: 0;
        left: 0;
        top: 50%;
    }

    .StartTeaser--claim {
        text-align: center;
        margin-top: 5px;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .StartTeaser .btn-outline {
        margin-top: 20px;
    }

    .StartTeaser .col-xs-12 {
        margin: 0;
    }

    .StartTeaser--c2a {
        text-align: center;
    }
}

.SiteLogo--title {
    display: block;
}

[data-active-section=start] .SiteLogo--title {
    display: none;
}

@media (max-width: 767px) {
    .LanguageBarChooser {
        display: none;
    }

    .home .LanguageBarChooser {
        display: block;
    }

    .TeaseDirection {
        display: none;
    }

    .StartTeaser .btn-outline {
        margin-top: 50px;
    }

    .StartTeaser--claim {
        margin-top: 20px;
    }
}

@media (orientation: landscape) and (max-device-width: 767px) {
    .NewsWidget {
        display: none;
    }

    .TeaseDirection {
        display: none;
    }

    .Tease--wrap {
        transform: translateY(27%);
        width: 100%;
    }
}

.modal .ThanksMessage {
    padding-bottom: 35px;
}

@media (min-width: 768px) {
    .section-portfolio .Imagebox:nth-of-type(3) {
        margin-top: 60px !important;
    }

    .section-portfolio .Imagebox:nth-of-type(4) {
        margin-top: 60px !important;
    }

    .section-portfolio .Imagebox:nth-of-type(5) {
        margin-top: 60px !important;
    }

    .modal-header h4 {
        font-size: 21px;
    }

    .modal {
        text-align: center;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

@media (orientation: portrait) and (min-device-width: 480px) and (max-device-width: 800px) {
    .Tease--wrap {
        transform: none;
    }
}

@keyframes carousel {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateX(0%);
        opacity: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .SiteLogo {
        display: block;
    }

    .SiteLogo--picture {
        height: 40px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .StartTeaser .btn-outline {
        margin-top: 10px !important;
    }
}

@media (min-width: 767px) {
    .linktext-mobil {
        display: none !important;
    }
}

.SiteHeader {
    width: 100%;
    height: 61px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    color: #fff;
}

.SiteHeader--lowlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -4;
    will-change: opacity;
}

.SiteHeader--navigationButton .icon {
    color: #fff;
    padding: 10px 0;
}

.SiteNavigation a, .SiteNavigation a:hover, .SiteNavigation a:focus, .SiteNavigation a:active {
    text-decoration: none;
}

.SiteLogo {
    display: block;
    text-align: center;
    margin: auto;
}

.SiteLogo-visible {
    display: block !important;
    animation: showNav 250ms ease-in-out both;
}

.SiteLogo--title {
    font-size: 11.9px;
    line-height: 61px;
    margin: 0;
    margin-top: 2px;
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    right: calc(50% + 28px);
    text-align: right;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    pointer-events: none;
}

.SiteLogo--picture {
    display: block;
    position: absolute;
    left: calc(50% - 18px);
    margin-top: 12px;
}

.SiteLogo--picture svg {
    width: 219px;
}

.menu-open, .contact-open {
    overflow: hidden;
}

.slideout-open .navigation-base {
    background-color: #fff;
    transition: background-color 0.2s ease;
}

#contactMenu .SiteNavigation--wrapper {
    overflow-y: auto;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    z-index: 999;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.SiteNavigation-main {
    width: 725px;
    transform: translateX(-725px);
    left: 0;
}

.SiteNavigation-contact {
    width: 500px;
    transform: translateX(500px);
    left: auto;
    background-color: #fff;
}

.SiteNavigation-contact .SiteNavigation--section {
    padding: 10px 0 30px 30px;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open.contact-open #contactMenu {
    transform: translateX(0) translateY(0);
    transition: transform 0.5s ease;
}

.slideout-open.menu-open #menu {
    transform: translateX(0) translateY(0);
    transition: transform 0.5s ease;
}

.SiteNavigation--logo {
    margin-left: 50px;
    margin-top: 12px;
}

.SiteNavigation--logo svg {
    height: 40px;
}

.SiteNavigation--wrapper {
    position: relative;
    height: 100vh;
}

.SiteNavigation--wrapper .SocialNav--section {
    margin-bottom: 20px;
}

.SiteNavigation--logobar {
    height: 63px;
    width: 100%;
    background-color: #272727;
    z-index: 999;
}

.SiteNavigation--logobar a {
    display: block;
    float: left;
}

.SiteNavigation--close {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    z-index: 9999;
}

.SiteNavigation--section {
    position: absolute;
    top: 63px;
    bottom: 0;
    left: 0;
    right: 0;
}

.SiteNavigation--toplevel {
    width: 260px;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    height: 100vh;
}

.SiteNavigation-contact .SiteNavigation--wrapper {
    padding: 12px 30px 30px 30px;
}

.SiteNavigation-contact .SiteNavigation--wrapper > header {
    position: relative;
}

.SiteNavigation-contact .SiteNavigation--close {
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.SiteNavigation--metatitle {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    line-height: 0.7;
}

.SiteNavigation--metasub {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.SiteMenu {
    margin-top: 38px;
}

.SiteMenu--item {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 20px 50px;
    line-height: 1;
    display: block;
    text-align: left;
    width: 100%;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    opacity: .34;
}

.SiteMenu--item:focus, .SiteMenu--item:hover {
    color: #fff;
    opacity: 1;
}

.SiteMenu--item-active {
    text-decoration: none;
    opacity: 1;
    color: #fff !important;
}

.SiteMenu--item-panel {
    color: #2d96bd;
    opacity: 1;
}

.SiteNavigation--sub {
    position: absolute;
    left: 260px;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.2s ease;
}

.SiteNavigation--sub-open {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.5s ease, opacity 0.2s ease;
}

.SiteNavigation--subcontainer {
    background-color: #000;
    height: 100vh;
}

.ProjectsFilter--activeElement {
    position: relative;
    display: none;
}

.ProjectsFilter .filter-active {
    display: none;
}

.ProjectsFilter-active .ProjectsFilter--activeElement {
    display: none;
}

.ProjectsFilter-active .filter-base {
    display: none;
}

.ProjectsFilter-active .filter-active {
    display: block;
}

.ProjectsFilter--title {
    height: 38px;
    z-index: 11;
    overflow: hidden;
}

.ProjectsFilter--title-none {
    background-color: #272727;
}

.ProjectsFilter--title .icon {
    float: right;
    transform: rotate(0);
    cursor: pointer;
    transition: transform .2s ease;
    color: #fff;
}

.ProjectsFilter-open .ProjectsFilter--title .icon {
    transform: rotate(180deg);
    transition: transform .2s ease;
}

.ProjectsFilter--title span {
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 11;
    text-align: right;
    padding: 9px 30px 0px 22px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

span.ProjectsFilter--removeSelection {
    display: inline;
    padding: 0 5px 0 0 !important;
}

.ProjectsFilter-open span.ProjectsFilter--removeSelection, .ProjectsFilter-open #filter-item-text {
    opacity: 0;
}

#filter-item-text {
    position: relative;
    text-transform: none;
    display: inline;
    color: #fff;
    font-style: italic;
    padding: 0;
}

.ProjectsFilter-active .ProjectsFilter--title {
    height: auto;
}

.ProjectsFilter-active .ProjectsFilter--activeElement {
    display: block;
}

.ProjectsFilter-open .filter-base {
    display: block;
}

.ProjectsFilter-open .filter-active {
    display: none;
}

.ProjectsFilter--dropdown {
    padding: 0 30px;
    pointer-events: none;
    display: none;
    position: absolute;
    top: 38px;
    height: 100vh;
    z-index: 9999999;
    transition: transform 0.5s ease, opacity 0.2s ease;
}

.ProjectsFilter-open .ProjectsFilter--dropdown {
    display: block;
    pointer-events: auto;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    animation: showNav 250ms ease-in-out both;
}

.ProjectsFilter--elementcount {
    color: #fff;
    float: right;
    font-weight: bold;
}

.ProjectsFilter--item {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    color: #b4b4b4;
    cursor: pointer;
    padding: 30px 0 30px 0;
    letter-spacing: 0.025em;
    margin-right: 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fafafa;
}

.ProjectsFilter--item:hover {
    text-decoration: none;
    color: #fff;
}

.ProjectsFilter--item:last-of-type {
    border-bottom: 0;
}

.ProjectsFilter--item-active {
    color: #fff;
    font-weight: bold;
}

.ProjectsFilter--item-active .ProjectsFilter--elementcount {
    display: block;
}

.ProjectsFilter--item-active:hover {
    color: #fff !important;
}

.ProjectsFilter--elementcount {
    color: #fff;
    float: right;
    font-weight: bold;
}

@keyframes showNav {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.ProjectsList #filter-wrap.filter--1 .project-category-1 {
    display: block !important;
    animation: showNav 250ms ease-in-out both;
}

.ProjectsList #filter-wrap.filter--2 .project-category-2 {
    display: block !important;
    animation: showNav 250ms ease-in-out both;
}

.ProjectsList #filter-wrap.filter--3 .project-category-3 {
    display: block !important;
    animation: showNav 250ms ease-in-out both;
}

.ProjectsList #filter-wrap.filter--4 .project-category-4 {
    display: block !important;
    animation: showNav 250ms ease-in-out both;
}

.ProjectsList #filter-wrap.filter--5 .project-category-5 {
    display: block !important;
    animation: showNav 250ms ease-in-out both;
}

.ProjectsFilter--activetext {
    padding: 0px 39px 15px 39px !important;
}

.ProjectsList {
    overflow-y: scroll;
    transform: translateZ(0);
    height: calc(100vh - 101px);
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
}

.ProjectsList a {
    width: 100%;
}

.ProjectsList::-webkit-scrollbar {
    width: 8px;
    border: none;
    border-left: 0;
    background: rgba(255, 255, 255, 0.35);
}

.ProjectsList::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
}

.ProjectsList::-webkit-scrollbar-button, .ProjectsList::-webkit-scrollbar-corner, .ProjectsList::-webkit-scrollbar-corner, .ProjectsList::-webkit-scrollbar-resizer {
    display: none;
}

.ProjectsList > a {
    float: left;
    width: 100%;
    diplay: block;
}

.ProjectsList-company .ProjectsList--itemimage img {
    max-width: 127px;
    transform: scale(1) translateZ(0);
    top: auto;
    left: auto;
    background-color: white;
}

@media (max-width: 767px) {
    .ProjectsList-company .ProjectsList--itemimage img {
        width: 64px;
    }
}


.ProjectsList-company .ProjectsList--item:hover .ProjectsList--itemimage img {
    transform: scale(1.2) translate(5px);
}

.ProjectsList--item {
    height: 127px;
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #111111;
}

.ProjectsList.ProjectsList-filtered .ProjectsList--item {
    display: none;
}

.ProjectsList--vCenter {
    text-align: left;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ProjectsList--itemimage {
    position: relative;
    width: 34%;
    overflow: hidden;
    float: left;
    height: 127px;
    opacity: .4;
}

.ProjectsList--item:hover .ProjectsList--itemimage {
    opacity: 1;
}

.ProjectsList--itemimage img {
    position: absolute;
    transform: scale(1) translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 127px;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.ProjectsList--item:hover .ProjectsList--itemimage img {
    transform: scale(1.2) translate(-50%, -50%);
    transition: transform .2s ease;
}

.ProjectsList--itemcontent {
    margin: auto;
    position: relative;
    float: left;
    height: 100%;
    width: 66%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    s
    padding: 0 20px;
    opacity: .7;
    height: 127px;
    border-bottom: 1px solid #333;
}

.ProjectsList--item:hover .ProjectsList--itemcontent {
    opacity: 1;
}

.ProjectsList--itemtitle {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ProjectsList--itemdescription {
    color: #fff;
    line-height: 1.2em;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin-top: 3px;
}

.ProjectsList--itemdescription p {
    color: #fff;
}

.LanguageBarChooser {
    margin-right: 15px;
    margin-right: 1.5rem;
}

.LanguageBarChooser a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 64px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none !important;
    padding-right: 5px;
}

.LanguageBarChooser a.active {
    font-weight: bold;
}

.LanguageBarChooser a:nth-of-type(2):after {
    color: #fff;
    background-color: #fff;
    width: 1px;
    position: absolute;
    height: 100%;
    content: '';
    left: -2.3px;
    top: 0;
}

.LanguageBarChooser a:last-of-type {
    padding-right: 0;
    padding-left: 5px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .LanguageBarChooser {
        position: fixed;
        right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .LanguageBarChooser {
        margin-right: 15px;
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .LanguageBarChooser {
        margin-right: 0;
    }
}

.SocialNav {
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 50px;
    position: absolute;
    bottom: 56px;
    display: none;
}

.SocialNav--title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.SocialNav--newsletter .InputMessage {
    color: #00ff04;
}

.SocialNav--inputwrap {
    width: 100%;
    display: block;
    position: relative;
}

.SocialNav--inputwrap input {
    width: 120%;
    padding-left: 30px;
    margin-left: -30px;
    margin-right: -10px;
    padding-right: 40px;
}

.SocialNav--sendnewsletter {
    position: absolute;
    z-index: 999999;
    right: -10px;
    color: rgba(255, 255, 255, 0.34);
    font-size: 34px;
    font-size: 3.4rem;
    margin-top: 0px;
    line-height: 1.1;
    height: 40px;
    padding-left: 4px;
    padding-right: 2px;
    background-color: transparent;
    transition: background-color .2s ease;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.SocialNav--sendnewsletter:hover {
    transition: background-color .2s ease;
    background-color: rgba(0, 0, 0, 0.24);
}

.SiteNavigation--toplevel .IconList--item {
    margin-right: 0px;
    display: inline-block;
}

.IconList--item {
    margin-right: 10px;
    display: inline-block;
}

.IconList--item .icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-decoration: none !important;
}

.IconList--item .icon:before {
    font-size: 35px;
    font-size: 3.5rem;
}

.IconList--item-white .icon {
    color: #fff;
}

.IconList--item-white:hover {
    opacity: 0.8;
}

.IconList--item-seetrough .icon {
    color: #fff;
    opacity: 0.4;
}

.IconList--item-seetrough:hover .icon {
    opacity: 1;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.OfficeLocation .map {
    width: 100%;
    height: 285px;
}

.OfficeLocation--item {
    margin-bottom: 20px;
}

.OfficeLocation--meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.3;
}

.OfficeLocation .tab-content {
    float: left;
    width: 100%;
}

.OfficeLocation .nav.nav-tabs {
    margin: 0;
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

.OfficeLocation .nav.nav-tabs li {
    width: 50%;
    float: left;
    list-style-type: none;
    display: inline-block;
    color: #fff;
}

.OfficeLocation .nav.nav-tabs li a {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #a6a6a6;
    padding: 6px 26px;
}

.OfficeLocation .nav.nav-tabs li.active a {
    color: #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .OfficeLocation .map {
        width: 100%;
        height: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    #SiteHeader--contactToggle {
        position: fixed;
        right: 0;
    }

    #SiteHeader--navigationToggle {
        position: fixed;
        left: 0;
    }

    .SiteHeader--navigationButton .icon {
        padding: 10px;
    }

    .OfficeLocation .map {
        height: 215px;
    }
}

.SiteNavigation-contact .SiteNavigation--close {
    padding-right: 0;
}

.css-flush * {
    display: none;
    overflow: visible;
}

.css-flush .SiteNavigation-main {
    position: relative;
}

@media (min-width: 767px) {
    .SocialNav {
        display: block;
    }
}

@media (max-width: 480px), (orientation: landscape) and (max-device-width: 767px) {
    .SiteNavigation-main {
        transform: translateX(-100vw);
    }

    .SiteHeader--navigationButton .icon {
        padding: 10px;
    }

    #contactMenu .ContactForm {
        display: none;
    }

    .slideout-menu {
        width: 100vw;
    }

    .SiteNavigation--logo {
        margin-left: 11px;
        height: 31px;
        width: auto;
    }

    .SiteNavigation--logo svg {
        height: 31px;
        width: auto;
    }

    .SiteHeader .container {
        padding-left: 0;
        padding-right: 0;
    }

    .SiteNavigaton--close {
        padding: 7px;
        margin-right: 12px;
    }

    .SiteNavigation--toplevel {
        width: 30%;
    }

    .SiteNavigation-contact {
        transform: translateX(100vw);
    }

    .SiteMenu--item {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 21px 0px;
    }

    .SiteLogo--title {
        text-align: center;
        right: 0;
        width: 100%;
        z-index: -3;
        margin-right: 0;
    }

    .SiteNavigation--sub {
        left: 30%;
    }

    .SiteNavigation-contact .SiteNavigation--close {
        padding-right: 0;
        right: -14px;
    }

    .ProjectsFilter--title span {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 9px 10px 0px;
    }

    .ProjectsFilter--activetext {
        padding: 1px 10px 10px 10px !important;
        line-height: 1;
    }

    .ProjectsFilter--dropdown {
        padding: 0 10px;
    }

    .ProjectsFilter--item {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 11px 0 20px 14px;
    }

    .ProjectsList--item {
        height: 64px;
    }

    .ProjectsFilter--title .icon {
        margin-top: 0;
    }

    .ProjectsList--itemimage {
        width: 70px;
        height: 64px;
        margin-right: 2px;
        opacity: 1;
    }

    .ProjectsList--itemimage img {
        max-width: 200%;
    }

    .ProjectsList--itemdescription {
        font-size: 10px;
        font-size: 1rem;
    }

    .ProjectsList--itemtitle {
        font-size: 10px;
        font-size: 1rem;
    }

    .ProjectsList--itemcontent {
        height: 64px;
        float: left;
        width: calc(100% - 74px);
        opacity: 1;
        padding: 10px 5px;
    }

    .SocialNav {
        padding: 22px 10px;
        margin-bottom: 40px;
    }

    .SocialNav--title {
        font-size: 10px;
        font-size: 1rem;
    }

    .IconList--item .icon {
        width: auto;
        height: auto;
        line-height: 25px;
    }

    .IconList--item .icon:before {
        font-size: 23px;
        font-size: 2.3rem;
    }

    .OfficeLocation .nav.nav-tabs li {
        height: 70px;
    }

    .OfficeLocation .nav.nav-tabs li a {
        padding: 6px 12px;
        height: 60px;
    }

    .OfficeLocation .map {
        height: 225px;
    }

    .SiteNavigation--toplevel .IconList--item {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .SiteNavigation--toplevel .IconList--item .icon:before {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media (max-width: 768px), (orientation: landscape) and (max-device-width: 767px) {
    .SiteLogo--picture {
        display: none;
    }

    .SiteLogo--title {
        text-align: center;
        right: 0;
        width: 100%;
        z-index: -3;
    }
}

@media (orientation: landscape) and (max-device-width: 767px) {
    .SiteNavigation--toplevel .SocialNav {
        display: none;
    }

    .ProjectsFilter--item {
        padding: 6px 0 6px 3px;
    }

    .SiteNavigation--logobar {
        height: 64px;
    }

    .SiteNavigation--section {
        top: 64px;
    }

    .SiteMenu--item {
        padding: 18px 0px;
    }
}

@media (max-width: 767px) {
    .ProjectsList-company .ProjectsList--itemimage img {
        max-width: 140%;
        transform: scale(1);
        top: auto;
        left: auto;
    }

    .ProjectsList-company .ProjectsList--item:hover .ProjectsList--itemimage img {
        transform: scale(1.2);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .SiteNavigation--toplevel {
        width: 25%;
    }

    .SiteNavigation--sub {
        left: 25%;
    }

    .SiteMenu--item {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .ProjectsList--item {
        height: 74px;
    }

    .ProjectsList--itemimage {
        width: 67px;
        height: 74px;
    }

    .ProjectsList--itemcontent {
        height: 74px;
    }
}

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

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    z-index: 100;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    border-radius: 50%;
    margin: 5px 7px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    opacity: 0.41;
}

.owl-theme .owl-controls .owl-page.active {
    transform: scale(1.6);
    opacity: 1;
    transition: opacity .2s ease, transform .2s ease;
}

.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
}

.owl-theme .owl-controls .owl-page, .owl-theme .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-theme .owl-pagination {
    position: absolute;
    bottom: 65px;
    width: 380px;
    right: 8%;
}

.owl-theme .owl-prev, .owl-theme .owl-next {
    position: absolute;
    top: 50%;
    height: 41px;
    width: 41px;
    z-index: 110;
    margin: 0;
    margin-top: -20.5px;
}

.owl-theme .owl-prev .icon, .owl-theme .owl-next .icon {
    color: #fff;
}

.owl-theme .owl-prev {
    left: 0;
}

.owl-theme .owl-buttons .disabled {
    display: none;
}

.owl-theme .owl-next {
    right: 0;
}

@media (min-width: 1024px) {
    .owl-carousel.hCenter .owl-wrapper {
        width: 100% !important;
        text-align: center;
    }

    .owl-carousel.hCenter .owl-item {
        float: none !important;
        display: inline-block;
        text-align: left;
    }
}


@media (max-width: 767px) {

    .owl-item .ProjectsList--itemcontent {
        padding-top: 10px;
    }

    .owl-item .ProjectsList--itemcontent .ProjectsList--itemtitle,
    .owl-item .ProjectsList--itemcontent .ProjectsList--itemdescription {
        text-align: center;
    }

}

.owl-wrapper .item img {
    min-width: 100%;
}

.Projects--pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.Projects--pagination .current {
    font-weight: 400;
}

.Projects--item {
    height: calc(100vh - 61px);
    overflow: hidden;
    color: #fff;
    background-color: #642d64;
}

.Projects--itemhero {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translateX(-50%);
    min-width: 100%;
    position: absolute;
    left: 50%;
    right: 0;
}

.ProjectMeta {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    background-color: rgba(100, 45, 100, 0.78);
    width: 380px;
}

.ProjectMeta--textcontainer {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    bottom: 0;
}

.ProjectMeta--text a {
    color: #fff !important;
    font-weight: bold;
}

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

.home .Projects--pagination {
    display: none;
}

.ProjectMeta--textwrap {
    padding: 30px;
}

.ProjectMeta--video img {
    max-width: 100%;
}

.ProjectMeta--description {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
}

.ProjectMeta--title {
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 3px;
    margin-bottom: 0px;
    word-break: break-word;
}

.ProjectMeta--subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
}

.ProjectMeta--text {
    color: #fff;
    font-weight: 300;
}

.DeviceSlider {
    position: relative;
    margin: 0 auto;
}

.DeviceSlider--device {
    pointer-events: none;
    max-width: 100%;
    z-index: 10;
}

.DeviceSlider.loaded .DeviceSlider--device {
    position: absolute;
    left: 0;
}

.owl-carousel .owl-item {
    overflow: hidden;
}

.DeviceSlider--laptop {
    height: 50vh;
}

.DeviceSlider--laptop .DeviceSlider--carousel {
    z-index: 9;
    position: relative;
    padding: 3% 9.2% 0% 11.1%;
    margin-bottom: 170px;
}

.DeviceSlider--laptop .DeviceSlider--carousel img {
    max-width: 100%;
}

.DeviceSlider--laptop .owl-theme .owl-pagination {
    position: relative;
    bottom: -145px;
    right: auto;
    width: 100%;
}

.DeviceSlider--ipad {
    height: 50vh;
}

.DeviceSlider--ipad .DeviceSlider--device {
    width: 85%;
    right: 0;
    text-align: center;
    margin: auto;
}

.DeviceSlider--ipad .DeviceSlider--carousel {
    z-index: 9;
    position: relative;
    padding: 3.7% 16.4% 0% 16.5%;
    margin-bottom: 120px;
}

.DeviceSlider--ipad .DeviceSlider--carousel img {
    max-width: 100%;
}

.DeviceSlider--ipad .owl-theme .owl-pagination {
    position: relative;
    bottom: -83px;
    right: auto;
    width: 100%;
}

.DeviceSlider--phone {
    max-width: 400px;
}

.DeviceSlider--phone .DeviceSlider--carousel {
    z-index: 9;
    position: relative;
    padding: 21.9% 11.1% 1% 13.7%;
    margin-bottom: -92px;
}

.DeviceSlider--phone .DeviceSlider--carousel img {
    min-width: 100%;
    max-width: 101%;
}

.DeviceSlider--phone .owl-controls {
    display: none !important;
}

.DeviceSlider--phone .owl-theme .owl-pagination {
    display: none;
    position: relative;
    bottom: -145px;
    right: auto;
    width: 100%;
}

.DeviceSlider .owl-theme .owl-next {
    right: -20px;
}

.DeviceSlider .owl-theme .owl-prev {
    left: -9px;
}

.DeviceSlider.loaded {
    height: auto;
}

.Projects .owl-prev {
    margin-left: 10px;
}

.Projects .owl-next {
    margin-right: 10px;
}

.DeviceSlider--carousel {
    width: auto !important;
}

.Projects--itemherowrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.Projects--wrapper .owl-theme .owl-pagination {
    display: none;
}

.panel-site .HeroContainer {
    height: 72vh;
}

@media (max-width: 767px), (orientation: porrait) and (min-device-width: 480px) and (max-device-width: 800) {
    .Projects--itemhero {
        max-width: 150%;
    }

    .DeviceSlider--ipad .DeviceSlider--carousel {
        margin-bottom: 60px;
        margin-top: -10px;
    }

    .DeviceSlider--ipad .owl-theme .owl-pagination {
        position: relative;
        bottom: -45px;
    }
}

@media screen and (min-width: 1024px) and (min-aspect-ratio: 4 / 3) {
    .Projects--itemhero {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .owl-theme .owl-prev, .owl-theme .owl-next {
        margin-top: -20.5px !important;
    }
}

@media (max-width: 767px) {
    .Projects--wrapper .owl-controls:after {
        padding-top: 43.25%;
    }

    .Projects--itemhero {
        max-width: 100%;
        min-height: auto;
        top: 0;
        left: 0;
        transform: none;
    }

    .ProjectMeta {
        top: -120px;
    }

    .ProjectMeta--subtitle {
        margin-bottom: 10px;
    }

    .Projects--item {
        margin-bottom: -120px;
    }
}

@media (orientation: landscape) and (max-device-width: 767px) {
    .Projects--itemhero {
        max-width: 110%;
        min-height: 100%;
    }

    .Projects--wrapper .owl-controls:after {
        padding-top: 38.65%;
    }

    .Projects--item {
        margin-bottom: -126px;
    }

    .ProjectMeta {
        top: -126px;
    }

    .ProjectMeta--subtitle {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .Projects--itemherowrapper {
        position: relative;
        display: inline-block;
        height: calc(100vh - 61px);
    }
}

.panel-body {
    font-size: 18px;
    font-size: 1.8rem;
}

@media (max-width: 767px), (orientation: landscape) and (max-device-width: 767px) {
    .Projects--wrapper .owl-controls:after {
        content: '';
        display: block;
    }

    .Projects--wrapper .owl-buttons {
        display: none;
    }

    .Projects--itemherowrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    .Projects--itemherowrapper:after {
        padding-top: 56.25%;
        content: '';
        display: block;
    }

    .owl-theme .owl-pagination {
        right: auto;
        width: 100%;
        bottom: 10px;
    }

    .Projects--pagination {
        top: 9px;
        right: auto;
        width: 100%;
        line-height: 41px;
        pointer-events: none;
    }

    .projects .Projects--pagination {
        top: 0;
    }

    .ProjectMeta--title {
        margin-top: 20px;
    }

    .Projects--wrapper .owl-theme .owl-controls {
        display: none !important;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .home .Projects--pagination {
        display: block;
    }

    .Projects--item {
        height: auto;
    }

    .owl-buttons {
        position: absolute;
        bottom: 40px;
        right: 0;
        left: 0;
    }

    .owl-theme .owl-controls .owl-page span {
        margin: 5px 10px;
    }

    .Projects--wrapper .owl-theme .owl-controls .owl-page span {
        margin: 5px 6px;
    }

    .Projects--wrapper .owl-theme .owl-pagination {
        display: block;
        right: auto;
        width: 100%;
        bottom: -7px;
        padding: 0 20px;
    }

    .projects .owl-pagination {
        display: none !important;
    }

    .ProjectMeta--textcontainer {
        position: relative;
    }

    .Projects--item {
        background-color: transparent !important;
    }

    .ProjectMeta {
        right: 0;
        left: 0;
        bottom: auto;
        position: relative;
        margin: 20px;
        width: calc(100% - 40px);
    }

    .ProjectMeta--textcontainer {
        top: 0;
    }

    .ProjectMeta--textwrap {
        padding: 15px;
        padding-bottom: 50px;
    }

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

    .ProjectMeta--description {
        display: none;
    }

    .ProjectMeta--title {
        margin-top: 30px;
    }

    .ProjectMeta--subtitle {
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .DeviceSlider--laptop .DeviceSlider--carousel {
        margin-bottom: 17vw;
    }

    .DeviceSlider--laptop .owl-theme .owl-pagination {
        bottom: -11.6vw;
    }

    .PhoneTeaser--title, .PhoneTeaser--subtitle {
        padding-left: 30px;
        padding-right: 30px;
    }

    .DeviceSlider--phone {
        max-width: 400px;
    }

    .DeviceSlider--phone .DeviceSlider--carousel {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .ProjectMeta--text {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .panel-body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (orientation: portrait) and (min-device-width: 480px) and (max-device-width: 800px) {
    .Projects--itemhero {
        max-width: none;
    }

    .ProjectMeta--text, .panel-body {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .ProjectMeta--text p {
        margin-bottom: 4px;
    }
}

@media (max-width: 320px) {
    .ProjectMeta--text p {
        margin-bottom: 4px;
    }
}

@media (max-width: 991px) {
    .DeviceSlider--phone .DeviceSlider--carousel {
        margin-bottom: 10px;
    }
}

.btn {
    text-transform: uppercase;
    border-color: transparent;
}

.btn-default {
    background-color: transparent;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-outline.btn-white {
    color: white;
    border-color: white;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 16px 16px;
    text-align: center;
}

.btn-icon {
    line-height: 2.2em;
}

.btn-icon .icon {
    margin-right: 10px;
}

.btn-clear {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-clear:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #47494a;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .btn-lg, .btn-group-lg > .btn {
        padding: 12px 43px;
        text-align: center;
    }
}

@font-face {
    font-family: "official-db";
    src: url("../fonts/official-db.eot");
    src: url("../fonts/official-db.eot?#iefix") format("embedded-opentype"), url("../fonts/official-db.woff") format("woff"), url("../fonts/official-db.ttf") format("truetype"), url("../fonts/official-db.svg#official-db") format("svg");
    font-weight: normal;
    font-style: normal;
}

:not(.mgnlEditorBarButtons) > [data-icon]:before {
    font-family: "official-db" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:not(.mgnlEditorBarButtons) > [class^="icon-"]:before,
:not(.mgnlEditorBarButtons) > [class*=" icon-"]:before {
    font-family: "official-db" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:not(.mgnlEditorBarButtons) > .icon-xing:before {
    content: "\61";
}

:not(.mgnlEditorBarButtons) > .icon-plus:before {
    content: "\62";
}

:not(.mgnlEditorBarButtons) > .icon-phone:before {
    content: "\63";
}

:not(.mgnlEditorBarButtons) > .icon-pfeil-unten:before {
    content: "\64";
}

:not(.mgnlEditorBarButtons) > .icon-minus:before {
    content: "\65";
}

:not(.mgnlEditorBarButtons) > .icon-menu:before {
    content: "\66";
}

:not(.mgnlEditorBarButtons) > .icon-mail:before {
    content: "\67";
}

:not(.mgnlEditorBarButtons) > .icon-kontakt:before {
    content: "\69";
}

:not(.mgnlEditorBarButtons) > .icon-facebook:before {
    content: "\6a";
}

:not(.mgnlEditorBarButtons) > .icon-doppelpfeil:before {
    content: "\6b";
}

:not(.mgnlEditorBarButtons) > .icon-close:before {
    content: "\6c";
}

:not(.mgnlEditorBarButtons) > .icon-pfeil-link-inactive:before {
    content: "\6d";
}

:not(.mgnlEditorBarButtons) > .icon-papierflieger-inactive:before {
    content: "\6e";
}

:not(.mgnlEditorBarButtons) > .icon-linked-in:before {
    content: "\68";
}

:not(.mgnlEditorBarButtons) > .icon-pfeil-unten-2:before {
    content: "\70";
}

:not(.mgnlEditorBarButtons) > .icon-play:before {
    content: "\71";
}

:not(.mgnlEditorBarButtons) > .icon-rocket:before {
    content: "\72";
}

:not(.mgnlEditorBarButtons) > .icon {
    font-size: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    text-decoration: none !important;
}


@media (max-width: 768px) {
    .Tease--wrap {
        margin-left: 0px;
    }

    .Tease--wrap :not(.mgnlEditorBarButtons) > .icon {
        padding-top: 20px;
        float: none;
    }

    .Tease--wrap a:hover,
    .Tease--wrap a:focus {
        text-decoration: none;
    }

}

:not(.mgnlEditorBarButtons) > .icon.rotate-left {
    transform: rotate(90deg);
}

:not(.mgnlEditorBarButtons) > .icon.rotate-right {
    transform: rotate(-90deg);
}

:not(.mgnlEditorBarButtons) > .video-icon {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    font-size: 90px;
    font-size: 9rem;
    height: 90px;
    left: 50%;
    color: #fff;
}

.FooterBar {
    font-size: 14px;
    color: #ffffff;
    background-color: #333333;
}

.FooterBar .text {
    text-align: left;
    padding-top: 8px;
}

.FooterBar a.metaNavItem {
    padding-right: 20px;
}

.FooterBar a:hover {
    color: #ffffff;
    opacity: 1;
}

.FooterBar a,
.FooterBar .text {
    color: #ffffff;
    opacity: 0.4;
}

.FooterBar .SiteNavigation--logo {
    margin-top: 33px;
    margin-left: 0;
    max-width: 100%;
}

.FooterBar .SocialNav--sectionwrap {
    float: left;
    width: 100%;
    display: block;
}

.FooterBar .SocialNav {
    vertical-align: middle;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    padding: 0;
    bottom: 0;
}

.FooterBar .SocialNav--section {
    padding: 0 20px;
    display: inline-block;
    margin: auto;
    text-align: center;
}

.FooterBar .SocialNav--title {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}

.FooterBar .IconList {
    float: right;
}

.FooterBar .SocialNav--section-follow {
    text-align: center;
}

.FooterBar .SocialNav--section-follow .SocialNav--title {
    float: left;
    position: relative;
}

.FooterBar .SocialNav--section-follow .IconList {
    float: none;
    display: inline-block;
}

.FooterBar .SocialNav--title-copy {
    display: none !important;
}

.MetaFooter {
    color: #9f9f9f;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0 0;
    color: #9f9f9f;
    padding-bottom: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    width: 100%;
}

.MetaFooter a {
    color: #47494a;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none !important;
}

.MetaFooter h4 {
    font-weight: bold;
    color: #47494a;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.MetaFooter--content {
    column-count: 2;
}

.MetaFooter--content p {
    margin: 0;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 0.9em;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    footer.wrap.FooterBar .container {
        width: 100%;
        padding: 0;
    }
}

.MetaFooter--itemlink-imprint {
    margin-top: 20px;
}

@media (max-device-width: 769px), (orientation: landscape) and (max-device-width: 767px) {
    .FooterBar.dynamic-background {
        margin-bottom: 15px;
    }

    .MetaFooter {
        margin-top: 15px;
        padding-top: 15px;
    }

    .MetaFooter h4, .MetaFooter a h4 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .FooterBar .container {
        padding: 0;
        width: 100%;
    }

    .SocialNav .logo {
        margin-bottom: 20px;
    }

    .FooterBar .SocialNav--section-follow .SocialNav--title {
        top: 0;
    }

    .FooterBar .SocialNav--title {
        text-align: center;
        margin-top: 5px;
    }

    .FooterBar .SocialNav--section {
        padding: 0 15px;
    }

    .FooterBar .SocialNav--title {
        margin-right: 0;
    }

    .IconList--item:last-of-type {
        margin-right: 0;
    }

    .FooterBar .IconList {
        float: none;
    }

    .FooterBar .SocialNav--section-follow .IconList {
        float: none;
    }

    .FooterBar .SocialNav--title-copy-base {
        display: none !important;
    }

    .FooterBar .SocialNav--title-copy {
        display: block !important;
    }

    .FooterBar .text {
        text-align: center;
    }

    .legal-footer {
        background-color: #ececec;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .legal-footer a {
        margin: auto;
        padding: 20px;
        display: inline-block;
    }

    .MetaFooter a {
        width: 100%;
        text-align: center;
        float: left;
    }

    .MetaFooter h4 {
        text-align: center;
        float: left;
        width: 100%;
    }

    .MetaFooter--itemlink {
        font-weight: bold;
        text-align: center;
        color: #9f9f9f;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        margin-top: 13.5px;
        margin-bottom: 13.5px;
    }

    .FooterBar {
        /*background-color: transparent !important; */
        height: auto;
    }

    .FooterBar .container {
        padding: 0;
    }

    .FooterBar .logo a {
        text-align: center;
        margin: auto;
        display: block;
        width: 100%;
        padding: 20px 0;
    }

    .FooterBar .IconList--item .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .FooterBar .IconList--item .icon:before {
        font-size: 30px;
        font-size: 3rem;
    }

    .FooterBar .SocialNav {
        margin: 0;
    }

    .FooterBar .SocialNav--section {
        text-align: center;
    }

    .FooterBar .SocialNav--title {
        color: #949494;
        display: block;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .FooterBar .SocialNav .IconList--item .icon {
        color: #949494 !important;
    }

    .FooterBar .SiteNavigation--logo {
        margin-top: 0;
    }

    .MetaFooter--title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .FooterBar .SocialNav {
        margin-top: 15px;
    }
}

@media (max-device-width: 768px) {

    .row .justify-content-center {
        display: block;
    }

    .FooterBar .SocialNav--section {
        width: 100%;
        float: left;
    }

}

@media (max-width: 767px) {
    .FooterBar .SocialNav--section {
        float: left;
        margin-top: 10px;
        padding-left: 0px;
    }

    .RelatedProjectsSlider .justify-content-center {
        display: block;
    }

}

@media (min-width: 768px) {
    .RelatedProjectsSlider .Imagebox--text img {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .RelatedProjectsSlider .Imagebox--text img {
        width: 100%;
    }
}

.Imagebox {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    border-collapse: separate;
    width: 100%;
}

.Imagebox--expandlinktext {
    line-height: 41px;
}

.Imagebox--date {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
}

.justify-content-center .Imagebox--text {
    /*margin-bottom: 20px;*/
    width: 100%;
}

.Imagebox--text {
    position: relative;
}

a .Imagebox--text {
    color: #47494a;
}

.Imagebox--text p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
}

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

.Imagebox--text .btn--teaser-2 {
    position: static;
    bottom: 0px;
}

.Imagebox--textwrap .expandable {
    margin-bottom: 20px;
}

.Imagebox--expandlinktext p {
    margin-bottom: -2px;
}

@media (max-width: 768px), (orientation: landscape) and (max-width: 767px) {
    .Imagebox--text {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        clear: both;
        order: 1;
    }
}


/* extra options for teaser in layout 2 */
div.layout2 .Imagebox--text .headline {
    position: absolute;
    left: 30px;
    top: 0px;
    color: white;
    font-weight: bold;
}

div.layout2 .Imagebox--text img {
    margin-bottom: 13.5px;
}

div.layout2 .Imagebox--text .btn--teaser {
    float: none;
}

div.layout2 .justify-content-center .Imagebox--text .btn--teaser {
    float: none;
}


div.layout2 .Imagebox--text a {
    margin-top: 13.5px;
}

/* //extra options for teaser in layout 2 */


.Imagebox--title {
    word-break: break-word;
}

.Imagebox--label {
    color: #afb0b0;
    font-size: 16px;
    line-height: 1;
}

.Imagebox--textwrap {
    display: block;
    float: left;
    width: 100%;
    word-break: break-word;
}

.Imagebox--textwrap a {
    /*color: #47494a; */
    /*font-weight: bold;*/
}


@media (max-width: 768px) {
    .Imagebox--textwrap {
        margin-top: 10px;
    }
}

.Imagebox--textwrap img {
    max-width: 100%
}

a.btn--teaser:hover {
    color: #47494a;
}

.Imagebox--picture {
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block;
}

.Imagebox--picture-placeholder {
    height: 350px;
    opacity: 0.1;
}

.Imagebox--expander {
    padding-top: 13.5px;
    display: none;
    opacity: 1;
    width: 100%;
    float: left;
    visibility: visible;
    transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
    font-size: 18px;
    font-size: 1.8rem;
}

.Imagebox--expander-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.Imagebox--expander-show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.ImageBox--linkbutton {
    margin-top: 0px;
}

.Imagebox--expandbutton {
    cursor: pointer;
}

.Imagebox--expandbutton-close {
    display: none;
}

.Imagebox--expandbutton-open {
    display: block;
}

.Imagebox--expandbutton .icon {
    margin-right: 10px;
}

.Imagebox--active .Imagebox--expandbutton-close {
    display: block;
}

.Imagebox--active .Imagebox--expandbutton-open {
    display: none;
}

.Imagebox > div {
    padding: 0;
    display: block;
    /* float: none !important; */
    vertical-align: middle;
    position: relative;
    max-width: 100%;
    border: 10px solid transparent;
}

.Imagebox > div:first-of-type {
    border-right: 40px solid transparent;
}

@media (max-width: 768px), (orientation: landscape) and (max-width: 767px) {
    .Imagebox {
        padding: 10px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .Imagebox--expandlinktext {
        display: none;
    }

    .Imagebox > div {
        display: block !important;
        border-right: 10px !important;
        border-left: 10px !important;
        margin-bottom: 0;
        border-bottom: 0;
        border-top: 0;
    }

    .Imagebox ul {
        margin-bottom: 0;
    }

    .Imagebox:nth-of-type(even) .Imagebox-picturebox:first-of-type {
        display: block !important;
    }

    .Imagebox:nth-of-type(even) .Imagebox-picturebox:last-of-type {
        display: none !important;
    }

    .ImageBox--linkbutton {
        position: relative;
    }

    .Imagebox--expandbutton {
        text-align: center;
        float: left;
        width: 100%;
    }

    .Imagebox--expandbutton .icon {
        float: none;
    }

    .Imagebox--expander {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-gap: 30px;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        width: 100%;
    }

    .Imagebox--picture {
        max-height: 180px;
        min-height: auto;
        max-width: 70%;
    }

    .Imagebox--picture-vcenter {
        margin-top: 0 !important;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .Imagebox--expandlinktext {
        line-height: 1em;
    }
}

.Iconbox {
    display: inline-block;
    margin: 20px 0 20px -4px;
    padding: 0;
    flex: 0 0 33.3333%;
}

.Iconbox--picture {
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    max-height: 125px;
}

.Iconbox--text {
    text-align: center;
    padding: 0 40px;
}

.Iconbox--text h3 {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .Iconbox {
        flex: 0 0 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Iconbox {
        flex: 0 0 50%
    }
}

@media (orientation: landscape) and (max-device-width: 767px) {
    .Iconbox--text {
        padding: 0 10px;
    }
}

.Software--title {
    font-size: 71px;
    font-size: 7.1rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    color: #fff;
}

.Software--subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}

.Software--info {
    margin-bottom: 0px;
}

.Hero {
    position: relative;
    overflow: hidden;
}

.Hero--coloroverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.Hero--coloroverlay.dark {
    background-color: rgba(0, 0, 0, 0.35);
}

.HeroContainer {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 88vh;
    z-index: -10;
    left: 0;
    top: 0;
    right: 0;
}

.HeroContainer img {
    min-width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-top: 10px;
}

.page-color--water .PhoneTeaser {
    color: #fff;
    background-color: #0E91B8 !important;
}

.page-color--water .PhoneTeaser,
.page-color--darkGrey .PhoneTeaser,
.page-color--deepWater .PhoneTeaser,
.page-color--ice .PhoneTeaser,
.page-color--lightGrey .PhoneTeaser,
.page-color--red .PhoneTeaser,
.page-color--rain .PhoneTeaser,
.page-color--raspberry .PhoneTeaser {
    margin-top: 180px;
    margin-bottom:112px;
}

@media (max-width: 991px) {
    .page-color--water .PhoneTeaser,
    .page-color--darkGrey .PhoneTeaser,
    .page-color--deepWater .PhoneTeaser,
    .page-color--ice .PhoneTeaser,
    .page-color--lightGrey .PhoneTeaser,
    .page-color--red .PhoneTeaser,
    .page-color--rain .PhoneTeaser,
    .page-color--raspberry .PhoneTeaser {
        margin-bottom:22px;
    }
}

.PhoneTeaser .DeviceSlider--phone {
    margin-top: -173px;
}

.PhoneTeaser--title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 120px;
    margin-bottom: 38px;
}

.PhoneTeaser--subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 44px;
}

.panel-site .PhoneTeaser--title, .ccscore .PhoneTeaser--title {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.panel-site .PhoneTeaser--subtitle, .ccscore .PhoneTeaser--subtitle {
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px;
    font-size: 1.4rem;
}

.panel-site .PhoneTeaser, .ccscore .PhoneTeaser {
    margin: 0;
}

.panel-site .RelatedProjectsSlider, .ccscore .RelatedProjectsSlider {
    margin-top: 0;
}

.panel-group .panel:last-of-type {
    border-bottom: 0;
}

.RentCalculator--home .RentCalculator__body {
    padding: 10px 20px;
}

.RelatedProjectsSlider {
    margin: 0 0 0 0;
    background-color: #f5f5f5;
    /*padding-bottom: 70px;*/
}

.RelatedProjectsSlider .ProjectsList--itemimage img {
    position: relative;
    transform: scale(1) translateZ(0);
    left: auto;
    top: auto;
    max-width: 100%;
}

.RelatedProjectsSlider .ProjectsList--item:hover .ProjectsList--itemimage img {
    transform: scale(1.2) translateZ(0);
}

.RelatedProjectsSlider .owl-theme .owl-prev {
    left: 0px;
}

.RelatedProjectsSlider .owl-theme .owl-next {
    right: 0px;
}

.RelatedProjectsSlider h2, .RelatedProjectsSlider .Imagebox--title {
    margin: 50px 0 50px 0;
}

.RelatedProjectsSlider .ProjectsList--item {
    display: block;
    background: transparent;
    color: #000;
    opacity: 1 !important;
}

.RelatedProjectsSlider .ProjectsList--itemcontent {
    padding: 0 14px;
    float: none;
    opacity: 1 !important;
    border-bottom: 0;
}

.RelatedProjectsSlider .ProjectsList--itemtitle, .RelatedProjectsSlider .ProjectsList--itemdescription {
    color: #000;
    text-align: left;
}

.RelatedProjectsSlider .ProjectsList--itemtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0px;
}

.RelatedProjectsSlider .ProjectsList--itemimage {
    opacity: 1 !important;
    margin-right: 18px;
}

.RelatedProjectsSlider .ProjectsList--itemdescription {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    line-height: 1.3;
}

.RelatedProjectsSlider .ProjectsList--item {
    width: 100%;
}

.RelatedProjectsSlider--carousel {
    padding: 0 50px;
    margin-bottom: 30px;
}

.RelatedProjectsSlider--carousel .ProjectsList--itemimage {
    width: 50%;
    float: left;
    margin-right: 0;
}

.RelatedProjectsSlider--carousel .ProjectsList--itemcontent {
    width: 50%;
    float: left;
}

.RelatedProjectsSlider--carousel .ProjectsList--itemtitle {
    width: 100%;
    float: left;
}

@media (min-width: 767px) {
    .panel-site .RelatedProjectsSlider--carousel .owl-item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .PhoneTeaser--title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 15px;
    }

    .PhoneTeaser--subtitle {
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 53px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .RelatedProjectsSlider--carousel .owl-controls {
        top: 49.5px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .RelatedProjectsSlider--carousel .owl-buttons {
        bottom: auto;
    }

    .RelatedProjectsSlider--carousel .owl-prev {
        margin-top: 0 !important;
    }

    .RelatedProjectsSlider--carousel .owl-next {
        margin-top: 0 !important;
    }

    .DeviceSlider .owl-buttons {
        display: none;
    }

    .Software--title {
        font-size: 34px;
        font-size: 3.4rem;
    }

    .Software--subtitle {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .Software--info .btn {
        display: inline-block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }

    .Software--info .btn .icon {
        float: none;
        display: inline;
        margin-top: 10px;
        padding-top: 10px;
        position: relative;
        top: 10px;
    }

    .HeroContainer {
        min-height: 320px;
        height: 60vh;
    }
}

@media (min-width: 1200px) {
    .HeroContainer {
        height: 72vh;
    }
}

@media (max-width: 767px) {
    .panel-site .PhoneTeaser--title, .ccscore .PhoneTeaser--title {
        margin-bottom: 10px;
    }

    .owl-theme .owl-prev, .owl-theme .owl-next {
        margin-top: -90px;
    }

    .Software--info .btn.btn-naked {
        max-width: none;
        padding: 0;
    }

    .RelatedProjectsSlider {
        margin: 30px 0 0 0;
        padding-bottom: 20px;
    }

    .RelatedProjectsSlider .col-centered {
        padding-left: 10px;
        padding-right: 10px;
    }

    .RelatedProjectsSlider--carousel {
        padding: 0 48px;
        padding-bottom: 70px;
    }

    .RelatedProjectsSlider--carousel .ProjectsList--item {
        height: auto !important;
        width: 100% !important;
    }

    .RelatedProjectsSlider--carousel .ProjectsList--itemcontent {
        padding: 3px;
        float: left;
        opacity: 1 !important;
        border-bottom: 0;
        height: auto !important;
        width: 100%;
        display: block;
    }

    .RelatedProjectsSlider--carousel .ProjectsList--itemimage {
        height: 130px !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .RelatedProjectsSlider--carousel .ProjectsList--itemcontent {
        padding: 0 0;
        margin-top: 15px;
    }

    .RelatedProjectsSlider--carousel .owl-theme .owl-prev, .RelatedProjectsSlider--carousel .owl-theme .owl-next {
        margin-left: -4px;
        margin-right: -4px;
    }

    .Iconbox {
        margin: 10px 0;
    }

    .Iconbox--picturebox {
        height: auto;
    }
}

@media (orientation: landscape) and (max-device-width: 767px) {
    .RelatedProjectsSlider--carousel .ProjectsList--item {
        padding-right: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .HeroContainer {
        height: 88vh;
    }

    .PhoneTeaser {
        margin-top: 200px;
        margin-bottom: 156px;
    }

    .Software--title {
        font-size: 55px;
        font-size: 5.5rem;
    }

    .PhoneTeaser .DeviceSlider--phone {
        transform: scale(0.8);
    }

    .PhoneTeaser--title {
        margin-top: 80px;
    }

    .DeviceSlider--laptop .DeviceSlider--carousel {
        margin-bottom: 130px;
    }

    .DeviceSlider--laptop .owl-theme .owl-pagination {
        bottom: -105px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .PhoneTeaser {
        margin-top: 300px;
    }

    .PhoneTeaser .DeviceSlider--phone {
        max-width: 400px;
    }

    .DeviceSlider--phone .DeviceSlider--carousel {
        margin-bottom: 0;
    }
}

@media (orientation: portrait) and (min-device-width: 480px) and (max-device-width: 800px) {
    .HeroContainer {
        height: 69vh;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .HeroContainer {
        height: 81vh;
    }

    .panel-site .HeroContainer {
        height: 91vh !important;
    }
}

.Blog .Imagebox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.Blog .Imagebox--text {
    vertical-align: top;
    border-top: 5px solid transparent;
}

.Blog .Imagebox--picture {
    max-width: 100%;
    max-height: none;
}

.Blog .Hero .row-centered {
    height: 100%;
}

.Blog .Hero .col-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}

.Blog .Hero .col-centered h2, .Blog .Hero .col-centered .Imagebox--title {
    margin: 0;
}

.Blog .Imagebox-picturebox {
    border-top: 0;
}

.Blog .Imagebox-picturebox p {
    line-height: 1.1;
    font-size: 0.9em;
    margin-top: 10px;
}

.Blog .Imagebox .Imagebox-picturebox {
    display: block !important;
    /* width: 100%; */
    text-align: center;
    padding: 5px 0;
}

.Blog .Imagebox--title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    color: #47494a !important;
}

.Blog .Imagebox--date {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 13.5px;
}

.Blog .Imagebox--author {
    font-weight: normal;
}

.Blog .Taglist {
    margin: 0 0 10px 0;
}

.Blog--text {
    margin: 20px 0;
}

.Blog .Hero {
    min-height: 230px;
    height: 230px;
    overflow: hidden;
}

.Blog .HeroContainer {
    height: 100%;
}

.Blog .Imagebox--label {
    margin-bottom: 10px;
}

.Blog--backbutton {
    -ms-flex-item-align: center;
    align-self: center;
}

.Blog--date {
    margin-bottom: 30px;
}

.Blog--datelabel {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: -5px;
    text-transform: uppercase;
}

.Blog .Blog--action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Blog--single .centercont {
    padding: 10px 0;
}

.Blog--single .Software--title {
    font-size: 24px;
    line-height: 1;
}

.Blog--single .Taglist {
    margin-bottom: 80px;
}

.Blog--single .Blog--date {
    margin-bottom: 0;
}

.Blog--single .Software--subtitle {
    margin-bottom: 0;
}

.Blog--single .Imagebox-picturebox {
    display: -ms-flexbox;
    display: flex;
    /*width: 100%;*/
}

.BlogSlider {
    overflow: hidden;
}

.ccscore .RelatedProjectsSlider {
    margin-top: 0;
}

.ccscore .PhoneTeaser {
    margin: 0;
}

body:not(.page-color--blue) .FancyHeading {
    margin-top: 0 !important;
}

body:not(.page-color--blue) .FancyHeading:before {
    content: none;
}

@media screen and (min-width: 767px) {
    .Blog .Blog--action {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .Blog--single .Software--title {
        font-size: 32px;
    }
}

@media screen and (min-width: 992px) {
    .Blog--single .Software--title {
        font-size: 39px;
        line-height: 1;
    }

    .Blog .Imagebox {
        display: table;
    }

    .Blog .Imagebox--date {
        margin-top: 0;
    }

    .Blog .Imagebox .Imagebox-picturebox {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .Blog .col-centered {
        margin-right: auto;
    }
}

@media (max-width: 768px), (orientation: landscape) and (max-width: 767px) {
    .Blog .Imagebox .Imagebox--text {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .Blog .Imagebox--picture {
        max-width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .btn-lg, .btn-group-lg > .btn {
        padding: 16px 16px;
        text-align: center;
    }
}

.Tag {
    background-color: #2d96bd;
    border-radius: 6px;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.NewsWidget {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 99;
    width: 350px;
    background-color: #f7f7f7;
    transition: transform .2s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.NewsWidget--wrap {
    float: left;
    width: 100%;
    margin-bottom: 90px;
}

.NewsWidget--header {
    float: left;
    width: 100%;
    position: absolute;
    background-color: #f7f7f7;
    bottom: 0;
}

.NewsWidget--title {
    height: 80px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 20px 90px 20px 20px;
    cursor: pointer;
    font-weight: bold;
}

.NewsWidget--title:hover {
    background-color: #ebebeb;
}

.NewsWidget--actionbutton {
    transform: scale(0.8);
    position: absolute;
    top: 20px;
    right: 10px;
    color: #949494;
    cursor: pointer;
}

.NewsWidget--actionbutton:hover {
    color: #2e2e2e;
}

.NewsWidget--actionbutton-open {
    transform: rotate(180deg) scale(0.8);
    display: none;
}

.NewsWidget--content {
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.NewsWidget--content a {
    color: #9c3489;
    font-weight: bold;
}

.NewsWidget--thumbnail {
    max-width: 100%;
}

.NewsWidget--thumbnailwrap {
    margin-bottom: 10px;
}

.NewsWidget-closed {
    transition: transform .5s ease;
    transform: translateY(calc(100% - 80px));
}

.NewsWidget-closed .NewsWidget--actionbutton-close {
    display: none;
}

.NewsWidget-closed .NewsWidget--actionbutton-open {
    display: block;
}

.NewsWidget-closed .NewsWidget--wrap {
    margin-top: 80px;
}

.NewsWidget-closed .NewsWidget--header {
    position: absolute;
    top: 0;
}

.cc_banner-wrapper {
    height: 0;
}

.cc_banner-wrapper ~ .NewsWidget {
    bottom: 64px;
}

@media (max-width: 800px), (orientation: landscape) and (max-device-width: 767px) {
    .home .NewsWidget.NewsWidget-closed {
        transform: translateY(100%);
    }

    .home[data-active-section=start] .NewsWidget.NewsWidget-closed {
        transform: translateY(calc(100% - 80px));
    }

    .NewsWidget {
        left: 0;
        max-height: 100vh;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .NewsWidget--content {
        padding: 0px 15px 0px 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .NewsWidget--title {
        padding: 20px 50px 20px 20px;
    }

    .NewsWidget--thumbnail {
        margin-bottom: 10px;
    }

    .NewsWidget--thumbnailwrap {
        max-height: 35vh;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

.spheos-gallery {
    font-size: 0;
    line-height: 0;
}

.spheos-gallery > * {
    white-space: nowrap;
}

.spheos-gallery h2, .spheos-gallery .Imagebox--title {
    font-weight: normal;
    margin: 0;
    font-size: 4.6rem;
}

@media only screen and (min-width: 540px) {
    .spheos-gallery h2, .spheos-gallery .Imagebox--title {
        font-size: 3.0rem;
    }
}

@media only screen and (min-width: 960px) {
    .spheos-gallery h2, .spheos-gallery .Imagebox--title {
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 1640px) {
    .spheos-gallery h2, .spheos-gallery .Imagebox--title {
        font-size: 2.2rem;
    }
}

.spheos-gallery h3 {
    font-weight: normal;
    margin: 0;
    font-size: 4.0rem;
}

@media only screen and (min-width: 540px) {
    .spheos-gallery h3 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 960px) {
    .spheos-gallery h3 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 1640px) {
    .spheos-gallery h3 {
        font-size: 1.6rem;
    }
}

.spheos-gallery .elem.elem-fix {
    display: inline-block;
    float: none;
}

.spheos-gallery .elem {
    position: relative;
    overflow: hidden;
    float: left;
    text-align: left;
    white-space: nowrap;
}

.spheos-gallery .elem:hover img {
    transform: scale(1.2);
}

.spheos-gallery .elem:hover .member {
    opacity: 1;
}

@media only screen and (max-width: 960px) {
    .spheos-gallery .elem.other {
        display: none;
    }
}

.spheos-gallery .pic {
    clear: both;
    width: 100%;
    height: 100%;
}

.spheos-gallery .pic img {
    width: 100%;
    height: 100%;
    transition: all .2s ease-in;
}

.spheos-gallery .member {
    transition: opacity .3s;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.spheos-gallery .front {
    margin: 0;
    z-index: 80;
    position: absolute;
    color: #FFF;
    bottom: 15px;
    left: 15px;
    word-break: break-all;
    width: 100%;
}

.spheos-gallery .icon {
    margin-top: 10px;
    font-size: 27px;
}

.spheos-gallery a, .spheos-gallery .color-white {
    color: #FFF;
}

.spheos-gallery .width-1 {
    width: 100%;
}

@media only screen and (min-width: 540px) {
    .spheos-gallery .width-1 {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .spheos-gallery .width-1 {
        width: 25%;
    }
}

@media only screen and (min-width: 1640px) {
    .spheos-gallery .width-1 {
        width: 12.5%;
    }
}

.spheos-gallery .width-2 {
    width: 100%;
}

@media only screen and (min-width: 540px) {
    .spheos-gallery .width-2 {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .spheos-gallery .width-2 {
        width: 50%;
    }
}

@media only screen and (min-width: 1640px) {
    .spheos-gallery .width-2 {
        width: 25%;
    }
}

.spheos-gallery .height-1 {
    height: calc(100vw / 4 * 3);
}

@media only screen and (min-width: 540px) {
    .spheos-gallery .height-1 {
        height: calc(100vw / 8 * 3);
    }
}

@media only screen and (min-width: 960px) {
    .spheos-gallery .height-1 {
        height: calc(100vw / 16 * 3);
    }
}

@media only screen and (min-width: 1640px) {
    .spheos-gallery .height-1 {
        height: calc(100vw / 32 * 3);
    }
}

.spheos-gallery .height-2 {
    height: calc(25vw / 1 * 6);
}

@media only screen and (min-width: 540px) {
    .spheos-gallery .height-2 {
        height: calc(25vw / 2 * 6);
    }
}

@media only screen and (min-width: 960px) {
    .spheos-gallery .height-2 {
        height: calc(25vw / 2 * 3);
    }
}

@media only screen and (min-width: 1640px) {
    .spheos-gallery .height-2 {
        height: calc(25vw / 4 * 3);
    }
}

@media only screen and (max-width: 960px) {
    .spheos-gallery .height-1.width-2 {
        height: calc(100vw / 8 * 3);
        width: 50%;
    }
}

@media only screen and (max-width: 540px) {
    .spheos-gallery .height-1.width-2 {
        height: calc(100vw / 8 * 3);
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .spheos-gallery .height-2.width-2 {
        width: 50%;
        height: calc(25vw / 2 * 3);
    }
}

@media only screen and (max-width: 540px) {
    .spheos-gallery .height-2.width-2 {
        width: 100%;
        height: calc(100vw / 4 * 3);
    }
}

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

/* Footer */
.twitter-icon {
    width: 35px;
    height: 35px;
    margin-top: -40px;
    float: left;
    opacity: 0.4;
}

.twitter-icon:hover {
    opacity: 1;
}

.twitter-icon svg {
    fill: #fff;
}

.twitter-icon svg path {
    fill: #47494a;
}

@media (max-width: 375px) {
    .twitter-icon {
        margin-top: -30px;
    }

}

.NewsWidget .btn {
    margin-left: 20px !important;
}

.FooterBar .twitter-icon svg {
    fill: #47494a;
}

.menu-section .kununu-icon svg path {
    fill: #eee;
}

.FooterBar .twitter-icon svg path {
    fill: #eee;
}

@media (max-width: 768px) {
    .FooterBar {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .twitter-icon {
        width: 30px;
        height: 30px;
        margin-top: -30px;
    }
}


/* Teaser home */
.background--grey {
    background: #f5f5f5;
}

.news--teaser-taglist {
    margin-bottom: 10px;
}

.news--teaser-tag {
    font-weight: bold;
    margin-left: 3px;
}

.news--teaser-text {
    margin-bottom: 30px;
}

.news--teaser-text strong {
    font-weight: 300 !important;
}

.btn--teaser,
.btn--teaser:focus {
    color: #000;
    border: 1px solid;
}

.btn--teaser:hover {
    background: #fff;
    color: #000;
}

.span--date {
    float: left;
    margin-right: 10px;
}

.normal-weight {
    font-weight: 300 !important;
}

.multiple--dropdowns {
    margin-bottom: 20px;
    cursor: pointer;
}

.multiple--dropdowns .icon {
    margin-right: 10px;
}

.Imagebox--expander.active {
    display: block !important;
}

.justify-content-center {
    display: inline-flex;
    justify-content: center !important;
}

.alternateBgColor div#wrapper div.wrap:nth-child(even) {
    background-color: #fff;
}

.alternateBgColor div#wrapper div.wrap:nth-child(odd) {
    background-color: #f5f5f5;
}

div.layout2 div.Imagebox--text div.headline h4 {
    background-color: #841439;
    padding: 5px;
}

.gradient {
    background: linear-gradient(to bottom, rgba(57, 194, 218, 0.2), rgba(57, 194, 218, 1) 35%, rgba(57, 194, 218, 0));
}

.Blog .Imagebox-picturebox {
    margin-top: 0px;
}


.RelatedProjectsSlider .Imagebox-picturebox {
    margin-top: 0px;
}

/*
** überschreibe style von page-editor.css, damit Mgnl-Handles benutzbar
*/
.mgnlEditor, .mgnlEditor div {
    position: unset !important;

}

/*
 * font colors in Text over Image on Page Team - about us
 */
.color-black,
.color-black .front {
    color: #000;
}

.color-blue,
.color-blue .front {
    color: #2d96bd;
}

.color-grey,
.color-grey .front {
    color: #f5f5f5;
}

.color-orange,
.color-orange .front {
    color: #f66b1f;
}

.color-red,
.color-red .front {
    color: #841439;
}

.color-violet,
.color.violet .front {
    color: #9c3489;
}

.color-white,
.color-white .front {
    color: #fff;
}

/* cookie-liste info auf Seite Datenschutz */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3#cookie-policy-title,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
    font-size: 1.8rem;
    color: #47494a;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy div#cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p.ot-sdk-cookie-policy-group-desc {
    margin: 0 0 13.5px;
    font-size: 1.8rem;
    text-align: justify;
    color: #47494a;
}

/* ende cookie-liste */

/* cognigy */

[data-cognigy-webchat-root].webchat-root {
    z-index: 998;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
    width: 500px;
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
    word-wrap: break-word;
    z-index: 998;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat a {
    color: #ffffff;
    text-decoration: underline;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat a:hover {
    color: #09acdc;
}


@media (max-width: 575px) {
    [data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
        width: 100%;
    }
}


#webchatChatHistoryWrapperLiveLogPanel > a {
    display: none !important;
}

[data-cognigy-webchat-root] * {
    font-family: "Nunito Sans", Helvetica, Roboto, Arial, sans-serif;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-header-bar {
    height: 61px;
    flex-basis: 61px;
    font-size: 2.5rem;
    font-weight: normal;

}

#webchatHeaderTitle {
    padding-left: 4px;
}

.webchat-header-close-button:hover {
    background-color: transparent !important
}

.webchat-header-close-button {
    height: 46px;
}

.webchat-header-close-button > svg {
    width: 30px !important;
    height: 30px !important;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-input-menu-form {
    border-bottom: none;
    transition: none;
    height: 60px;
}

#webchatInputMessageInputInTextMode {
    height: 60px;
}

.webchat-input-button-send {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.bot {
    width: 56px;
    height: 56px;
    flex: none;
    border: none;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-message-row.bot {
    padding-left: 8px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.user {
    display: none;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-message-row.user {
    padding-right: 32px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .regular-message {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .regular-message.user {
    background: #f3f3f3;

    color: #097390;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-typing-indicator {
    height: 46px;
    margin-left: 28px;
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-typing-indicator > div {
    margin-bottom: 20px;
}

#chatbotCustomAvatar {
    width: 56px;
    height: 56px;
    position: fixed;
    z-index: 999;
    right: 436px;
    bottom: 128px;
    background-size: cover;
}


[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button {
    background-image: url("https://www.spheos.com/dam/jcr:2cd5eca3-384a-4c3f-bbb1-6f537660f883/chatButton_big.png");
    background-size: cover;
    background-color: #f5f5f5;
    width: 368px;
    height: 84px;
    right: 12px;
    bottom: 48px;
    border-radius: 16px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1320px) {
    [data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button {
        background-image: url("https://www.spheos.com/dam/jcr:ae471d3f-302b-4781-83ad-12e9ded9d59c/chatButton_small.png");
        width: 64px;
        height: 64px;
    }
}

[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button:hover {
    color: inherit;
    background-image: url("https://www.spheos.com/dam/jcr:2cd5eca3-384a-4c3f-bbb1-6f537660f883/chatButton_big.png");
}

@media (max-width: 1320px) {
    [data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button:hover {
        background-image: url("https://www.spheos.com/dam/jcr:ae471d3f-302b-4781-83ad-12e9ded9d59c/chatButton_small.png");
    }
}


[data-cognigy-webchat-root] [data-cognigy-webchat-toggle].webchat-toggle-button > svg {
    display: none;
}

.Blog .Hero .col-centered h1.Software--title {
    margin: 0px;
    font-weight: bold !important;
    text-transform: inherit !important;
}

h2.news-paragraph-h2 {
    margin: 0 0 13.5px;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.52;
}

h3.news-paragraph-h3 {
    margin: 0 0 13.5px;
    font-weight: bold;
    font-size: inherit;
    line-height: 1.52;
}

.news-paragraph {
    margin: 0 0 34px;
}

.Iconbox--container {
    display: flex;
    flex-wrap: wrap;
}

.highlights-headline {
    flex: 0 0 100%;
    margin: 0;
}

.youtube-container {
    max-width: 512px;
    aspect-ratio: 16/9;
}

.youtube-container iframe {
    border: 0;
}

@media (max-width: 991px) {
    .youtube-container {
        max-width: 100%;
    }
}

.news-2-col{
    margin: 50px 0;
}

.news-2-col .Imagebox--text .Imagebox--textwrap{
    column-count: 2;
    column-gap: 70px;
}

.news-2-col .Imagebox--text .Imagebox--textwrap img{
    margin: 0 0 50px 0;
}

.Blog--single .news-2-col .Taglist{
    margin: 0 0 0 0;
}

@media (max-width: 991px) {
    .news-2-col .Imagebox--text .Imagebox--textwrap {
        column-count: 1;
        column-gap: unset;
    }
}
