/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

@font-face {
    font-family: 'DINWeb';
    src: url('../fonts/DINWeb.eot');
    src: url('../fonts/DINWeb.eot?#iefix') format('embedded-opentype'),url('../fonts/DINWeb.woff') format('woff'),url('../fonts/DINComp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DINWeb-Black';
    src: url('../fonts/DINWeb-Black.eot');
    src: url('../fonts/DINWeb-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/DINWeb-Black.woff') format('woff'),url('../fonts/DINComp-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DINWeb-Bold';
    src: url('../fonts/DINWeb-Bold.eot');
    src: url('../fonts/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/DINWeb-Bold.woff') format('woff'),url('../fonts/DINComp-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DINWeb-Light';
    src: url('../fonts/DINWeb-Light.eot');
    src: url('../fonts/DINWeb-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/DINWeb-Light.woff') format('woff'),url('../fonts/DINComp-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "DINWebPro-CondBold";
    src: url("../fonts/cc425adc-b33d-4948-9e4e-2af69d89d8b7.eot?#iefix");
    src: url("../fonts/cc425adc-b33d-4948-9e4e-2af69d89d8b7.eot?#iefix") format("eot"),url("../fonts/55edf1d0-fec1-4c44-8acf-895aad736f49.woff2") format("woff2"),url("../fonts/8fcdd7c7-a3d1-4c73-868e-0f72bc5eac41.woff") format("woff"),url("../fonts/bc7e2b40-25e0-48a6-9732-0ee0d068ff8e.ttf") format("truetype")
}

@font-face {
    font-family: "DIN W01 Medium";
    src: url("../fonts/5426076/9f48a411-8295-4ad8-b97a-f4cc38cef43d.eot?#iefix");
    src: url("../fonts/5426076/9f48a411-8295-4ad8-b97a-f4cc38cef43d.eot?#iefix") format("eot"),url("../fonts/5426076/79949f65-d692-489f-bd6b-b62647297229.woff2") format("woff2"),url("../fonts/5426076/b9597dec-1d68-488e-87e0-d7824cf36028.woff") format("woff"),url("../fonts/5426076/964c9b01-5d07-4ef1-8b71-3b173b54fbcc.ttf") format("truetype")
}

.boxShadow {
    box-shadow: rgba(0,0,0,0.2) 0 0 8px
}

.noShadow {
    box-shadow: none !important
}

.h1 {
    color: #444;
    font-size: 44px;
    font-family: DINWebPro-CondBold;
    line-height: 40px
}

.h2 {
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px
}

.h3 {
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px
}

.h4 {
    color: #444;
    font-size: 24px;
    font-family: DINWebPro-CondBold;
    line-height: 25px
}

.h5 {
    color: #444;
    font-size: 19px;
    font-family: DINWebPro-CondBold;
    line-height: 22px
}

.h6 {
    color: #444;
    font-size: 16px;
    font-family: DINWebPro-CondBold;
    line-height: 19px
}

.plaintext-1 {
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px
}

.plaintext-2 {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px
}

.plaintext-3 {
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px
}

.plaintext-4 {
    color: #444;
    font-family: DINWeb;
    font-size: 14px;
    line-height: 18px
}

.plaintext-5 {
    color: #444;
    font-family: DINWeb-Black;
    font-size: 12px;
    line-height: 15px
}

.btnclass1 {
    background-color: #d40714;
    color: #ffffff;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none
}

.btnclass1:hover {
    background-color: #f0f
}

button.class1,a.class1 {
    background-color: #d40714;
    color: #ffffff;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none
}

button.class1:hover,a.class1:hover {
    background-color: #71040b
}

button.class2,a.class2 {
    background-color: #ffffff;
    color: #222222;
    font-family: DINWeb-Black;
    text-align: center;
    border: solid 2px #222222
}

button.class2:hover,a.class2:hover {
    border: solid 3px #222222
}

button.class3,a.class3 {
    background-color: #f0f;
    color: white;
    font-size: 0;
    border: solid 2px #222222
}

button.class3:hover,a.class3:hover {
    border: solid 3px #222222
}

.class1 {
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase
}

.class1:hover {
    background-color: #f71725
}

.class1:after {
    display: none
}

.class2 {
    background-color: #ffffff;
    color: #222222;
    font-family: DINWeb-Black;
    text-align: center;
    border: solid 2px #222222
}

.class2:hover {
    border: solid 3px #222222
}

.class3 {
    background-color: #f0f;
    color: white;
    font-size: 0;
    border: solid 2px #222222
}

.class3:hover {
    border: solid 3px #222222
}

.headlineBorder {
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative
}

.headlineBorder::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

.headlineBorderWhite {
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

.headlineBorderWhite::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

.aBlock {
    display: block;
    text-decoration: none;
    color: inherit;
    font: inherit;
    margin-top: 10px
}

.aBlock:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08b";
    padding-right: 10px
}

.aBlock:before.fa-pull-left {
    margin-right: .3em
}

.aBlock:before.fa-pull-right {
    margin-left: .3em
}

.aBlock:before.pull-left {
    margin-right: .3em
}

.aBlock:before.pull-right {
    margin-left: .3em
}

.aBlock:hover {
    text-decoration: underline
}

.aInline {
    display: inline-block;
    color: inherit
}

.aInline:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-left: 10px
}

.aInline:after.fa-pull-left {
    margin-right: .3em
}

.aInline:after.fa-pull-right {
    margin-left: .3em
}

.aInline:after.pull-left {
    margin-right: .3em
}

.aInline:after.pull-right {
    margin-left: .3em
}

a[href^="tel"]:link,a[href^="tel"]:visited,a[href^="tel"]:hover {
    text-decoration: none;
    color: inherit;
    cursor: default
}

a {
    color: inherit
}

@media (max-width: 480px) {
    a[href^="tel"]:link,a[href^="tel"]:visited,a[href^="tel"]:hover {
        text-decoration:underline
    }

    a[href^="tel"]:link:before,a[href^="tel"]:visited:before,a[href^="tel"]:hover:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f095";
        padding-right: 10px
    }

    a[href^="tel"]:link:before.fa-pull-left,a[href^="tel"]:visited:before.fa-pull-left,a[href^="tel"]:hover:before.fa-pull-left {
        margin-right: .3em
    }

    a[href^="tel"]:link:before.fa-pull-right,a[href^="tel"]:visited:before.fa-pull-right,a[href^="tel"]:hover:before.fa-pull-right {
        margin-left: .3em
    }

    a[href^="tel"]:link:before.pull-left,a[href^="tel"]:visited:before.pull-left,a[href^="tel"]:hover:before.pull-left {
        margin-right: .3em
    }

    a[href^="tel"]:link:before.pull-right,a[href^="tel"]:visited:before.pull-right,a[href^="tel"]:hover:before.pull-right {
        margin-left: .3em
    }
}

textarea,input {
    border: #cecece inset 1px;
    box-shadow: inset 0 2px 2px 0 #e5e5e5;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px;
    position: relative
}

input[type=submit] {
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase
}

input[type=submit]:hover {
    background-color: #f71725
}

input[type=submit]:after {
    display: none
}

label {
    position: relative
}

input:required+label:after {
    content: '*'
}

input:valid[type=text],input:valid[type=email],input:valid[type=tel] {
    padding-left: 10px
}

input[type=text]:invalid+label:before,input[type=email]:invalid+label:before,input[type=tel]:invalid+label:before {
    content: ' ';
    position: absolute;
    right: -20px;
    top: 30px;
    background-image: url(/upload/system/img/svg/icon_valid_error.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px
}

input:valid[type=text]+label:before,input:valid[type=email]+label:before,input:valid[type=tel]+label:before {
    content: ' ';
    position: absolute;
    right: -20px;
    top: 30px;
    background-image: url(/upload/system/img/svg/icon_valid_success.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.vcard {
    position: relative
}

.vcard .adr {
    margin-bottom: 25px
}

.vcard .tel,.vcard .note,.vcard .e-mail {
    position: absolute;
    display: inline;
    left: 80px
}

h1 {
    color: #444;
    font-size: 44px;
    font-family: DINWebPro-CondBold;
    line-height: 40px
}

h2 {
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px
}

h3 {
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px
}

h4 {
    color: #444;
    font-size: 24px;
    font-family: DINWebPro-CondBold;
    line-height: 25px
}

h5 {
    color: #444;
    font-size: 19px;
    font-family: DINWebPro-CondBold;
    line-height: 22px
}

h6 {
    color: #444;
    font-size: 16px;
    font-family: DINWebPro-CondBold;
    line-height: 19px
}

blockquote {
    margin: 0;
    padding: 0
}

blockquote p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    padding-right: 10px;
    font-size: smaller
}

blockquote p:before.fa-pull-left {
    margin-right: .3em
}

blockquote p:before.fa-pull-right {
    margin-left: .3em
}

blockquote p:before.pull-left {
    margin-right: .3em
}

blockquote p:before.pull-right {
    margin-left: .3em
}

blockquote p:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10e";
    padding-left: 10px;
    font-size: smaller
}

blockquote p:after.fa-pull-left {
    margin-right: .3em
}

blockquote p:after.fa-pull-right {
    margin-left: .3em
}

blockquote p:after.pull-left {
    margin-right: .3em
}

blockquote p:after.pull-right {
    margin-left: .3em
}

.contenido {
    height: auto !important
}

.contenido a {
    position: static !important
}

.contenido img {
    width: auto !important;
    height: auto !important;
    position: static !important
}

.contenido .cms_abstract_img,.contenido .cms_imgeditor_img {
    width: auto !important;
    height: auto !important;
    position: static !important
}

.contenido.galerie img {
    width: 100% !important
}

.contenido.galerie .cms_abstract_img {
    width: 16px !important
}

.width {
    max-width: 960px;
    margin: 0 auto
}

@media (min-width: 1800px) {
    .width {
        width:70%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    .width {
        width:75%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    .width {
        width:80%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    .width {
        width:85%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    .width {
        width:90%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .width {
        width:95%
    }
}

@media (max-width: 100px) and (min-width:769px) {
    .width {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    .width {
        width:95%
    }
}

@media (max-width: 375px) {
    .width {
        width:95%
    }
}

@media (min-width: 1800px) {
    .padding {
        padding:0 16.5%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    .padding {
        padding:0 14%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    .padding {
        padding:0 12.5%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    .padding {
        padding:0 10%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    .padding {
        padding:0 7.5%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .padding {
        padding:0 5%
    }
}

.boxPadding {
    padding: 2.5%
}

.filter {
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

.filterDark {
    background: -moz-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

@media (min-width: 769px) {
    #mobileNavi,#navopen {
        display:none
    }

    #mobileNaviW,#navopenW {
        display: none
    }
}

.box12 {
    box-sizing: border-box;
    margin: 20px 2.5%
}

@media (min-width: 1200px) {
    .box12 {
        width:45%
    }
}

@media (max-width: 1200px) and (min-width:769px) {
    .box12 {
        max-width:45%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    .box12 {
        width:95%
    }
}

@media (max-width: 375px) {
    .box12 {
        max-width:95%
    }
}

.box13 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    .box13 {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    .box13 {
        width:45%
    }
}

@media (max-width: 500px) {
    .box13 {
        width:95%
    }
}

.box14 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    .box14 {
        width:18%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    .box14 {
        width:45%
    }
}

@media (max-width: 500px) {
    .box14 {
        width:95%
    }
}

.box15 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    .box15 {
        width:15%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    .box15 {
        width:45%
    }
}

@media (max-width: 500px) {
    .box15 {
        width:95%
    }
}

.box23 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 1000px) {
    .box23 {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    .box23 {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    .box23 {
        width:95%
    }
}

@media (max-width: 375px) {
    .box23 {
        width:95%
    }
}

.mobileNavi {
    position: fixed;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 0;
    z-index: 99999;
    background-color: white;
    transition: width 1s;
    display: block;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px
}

.mobileNavi li {
    display: flex;
    position: static !important;
    flex-direction: column-reverse;
    min-height: 50px;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    width: 90%;
    margin: 0 auto;
    overflow: visible
}

.mobileNavi li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    box-sizing: border-box;
    min-height: 50px;
    text-align: left;
    position: relative;
    color: #444;
    font-size: 19px;
    font-family: DINWebPro-CondBold;
    line-height: 22px
}

.mobileNavi li a:hover,.mobileNavi li a.active {
    color: #ffffff;
    background-color: #d40714
}

.mobileNavi li a:hover:before,.mobileNavi li a.active:before {
    content: ' ';
    position: absolute;
    left: -500px;
    top: 0;
    bottom: 0;
    width: 500px;
    background-color: #d40714
}

.mobileNavi li a:hover:after,.mobileNavi li a.active:after {
    content: ' ';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: #d40714
}

.mobileNavi li ul {
    display: block;
    position: static !important;
    width: 100% !important;
    flex-direction: column;
    min-height: 50px;
    overflow: visible;
    box-shadow: none !important
}

.mobileNavi li ul li {
    display: block;
    flex-direction: column;
    min-height: 50px;
    border: none
}

.mobileNavi li ul li a {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px
}

#whiteNavi {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    transition: top 1s;
    text-transform: uppercase;
    display: table;
    text-align: right;
    font-family: 'DINWeb-Bold';
    height: 68px;
    z-index: 300
}

#whiteNavi.show {
    top: 0
}

@media (min-width: 1800px) {
    #whiteNavi {
        padding:0 16.5%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    #whiteNavi {
        padding:0 14%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    #whiteNavi {
        padding:0 12.5%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    #whiteNavi {
        padding:0 10%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    #whiteNavi {
        padding:0 7.5%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    #whiteNavi {
        padding:0 5%
    }
}

@media (min-width: 1800px) {
    #whiteNavi {
        padding:0 16.5%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    #whiteNavi {
        padding:0 14%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    #whiteNavi {
        padding:0 12.5%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    #whiteNavi {
        padding:0 10%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    #whiteNavi {
        padding:0 7.5%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    #whiteNavi {
        padding:0 5%
    }
}

@media (min-width: 769px) {
    #whiteNavi ul {
        display:table-row
    }

    #whiteNavi ul li {
        display: table-cell;
        vertical-align: middle;
        border-bottom: solid rgba(223,223,223,0.8) 1px;
        position: relative
    }

    #whiteNavi ul li:first-child {
        width: 100%;
        text-align: left;
        padding: 0
    }

    #whiteNavi ul li:first-child:hover {
        border-bottom: solid rgba(223,223,223,0.8) 1px
    }

    #whiteNavi ul li:first-child a {
        padding: 0
    }

    #whiteNavi ul li:first-child a img {
        width: 175px;
        height: 30px
    }

    #whiteNavi ul li a {
        padding: 28px 20px;
        text-decoration: none;
        color: #222222;
        font-family: 'DINWeb-Bold';
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 19px;
        position: relative;
        z-index: 300;
        white-space: pre
    }

    #whiteNavi ul li a.active {
        background-color: #d40714;
        color: #ffffff
    }

    #whiteNavi ul li ul {
        display: none;
        position: absolute;
        z-index: 200;
        padding-top: 110px;
        top: 0;
        left: 0;
        color: #222222
    }

    #whiteNavi ul li ul li,#whiteNavi ul li ul li:first-child {
        display: block;
        text-align: left;
        border: none;
        box-shadow: rgba(0,0,0,0.5) 7px 8px 30px
    }

    #whiteNavi ul li ul li:hover,#whiteNavi ul li ul li:first-child:hover {
        border: none
    }

    #whiteNavi ul li ul li a,#whiteNavi ul li ul li:first-child a {
        background-color: #ffffff;
        text-align: left;
        height: 50px;
        display: inline-block;
        color: #222222;
        margin: 0;
        box-sizing: border-box;
        line-height: 50px;
        border: none;
        padding: 0 20px 0 20px;
        width: 100%;
        white-space: pre
    }

    #whiteNavi ul li ul li a:hover,#whiteNavi ul li ul li:first-child a:hover {
        border: none;
        background-color: #f1f3f4
    }

    #whiteNavi ul li ul li a.active,#whiteNavi ul li ul li:first-child a.active {
        background-color: #d40714
    }

    #whiteNavi ul li:hover ul {
        display: block
    }
}

