@charset "UTF-8";
/*!
 *  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; }

/*!
* Roboto - License: https://www.apache.org/licenses/ (Font: APACHE LICENSE, VERSION 2.0)
 
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }
 /*!

 * Open Sans - License: https://www.apache.org/licenses/ (Font: APACHE LICENSE, VERSION 2.0)

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
.async-hide {
  opacity: 0 !important; }

html {
  color: #222;
  background-color: #ffffff; }

* {
  text-rendering: optimizeLegibility; }

button {
  color: #222; }

input {
  color: #222; }

select {
  color: #222; }

textarea {
  color: #222;
  resize: vertical; }

body {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Sans-Serif;
  font-weight: 300;
  height: 100%;
  color: #3C3C3C;
  margin: 0 !important; }

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

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

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

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

strong {
  font-weight: 700; }

a {
  text-decoration: underline;
  color: #159fdb;
  outline: none !important; }
  a:active {
    outline: none !important; }
  a:hover {
    outline: none !important;
    text-decoration: none;
    color: #C8063F; }
  a:visited {
    outline: none !important; }
  a:focus {
    outline: none !important; }
  a:link {
    outline: none !important; }
  a:nth-child(2n) .cms-icon {
    padding-right: 0; }

p {
  color: #3C3C3C;
  margin: 0 0 0.75em 0;
  line-height: 1.625em;
  font-size: 1.125em; }
  p.hint {
    font-size: 1em; }

span.overline {
  margin-top: .5em;
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  font-family: 'Roboto Condensed', sans-serif; }

h1 {
  display: block;
  margin: 0.25em 0 0.25em 0 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: inherit;
  margin: 0 0 0.4em 0;
  color: #159fdb;
  line-height: 1.2em; }

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1.125em;
  font-size: 2em;
  width: 100%;
  margin: .75em 0 .25em 0;
  color: #C8063F; }
  h2 a {
    color: #C8063F; }

h3 {
  display: block;
  line-height: 1.25em;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Sans-Serif;
  font-weight: 700;
  margin: 1.375em 0 .25em 0;
  color: #666;
  font-size: 1.375em; }
  h3.red {
    color: #C8063F; }
  h3.blue {
    color: #159fdb; }

h2 + h3 {
  margin-top: .375em; }

ul {
  padding: 0 0 0 2em;
  margin: 1em 0 1.7em 0;
  list-style: disc outside none; }

li {
  color: #3C3C3C;
  font-size: 1.125em;
  line-height: 1.75em; }
  li ul li, li ol li {
    font-size: inherit; }

nav ul {
  list-style-type: none;
  list-style-position: initial; }

em {
  background-color: #ffff00; }

small > * {
  line-height: 1.25em; }

blockquote {
  width: 100%;
  display: block;
  overflow: visible;
  float: left;
  border-left: 2px solid #C8063F;
  margin: 1.5em 0 1.75em 0; }
  blockquote.quote p {
    font-size: 1.625em;
    line-height: 1.5em;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 60px; }

#content .intermediate_wrapper {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  background-color: #eee;
  margin-top: 1em;
  margin-bottom: 0; }
  #content .intermediate_wrapper h2 {
    margin-bottom: 16px; }
  #content .intermediate_wrapper strong {
    color: #159fdb; }
  #content .intermediate_wrapper.home {
    margin: -0.625em 0 1.5em; }
    #content .intermediate_wrapper.home h2 {
      margin-top: .25em; }
  #content .intermediate_wrapper.margin_bottom {
    margin: 0 0 1.5em 0; }
  #content .intermediate_wrapper .border_thick.last {
    margin: 0; }

span.btn-border {
  padding: 0;
  border: 3px solid #159fdb;
  width: 300px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none;
  margin: 0 auto 20px !important; }
  span.btn-border.left {
    float: left !important; }
  span.btn-border > .btn {
    text-align: center;
    border: 1px solid white;
    margin: 0 auto !important;
    padding: 5px 10px !important;
    width: 100%; }

form span.btn-border {
  float: right;
  width: auto;
  border: 3px solid #CC173D; }
  form span.btn-border .btn {
    background-color: #CC173D !important; }

.text-block {
  box-sizing: border-box;
  margin: .5em 0 0; }
  .text-block.intermediate {
    text-align: center;
    margin: .75em 0 .25em; }
    .text-block.intermediate h2 {
      font-size: 2em;
      margin-bottom: .125em; }
    .text-block.intermediate p {
      font-style: normal;
      font-size: 1.25em; }

figure {
  margin: 0;
  box-sizing: border-box; }

.burger {
  display: none; }

.hide-desktop {
  display: none; }

/******************
**** STRUCTURE ****
******************/
#main_column {
  width: 100%;
  position: relative;
  float: left; }
  #main_column section li {
    line-height: 1.5em;
    padding: 0 0 0.35em 0; }
  #main_column section .img_col.content_description {
    padding-top: 1em; }
  #main_column section .img_col.content_img {
    padding-top: 1.5em; }
  #main_column .box-ref {
    margin-top: 1em; }
  #main_column section.service {
    width: 50%;
    padding: 0 0 20px 0;
    display: inline-block;
    float: left;
    clear: left;
    overflow: hidden; }
    #main_column section.service:nth-child(2n+2) {
      margin-left: 0%;
      padding: 0 0 20px 0;
      float: right;
      clear: right; }
  #main_column article.service-overview h2 a {
    color: #C8063F;
    text-decoration: none; }
    #main_column article.service-overview h2 a:hover {
      text-decoration: underline; }
    #main_column article.service-overview h2 a:after {
      background: none; }
  #main_column .btn {
    max-width: 100%;
    text-align: center; }
    #main_column .btn:after {
      background: none !important; }
  #main_column a {
    padding: 0;
    background: none;
    color: #159fdb;
    font-weight: 600;
    text-decoration: underline; }
    #main_column a:hover {
      color: #C8063F;
      text-decoration: none; }
  #main_column a[href^="http:"] {
    padding: 0 1.125em 0 0; }
  #main_column a[href^="www"] {
    padding: 0 1.125em 0 0; }
  #main_column a[href^="mailto:"] {
    padding: 0 1.5em 0 0;
    background: none;
    color: #159fdb;
    font-weight: 600;
    text-decoration: underline; }
  #main_column a[href^="tel:"] {
    padding: 0 1.5em 0 0;
    background: none;
    color: #159fdb;
    font-weight: 600;
    text-decoration: underline; }
  #main_column .blogrow:last-of-type {
    border: 0; }
  #main_column .blogrow .content_img {
    float: left; }
  #main_column .blogrow a {
    float: left !important; }
  #main_column .blogrow h2 a {
    text-decoration: none;
    display: block;
    width: 100%; }

.content_description {
  width: calc(100% - 392px); }

.content_img, .sidebar-img {
  margin-top: 6px;
  width: 362px !important; }
  .content_img img, .sidebar-img img {
    width: 100%; }
    .content_img img:hover, .sidebar-img img:hover {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.sidebar-img {
  max-width: 100% !important; }

/* STRUCTURE */
.two-column {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  margin-top: 1em;
  box-sizing: border-box; }
  .two-column.border_bottom {
    padding-bottom: 1em;
    border-bottom: 2px solid #333; }
  .two-column.border_top {
    padding-top: 1.5em;
    border-top: 1px solid #333; }
  .two-column h3 {
    margin-top: 0; }
  .two-column > div {
    width: 49.04214559386973%;
    float: left; }
    .two-column > div:nth-child(2n+2) {
      float: right; }
    .two-column > div.smallcol {
      width: calc(49.04214559386973% - 50px); }
  .two-column .address {
    width: 30%; }
  .two-column .form {
    width: 65.4632972322503%; }
  .two-column > div > ul {
    margin-top: 0; }

.two-column.forms {
  padding: 1em 2em 0; }
  .two-column.forms > *:first-child {
    width: 50%; }
  .two-column.forms > *:last-child {
    width: 45%;
    float: right; }
  .two-column.forms .text-block {
    margin-top: -1em; }

.two-cols {
  display: block;
  overflow: visible;
  width: 100%;
  float: left; }

.two-cols > * {
  width: 46%;
  margin-right: 2%;
  float: left; }

.two-cols > *:nth-child(2n+2) {
  width: 49%;
  margin-right: 0%;
  margin-left: 0%;
  float: left; }

.two-col.textcol {
  display: block;
  overflow: hidden;
  float: left; }

.two-col.textcol > * {
  width: 47%;
  margin: 0 1.25% 0 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  float: left; }
  .two-col.textcol > *:last-child {
    width: 49%;
    margin: 0;
    float: right; }

.three-col > * {
  width: 32.05619412515964%;
  margin-right: 1.91570881226054%;
  float: left;
  border: 0; }
  .three-col > *:nth-child(3n + 3) {
    margin-right: 0; }
  .three-col > * h3 {
    margin-top: 0; }

.one-two-col > *:first-child {
  width: 32.12996389891697%;
  margin-right: 1.80505415162455%;
  float: left; }
.one-two-col > *:nth-child(2n+2) {
  width: 66.06498194945848%;
  float: right; }

.two-one-col > *:first-child {
  width: 66.06498194945848%;
  margin-right: 1.80505415162455%;
  float: left; }
.two-one-col > *:nth-child(2n+2) {
  width: 32.12996389891697%;
  float: right; }

.content-block {
  width: 100%;
  margin: .5em 0 1em 0;
  float: left; }
  .content-block.top {
    border-top: 2px solid #333; }
  .content-block.bottom {
    border-bottom: 2px solid #333;
    padding: 0 0 2em 0; }

/****************
** Landing Page**
****************/
.landingpage .landing_form {
  position: relative;
  margin: 0 0 0 50px;
  padding: 0;
  border: 5px solid #C8063F; }
  .landingpage .landing_form .form_header {
    margin-bottom: 1em;
    text-align: center;
    background: #C8063F;
    z-index: 2; }
    .landingpage .landing_form .form_header h2 {
      width: unset;
      color: white;
      padding: 8px 24px;
      font-size: 1.25em; }
  .landingpage .landing_form .whitepaper_box {
    width: 100%; }
    .landingpage .landing_form .whitepaper_box .whitepaper_img {
      display: block;
      width: 50%;
      margin: 10px auto 20px auto;
      padding: 0 1em; }
    .landingpage .landing_form .whitepaper_box #dsgvo_img {
      padding: 10px 0 0 0;
      width: 50%; }
    .landingpage .landing_form .whitepaper_box #websitecheck_img {
      width: 90%;
      padding: 5px 0 0 0; }
  .landingpage .landing_form .forms {
    padding: 0 1em 1em; }
    .landingpage .landing_form .forms form .input-container {
      width: unset;
      float: unset; }
      .landingpage .landing_form .forms form .input-container .btn-border {
        margin: 0 !important;
        float: unset;
        width: 100%; }
    .landingpage .landing_form .forms form .radio {
      width: 60% !important;
      float: left !important; }
    .landingpage .landing_form .forms form .line label {
      width: unset; }
    .landingpage .landing_form .forms form .line > label {
      font-weight: 600; }
    .landingpage .landing_form .forms form .line input, .landingpage .landing_form .forms form .line textarea {
      display: block;
      width: 100%;
      float: none; }
    .landingpage .landing_form .forms form .line .website {
      border: 4px solid #159fdb; }
    .landingpage .landing_form .forms form .orange .btn {
      background: #EF8927 !important; }
    .landingpage .landing_form .forms form .orange .btn-border {
      border: 3px solid #EF8927; }
.landingpage article section .two-column {
  margin-bottom: 0px; }
  .landingpage article section .two-column .social-media {
    border: none; }
.landingpage #triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 60px solid #C8063F;
  z-index: 1; }

.ds-hinweis {
  font-size: 1em;
  margin: 0;
  text-align: left; }

/***********
** HEADER **
************/
#canvas {
  width: 100%;
  margin: 0 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
  #canvas * {
    box-sizing: border-box; }
  #canvas img {
    max-width: none;
    width: 100%;
    height: auto; }
  #canvas.home {
    background-color: #fff;
    padding: 0;
    height: auto;
    overflow: hidden; }
  #canvas .banner-wrapper {
    width: 40%;
    float: left;
    display: inline-block;
    background-color: #008BE7;
    background-color: transparent;
    margin: 1.5em 0 2em 1em; }
  #canvas .btn-border {
    margin: 1em 0 0 0 !important;
    float: right;
    width: auto; }
    #canvas .btn-border .btn {
      padding: 0.25em 1.5em !important;
      font-size: 1em; }
  #canvas #banner-content {
    background-color: transparent;
    width: 100%;
    padding: .5em 1em 1em 1em;
    text-shadow: none;
    float: left;
    margin: 0;
    position: relative; }
    #canvas #banner-content a {
      font-color: inherit;
      text-decoration: none; }
    #canvas #banner-content .text_top {
      text-transform: uppercase;
      margin-top: 1.25em;
      border-top: 5px solid #fff;
      padding: .5em 1em 0 0; }
      #canvas #banner-content .text_top .size-top {
        color: #333;
        line-height: 1em;
        margin-top: .375em;
        letter-spacing: 0.03em;
        line-height: 1em;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 1.125em;
        font-weight: 400; }
      #canvas #banner-content .text_top .size-bottom {
        color: #CC173D;
        letter-spacing: 0;
        line-height: 1.2em;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        word-break: break-all;
        padding-left: 0;
        font-size: 2.5em;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: 700; }
    #canvas #banner-content .text_bottom {
      padding-left: .75em;
      font-size: 1em; }
    #canvas #banner-content ul {
      margin: 1em 0 1em 0; }
    #canvas #banner-content ul li {
      color: #fff;
      display: list-item;
      position: relative;
      list-style: disc outside none;
      font-family: "Open Sans",Tahoma,Verdana,Arial,Sans-Serif;
      font-weight: 300;
      line-height: 1.625em;
      font-size: 1em; }
  #canvas figure {
    float: right;
    width: 62%;
    position: absolute;
    bottom: -46px;
    right: -70px; }
    #canvas figure.rotate {
      bottom: -28px;
      right: -98px;
      width: 65%; }
      #canvas figure.rotate img {
        transform: rotate(-7deg); }
  #canvas .new {
    width: 47%; }
    #canvas .new #banner-content .text_bottom {
      padding-left: 0; }
    #canvas .new #banner-content .text_top {
      border: 0;
      margin-top: 0;
      font-size: 1em; }
      #canvas .new #banner-content .text_top .size-bottom {
        word-break: normal; }
    #canvas .new #banner-content p {
      color: #333;
      font-size: 1em; }
    #canvas .new + figure {
      position: relative;
      float: right;
      width: 48%;
      height: 100%;
      bottom: auto;
      right: auto;
      min-height: 410px; }
      #canvas .new + figure.image-cycle picture {
        position: absolute;
        left: auto;
        top: auto;
        bottom: -10px;
        right: -238px;
        height: 100%;
        width: 150%; }
      #canvas .new + figure.image-cycle .active {
        z-index: 3; }

#header {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 .5em 0;
  -webkit-transition: all 0.2 ease-out 0s;
  -moz-transition: all 0.2 ease-out 0s;
  transition: all 0.2 ease-out 0s;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 0 0px !important; }
  #header .header_wrapper {
    width: 100%;
    margin: 0 auto 0;
    display: block; }
  #header .header_content {
    border-top: 5px solid #333;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
    position: relative;
    float: left;
    padding: 0em 0  2em;
    border-bottom: 2px solid black;
    display: block; }

#logo-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#logo {
  width: 100%;
  position: relative;
  float: left;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  float: left;
  max-width: 210px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  #logo:hover {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  #logo img {
    position: relative;
    float: left;
    height: auto; }
  #logo #logo-circle1 {
    width: 23%;
    position: absolute;
    left: 0; }
  #logo #logo-circle2 {
    width: 23%; }
  #logo #logo-word {
    width: 77%; }

#breadcrumb {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  float: left;
  padding: 0;
  width: 100%;
  float: left;
  margin: 1.5em 0 1.75em; }
  #breadcrumb p {
    color: #878787;
    font-size: 0.75em;
    font-weight: 400;
    width: auto;
    float: left;
    margin: 0; }
  #breadcrumb li {
    color: #878787;
    font-size: 0.7em;
    width: auto;
    float: left;
    margin: 0;
    display: inline;
    padding: 0 0 0 0.4em; }
    #breadcrumb li a {
      color: #3C3C3C; }
    #breadcrumb li:after {
      content: " >";
      font-size: 0.9em; }
    #breadcrumb li:last-child:after {
      content: ""; }
  #breadcrumb ul {
    margin: 0;
    padding: 0; }

#nav_third {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 1em 0; }
  #nav_third ul {
    width: 100%;
    position: relative;
    float: left;
    list-style: none outside none;
    padding: 0 0 0.5em;
    margin: 0;
    border-bottom: 1px solid #CDCDCD; }
    #nav_third ul li {
      margin: 0.5em 0;
      padding: 0;
      display: block;
      list-style-type: none; }
      #nav_third ul li a {
        background-color: #3C3C3C;
        display: block;
        font-size: 1em;
        font-weight: 600;
        color: #ffffff;
        padding: 0.2em 1em;
        text-decoration: none;
        line-height: 1.4em; }
        #nav_third ul li a:hover {
          background-color: #C8063F; }
      #nav_third ul li a.rex-active {
        color: #C8063F; }
      #nav_third ul li a.rex-current {
        background-color: #C8063F; }
      #nav_third ul li:first-child {
        margin-top: 0; }

#middlebar {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-top: 0 !important;
  margin-bottom: 0; }

/* SIDEBAR CONTACTBOX */
#contactbox {
  position: fixed;
  width: 320px;
  z-index: 700;
  right: 0;
  top: 230px;
  padding: 12px 16px 12px 12px;
  background-color: rgba(255, 255, 255, 0);
  border-right: 0;
  -webkit-transform: translate(276px, 0);
  -moz-transform: translate(276px, 0);
  -ms-transform: translate(276px, 0);
  -o-transform: translate(276px, 0);
  transform: translate(276px, 0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  #contactbox:hover, #contactbox.active {
    background-color: white;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    #contactbox:hover .box-phone, #contactbox.active .box-phone {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    #contactbox:hover form, #contactbox.active form {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  #contactbox.narrow {
    top: auto;
    bottom: 20px; }
  #contactbox .box-phone {
    margin: 0 0 1.25em 0;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 2.25em;
    -webkit-transform: translate(70px, 0);
    -moz-transform: translate(70px, 0);
    -ms-transform: translate(70px, 0);
    -o-transform: translate(70px, 0);
    transform: translate(70px, 0);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    overflow: hidden; }
    #contactbox .box-phone span.txt {
      color: #159fdb;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.5em;
      display: inline-block;
      padding: 4px 0 0 5px; }
    #contactbox .box-phone span.icon {
      display: inline-block;
      float: left;
      height: 46px;
      margin: 0 0 0 .25em;
      margin-right: 10px;
      color: #fff;
      font-size: 1.25em;
      border-radius: 50%;
      background-color: #159fdb; }
      #contactbox .box-phone span.icon:before {
        color: #fff;
        text-align: center;
        padding: 12px 0 0 14px;
        display: inline-block; }
  #contactbox .btn-border {
    margin: 0 !important;
    border: 3px solid #159fdb;
    width: 100%; }
  #contactbox .btn {
    margin: 0px !important;
    padding: 5px 15px 5px 5px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-image: none;
    background: #159fdb !important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    display: block;
    overflow: hidden;
    box-sizing: border-box; }
  #contactbox .fa {
    min-width: 46px; }
  #contactbox ul.contact {
    box-sizing: border-box;
    margin-bottom: 1em;
    padding: 0;
    list-style-type: none; }
    #contactbox ul.contact li {
      margin-bottom: 10px;
      padding: 0;
      line-height: 0em;
      box-sizing: border-box;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
      #contactbox ul.contact li.newsletter a {
        box-sizing: border-box;
        background-color: white !important;
        color: #159fdb !important;
        border: 1px solid #159fdb !important; }
        #contactbox ul.contact li.newsletter a span {
          color: #159fdb; }
      #contactbox ul.contact li.active {
        margin-left: -30px;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
    #contactbox ul.contact a {
      font-size: 95%;
      line-height: 1.2em; }
      #contactbox ul.contact a.btn {
        max-height: 40px;
        padding-top: 6px;
        text-align: center;
        display: inline-block;
        width: 100%; }
      #contactbox ul.contact a span.text {
        display: inline-block;
        float: left;
        overflow: hidden;
        padding: 3px 0 0 12px; }
      #contactbox ul.contact a span.icon {
        float: left;
        margin: 0; }
        #contactbox ul.contact a span.icon.fa-envelope {
          font-size: 1.5em; }
        #contactbox ul.contact a span.icon.fa-phone, #contactbox ul.contact a span.icon.fa-info {
          font-size: 1.75em; }
  #contactbox form {
    display: none;
    -webkit-transform: translate(70px, 0);
    -moz-transform: translate(70px, 0);
    -ms-transform: translate(70px, 0);
    -o-transform: translate(70px, 0);
    transform: translate(70px, 0);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    #contactbox form label {
      width: 100%;
      overflow: visible;
      height: auto;
      min-height: 15px;
      font-weight: 600;
      font-size: 0.875em; }
    #contactbox form .label-container {
      min-height: 15px;
      width: 100%; }
    #contactbox form input[Type=text],
    #contactbox form input[Type=tel],
    #contactbox form input[Type=url],
    #contactbox form input[Type=email],
    #contactbox form .input-container {
      width: 100%; }
    #contactbox form .input-container label {
      width: 120px;
      font-weight: 300; }
    #contactbox form .error-msg {
      padding: 1em 0; }
    #contactbox form .btn-border {
      border: 3px solid #C8063F; }
    #contactbox form .btn {
      background-color: #C8063F !important;
      padding: 8px 14px !important; }
    #contactbox form p {
      font-size: 0.875em; }
    #contactbox form h3 {
      color: #C8063F;
      margin-bottom: .5em; }