@media (max-width: 769px) {
    #whiteNavi {
        width:100%;
        border-bottom: solid rgba(223,223,223,0.8) 1px;
        background-color: white
    }

    #whiteNavi li.nav {
        display: none
    }

    #whiteNavi li.search {
        display: none
    }

    #whiteNavi ul {
        display: block;
        width: 100%
    }

    #whiteNavi ul li:first-child {
        position: absolute;
        top: 20px;
        left: 5%
    }

    #whiteNavi ul li.navMobile {
        position: absolute;
        top: 0;
        right: 0;
        display: block
    }

    #whiteNavi ul li.navMobile:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
        font-size: 40px;
        padding: 20px
    }

    #whiteNavi ul li.navMobile:before.fa-pull-left {
        margin-right: .3em
    }

    #whiteNavi ul li.navMobile:before.fa-pull-right {
        margin-left: .3em
    }

    #whiteNavi ul li.navMobile:before.pull-left {
        margin-right: .3em
    }

    #whiteNavi ul li.navMobile:before.pull-right {
        margin-left: .3em
    }

    #whiteNavi ul li.navMobile:hover ul {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 85%;
        background-color: white
    }

    #whiteNavi ul li.navMobile ul {
        position: fixed;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 0;
        z-index: 99999;
        background-color: white;
        transition: width 1s;
        display: block;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        overflow: auto;
        box-shadow: rgba(0,0,0,0.2) 0 0 8px
    }

    #whiteNavi ul li.navMobile ul li {
        display: flex;
        position: static !important;
        flex-direction: column-reverse;
        min-height: 50px;
        border-bottom: solid 1px rgba(223,223,223,0.8);
        width: 90%;
        margin: 0 auto;
        overflow: visible
    }

    #whiteNavi ul li.navMobile ul li a {
        display: block;
        padding: 10px 0;
        text-decoration: none;
        box-sizing: border-box;
        min-height: 50px;
        text-align: left;
        position: relative;
        color: #444;
        font-size: 19px;
        font-family: DINWebPro-CondBold;
        line-height: 22px
    }

    #whiteNavi ul li.navMobile ul li a:hover,#whiteNavi ul li.navMobile ul li a.active {
        color: #ffffff;
        background-color: #d40714
    }

    #whiteNavi ul li.navMobile ul li a:hover:before,#whiteNavi ul li.navMobile ul li a.active:before {
        content: ' ';
        position: absolute;
        left: -500px;
        top: 0;
        bottom: 0;
        width: 500px;
        background-color: #d40714
    }

    #whiteNavi ul li.navMobile ul li a:hover:after,#whiteNavi ul li.navMobile ul li a.active:after {
        content: ' ';
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #d40714
    }

    #whiteNavi ul li.navMobile ul li ul {
        display: block;
        position: static !important;
        width: 100% !important;
        flex-direction: column;
        min-height: 50px;
        overflow: visible;
        box-shadow: none !important
    }

    #whiteNavi ul li.navMobile ul li ul li {
        display: block;
        flex-direction: column;
        min-height: 50px;
        border: none
    }

    #whiteNavi ul li.navMobile ul li ul li a {
        color: #444;
        font-family: DINWeb;
        font-size: 17px;
        line-height: 26px
    }
}

.width {
    max-width: 960px;
    margin: 0 auto
}

@media (min-width: 1800px) {
    .width {
        width:70%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    .width {
        width:75%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    .width {
        width:80%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    .width {
        width:85%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    .width {
        width:90%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .width {
        width:95%
    }
}

@media (max-width: 100px) and (min-width:769px) {
    .width {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    .width {
        width:95%
    }
}

@media (max-width: 375px) {
    .width {
        width:95%
    }
}

@media (min-width: 1800px) {
    .padding {
        padding:0 16.5%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    .padding {
        padding:0 14%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    .padding {
        padding:0 12.5%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    .padding {
        padding:0 10%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    .padding {
        padding:0 7.5%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .padding {
        padding:0 5%
    }
}

.boxPadding {
    padding: 2.5%
}

.filter {
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

.filterDark {
    background: -moz-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

@media (min-width: 769px) {
    #mobileNavi,#navopen {
        display:none
    }

    #mobileNaviW,#navopenW {
        display: none
    }
}

.box12 {
    box-sizing: border-box;
    margin: 20px 2.5%
}

@media (min-width: 1200px) {
    .box12 {
        width:45%
    }
}

@media (max-width: 1200px) and (min-width:769px) {
    .box12 {
        max-width:45%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    .box12 {
        width:95%
    }
}

@media (max-width: 375px) {
    .box12 {
        max-width:95%
    }
}

.box13 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    .box13 {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    .box13 {
        width:45%
    }
}

@media (max-width: 500px) {
    .box13 {
        width:95%
    }
}

.box14 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    .box14 {
        width:18%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    .box14 {
        width:45%
    }
}

@media (max-width: 500px) {
    .box14 {
        width:95%
    }
}

.box15 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    .box15 {
        width:15%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    .box15 {
        width:45%
    }
}

@media (max-width: 500px) {
    .box15 {
        width:95%
    }
}

.box23 {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 1000px) {
    .box23 {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    .box23 {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    .box23 {
        width:95%
    }
}

@media (max-width: 375px) {
    .box23 {
        width:95%
    }
}

header {
    width: 100%;
    background-color: #21303c;
    padding-top: 0;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed,fixed;
    color: #ffffff
}

header .width {
    box-sizing: border-box
}

header #logo {
    width: 200px
}

header nav#top {
    background-color: #ffffff;
    height: 40px;
    display: block
}

header nav#top ul {
    display: block;
    border: none;
    text-align: right;
    box-sizing: border-box
}

header nav#top ul li {
    display: inline-block;
    border: none
}

header nav#top ul li a {
    padding: 10px 5px 5px 5px;
    font-family: 'DINWeb';
    display: block;
    color: #525252;
    font-size: 13px;
    font-family: DINWeb-Light;
    text-decoration: none;
    line-height: 18px
}

header nav#top ul li a:hover {
    text-decoration: underline
}

header nav#top ul li a.active {
    font-size: 13px;
    color: #333;
    font-family: 'DINWeb-Bold'
}

header nav#top ul .loginform {
    position: relative;
    z-index: 99999
}

header nav#top ul .loginform form {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
    background-color: #ffffff;
    padding: 15px;
    text-align: left;
    width: 270px
}

header nav#top ul .loginform form h5 {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

header nav#top ul .loginform form h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

header nav#top ul .loginform form input {
    margin-bottom: 5px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box
}

header nav#top ul .loginform form button {
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase
}

header nav#top ul .loginform form button:hover {
    background-color: #f71725
}

header nav#top ul .loginform form button:after {
    display: none
}

header nav#top ul .loginform.open form {
    display: block
}

header nav#top ul .logoutbutton {
    padding: 10px 5px 5px 5px;
    font-family: 'DINWeb';
    display: block;
    color: #525252;
    font-size: 13px;
    font-family: DINWeb-Light;
    text-decoration: none;
    line-height: 18px;
    position: relative;
    z-index: 99999
}

header nav#top ul .logoutbutton:hover {
    text-decoration: underline
}

header nav#top ul .logoutbutton.active {
    font-size: 13px;
    color: #333;
    font-family: 'DINWeb-Bold'
}

header nav#top ul .logoutbutton ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: white;
    text-align: left
}

header nav#top ul .logoutbutton .logout {
    position: relative;
    padding-left: 20px
}

header nav#top ul .logoutbutton .logout:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08b";
    padding-right: 10px;
    font-size: smaller;
    position: absolute;
    top: 14px;
    left: 10px
}

header nav#top ul .logoutbutton .logout:before.fa-pull-left {
    margin-right: .3em
}

header nav#top ul .logoutbutton .logout:before.fa-pull-right {
    margin-left: .3em
}

header nav#top ul .logoutbutton .logout:before.pull-left {
    margin-right: .3em
}

header nav#top ul .logoutbutton .logout:before.pull-right {
    margin-left: .3em
}

header nav#top ul .logoutbutton:hover ul {
    display: block
}

@media (max-width: 769px) {
    header nav#top {
        display:none
    }
}

header h1 {
    padding: 0;
    text-transform: uppercase;
    margin-top: 32px;
    font-family: "DINWebPro-CondBold";
    font-size: 40px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 12px
}

header #subline {
    font-size: 28px;
    margin-bottom: 48px;
    display: block;
    font-family: 'DINWeb-Light'
}

header #promo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    left: -9px;
    width: calc(100% + 18px)
}

header #promo section {
    margin: 20px 2.5%;
    flex-grow: 1;
    margin: 0;
    padding: 9px;
    position: relative;
    box-sizing: border-box
}

@media (min-width: 769px) {
    header #promo section {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    header #promo section {
        width:45%
    }
}

@media (max-width: 500px) {
    header #promo section {
        width:95%
    }
}

@media (min-width: 769px) {
    header #promo section {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    header #promo section {
        width:45%
    }
}

@media (max-width: 500px) {
    header #promo section {
        width:95%
    }
}

header #promo section .paddingBox {
    height: 180px;
    overflow: hidden;
    background-color: #ffffff;
    color: #222222;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    position: relative
}

header #promo section h5 {
    color: #7e8991;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    font-family: 'DINWeb-Bold';
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-weight: normal
}

header #promo section h5::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

header #promo section p {
    margin: 0;
    text-transform: uppercase;
    font-family: 'DINWeb';
    font-size: 24px;
    color: #222222;
    line-height: 28px
}

header #promo section a {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-decoration: none;
    color: inherit;
    border: #222222 2px solid;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 30px
}

header #promo section a:hover {
    outline: #222222 1px solid;
    font-weight: bolder
}

header #promo section.trans .paddingBox {
    background-color: rgba(255,255,255,0.5);
    color: #ffffff
}

header #promo section.trans .paddingBox h5 {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

header #promo section.trans .paddingBox h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

header #promo section.trans .paddingBox p {
    color: #ffffff
}

header #promo section.trans .paddingBox a {
    border: #ffffff 2px solid;
    color: #ffffff
}

header #promo section.trans .paddingBox a:hover {
    outline: #ffffff 1px solid
}

header #promo section.red .paddingBox {
    background-color: #d40714
}

header #promo section.red .paddingBox h5 {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

header #promo section.red .paddingBox h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

header #promo section.red .paddingBox p {
    color: #ffffff
}

header #promo section.red .paddingBox a {
    border: #ffffff 2px solid;
    color: #ffffff
}

header #promo section.red .paddingBox a:hover {
    outline: #ffffff 1px solid
}

header #promo section.img .paddingBox {
    background-repeat: no-repeat
}

header #promo section.img .paddingBox::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

header #promo section.img .paddingBox h5 {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

header #promo section.img .paddingBox h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

header #promo section.img .paddingBox p {
    color: #ffffff;
    position: relative
}

header #promo section.img .paddingBox a {
    border: #ffffff 2px solid;
    color: #ffffff
}

header #promo section.img .paddingBox a:hover {
    outline: #ffffff 1px solid
}

header #promo section.double {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 1000px) {
    header #promo section.double {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    header #promo section.double {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    header #promo section.double {
        width:95%
    }
}

@media (max-width: 375px) {
    header #promo section.double {
        width:95%
    }
}

@media (min-width: 1000px) {
    header #promo section.double {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    header #promo section.double {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    header #promo section.double {
        width:95%
    }
}

@media (max-width: 375px) {
    header #promo section.double {
        width:95%
    }
}

header #promo section.cover {
    background-size: cover
}

header #promo section.center {
    background-position: center center
}

header #promo section.top {
    background-position: top center
}

header #breadcrumb {
    margin: 0 2.5%
}

header #breadcrumb a {
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px;
    color: #959fa9;
    text-decoration: none;
    margin-right: 10px
}

header #breadcrumb a:hover {
    text-decoration: underline
}

header #breadcrumb img {
    margin-right: 10px
}

div footer {
    background-color: #21303c;
    color: #ffffff;
    position: relative
}

@media (min-width: 850px) {
    div footer {
        padding-bottom:50px
    }

    div footer aside {
        float: left;
        position: relative;
        top: -50px
    }

    div footer aside #logofooter {
        width: 200px;
        display: block;
        margin-bottom: 100px
    }

    div footer::before {
        content: ' ';
        background-color: #21303c;
        display: block;
        height: 200px;
        position: absolute;
        top: -200px;
        z-index: 0;
        width: 100%;
        left: 0
    }

    div footer .width {
        padding: 0 2.5%;
        box-sizing: border-box;
        position: relative
    }

    div footer nav {
        float: right;
        position: relative;
        top: -50px
    }

    div footer nav ul li {
        display: block;
        float: left;
        margin: 0 20px
    }

    div footer nav ul li a {
        color: #ffffff;
        font-weight: bold;
        padding: 20px 0;
        text-decoration: none
    }

    div footer nav ul li ul li {
        float: none;
        margin: 10px 0
    }

    div footer nav ul li ul li a {
        color: #959fa9;
        font-weight: normal;
        padding: 10px 0
    }

    div footer .sozial {
        position: absolute;
        right: 2.5%;
        color: #959fa9;
        bottom: 80px;
        line-height: 10px
    }

    div footer .sozial div {
        float: left;
        padding-right: 20px;
        margin-top: 20px
    }

    div footer .sozial a {
        padding: 10px
    }

    div footer .sozial a img {
        position: relative;
        top: 10px
    }

    div footer hr {
        clear: both;
        background: #959fa9;
        border: none;
        height: 1px;
        margin: 10px 0;
        position: relative;
        top: -22px
    }

    div footer span {
        color: #959fa9
    }

    div footer ul.disclaim {
        position: relative;
        top: -17px;
        float: right;
        list-style: none
    }

    div footer ul.disclaim li {
        float: left;
        display: block
    }

    div footer ul.disclaim li a {
        color: #959fa9;
        padding: 10px 0;
        margin-left: 20px;
        text-decoration: none
    }
}

@media (min-width: 850px) and (max-width:850px) and (min-width:800px) {
    div footer {
        font-size:13px
    }
}

@media (min-width: 850px) and (max-width:1000px) and (min-width:900px) {
    div footer {
        font-size:14px
    }
}

@media (min-width: 850px) and (max-width:1100px) and (min-width:1000px) {
    div footer {
        font-size:15px
    }
}

@media (max-width: 850px) {
    div footer {
        top:-50px;
        padding-top: 20px
    }

    div footer::after {
        content: ' ';
        position: absolute;
        display: block;
        bottom: -80px;
        left: 0;
        right: 0;
        background-color: #21303c;
        height: 80px
    }

    div footer aside {
        color: #444;
        font-family: DINWeb;
        font-size: 17px;
        line-height: 26px;
        color: #ffffff;
        display: block;
        text-align: center
    }

    div footer aside img {
        display: block;
        margin: 20px auto
    }

    div footer nav {
        padding-top: 20px
    }

    div footer nav ul {
        display: flex;
        flex-wrap: wrap
    }

    div footer nav ul li {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 20px;
        text-align: center
    }

    div footer nav ul li a {
        color: #444;
        font-size: 24px;
        font-family: DINWebPro-CondBold;
        line-height: 25px;
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        display: block
    }

    div footer nav ul li ul li {
        padding-bottom: 0
    }

    div footer nav ul li ul li a {
        color: #444;
        font-family: DINWeb;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff
    }

    div footer section.sozial {
        display: flex;
        flex-wrap: wrap;
        border-top: solid 1px rgba(223,223,223,0.8);
        padding-top: 20px
    }

    div footer section.sozial div {
        text-align: center;
        min-width: 100%;
        margin-bottom: 10px
    }

    div footer section.sozial a {
        text-align: center;
        display: block;
        float: left;
        min-width: 25%;
        box-sizing: border-box;
        padding: 10px
    }

    div footer hr {
        height: 1px;
        border: none;
        border-bottom: 1px solid rgba(223,223,223,0.8)
    }

    div footer span {
        text-align: center;
        display: block
    }

    div footer .disclaim {
        list-style: none;
        display: flex;
        justify-content: space-around;
        margin: 0;
        padding: 20px 0 0 0
    }

    div footer .disclaim li {
        margin: 0;
        padding: 0;
        display: block
    }

    div footer .disclaim li a {
        color: #ffffff
    }
}

form#search {
    display: none;
    background-color: #21303c;
    z-index: 9000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

form#search.inuse {
    display: flex
}

form#search #logosearch {
    position: absolute;
    bottom: 50px;
    left: 50px
}

form#search #searchClaim {
    position: absolute;
    bottom: 50px;
    left: 280px;
    color: #ffffff
}

form#search input {
    color: #444;
    font-size: 44px;
    font-family: DINWebPro-CondBold;
    line-height: 40px;
    border: none;
    margin: auto auto;
    text-transform: uppercase;
    background: transparent;
    font-size: 6em;
    text-align: left;
    color: #969696;
    outline: none;
    width: 20%;
    box-shadow: none
}

form#search input::-webkit-input-placeholder {
    color: #959fa9;
    text-align: center
}

form#search input::-moz-placeholder,form#search input:-ms-input-placeholder {
    color: #959fa9;
    text-align: center
}

form#search a {
    position: absolute;
    top: 20px;
    right: 20px;
    border: solid 2px white;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 30px;
    width: 30px;
    height: 30px
}

debug {
    background-color: #21303c;
    z-index: 9000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: lightgreen;
    font-family: monospace;
    padding: 100px;
    overflow: auto;
    white-space: pre
}

@keyframes fromRight {
    0% {
        left: 110%;
        opacity: 0
    }

    1% {
        left: 110%;
        opacity: 1
    }

    100% {
        left: 0
    }
}

@keyframes toRight {
    0% {
        left: 0
    }

    100% {
        left: 110%
    }
}

@keyframes fromLeft {
    0% {
        left: -110%;
        opacity: 0
    }

    1% {
        left: -110%;
        opacity: 1
    }

    100% {
        left: 0
    }
}

@keyframes toLeft {
    0% {
        left: 0
    }

    100% {
        left: -110%
    }
}

@media (min-width: 769px) {
    nav#main {
        margin:0 2.5%;
        width: 100%;
        text-transform: uppercase;
        display: block;
        text-align: right;
        font-family: 'DINWebPro-CondBold';
        z-index: 300
    }

    nav#main .navMobile {
        display: none !important
    }

    nav#main ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0
    }

    nav#main ul li {
        margin: 0;
        padding: 0;
        flex-grow: 0;
        text-align: left;
        box-sizing: border-box;
        position: relative
    }

    nav#main ul li:first-child {
        flex-grow: 1
    }

    nav#main ul li:first-child a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 27px 0 0 0;
        margin: 0
    }

    nav#main ul li:first-child a:hover {
        background-position: -10px 83px
    }

    nav#main ul li.search a {
        margin: 0;
        padding: 51px 0 17px 0
    }

    nav#main ul li:hover {
        border-bottom: none
    }

    nav#main ul li a {
        padding: 48px 20px 20px;
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-family: "DINWebPro-CondBold";
        letter-spacing: .5px;
        box-sizing: content-box;
        background-image: url(../images/main_menu_underline.svg);
        background-position: -10px 83px;
        background-repeat: no-repeat;
        background-origin: border-box;
        border: none;
        height: 21px;
        position: relative;
        z-index: 301;
        z-index: 300
    }

    nav#main ul li a.active {
        background-color: #d40714
    }

    nav#main ul li a:hover {
        background-position: center 83px
    }

    nav#main ul li ul {
        display: none;
        position: absolute;
        z-index: 200;
        padding-top: 110px;
        top: 0;
        left: 0;
        color: #222222
    }

    nav#main ul li ul li,nav#main ul li ul li:first-child {
        display: block;
        text-align: left;
        border: none;
        box-shadow: rgba(0,0,0,0.2) 0 15px 15px
    }

    nav#main ul li ul li:hover,nav#main ul li ul li:first-child:hover {
        border: none
    }

    nav#main ul li ul li a,nav#main ul li ul li:first-child a {
        background-color: #ffffff;
        text-align: left;
        height: 50px;
        display: inline-block;
        color: #222222;
        margin: 0;
        box-sizing: border-box;
        line-height: 50px;
        border: none;
        padding: 0 20px 0 20px;
        width: 100%;
        white-space: pre
    }

    nav#main ul li ul li a:hover,nav#main ul li ul li:first-child a:hover {
        border: none;
        background-color: #f1f3f4
    }

    nav#main ul li ul li a.active,nav#main ul li ul li:first-child a.active {
        background-color: #d40714
    }

    nav#main ul li:hover ul {
        display: block
    }
}