.go-top {
  display: none !important; }

/* SLIDESHOW */
#slideshow {
  width: 100%;
  position: relative;
  float: left;
  position: relative;
  z-index: 10; }
  #slideshow .btn {
    margin: 0px !important;
    padding: 5px 15px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-image: none;
    background: #159fdb !important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 160px;
    text-shadow: none !important;
    width: 100%; }
  #slideshow .btn-styler {
    max-width: 160px;
    margin: 42px 39px 0 0;
    float: right; }
  #slideshow .rslides_tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    background-color: #3C3C3C;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff; }
    #slideshow .rslides_tabs li {
      display: inline;
      float: left; }
    #slideshow .rslides_tabs a {
      width: auto;
      line-height: 20px;
      padding: 5px 10px;
      color: #ffffff;
      height: auto;
      background: #3C3C3C;
      display: inline-block;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.7em;
      -moz-opacity: 0.7;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
      #slideshow .rslides_tabs a:hover {
        background-color: #CDCDCD;
        color: #3C3C3C;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    #slideshow .rslides_tabs .rslides_here a {
      background-color: #CDCDCD;
      color: #3C3C3C;
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #slideshow .slider_text {
    position: absolute;
    left: 2.5em;
    top: 1.2em;
    width: 50%; }
    #slideshow .slider_text p {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.9em;
      line-height: 1.4em; }
    #slideshow .slider_text ul {
      width: 48%; }
  #slideshow .text_top a {
    color: #ffffff;
    text-decoration: none; }
    #slideshow .text_top a:hover {
      text-decoration: underline; }
    #slideshow .text_top a span:first-child {
      line-height: 1em;
      margin-top: 1em;
      font-size: 1.2em; }
  #slideshow span {
    text-align: left;
    display: block; }
  #slideshow .aktuelles .text_bottom {
    padding-top: 0.5em; }
  #slideshow .aktuelles .content_img {
    float: left; }
  #slideshow .aktuelles .content_description {
    float: right; }
  #slideshow .slides_referenzen .size-top {
    font-family: "Open Sans", Tahoma, Verdana, Arial, Sans-Serif;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.3em; }
  #slideshow .slides_referenzen .size-bottom {
    font-size: 2.5em; }
  #slideshow .slides_referenzen .text_bottom {
    padding-top: 0.6em;
    font-size: 0.9em;
    line-height: 1.25em; }

.rslides {
  height: auto !important; }

.rslides_nav {
  text-decoration: none !important; }

/* CONTENT */
/* allgemein */
#content {
  width: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .25em 0 0 0; }
  #content #nav_third a:hover {
    color: #ffffff; }
  #content a.anfahrt {
    padding-left: 25px !important; }
  #content #left-col {
    width: calc(100% - 392px);
    float: left; }
  #content #middle-col {
    width: 332px !important;
    float: right; }
  #content #main_column .no-bg {
    background: none !important; }
    #content #main_column .no-bg:after {
      background: none !important; }
  #content #main_column .no-img {
    background-image: none !important; }
    #content #main_column .no-img:after {
      background-image: none !important; }
  #content ul.contact .newsletter {
    padding: 2px !important; }
    #content ul.contact .newsletter a {
      background-color: white !important;
      color: #159fdb !important;
      border: 1px #159fdb solid;
      border: 1px solid #159fdb !important; }
      #content ul.contact .newsletter a span {
        color: #159fdb;
        padding-left: 3px;
        margin-right: 15px; }
      #content ul.contact .newsletter a span.text {
        margin-right: 0;
        padding: 0; }
  #content ul.contact li {
    margin-bottom: 10px;
    padding: 0;
    border: 3px solid #159fdb;
    line-height: 0em; }
    #content ul.contact li:last-child {
      margin: 0; }
  #content .btn[href^="http://www.45grad.de"]:after {
    background: none !important; }
  #content a[href$=".pdf"] {
    margin: 0 0 1em 0;
    color: #3C3C3C;
    padding-right: 24px; }
    #content a[href$=".pdf"]:after {
      background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
      width: 20px;
      height: 25px;
      content: "";
      position: absolute;
      margin: 0 0 0 0.2em;
      background-position: -100px 0px; }
  #content .text-block a[href^="/leistungen/"], #content .meta-links a[href^="/referenzen/"], #content a[href^="/agentur/"], #content .testimonial .project_link, #content .arrow_link {
    text-decoration: none;
    letter-spacing: .4px;
    display: inline-block;
    margin-bottom: .25em;
    cursor: pointer;
    padding-right: 0;
    font-weight: 700; }
    #content .text-block a[href^="/leistungen/"]:before, #content .meta-links a[href^="/referenzen/"]:before, #content a[href^="/agentur/"]:before, #content .testimonial .project_link:before, #content .arrow_link:before {
      background: none !important;
      font-family: "FontAwesome";
      content: '\f138';
      margin-right: 8px;
      font-size: 1.125em;
      color: #C8063F; }
  #content a[href^="http:"], #content a[href^="https:"] {
    padding: 0 1em 0 0;
    background: none;
    color: #159fdb;
    font-weight: 600;
    text-decoration: underline; }
    #content a[href^="http:"]:after, #content a[href^="https:"]:after {
      background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
      width: 15px;
      height: 25px;
      content: "";
      position: absolute;
      margin: 0 0 0 0.2em;
      background-position: -120px 0px; }
  #content a[href^="www"]:after {
    background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    margin: 0 0 0 0.2em;
    background-position: -120px 0px; }
  #content a[href^="mailto:"]:after {
    background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    margin: 0 0 0 0.2em;
    background-position: -60px 4px; }
  #content a[href^="https://www.45grad.de"] {
    padding: 0 1.5em 0 0;
    background: none;
    color: #159fdb;
    font-weight: 600;
    text-decoration: underline; }
    #content a[href^="https://www.45grad.de"]:after {
      background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
      width: 20px;
      height: 25px;
      content: "";
      position: absolute;
      margin: 0 0 0 0.2em;
      background-position: -80px 2px;
      display: none; }
  #content a:hover[href$=".pdf"] {
    color: #C8063F;
    text-decoration: none; }
  #content a:hover[href^="http:"] {
    color: #C8063F;
    text-decoration: none; }
  #content .link-img {
    float: left;
    width: 100%;
    background: none;
    text-align: center;
    margin: 0 0 1em 0; }
  #content figure.content_img a:after {
    background: none; }
  #content #referenzen-pager a:after {
    background: transparent; }

.btn {
  margin: 0px !important;
  padding: 5px 15px !important;
  color: #fff !important;
  font-weight: 700 !important;
  background-image: none;
  background-color: #159fdb;
  text-decoration: none !important;
  border: 1px solid #fff !important;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* Home */
.r_box {
  width: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em 0.5em; }
  .r_box:last-child {
    margin: 0;
    border: none; }
  .r_box ul {
    margin: 0.5em 0 1em; }

.r_box_h {
  width: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1em 0; }
  .r_box_h:last-child {
    margin: 0; }
  .r_box_h h3 {
    text-transform: uppercase;
    display: block;
    color: #333;
    margin: 0 0 .75em 0;
    line-height: 1.7em;
    padding-bottom: 2px;
    padding-left: .75em;
    border-bottom: 1px solid #333;
    border-top: 3px solid #333; }
    .r_box_h h3 a {
      color: #333 !important;
      text-decoration: none; }
  .r_box_h .content {
    padding-left: .75em; }
  .r_box_h .logos {
    padding: 0.5em 1em; }
  .r_box_h .contact {
    padding: 0.5em 0 0;
    margin: 0;
    position: relative; }
    .r_box_h .contact .phone {
      font-weight: 700;
      color: #159fdb;
      font-size: 1.1em; }
  .r_box_h .ticker p {
    border-bottom: 1px solid #333;
    display: block;
    font-size: 0.9em;
    margin: 0 0 0.6em 0;
    padding: 0 0 0.6em 0em; }
    .r_box_h .ticker p:last-child {
      border: none;
      margin: 0; }
  .r_box_h .ticker a.read_further {
    text-decoration: none !important; }

/* IMAGES */
/* mehrere Bilder in einer Reihe */
.multi-image {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  margin: 0 !important;
  box-sizing: border-box; }
  .multi-image .multi-image-element.pad {
    padding: 0 8px; }
    .multi-image .multi-image-element.pad:first-child {
      padding-left: 0; }
    .multi-image .multi-image-element.pad:last-child {
      padding-right: 0; }

.small-multi-image {
  padding: 0 20% !important; }
  .small-multi-image .multi-image-element {
    width: 60px;
    height: auto; }

picture, source {
  display: inline-block; }
  picture img, source img {
    float: left; }

.single-image {
  display: inline-block;
  width: 100%; }
  .single-image picture, .single-image source {
    width: 100%;
    display: block;
    overflow: hidden; }
  .single-image.centered {
    text-align: center; }
    .single-image.centered img {
      text-align: center;
      margin: 0 auto;
      display: block;
      float: none; }

/* LEISTUNGEN */
/* Leistungen Formular */
section.service-box {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 8px solid #159fdb; }
  section.service-box .two-column {
    margin-bottom: 0;
    padding: 0 1.5em 0;
    box-sizing: border-box; }
    section.service-box .two-column:first-of-type {
      padding-top: 1em; }
    section.service-box .two-column:last-of-type {
      padding-bottom: 1em; }
      section.service-box .two-column:last-of-type > *:first-child {
        width: 50%;
        float: left; }
      section.service-box .two-column:last-of-type > *:last-child {
        width: 50%;
        float: right; }
    section.service-box .two-column > *:first-child {
      width: 48.5%;
      float: left; }
    section.service-box .two-column > *:last-child {
      width: 48.5%;
      float: right; }
  section.service-box textarea {
    min-height: 153px;
    margin-top: 4px; }
  section.service-box h2 {
    margin-top: .5em;
    text-align: center; }
  section.service-box p, section.service-box li, section.service-box label {
    font-weight: 400; }
  section.service-box strong {
    font-weight: 700; }
  section.service-box h2 {
    margin-top: .75em; }
  section.service-box form {
    width: 100%; }
    section.service-box form input, section.service-box form .input-container, section.service-box form textarea {
      width: 100%;
      max-width: 100%; }
    section.service-box form input[type=radio] + label:before {
      background-color: white; }
    section.service-box form .website {
      border: 4px solid #CC173D; }
  section.service-box .input-container {
    position: relative; }
    section.service-box .input-container > * {
      float: right; }

/* große Website/DSGVO Check Box */
section.website-check, section.dsgvo-check {
  min-height: 400px;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 8px; }
  section.website-check .two-column, section.dsgvo-check .two-column {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-bottom: 0; }
  section.website-check h2, section.dsgvo-check h2 {
    text-align: center; }
  section.website-check ul, section.dsgvo-check ul {
    padding-left: 2.5em; }
  section.website-check strong, section.dsgvo-check strong {
    font-weight: 700; }
  section.website-check form, section.dsgvo-check form {
    width: 100%; }
    section.website-check form .error-msg, section.dsgvo-check form .error-msg {
      box-sizing: border-box;
      float: right;
      margin-bottom: .125em; }
    section.website-check form #submit-websitecheck, section.dsgvo-check form #submit-websitecheck {
      background-color: #CC173D !important; }
    section.website-check form .website, section.dsgvo-check form .website {
      border: 4px solid #CC173D; }
  section.website-check .btn-border, section.dsgvo-check .btn-border {
    border-color: #CC173D; }
  section.website-check .success-mail-msg h2, section.dsgvo-check .success-mail-msg h2 {
    margin: 0 0 .5em 0;
    text-align: left; }

.success-mail-msg.boxed {
  padding: 0 1em 1em 1em; }
  .success-mail-msg.boxed * {
    text-align: center; }

.news {
  width: 100%;
  position: relative;
  float: left;
  margin: 0.8em 0;
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid #CDCDCD; }
  .news:nth-child(2) {
    margin-top: 0; }
  .news:last-child {
    border: 0; }
  .news .arrow {
    padding: 0 0 0.35em 0 !important; }
    .news .arrow::after {
      background: url(/media/icons/iconset_45grad.svg) no-repeat scroll right center transparent;
      width: 15px;
      height: 25px;
      content: "";
      position: absolute;
      margin: 0 0 0 0.2em;
      background-position: -120px 0px; }

section {
  width: 100%;
  position: relative;
  float: left; }

.news_home {
  float: right;
  width: 32.12996389891697%;
  position: relative; }
  .news_home .btn-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important; }

.swipe-icon {
  display: none; }

.ref-wrapper {
  width: 100% !important;
  overflow: hidden;
  display: inline-block; }
  .ref-wrapper a, .ref-wrapper a:hover {
    color: #fff !important; }
  .ref-wrapper.home {
    width: 100% !important; }
    .ref-wrapper.home .two-col > * {
      width: 47.5%;
      margin-right: 2.808988764% !important; }
      .ref-wrapper.home .two-col > *:nth-of-type(even) {
        margin-right: 0 !important; }

.ref-overlay {
  z-index: 5;
  padding: 0 !important;
  width: 100%; }

.box-ref {
  display: inline-block;
  margin-bottom: 56px;
  overflow: visible;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .box-ref:nth-child(3n +3) {
    margin-right: 0; }
  .box-ref img {
    height: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 10; }
  .box-ref:hover {
    border-color: #C8063F; }
    .box-ref:hover .ref-overlay > .box-ref-text {
      background-color: #C8063F;
      -moz-opacity: 1;
      opacity: 1; }

.box-ref-text-border {
  display: block;
  overflow: hidden;
  float: none;
  width: calc(100% - 40px);
  padding: 6px;
  overflow: hidden;
  margin-left: 20px;
  background-color: #C8063F;
  position: absolute;
  bottom: -42px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }

.box-ref-text {
  display: block;
  float: none;
  padding: 10px;
  background-color: #C8063F;
  opacity: 1;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .box-ref-text h2 {
    font-size: 110%;
    line-height: 1.2em;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-align: center; }
  .box-ref-text p {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    text-align: center; }

.row {
  width: 100%;
  position: relative;
  float: left; }
  .row > .ov_text img {
    margin: 14px 5px 14px 20px; }
  .row.border {
    border-bottom: 1px solid #3c3c3c; }
  .row.margin {
    padding-bottom: 1em;
    margin-top: 1em; }

.tinymcewysiwyg {
  width: 100%;
  position: relative;
  float: left; }

.page_team {
  width: 100%;
  position: relative;
  padding: 1em 0 0.5em;
  margin: 0;
  width: 32.05619412515964%;
  margin-right: 1.91570881226054%;
  float: left;
  border: 0; }
  .page_team:last-child {
    border: none; }
  .page_team:nth-child(3n + 3) {
    margin-right: 0; }
  .page_team .team_pic {
    float: left;
    width: 100%;
    margin: .75em 0 1.25em 0; }
    .page_team .team_pic img {
      width: 100%; }
  .page_team .team_info {
    float: right;
    margin: .75em 0 0.5em 0;
    width: 100%; }
    .page_team .team_info ul {
      padding-left: 2em; }
    .page_team .team_info h2 {
      line-height: 1em;
      margin: 0;
      padding: 0 0 0.5em 0; }
    .page_team .team_info h3 {
      line-height: 1em;
      font-size: 1.125em;
      margin: 0;
      padding: 0 0 1em 0; }
  .page_team .team_name {
    float: left; }
  .page_team .team_unit {
    float: left;
    margin: 0 0 0 22px;
    display: none; }

.topline {
  width: 100%;
  position: relative;
  float: left;
  text-align: right;
  font-size: 0.7em;
  margin: 0; }
  .topline a {
    font-weight: 700;
    padding: 0 1.8em 0 0; }
    .topline a:after {
      background-position: -120px -5px;
      background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
      width: 20px;
      height: 25px;
      content: "";
      position: absolute;
      margin: 0 0 0 0.2em; }

.link-infos {
  width: 100%;
  position: relative;
  float: left; }

.text_bottom {
  width: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }
  .text_bottom a {
    color: #ffffff; }
  .text_bottom ul {
    float: left; }

.forminfo {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 10px;
  color: #ff0000; }

#page {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  margin: 0 auto 1em;
  padding: 4px 1em 1em 1em;
  width: 100%;
  max-width: 1140px;
  border: 0; }
  #page.smaller #content, #page.smaller #breadcrumb {
    padding: 0 3.5em; }

#nav_main.desktop ul li a:hover {
  color: #C8063F;
  background: none; }
#nav_main.desktop ul li:hover ul.rex-navi2 {
  display: block;
  position: absolute;
  margin-top: 0;
  margin-left: -1em;
  padding-top: .375em;
  border-top: 2px solid #C8063F; }
  #nav_main.desktop ul li:hover ul.rex-navi2 li {
    font-size: 1.125em; }

#nav_main {
  margin-top: .875em;
  float: right;
  width: auto;
  position: static !important; }
  #nav_main * {
    box-sizing: border-box; }
  #nav_main ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 0.2em;
    margin: 0;
    float: left;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    #nav_main ul li {
      list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
      float: left; }
      #nav_main ul li a {
        color: #3C3C3C;
        display: block;
        font-weight: 700;
        line-height: 1.25em;
        padding: 0 1em .25em 0;
        font-size: 1.125em;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -o-transition: 0.1s;
        -ms-transition: 0.1s;
        transition: 0.1s; }
      #nav_main ul li:first-child a {
        padding-left: 0; }
      #nav_main ul li:last-child a {
        padding-right: 0; }
      #nav_main ul li a.rex-active {
        color: #ffffff;
        background: none repeat scroll 0 0 #C8063F;
        color: #C8063F;
        background-color: transparent; }
      #nav_main ul li a.rex-current {
        background: none;
        color: #CC173D; }
  #nav_main ul.rex-navi2 {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    list-style: none outside none;
    margin: 0 auto;
    padding: .125em 0 .25em 0;
    z-index: 2000;
    position: relative;
    display: none;
    border: 0 none;
    border-bottom: 1px solid #999;
    border-top: 3px solid white; }
    #nav_main ul.rex-navi2 li {
      display: block;
      float: none;
      margin: 0; }
      #nav_main ul.rex-navi2 li a {
        font-weight: normal;
        padding: 0em .875em;
        text-transform: none;
        border: 0.2em solid #ffffff;
        font-size: 0.8em;
        text-transform: uppercase;
        width: 100%;
        display: inline-block; }
      #nav_main ul.rex-navi2 li:first-child a {
        padding-top: 4px; }

.size-top {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.2em;
  text-transform: uppercase; }

form input, form textarea {
  font-family: "Open Sans",Tahoma,Verdana,Arial,Sans-Serif;
  color: #333; }
form .row input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.marker {
  font-size: 1.1em;
  font-weight: 600;
  display: inline; }

#header.fixed, .header_outer_wrapper.fixed {
  position: fixed;
  background-color: white;
  z-index: 500;
  top: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  max-width: 1140px; }
  #header.fixed .header_content, .header_outer_wrapper.fixed .header_content {
    padding-bottom: .5em;
    margin-bottom: 1.25em; }
  #header.fixed #nav_main, .header_outer_wrapper.fixed #nav_main {
    margin-top: 0.3em; }
    #header.fixed #nav_main > ul, .header_outer_wrapper.fixed #nav_main > ul {
      border-bottom: 0; }
      #header.fixed #nav_main > ul li a, .header_outer_wrapper.fixed #nav_main > ul li a {
        margin-top: 0em; }
    #header.fixed #nav_main ul.rex-navi2, .header_outer_wrapper.fixed #nav_main ul.rex-navi2 {
      padding: .25em .25em .25em .125em; }
      #header.fixed #nav_main ul.rex-navi2 a, .header_outer_wrapper.fixed #nav_main ul.rex-navi2 a {
        margin: 0; }
  #header.fixed #logo, .header_outer_wrapper.fixed #logo {
    margin-top: 0.5em;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }

#nav_main.opened, #nav_main.closed {
  margin: 0 0 .25em;
  border-top: 3px solid #333;
  width: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  transition: none; }
  #nav_main.opened *, #nav_main.closed * {
    transition: none; }
  #nav_main.opened > ul, #nav_main.closed > ul {
    padding-top: .25em;
    margin: 0;
    width: 100%;
    border: none; }
  #nav_main.opened > ul > li, #nav_main.closed > ul > li {
    display: block;
    width: 100%;
    background: transparent;
    float: left;
    margin: 0.1em 0; }
    #nav_main.opened > ul > li > a, #nav_main.closed > ul > li > a {
      border-bottom: 1px solid #333;
      width: 100%;
      background: none;
      padding: 0.2em 0 .375em;
      margin: 0;
      font-size: 1.1em;
      font-weight: 900; }
    #nav_main.opened > ul > li:last-of-type a, #nav_main.closed > ul > li:last-of-type a {
      border: 0; }
    #nav_main.opened > ul > li:hover ul, #nav_main.closed > ul > li:hover ul {
      display: none;
      position: relative; }
    #nav_main.opened > ul > li > ul, #nav_main.closed > ul > li > ul {
      width: 100%;
      margin: 0 0 0 0 !important;
      border: 0 !important;
      border: 1px solid transparent !important;
      margin-top: 8px; }
      #nav_main.opened > ul > li > ul > li:last-child a, #nav_main.closed > ul > li > ul > li:last-child a {
        padding-bottom: .5em; }
      #nav_main.opened > ul > li > ul > li > a, #nav_main.closed > ul > li > ul > li > a {
        padding: .25em 1em;
        width: 100%; }
      #nav_main.opened > ul > li > ul > li:last-of-type a, #nav_main.closed > ul > li > ul > li:last-of-type a {
        border-bottom: 1px solid #333; }
#nav_main.closed {
  display: none; }

#nav_sub {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: -5px;
  background: none repeat scroll 0px 0px #3C3C3C;
  border-top: 1px solid #FFF; }
  #nav_sub ul {
    background: none repeat scroll 0 0 #3C3C3C;
    float: left;
    list-style: none outside none;
    padding: 0;
    margin: 0; }
    #nav_sub ul li {
      margin: 0;
      padding: 0;
      float: left;
      display: inline-block;
      list-style-type: none;
      list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
      #nav_sub ul li a {
        color: #FFFFFF;
        display: block;
        font-size: 1.00em;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 2em;
        padding: 0 .8em;
        text-decoration: none;
        text-transform: uppercase; }
        #nav_sub ul li a:hover {
          background: none repeat scroll 0 0 #FFFFFF;
          color: #C8063F; }
      #nav_sub ul li a.rex-current {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #C8063F; }
      #nav_sub ul li a.rex-active {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #C8063F; }

#respnav_bar {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  list-style: none outside none;
  margin: 0;
  background-color: #000;
  border: none;
  padding: 0;
  z-index: 3000;
  height: 2.75em; }

.respnav_bar_item {
  margin: 0;
  padding: 0;
  position: absolute; }
  .respnav_bar_item span {
    display: none; }

#respnav_bar_left {
  left: 1em;
  top: 0.4em;
  position: absolute; }

#respnav_bar_center a {
  color: #FFFFFF;
  font-size: 0.8em;
  text-decoration: none;
  display: block;
  padding: 0.6em 0; }

.grad_logo {
  display: block;
  margin: 0;
  padding: 0; }
  .grad_logo img {
    height: 3.5em; }

#respnav_bar_right {
  right: 1em;
  top: 0.4em; }

.respnav_bar_back {
  background: url("/media/icons/header_btns.svg") no-repeat scroll 0 0 transparent;
  width: 30px;
  height: 30px;
  display: block;
  background-position: -30px 0; }

.anchor-link {
  background: url("/media/icons/header_btns.svg") no-repeat scroll 0 0 transparent;
  width: 30px;
  height: 30px;
  display: block; }

#breadcrumb_responsive {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 70%;
  border: none;
  height: 2.5em; }
  #breadcrumb_responsive li {
    display: inline;
    padding: 0 0.2em; }
    #breadcrumb_responsive li a {
      padding-right: .25em; }
    #breadcrumb_responsive li:after {
      content: " >";
      font-size: 0.9em;
      color: #C8063F; }
    #breadcrumb_responsive li:last-child:after {
      content: ""; }
  #breadcrumb_responsive ul {
    margin: 0.175em 0 0 0;
    padding: 0; }
  #breadcrumb_responsive a {
    color: #ffffff;
    margin: 0;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 700; }

#left-col {
  width: 64%;
  margin-right: 0.8em;
  float: right; }

#middle-col {
  width: 259px;
  font-size: 0.9em;
  margin-right: 1em;
  float: left;
  padding: 0.5em 0 0 0; }
  #middle-col a {
    padding: 0; }

iframe {
  border: 0; }

.iframe-margin {
  margin: 1em 0 0;
  width: 100%; }

.social-media {
  margin-top: 1em;
  padding: 1.125em 0 0;
  display: block;
  border-top: 2px solid #333;
  float: left;
  width: 100%; }
  .social-media .text {
    float: left;
    width: 100px;
    font-weight: 600;
    padding-top: .5em; }
  .social-media a[href^="http:"] {
    padding: 0 !important; }
  .social-media a[href^="www"] {
    padding: 0 !important; }
  .social-media ul.sm {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: calc(100% - 105px);
    float: right; }
    .social-media ul.sm li {
      margin: 0 .25em;
      text-align: center;
      display: inline-block; }
      .social-media ul.sm li:last-of-type {
        float: right; }
      .social-media ul.sm li a {
        width: 2em;
        height: 2em;
        padding: 0 !important;
        font-size: 1.125em;
        color: white !important;
        border-radius: 50%;
        vertical-align: middle;
        display: table-cell;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
        .social-media ul.sm li a:hover {
          background: #159fdb !important;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -ms-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s; }
        .social-media ul.sm li a:after {
          width: 0 !important;
          height: 0 !important;
          background: none !important; }

.social-media-mobile {
  display: none; }

table {
  width: 100%;
  margin: 1em 0; }

td {
  padding: 0 0 0.5em 0;
  vertical-align: top; }

.fbSharer {
  background: #4267b2 !important; }

.twSharer {
  background: #1da1f2 !important; }

.xnSharer {
  background: #346666 !important; }

.liSharer {
  background: #00a0dc !important; }

form.full .input-container, form.full textarea, form.full input[type=text], form.full input[type=email], form.full input[type=tel], form.full input[type=url] {
  width: 100%;
  float: left; }
form.full label {
  display: none; }
form .line {
  width: auto;
  margin: 0 0 .125em 0;
  border: 0;
  display: block;
  clear: both;
  overflow: hidden;
  padding-bottom: .5em; }
  form .line .flex-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    form .line .flex-row > div {
      width: 30px;
      padding-left: 0;
      padding-right: 3px; }
    form .line .flex-row p {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin: 0 !important; }
form .input-container {
  width: 60%;
  float: right; }
  form .input-container.full {
    width: 100%; }
    form .input-container.full .full {
      width: 100%; }
  form .input-container label {
    width: auto;
    margin-right: 1em;
    font-size: .875em; }
form .label-container {
  width: 26%;
  margin: 4px 0 0 0;
  float: left;
  padding-top: 3px; }
form label {
  width: 26%;
  display: inline-block;
  padding-top: 6px; }
form input {
  width: 60%;
  border: 1px solid #ccc;
  float: right;
  box-sizing: border-box; }
form input[type=text], form input[type=email], form input[type=tel], form input[type=url] {
  padding: .5em .625em .375em; }
form textarea {
  width: 60%;
  border: 1px solid #ccc;
  float: right;
  height: 10em;
  padding: .5em .625em;
  box-sizing: border-box; }
form input[type=radio] {
  width: auto;
  margin-right: .25em;
  display: inline-block;
  float: none;
  margin-bottom: 1.5em; }
form input[type=checkbox] {
  display: none !important;
  cursor: pointer;
  padding-right: 3px; }
form input[type=checkbox]:not([disabled]) + label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 2px;
  min-height: 24px;
  min-width: 30px;
  display: flex;
  align-items: center; }
form input[type=checkbox] + label:before {
  position: relative !important;
  top: 1px;
  margin: .25em .75em .125em 0;
  padding-left: 2px;
  padding-top: 2px;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: 700;
  text-align: center;
  color: blue;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #ccc;
  height: 18px !important;
  width: 18px !important;
  min-width: 16px;
  display: flex;
  align-items: center;
  color: transparent; }
form input[type=checkbox]:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: 700;
  color: #CC173D; }
form input[type=radio] {
  display: none !important;
  cursor: pointer; }
form input[type=radio]:not([disabled]) + label {
  float: left;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 2px;
  min-height: 32px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-width: 80px; }
form input[type=radio] + label:before {
  box-sizing: border-box;
  position: relative !important;
  top: 1px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  content: " ";
  border: 1px solid #ccc;
  height: 22px !important;
  width: 22px !important;
  border-radius: 50%;
  display: inline-block;
  color: #333;
  margin: .25em .75em .125em 0;
  display: flex;
  align-items: center;
  justify-content: center; }
form input[type=radio]:checked + label:before {
  box-sizing: border-box;
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 50%;
  color: #CC173D;
  font-weight: 700;
  text-align: center;
  height: 22px !important;
  width: 22px !important;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .25em 1.625em .125em 0; }
form #submit-contact:after {
  width: 0 !important;
  background: none !important; }
form .error-msg {
  margin-top: .75em;
  padding: .5em 0;
  color: black;
  border-top: 3px solid #C8063F;
  border-bottom: 1px solid #C8063F; }
  form .error-msg .exclamation {
    font-size: 1em;
    font-weight: 700;
    color: white;
    background: #C8063F;
    padding: 0px 9px;
    border-radius: 50%; }

#form-contact h3 {
  text-align: center;
  margin: .25em 0 1.25em; }
#form-contact .input-container label {
  font-size: .875em; }
#form-contact .ds-hinweis {
  font-size: .875em; }
#form-contact p {
  font-size: 1em; }

#form-footer-container {
  margin: 0; }

form.footer-form {
  margin: 0; }
  form.footer-form fieldset {
    width: 100%; }
  form.footer-form strong {
    padding: .5em 0 .875em 0;
    display: inline-block; }
  form.footer-form label, form.footer-form .label-container {
    width: 100%;
    float: left;
    font-size: 1.125em;
    margin-bottom: .25em; }
    form.footer-form label.error, form.footer-form .label-container.error {
      width: 100%;
      margin-bottom: .5em; }
  form.footer-form input, form.footer-form .input-container, form.footer-form textarea {
    float: right;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75em 0.625em 0.625em; }
    form.footer-form input.error, form.footer-form .input-container.error, form.footer-form textarea.error {
      width: 100%; }
    form.footer-form input[type=radio], form.footer-form input label, form.footer-form .input-container[type=radio], form.footer-form .input-container label, form.footer-form textarea[type=radio], form.footer-form textarea label {
      float: none; }
  form.footer-form .line {
    width: 100%; }
  form.footer-form textarea {
    height: 3em;
    margin-bottom: 6px; }
  form.footer-form .btn-border {
    float: right;
    cursor: pointer;
    margin-left: 0.5em !important; }
    form.footer-form .btn-border.left {
      float: left !important; }
  form.footer-form .btn {
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    display: inline;
    width: auto;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    font-size: 1.25em; }

#form-footer-newsletter {
  border: 0; }

.smallform {
  max-width: 500px; }
  .smallform .formheadline {
    font-weight: 700;
    margin-bottom: .8em; }

.formheadline {
  margin-bottom: .7em; }
  .formheadline:last-child {
    margin-bottom: 0; }

.newsload {
  display: none; }

.content_description {
  float: left; }
  .content_description.right {
    float: right; }

.content_img {
  margin: 13px 1em 0 0;
  width: 259px;
  float: right;
  padding-top: 0 !important; }
  .content_img.left {
    float: left; }
    .content_img.left .cboxElement {
      padding: 0 !important; }
  .content_img figcaption {
    margin-top: 20px;
    float: right;
    font-size: .9em;
    text-align: right; }
    .content_img figcaption a {
      display: block;
      margin-top: 10px; }
  .content_img img {
    float: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .content_img img:hover {
      -webkit-transform: scale(2.1);
      -moz-transform: scale(2.1);
      -ms-transform: scale(2.1);
      -o-transform: scale(2.1);
      transform: scale(2.1);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
  .content_img a img {
    float: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .content_img a img:hover {
      -webkit-transform: scale(2.1);
      -moz-transform: scale(2.1);
      -ms-transform: scale(2.1);
      -o-transform: scale(2.1);
      transform: scale(2.1);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }

.content_textcol {
  float: left;
  margin: 13px 1em 0 0;
  width: 259px; }

.content_img_text {
  float: left;
  margin: 13px 1em 0 0;
  width: 259px;
  float: right !important;
  width: 200px;
  float: left;
  z-index: 500;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .content_img_text img {
    padding: 15px 0 0 15px; }
  .content_img_text:hover {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.service-overview .content_img {
  margin-top: 0;
  float: none;
  margin-right: 1em; }

.sidebar-img {
  float: left;
  margin: 0 0 1em 0;
  width: 100%; }
  .sidebar-img img {
    float: left;
    z-index: 500;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .sidebar-img img:hover {
      -webkit-transform: scale(2.1);
      -moz-transform: scale(2.1);
      -ms-transform: scale(2.1);
      -o-transform: scale(2.1);
      transform: scale(2.1);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }

.imgindex {
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(69, 69, 69, 0.7);
  -moz-box-shadow: 0px 0px 10px 0px rgba(69, 69, 69, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(69, 69, 69, 0.7); }

.cboxElement .imgindex {
  z-index: 9999 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.refbox img:hover {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 0.7; }

.content_description {
  overflow: hidden;
  float: right; }
  .content_description .date {
    margin: 0;
    line-height: 1em;
    font-size: 0.9em;
    font-weight: 700; }
  .content_description h2 {
    margin: 0em 0 0.4em 0;
    line-height: 1.2em; }
  .content_description a[href^="http:"] {
    padding: 0 1.125em 0 0 !important; }
  .content_description a[href^="www"] {
    padding: 0 1.125em 0 0 !important; }

.meta-links {
  padding: 0;
  margin: 1em 0 0.5em 0; }
  .meta-links .hide-text {
    display: none; }
  .meta-links li {
    list-style: none; }

article.service-overview {
  padding: 0.5em 1.25em 0.5em 0;
  box-sizing: border-box;
  width: 50%;
  float: left; }
  article.service-overview:last-of-type {
    border: 0; }
  article.service-overview:nth-of-type(even) {
    float: right; }
    article.service-overview:nth-of-type(even):after {
      clear: both; }
  article.service-overview figure {
    display: none; }
  article.service-overview h2 .fa {
    width: 1em;
    margin-right: .75em;
    padding: .5em;
    background: #999;
    color: white;
    font-size: .875em;
    text-align: center;
    border-radius: 50%; }
  article.service-overview .service-info {
    float: right;
    width: 65%;
    width: 100%;
    display: inline-block; }
  article.service-overview .content_img {
    width: 30%;
    display: inline-block; }
    article.service-overview .content_img a {
      float: left;
      width: 100%; }

.img_col a {
  padding: 0 !important; }
.img_col figure:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 9999; }

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0; }

#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  filter: alpha(opacity=60); }

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none; }

#cboxMiddleLeft {
  clear: left; }

#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin: 32px 100px 0;
  overflow: visible;
  background: transparent; }
  #cboxContent #inline_content img {
    width: 100%;
    max-width: 800px; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: #fff;
  padding: .7em; }

#cboxTitle {
  margin: 0;
  color: #3C3C3C;
  margin: 20px 0 0 0;
  font-size: 1.05em;
  line-height: 1.6em; }

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/media/controls.png) no-repeat 0 0;
  background: url(/media/cbox-prev.png) no-repeat 0 0;
  background-position: 0px 0px;
  width: 45px;
  height: 52px;
  left: -77px;
  top: 45%; }
  #cboxPrevious:active {
    outline: 0; }
  #cboxPrevious:hover {
    background-position: 0 -52px; }

#cboxNext {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/media/controls.png) no-repeat 0 0;
  background: url(/media/cbox-next.png) no-repeat 0 0;
  background-position: 0px 0px;
  width: 45px;
  height: 52px;
  top: 45%;
  right: -77px; }
  #cboxNext:active {
    outline: 0; }
  #cboxNext:hover {
    background-position: 0px -52px; }

#cboxClose {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/media/controls.png) no-repeat 0 0;
  background: url(/media/cbox-close.png) no-repeat 0 0;
  right: 0px;
  position: absolute;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 9999; }
  #cboxClose:active {
    outline: 0; }

#cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/media/controls.png) no-repeat 0 0; }
  #cboxSlideshow:active {
    outline: 0; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#description {
  color: #3C3C3C;
  margin: 20px 0 0 0;
  font-size: 1.05em;
  line-height: 1.6em; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

.cboxSlideshow_on #cboxPrevious {
  right: 66px; }
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }
  .cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px; }

.cboxSlideshow_off #cboxPrevious {
  right: 66px; }
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }
  .cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px; }

.line {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #CDCDCD; }

.ul-line {
  padding-bottom: 1em;
  border-bottom: 1px solid #CDCDCD; }

.anfahrt {
  display: block;
  padding: 0.2em 0 0.2em 1.7em; }
  .anfahrt:before {
    background: url(/media/icons/iconset_45grad.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0.5em;
    width: 20px;
    height: 25px;
    background-position: -40px 0px; }

.phone {
  display: block;
  padding: 0.2em 0 0.2em 1.7em; }
  .phone:before {
    background: url(/media/icons/iconset_45grad.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0.5em;
    width: 20px;
    height: 25px;
    background-position: 0px 0px; }

.anfrage {
  display: block;
  padding: 0.2em 0 0.2em 1.7em; }
  .anfrage:before {
    background: url(/media/icons/iconset_45grad.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0.5em;
    width: 20px;
    height: 25px;
    background-position: -20px 0px; }

.cms-icon {
  float: left;
  padding: 0.7em 2em 0.4em 0;
  width: 42%; }

.content img.wp {
  padding-top: 1em; }

.ticker .date {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0 0; }
.ticker .text {
  line-height: 1.1em; }
.ticker a {
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.375em;
  padding: 0 1.5em 0 0;
  background: none;
  color: #159fdb;
  font-weight: 600; }
  .ticker a:after {
    background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    margin: 0 0 0 0.2em;
    background-position: -80px 2px; }
  .ticker a:hover {
    color: #C8063F;
    text-decoration: none; }

.drucklink {
  margin: 1em 0 1em 0;
  display: inline-block;
  text-align: left; }

#scroll-wrapper {
  width: 261px;
  margin: 0 0px 0 0;
  position: relative;
  float: right; }

.sidefix {
  top: 0;
  position: fixed; }

#layer {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  background: none no-repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: none; }
  #layer .btn {
    margin: 0px !important;
    padding: 5px 15px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-image: none;
    background: #159fdb !important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #layer .btn-styler {
    max-width: none; }
  #layer > span {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    position: relative;
    float: right;
    background: url(/media/btn-close.png) no-repeat scroll 98% 1% transparent;
    display: block;
    cursor: pointer; }
  #layer span:hover {
    background-color: white; }

.btn-styler {
  max-width: 300px;
  border: 3px solid #159fdb;
  text-align: center;
  box-shadow: none !important;
  display: block;
  overflow: hidden; }

#footer_info {
  float: right;
  width: auto;
  text-align: right;
  display: none; }

#nav_footer {
  border-top: 1px solid #333;
  text-align: center;
  max-width: 1100px;
  margin: -2em auto 0; }
  #nav_footer ul {
    padding: 0;
    margin-top: .25em; }
  #nav_footer li {
    display: inline-block; }
    #nav_footer li a {
      display: inline-block;
      padding: 0 1em;
      font-size: 0.75em;
      text-decoration: none;
      color: #3C3C3C; }
    #nav_footer li:after {
      content: "|";
      color: #C8063F; }
    #nav_footer li:last-child:after {
      content: ""; }
    #nav_footer li:last-child span {
      display: none; }
    #nav_footer li:first-child a {
      padding-left: 0; }