@media (max-width: 769px) {
    nav#main {
        width:100%;
        border-bottom: solid rgba(223,223,223,0.8) 1px;
        position: relative;
        min-height: 75px
    }

    nav#main li.nav {
        display: none
    }

    nav#main li.search {
        display: none
    }

    nav#main ul {
        display: block;
        width: 100%
    }

    nav#main ul li:first-child {
        position: absolute;
        top: 20px;
        left: 0
    }

    nav#main ul li.navMobile {
        position: absolute;
        top: 0;
        right: 0;
        display: block
    }

    nav#main ul li.navMobile:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
        font-size: 40px;
        padding: 20px
    }

    nav#main ul li.navMobile:before.fa-pull-left {
        margin-right: .3em
    }

    nav#main ul li.navMobile:before.fa-pull-right {
        margin-left: .3em
    }

    nav#main ul li.navMobile:before.pull-left {
        margin-right: .3em
    }

    nav#main ul li.navMobile:before.pull-right {
        margin-left: .3em
    }

    nav#main ul li.navMobile:hover ul,nav#main ul li.navMobile:active ul {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 85%;
        background-color: white;
        -webkit-user-select: none;
        -webkit-touch-callout: none
    }

    nav#main ul li.navMobile ul {
        position: fixed;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 0;
        z-index: 99999;
        background-color: white;
        transition: width 1s;
        display: block;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        overflow: auto;
        box-shadow: rgba(0,0,0,0.2) 0 0 8px
    }

    nav#main ul li.navMobile ul li {
        display: flex;
        position: static !important;
        flex-direction: column-reverse;
        min-height: 50px;
        border-bottom: solid 1px rgba(223,223,223,0.8);
        width: 90%;
        margin: 0 auto;
        overflow: visible
    }

    nav#main ul li.navMobile ul li a {
        display: block;
        padding: 10px 0;
        text-decoration: none;
        box-sizing: border-box;
        min-height: 50px;
        text-align: left;
        position: relative;
        color: #444;
        font-size: 19px;
        font-family: DINWebPro-CondBold;
        line-height: 22px
    }

    nav#main ul li.navMobile ul li a:hover,nav#main ul li.navMobile ul li a.active {
        color: #ffffff;
        background-color: #d40714
    }

    nav#main ul li.navMobile ul li a:hover:before,nav#main ul li.navMobile ul li a.active:before {
        content: ' ';
        position: absolute;
        left: -500px;
        top: 0;
        bottom: 0;
        width: 500px;
        background-color: #d40714
    }

    nav#main ul li.navMobile ul li a:hover:after,nav#main ul li.navMobile ul li a.active:after {
        content: ' ';
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        width: 50px;
        background-color: #d40714
    }

    nav#main ul li.navMobile ul li ul {
        display: block;
        position: static !important;
        width: 100% !important;
        flex-direction: column;
        min-height: 50px;
        overflow: visible;
        box-shadow: none !important
    }

    nav#main ul li.navMobile ul li ul li {
        display: block;
        flex-direction: column;
        min-height: 50px;
        border: none
    }

    nav#main ul li.navMobile ul li ul li a {
        color: #444;
        font-family: DINWeb;
        font-size: 17px;
        line-height: 26px
    }
}

.fullwidthImageTeaserCenterAlign {
    position: relative;
    width: 100%
}

.fullwidthImageTeaserCenterAlign .img {
    width: 100%;
    background-size: cover;
    position: relative;
    text-align: center
}

.fullwidthImageTeaserCenterAlign .img.cms_imgeditor_img,.fullwidthImageTeaserCenterAlign .img.cms_abstract_img {
    width: 16px;
    height: 16px
}

.fullwidthImageTeaserCenterAlign .img::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

.fullwidthImageTeaserCenterAlign .img div {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 130px 17% 100px 17%;
    font-family: "DINWeb";
    color: #ffffff;
    line-height: 26px
}

.fullwidthImageTeaserCenterAlign .img div h2 {
    color: #ffffff;
    font-family: "DINWebPro-CondBold";
    font-size: 44px;
    line-height: 40px;
    text-shadow: none
}

.fullwidthImageTeaserCenterAlign .img div a {
    text-shadow: black 0 1px 2px;
    display: inline-block;
    margin: 0 auto;
    color: #ffffff;
    font-family: "DINWebPro-CondBold";
    height: 34px;
    margin-top: 30px;
    text-transform: uppercase;
    border: solid 2px #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 9;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 30px
}

.fullwidthImageTeaserCenterAlignwithoutfilter {
    position: relative;
    width: 100%
}

.fullwidthImageTeaserCenterAlignwithoutfilter .img {
    width: 100%;
    background-size: cover;
    position: relative;
    text-align: center
}

.fullwidthImageTeaserCenterAlignwithoutfilter .img.cms_imgeditor_img,.fullwidthImageTeaserCenterAlignwithoutfilter .img.cms_abstract_img {
    width: 16px;
    height: 16px
}

.fullwidthImageTeaserCenterAlignwithoutfilter .img::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fullwidthImageTeaserCenterAlignwithoutfilter .img div {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 130px 17% 100px 17%;
    font-family: "DINWeb";
    color: #ffffff;
    line-height: 26px
}

.fullwidthImageTeaserCenterAlignwithoutfilter .img div h2 {
    color: #ffffff;
    font-family: "DINWebPro-CondBold";
    font-size: 44px;
    line-height: 40px;
    text-shadow: none
}

.fullwidthImageTeaserCenterAlignwithoutfilter .img div a {
    text-shadow: black 0 1px 2px;
    display: inline-block;
    margin: 0 auto;
    color: #ffffff;
    font-family: "DINWebPro-CondBold";
    height: 34px;
    margin-top: 30px;
    text-transform: uppercase;
    border: solid 2px #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 9;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 30px
}

#mapDisplayBoxUniqIDForHTML {
    height: 400px;
    width: 100%
}

#mapZoomIn,#mapZoomOut,#mapRoute {
    position: absolute;
    width: 40px;
    line-height: 30px;
    height: 30px;
    display: block;
    top: 25px;
    background-color: transparent
}

#mapZoomIn {
    border: #21303c solid 2px;
    right: 25px
}

#mapZoomIn:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067"
}

#mapZoomIn:before.fa-pull-left {
    margin-right: .3em
}

#mapZoomIn:before.fa-pull-right {
    margin-left: .3em
}

#mapZoomIn:before.pull-left {
    margin-right: .3em
}

#mapZoomIn:before.pull-right {
    margin-left: .3em
}

#mapZoomOut {
    border: #21303c solid 2px;
    right: 64px
}

#mapZoomOut:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068"
}

#mapZoomOut:before.fa-pull-left {
    margin-right: .3em
}

#mapZoomOut:before.fa-pull-right {
    margin-left: .3em
}

#mapZoomOut:before.pull-left {
    margin-right: .3em
}

#mapZoomOut:before.pull-right {
    margin-left: .3em
}

#mapRoute {
    border: #21303c solid 2px;
    left: 25px
}

#mapRoute:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1b9"
}

#mapRoute:before.fa-pull-left {
    margin-right: .3em
}

#mapRoute:before.fa-pull-right {
    margin-left: .3em
}

#mapRoute:before.pull-left {
    margin-right: .3em
}

#mapRoute:before.pull-right {
    margin-left: .3em
}

aside {
    width: 175px;
    margin: 0 10px;
    position: relative;
    top: -100px;
    z-index: 1000
}

@media (max-width: 769px) {
    aside {
        display:none
    }
}

aside section {
    width: 200px;
    overflow-x: hidden;
    background-color: #ffffff;
    box-sizing: border-box
}

aside section h5 {
    color: #959fa9;
    margin: 0;
    padding: 10px;
    background-color: #f1f3f4;
    text-transform: uppercase
}

aside section ul {
    margin: 0;
    padding: 0;
    list-style: none
}

aside section ul li a {
    display: block;
    padding: 15px 10px;
    color: #222222;
    text-decoration: none;
    font-family: DINWeb-Black
}

aside section.sozial {
    background-color: transparent;
    display: flex;
    margin: 20px 0;
    justify-content: space-between
}

aside section.sozial a {
    display: block
}

aside section.eventForm {
    position: fixed;
    top: 25%
}

aside section.eventForm h3,aside section.eventForm p {
    padding: 0 15px;
    flex-grow: 0
}

aside section.eventForm ul {
    padding: 15px
}

aside section.eventForm ul li {
    display: flex;
    flex-direction: column-reverse
}

aside section.eventForm ul li label {
    font-family: DINWeb-Black;
    font-size: 11px;
    padding: 12px 0
}

aside section.eventForm ul li label:before {
    display: none
}

aside section.eventForm ul li input {
    max-width: 100%;
    box-sizing: border-box;
    height: 54px;
    padding: 0 10px;
    font-size: 15px
}

aside section.eventForm input[type=submit] {
    margin-top: 15px;
    font-family: 'DINWeb-Light'
}

html,body {
    background-color: #e6e8ea;
    color: #444;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: DINWeb
}

body.loggedin header nav#top .loginform {
    display: none
}

header nav#top ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.25%
}

@media (min-width: 1800px) {
    header nav#top ul {
        width:70%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    header nav#top ul {
        width:75%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    header nav#top ul {
        width:80%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    header nav#top ul {
        width:85%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    header nav#top ul {
        width:90%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    header nav#top ul {
        width:95%
    }
}

@media (max-width: 100px) and (min-width:769px) {
    header nav#top ul {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    header nav#top ul {
        width:95%
    }
}

@media (max-width: 375px) {
    header nav#top ul {
        width:95%
    }
}

@media (min-width: 1800px) {
    header nav#top ul {
        width:70%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    header nav#top ul {
        width:75%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    header nav#top ul {
        width:80%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    header nav#top ul {
        width:85%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    header nav#top ul {
        width:90%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    header nav#top ul {
        width:95%
    }
}

@media (max-width: 100px) and (min-width:769px) {
    header nav#top ul {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    header nav#top ul {
        width:95%
    }
}

@media (max-width: 375px) {
    header nav#top ul {
        width:95%
    }
}

header nav#top ul .logoutbutton ul {
    display: none
}

header nav#top ul .logoutbutton ul:hover {
    display: block
}

header div.width {
    padding: 0 1.25%
}

header div.width nav#main {
    margin: 0
}

main {
    max-width: 960px;
    margin: 0 auto;
    display: flex
}

@media (min-width: 1800px) {
    main {
        width:70%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    main {
        width:75%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    main {
        width:80%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    main {
        width:85%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    main {
        width:90%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    main {
        width:95%
    }
}

@media (max-width: 100px) and (min-width:769px) {
    main {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main {
        width:95%
    }
}

@media (max-width: 375px) {
    main {
        width:95%
    }
}

@media (min-width: 1800px) {
    main {
        width:70%
    }
}

@media (max-width: 1800px) and (min-width:1600px) {
    main {
        width:75%
    }
}

@media (max-width: 1600px) and (min-width:1500px) {
    main {
        width:80%
    }
}

@media (max-width: 1500px) and (min-width:1400px) {
    main {
        width:85%
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    main {
        width:90%
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    main {
        width:95%
    }
}

@media (max-width: 100px) and (min-width:769px) {
    main {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main {
        width:95%
    }
}

@media (max-width: 375px) {
    main {
        width:95%
    }
}

main article {
    font-family: DINWeb-Light;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    top: -100px;
    width: 100%;
    box-sizing: border-box
}

main article section {
    margin: 0 2.5%;
    background-color: #ffffff;
    max-width: 95%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    margin-bottom: 20px
}

main article section:last-child {
    margin-bottom: 0
}

main article section.compareTable {
    background-color: #e6e8ea;
    padding: 0 0;
    margin: 0 2.5% 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    box-shadow: none !important
}

main article section.compareTable .gridBox {
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 20px 2.5%;
    padding: 0;
    flex-grow: 1;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px
}

@media (min-width: 769px) {
    main article section.compareTable .gridBox {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.compareTable .gridBox {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.compareTable .gridBox {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.compareTable .gridBox {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.compareTable .gridBox {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.compareTable .gridBox {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.compareTable .gridBox:first-child {
        margin-left:0
    }

    main article section.compareTable .gridBox:last-child {
        margin-right: 0
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.compareTable .gridBox:first-child {
        margin-left:0
    }

    main article section.compareTable .gridBox:nth-child(2) {
        margin-right: 0
    }

    main article section.compareTable .gridBox:last-child {
        margin: 20px 0 0 0
    }
}

@media (max-width: 500px) {
    main article section.compareTable .gridBox {
        margin:20px 0 0 0
    }

    main article section.compareTable .gridBox:first-child {
        margin: 0
    }
}

main article section.compareTable .gridBox .boxImg {
    width: 100%;
    height: 177px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 26px;
    flex-grow: 0
}

main article section.compareTable .gridBox h3 {
    flex-grow: 0;
    margin: 0 20px;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 12px;
    font-size: 24px
}

main article section.compareTable .gridBox h3::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.compareTable .gridBox p {
    flex-grow: 1;
    margin: 10px 20px;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px
}

main article section.compareTable .gridBox .action {
    flex-grow: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    line-height: 47px;
    height: 64px
}

main article section.compareTable .gridBox .action:hover {
    background-color: #f71725
}

main article section.compareTable .gridBox .action:after {
    display: none
}

main article section.compareTable.icons .gridBox {
    position: relative;
    padding-top: 90px;
    text-align: center
}

main article section.compareTable.icons .gridBox:before {
    content: ' ';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url(/upload/system/img/svg/icon_check.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain
}

main article section.compareTable.icons .gridBox p {
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px
}

main article section.compareTable.webcast {
    box-sizing: border-box;
    margin: 20px 2.5%
}

@media (min-width: 1200px) {
    main article section.compareTable.webcast {
        width:45%
    }
}

@media (max-width: 1200px) and (min-width:769px) {
    main article section.compareTable.webcast {
        max-width:45%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.compareTable.webcast {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.compareTable.webcast {
        max-width:95%
    }
}

@media (min-width: 1200px) {
    main article section.compareTable.webcast {
        width:45%
    }
}

@media (max-width: 1200px) and (min-width:769px) {
    main article section.compareTable.webcast {
        max-width:45%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.compareTable.webcast {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.compareTable.webcast {
        max-width:95%
    }
}

main article section.text {
    color: #444;
    font-family: DINWeb-Light;
    line-height: 35px;
    display: block;
    padding: 0 20px;
    width: 100%;
    font-size: 24px;
    font-family: 'DINWeb-Light';
    line-height: 30px;
    color: #222
}

main article section.text img {
    float: right
}

main article section.text li {
    margin-bottom: 20px
}

main article section.text p {
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px
}

main article section.text a {
    display: inline-block;
    color: inherit
}

main article section.text a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-left: 10px
}

main article section.text a:after.fa-pull-left {
    margin-right: .3em
}

main article section.text a:after.fa-pull-right {
    margin-left: .3em
}

main article section.text a:after.pull-left {
    margin-right: .3em
}

main article section.text a:after.pull-right {
    margin-left: .3em
}

main article section.text pre {
    background-color: #f1f3f4;
    font-family: monospace;
    padding: 20px;
    color: #444
}

main article section.image {
    height: 500px;
    display: flex
}

main article section.image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto
}

main article section.image img.cms_imgeditor_img,main article section.image img.cms_abstract_img {
    width: auto
}

main article section.image a {
    width: 100%
}

main article section.textimage {
    position: relative
}

main article section.textimage img {
    width: 100%
}

main article section.textimage img.cms_imgeditor_img,main article section.textimage img.cms_abstract_img {
    width: auto
}

main article section.textimage div {
    background-color: #d40714;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 150px
}

main article section.textimage div p {
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px;
    color: white
}

main article section.textred div {
    background-color: #d40714;
    color: white;
    top: 0;
    text-align: center;
    padding: 20px 250px
}

main article section.textred div blockquote {
    position: relative
}

main article section.textred div blockquote p {
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px
}

main article section.textred div p {
    color: black;
    line-height: 40px
}

main article section.image2text1 {
    display: flex;
    align-items: flex-start
}

main article section.image2text1 img {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    margin: 0
}

@media (min-width: 1000px) {
    main article section.image2text1 img {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    main article section.image2text1 img {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.image2text1 img {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.image2text1 img {
        width:95%
    }
}

@media (min-width: 1000px) {
    main article section.image2text1 img {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    main article section.image2text1 img {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.image2text1 img {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.image2text1 img {
        width:95%
    }
}

main article section.image2text1 .right1 {
    margin: 20px 2.5%;
    flex-grow: 1;
    padding: 20px;
    box-sizing: border-box;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px
}

@media (min-width: 769px) {
    main article section.image2text1 .right1 {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.image2text1 .right1 {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.image2text1 .right1 {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.image2text1 .right1 {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.image2text1 .right1 {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.image2text1 .right1 {
        width:95%
    }
}

main article section.subnavi {
    margin-bottom: 0;
    box-shadow: none !important;
    position: relative;
    z-index: 50
}

main article section.subnavi nav {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 5px
}

main article section.subnavi nav ul {
    border-bottom: #f1f3f4 2px solid;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    list-style: none
}

main article section.subnavi nav ul li {
    display: block
}

main article section.subnavi nav ul li a {
    display: block;
    padding: 48px 20px 24px;
    height: 28px;
    text-decoration: none;
    color: #444;
    font-size: 24px;
    font-family: DINWebPro-CondBold;
    line-height: 25px;
    color: #222222
}

main article section.subnavi nav ul li a.active {
    border-bottom: #d40714 5px solid
}

main article section.subnavi nav ul li a:hover {
    color: #d40714
}

main article section.teaserGridHeadline {
    position: relative;
    display: flex
}

main article section.teaserGridHeadline .left {
    display: flex;
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    main article section.teaserGridHeadline .left {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.teaserGridHeadline .left {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.teaserGridHeadline .left {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.teaserGridHeadline .left {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.teaserGridHeadline .left {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.teaserGridHeadline .left {
        width:95%
    }
}

main article section.teaserGridHeadline .left h3 {
    margin-top: 0
}

main article section.teaserGridHeadline ul.right {
    margin: 20px 2.5%;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0
}

@media (min-width: 1000px) {
    main article section.teaserGridHeadline ul.right {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    main article section.teaserGridHeadline ul.right {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.teaserGridHeadline ul.right {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.teaserGridHeadline ul.right {
        width:95%
    }
}

@media (min-width: 1000px) {
    main article section.teaserGridHeadline ul.right {
        width:62%
    }
}

@media (max-width: 1000px) and (min-width:769px) {
    main article section.teaserGridHeadline ul.right {
        width:95%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.teaserGridHeadline ul.right {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.teaserGridHeadline ul.right {
        width:95%
    }
}

main article section.teaserGridHeadline ul.right li {
    margin: 20px 2.5%;
    display: flex;
    flex-direction: column;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px 40px;
    padding-left: 50px;
    box-sizing: border-box;
    margin-top: 20px
}

@media (min-width: 1200px) {
    main article section.teaserGridHeadline ul.right li {
        width:45%
    }
}

@media (max-width: 1200px) and (min-width:769px) {
    main article section.teaserGridHeadline ul.right li {
        max-width:45%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.teaserGridHeadline ul.right li {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.teaserGridHeadline ul.right li {
        max-width:95%
    }
}

@media (min-width: 1200px) {
    main article section.teaserGridHeadline ul.right li {
        width:45%
    }
}

@media (max-width: 1200px) and (min-width:769px) {
    main article section.teaserGridHeadline ul.right li {
        max-width:45%
    }
}

@media (max-width: 769px) and (min-width:375px) {
    main article section.teaserGridHeadline ul.right li {
        width:95%
    }
}

@media (max-width: 375px) {
    main article section.teaserGridHeadline ul.right li {
        max-width:95%
    }
}

main article section.teaserGridHeadline ul.right li h4 {
    padding-bottom: 15px;
    margin: 7px 0 15px 0;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    flex-grow: 0
}

main article section.teaserGridHeadline ul.right li h4::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.teaserGridHeadline ul.right li p {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px;
    flex-grow: 1
}

main article section.teaserGridHeadline ul.right li p img {
    width: 100%
}

main article section.teaserGridHeadline ul.right li a {
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    flex-grow: 0
}

main article section.teaserGridHeadline ul.right li a:hover {
    background-color: #f71725
}

main article section.teaserGridHeadline ul.right li a:after {
    display: none
}

main article section.headline {
    padding: 1px 20px;
    width: 100%
}

main article section.contentTeaser {
    display: block;
    margin: 20px 2.5%;
    flex-grow: 1;
    background-color: #ffffff;
    color: #222222;
    position: relative;
    padding: 20px;
    box-sizing: border-box
}

@media (min-width: 769px) {
    main article section.contentTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.contentTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.contentTeaser {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.contentTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.contentTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.contentTeaser {
        width:95%
    }
}

main article section.contentTeaser .date {
    display: block;
    color: #222222;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative
}

main article section.contentTeaser .date::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.contentTeaser .date strong {
    font-size: larger;
    margin-right: 10px
}

main article section.contentTeaser h5 {
    color: #a7a7a7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-right: 5px;
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    font-family: 'DINWeb-Bold';
    font-size: 11px;
    line-height: 12px
}

main article section.contentTeaser h5::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.contentTeaser p {
    color: #222222;
    font-family: 'DINWeb';
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-right: 60px
}

main article section.contentTeaser.trans {
    background-color: rgba(255,255,255,0.5);
    color: #ffffff
}

main article section.contentTeaser.trans h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.contentTeaser.trans h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.contentTeaser.trans p {
    color: #ffffff
}

main article section.contentTeaser.trans a {
    border: #ffffff 2px solid
}

main article section.contentTeaser.trans a:hover {
    outline: #ffffff 1px solid
}

main article section.contentTeaser.red {
    background-color: #d40714;
    color: #ffffff
}

main article section.contentTeaser.red .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.contentTeaser.red .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.contentTeaser.red h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.contentTeaser.red h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.contentTeaser.red p {
    color: #ffffff
}

main article section.contentTeaser.red a {
    border: #ffffff 2px solid
}

main article section.contentTeaser.red a:hover {
    outline: #ffffff 1px solid
}

main article section.contentTeaser.img {
    color: #ffffff;
    background-size: cover
}

main article section.contentTeaser.img::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

main article section.contentTeaser.img h5 {
    color: #a7a7a7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.contentTeaser.img h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.contentTeaser.img p {
    color: #ffffff;
    position: relative
}

main article section.contentTeaser.img a {
    border: #ffffff 2px solid
}

main article section.contentTeaser.img a:hover {
    outline: #ffffff 1px solid
}

main article section.contentTeaser.double {
    flex-grow: 2;
    max-width: 66%
}

main article section.contentTeaser.full {
    flex-grow: 2;
    width: 100%
}

main article section.contentTeaser a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    text-decoration: none;
    color: inherit;
    border: #222222 2px solid;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 28px
}

main article section.contentTeaser a:hover {
    outline: #222222 1px solid;
    font-weight: bolder
}

main article section.contentTeaser.press {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 150px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: baseline;
    box-shadow: none !important
}

main article section.contentTeaser.press .date,main article section.contentTeaser.press h5,main article section.contentTeaser.press p {
    display: block;
    width: auto;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 22px
}

main article section.contentTeaser.press .date:before,main article section.contentTeaser.press h5:before,main article section.contentTeaser.press p:before {
    border: none
}

main article section.contentTeaser.press a {
    display: inline-block;
    color: inherit;
    display: block;
    border: none;
    color: #ffffff;
    text-shadow: none;
    white-space: pre;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px;
    width: auto;
    height: auto;
    bottom: 10px
}

main article section.contentTeaser.press a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-left: 10px
}

main article section.contentTeaser.press a:after.fa-pull-left {
    margin-right: .3em
}

main article section.contentTeaser.press a:after.fa-pull-right {
    margin-left: .3em
}

main article section.contentTeaser.press a:after.pull-left {
    margin-right: .3em
}

main article section.contentTeaser.press a:after.pull-right {
    margin-left: .3em
}

main article section.contentTeaser.press a:hover {
    outline: none
}

main article section.contentTeaser.events {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    background-size: auto 200px;
    background-position: top center;
    background-repeat: no-repeat
}

@media (min-width: 769px) {
    main article section.contentTeaser.events {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.contentTeaser.events {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.contentTeaser.events {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.contentTeaser.events {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.contentTeaser.events {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.contentTeaser.events {
        width:95%
    }
}

main article section.contentTeaser.events #date_format_select_300 {
    display: none
}

main article section.contentTeaser.events h5 {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
    padding-bottom: 5px
}

main article section.contentTeaser.events.white .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.contentTeaser.events.white .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.contentTeaser.events .img {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

main article section.contentTeaser.cover {
    background-size: cover
}

main article section.contentTeaser.contain {
    background-size: contain
}

main article section.contentTeaser.center {
    background-position: center center
}

main article section.contentTeaser.top {
    background-position: top center
}

main article section.downloadTeaser {
    flex-grow: 0 !important;
    display: block;
    margin: 20px 2.5%;
    flex-grow: 1;
    background-color: #ffffff;
    color: #222222;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    min-height: 250px
}

@media (min-width: 769px) {
    main article section.downloadTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadTeaser {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.downloadTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadTeaser {
        width:95%
    }
}

main article section.downloadTeaser .date {
    display: block;
    color: #222222;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative
}

main article section.downloadTeaser .date::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadTeaser .date strong {
    font-size: larger;
    margin-right: 10px
}

main article section.downloadTeaser h5 {
    color: #a7a7a7;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 5px;
    padding-bottom: 23px;
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    font-family: 'DINWeb';
    font-size: 24px;
    line-height: 28px
}

main article section.downloadTeaser h5::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadTeaser p {
    color: #222222;
    text-transform: uppercase;
    margin-right: 20px
}

main article section.downloadTeaser img {
    width: 20%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

main article section.downloadTeaser.trans {
    background-color: rgba(255,255,255,0.5);
    color: #ffffff
}

main article section.downloadTeaser.trans h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.downloadTeaser.trans h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.downloadTeaser.trans p {
    color: #ffffff
}

main article section.downloadTeaser.trans a {
    border: #ffffff 2px solid
}

main article section.downloadTeaser.trans a:hover {
    outline: #ffffff 1px solid
}

main article section.downloadTeaser.red {
    background-color: #d40714;
    color: #ffffff
}

main article section.downloadTeaser.red .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.downloadTeaser.red .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadTeaser.red h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.downloadTeaser.red h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadTeaser.red p {
    color: #ffffff
}

main article section.downloadTeaser.red a {
    border: #ffffff 2px solid
}

main article section.downloadTeaser.red a:hover {
    outline: #ffffff 1px solid
}

main article section.downloadTeaser.img {
    color: #ffffff;
    background-size: cover
}

main article section.downloadTeaser.img::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

main article section.downloadTeaser.img h5 {
    color: #a7a7a7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.downloadTeaser.img h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.downloadTeaser.img p {
    color: #ffffff;
    position: relative
}

main article section.downloadTeaser.img a {
    border: #ffffff 2px solid
}

main article section.downloadTeaser.img a:hover {
    outline: #ffffff 1px solid
}

main article section.downloadTeaser.double {
    flex-grow: 2;
    max-width: 66%
}

main article section.downloadTeaser.full {
    flex-grow: 2;
    width: 100%
}

main article section.downloadTeaser a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    text-decoration: none;
    color: inherit;
    border: #222222 2px solid;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 28px
}

main article section.downloadTeaser a:hover {
    outline: #222222 1px solid;
    font-weight: bolder
}

main article section.downloadTeaser.press {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 150px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: baseline;
    box-shadow: none !important
}

main article section.downloadTeaser.press .date,main article section.downloadTeaser.press h5,main article section.downloadTeaser.press p {
    display: block;
    width: auto;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 22px
}

main article section.downloadTeaser.press .date:before,main article section.downloadTeaser.press h5:before,main article section.downloadTeaser.press p:before {
    border: none
}

main article section.downloadTeaser.press a {
    display: inline-block;
    color: inherit;
    display: block;
    border: none;
    color: #ffffff;
    text-shadow: none;
    white-space: pre;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px;
    width: auto;
    height: auto;
    bottom: 10px
}

main article section.downloadTeaser.press a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-left: 10px
}

main article section.downloadTeaser.press a:after.fa-pull-left {
    margin-right: .3em
}

main article section.downloadTeaser.press a:after.fa-pull-right {
    margin-left: .3em
}

main article section.downloadTeaser.press a:after.pull-left {
    margin-right: .3em
}

main article section.downloadTeaser.press a:after.pull-right {
    margin-left: .3em
}

main article section.downloadTeaser.press a:hover {
    outline: none
}

main article section.downloadTeaser.events {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    background-size: auto 200px;
    background-position: top center;
    background-repeat: no-repeat
}

@media (min-width: 769px) {
    main article section.downloadTeaser.events {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadTeaser.events {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadTeaser.events {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.downloadTeaser.events {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadTeaser.events {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadTeaser.events {
        width:95%
    }
}

main article section.downloadTeaser.events #date_format_select_300 {
    display: none
}

main article section.downloadTeaser.events h5 {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
    padding-bottom: 5px
}

main article section.downloadTeaser.events.white .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.downloadTeaser.events.white .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadTeaser.events .img {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

main article section.downloadTeaser.cover {
    background-size: cover
}

main article section.downloadTeaser.contain {
    background-size: contain
}

main article section.downloadTeaser.center {
    background-position: center center
}

main article section.downloadTeaser.top {
    background-position: top center
}

main article section.downloadForm {
    display: block;
    margin: 20px 2.5%;
    flex-grow: 1;
    background-color: #ffffff;
    color: #222222;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    min-height: 250px
}

@media (min-width: 769px) {
    main article section.downloadForm {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadForm {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadForm {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.downloadForm {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadForm {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadForm {
        width:95%
    }
}

main article section.downloadForm .date {
    display: block;
    color: #222222;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative
}

main article section.downloadForm .date::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadForm .date strong {
    font-size: larger;
    margin-right: 10px
}

main article section.downloadForm h5 {
    color: #a7a7a7;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 5px;
    padding-bottom: 23px;
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    font-family: 'DINWeb';
    font-size: 24px;
    line-height: 28px
}

main article section.downloadForm h5::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadForm p {
    color: #222222;
    text-transform: uppercase;
    margin-right: 20px
}

main article section.downloadForm img {
    width: 20%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

main article section.downloadForm.trans {
    background-color: rgba(255,255,255,0.5);
    color: #ffffff
}

main article section.downloadForm.trans h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.downloadForm.trans h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.downloadForm.trans p {
    color: #ffffff
}

main article section.downloadForm.trans a {
    border: #ffffff 2px solid
}

main article section.downloadForm.trans a:hover {
    outline: #ffffff 1px solid
}

main article section.downloadForm.red {
    background-color: #d40714;
    color: #ffffff
}

main article section.downloadForm.red .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.downloadForm.red .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadForm.red h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.downloadForm.red h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadForm.red p {
    color: #ffffff
}

main article section.downloadForm.red a {
    border: #ffffff 2px solid
}

main article section.downloadForm.red a:hover {
    outline: #ffffff 1px solid
}

main article section.downloadForm.img {
    color: #ffffff;
    background-size: cover
}

main article section.downloadForm.img::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

main article section.downloadForm.img h5 {
    color: #a7a7a7;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.downloadForm.img h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.downloadForm.img p {
    color: #ffffff;
    position: relative
}

main article section.downloadForm.img a {
    border: #ffffff 2px solid
}

main article section.downloadForm.img a:hover {
    outline: #ffffff 1px solid
}

main article section.downloadForm.double {
    flex-grow: 2;
    max-width: 66%
}

main article section.downloadForm.full {
    flex-grow: 2;
    width: 100%
}

main article section.downloadForm a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    text-decoration: none;
    color: inherit;
    border: #222222 2px solid;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 28px
}

main article section.downloadForm a:hover {
    outline: #222222 1px solid;
    font-weight: bolder
}

main article section.downloadForm.press {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 150px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: baseline;
    box-shadow: none !important
}

main article section.downloadForm.press .date,main article section.downloadForm.press h5,main article section.downloadForm.press p {
    display: block;
    width: auto;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 22px
}

main article section.downloadForm.press .date:before,main article section.downloadForm.press h5:before,main article section.downloadForm.press p:before {
    border: none
}

main article section.downloadForm.press a {
    display: inline-block;
    color: inherit;
    display: block;
    border: none;
    color: #ffffff;
    text-shadow: none;
    white-space: pre;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px;
    width: auto;
    height: auto;
    bottom: 10px
}

main article section.downloadForm.press a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-left: 10px
}

main article section.downloadForm.press a:after.fa-pull-left {
    margin-right: .3em
}

main article section.downloadForm.press a:after.fa-pull-right {
    margin-left: .3em
}

main article section.downloadForm.press a:after.pull-left {
    margin-right: .3em
}

main article section.downloadForm.press a:after.pull-right {
    margin-left: .3em
}

main article section.downloadForm.press a:hover {
    outline: none
}

main article section.downloadForm.events {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    background-size: auto 200px;
    background-position: top center;
    background-repeat: no-repeat
}

@media (min-width: 769px) {
    main article section.downloadForm.events {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadForm.events {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadForm.events {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.downloadForm.events {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadForm.events {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadForm.events {
        width:95%
    }
}

main article section.downloadForm.events #date_format_select_300 {
    display: none
}

main article section.downloadForm.events h5 {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
    padding-bottom: 5px
}

main article section.downloadForm.events.white .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.downloadForm.events.white .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.downloadForm.events .img {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

main article section.downloadForm.cover {
    background-size: cover
}

main article section.downloadForm.contain {
    background-size: contain
}

main article section.downloadForm.center {
    background-position: center center
}

main article section.downloadForm.top {
    background-position: top center
}

main article section.EventForm {
    padding: 20px
}

main article section.EventForm h6 {
    margin-bottom: 20px
}

main article section.EventForm input {
    padding: 20px;
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px
}

main article section.EventForm textarea {
    padding: 20px;
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px;
    width: 50%;
    height: 200px;
    display: block
}

main article section.EventForm button {
    background-color: #d40714;
    color: #ffffff;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    width: 200px;
    margin-top: 40px
}

main article section.EventForm button:hover {
    background-color: #f0f
}

main article section.blogTeaser {
    width: 25%;
    max-width: 46.5%;
    min-width: 280px;
    box-sizeing: border-box;
    flex-grow: 1;
    margin: 10px 10px;
    height: 450px;
    background-color: #ffffff;
    color: #222222;
    position: relative;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    display: block
}

@media (min-width: 926px) {
    main article section.blogTeaser:nth-child(3n+1) {
        margin-right:2.5%
    }

    main article section.blogTeaser:nth-child(3n+2) {
        margin-left: 2.5%
    }
}

@media (max-width: 926px) and (min-width:642px) {
    main article section.blogTeaser:nth-child(2n+1) {
        margin-right:2.5%
    }

    main article section.blogTeaser:nth-child(2n+0) {
        margin-left: 2.5%
    }
}

@media (max-width: 642px) {
    main article section.blogTeaser {
        width:100%;
        max-width: 100%;
        margin: 0 2.5% 20px
    }
}

main article section.blogTeaser .date {
    display: block;
    color: #222222;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'DINWeb';
    font-size: 13px;
    line-height: 22px;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative
}

main article section.blogTeaser .date::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser .date strong {
    font-family: "DINWebPro-CondBold";
    font-size: 22px;
    line-height: 34px;
    margin-right: 18px
}

main article section.blogTeaser h5 {
    color: #222222;
    margin-top: 23px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    font-family: 'DINWeb';
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    height: 148px
}

main article section.blogTeaser h5::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser h5:hover {
    cursor: pointer
}

main article section.blogTeaser p {
    color: #222222;
    font-family: 'DINWeb';
    font-size: 15px;
    line-height: 22px;
    font-weight: normal
}

main article section.blogTeaser.trans {
    background-color: rgba(255,255,255,0.5);
    color: #222222
}

main article section.blogTeaser.trans h5 {
    color: #222222;
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative
}

main article section.blogTeaser.trans h5::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser.trans p {
    color: #222222
}

main article section.blogTeaser.trans a {
    border: #222222 2px solid
}

main article section.blogTeaser.trans a:hover {
    outline: #222222 1px solid
}

main article section.blogTeaser.red {
    background-color: #d40714;
    color: #ffffff
}

main article section.blogTeaser.red .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.blogTeaser.red .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser.red h5 {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.blogTeaser.red h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser.red p {
    color: #ffffff
}

main article section.blogTeaser.red a {
    border: #ffffff 2px solid
}

main article section.blogTeaser.red a:hover {
    outline: #ffffff 1px solid
}

main article section.blogTeaser.grey {
    background-color: #b3b3b3;
    color: #ffffff
}

main article section.blogTeaser.grey .date {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.blogTeaser.grey .date::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser.grey h5 {
    color: #ffffff;
    border-bottom: solid 1px rgba(225,225,225,0.4);
    position: relative
}

main article section.blogTeaser.grey h5::before {
    content: ' ';
    border-bottom: solid 1px #e1e1e1;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.blogTeaser.grey p {
    color: #ffffff
}

main article section.blogTeaser.grey a {
    border: #ffffff 2px solid
}

main article section.blogTeaser.grey a:hover {
    outline: #ffffff 1px solid
}

main article section.blogTeaser.img {
    color: #ffffff
}

main article section.blogTeaser.img::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.8) 0, rgba(33,48,60,0.5) 76%, rgba(33,48,60,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

main article section.blogTeaser.img .date {
    color: #ffffff
}

main article section.blogTeaser.img h5 {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    position: relative
}

main article section.blogTeaser.img h5::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: solid 1px white
}

main article section.blogTeaser.img p {
    color: #ffffff;
    position: relative
}

main article section.blogTeaser.img a {
    border: #ffffff 2px solid
}

main article section.blogTeaser.img a:hover {
    outline: #ffffff 1px solid
}

main article section.blogTeaser.double {
    flex-grow: 2;
    max-width: 66%
}

main article section.blogTeaser a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    color: inherit;
    border: #222222 2px solid;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 30px
}

main article section.blogTeaser a:hover {
    outline: #222222 1px solid;
    font-weight: bolder
}

main article section.columngrid {
    display: flex;
    background-color: transparent;
    box-shadow: none !important
}

main article section.columngrid .gridBox+.gridBox {
    margin-left: 20px
}

main article section.columngrid .gridBox {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    position: relative;
    padding-bottom: 0;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin: 0;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px
}

@media (min-width: 769px) {
    main article section.columngrid .gridBox {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.columngrid .gridBox {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.columngrid .gridBox {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.columngrid .gridBox {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.columngrid .gridBox {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.columngrid .gridBox {
        width:95%
    }
}

main article section.columngrid .gridBox h3 {
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    padding-bottom: 7px;
    font-size: 24px;
    margin: 19px 20px 0 20px;
    padding-bottom: 11px;
    line-height: 25px;
    flex-grow: 0;
    color: #222
}

main article section.columngrid .gridBox h3::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.columngrid .gridBox p {
    margin: 15px 20px;
    flex-grow: 1;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px
}

main article section.columngrid .gridBox a {
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    flex-grow: 0;
    font-family: "DINWebPro-CondBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px
}

main article section.columngrid .gridBox a:hover {
    background-color: #f71725
}

main article section.columngrid .gridBox a:after {
    display: none
}

main article section.columngrid .gridBox img {
    display: block;
    margin: 0 auto;
    height: 180px
}

main article section.columngrid .gridBox:first-child {
    margin: 0
}

@media (max-width: 831px) and (min-width:550px) {
    main article section.columngrid .gridBox:nth-child(2) {
        margin-top:0
    }

    main article section.columngrid .gridBox:last-child {
        margin: 20px 0 0 0
    }
}

@media (max-width: 550px) {
    main article section.columngrid .gridBox {
        margin:20px 0 0 0 !important
    }

    main article section.columngrid .gridBox:first-child {
        margin: 0
    }
}

main article section.columngrid .gridSpacer {
    width: 20px;
    flex-grow: 0;
    flex-shrink: 0
}

main article section.columngrid.partner .button {
    background-color: #d40714;
    color: #ffffff !important;
    font-family: DINWeb-Black;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0
}

main article section.columngrid.partner .button:hover {
    background-color: #f71725
}

main article section.columngrid.partner .button:after {
    display: none
}

main article section.columngrid.partner .cta {
    transition: top .5s,left .5s,right .5s,bottom .5s;
    display: block;
    position: fixed;
    background-color: blue
}

main article section.columngrid.partner .cta form {
    display: none
}

main article section.columngrid.partner .cta.open {
    display: block;
    position: fixed;
    z-index: 8888888
}

main article section.iconTeaserGridHeadline {
    position: relative
}

main article section.iconTeaserGridHeadline h3 {
    position: absolute;
    top: 0;
    left: 20px;
    width: 30%;
    text-transform: uppercase
}

main article section.iconTeaserGridHeadline span.subline {
    position: absolute;
    top: 100px;
    left: 20px;
    width: 30%
}

main article section.iconTeaserGridHeadline ul {
    width: 66%;
    box-sizing: border-box;
    margin-left: 33%;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

main article section.iconTeaserGridHeadline ul li {
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 50px 50px 50px 0
}

main article section.iconTeaserGridHeadline ul li h3 {
    position: static
}

main article section.iconTeaserGridHeadline ul li p {
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px
}

main article section.searchResult {
    width: 20%;
    height: 250px;
    margin-bottom: 20px
}

main article section.searchResult a {
    display: block;
    padding: 20px;
    text-decoration: none
}

main article section.contactForm {
    display: flex
}

main article section.contactForm div {
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px
}

main article section.contactForm h2 {
    color: #444;
    font-size: 44px;
    font-family: DINWebPro-CondBold;
    line-height: 40px
}

main article section.contactForm .directions {
    display: block;
    text-decoration: none;
    color: inherit;
    font: inherit;
    margin-top: 10px;
    margin-top: 25px
}

main article section.contactForm .directions:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08b";
    padding-right: 10px
}

main article section.contactForm .directions:before.fa-pull-left {
    margin-right: .3em
}

main article section.contactForm .directions:before.fa-pull-right {
    margin-left: .3em
}

main article section.contactForm .directions:before.pull-left {
    margin-right: .3em
}

main article section.contactForm .directions:before.pull-right {
    margin-left: .3em
}

main article section.contactForm .directions:hover {
    text-decoration: underline
}

main article section.contactForm a {
    color: inherit
}

main article section.contactForm form {
    box-sizing: border-box;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px
}

main article section.contactForm form input {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px;
    position: relative;
    display: block
}

main article section.contactForm form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    color: #444;
    font-family: DINWeb-Light;
    font-size: 24px;
    line-height: 35px
}

main article section.gridBoxTeaser {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    position: relative
}

@media (min-width: 769px) {
    main article section.gridBoxTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.gridBoxTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.gridBoxTeaser {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.gridBoxTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.gridBoxTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.gridBoxTeaser {
        width:95%
    }
}

main article section.gridBoxTeaser .gridBox {
    width: 100%
}

main article section.gridBoxTeaser .gridBox .boxImg {
    height: 250px;
    width: 100%;
    background-size: cover;
    display: block;
    z-index: -1
}

main article section.gridBoxTeaser .gridBox h3 {
    border-bottom: solid 1px rgba(223,223,223,0.8);
    position: relative;
    margin: 0 20px;
    padding: 10px 0;
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px
}

main article section.gridBoxTeaser .gridBox h3::before {
    content: ' ';
    border-bottom: solid 1px #222;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25px
}

main article section.gridBoxTeaser .gridBox p {
    margin: 20px
}

main article section.gridBoxTeaser .gridBox a {
    display: inline-block;
    color: inherit;
    display: block;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 10px
}

main article section.gridBoxTeaser .gridBox a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-left: 10px
}

main article section.gridBoxTeaser .gridBox a:after.fa-pull-left {
    margin-right: .3em
}

main article section.gridBoxTeaser .gridBox a:after.fa-pull-right {
    margin-left: .3em
}

main article section.gridBoxTeaser .gridBox a:after.pull-left {
    margin-right: .3em
}

main article section.gridBoxTeaser .gridBox a:after.pull-right {
    margin-left: .3em
}

main article section.imgTextHoverLink {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    height: 250px;
    position: relative
}

@media (min-width: 769px) {
    main article section.imgTextHoverLink {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.imgTextHoverLink {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.imgTextHoverLink {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.imgTextHoverLink {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.imgTextHoverLink {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.imgTextHoverLink {
        width:95%
    }
}

main article section.imgTextHoverLink a {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none
}

main article section.imgTextHoverLink a .overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1)
}

main article section.imgTextHoverLink a:hover .overlay,main article section.imgTextHoverLink a:active .overlay {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #444;
    font-family: DINWeb;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    padding: 5px 10%;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

main article section.industriesTeaser {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    height: 250px;
    position: relative
}

@media (min-width: 769px) {
    main article section.industriesTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.industriesTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.industriesTeaser {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.industriesTeaser {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.industriesTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.industriesTeaser {
        width:95%
    }
}

main article section.industriesTeaser a {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none
}

main article section.industriesTeaser a .overlay {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    background: linear-gradient(to right, rgba(33,48,60,0.9) 0, rgba(33,48,60,0.6) 76%, rgba(33,48,60,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21303C', endColorstr='#21303C', GradientType=1);
    opacity: 0;
    transition: opacity 1s;
    color: #444;
    font-size: 32px;
    font-family: DINWebPro-CondBold;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    padding: 50px 10%;
    box-sizing: border-box;
    text-decoration: none
}

main article section.industriesTeaser a:hover .overlay {
    opacity: 1;
    transition: opacity 1s;
    display: block
}

main article section.partnerTeaser {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1;
    height: 250px;
    position: relative
}

@media (min-width: 769px) {
    main article section.partnerTeaser {
        width:15%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.partnerTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.partnerTeaser {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.partnerTeaser {
        width:15%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.partnerTeaser {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.partnerTeaser {
        width:95%
    }
}

main article section.partnerTeaser a {
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none
}

main article section.partnerTeaser a .overlay {
    width: 100%;
    background-color: #21303c;
    opacity: 0;
    transition: opacity 1s,bottom .5s,left .5s;
    color: #444;
    font-family: DINWeb;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    padding: 10px 10%;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9
}

main article section.partnerTeaser a .overlay:before {
    content: '';
    position: absolute;
    bottom: -25px;
    background-color: #21303c;
    display: block;
    z-index: -1;
    width: 50px;
    height: 50px;
    transform: rotate(45deg)
}

main article section.partnerTeaser a:hover .overlay,main article section.partnerTeaser a:active .overlay {
    opacity: 1;
    bottom: 250px;
    left: 100px;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

main article section.teaser4Points {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 20px
}

main article section.teaser4Points h3 {
    margin: 20px 0 0 20px;
    width: 20%;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 40px;
    color: #222;
    font-family: "DINWebPro-CondBold"
}

main article section.teaser4Points h3 span.subline {
    margin-left: 20px;
    width: 20%;
    font-family: 'DINWeb-Light';
    color: #222;
    font-size: 24px;
    line-height: 30px
}

main article section.teaser4Points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    width: 66%;
    margin-top: 2px
}

main article section.teaser4Points ul li {
    list-style: none;
    display: block;
    width: 47.5%;
    float: left;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 11px;
    padding-left: 39px;
    position: relative;
    min-width: 250px;
    font-family: 'DINWeb';
    font-size: 15px;
    line-height: 22px;
    color: rgbs(34, 34, 34, 1)
}

main article section.teaser4Points ul li:before {
    content: ' ';
    position: absolute;
    top: 20px;
    left: -10px;
    height: 40px;
    width: 100%;
    background-image: url(/cms/upload/system/img/svg/icon_check.svg);
    background-repeat: no-repeat;
    background-position: left center
}

main article section.newsletter {
    padding: 20px;
    width: 100%
}

main article section.newsletter form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

main article section.newsletter form div {
    color: #444;
    font-size: 44px;
    font-family: DINWebPro-CondBold;
    line-height: 40px;
    min-width: 100%;
    margin-bottom: 20px
}

main article section.newsletter form input {
    min-width: 200px;
    margin-bottom: 20px;
    width: 23%;
    flex-grow: 0;
    flex-shrink: 0
}

@media (max-width: 769px) {
    main article section.form {
        display:flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        background-color: #d40714;
        transition: background-color 1s,color 1s,top 2s,left 2s,right 2s,bottom 2s;
        color: #ffffff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        min-height: 150px
    }

    main article section.form h5 {
        transition: color 1s;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        width: 100%;
        color: #444;
        font-family: DINWeb-Light;
        font-size: 24px;
        line-height: 35px;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(225,225,225,0.4);
        position: relative;
        flex-grow: 0
    }

    main article section.form h5::before {
        content: ' ';
        border-bottom: solid 1px #e1e1e1;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 25px
    }

    main article section.form p {
        flex-grow: 0;
        transition: color 1s;
        color: #444;
        font-family: DINWeb-Light;
        font-size: 24px;
        line-height: 35px;
        color: #ffffff
    }

    main article section.form.open {
        z-index: 3000;
        background-color: #ffffff;
        color: #222222;
        position: fixed;
        top: 2.5% !important;
        bottom: 2.5% !important;
        margin: 0
    }

    main article section.form.open h5,main article section.form.open p {
        color: #222222
    }

    main article section.form span.openE,main article section.form span.closeE {
        position: absolute;
        right: 20px;
        bottom: 20px;
        text-decoration: none;
        color: inherit;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        border: #ffffff 2px solid;
        cursor: pointer
    }

    main article section.form span.openE:hover,main article section.form span.closeE:hover {
        outline: #ffffff 1px solid;
        font-weight: bolder
    }

    main article section.form span.closeE {
        display: none
    }

    main article section.form span.openE {
        z-index: 99999;
        display: block
    }

    main article section.form .onlyWhenOpen {
        display: none
    }

    main article section.form.open span.closeE {
        display: block
    }

    main article section.form.open span.openE {
        display: none
    }

    main article section.form.open .onlyWhenOpen {
        display: block
    }

    main article section.form .CTAclose {
        opacity: 0;
        transition: opacity 1s;
        right: -500px;
        top: -500px
    }

    main article section.form.open .CTAclose {
        right: 2.5%;
        top: 2%;
        display: block;
        opacity: 1;
        z-index: 6000;
        cursor: pointer
    }

    main article section.form * {
        flex-shrink: 0
    }

    main article section.form p {
        height: 0;
        overflow: hidden;
        margin: 0
    }

    main article section.form form {
        display: flex;
        flex-direction: column;
        height: 0;
        transition: height 1s;
        box-sizing: border-box;
        position: relative;
        flex-grow: 1;
        margin-top: 20px;
        overflow: hidden
    }

    main article section.form form ul {
        display: felx;
        list-style: none;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        flex-shrink: 1
    }

    main article section.form form ul li {
        min-width: 30%;
        display: block;
        max-width: 100%
    }

    main article section.form form ul li label {
        display: block;
        margin-bottom: 5px
    }

    main article section.form form ul li input[type=text],main article section.form form ul li input[type=email],main article section.form form ul li input[type=tel] {
        box-sizing: border-box;
        width: 100%
    }

    main article section.form form ul li ul {
        flex-direction: column;
        justify-content: flex-start;
        height: 100%
    }

    main article section.form form ul li ul li {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
        flex-grow: 0;
        margin-bottom: 20px
    }

    main article section.form form ul.checkboxes {
        margin-bottom: 30px
    }

    main article section.form form ul.checkboxes li {
        color: #444;
        font-size: 24px;
        font-family: DINWebPro-CondBold;
        line-height: 25px
    }

    main article section.form form ul.checkboxes li ul {
        margin-top: 20px
    }

    main article section.form form ul.checkboxes li ul li {
        flex-direction: row;
        margin-bottom: 0
    }

    main article section.form form ul.checkboxes li ul li label {
        color: #444;
        font-family: DINWeb-Light;
        font-size: 24px;
        line-height: 35px;
        font-size: 16px
    }

    main article section.form form ul.checkboxes li ul li input {
        margin-top: 10px
    }

    main article section.form form .message {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap
    }

    main article section.form form .message p {
        flex-grow: 0
    }

    main article section.form form .message textarea {
        flex-grow: 1;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        min-height: 200px
    }

    main article section.form form .submit {
        flex-grow: 0
    }

    main article section.form form .disclaim {
        text-align: center;
        padding-top: 5px
    }

    main article section.form form .messageResponse {
        color: #444;
        font-size: 44px;
        font-family: DINWebPro-CondBold;
        line-height: 40px;
        text-align: center;
        margin-top: 50px
    }

    main article section.form form h5,main article section.form form ul,main article section.form form div,main article section.form form .message {
        display: none
    }

    main article section.form.open {
        overflow: auto
    }

    main article section.form.open ul {
        height: auto;
        overflow: initial
    }

    main article section.form.open form {
        height: auto;
        overflow: initial
    }

    main article section.form.open form h5,main article section.form.open form div {
        display: block
    }

    main article section.form.open form ul,main article section.form.open form .message {
        display: flex
    }

    main article section.form.open p {
        height: auto;
        overflow: initial;
        margin: 24px 0
    }
}

@media (min-width: 769px) {
    main article section.form {
        display:flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        background-color: #ffffff;
        transition: background-color 1s,color 1s,top 2s,left 2s,right 2s,bottom 2s;
        color: #222222;
        padding: 20px;
        box-sizing: border-box;
        min-height: 150px
    }

    main article section.form h5 {
        transition: color 1s;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 20px;
        width: 100%;
        color: #444;
        font-family: DINWeb-Light;
        font-size: 24px;
        line-height: 35px;
        text-transform: uppercase;
        color: #222222;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(225,225,225,0.4);
        position: relative;
        flex-grow: 0
    }

    main article section.form h5::before {
        content: ' ';
        border-bottom: solid 1px #e1e1e1;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 25px
    }

    main article section.form p {
        flex-grow: 0;
        transition: color 1s;
        color: #444;
        font-family: DINWeb-Light;
        font-size: 24px;
        line-height: 35px;
        color: #222222
    }

    main article section.form.open {
        z-index: 3000;
        position: fixed;
        top: 2.5% !important;
        bottom: 2.5% !important;
        margin: 0
    }

    main article section.form span.openE,main article section.form span.closeE {
        position: absolute;
        right: 20px;
        bottom: 20px;
        text-decoration: none;
        color: inherit;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
        border: #ffffff 2px solid;
        cursor: pointer
    }

    main article section.form span.openE:hover,main article section.form span.closeE:hover {
        outline: #ffffff 1px solid;
        font-weight: bolder
    }

    main article section.form span.closeE {
        display: none
    }

    main article section.form span.openE {
        display: none
    }

    main article section.form .onlyWhenOpen {
        display: none
    }

    main article section.form.open span.closeE {
        display: block
    }

    main article section.form.open span.openE {
        display: none
    }

    main article section.form.open .onlyWhenOpen {
        display: block
    }

    main article section.form .CTAclose {
        display: none
    }

    main article section.form * {
        flex-shrink: 0
    }

    main article section.form p {
        height: auto;
        overflow: initial;
        margin: 24px 0
    }

    main article section.form form {
        display: flex;
        flex-direction: column;
        height: auto;
        transition: height 1s;
        overflow: initial;
        box-sizing: border-box;
        position: relative;
        flex-grow: 1;
        margin-top: 20px;
        overflow: hidden
    }

    main article section.form form ul {
        display: felx;
        list-style: none;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        flex-shrink: 0
    }

    main article section.form form ul li {
        min-width: 30%;
        display: block;
        max-width: 100%
    }

    main article section.form form ul li label {
        display: block;
        margin-bottom: 5px
    }

    main article section.form form ul li input[type=text],main article section.form form ul li input[type=email],main article section.form form ul li input[type=tel] {
        box-sizing: border-box;
        width: 100%
    }

    main article section.form form ul li ul {
        flex-direction: column;
        justify-content: flex-start;
        height: 100%
    }

    main article section.form form ul li ul li {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
        flex-grow: 0;
        margin-bottom: 20px
    }

    main article section.form form ul.checkboxes {
        margin-bottom: 30px
    }

    main article section.form form ul.checkboxes li {
        color: #444;
        font-size: 24px;
        font-family: DINWebPro-CondBold;
        line-height: 25px
    }

    main article section.form form ul.checkboxes li ul {
        margin-top: 20px
    }

    main article section.form form ul.checkboxes li ul li {
        flex-direction: row;
        margin-bottom: 0
    }

    main article section.form form ul.checkboxes li ul li label {
        color: #444;
        font-family: DINWeb-Light;
        font-size: 24px;
        line-height: 35px;
        font-size: 16px
    }

    main article section.form form ul.checkboxes li ul li input {
        margin-top: 10px
    }

    main article section.form form .message {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap
    }

    main article section.form form .message p {
        flex-grow: 0
    }

    main article section.form form .message textarea {
        flex-grow: 1;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        min-height: 20px
    }

    main article section.form form .submit {
        flex-grow: 0
    }

    main article section.form form .disclaim {
        text-align: center;
        padding-top: 5px
    }

    main article section.form form .messageResponse {
        color: #444;
        font-size: 44px;
        font-family: DINWebPro-CondBold;
        line-height: 40px;
        text-align: center;
        margin-top: 50px
    }

    main article section.form form h5,main article section.form form div {
        display: block
    }

    main article section.form form ul,main article section.form form .message {
        display: flex
    }

    main article section.form ul {
        height: auto;
        overflow: initial
    }
}

main article section.galerie {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 450px;
    overflow: hidden;
    flex-wrap: nowrap;
    padding-top: 20px
}

main article section.galerie .imgContainer {
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    box-sizing: border-box;
    text-align: center
}

main article section.galerie .imgContainer .imgBox {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex
}

main article section.galerie .imgContainer .imgBox img {
    max-height: 100%;
    max-width: 100%;
    margin: auto auto
}

main article section.galerie .textContainer {
    overflow: hidden;
    position: relative;
    width: 280px;
    flex-grow: 0;
    padding-top: 35px;
    margin-left: 20px;
    box-sizing: border-box
}

main article section.galerie .textContainer p {
    position: absolute;
    transition: left 1s;
    width: 250px;
    color: #444;
    font-family: DINWeb;
    font-size: 17px;
    line-height: 26px;
    font-size: 15px;
    line-height: 22px
}

main article section.galerie .notIn {
    animation-name: toRight;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

main article section.galerie .shownFromLeft {
    animation-name: fromLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

main article section.galerie .shownFromRight {
    animation-name: fromRight;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

main article section.galerie .gone {
    animation-name: toLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

main article section.galerie .button {
    position: absolute;
    background-color: #ffffff;
    color: #222222;
    font-family: DINWeb-Black;
    text-align: center;
    border: solid 2px #222222;
    box-sizing: border-box;
    height: 25px;
    width: 40px;
    line-height: 22px;
    top: 20px;
    cursor: pointer
}

main article section.galerie .button:hover {
    border: solid 3px #222222
}

main article section.galerie .prev {
    right: 240px
}

main article section.galerie .next {
    right: 202px
}

@media (max-width: 770px) {
    main article section.galerie {
        flex-direction:column-reverse
    }

    main article section.galerie .textContainer {
        height: 250px;
        min-width: 100%;
        width: auto
    }

    main article section.galerie .textContainer p {
        width: 90%;
        box-sizeing: borderbox
    }

    main article section.galerie .prev {
        left: 25px;
        right: auto
    }

    main article section.galerie .next {
        right: 25px
    }
}

main article section.downloadtool.login form {
    width: 100%;
    display: flex;
    direction: column
}

main article section.downloadtool.login form input {
    box-sizing: border-box;
    margin: 20px 2.5%;
    flex-grow: 1
}

@media (min-width: 769px) {
    main article section.downloadtool.login form input {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadtool.login form input {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadtool.login form input {
        width:95%
    }
}

@media (min-width: 769px) {
    main article section.downloadtool.login form input {
        width:28%
    }
}

@media (max-width: 769px) and (min-width:500px) {
    main article section.downloadtool.login form input {
        width:45%
    }
}

@media (max-width: 500px) {
    main article section.downloadtool.login form input {
        width:95%
    }
}

#CTA {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #21303c;
    opacity: 0;
    transition: opacity 2s
}

#CTA.open {
    opacity: 1;
    z-index: 2000
}

#CTA.hidden_open {
    opacity: 0;
    z-index: 2000
}

.CTAclose {
    display: block;
    position: fixed;
    top: 2%;
    right: 2.5%;
    z-index: 6000;
    cursor: pointer;
    border: solid 2px white;
    font-weight: bold;
    text-align: center;
    background-color: #21303c;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    width: 30px;
    height: 30px
}

body>footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #21303c;
    color: #ffffff;
    z-index: 9999;
    margin: 0;
    padding: 20px
}

body>footer button {
    margin-left: 20px;
    background-color: #21303c;
    color: #ffffff;
    border-style: solid
}

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