.rslides {
  position: relative;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  background: #212121;
  height: 292px;
  padding: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
  .rslides img {
    display: block;
    height: auto;
    height: 292px;
    float: left;
    width: 100%;
    width: 530px;
    border: 0;
    float: right; }
  .rslides img.full {
    width: 100%; }
  .rslides .text_bottom li {
    display: list-item;
    position: relative;
    color: #ffffff;
    font-size: 0.9em;
    list-style: disc outside none; }

.rslides_container {
  margin: 0;
  position: relative;
  float: left;
  width: 100%; }

.slider_text p {
  text-shadow: 0px 0px 3px #212121;
  -o-text-shadow: 0px 0px 0px 3px #212121;
  -ms-text-shadow: 0px 0px 0px 3px #212121;
  -moz-text-shadow: 0px 0px 0px 3px #212121;
  -webkit-text-shadow: 0px 0px 0px 3px #212121; }

/*REFERENZEN*/
.referenzen #content {
  width: 100%; }
.referenzen aside {
  width: 27%;
  float: right;
  background-color: #bbb; }
.referenzen .size-bottom {
  font-size: 2.7em;
  line-height: 1em; }
.referenzen .size-top {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.6em;
  text-transform: none; }
.referenzen .rslides {
  height: auto; }
.referenzen #main_column {
  padding: 0;
  width: 58%; }
.referenzen .infos {
  float: right;
  width: 66%;
  padding: 0 1em 0 0;
  box-sizing: border-box; }
  .referenzen .infos strong {
    text-transform: uppercase; }
.referenzen .ref_info {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 1em !important; }
  .referenzen .ref_info.border_top {
    border-top: 2px solid #333;
    padding-top: 1.5em; }
  .referenzen .ref_info figure {
    float: left;
    width: 31%;
    max-width: none; }
    .referenzen .ref_info figure img {
      width: 100%;
      height: auto; }
.referenzen .row {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  float: left; }

.referenzen_uebersicht h2 {
  width: 100%;
  display: inline-block; }

/* Kundenlogos */
.referral_logos {
  border-top: 2px solid black;
  padding-top: 1em;
  opacity: 0.7; }
  .referral_logos .logos-6 {
    width: 100%;
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: .75em; }
    .referral_logos .logos-6 > * {
      width: 10%;
      height: auto;
      float: left;
      padding: 0 15px; }
    .referral_logos .logos-6 .size-4 {
      width: 4%; }
    .referral_logos .logos-6 .size-6 {
      width: 6%; }
    .referral_logos .logos-6 .size-8 {
      width: 8%; }
    .referral_logos .logos-6 .size-12 {
      width: 12%; }
    .referral_logos .logos-6 .size-14 {
      width: 14%; }
    .referral_logos .logos-6 .size-16 {
      width: 16%; }
    .referral_logos .logos-6 .size-18 {
      width: 18%; }
    .referral_logos .logos-6 .size-20 {
      width: 20%; }

.text-rot {
  color: #CC173D; }

.leistungswrapper .display_text a {
  color: #CC173D; }

.size-bottom {
  font-family: 'Roboto Condensed', "Lucida Sans", tahoma, verdana, arial, sans-serif;
  font-size: 3.2em;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase; }

.left-space-20 {
  padding-left: 20px; }

.left-space-30 {
  padding-left: 30px; }

.left-space-40 {
  padding-left: 40px; }

.left-space-50 {
  padding-left: 50px; }

.left-space-60 {
  padding-left: 60px; }

.left-space-70 {
  padding-left: 70px; }

.left-space-80 {
  padding-left: 80px; }

.left-space-90 {
  padding-left: 90px; }

.rslides_nav {
  position: absolute;
  top: 47%;
  font-size: 3em;
  font-family: "FontAwesome";
  text-decoration: none;
  font-weight: 300;
  z-index: 101;
  outline: none !important;
  padding: 0 !important;
  color: #159fdb !important; }
  .rslides_nav::after {
    background: none !important; }

a.rslides_nav {
  color: #159fdb !important; }

.rslides_nav.prev {
  left: 0; }

.rslides_nav.next {
  right: 0; }

.gallery_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: .5em; }

.referenzen2017 {
  width: 86%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #ffffff;
  max-width: none !important;
  margin: 0 auto 0;
  background-color: transparent;
  display: block; }
  .referenzen2017 picture {
    width: 100%; }
  .referenzen2017 a {
    width: 100% !important;
    cursor: default;
    display: inline-block; }
    .referenzen2017 a:after {
      background-image: none !important; }
  .referenzen2017 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    float: none;
    width: 100%;
    height: auto;
    margin: 0; }
  .referenzen2017 li span {
    width: 100%;
    min-height: 32px;
    display: inline-block;
    margin: -3px 0 0 .5em;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.25em; }

.gallery_wrapper.home {
  border-top: 1px solid #3C3C3C;
  margin-top: 2px; }
  .gallery_wrapper.home .referenzen2017 {
    width: 93.5%; }
    .gallery_wrapper.home .referenzen2017 li.testimonial {
      border: 0;
      padding-bottom: 0px;
      padding-top: 8px; }
      .gallery_wrapper.home .referenzen2017 li.testimonial .content {
        width: 67%; }
      .gallery_wrapper.home .referenzen2017 li.testimonial img {
        float: left; }
      .gallery_wrapper.home .referenzen2017 li.testimonial .text p {
        line-height: 1.5em;
        font-size: 1em; }
      .gallery_wrapper.home .referenzen2017 li.testimonial span {
        width: auto; }

#referenzen {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  background: #ffffff; }
  #referenzen a {
    cursor: default;
    display: inline-block; }
    #referenzen a:after {
      background-image: none; }
  #referenzen img {
    float: none;
    margin-left: 8%; }

#referenzen-pager {
  list-style: none;
  margin: 1em auto;
  padding: 1em 0 0 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #CDCDCD; }
  #referenzen-pager li {
    display: inline;
    float: none;
    margin-right: 1px; }
    #referenzen-pager li:first-child {
      margin-left: 0; }
  #referenzen-pager a {
    width: auto;
    line-height: 20px;
    padding: 0;
    height: auto;
    background: transparent;
    display: inline-block;
    border: 1px solid #CDCDCD;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
    #referenzen-pager a:hover {
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #referenzen-pager .rslides_here a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 700;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #referenzen-pager img {
    float: left;
    width: 100px; }

.ov_text {
  width: 544px;
  float: left;
  margin: 0 1.5% 0 0; }

.blogrow {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 2px solid #333;
  float: left; }

.trigger-slider {
  margin-top: 2em; }

.slider-container {
  margin-top: 2em;
  display: block; }

#mc_embed_signup button[type="submit"] {
  max-width: 470px;
  margin: 2em 0 0 0; }

#mc-embedded-subscribe {
  cursor: pointer; }

input[type="radio"] {
  width: 20px; }

label.error {
  color: #9f0002;
  width: 100%;
  padding-bottom: .5em;
  font-weight: 500; }

label.valid {
  color: #29b608;
  width: 100%;
  padding-bottom: .5em;
  font-weight: 500; }
  label.valid:before {
    content: "Vielen Dank! "; }
  label.valid:after {
    content: "."; }

input.error {
  border-color: #9f0002; }

/****************
*** CONTENT ***
****************/
/* INTRODUCTION */
.introduction {
  text-align: center;
  padding: 0.5em 4em 1em; }
  .introduction.dark {
    background-color: #333;
    padding-top: 1em;
    margin-bottom: 1.25em; }
    .introduction.dark p {
      color: #fff;
      font-size: 1.125em;
      line-height: 1.75em; }
    .introduction.dark a {
      color: #fff; }
  .introduction.smaller h1 {
    text-transform: inherit;
    font-size: 2em; }
  .introduction.smaller p {
    font-size: 1.125em;
    font-style: normal;
    line-height: 1.5em; }
  .introduction h1 {
    text-transform: inherit;
    font-size: 2.5em; }
  .introduction p {
    font-size: 1.25em;
    line-height: 1.75em; }

.border_thick {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid black; }
  .border_thick.last {
    margin-bottom: .625em; }

.start_h1 {
  text-transform: inherit !important;
  font-size: 2.5em !important;
  color: #159fdb !important;
  line-height: 1.2em !important;
  font-family: "Roboto Condensed", sans-serif !important;
  display: block !important;
  margin: 0.25em 0 0.25em 0 !important;
  font-weight: 700 !important; }

.seo_text {
  width: unset !important;
  border-top: 1px solid #3C3C3C;
  text-align: center;
  padding: 1.25em 4em 1em; }
  .seo_text h2 {
    margin: 0 0 1em 0 !important; }
  .seo_text p {
    font-size: 1.25em;
    line-height: 1.75em; }

/* Testimonial */
.testimonial {
  margin: 1em 0 1em;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 1.5em 0; }
  .testimonial.no_border_bottom {
    border-bottom: 0;
    padding-bottom: 0; }
  .testimonial figure {
    width: 31%;
    float: left;
    position: relative; }
  .testimonial figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 3px 4px;
    font-size: .875em;
    font-weight: 400;
    color: #ddd;
    box-sizing: border-box; }
  .testimonial .content {
    width: 66%;
    float: right;
    padding: 0em 0em 0;
    box-sizing: border-box;
    position: relative; }
  .testimonial h3 {
    margin-bottom: .125em;
    margin-top: -.25em;
    font-size: 1.5em;
    display: inline-block;
    padding-right: .375em;
    font-family: 'Roboto Condensed',sans-serif;
    color: #C8063F; }
  .testimonial .slider_headline {
    margin-bottom: .125em;
    margin-top: -.25em;
    font-size: 1.5em;
    font-weight: 700;
    display: inline-block;
    padding-right: .375em;
    font-family: 'Roboto Condensed',sans-serif;
    color: #C8063F; }
  .testimonial .subline {
    font-weight: 700;
    margin-bottom: .75em;
    line-height: 1.25em;
    display: inline-block; }
  .testimonial .text {
    position: relative;
    font-size: 1em;
    line-height: .75em;
    font-weight: 500;
    font-style: italic; }
    .testimonial .text p {
      display: inline; }
    .testimonial .text:before {
      content: "\00BB\00a0";
      color: #C8063F;
      font-size: 1.75em;
      font-weight: 600; }
    .testimonial .text:after {
      content: "\00a0\00AB";
      color: #C8063F;
      font-size: 1.75em;
      font-weight: 600;
      padding-top: 14px;
      line-height: 2px;
      display: inline; }
    .testimonial .text a {
      text-decoration: none;
      font-weight: 600; }
  .testimonial.special {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: .875em; }
    .testimonial.special .text {
      font-style: normal;
      font-weight: 300; }
    .testimonial.special .text:before, .testimonial.special .text:after, .testimonial.special a[href^="mailto:"]:after {
      content: '';
      display: none; }
    .testimonial.special .two-col {
      display: inline-block;
      width: 100%; }
      .testimonial.special .two-col p {
        margin: 0; }
      .testimonial.special .two-col a:after {
        display: none; }
      .testimonial.special .two-col img {
        margin: 0;
        max-width: 210px;
        display: block; }
      .testimonial.special .two-col strong {
        min-width: 75px;
        display: inline-block; }
    .testimonial.special h3 {
      margin-top: 0; }
    .testimonial.special h4 {
      font-size: 1.125em;
      font-weight: 700;
      margin: .375em 0 .625em;
      color: #C8063F; }
    .testimonial.special p {
      font-size: 1em;
      line-height: 23px;
      display: block;
      margin-bottom: .5em; }

/********************
*** Artikel Boxen ***
********************/
.article-boxes {
  margin: 1.125em 0 0 !important;
  padding: 1.125em 0 0 !important;
  border-top: 2px solid #333; }
  .article-boxes h2 {
    font-size: 1.625em;
    line-height: 1.125em;
    margin: 0.25em 0 0.25em 0; }
    .article-boxes h2 a {
      text-decoration: none; }
  .article-boxes h3 {
    margin: 0 0 .25em 0; }
    .article-boxes h3 a {
      text-decoration: none; }
  .article-boxes picture {
    margin: 0.5em 0 .75em 0; }
    .article-boxes picture img {
      width: 100%;
      height: 100%; }
  .article-boxes .three-col > div {
    margin-bottom: 1.125em; }
    .article-boxes .three-col > div > div > p {
      margin: 0 !important;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical; }
  .article-boxes .two-col > div {
    width: 49%;
    display: inline-block; }
    .article-boxes .two-col > div:first-of-type {
      float: left; }
    .article-boxes .two-col > div:nth-of-type(2n+2) {
      float: right; }
  .article-boxes .overline {
    font-size: .95em;
    margin-top: 0; }
    .article-boxes .overline .read {
      font-weight: 300;
      font-style: italic; }

.article-link {
  text-decoration: none !important;
  letter-spacing: .4px;
  display: inline-block;
  margin: .75em 0 0.25em 0;
  cursor: pointer;
  padding-right: 0;
  font-weight: 700; }
  .article-link::before {
    background: none !important;
    font-family: "FontAwesome";
    content: '\f138';
    margin-right: 8px;
    font-size: 1.125em;
    color: #C8063F; }

/****************
*** AGENTUR ***
****************/
.box-section {
  margin: 1.5em 0 1.5em;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333; }
  .box-section.padding_inner {
    padding: 1.5em 0 1.5em; }
  .box-section figure {
    float: left; }
  .box-section .text {
    float: right; }
  .box-section.switch_float figure {
    float: right; }
  .box-section.switch_float .text {
    float: left; }
  .box-section.oneone figure {
    width: 49%; }
  .box-section.oneone .text {
    width: 49%; }
  .box-section.onetwo figure {
    width: 31.9946452476573%; }
  .box-section.onetwo .text {
    width: 63.98929049531459%; }
  .box-section.no_border_bottom {
    border-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .box-section.no_border_top {
    border-top: 0 !important;
    margin-top: 0 !important; }

.facts p {
  margin-bottom: 0.25em; }

.team_row {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  float: left;
  width: 100%; }
  .team_row a::before {
    display: none; }
  .team_row li {
    flex-grow: 1;
    flex-basis: 0;
    list-style: none;
    height: inherit;
    margin-right: 4px; }

/****************
*** SITEMAP ***
****************/
#sitemap ul {
  padding-left: 2em;
  margin: .5em 0 !important; }
#sitemap a, #sitemap li {
  font-size: 1em !important; }
  #sitemap a::before, #sitemap li::before {
    display: none; }

/****************
*** HELPER ***
****************/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.clear {
  clear: both; }

.small {
  font-size: .875em; }
  .small.smaller {
    font-size: .75em; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_center {
  text-align: center; }

.float_none {
  float: none !important; }

.hide {
  display: none; }

.orange {
  color: #ffa603; }

.check {
  background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill-rule:evenodd;clip-rule:evenodd;fill:%2340922c;} %3C/style%3E %3Cpath class='st0' d='M1.7,11.8c1.4,0.1,2.7,0.8,4,1.4c0.6,0.3,1.2,0.6,1.8,0.9c0.3,0.2,0.5,0.1,0.8-0.2c2.6-3,5.2-6,7.8-9 c1.3-1.4,2.8-2.7,4.3-3.9c0.6-0.5,1.3-0.8,2-1c0.3-0.1,0.7,0,1.1,0.1C24,0.4,24.2,1,23.9,1.5c-0.3,0.5-0.6,0.9-1,1.3 c-3.8,3.7-7,7.9-9.6,12.7c-1.5,2.9-2.9,5.8-4,8.9c-0.1,0.3-0.4,0.7-0.7,0.8c-0.2,0-0.6-0.4-0.8-0.7c-1.5-2.7-3-5.5-5-7.9 c-0.7-0.9-1.5-1.7-2.3-2.5c-0.4-0.4-0.6-0.7-0.4-1.3c0.2-0.6,0.6-0.9,1.2-0.9C1.4,11.8,1.5,11.8,1.7,11.8z'/%3E %3C/svg%3E") no-repeat center center;
  background-size: 14px 14px; }

/****************
*** FOOTER ***
****************/
footer {
  width: 100%;
  position: relative;
  float: left;
  border-top: 5px solid #333;
  font-size: 0.8em;
  margin: 1em 0 0 0;
  padding: 0.5em 0 0 0; }
  footer .two-col > * {
    width: 48%;
    margin-right: 2%;
    float: left; }
    footer .two-col > *:nth-child(2n+2) {
      width: 48%;
      margin-right: 0%;
      margin-left: 0%;
      float: right; }
  footer .content {
    padding: .5em 0 .75em;
    overflow: hidden;
    margin-bottom: .5em; }
    footer .content p.headline {
      font-size: 1.25em;
      font-weight: 600;
      margin-bottom: 0.25em; }
    footer .content p.contact-elektisch {
      margin-top: 2.75em; }
    footer .content p.pferdesport {
      padding-top: 2em;
      font-weight: 700; }
      footer .content p.pferdesport:before {
        content: "";
        display: block;
        background: url("../media/pw_button_links.png") no-repeat;
        width: 100px;
        height: 55px;
        float: left;
        margin: 0 16px 0 0; }
    footer .content ul {
      margin: 0 0 1.25em 0;
      padding: 0;
      overflow: hidden; }
      footer .content ul li {
        margin: 0 0 .125em;
        padding: 0;
        font-size: 1.1em;
        list-style-type: none; }
        footer .content ul li a {
          color: #333;
          text-decoration: none; }
          footer .content ul li a:hover {
            text-decoration: underline;
            color: #C8063F; }
    footer .content iframe {
      width: 48%;
      margin: 1em 0 0 2%;
      float: right !important; }
  footer a {
    text-decoration: none;
    font-weight: 500; }
  footer a[href^="mailto:"]:after {
    background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    margin: 0 0 0 0.2em; }
  footer a[href^="tel:"]:after {
    background: url("/media/icons/iconset_45grad.svg") no-repeat scroll right center transparent;
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    margin: 0 0 0 0.2em;
    background-position: 0px 0px; }

#footer_inner {
  width: 100%;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0; }

/*********************
*** COOKIE AGREEMENT ***
*************************/
.cookie-agreement {
  display: none;
  /*position: fixed;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 800;
  background-color: #C8063F;
  padding: 4px 10px 6px;
  box-sizing: border-box; }
  .cookie-agreement p {
    font-size: .8em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center; }
  .cookie-agreement a {
    float: right;
    color: #fff;
    margin: 0 8px 0 4px; }
    .cookie-agreement a .fa {
      font-size: 1.375em; }

span.msg {
  background-color: lime; }

/*********************
*** COOKIE OPTIN ***
*************************/
.cookie-optin {
  z-index: 1002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cookie-optin .background {
    z-index: 1003;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
    height: 100%; }
  .cookie-optin img {
    position: absolute;
    width: 300px;
    height: auto;
    margin-top: -60px;
    margin-left: 380px; }
  .cookie-optin .cookie-modal {
    z-index: 1004;
    position: relative;
    padding: 1em;
    width: 500px;
    background-color: white;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .cookie-optin .cookie-modal .modal-content {
      max-height: calc(100vh - 210px);
      overflow-y: auto;
      overflow-x: hidden;
      padding-right: 1em;
      min-height: 260px; }
    .cookie-optin .cookie-modal ::-webkit-scrollbar {
      width: 10px; }
    .cookie-optin .cookie-modal ::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .cookie-optin .cookie-modal ::-webkit-scrollbar-thumb {
      background: #888; }
    .cookie-optin .cookie-modal ::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .cookie-optin .cookie-modal p,
    .cookie-optin .cookie-modal li {
      max-width: 400px;
      font-size: .875em !important;
      font-weight: 400 !important; }
      .cookie-optin .cookie-modal p.hl,
      .cookie-optin .cookie-modal li.hl {
        font-weight: 700 !important;
        display: inline-block;
        width: 100%;
        margin: 0 0 .25em 0;
        color: #C8063F;
        font-family: "Roboto Condensed", sans-serif !important;
        line-height: 1.125em !important; }
        .cookie-optin .cookie-modal p.hl.h1,
        .cookie-optin .cookie-modal li.hl.h1 {
          font-size: 2.375em !important; }
        .cookie-optin .cookie-modal p.hl.h2,
        .cookie-optin .cookie-modal li.hl.h2 {
          font-size: 1.25em !important; }
    .cookie-optin .cookie-modal ul.checks {
      padding-left: 8px; }
      .cookie-optin .cookie-modal ul.checks li {
        list-style: none;
        padding-left: 28px;
        background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill-rule:evenodd;clip-rule:evenodd;fill:%2382D621;} %3C/style%3E %3Cpath class='st0' d='M1.7,11.8c1.4,0.1,2.7,0.8,4,1.4c0.6,0.3,1.2,0.6,1.8,0.9c0.3,0.2,0.5,0.1,0.8-0.2c2.6-3,5.2-6,7.8-9 c1.3-1.4,2.8-2.7,4.3-3.9c0.6-0.5,1.3-0.8,2-1c0.3-0.1,0.7,0,1.1,0.1C24,0.4,24.2,1,23.9,1.5c-0.3,0.5-0.6,0.9-1,1.3 c-3.8,3.7-7,7.9-9.6,12.7c-1.5,2.9-2.9,5.8-4,8.9c-0.1,0.3-0.4,0.7-0.7,0.8c-0.2,0-0.6-0.4-0.8-0.7c-1.5-2.7-3-5.5-5-7.9 c-0.7-0.9-1.5-1.7-2.3-2.5c-0.4-0.4-0.6-0.7-0.4-1.3c0.2-0.6,0.6-0.9,1.2-0.9C1.4,11.8,1.5,11.8,1.7,11.8z'/%3E %3C/svg%3E") no-repeat 0 4px;
        background-size: 14px 14px; }
    .cookie-optin .cookie-modal .settings .row {
      width: 100%;
      border-top: 1px solid #999;
      padding: 8px 4px; }
      .cookie-optin .cookie-modal .settings .row:last-of-type {
        border-bottom: 1px solid #999; }
    .cookie-optin .cookie-modal .settings .two-column {
      margin: 0; }
      .cookie-optin .cookie-modal .settings .two-column > div:first-child {
        width: calc(100% - 96px); }
      .cookie-optin .cookie-modal .settings .two-column > div:nth-child(2) {
        width: 80px;
        padding-right: 12px; }
      .cookie-optin .cookie-modal .settings .two-column.full > div {
        width: 100% !important; }
      .cookie-optin .cookie-modal .settings .two-column p {
        font-size: 0.75em !important;
        line-height: 1.125em !important;
        max-width: none !important; }
    .cookie-optin .cookie-modal .settings .switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 24px;
      float: right; }
    .cookie-optin .cookie-modal .settings .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    .cookie-optin .cookie-modal .settings .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      border-radius: 24px;
      -webkit-transition: .4s;
      transition: .4s; }
    .cookie-optin .cookie-modal .settings .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 4px;
      border-radius: 50%;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .cookie-optin .cookie-modal .settings input:checked + .slider {
      background-color: #159fdb; }
    .cookie-optin .cookie-modal .settings input:focus + .slider {
      box-shadow: 0 0 1px #159fdb; }
    .cookie-optin .cookie-modal .settings input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .cookie-optin .cookie-modal .bottom-nav {
      padding: 0;
      display: block;
      float: left;
      margin-bottom: 0;
      display: inline-block; }
      .cookie-optin .cookie-modal .bottom-nav li {
        display: inline;
        text-decoration: underline;
        padding: 0 6px 0 3px;
        border-right: 1px solid #999; }
        .cookie-optin .cookie-modal .bottom-nav li:last-of-type {
          border: 0; }
        .cookie-optin .cookie-modal .bottom-nav li a {
          color: #666 !important;
          font-weight: 400 !important;
          font-size: .875em; }
    .cookie-optin .cookie-modal .btn-border {
      float: right;
      margin: -60px 12px 0 0 !important; }
      .cookie-optin .cookie-modal .btn-border.bottom {
        margin: 12px 0 0px 0 !important;
        position: relative;
        float: right;
        display: block !important; }

/***************************
Zwischenabschnitt Whitepaper
****************************/
.part_wp_download {
  margin: 3em 0 !important; }
  .part_wp_download .flex-row > div {
    padding: 1em; }
    .part_wp_download .flex-row > div:first-of-type {
      position: relative;
      width: 25% !important; }
    .part_wp_download .flex-row > div:last-of-type {
      width: 75% !important; }
  .part_wp_download .preview_img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
    width: auto;
    max-height: 120%; }

/***************
**News Beitrag**
***************/
.news_beitrag {
  padding: 0 3.5em; }
  .news_beitrag .date {
    font-size: 1em;
    font-weight: 600;
    color: #333;
    margin: 0; }
  .news_beitrag .r_box_h {
    margin-top: 18px; }

.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-row > div:first-of-type {
    width: 66.666666666%;
    padding-right: 10px; }
    .flex-row > div:first-of-type a {
      padding: 0 1em 0 0;
      background: none !important;
      color: #159fdb;
      font-weight: 600;
      text-decoration: underline; }
      .flex-row > div:first-of-type a::after {
        background: url(/media/icons/iconset_45grad.svg) no-repeat scroll right center transparent;
        width: 15px;
        height: 25px;
        content: "";
        position: absolute;
        margin: 0 0 0 0.2em;
        background-position: -120px 0px; }
  .flex-row > div:last-of-type {
    position: relative;
    width: 33.333333333%;
    padding-left: 10px; }
    .flex-row > div:last-of-type span .btn-border {
      width: 100% !important; }

/***************
**  Blog  **
***************/
#content .blog-list section {
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #333333; }
  #content .blog-list section .two-one-col > .content {
    width: 65%;
    margin-right: 0 !important;
    float: left; }
    #content .blog-list section .two-one-col > .content .blog-item-wrapper img {
      width: 100%; }
    #content .blog-list section .two-one-col > .content .blog-item-wrapper .blog-item-content {
      overflow: hidden; }
  #content .blog-list section .row .one-two-col .tags {
    display: inline-block; }
  #content .blog-list section .row .one-two-col .overline {
    margin-top: 1em; }
  #content .blog-list section .row {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #content .blog-list section .row .one-column figure {
      width: 100%;
      float: none;
      display: block; }
      #content .blog-list section .row .one-column figure img {
        width: 100%; }
    #content .blog-list section .row .one-column .blog-item-content {
      width: 100%;
      float: none; }
    #content .blog-list section .row h2 {
      font-size: 1.625em; }
      #content .blog-list section .row h2 a {
        color: inherit;
        text-decoration: none; }
    #content .blog-list section .row .overline {
      font-size: .95em;
      margin-top: 1em; }
      #content .blog-list section .row .overline .read {
        font-weight: 300;
        font-style: italic; }
    #content .blog-list section .row .tags {
      margin-top: .5em; }
      #content .blog-list section .row .tags span {
        background-color: #159fdb;
        /*border-radius: 4px;*/
        padding: 0px 10px 3px;
        margin-right: .5em; }
        #content .blog-list section .row .tags span a {
          color: #fff !important;
          text-decoration: none !important;
          font-size: .75em;
          letter-spacing: 0.2px;
          font-weight: 700 !important;
          background: none !important;
          padding: 0; }
    #content .blog-list section .row:last-of-type {
      border-bottom: none !important; }

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  float: none;
  position: absolute;
  top: 20px;
  right: 0; }
  .sidebar .overline {
    text-transform: uppercase;
    display: block;
    color: #666;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 0 0;
    font-size: 0.8em;
    font-family: "Open Sans",Tahoma,Verdana,Arial,Sans-Serif; }
  .sidebar h3 {
    display: inline-block;
    float: left;
    margin: 0; }
    .sidebar h3:nth-of-type(1n+2) {
      margin: .75em 0 0 0; }
  .sidebar ul {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 !important; }
    .sidebar ul li {
      margin-bottom: 0.75em;
      padding: 0 0 0.35em 0 !important;
      border-bottom: 1px solid #333;
      line-height: 1.5em !important; }
      .sidebar ul li:last-of-type {
        border: 0; }
      .sidebar ul li a {
        padding: 0;
        background: none;
        color: #C8063F;
        font-weight: 600;
        text-decoration: none !important; }
  .sidebar .cat-cloud li {
    display: inline-block;
    float: left;
    border-bottom: none !important;
    margin-bottom: 0; }
    .sidebar .cat-cloud li span {
      background-color: #159fdb;
      /*border-radius: 4px;*/
      padding: 0px 10px 3px;
      margin-right: .5em; }
      .sidebar .cat-cloud li span a {
        color: #fff !important;
        text-decoration: none !important;
        font-size: .75em;
        letter-spacing: 0.2px;
        font-weight: 700 !important;
        background: none !important;
        padding: 0 !important; }

.content-sidebar .two-third {
  display: inline-block;
  width: 65%;
  margin-bottom: 1em; }
  .content-sidebar .two-third > * {
    display: inline-block !important; }
  .content-sidebar .two-third .article-boxes .two-col > div:nth-of-type(1n+3) {
    display: none !important; }
  .content-sidebar .two-third .intermediate_wrapper {
    padding: 0 0.75em !important; }
.content-sidebar .sidebar {
  position: relative !important;
  top: 0 !important;
  float: right; }

.meta-info {
  margin-bottom: 0.75em; }
  .meta-info .article-info {
    display: inline-block !important;
    line-height: 1.75em; }
  .meta-info #blog_read {
    position: absolute;
    margin: -1em 0 0.75em 0;
    font-style: italic; }

/****************
Exit Intent Layer
*****************/
#cboxLoadedContent {
  padding: 0; }

.cbox--exit {
  overflow: visible !important; }
  .cbox--exit#cboxOverlay {
    background: rgba(0, 0, 0, 0.75) !important;
    overflow: visible !important; }
  .cbox--exit * {
    overflow: visible !important; }
  .cbox--exit #cboxContent {
    margin: 0 !important; }
  .cbox--exit #cboxLoadedContent {
    background: none; }

.exit {
  position: relative;
  background-image: url("/media/exit-intent-bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 760px;
  height: 425px;
  padding: 30px 20px 150px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
  .exit-intent {
    display: none; }
  .exit__overline {
    margin-bottom: 10px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 2rem !important;
    text-align: center !important;
    color: #ffc110 !important; }
  .exit__heading {
    margin-bottom: 10px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    line-height: 3rem !important;
    text-align: center !important;
    color: white !important; }
  .exit__underline {
    margin-bottom: 160px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem !important;
    font-weight: 300 !important;
    line-height: 2rem !important;
    text-align: center !important;
    color: white !important; }
  .exit__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; }
  .exit__note {
    position: absolute;
    bottom: 10px;
    margin: 0 !important;
    font-size: 0.875rem !important;
    color: white !important; }
  .exit__call-to-input {
    font-size: 1rem !important;
    color: white !important;
    margin: 0 !important; }
  .exit__features {
    list-style: none !important;
    margin: 0 !important; }
  .exit__list-element {
    position: relative;
    font-size: 1.125rem !important;
    color: white !important;
    margin: 0 !important; }
    .exit__list-element::before {
      content: '';
      position: absolute;
      display: block;
      width: 40px !important;
      height: 40px !important;
      top: -5px;
      left: -40px;
      background-image: url("data:image/svg+xml; utf8, %3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2382D722%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M362.6%2C192.9L345%2C174.8c-0.7-0.8-1.8-1.2-2.8-1.2c-1.1%2C0-2.1%2C0.4-2.8%2C1.2l-122%2C122.9L173%2C253.3%0A%09c-0.8-0.8-1.8-1.2-2.8-1.2s-2%2C0.4-2.8%2C1.2l-17.8%2C17.8c-1.6%2C1.6-1.6%2C4.1%2C0%2C5.7l56%2C56c3.6%2C3.6%2C8%2C5.7%2C11.7%2C5.7c5.3%2C0%2C9.9-3.9%2C11.6-5.5%0A%09h0.1l133.7-134.4C364.1%2C196.9%2C364.1%2C194.4%2C362.6%2C192.9L362.6%2C192.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
      background-repeat: no-repeat;
      background-position: center center; }
  .exit__form {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 20px 40px 20px;
    background-color: #479ade; }
  .exit__form-input-container {
    position: relative;
    width: 33%; }
  .exit__form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .exit__form-label {
    position: absolute;
    width: 22px !important;
    height: 22px;
    top: 50%;
    left: 10px;
    padding: 0 !important;
    transform: translate(0, -50%); }
  .exit__form-input {
    float: none;
    width: 100%;
    height: 40px;
    padding-left: 40px !important;
    font-size: 1rem !important; }
    .exit__form-input.error {
      border: 2px solid #B51234;
      background-color: #ffc9c9; }
  .exit__arrow {
    position: absolute;
    left: -60px;
    bottom: 54px;
    z-index: 2; }
  .exit__privacy-note {
    color: white;
    font-size: 0.875rem !important;
    text-align: center;
    margin-top: 10px !important; }
  .exit__success, .exit__error {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: white; }
    .exit__success h2, .exit__error h2, .exit__success p, .exit__error p {
      text-align: center !important; }
  .exit__error h2, .exit__error p {
    text-align: center !important; }

.exit .btn-border {
  margin: 0 !important;
  border-color: #ffc110 !important; }
  .exit .btn-border .btn {
    color: #333 !important;
    background-color: #ffc110 !important; }

.exit__success.hide, .hide.exit__error, .exit__error.hide {
  visibility: hidden !important; }

/****************
Umbau Modal
*****************/
.modal-umbau {
  display: none; }

#modal-umbau-layer {
  position: fixed;
  z-index: 400;
  bottom: 20px;
  right: 20px;
  max-width: 380px;
  background-color: #f6cc11;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: -1px 2px 17px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 2px 17px -2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 2px 17px -2px rgba(0, 0, 0, 0.5); }
  #modal-umbau-layer .close {
    background-color: #f6cc11;
    position: absolute;
    top: 0px;
    right: 9px;
    font-weight: 800;
    font-size: 28px;
    color: black;
    cursor: pointer;
    padding: 2px 6px; }
  #modal-umbau-layer .inner {
    margin: 1em;
    padding: 1em 1em .75px;
    border: 8px solid black; }
    #modal-umbau-layer .inner .modalred {
      margin-top: 16px !important;
      margin-bottom: 16px !important; }
      #modal-umbau-layer .inner .modalred .btn {
        background: #d43f22 !important; }
      #modal-umbau-layer .inner .modalred.btn-border {
        border: 3px solid #d43f22; }
    #modal-umbau-layer .inner .red {
      color: #d43f22; }
    #modal-umbau-layer .inner .large_text p {
      line-height: 1.375em !important;
      font-size: 22px !important;
      font-weight: 700 !important;
      color: #000;
      text-align: center;
      margin-bottom: 0; }
      #modal-umbau-layer .inner .large_text p a {
        color: #000; }

/****************
Umbau Einklinker
*****************/
#umbau-inset {
  position: absolute;
  z-index: 1000;
  display: none;
  top: 20px;
  left: 20px;
  right: 20px;
  max-width: 190px;
  background-color: #f6cc11;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: -1px 2px 17px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 2px 17px -2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 2px 17px -2px rgba(0, 0, 0, 0.5);
  transform: rotate(-14deg); }
  #umbau-inset .inner {
    margin: .5em;
    padding: .675em 1em .5em;
    border: 4px solid black; }
    #umbau-inset .inner a {
      text-decoration: none; }
    #umbau-inset .inner p {
      font-size: 22px !important;
      font-weight: 800 !important;
      line-height: 1em !important;
      margin-bottom: 0; }
      #umbau-inset .inner p span {
        color: #000;
        font-size: 14px !important;
        font-weight: 700;
        line-height: 1.675em;
        text-decoration: underline; }
    #umbau-inset .inner .red {
      color: #d43f22; }
    #umbau-inset .inner strong {
      font-weight: 700; }

/**** FORMS 2018 ****/
.s18-form {
  display: inline-block;
  margin: 0 auto 0 !important;
  float: none;
  width: 100%; }
  .s18-form span.btn-border > .btn {
    padding: 10px 24px !important; }
  .s18-form .form-container {
    max-width: 590px;
    margin: 0 auto;
    border: 7px solid #159fdb;
    padding: 1.25em 1.5em 1.5em; }
  .s18-form form {
    display: block;
    overflow: visible; }
  .s18-form .ds-hinweis {
    text-align: right; }
  .s18-form textarea {
    height: 6em;
    width: 64%; }
  .s18-form .input-container {
    width: 64%; }
    .s18-form .input-container.large {
      width: 100%; }
  .s18-form input {
    width: 64%; }
  .s18-form .input-container label {
    font-weight: 300; }
  .s18-form label {
    width: 33%;
    font-size: 14px;
    font-weight: 600; }
    .s18-form label.long {
      padding: 0;
      margin-top: -3px; }
  .s18-form .flex-row.right {
    margin-top: -6px;
    width: 64%;
    float: right; }
  .s18-form .form-cols .form-container {
    max-width: none; }
  .s18-form .form-cols > *:first-child {
    width: 70%;
    margin-right: 1.80505415162455%;
    float: left; }
  .s18-form .form-cols > *:nth-child(2n+2) {
    width: 27%;
    float: right; }
  .s18-form h3 {
    margin-top: 0; }
  .s18-form .btn-border {
    -webkit-box-shadow: 0px 0px 0px 6px white;
    -moz-box-shadow: 0px 0px 0px 6px white;
    box-shadow: 0px 0px 0px 6px white; }

.contacts h2 {
  margin-top: 0; }
.contacts p {
  line-height: 1.5em; }
.contacts img {
  max-width: 280px; }

.gradient1 {
  background: #c8063f;
  background: -webkit-linear-gradient(top left, #c8063f 0%, #E20653 40%, #c8063f 100%);
  background: -o-linear-gradient(top left, #c8063f 0%, #E20653 40%, #c8063f 100%);
  background: linear-gradient(to bottom right, #c8063f 0%, #E20653 40%, #c8063f 100%);
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5em;
  padding-bottom: .75em; }
  .gradient1.logo {
    background: url("/media/logo_number_opacity25.png") no-repeat right bottom, -webkit-linear-gradient(top left, #c8063f 0%, #E20653 40%, #c8063f 100%);
    background: url("/media/logo_number_opacity25.png") no-repeat right bottom, -o-linear-gradient(top left, #c8063f 0%, #E20653 40%, #c8063f 100%);
    background: url("/media/logo_number_opacity25.png") no-repeat right bottom, linear-gradient(to bottom right, #c8063f 0%, #E20653 40%, #c8063f 100%); }
  .gradient1.padding {
    padding: 1em; }
  .gradient1.s18-form h2 {
    padding: .5em 0 .75em; }
  .gradient1 h2 {
    color: white;
    padding: 0 0 .5em; }
  .gradient1 .hint, .gradient1 .ds-hinweis {
    color: white; }
  .gradient1 .hint {
    font-size: 0.875em !important;
    padding-top: .25em; }
  .gradient1 input, .gradient1 textarea {
    border: 0; }
  .gradient1 a, .gradient1 p {
    color: white !important; }
  .gradient1 .input-container span.btn-border {
    border: 3px solid #159fdb; }
  .gradient1 .input-container .btn {
    background-color: #159fdb !important; }
  .gradient1 .error-msg {
    color: white;
    border: 0; }
    .gradient1 .error-msg .exclamation {
      background-color: white !important;
      color: #C8063F; }
  .gradient1 form input[type=radio] + label:before {
    border: 2px solid #fff;
    margin: 3px 8px 1px 0;
    background-color: white; }
  .gradient1.cols {
    padding: 0 1.5em .75em; }

@media only screen and (max-width: 1300px) {
  #contactbox {
    position: absolute;
    bottom: 0;
    right: 0;
    top: inherit;
    position: fixed; }

  .three-col > * {
    box-sizing: border-box;
    width: 49%;
    margin-right: 0; }
    .three-col > * figure {
      margin-bottom: 20px; }
    .three-col > *:nth-child(3n + 3), .three-col > *:nth-child(4n+1) {
      margin-right: 0 !important; }
    .three-col > *:nth-child(odd) {
      margin-right: 2% !important; } }
@media only screen and (max-width: 1140px) {
  #main_column > .social-media {
    margin-left: 0; }

  #canvas .banner-wrapper {
    width: 47.5%; }

  #canvas figure.rotate {
    bottom: 10px;
    right: -179px;
    width: 63%; }

  #canvas .new + figure.rotate {
    width: 50%;
    bottom: auto;
    right: auto; }
    #canvas .new + figure.rotate picture {
      right: auto;
      width: 170%;
      left: 0;
      bottom: -30px; }

  section.box-ref:nth-child(4n+1) {
    margin-right: 18px; }

  .content_img {
    width: 30%;
    margin: 13px 0em 0px 0px; }

  .content_textcol {
    width: 30%;
    margin: 13px 0em 0px 0px; }

  .content_img_text {
    width: 30%;
    margin: 13px 0em 0px 0px; }

  #middle-col {
    width: 30%; }

  .ov_text {
    width: 100%; } }
/* Newsletter Registration */
.newsletter_error_messages {
  clear: both; }

#newsletter_submit {
  cursor: pointer; }

#newsletter_remove {
  margin-top: 10px !important;
  float: left; }

footer #newsletter_registration span.btn-border a {
  padding: 5px 20px !important; }

@media only screen and (max-width: 1170px) {
  .news_home .btn-border {
    position: relative;
    margin-bottom: 20px !important; } }
@media only screen and (max-width: 1000px) {
  #canvas #banner-content .text_top .size-bottom {
    font-size: 2em; }
  #canvas #banner-content ul {
    margin-top: .5em; }

  #supersize {
    display: none; }

  #page {
    margin: 0 auto;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    border: none; }
    #page #footer {
      background: none;
      border-top: 1px dashed #00aee0; }
    #page #footer_nav {
      margin-top: 1em; }
      #page #footer_nav a {
        background: none;
        font-size: 1em;
        line-height: 2em;
        padding: 0 0 0 1em; }

  #nav_main li:hover > ul.rex-navi2 {
    display: none; }

  .formsubmit {
    width: 50%; }

  .submit {
    width: 50%; }

  .referral_logos .logos-6 {
    width: 86% !important;
    margin: 0 auto .75em;
    float: none !important; } }
@media only screen and (max-width: 960px) {
  #main_column section.service {
    width: 100%;
    display: block;
    float: none;
    clear: both; }

  #left-col {
    width: 100%;
    float: left; }

  #middle-col {
    width: 100%;
    float: left;
    margin: 0;
    float: left;
    font-size: 1em;
    padding: 1.5em 0 0 0;
    border-top: 1px solid #CDCDCD; }

  .content_textcol {
    width: 42%; }

  .content_img_text {
    width: 42%; }
    .content_img_text:hover {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }

  .imgindex {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .team_info {
    padding: 0;
    width: 63%; }

  .team_unit {
    margin: .5em 0 1em 0;
    float: none;
    clear: both; }

  #slideshow .slider_text {
    width: 60%; }
  #slideshow .btn-styler {
    float: left; }

  #viewport {
    display: block;
    position: relative; }

  .sidebar-img img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; } }
@media only screen and (max-width: 1180px) {
  #umbau-inset {
    transform: rotate(0);
    top: 114px; } }
@media only screen and (max-width: 920px) {
  #umbau-inset {
    bottom: 30px;
    height: 92px;
    top: auto; } }
@media only screen and (max-width: 890px) {
  .cbox--exit#colorbox {
    width: 100% !important; }
  .cbox--exit#cboxOverlay {
    background: rgba(0, 0, 0, 0.95) !important; }
  .cbox--exit #cboxClose {
    width: 25px;
    height: 25px;
    background-size: cover; }

  .exit {
    background: #1c4261;
    width: 90%;
    height: 600px;
    padding: 30px 20px 100px 20px; }
    .exit-intent {
      display: none; }
    .exit__heading {
      font-size: 1.5rem !important;
      line-height: 2rem !important; }
    .exit__underline {
      margin-bottom: 20px !important;
      font-size: 1rem !important;
      line-height: 1.5rem !important; }
    .exit__row {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .exit__note {
      right: 10px;
      left: 10px; }
    .exit__call-to-input {
      order: 2;
      text-align: center; }
    .exit__features {
      order: 1;
      margin-bottom: 20px !important; }
    .exit__list-element {
      font-size: 1rem !important; }
    .exit__form {
      padding: 20px 20px 85px 20px; }
    .exit__form-input-container {
      width: 100%;
      margin-bottom: 10px; }
    .exit__form-row {
      flex-direction: column; }
    .exit__form-label {
      left: 5px; }
    .exit__form-input {
      height: 30px;
      font-size: 0.875rem !important;
      padding-left: 35px !important; }
    .exit__arrow {
      display: none; }

  .exit .btn-border {
    margin: 0 !important;
    border-color: #ffc110 !important; }
    .exit .btn-border .btn {
      color: #333 !important;
      background-color: #ffc110 !important; } }
@media only screen and (max-width: 800px) {
  #umbau-inset {
    top: 118px; } }
@media screen and (orientation: landscape) and (max-device-width: 850px) {
  #umbau-inset {
    display: none !important; }

  .cookie-optin img {
    display: none !important; } }
@media only screen and (max-width: 680px) {
  .part_wp_download .flex-row > div:first-of-type {
    display: none; }
  .part_wp_download .flex-row > div:last-of-type {
    width: 100% !important; }

  .cookie-optin img {
    display: none; } }
@media only screen and (max-width: 640px) {
  #umbau-inset {
    display: none !important; }

  #modal-umbau-layer {
    bottom: 30px;
    right: 10px;
    left: 10px; }

  .no_mobile {
    display: none; }

  ul {
    padding-left: 2em; }

  .ref-wrapper.home, .news_home, .news_home * {
    width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    height: auto !important;
    position: relative !important; }

  .swipe-icon {
    display: block;
    right: 0;
    max-height: 50px;
    margin: 0 auto;
    opacity: .4;
    z-index: 400; }

  label, input, textarea, .formsubmit, .submit {
    width: 100%; }

  #page.smaller #content, #page.smaller #breadcrumb {
    padding: 1em 1em; }

  .anrede label {
    width: 2.5em;
    margin-top: .4em; }
  .anrede input {
    width: 1em; }

  #el_2 {
    width: 60%;
    margin-top: 0em; }

  .interesse {
    padding: 60px 0 60px; }
    .interesse .checkspan {
      width: 100%;
      margin-top: 5px; }

  .team_pic {
    width: 100%;
    margin: 0 0 1em 0; }

  .team_info {
    width: 100%;
    padding: 0; }

  .team_unit {
    margin: 0 0 7px 0;
    clear: both; }

  #lightbox {
    overflow: auto; }

  .copyright {
    text-align: center; }

  .gallery_wrapper.home .referenzen2017 li.testimonial picture {
    width: 100%; }

  article.service-overview {
    padding-right: 0; }
    article.service-overview .content_img, article.service-overview .service-info {
      width: 100%; }

  .service-info a {
    display: block; }

  .content_img img {
    max-width: none;
    width: 100%; }

  .content_img_text {
    width: 100%; }

  #cboxPrevious, #cboxNext {
    display: none !important; }

  #cboxContent {
    width: 100%;
    margin: 0; }

  #left-col {
    float: left; }

  #middle-col {
    float: right; }

  .scroll-wrapper aside {
    margin-top: 0 !important; }

  .ref_info * {
    width: 100% !important;
    text-align: center; }

  .referenzen2017 li span {
    margin-top: .375em; }

  .small-multi-image {
    padding: 0 !important; }

  .box-section *, .content-block * {
    width: 100% !important; }
  .box-section div, .box-section figure, .content-block div, .content-block figure {
    margin-bottom: .5em; }

  .page_team {
    width: 100%; }

  .referral_logos {
    display: none; }

  .testimonial > * {
    width: 100% !important; }
  .testimonial figure {
    margin-bottom: 1em; }

  .two-column.forms .form-container, .two-column.forms .address, .two-column.forms > *:first-child, .two-column.forms > *:last-child {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 1em; }
  .two-column.forms form {
    margin-bottom: 1em; }

  #contactbox li {
    -webkit-transform: translate(70px, 0);
    -moz-transform: translate(70px, 0);
    -ms-transform: translate(70px, 0);
    -o-transform: translate(70px, 0);
    transform: translate(70px, 0);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    #contactbox li:last-of-type {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  #contactbox:hover li, #contactbox.active li {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .social-media {
    padding-left: 1em; }

  #content .blog-list section .two-one-col > .content {
    width: 100%; }
    #content .blog-list section .two-one-col > .content .blog-item-wrapper {
      width: 100% !important; }
  #content .blog-list section .row:last-of-type .two-column {
    border-bottom: none !important;
    margin-bottom: 0 !important; }
    #content .blog-list section .row:last-of-type .two-column .blog-item-wrapper {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #333333; } }
@media only screen and (max-width: 560px) {
  .three-col > * {
    width: 100%;
    margin-right: 0 !important; }

  .cookie-optin .btn-border.active {
    display: none !important; }
    .cookie-optin .btn-border.active.bottom {
      display: block !important; }

  span.btn-border {
    margin-bottom: 1em !important; }

  .landingpage .landing_form .whitepaper_box {
    width: 100%;
    display: block;
    float: none; }
    .landingpage .landing_form .whitepaper_box .whitepaper_img {
      width: 70%; }
    .landingpage .landing_form .whitepaper_box #websitecheck_img {
      padding: 0 !important; }
  .landingpage .landing_form .forms {
    display: block;
    width: 95%;
    padding: 0 !important;
    margin: 0px auto 1em; }
  .landingpage #triangle {
    left: 50%; } }
@media only screen and (max-width: 475px) {
  .r_box_h .contact a.anfrage {
    margin-right: 0; }

  .logos a {
    display: block; }

  a .cms-icon {
    width: 45%;
    padding: 1em 0; }

  .table-impressum td {
    padding: 0;
    float: none; }
    .table-impressum td:nth-child(2n+2) {
      padding: 0 0 0.5em; }

  #referenzen, .referenzen2017 {
    margin: 0;
    width: 100%; }

  #form-contact .label-container {
    width: 90%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact label[for=lastname] {
    width: 95%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact label[for=phone] {
    width: 95%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact label[for=email] {
    width: 95%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact label[for=msg] {
    width: 95%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact input {
    width: 95%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact textarea {
    width: 95%;
    margin: 0 0 .5em 0;
    float: left; }
  #form-contact .input-container {
    width: 100%;
    margin: 0 0 .5em 0;
    float: right; }
    #form-contact .input-container label {
      width: auto; }

  .rex-breadcrumb {
    display: none; } }
@media print {
  #header.fixed {
    position: relative; }

  #page.smaller #content, #page.smaller {
    padding: 0; }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    font-size: 0.9em; }

  a {
    text-decoration: none; }
    a:visited {
      text-decoration: none; }

  #content .text-block a[href^="/leistungen/"], #content .meta-links a[href^="/referenzen/"] {
    display: none; }

  a[href]:after {
    content: ""; }

  abbr[title]:after {
    content: ""; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after {
    content: ""; }

  a[href^="#"]:after {
    content: ""; }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid; }

  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
    margin-top: .75em; }

  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
    margin-top: 1.5em; }

  .text-block {
    margin: 0; }

  #middlebar {
    display: none; }

  #nav_main {
    display: none; }

  #respnav_bar {
    display: none; }

  #nav_third {
    display: none;
    display: none; }

  footer {
    display: none; }

  #nav_footer {
    display: none; }

  .topline {
    display: none; }

  .r_box_h {
    display: none; }

  a.go-top {
    display: none; }

  ul.contact {
    display: none; }

  .drucklink {
    display: none; }

  #main_column {
    width: 100%;
    padding: 0; }
    #main_column .btn-styler {
      display: none; }
    #main_column #middle-col {
      margin: 2em 0 1em 0; }
      #main_column #middle-col section {
        width: 40%;
        margin: -1.4em 0 0 2em; }
        #main_column #middle-col section:first-child {
          margin: -1.4em 2em 0 0em; }

  input.formsubmit {
    display: none; }

  #middle-col {
    width: 100%;
    padding: 0;
    font-size: 1.05em; }
    #middle-col p.line {
      display: none; }

  .social-media {
    display: none; }

  .meta-links {
    display: none; }

  .box-phone {
    display: none;
    clear: both;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-top: 1px solid #CDCDCD; }

  #page {
    border: none;
    width: 800px;
    margin: 3em 0 2em 5em;
    float: left;
    margin-top: 75px !important; }

  .page_team {
    border: none;
    width: 40%;
    height: 420px;
    min-height: 100%;
    margin: 3em 0 0 5em;
    padding: 0 0 2em 0;
    page-break-inside: avoid; }

  #header {
    margin-top: 0; }
    #header .header_content {
      border-bottom: 0; }

  #left-col {
    width: 100%;
    padding: 0; }

  .team_info {
    width: 50%; }

  #content .intermediate_wrapper {
    display: none; }

  .content_description {
    width: 70%; }

  fieldset.fieldset {
    margin-bottom: 1em; }

  .sidebar-img {
    width: 43%; }

  .box-ref-text {
    background-color: white !important;
    opacity: 1;
    bottom: 0px; }
    .box-ref-text h2 {
      color: black !important; }
    .box-ref-text > p {
      display: none; }

  .box-ref {
    width: 40%; }

  .project_link {
    display: none !important; }

  .ov_right {
    float: left; }

  .content_img {
    max-width: 26%; }

  .content_img_text {
    max-width: 26%; }

  .team_unit {
    clear: none; }

  .service-box {
    display: none !important; }

  .ref-wrapper.home {
    width: 100% !important; }

  .news_home {
    display: none; }

  .rslides_nav {
    display: none; }

  .page_team .team_pic img {
    max-width: 25% !important; }

  .form {
    display: none; }

  .two-column .address {
    float: left !important; }

  .two-col.textcol > * {
    width: 100%; } }
h1.blue {
  color: #159fdb; }
h1.red {
  color: #C8063F; }

h2.blue {
  color: #159fdb; }
h2.red {
  color: #C8063F; }
h2.home {
  margin-bottom: 1em; }

h3.blue {
  color: #159fdb; }
h3.red {
  color: #C8063F; }

.header_outer_wrapper {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  border: 0;
  display: flex; }
  .header_outer_wrapper #header {
    max-width: 1140px;
    margin: 0 auto 1em; }
  .header_outer_wrapper.fixed {
    display: flex;
    max-width: none; }

.header_content {
  display: flex;
  overflow: visible;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #3c3c3c;
  border-top: 5px solid #3c3c3c;
  height: auto;
  box-sizing: border-box; }

#hero-home {
  width: 100%;
  display: block;
  overflow: visible; }

.hero-video-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 2em; }

#hero-video {
  min-width: 100%;
  min-height: 80%;
  margin-top: -100px; }

.hero-video-content {
  position: absolute;
  z-index: 400;
  top: 170px;
  display: block;
  width: 100%;
  margin: 0 auto; }
  .hero-video-content h1 {
    color: #C8063F; }
    .hero-video-content h1 span {
      color: #159fdb;
      font-size: .75em; }
  .hero-video-content h2 {
    color: #159fdb;
    font-size: 1.625em;
    margin-bottom: 8px; }
  .hero-video-content .hero-cta {
    margin-top: 2.5em; }

.hero-video-content-wrapper {
  box-sizing: border-box;
  margin: 0 auto 1em;
  padding: 4px 1em 1em 1em;
  width: 100%;
  max-width: 1140px;
  border: 0;
  display: block; }

.btn-border.home {
  float: left;
  border-color: #C8063F;
  width: auto;
  max-width: 800px;
  background-color: #C8063F; }
  .btn-border.home.width-400 {
    max-width: 400px; }
  .btn-border.home.width-500 {
    max-width: 500px; }
  .btn-border.home.width-600 {
    max-width: 600px; }
  .btn-border.home.width-700 {
    max-width: 700px; }
  .btn-border.home .btn {
    background-color: #C8063F;
    line-height: 1.75em; }
  .btn-border.home span.large {
    display: inline-block;
    font-size: 120%; }
  .btn-border.home.blue {
    border-color: #159fdb;
    background-color: #159fdb; }
    .btn-border.home.blue .btn {
      background-color: #159fdb; }

#content.content-home .row {
  padding-bottom: 1em; }
  #content.content-home .row.center {
    text-align: center; }
    #content.content-home .row.center .btn-border {
      float: none; }
  #content.content-home .row .btn-border {
    margin-top: 2em; }
#content.content-home .panels {
  margin-bottom: 1.25em;
  float: left;
  width: 100%; }
  #content.content-home .panels .icon {
    display: block;
    width: 100%;
    overflow: visible;
    padding: 10px 0 10px;
    min-height: 96px; }
  #content.content-home .panels a {
    color: inherit;
    text-decoration: none;
    padding: 0; }
    #content.content-home .panels a:hover {
      text-decoration: underline; }
  #content.content-home .panels img {
    max-width: 20%; }
    #content.content-home .panels img.google {
      max-width: 16%;
      padding: 16px 0; }
    #content.content-home .panels img.lang {
      max-width: 45%;
      padding-top: 12px; }
    #content.content-home .panels img.mobil {
      max-width: 13%;
      padding-top: 12px; }
    #content.content-home .panels img.dsgvo {
      margin-bottom: 6px;
      background-color: #159fdb;
      padding: 6px 40px 6px !important;
      max-width: 20%; }
  #content.content-home .panels .icon-wrapper {
    background-color: #159fdb;
    width: calc(49% + 12px);
    margin: 0 auto; }
    #content.content-home .panels .icon-wrapper img {
      box-sizing: border-box;
      max-width: none;
      margin: 6px;
      padding: 6px 30%;
      width: calc(100% - 12px);
      border: 1px solid #ffffff; }

.dup1 {
  background: url("/media/duplex1.jpg") no-repeat center bottom;
  background-size: cover; }

.dup2 {
  background: url("/media/duplex2c.jpg") no-repeat center bottom;
  background-size: cover; }

/* shake */
@keyframes shake {
  16.65% {
    transform: translateY(8px); }
  33.3% {
    transform: translateY(-6px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateY(0); } }
.shake {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0); }
  .shake:hover {
    animation-name: shake;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: reverse; }

.sameheight > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .flex-cols > * {
    flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px; }

.article {
  display: block;
  padding: 8px;
  margin-right: 20px;
  margin-bottom: .5em;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .article.icon-relaunch {
    background-color: #159fdb; }
  .article.icon-cost {
    background-color: #C8063F; }
  .article .article-inner {
    height: 100%;
    width: 100%;
    margin: 0px;
    border: 1px solid #fff; }
    .article .article-inner a {
      width: 100%;
      box-sizing: border-box;
      height: 100%;
      align-items: center;
      justify-content: center;
      display: flex; }
  .article.link a p {
    font-size: 2em;
    line-height: 1.25em;
    font-family: 'Roboto Condensed';
    font-weight: 700; }
    .article.link a p:hover {
      margin-bottom: 0;
      text-decoration: underline; }
  .article.link .fa {
    font-size: .75em;
    padding: 4px 4px 8px; }
  .article.plain {
    border: 6px solid #ffe800; }
    .article.plain p {
      text-shadow: none;
      color: #3c3c3c;
      display: inline;
      line-height: 1.5;
      font-size: 1.25em;
      line-height: 1.25em;
      margin-bottom: 22px;
      width: 100%; }
      .article.plain p span {
        display: inline-block;
        margin: .25em 0 .375em;
        color: #C8063F;
        font-weight: 700;
        font-size: 1.5em;
        line-height: 1.5em; }
    .article.plain .questionmark {
      color: #C8063F;
      position: absolute;
      font-size: 3.75em;
      bottom: 0px;
      right: 14px;
      text-shadow: white 3px 0px 0px, white 2.83487px 0.981584px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.705713px 2.91581px 0px, white -0.287171px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.571704px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.137119px -2.99686px 0px, white 0.850987px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.838247px 0px; }
  .article a {
    text-decoration: none;
    display: block;
    flex: none;
    flex: none;
    -ms-flex: none;
    -webkit-flex: none;
    padding: 12px 12px;
    width: 100%; }
  .article p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto Condensed";
    font-size: 1.5em; }

.gallery_wrapper.home {
  padding-top: 1em; }

/* structure */
.two-cols {
  box-sizing: border-box; }

.two-cols > * {
  margin-right: 6%; }

.two-cols > :nth-child(2n+2) {
  width: 46%; }

/* leistungen */
.service-introduction {
  float: left;
  width: 100%;
  margin-top: 1em; }
  .service-introduction p {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.75em; }

.s18-services {
  box-sizing: border-box; }
  .s18-services section {
    padding: 0 4em 0 5em;
    margin-bottom: 1em;
    box-sizing: border-box; }
  .s18-services h3 {
    margin-left: -3em;
    margin-bottom: 1.125em; }
  .s18-services section:first-of-type {
    background: url("/media/icon_user.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left; }
  .s18-services section:nth-of-type(2) {
    background: url("/media/icon_swatch.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right; }
  .s18-services section:nth-of-type(3) {
    background: url("/media/icon_chart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left; }
  .s18-services section:nth-of-type(4) {
    background: url("/media/icon_privacy.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right; }
  .s18-services section:nth-of-type(5) {
    background: url("/media/icon_cms.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left; }
  .s18-services section:nth-of-type(6) {
    background: url("/media/icon_rocket.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right; }

/* Landingpage */
.landingpage #content .text-block h3 {
  font-size: 1.375em;
  color: #159fdb;
  margin-top: .875em;
  margin-bottom: .5em; }
.landingpage #content .intermediate_wrapper {
  background-color: transparent;
  margin: 0; }
  .landingpage #content .intermediate_wrapper.boxed {
    color: #3c3c3c;
    padding: 12px 16px;
    border: 6px solid #ffe800; }
    .landingpage #content .intermediate_wrapper.boxed section {
      margin: 0; }
    .landingpage #content .intermediate_wrapper.boxed strong {
      color: #3c3c3c; }
    .landingpage #content .intermediate_wrapper.boxed p:last-of-type {
      margin: 0; }

/* Links */
a.plain {
  text-decoration: none !important; }
  a.plain::after {
    background: none !important; }

/* helper */
.w-90 {
  width: 90%; }

.w-80 {
  width: 80%; }

.w-70 {
  width: 70%; }

.w-60 {
  width: 60%; }

.margin-center {
  margin-left: auto;
  margin-right: auto; }

/* MEDIA QUERIES */
@media only screen and (max-width: 2600px) {
  #hero-video {
    margin-top: -530px; } }
@media only screen and (max-width: 2200px) {
  #hero-video {
    margin-top: -370px; } }
@media only screen and (max-width: 1980px) {
  #hero-video {
    margin-top: -320px; } }
@media only screen and (max-width: 1700px) {
  #hero-video {
    margin-top: -250px; } }
@media only screen and (max-width: 1300px) {
  #hero-video {
    margin-top: -110px; }

  .sameheight .three-col > :nth-child(1),
  .sameheight .three-col > :nth-child(2) {
    margin-right: 2%; }

  .sameheight .three-col > :nth-child(3) {
    margin-right: 0;
    width: calc(100% - 10px); }

  .three-col .article {
    margin-right: 0 !important;
    width: 100% !important; } }
@media only screen and (max-width: 900px) {
  .hero-video-content {
    top: 240px; }

  #content.content-home .panels .icon-wrapper {
    width: calc(53% + 12px); } }
@media only screen and (max-width: 878px) {
  #hero-video {
    margin-top: -180px; }

  .s18-form .form-cols > * {
    width: 100% !important; }
  .s18-form .form-cols .contacts {
    max-width: 480px;
    margin: 1em auto 0;
    width: calc(100% - 2em);
    display: block;
    overflow: visible;
    float: none;
    text-align: center;
    padding-bottom: 0 !important;
    padding-right: 0; }
  .s18-form .form-cols figure img {
    width: 100%; }

  #hero-video {
    margin-top: -140px; }

  .hero-video-content-wrapper {
    margin-top: 1.5em; } }
@media only screen and (max-width: 840px) {
  .gallery_wrapper.home .referenzen2017 {
    margin: 0;
    width: 100%; }

  .rslides_nav {
    opacity: 0; } }
@media only screen and (max-width: 760px) {
  .hero-video-wrapper {
    display: none; }

  .hero-video-content {
    position: relative;
    top: 0; }
    .hero-video-content .hero-cta {
      width: 100%; }
      .hero-video-content .hero-cta p {
        text-shadow: white 3px 0px 0px, white 2.83487px 0.981584px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.705713px 2.91581px 0px, white -0.287171px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.571704px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.137119px -2.99686px 0px, white 0.850987px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.838247px 0px; }

  .hero-video-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    float: left;
    border-bottom: 1px solid #3c3c3c;
    background-size: cover;
    background-image: Url("https://www.45grad.de/media/1325146_5017.jpg");
    background-position: bottom; }

  #content.content-home .panels .icon {
    max-width: 200px; }

  #content.content-home .two-cols section:nth-of-type(2) {
    margin-top: 1.5em; }

  .btn-border.home {
    float: none; }

  .two-cols > * {
    width: 100% !important; }

  .w-60 {
    width: 100%; }

  .sameheight > div {
    display: block;
    float: left;
    width: calc(100% - 1em); }

  .three-col > div {
    width: 100%; }

  .flex-cols {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    align-content: flex-end; }
    .flex-cols > div {
      width: 50%;
      min-width: 50%;
      float: left;
      padding-bottom: 12px; }
      .flex-cols > div > .icon {
        width: 100%;
        max-width: none !important;
        margin-bottom: 8px; }
        .flex-cols > div > .icon img.lang {
          max-width: 42% !important; }
        .flex-cols > div > .icon img.mobil {
          max-width: 18% !important; }
        .flex-cols > div > .icon img.google {
          max-width: 22% !important; }
      .flex-cols > div > strong {
        width: 100%; }

  .s18-services section {
    padding: 0; }
    .s18-services section h3 {
      margin: 0 0 .375em; } }
p, li {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  color: #666666;
  line-height: 1.625em !important; }

li {
  margin-bottom: 0.25em !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25em !important; }

h1 {
  font-size: 3rem !important; }

h2 {
  font-size: 2.25rem !important;
  margin-top: 0; }
  h2 + h3 {
    margin-top: 10px; }

h3 {
  font-size: 1.75rem !important;
  margin-top: 0; }

p + h3 {
  margin-top: 30px; }

.overline {
  color: #666;
  font-size: 1.5rem !important;
  margin: .5em 0; }

#breadcrumb {
  margin: 0; }
  #breadcrumb * {
    color: #878787;
    font-size: 0.75rem !important;
    float: none; }

.cookie-agreement {
  width: 100%;
  position: fixed;
  padding: 6px 10px !important;
  top: unset;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center; }
  .cookie-agreement > * {
    font-size: 1rem !important;
    line-height: 1.2rem !important; }
  .cookie-agreement > a {
    float: none;
    display: inline-block;
    margin: 5px; }
  .cookie-agreement .agree-and-close {
    padding: 2px 6px;
    border: 2px solid white;
    background: #159fdb;
    text-decoration: none; }
    .cookie-agreement .agree-and-close i {
      margin-right: 5px;
      font-size: 1.2rem !important; }

.layout2019 .team_row {
  padding-left: 0;
  float: none !important;
  margin: 15px 0; }
.layout2019 #header {
  margin: 0; }
.layout2019 .inline-img {
  display: inline-block;
  float: left;
  width: 263px;
  margin-right: 20px; }
.layout2019 #page {
  width: auto;
  max-width: none;
  display: block;
  padding: 0;
  margin-top: 75px;
  margin-bottom: 0px !important; }
  .layout2019 #page .page-wrapper {
    padding: 2em 0;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto; }
  .layout2019 #page .color-container {
    padding: 1em 0; }
    .layout2019 #page .color-container.full {
      background: white; }
      .layout2019 #page .color-container.full p {
        font-weight: 400; }
        .layout2019 #page .color-container.full p strong {
          font-weight: 800; }
    .layout2019 #page .color-container.half {
      background: #f6faff;
      /* Old browse: ;rs */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-linear-gradient(#f6faff 0%, #e4f6ff 100%);
      background: -o-linear-gradient(#f6faff 0%, #e4f6ff 100%);
      background: linear-gradient(#f6faff 0%, #e4f6ff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6faff', endColorstr='#e4f6ff',GradientType=0 );
      /* IE6-9 */ }
    .layout2019 #page .color-container.stone {
      position: relative;
      background: url("../media/wall_pattern.jpg");
      background-position: center;
      background-repeat: repeat-x;
      background-size: auto 100%;
      overflow: hidden;
      -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
      box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75); }
      .layout2019 #page .color-container.stone .chalkboard {
        background-image: url("../media/texture_chalkboard.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 45px;
        -webkit-box-shadow: -20px 20px 20px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -20px 20px 20px 0px rgba(0, 0, 0, 0.75);
        box-shadow: -20px 20px 20px 0px rgba(0, 0, 0, 0.75); }
        .layout2019 #page .color-container.stone .chalkboard * {
          color: white;
          text-align: center; }
        .layout2019 #page .color-container.stone .chalkboard h1 {
          margin-bottom: 30px !important; }
        .layout2019 #page .color-container.stone .chalkboard .checkmarks li {
          display: inline-block; }
      .layout2019 #page .color-container.stone .mockup {
        position: relative; }
        .layout2019 #page .color-container.stone .mockup > figure {
          position: absolute;
          bottom: -3em;
          left: -10em; }
      .layout2019 #page .color-container.stone .andrea {
        position: relative; }
        .layout2019 #page .color-container.stone .andrea > figure {
          position: absolute;
          bottom: -3em;
          left: 50%;
          transform: translate(-50%, 0); }
    .layout2019 #page .color-container.from-white-to-grey {
      background: #ffffff;
      /* Old browse: ;rs */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-linear-gradient(#ffffff 0%, #f6faff 100%);
      background: -o-linear-gradient(#ffffff 0%, #f6faff 100%);
      background: linear-gradient(#ffffff 0%, #f6faff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6faff',GradientType=0 );
      /* IE6-9 */ }
    .layout2019 #page .color-container.container-grey {
      background: #f3f5fa; }
    .layout2019 #page .color-container.container-cta {
      background: #159fdb;
      background: -webkit-linear-gradient(#79bcd8 0%, #159fdb 100%);
      background: -o-linear-gradient(#79bcd8 0%, #159fdb 100%);
      background: linear-gradient(#79bcd8 0%, #159fdb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bcd8', endColorstr='#159fdb',GradientType=0 ); }
      .layout2019 #page .color-container.container-cta .page-wrapper {
        padding: 10px 0; }
      .layout2019 #page .color-container.container-cta a:hover {
        color: #0E2D3C; }
      .layout2019 #page .color-container.container-cta .btn-border {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
.layout2019 #header {
  position: fixed;
  display: fixed;
  float: none;
  padding-top: 0 !important;
  background: white;
  top: 0;
  z-index: 998;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .layout2019 #header.fixed {
    max-width: none; }
    .layout2019 #header.fixed .header_content {
      margin-top: 0;
      padding-bottom: .5em; }
  .layout2019 #header .header_wrapper {
    padding-bottom: .0; }
  .layout2019 #header .header_content {
    width: 100%;
    max-width: none;
    padding-top: .5em;
    padding-bottom: 0;
    border-top: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .layout2019 #header .header_inner_wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1200px; }
  .layout2019 #header .hide-desktop {
    display: none; }
  .layout2019 #header .hide-mobile {
    display: block; }
  .layout2019 #header .subnav {
    display: none;
    position: absolute;
    padding: 78px 20px 20px 20px;
    background: white;
    top: -23px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 50;
    transition: none !important;
    text-align: center; }
    .layout2019 #header .subnav li {
      margin: 0 !important;
      text-align: center;
      float: none; }
      .layout2019 #header .subnav li:last-child a {
        padding-bottom: 0 !important; }
    .layout2019 #header .subnav a {
      border: none;
      padding: 10px 0;
      text-align: center; }
.layout2019 #header.kunden-gewinnen .header_inner_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.layout2019 #header.kunden-gewinnen .burger {
  display: none !important; }
.layout2019 #header.kunden-gewinnen .tel_link {
  color: #C8063F;
  font-weight: 600;
  font-size: 1.25em;
  padding: 0 !important;
  border-left: 0;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none; }
.layout2019 .page-content {
  margin: 0 auto 0;
  float: none;
  display: block;
  max-width: 100%; }
.layout2019 .footer-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
.layout2019 h1 {
  margin-bottom: 1em !important; }
.layout2019 h2 {
  margin-bottom: 30px; }
.layout2019 h3 {
  color: #159fdb; }
.layout2019 #logo {
  margin: 7px 0 !important; }
.layout2019 .two-column {
  display: block;
  overflow: hidden; }
.layout2019 #nav_main li {
  position: relative;
  line-height: 1.25em;
  background: white; }
  .layout2019 #nav_main li a {
    position: relative;
    text-transform: none;
    font-family: "Roboto Condensed";
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 1em;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #ccc;
    z-index: 100; }
  .layout2019 #nav_main li .tel_link {
    color: #C8063F;
    font-weight: 600;
    font-size: 1.25em;
    padding-top: 9px;
    padding-right: 1.5em;
    border-left: 0; }
.layout2019 section {
  float: none;
  display: block; }
.layout2019 .hr {
  width: 100%;
  display: block;
  overflow: hidden;
  float: left;
  padding: 2em 0 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #333; }
.layout2019 #header.onscroll #logo {
  margin-top: 0 !important; }
  .layout2019 #header.onscroll #logo img {
    width: 150px; }
.layout2019 #header.onscroll .header_content {
  padding: 5px; }
.layout2019 #header.onscroll #nav_main {
  margin-top: 0; }
  .layout2019 #header.onscroll #nav_main li {
    margin-bottom: 0 !important; }
    .layout2019 #header.onscroll #nav_main li .tel_link {
      padding-right: 1em;
      font-size: 0.95em; }
    .layout2019 #header.onscroll #nav_main li a {
      font-size: 0.85em; }
.layout2019 #header.onscroll .subnav {
  top: -6px;
  padding: 55px 20px 20px 20px; }

/******** ACCORDEON CONTAINER ***********/
.accordeon-container {
  padding: 2em 0 0; }
  .accordeon-container .accordeon-item h3 {
    position: relative;
    margin: 4px 0 10px;
    cursor: pointer;
    padding-bottom: 4px;
    font-size: 1.25em !important;
    background-color: #f6faff;
    color: #333;
    padding: 13px 24px 13px 26px;
    text-align: left; }
    .accordeon-container .accordeon-item h3:after {
      display: -ms-flexbox;
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      font-family: "FontAwesome";
      content: "\f107";
      color: #333;
      -webkit-transition: all 0.1s ease-out 0s;
      -moz-transition: all 0.1s ease-out 0s;
      transition: all 0.1s ease-out 0s;
      height: 100%;
      align-items: center;
      top: 0;
      position: absolute;
      right: 10px; }
    .accordeon-container .accordeon-item h3.white {
      background-color: white; }
  .accordeon-container .accordeon-item h4 {
    font-size: 1.5em;
    margin: 0 0 .25em;
    color: #159fdb; }
  .accordeon-container .accordeon-item.active {
    border-right: 5px solid #DCDDE1;
    border-bottom: 5px solid #DCDDE1;
    border-left: 5px solid #DCDDE1;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white; }
    .accordeon-container .accordeon-item.active h3 {
      margin-top: -6px;
      background-color: #DCDDE1;
      padding: 14px 19px 8px 20px; }
      .accordeon-container .accordeon-item.active h3:after {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.1s ease-in-out 0s;
        -moz-transition: all 0.1s ease-in-out 0s;
        -ms-transition: all 0.1s ease-in-out 0s;
        -o-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s; }
  .accordeon-container .accordeon-item .accordeon-content {
    display: none;
    margin: 0 auto;
    max-width: 970px;
    padding: 10px; }
  .accordeon-container .two-column {
    margin: 0;
    display: block;
    overflow: hidden; }
    .accordeon-container .two-column > div {
      width: 48%; }
  .accordeon-container ul, .accordeon-container ol {
    margin-top: 0; }
  .accordeon-container .internal_link {
    padding-top: 1em !important;
    padding-bottom: 2em !important; }
  .accordeon-container .extender {
    margin-left: 0 !important;
    margin-right: 0 !important; }

/******** BUTTON STYLE ***********/
span.btn-border {
  width: unset;
  margin: 20px 0 0 0 !important;
  display: inline-block !important; }
  span.btn-border.left {
    margin-left: 0;
    float: left; }
  span.btn-border.full {
    width: 100%; }
    span.btn-border.full > .btn {
      width: 100%; }
  span.btn-border.red {
    border-color: #C8063F; }
    span.btn-border.red > .btn {
      background-color: #C8063F; }
  span.btn-border.orange {
    border-color: #ffa603; }
    span.btn-border.orange > .btn {
      background-color: #ffa603; }
      span.btn-border.orange > .btn > span {
        color: #333 !important; }
  span.btn-border.center {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
    span.btn-border.center .btn {
      width: unset !important; }
  span.btn-border.right {
    position: relative;
    left: 100%;
    transform: translate(-100%, 0); }
    span.btn-border.right .btn {
      width: unset !important; }

a.btn-ghost {
  display: inline-block;
  width: auto !important;
  min-height: unset !important;
  margin: 20px 0 0 0 !important;
  padding: 10px 10px;
  text-align: center;
  line-height: 1em !important;
  text-decoration: none;
  font-size: 1rem !important; }
  a.btn-ghost.left {
    margin-left: 0;
    float: left; }
  a.btn-ghost.right {
    margin-right: 0;
    float: right; }
  a.btn-ghost.center {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  a.btn-ghost.full {
    display: block;
    width: 100%; }
    a.btn-ghost.full > span {
      width: 100%; }
  a.btn-ghost.blue {
    border: 2px solid #159fdb;
    color: #159fdb; }
  a.btn-ghost span {
    min-height: unset !important;
    margin: 0 !important;
    font-weight: 700;
    line-height: 1em !important;
    text-align: center;
    font-size: 1rem !important; }
  a.btn-ghost:hover {
    cursor: pointer; }
    a.btn-ghost:hover.blue {
      border: 2px solid rgba(21, 159, 219, 0.75); }
      a.btn-ghost:hover.blue > span {
        color: rgba(21, 159, 219, 0.75); }

.internal_link {
  box-sizing: border-box;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 0;
  margin-bottom: 0 !important;
  margin-top: 0;
  font-weight: 400;
  text-decoration: underline;
  text-align: center; }

.flex-col {
  margin: 0 -16px;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly; }
  .flex-col > * {
    flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    max-width: 100%;
    min-width: 0%;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box; }
  .flex-col figure {
    text-align: center; }
  .flex-col.two > * {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: calc(50% - 0px);
    -moz-flex: calc(50% - 0px);
    -webkit-flex: calc(50% - 0px);
    max-width: calc(50% - 0px);
    flex-basis: 100%; }
  .flex-col.two .flex-two-child-40 {
    max-width: 40% !important; }
  .flex-col.two .flex-two-child-60 {
    max-width: 60% !important; }
  .flex-col.three > * {
    flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    -moz-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: calc(33.33332% - 0px);
    -moz-flex: calc(33.33332% - 0px);
    -webkit-flex: calc(33.33332% - 0px);
    max-width: calc(33.33332% - 0px);
    flex-basis: 100%; }
  .flex-col.four > * {
    flex: 0 0 calc(25%);
    -ms-flex: 0 0 calc(25%);
    -moz-flex: 0 0 calc(25%);
    -webkit-flex: 0 0 calc(25%);
    -ms-flex: calc(25% - 0px);
    -moz-flex: calc(25% - 0px);
    -webkit-flex: calc(25% - 0px);
    max-width: calc(25% - 0px);
    flex-basis: 100%; }
  .flex-col.justify-center {
    justify-content: center; }
  .flex-col.flex-start {
    align-items: flex-start; }
  .flex-col.extender {
    width: 1056px !important;
    max-width: 1056px !important;
    margin-left: -64px !important;
    margin-right: -64px !important; }
  .flex-col.extender-large {
    width: 1200px !important;
    max-width: 1200px !important;
    margin-left: -88px !important;
    margin-right: -88px !important; }
  .flex-col .card {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .flex-col .card .content {
      width: 100%;
      padding: 32px 40px; }
      .flex-col .card .content h3 {
        margin-top: 0;
        margin-bottom: 1em; }
      .flex-col .card .content p {
        color: #666 !important; }
      .flex-col .card .content ul {
        padding-left: 8px; }
        .flex-col .card .content ul li {
          list-style: none;
          padding-left: 28px;
          background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill-rule:evenodd;clip-rule:evenodd;fill:%2382D621;} %3C/style%3E %3Cpath class='st0' d='M1.7,11.8c1.4,0.1,2.7,0.8,4,1.4c0.6,0.3,1.2,0.6,1.8,0.9c0.3,0.2,0.5,0.1,0.8-0.2c2.6-3,5.2-6,7.8-9 c1.3-1.4,2.8-2.7,4.3-3.9c0.6-0.5,1.3-0.8,2-1c0.3-0.1,0.7,0,1.1,0.1C24,0.4,24.2,1,23.9,1.5c-0.3,0.5-0.6,0.9-1,1.3 c-3.8,3.7-7,7.9-9.6,12.7c-1.5,2.9-2.9,5.8-4,8.9c-0.1,0.3-0.4,0.7-0.7,0.8c-0.2,0-0.6-0.4-0.8-0.7c-1.5-2.7-3-5.5-5-7.9 c-0.7-0.9-1.5-1.7-2.3-2.5c-0.4-0.4-0.6-0.7-0.4-1.3c0.2-0.6,0.6-0.9,1.2-0.9C1.4,11.8,1.5,11.8,1.7,11.8z'/%3E %3C/svg%3E") no-repeat 0 8px;
          background-size: 20px 20px; }
        .flex-col .card .content ul.features li {
          background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%23C8063F;}%3C/style%3E%3Cpath class='st0' d='M12.8,1.1c-0.4-0.5-1.2-0.5-1.7,0L1.9,11.8c-0.4,0.4-0.4,1,0,1.4L11.2,24c0.4,0.5,1.2,0.5,1.7,0l9.3-10.7 c0.4-0.4,0.4-1,0-1.4L12.8,1.1L12.8,1.1z'/%3E%3C/svg%3E") no-repeat 2px 8px;
          background-size: 15px 15px; }
  .flex-col.bgclr .card {
    min-width: 340px !important;
    background-color: transparent; }
    .flex-col.bgclr .card .content.white {
      background-color: #fff; }
    .flex-col.bgclr .card .content.grey {
      background-color: #f6faff; }
    .flex-col.bgclr .card .content.blue {
      background: #159fdb;
      background: -webkit-linear-gradient(#79bcd8 0%, #159fdb 100%);
      background: -o-linear-gradient(#79bcd8 0%, #159fdb 100%);
      background: linear-gradient(#79bcd8 0%, #159fdb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bcd8', endColorstr='#159fdb',GradientType=0 ); }
      .flex-col.bgclr .card .content.blue > * {
        color: white !important; }
      .flex-col.bgclr .card .content.blue h2 {
        margin-bottom: 10px; }
      .flex-col.bgclr .card .content.blue figure {
        text-align: center; }
        .flex-col.bgclr .card .content.blue figure img {
          width: 222px; }
      .flex-col.bgclr .card .content.blue .btn-border {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
    .flex-col.bgclr .card .content > *:last-child {
      margin-bottom: 0 !important; }

ul.features {
  padding-left: 16px; }
  ul.features li {
    list-style: none;
    padding-left: 28px;
    background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%23C8063F;}%3C/style%3E%3Cpath class='st0' d='M12.8,1.1c-0.4-0.5-1.2-0.5-1.7,0L1.9,11.8c-0.4,0.4-0.4,1,0,1.4L11.2,24c0.4,0.5,1.2,0.5,1.7,0l9.3-10.7 c0.4-0.4,0.4-1,0-1.4L12.8,1.1L12.8,1.1z'/%3E%3C/svg%3E") no-repeat 2px 8px;
    background-size: 15px 15px; }

.columns > * {
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
.columns.two {
  column-count: 2;
  column-gap: 32px; }
.columns.three {
  column-count: 3;
  column-gap: 32px; }

.service-introduction p {
  font-weight: 600;
  font-size: 1.25em; }

.centered {
  text-align: center; }

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

.nowrap {
  white-space: nowrap; }

.cta-col {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  line-height: 1.5em; }
  .cta-col .btn-border {
    border-color: #C8063F;
    float: right;
    margin: 1em 0 0 0 !important;
    width: auto; }
  .cta-col .btn {
    background-color: #C8063F; }
  .cta-col h3 {
    margin-top: 0;
    font-size: 1.5em;
    text-align: left; }
  .cta-col.has-background {
    border: 0;
    background-color: #ddf5ff; }
  .cta-col__small {
    width: 31%; }
    .cta-col__small img {
      width: 260px; }
    .cta-col__small * {
      color: white; }
    .cta-col__small h3 {
      color: white; }
  .cta-col__large {
    width: 64%; }
    .cta-col__large * {
      color: white; }
  .cta-col > *:last-child {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }

.contacts * {
  text-decoration: none; }
.contacts h3 {
  margin-bottom: 11px !important; }
.contacts p {
  line-height: 1.45em !important; }

.accordeon-container .accordeon-content.cta-col {
  border: 0;
  margin-top: .5em; }

.textcol {
  float: none;
  margin: 1em auto 1em; }
  .textcol.smaller_copy {
    max-width: 800px; }
  .textcol:after {
    clear: both; }
  .textcol.smaller {
    max-width: 874px;
    margin: 0 auto;
    display: block;
    overflow: hidden; }
  .textcol .padding_left {
    padding-left: 4em;
    box-sizing: border-box; }
  .textcol ul {
    padding-left: 2.5em; }

.extender {
  width: 1024px !important;
  max-width: 1024px !important;
  margin-left: -48px !important;
  margin-right: -48px !important; }

.testimonial {
  padding: 8px 0;
  border: 0;
  display: block;
  overflow: hidden; }
  .testimonial figcaption {
    opacity: 0.75;
    font-size: 0.75rem; }

.testimonials2019 .content .subline {
  font-size: 1rem !important;
  margin: 0 !important; }
.testimonials2019 .content .text p {
  font-size: 1.1rem !important; }
.testimonials2019 figure > picture > img {
  float: left; }

.social-media {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 !important;
  padding: 10px 0 !important;
  text-align: center; }
  .social-media ul.sm li {
    margin-bottom: 0 !important; }
    .social-media ul.sm li a {
      width: 2em;
      height: 1em;
      font-size: 0.75em; }

.two-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.row.ref-wrapper.home {
  float: none; }

.box-ref {
  margin-bottom: 80px !important; }

.ref-info {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: -75px;
  padding-left: 10px; }
  .ref-info > h2 {
    margin: 0;
    font-size: 1.5rem !important;
    text-align: left; }
  .ref-info > p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem !important; }

.ref_info {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  float: none !important;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0; }
  .ref_info figure {
    padding-right: 40px;
    max-width: 350px; }

.gallery_wrapper.home {
  min-height: 430px;
  border-top: none;
  float: none; }

.checkmarks {
  padding-left: 8px; }
  .checkmarks li {
    list-style: none;
    padding-left: 28px;
    background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill-rule:evenodd;clip-rule:evenodd;fill:%2382D621;} %3C/style%3E %3Cpath class='st0' d='M1.7,11.8c1.4,0.1,2.7,0.8,4,1.4c0.6,0.3,1.2,0.6,1.8,0.9c0.3,0.2,0.5,0.1,0.8-0.2c2.6-3,5.2-6,7.8-9 c1.3-1.4,2.8-2.7,4.3-3.9c0.6-0.5,1.3-0.8,2-1c0.3-0.1,0.7,0,1.1,0.1C24,0.4,24.2,1,23.9,1.5c-0.3,0.5-0.6,0.9-1,1.3 c-3.8,3.7-7,7.9-9.6,12.7c-1.5,2.9-2.9,5.8-4,8.9c-0.1,0.3-0.4,0.7-0.7,0.8c-0.2,0-0.6-0.4-0.8-0.7c-1.5-2.7-3-5.5-5-7.9 c-0.7-0.9-1.5-1.7-2.3-2.5c-0.4-0.4-0.6-0.7-0.4-1.3c0.2-0.6,0.6-0.9,1.2-0.9C1.4,11.8,1.5,11.8,1.7,11.8z'/%3E %3C/svg%3E") no-repeat 0 8px;
    background-size: 20px 20px; }
  .checkmarks.features li {
    background: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 25.1' style='enable-background:new 0 0 24 25.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%23C8063F;}%3C/style%3E%3Cpath class='st0' d='M12.8,1.1c-0.4-0.5-1.2-0.5-1.7,0L1.9,11.8c-0.4,0.4-0.4,1,0,1.4L11.2,24c0.4,0.5,1.2,0.5,1.7,0l9.3-10.7 c0.4-0.4,0.4-1,0-1.4L12.8,1.1L12.8,1.1z'/%3E%3C/svg%3E") no-repeat 2px 8px;
    background-size: 15px 15px; }

.flex-column {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25); }

footer {
  margin-top: 0 !important;
  float: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  footer p, footer li {
    font-size: 0.9rem !important;
    line-height: 1.4em !important; }

#footer_inner .two-col {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around; }

.social-media {
  float: none; }

.social-media ul.sm {
  float: none; }

.copyright {
  text-align: center; }

#nav_footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 0 auto 0; }

.referral_logos {
  border: none; }

.iframe-margin {
  margin: 0; }

/*
	                        $$\
	                        $$ |
	$$\   $$\ $$$$$$\$$$$\  $$$$$$$\   $$$$$$\  $$\   $$\
	$$ |  $$ |$$  _$$  _$$\ $$  __$$\  \____$$\ $$ |  $$ |
	$$ |  $$ |$$ / $$ / $$ |$$ |  $$ | $$$$$$$ |$$ |  $$ |
	$$ |  $$ |$$ | $$ | $$ |$$ |  $$ |$$  __$$ |$$ |  $$ |
	\$$$$$$  |$$ | $$ | $$ |$$$$$$$  |\$$$$$$$ |\$$$$$$  |
	 \______/ \__| \__| \__|\_______/  \_______| \______/
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../media/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  background-image: url("../media/arrow-left.svg"); }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px;
  background-image: url("../media/arrow-right.svg"); }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.layout2019.umbau .umbau-bg {
  display: flex;
  align-items: flex-start;
  height: 70vh;
  background: url("https://www.45grad.de/media/umbau-buero-header-image-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .layout2019.umbau .umbau-bg h1 {
    font-size: 5rem !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75); }
.layout2019.umbau .trans-bg-container {
  padding: 10px !important;
  background-color: rgba(0, 0, 0, 0.5); }
  .layout2019.umbau .trans-bg-container p {
    font-size: 1.5rem !important; }
.layout2019.umbau .gallery_wrapper {
  width: 100%;
  margin: 0 auto;
  float: none;
  max-width: 640px; }
.layout2019.umbau h1 {
  margin-bottom: 1em !important; }
.layout2019.umbau .text-block {
  padding: 0 16px; }
.layout2019.umbau .slider-for {
  margin-bottom: 20px; }
.layout2019.umbau .slider-nav .slick-slide {
  margin: 0 10px; }

/*
	                                        $$\
	                                        \__|
	 $$$$$$\  $$\   $$\  $$$$$$\   $$$$$$\  $$\  $$$$$$\   $$$$$$$\
	$$  __$$\ $$ |  $$ |$$  __$$\ $$  __$$\ $$ |$$  __$$\ $$  _____|
	$$ /  $$ |$$ |  $$ |$$$$$$$$ |$$ |  \__|$$ |$$$$$$$$ |\$$$$$$\
	$$ |  $$ |$$ |  $$ |$$   ____|$$ |      $$ |$$   ____| \____$$\
	\$$$$$$$ |\$$$$$$  |\$$$$$$$\ $$ |      $$ |\$$$$$$$\ $$$$$$$  |
	 \____$$ | \______/  \_______|\__|      \__| \_______|\_______/
	      $$ |
	      $$ |
	      \__|
*/
@media only screen and (max-width: 1200px) {
  .flex-col.extender-large {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 100% !important; }

  .flex-col .card {
    min-width: 340px !important;
    max-width: 340px !important;
    width: 340px !important;
    padding: 6px !important; } }
@media only screen and (max-width: 1024px) {
  .layout2019 #header {
    padding-top: 2px !important; }
    .layout2019 #header .header_content {
      padding: 10px !important; }
  .layout2019 #page .color-container {
    padding: 1em 14px !important; }

  .extender {
    width: 100% !important; } }
@media only screen and (max-width: 780px) {
  p, li {
    font-size: 1rem !important;
    line-height: 1.5em !important; }

  .layout2019.umbau .umbau-bg h1 {
    font-size: 2.25rem !important; }

  h1 {
    font-size: 2.25rem !important; }

  h2 {
    font-size: 1.75rem !important; }

  h3 {
    font-size: 1.25rem !important; }

  .checkmarks li {
    background-size: 14px 14px !important; }

  .no-break-mobile {
    display: none; }

  .cookie-agreement {
    text-align: center; }
    .cookie-agreement a {
      display: inline-block;
      margin: 5px !important;
      float: none !important; }
    .cookie-agreement > * {
      font-size: 0.875rem !important;
      line-height: 1.2rem !important; }

  .layout2019 #header {
    padding-top: 2px !important; }
    .layout2019 #header .header_content {
      padding: 2px 5px !important; }
    .layout2019 #header .hide-desktop {
      display: block;
      width: 115px; }
    .layout2019 #header .hide-mobile {
      display: none; }
    .layout2019 #header .burger {
      position: absolute;
      top: 2px;
      right: 6px;
      width: 30px; }
    .layout2019 #header .subnav {
      display: block;
      position: relative;
      top: 0;
      padding: 0 20px 0 20px !important; }
      .layout2019 #header .subnav li {
        float: none !important; }
        .layout2019 #header .subnav li a {
          padding: 8px 5px !important;
          border-bottom: none !important; }
    .layout2019 #header.onscroll {
      display: block; }
  .layout2019 #logo {
    margin: 0;
    width: unset; }
  .layout2019 #nav_main li .tel_link {
    padding-right: 0; }
  .layout2019 #page {
    margin-top: -20px; }
  .layout2019 #page.kunden-gewinnen {
    margin-top: -70px !important; }
  .layout2019 #nav_main li a {
    border-left: none; }
  .layout2019 .has-subnav {
    transition: none !important;
    margin-bottom: 0 !important; }
    .layout2019 .has-subnav * {
      transition: none !important; }
    .layout2019 .has-subnav:hover .subnav {
      display: block !important;
      position: relative !important; }

  #nav_main.opened, #nav_main.closed {
    margin-top: 10px; }

  #footer_inner {
    text-align: center;
    padding: 0.5em 15px; }
    #footer_inner .two-col {
      -ms-flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #footer_inner .two-col > * {
        width: 100%; }
        #footer_inner .two-col > *:nth-child(2n+2) {
          width: 100%; }

  .layout2019 .footer-wrapper {
    padding: 0;
    width: 100%;
    max-width: 100%; }

  .social-media .text {
    padding-top: 0; }

  .nl_footer_form {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center; }

  .accordeon-container .accordeon-item h3 {
    padding: 13px 24px 13px 12px; }

  .accordeon-container .accordeon-item.active h3 {
    padding: 14px 19px 5px 8px; }

  .flex-col h2 {
    text-align: center; }

  .hide-mobile {
    display: none !important; }

  .layout2019.umbau .umbau-bg {
    align-items: center; } }
@media only screen and (max-width: 640px) {
  h3 {
    text-align: center; }

  .flex-col {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0; }
    .flex-col.two > *, .flex-col.three > * {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important; }
      .flex-col.two > * > img, .flex-col.three > * > img {
        height: 300px !important; }
    .flex-col.two .flex-two-child-40 {
      max-width: 100% !important; }
    .flex-col.two .flex-two-child-60 {
      max-width: 100% !important; }
    .flex-col > * {
      padding: 0 !important; }
    .flex-col.three > .border-left-paragraph {
      font-size: 1rem !important;
      border-left: 3px solid #C80643;
      padding-left: 15px !important; }
    .flex-col .card {
      margin-bottom: 20px; }
      .flex-col .card .content {
        padding: 20px;
        width: 100%; }

  .layout2019 h1 {
    margin-bottom: 0 !important; }
  .layout2019 #page .color-container.stone .mockup {
    display: none; }
  .layout2019 #page .color-container.stone .andrea {
    display: none; }
  .layout2019 #page .color-container.stone .chalkboard {
    padding: 20px !important; }
    .layout2019 #page .color-container.stone .chalkboard h1 {
      font-size: 2rem !important;
      margin-bottom: 15px !important; }
    .layout2019 #page .color-container.stone .chalkboard span.btn-border {
      margin-top: -10px !important; }

  .layout2019.umbau .umbau-bg h1 {
    font-size: 1.75rem !important;
    margin-bottom: 0.5em; }
  .layout2019.umbau .trans-bg-container p {
    font-size: 1rem !important; }

  .introduction {
    padding: 0; }

  .referral_logos {
    display: none !important; }

  .ref-wrapper.home .two-col > * {
    width: 100%; }

  .ref-info {
    padding-left: 0; }
    .ref-info > p {
      font-size: 1rem; }

  .ref_info {
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center; }
    .ref_info > * {
      width: 100%; }
    .ref_info figure {
      padding-right: 0;
      margin-bottom: 20px; }

  .one-two-col > *:first-child {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .one-two-col > *:nth-child(2n+2) {
    float: none;
    display: block;
    width: 100%; }

  .accordeon-container .two-column > div {
    width: 100% !important; }

  .cta-col {
    flex-direction: column; }
    .cta-col .btn-border {
      float: none; }
    .cta-col * {
      text-align: center !important; }
    .cta-col__small {
      width: 100%;
      margin: 20px 0; }
      .cta-col__small img {
        width: 260px; }
    .cta-col__large {
      width: 100%;
      margin: 20px 0; }
    .cta-col > *:last-child {
      padding-left: 0;
      border-left: none; }

  .testimonial {
    text-align: center; }
    .testimonial figure {
      float: none;
      max-width: 222px;
      margin: 0 auto 1em auto; }
    .testimonial a.btn-ghost.left {
      float: none; }

  .team_row {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .team_row li {
      min-width: 23%;
      max-width: 24%; } }
._hj-f5b2a1eb-9b07_widget {
  z-index: 2000 !important; }

.goto-btn {
  width: auto;
  position: absolute;
  bottom: 42px;
  right: 32px; }

.border-error, input[type=radio].border-error + label:before {
  border: 1px solid #C8063F; }

.form-container h3 {
  font-size: 1.375em !important;
  padding-top: 4px;
  color: #666; }

.steps-container {
  display: inline-block;
  width: 100%;
  margin: 1em auto 0;
  text-align: center; }
  .steps-container .steps {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .steps-container .steps ul {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      .steps-container .steps ul li {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 100%;
        background: #d8d8d8;
        margin-right: 2rem;
        position: relative;
        cursor: pointer; }
        .steps-container .steps ul li:first-child {
          margin-left: unset; }
        .steps-container .steps ul li:first-child:before {
          display: none; }
        .steps-container .steps ul li:last-child {
          margin-right: unset; }
        .steps-container .steps ul li:before {
          content: "";
          width: 1.2rem;
          background-color: #d8d8d8;
          height: 2px;
          position: absolute;
          top: 1rem;
          right: 2em; }
        .steps-container .steps ul li span {
          padding-top: 0px;
          display: inline-block; }
      .steps-container .steps ul .active {
        background: #159fdb;
        color: #fff; }
      .steps-container .steps ul .active:before {
        background-color: #159fdb; }

form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }
form select:disabled option {
  color: #999; }
form .select-wrapper {
  position: relative;
  display: block;
  height: 30px; }
form .select-wrapper::after {
  content: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 24' enable-background='new 0 0 80 24'%3E%3Cpath fill='%23CC173D' d='M80 2.4 80 0 40 21.6 0 0 0 2.4 40 24z'/%3E%3C/svg%3E");
  position: absolute;
  width: 24px;
  height: 11.4px;
  top: 1px;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: transparent;
  pointer-events: none; }
form .select-wrapper:hover::after {
  color: #CC173D; }
form .select-wrapper::after {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  min-height: 30px;
  width: 100%;
  height: 100%;
  margin: 0 0 6px;
  padding: 0 0 0 12px;
  color: #333;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: 300; }
  form select option {
    font-weight: 300; }
form select::-ms-expand {
  display: none; }
form select[multiple] {
  vertical-align: top; }
form span.info {
  text-align: left;
  padding-bottom: 4px;
  width: 75% !important;
  float: right;
  font-size: 14px; }

#cboxOverlay {
  background: rgba(255, 255, 255, 0.85); }

#colorbox .leadform p {
  font-size: 16px !important; }
#colorbox .leadform .line {
  margin: 0;
  padding-bottom: 5px; }
  #colorbox .leadform .line > *:first-child {
    width: 20%; }
  #colorbox .leadform .line > *:last-child {
    width: 75%;
    float: right; }
#colorbox .leadform .line.full.small {
  width: 100% !important; }
#colorbox .leadform .line.full > * {
  width: 100% !important; }
#colorbox .leadform .field-wrapper > *:first-child {
  float: left;
  width: 49.5%; }
#colorbox .leadform .field-wrapper > *:last-child {
  width: 49.5%;
  float: right; }
#colorbox .leadform .field-wrapper.one-two > *:first-child {
  width: 30%; }
#colorbox .leadform .field-wrapper.one-two > *:last-child {
  width: 69%; }
#colorbox .leadform .field-wrapper.two-one > *:first-child {
  width: 69%; }
#colorbox .leadform .field-wrapper.two-one > *:last-child {
  width: 30%; }
#colorbox .leadform .two-column {
  overflow: visible;
  margin-bottom: 0; }
  #colorbox .leadform .two-column > *:first-child {
    width: 40%; }
  #colorbox .leadform .two-column > *:last-child {
    width: 53%; }
#colorbox .leadform input[type=radio] + label {
  width: auto; }
#colorbox .leadform label {
  font-size: 14px;
  padding: 0;
  text-align: right; }
#colorbox .leadform .input-container.cols label {
  width: 46%;
  float: left; }
#colorbox .leadform span.btn-border {
  width: 100%; }
#colorbox .leadform textarea {
  height: 5.25em;
  margin-top: 2px;
  margin-bottom: 18px; }
#colorbox .leadform h2, #colorbox .leadform h3 {
  margin-top: 0; }
#colorbox .leadform #cboxClose {
  top: 8px;
  right: 8px; }
#colorbox .leadform .consultation {
  padding-top: 6px; }
#colorbox .leadform .input-container > label, #colorbox .leadform span.btn-border > label {
  width: 100%;
  text-align: left;
  line-height: 2em; }
#colorbox .leadform figure {
  margin-bottom: 1em; }
  #colorbox .leadform figure.outside {
    position: relative; }
#colorbox .leadform .small.smaller {
  padding: 1.25em 0 0;
  width: 75%;
  font-size: 12px !important;
  float: right;
  text-align: left; }
  #colorbox .leadform .small.smaller span {
    font-size: inherit !important; }
  #colorbox .leadform .small.smaller a {
    width: auto !important;
    display: inline !important; }
#colorbox .leadform .success-mail-msg h2 {
  width: 98%; }
#colorbox .leadform .error-msg {
  width: 75%;
  float: right; }
#colorbox .leadform .user_data {
  padding-left: 24px;
  line-height: 1.75em !important;
  margin: 0; }
#colorbox.this-form {
  overflow: visible !important; }
  #colorbox.this-form #cboxWrapper {
    overflow: visible; }
  #colorbox.this-form #cboxContent {
    background: transparent;
    margin: 32px auto 0; }
  #colorbox.this-form #cboxLoadedContent {
    max-width: 820px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.36);
    overflow: visible !important;
    background: #f3f5fa;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-transition: all 0.01s ease-in-out 0s;
    -moz-transition: all 0.01s ease-in-out 0s;
    -ms-transition: all 0.01s ease-in-out 0s;
    -o-transition: all 0.01s ease-in-out 0s;
    transition: all 0.01s ease-in-out 0s; }
    #colorbox.this-form #cboxLoadedContent::-webkit-scrollbar {
      width: 0 !important; }
  #colorbox.this-form.padding #cboxLoadedContent {
    padding: 1.75em 2em 2em; }
#colorbox .range {
  padding-top: 2px; }
  #colorbox .range .range-data p {
    padding-left: 4px;
    font-size: 14px !important; }

@media only screen and (max-width: 970px) {
  #colorbox.this-form #cboxLoadedContent {
    padding-left: 1em;
    padding-right: 1em; } }
@media only screen and (max-width: 800px) {
  #colorbox {
    top: 0 !important; }
    #colorbox .leadform .two-column > * {
      width: 100% !important; }
    #colorbox .leadform .two-column > *:first-child {
      text-align: center; }
    #colorbox .leadform label {
      text-align: left; } }
@media only screen and (max-width: 770px) {
  .goto-btn {
    position: relative;
    display: inline-block;
    bottom: 0;
    right: 0;
    float: right;
    margin-top: 1em !important; }

  .steps-container .steps ul li:before {
    right: 2.5em; }

  #colorbox .leadform h3 {
    font-size: 1.5em !important; }
  #colorbox .leadform .line, #colorbox .leadform .error-msg {
    width: 100% !important; }
  #colorbox .leadform .line > * {
    width: 100% !important; }

  .steps-container .steps ul li span {
    padding-top: 4px;
    display: inline-block; }

  .error-container {
    min-height: 58px; } }
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0); }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0); }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0); }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6); }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2); }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2); }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden; }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform; }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg); }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg); }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg); }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg); }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); } }

/*# sourceMappingURL=main.css.map */
