@charset "UTF-8";
/* bootstrap */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "fontawesome-seven/fontawesome.css";
@import "fontawesome-seven/solid.css";
@import "fontawesome-seven/light.css";
@import "fontawesome-seven/regular.css";
@import "fontawesome-seven/brands.css";
@import "fontawesome-seven/duotone.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}
.glyphicon-minus:before {
  content: "−";
}
.glyphicon-cloud:before {
  content: "☁";
}
.glyphicon-envelope:before {
  content: "✉";
}
.glyphicon-pencil:before {
  content: "✏";
}
.glyphicon-glass:before {
  content: "";
}
.glyphicon-music:before {
  content: "";
}
.glyphicon-search:before {
  content: "";
}
.glyphicon-heart:before {
  content: "";
}
.glyphicon-star:before {
  content: "";
}
.glyphicon-star-empty:before {
  content: "";
}
.glyphicon-user:before {
  content: "";
}
.glyphicon-film:before {
  content: "";
}
.glyphicon-th-large:before {
  content: "";
}
.glyphicon-th:before {
  content: "";
}
.glyphicon-th-list:before {
  content: "";
}
.glyphicon-ok:before {
  content: "";
}
.glyphicon-remove:before {
  content: "";
}
.glyphicon-zoom-in:before {
  content: "";
}
.glyphicon-zoom-out:before {
  content: "";
}
.glyphicon-off:before {
  content: "";
}
.glyphicon-signal:before {
  content: "";
}
.glyphicon-cog:before {
  content: "";
}
.glyphicon-trash:before {
  content: "";
}
.glyphicon-home:before {
  content: "";
}
.glyphicon-file:before {
  content: "";
}
.glyphicon-time:before {
  content: "";
}
.glyphicon-road:before {
  content: "";
}
.glyphicon-download-alt:before {
  content: "";
}
.glyphicon-download:before {
  content: "";
}
.glyphicon-upload:before {
  content: "";
}
.glyphicon-inbox:before {
  content: "";
}
.glyphicon-play-circle:before {
  content: "";
}
.glyphicon-repeat:before {
  content: "";
}
.glyphicon-refresh:before {
  content: "";
}
.glyphicon-list-alt:before {
  content: "";
}
.glyphicon-lock:before {
  content: "";
}
.glyphicon-flag:before {
  content: "";
}
.glyphicon-headphones:before {
  content: "";
}
.glyphicon-volume-off:before {
  content: "";
}
.glyphicon-volume-down:before {
  content: "";
}
.glyphicon-volume-up:before {
  content: "";
}
.glyphicon-qrcode:before {
  content: "";
}
.glyphicon-barcode:before {
  content: "";
}
.glyphicon-tag:before {
  content: "";
}
.glyphicon-tags:before {
  content: "";
}
.glyphicon-book:before {
  content: "";
}
.glyphicon-bookmark:before {
  content: "";
}
.glyphicon-print:before {
  content: "";
}
.glyphicon-camera:before {
  content: "";
}
.glyphicon-font:before {
  content: "";
}
.glyphicon-bold:before {
  content: "";
}
.glyphicon-italic:before {
  content: "";
}
.glyphicon-text-height:before {
  content: "";
}
.glyphicon-text-width:before {
  content: "";
}
.glyphicon-align-left:before {
  content: "";
}
.glyphicon-align-center:before {
  content: "";
}
.glyphicon-align-right:before {
  content: "";
}
.glyphicon-align-justify:before {
  content: "";
}
.glyphicon-list:before {
  content: "";
}
.glyphicon-indent-left:before {
  content: "";
}
.glyphicon-indent-right:before {
  content: "";
}
.glyphicon-facetime-video:before {
  content: "";
}
.glyphicon-picture:before {
  content: "";
}
.glyphicon-map-marker:before {
  content: "";
}
.glyphicon-adjust:before {
  content: "";
}
.glyphicon-tint:before {
  content: "";
}
.glyphicon-edit:before {
  content: "";
}
.glyphicon-share:before {
  content: "";
}
.glyphicon-check:before {
  content: "";
}
.glyphicon-move:before {
  content: "";
}
.glyphicon-step-backward:before {
  content: "";
}
.glyphicon-fast-backward:before {
  content: "";
}
.glyphicon-backward:before {
  content: "";
}
.glyphicon-play:before {
  content: "";
}
.glyphicon-pause:before {
  content: "";
}
.glyphicon-stop:before {
  content: "";
}
.glyphicon-forward:before {
  content: "";
}
.glyphicon-fast-forward:before {
  content: "";
}
.glyphicon-step-forward:before {
  content: "";
}
.glyphicon-eject:before {
  content: "";
}
.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon-chevron-right:before {
  content: "";
}
.glyphicon-plus-sign:before {
  content: "";
}
.glyphicon-minus-sign:before {
  content: "";
}
.glyphicon-remove-sign:before {
  content: "";
}
.glyphicon-ok-sign:before {
  content: "";
}
.glyphicon-question-sign:before {
  content: "";
}
.glyphicon-info-sign:before {
  content: "";
}
.glyphicon-screenshot:before {
  content: "";
}
.glyphicon-remove-circle:before {
  content: "";
}
.glyphicon-ok-circle:before {
  content: "";
}
.glyphicon-ban-circle:before {
  content: "";
}
.glyphicon-arrow-left:before {
  content: "";
}
.glyphicon-arrow-right:before {
  content: "";
}
.glyphicon-arrow-up:before {
  content: "";
}
.glyphicon-arrow-down:before {
  content: "";
}
.glyphicon-share-alt:before {
  content: "";
}
.glyphicon-resize-full:before {
  content: "";
}
.glyphicon-resize-small:before {
  content: "";
}
.glyphicon-exclamation-sign:before {
  content: "";
}
.glyphicon-gift:before {
  content: "";
}
.glyphicon-leaf:before {
  content: "";
}
.glyphicon-fire:before {
  content: "";
}
.glyphicon-eye-open:before {
  content: "";
}
.glyphicon-eye-close:before {
  content: "";
}
.glyphicon-warning-sign:before {
  content: "";
}
.glyphicon-plane:before {
  content: "";
}
.glyphicon-calendar:before {
  content: "";
}
.glyphicon-random:before {
  content: "";
}
.glyphicon-comment:before {
  content: "";
}
.glyphicon-magnet:before {
  content: "";
}
.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon-chevron-down:before {
  content: "";
}
.glyphicon-retweet:before {
  content: "";
}
.glyphicon-shopping-cart:before {
  content: "";
}
.glyphicon-folder-close:before {
  content: "";
}
.glyphicon-folder-open:before {
  content: "";
}
.glyphicon-resize-vertical:before {
  content: "";
}
.glyphicon-resize-horizontal:before {
  content: "";
}
.glyphicon-hdd:before {
  content: "";
}
.glyphicon-bullhorn:before {
  content: "";
}
.glyphicon-bell:before {
  content: "";
}
.glyphicon-certificate:before {
  content: "";
}
.glyphicon-thumbs-up:before {
  content: "";
}
.glyphicon-thumbs-down:before {
  content: "";
}
.glyphicon-hand-right:before {
  content: "";
}
.glyphicon-hand-left:before {
  content: "";
}
.glyphicon-hand-up:before {
  content: "";
}
.glyphicon-hand-down:before {
  content: "";
}
.glyphicon-circle-arrow-right:before {
  content: "";
}
.glyphicon-circle-arrow-left:before {
  content: "";
}
.glyphicon-circle-arrow-up:before {
  content: "";
}
.glyphicon-circle-arrow-down:before {
  content: "";
}
.glyphicon-globe:before {
  content: "";
}
.glyphicon-wrench:before {
  content: "";
}
.glyphicon-tasks:before {
  content: "";
}
.glyphicon-filter:before {
  content: "";
}
.glyphicon-briefcase:before {
  content: "";
}
.glyphicon-fullscreen:before {
  content: "";
}
.glyphicon-dashboard:before {
  content: "";
}
.glyphicon-paperclip:before {
  content: "";
}
.glyphicon-heart-empty:before {
  content: "";
}
.glyphicon-link:before {
  content: "";
}
.glyphicon-phone:before {
  content: "";
}
.glyphicon-pushpin:before {
  content: "";
}
.glyphicon-usd:before {
  content: "";
}
.glyphicon-gbp:before {
  content: "";
}
.glyphicon-sort:before {
  content: "";
}
.glyphicon-sort-by-alphabet:before {
  content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.glyphicon-sort-by-order:before {
  content: "";
}
.glyphicon-sort-by-order-alt:before {
  content: "";
}
.glyphicon-sort-by-attributes:before {
  content: "";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.glyphicon-unchecked:before {
  content: "";
}
.glyphicon-expand:before {
  content: "";
}
.glyphicon-collapse-down:before {
  content: "";
}
.glyphicon-collapse-up:before {
  content: "";
}
.glyphicon-log-in:before {
  content: "";
}
.glyphicon-flash:before {
  content: "";
}
.glyphicon-log-out:before {
  content: "";
}
.glyphicon-new-window:before {
  content: "";
}
.glyphicon-record:before {
  content: "";
}
.glyphicon-save:before {
  content: "";
}
.glyphicon-open:before {
  content: "";
}
.glyphicon-saved:before {
  content: "";
}
.glyphicon-import:before {
  content: "";
}
.glyphicon-export:before {
  content: "";
}
.glyphicon-send:before {
  content: "";
}
.glyphicon-floppy-disk:before {
  content: "";
}
.glyphicon-floppy-saved:before {
  content: "";
}
.glyphicon-floppy-remove:before {
  content: "";
}
.glyphicon-floppy-save:before {
  content: "";
}
.glyphicon-floppy-open:before {
  content: "";
}
.glyphicon-credit-card:before {
  content: "";
}
.glyphicon-transfer:before {
  content: "";
}
.glyphicon-cutlery:before {
  content: "";
}
.glyphicon-header:before {
  content: "";
}
.glyphicon-compressed:before {
  content: "";
}
.glyphicon-earphone:before {
  content: "";
}
.glyphicon-phone-alt:before {
  content: "";
}
.glyphicon-tower:before {
  content: "";
}
.glyphicon-stats:before {
  content: "";
}
.glyphicon-sd-video:before {
  content: "";
}
.glyphicon-hd-video:before {
  content: "";
}
.glyphicon-subtitles:before {
  content: "";
}
.glyphicon-sound-stereo:before {
  content: "";
}
.glyphicon-sound-dolby:before {
  content: "";
}
.glyphicon-sound-5-1:before {
  content: "";
}
.glyphicon-sound-6-1:before {
  content: "";
}
.glyphicon-sound-7-1:before {
  content: "";
}
.glyphicon-copyright-mark:before {
  content: "";
}
.glyphicon-registration-mark:before {
  content: "";
}
.glyphicon-cloud-download:before {
  content: "";
}
.glyphicon-cloud-upload:before {
  content: "";
}
.glyphicon-tree-conifer:before {
  content: "";
}
.glyphicon-tree-deciduous:before {
  content: "";
}
.glyphicon-cd:before {
  content: "";
}
.glyphicon-save-file:before {
  content: "";
}
.glyphicon-open-file:before {
  content: "";
}
.glyphicon-level-up:before {
  content: "";
}
.glyphicon-copy:before {
  content: "";
}
.glyphicon-paste:before {
  content: "";
}
.glyphicon-alert:before {
  content: "";
}
.glyphicon-equalizer:before {
  content: "";
}
.glyphicon-king:before {
  content: "";
}
.glyphicon-queen:before {
  content: "";
}
.glyphicon-pawn:before {
  content: "";
}
.glyphicon-bishop:before {
  content: "";
}
.glyphicon-knight:before {
  content: "";
}
.glyphicon-baby-formula:before {
  content: "";
}
.glyphicon-tent:before {
  content: "⛺";
}
.glyphicon-blackboard:before {
  content: "";
}
.glyphicon-bed:before {
  content: "";
}
.glyphicon-apple:before {
  content: "";
}
.glyphicon-erase:before {
  content: "";
}
.glyphicon-hourglass:before {
  content: "⌛";
}
.glyphicon-lamp:before {
  content: "";
}
.glyphicon-duplicate:before {
  content: "";
}
.glyphicon-piggy-bank:before {
  content: "";
}
.glyphicon-scissors:before {
  content: "";
}
.glyphicon-bitcoin:before {
  content: "";
}
.glyphicon-btc:before {
  content: "";
}
.glyphicon-xbt:before {
  content: "";
}
.glyphicon-yen:before {
  content: "¥";
}
.glyphicon-jpy:before {
  content: "¥";
}
.glyphicon-ruble:before {
  content: "₽";
}
.glyphicon-rub:before {
  content: "₽";
}
.glyphicon-scale:before {
  content: "";
}
.glyphicon-ice-lolly:before {
  content: "";
}
.glyphicon-ice-lolly-tasted:before {
  content: "";
}
.glyphicon-education:before {
  content: "";
}
.glyphicon-option-horizontal:before {
  content: "";
}
.glyphicon-option-vertical:before {
  content: "";
}
.glyphicon-menu-hamburger:before {
  content: "";
}
.glyphicon-modal-window:before {
  content: "";
}
.glyphicon-oil:before {
  content: "";
}
.glyphicon-grain:before {
  content: "";
}
.glyphicon-sunglasses:before {
  content: "";
}
.glyphicon-text-size:before {
  content: "";
}
.glyphicon-text-color:before {
  content: "";
}
.glyphicon-text-background:before {
  content: "";
}
.glyphicon-object-align-top:before {
  content: "";
}
.glyphicon-object-align-bottom:before {
  content: "";
}
.glyphicon-object-align-horizontal:before {
  content: "";
}
.glyphicon-object-align-left:before {
  content: "";
}
.glyphicon-object-align-vertical:before {
  content: "";
}
.glyphicon-object-align-right:before {
  content: "";
}
.glyphicon-triangle-right:before {
  content: "";
}
.glyphicon-triangle-left:before {
  content: "";
}
.glyphicon-triangle-bottom:before {
  content: "";
}
.glyphicon-triangle-top:before {
  content: "";
}
.glyphicon-console:before {
  content: "";
}
.glyphicon-superscript:before {
  content: "";
}
.glyphicon-subscript:before {
  content: "";
}
.glyphicon-menu-left:before {
  content: "";
}
.glyphicon-menu-right:before {
  content: "";
}
.glyphicon-menu-down:before {
  content: "";
}
.glyphicon-menu-up:before {
  content: "";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}
mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1040px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container, .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .navbar-nav > li > .dropdown-menu.fullSize:before, .nav-pills > li > .dropdown-menu.fullSize:before, .container:after, .navbar-nav > li > .dropdown-menu.fullSize:after, .nav-pills > li > .dropdown-menu.fullSize:after {
  content: " ";
  display: table;
}
.container:after, .navbar-nav > li > .dropdown-menu.fullSize:after, .nav-pills > li > .dropdown-menu.fullSize:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
    width: 750px;
  }
}
@media (min-width: 1040px) {
  .container, .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1040px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup, .dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1040px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 1040px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1040px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1040px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-header, .nav-pills > li > .dropdown-menu.fullSize > .navbar-header, .container > .navbar-collapse, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-collapse, .nav-pills > li > .dropdown-menu.fullSize > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1040px) {
  .container > .navbar-header, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-header, .nav-pills > li > .dropdown-menu.fullSize > .navbar-header, .container > .navbar-collapse, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-collapse, .nav-pills > li > .dropdown-menu.fullSize > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1040px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1040px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1040px) {
  .navbar > .container .navbar-brand, .navbar-nav > li.navbar > .dropdown-menu.fullSize .navbar-brand, .nav-pills > li.navbar > .dropdown-menu.fullSize .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1040px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1039px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1040px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1039px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1040px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1040px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1040px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1039px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 1039px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .navbar-nav > li > .dropdown-menu.fullSize .jumbotron, .nav-pills > li > .dropdown-menu.fullSize .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container, .jumbotron .navbar-nav > li > .dropdown-menu.fullSize, .jumbotron .nav-pills > li > .dropdown-menu.fullSize {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .navbar-nav > li > .dropdown-menu.fullSize .jumbotron, .nav-pills > li > .dropdown-menu.fullSize .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right, .media > .pull-right {
  padding-left: 10px;
}
.media-left, .media > .pull-left {
  padding-right: 10px;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1040px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    width: device-width;
  }
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1040px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* Font Awesome */
/* Fonts 
@import "_fonts.scss";*/
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Roboto"), url("../fonts/roboto/roboto-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto 500";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Roboto Medium"), url("../fonts/roboto/roboto-v19-latin-500.woff2") format("woff2"), url("../fonts/roboto/roboto-v19-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Roboto 700";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Roboto Bold"), url("../fonts/roboto/roboto-v19-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v19-latin-700.woff") format("woff");
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Wonderful Branding by Din Studio
 * URL: https://www.myfonts.com/collections/din-studio-foundry
 
 * © 2025 MyFonts Inc. */
@font-face {
  font-family: "WonderfulBranding";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/WonderfulBranding/font.woff2") format("woff2"), url("../fonts/WonderfulBranding/font.woff") format("woff");
}
/* colors */
/*$color-bg-gray: rgb(227,238,206) !default;*/
/*$color-bg-lightgray: rgb(227,238,206) !default;*/
/*$color-bg-lightgray: rgb(238,245,225) !default; hellgrün*/
/*$color-bg-lightgray: rgb(235,232,220)  sandton  !default;*/
/* breakpoints */
/* mixins */
/* universal classes */
input:focus, textarea:focus, button:focus {
  outline: 0;
}
.row {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.row .col-xs-1, .row .col-sm-1, .row .col-md-1, .row .col-lg-1, .row .col-xs-2, .row .col-sm-2, .row .col-md-2, .row .col-lg-2, .row .col-xs-3, .row .col-sm-3, .row .col-md-3, .row .col-lg-3, .row .col-xs-4, .row .col-sm-4, .row .col-md-4, .row .col-lg-4, .row .col-xs-5, .row .col-sm-5, .row .col-md-5, .row .col-lg-5, .row .col-xs-6, .row .col-sm-6, .row .col-md-6, .row .col-lg-6, .row .col-xs-7, .row .col-sm-7, .row .col-md-7, .row .col-lg-7, .row .col-xs-8, .row .col-sm-8, .row .col-md-8, .row .col-lg-8, .row .col-xs-9, .row .col-sm-9, .row .col-md-9, .row .col-lg-9, .row .col-xs-10, .row .col-sm-10, .row .col-md-10, .row .col-lg-10, .row .col-xs-11, .row .col-sm-11, .row .col-md-11, .row .col-lg-11, .row .col-xs-12, .row .col-sm-12, .row .col-md-12, .row .col-lg-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.clearAfter::after, .blogpost-header::after, .blog-article-header::after, .poc-group::after, .poc-entries::after {
  clear: both;
  content: "";
  display: table;
}
.fontDefault, .contact-form input, .contact-form textarea, body, .layout-service .icon .key-figure + .title, .leistung .spruch, .leistungen-boxes .leistung-box .blog-post .headline.tiny, .leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text, blockquote {
  font-family: "Roboto", Arial, sans-serif;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.fontBold, blockquote, .headline, .headline.tiny, .headline em, .headline strong, .headline .b, .sub-headline, .navbar-nav > li > a, .nav-pills > li > a, .teaser-house .content .body > .headline, .blogpost-header .headline, .panel-group .panel-heading .panel-title, .panel-group .panel-body .paragraph a, .layout-text-img.three-quarter .headline, .layout-text-img .headline, .layout-text-img .headlineTwo, .btn-dark, .btn-outline:hover, .btn-dark:hover, .btn-outline, .layout-text-box .headline, .layout-text-box .side-wrapper .box .headline, .layout-text-box .side-wrapper .box h1, .layout-text-box .side-wrapper .box h2, .layout-text-box .side-wrapper .box h3, .layout-text-box .side-wrapper .box h4, .layout-text-box .side-wrapper .box h5, .layout-text-box .side-wrapper .box h6, .layout-teaser .content .col-md-4 .teaser .title, .layout-service .icon .key-figure, .layout-service.process.vTwo .service .icon .icon-right .title, .layout-service.process.vTwo .service .icon .icon-right .text em, .layout-service.process.order .service .icon .icon-left .number, .ref-box .name, .ref-box .detail > .desc + span, .icon > .fa-stack, .poc-group .headline > span, .poc-group .headline > h1, .poc-group .headline > h2, .poc-group .headline > h3, .poc-group .placeholder .title, .poc-group .cp-cta .title, .eyecatcher .expert-search .searchbar-wrapper .searchbutton .btn-outline:hover, .eyecatcher + .bgAfter > .scroll, .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .slogan, .leistung .begleittext, .leistungen-boxes .leistung-box .blog-post .headline, .leistungen-boxes .leistung-box .blog-post .headline span a, .leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text.price, .layout-text.cta-small .cta-wrapper .text, .layout-text.cta-small .cta-default .text, .layout-text.cta-small .cta-highlight .text, .clientVoice .headline, .clientVoice .client-name em, .clientVoice .products-wrapper > div .text, .layout-campagne .campagne-box .container > div .text, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .text, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .text, .blog-overview .start-blog.jobs .table-headline-wrapper, .blog-overview .start-blog.jobs .job-post .blog-post, .layout-blog-overview.categories-wrapper .filter-items, .counter .n-intro-text, .layout-text-img.intro.pillars .step div.hover-image .title, .intro.process .step-content .title {
  font-family: "Roboto 700", Arial, sans-serif;
  font-family: "Roboto 700", sans-serif;
  font-weight: 700;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fontAwesome, .paragraph ul > li::before, .contact-form .input-cb-wrapper label::after, .layout-breadcrumb .breadcrumb li + li::before, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1) a::after, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1) a::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::after, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a::after, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a::after, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child a::after, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a::after, .blogpost-header .timestamp::before, .blogpost-header .reading-time::before, .blog-article-header .timestamp::before, .blog-article-header .reading-time::before, .panel-group .panel-heading .panel-title > a::before, .layout-text-box .side-wrapper .box ul > li::before, .contact-point > .phone::before, .contact-point > .fax::before, .contact-point > .email::before, .contact-point > .mobilephone::before, .layout-overlay .content .container-fluid .container .phone::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone::before, .layout-overlay .content .container-fluid .container .fax::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .fax::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .fax::before, .layout-overlay .content .container-fluid .container .email::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email::before, .layout-overlay .content .container-fluid .container .mobilephone::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .mobilephone::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .mobilephone::before, .eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption::after, .leistung .spruch.tiny div span::before {
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  font-family: "Font Awesome 6 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wonderfulBranding, .headline w {
  font-family: "WonderfulBranding";
  line-height: 1.2em;
}
blockquote {
  display: block;
  border-left: 0 none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 2rem;
  padding: 0;
  color: #414141;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  /*&::before {
	@extend .fontAwesome;
	content: "\f101";
}
	&::after {
	@extend .fontAwesome;
	content: "\f100";
}*/
}
blockquote p {
  display: inline;
}
/* headline */
.headline {
  font-size: 5.25rem;
  line-height: 1.2em;
  margin: 2.5rem 0 3rem 0;
  color: #414141;
  font-weight: 700;
  /* &::after {
	content: '';
	position: relative;
	bottom: 0;
	left: 0;
	width: 7.5%;
	min-width: 9rem;
	display: block;
	margin-top:5rem;
	border-bottom: 0.7rem solid $color-highlight;
} */
  /*br + em, br + strong {
	display: inline-block;
	margin-top: 3rem;
}*/
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 3rem !important;
    line-height: 1.2em;
  }
}
.headline.tiny {
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-bottom: 2.6rem;
  text-transform: none;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .headline.tiny {
    font-size: 1.75rem !important;
    line-height: 1.2em;
  }
}
.headline + .tiny {
  padding-top: 0;
  margin-top: 0;
}
.headline em {
  color: #8bbc3c;
}
.headline em, .headline strong, .headline .b {
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
}
.headline > span, .headline > h1, .headline > h2, .headline > h3 {
  font-size: inherit;
  font-weight: inherit;
  display: block;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.sub-headline {
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sub-headline {
    font-size: 1.75rem !important;
    line-height: 1.2em;
  }
}
.sub-headline > span, .sub-headline > h1, .sub-headline > h2, .sub-headline > h3 {
  font-size: inherit;
  font-weight: inherit;
  display: block;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.headlineafter::after, .cta .headline::after, .certificates .content .headline::after {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 7.5%;
  min-width: 18rem;
  display: block;
  margin-top: 4.5rem;
  border-bottom: 0.3rem solid #8bbc3c;
}
@media screen and (max-width: 767px) {
  .headlineafter::after, .cta .headline::after, .certificates .content .headline::after {
    margin-top: 3rem;
  }
}
/* paragraph */
.paragraph {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  /*@include xs { font-size: 1.5rem; }*/
}
.paragraph p {
  margin-bottom: 2.5rem;
}
.paragraph ul {
  margin: 3rem 0 2.5rem 0;
  padding-left: 2rem;
  list-style: none;
}
.paragraph ul:first-child {
  margin-top: 0;
}
.paragraph ul > li {
  /* list-style: none; */
  position: relative;
}
.paragraph ul > li::before {
  content: "";
  font-size: 0.5rem;
  line-height: 2.75rem;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 0;
  width: 2rem;
  color: #8bbc3c;
  font-weight: 700;
}
.paragraph ul.error {
  margin: 0 0 2.5rem 0 !important;
  padding-left: 3rem;
}
.paragraph ul.error > li::before {
  content: "";
  color: #8bbc3c;
  font-size: 2rem;
  line-height: 1.1em;
  margin-right: 0.5rem;
}
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5 {
  font-size: 1.8rem;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 3rem 0 2.5rem;
  font-weight: 400;
}
.paragraph a {
  color: #414141;
  text-decoration: underline;
}
.paragraph a:focus, .paragraph a:hover {
  color: #b6b6b6;
  text-decoration: none;
}
.paragraph .highlight {
  color: #8bbc3c;
}
.paragraph > *:last-child {
  margin-bottom: 0;
}
.twoColumns .paragraph {
  column-count: 2;
  column-gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .twoColumns .paragraph {
    column-count: 1;
  }
}
.bg-alt .paragraph a, .bg-dark .paragraph a {
  color: #8bbc3c;
  text-decoration: underline;
}
.bg-alt .paragraph a:focus, .bg-alt .paragraph a:hover, .bg-dark .paragraph a:focus, .bg-dark .paragraph a:hover {
  color: #8bbc3c;
  text-decoration: none;
}
.container, .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .container, .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
    width: 1152px;
  }
}
.fullCover, .ar-4-3 > div, .ar-16-9 > div, .ar-9-16 > div, .carousel, .teaser-house .content > .img > .fill, .layout-text-bgimg > .bg, .layout-text-bgimg > .content:before, .icon > .link, .teaser .link, .teaser > .img > .fill, .eyecatcher .item > .container, .eyecatcher .navbar-nav > li.item > .dropdown-menu.fullSize, .eyecatcher .navbar-nav > li > .item > .dropdown-menu.fullSize, .eyecatcher .nav-pills > li.item > .dropdown-menu.fullSize, .eyecatcher .nav-pills > li > .item > .dropdown-menu.fullSize {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ar-4-3, .ar-16-9, .ar-9-16 {
  position: relative;
  width: 100%;
}
.ar-4-3 {
  padding-bottom: 75%;
}
.ar-16-9 {
  padding-bottom: 56.25%;
}
.ar-9-16 {
  padding-bottom: 120%;
}
.img-responsive {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}
.img-parallax, .eyecatcher .img-responsive, .img-scroll .img-responsive {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: -100px;
}
.img-scroll noscript img {
  height: auto;
  width: 100%;
}
.gradient-black-highlight {
  background: linear-gradient(to right, #000, #8bbc3c);
}
.noAppearance, .contact-form input, .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  resize: none;
}
.btn-underline {
  color: #8bbc3c;
  position: relative;
}
.btn-underline::after {
  position: absolute;
  display: block;
  border-bottom: 0.1rem solid #8bbc3c;
  width: 100%;
  bottom: -0.5rem;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}
.btn-underline:hover, .btn-underline:focus {
  text-decoration: none;
  color: #8bbc3c;
}
.btn-underline:hover::after, .btn-underline:focus::after {
  border-color: #9c9c9c;
}
.btn-underline i {
  margin-left: 0.5rem;
}
.bg-alt {
  background-color: #eaeaea;
}
.bg-dark {
  background-color: #22463a;
}
.bg-highlight {
  background-color: #8bbc3c;
}
.layout-text-box.products .clientVoice .headline, .certificates .content .headline {
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .layout-text-box.products .clientVoice .headline, .certificates .content .headline {
    font-size: 4.2rem;
  }
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph {
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph {
    font-size: 2.1rem;
  }
}
.side-wrapper > .teaser-blogpost .teaser .headline span, .layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline span, .layout-text-img.full .layout-carousel .content .carousel-control > span, .layout-teaser .content .col-md-4 .teaser .title span, .clientVoice .products-wrapper > div .text {
  font-size: 3.15rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .side-wrapper > .teaser-blogpost .teaser .headline span, .layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline span, .layout-text-img.full .layout-carousel .content .carousel-control > span, .layout-teaser .content .col-md-4 .teaser .title span, .clientVoice .products-wrapper > div .text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .side-wrapper > .teaser-blogpost .teaser .headline span, .layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline span, .layout-text-img.full .layout-carousel .content .carousel-control > span, .layout-teaser .content .col-md-4 .teaser .title span, .clientVoice .products-wrapper > div .text {
    font-size: 2.1rem;
  }
}
.nav-justified .dropdown .dropdown-menu ul li a, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li a, .navbar-left .dropdown .dropdown-menu ul li a, .layout-text-img.fifty-fifty a.btn, .teaser.wide-2 .content .headline, .footer .headline, .layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper .btn.btn-underline, .clientVoice .client-name, .clientVoice .link-collapse.btn i, .layout-blog-overview.categories-wrapper .filter-items {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .nav-justified .dropdown .dropdown-menu ul li a, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li a, .navbar-left .dropdown .dropdown-menu ul li a, .layout-text-img.fifty-fifty a.btn, .teaser.wide-2 .content .headline, .footer .headline, .layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper .btn.btn-underline, .clientVoice .client-name, .clientVoice .link-collapse.btn i, .layout-blog-overview.categories-wrapper .filter-items {
    font-size: 1.8rem;
  }
}
.navbar-wrapper .language-switch {
  right: 12rem;
}
@media screen and (max-width: 767px) {
  .navbar-wrapper .language-switch {
    right: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .navbar-wrapper .language-switch {
    right: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .navbar-wrapper .language-switch {
    right: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-wrapper .language-switch {
    right: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-wrapper .language-switch {
    right: 12rem;
  }
}
.eyecatcher.slim.incontent .carousel-caption {
  left: 12rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim.incontent .carousel-caption {
    left: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher.slim.incontent .carousel-caption {
    left: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher.slim.incontent .carousel-caption {
    left: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher.slim.incontent .carousel-caption {
    left: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher.slim.incontent .carousel-caption {
    left: 12rem;
  }
}
.eyecatcher .carousel-control.right {
  right: -12rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-control.right {
    right: -6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .carousel-control.right {
    right: -6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher .carousel-control.right {
    right: -9rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher .carousel-control.right {
    right: -12rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher .carousel-control.right {
    right: -12rem;
  }
}
.eyecatcher .carousel-control.left, .eyecatcher > .before {
  left: -12rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-control.left, .eyecatcher > .before {
    left: -6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .carousel-control.left, .eyecatcher > .before {
    left: -6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher .carousel-control.left, .eyecatcher > .before {
    left: -9rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher .carousel-control.left, .eyecatcher > .before {
    left: -12rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher .carousel-control.left, .eyecatcher > .before {
    left: -12rem;
  }
}
.layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-left: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-left: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-left: 12rem;
  }
}
.layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
  padding-right: 12rem;
}
@media screen and (max-width: 767px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-right: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-text.blog-ov, .layout-text.blog-header, .layout-text-box.example {
    padding-right: 12rem;
  }
}
.cta .cta-default, .cta .cta-highlight, .certificates .content .col-md-12 {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .cta .cta-default, .cta .cta-highlight, .certificates .content .col-md-12 {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .cta .cta-default, .cta .cta-highlight, .certificates .content .col-md-12 {
    padding: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .cta .cta-default, .cta .cta-highlight, .certificates .content .col-md-12 {
    padding: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .cta .cta-default, .cta .cta-highlight, .certificates .content .col-md-12 {
    padding: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .cta .cta-default, .cta .cta-highlight, .certificates .content .col-md-12 {
    padding: 9rem;
  }
}
.layout-video-box.bg-alt .video-wrapper {
  padding-left: 9rem;
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-left: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-left: 9rem;
  }
}
.layout-video-box.bg-alt .video-wrapper {
  padding-right: 9rem;
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-video-box.bg-alt .video-wrapper {
    padding-right: 9rem;
  }
}
.blog-article-body .video-wrapper > div, .layout-text-img.collapse-section, .layout-text-box.example, .layout-teaser {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .blog-article-body .video-wrapper > div, .layout-text-img.collapse-section, .layout-text-box.example, .layout-teaser {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .blog-article-body .video-wrapper > div, .layout-text-img.collapse-section, .layout-text-box.example, .layout-teaser {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .blog-article-body .video-wrapper > div, .layout-text-img.collapse-section, .layout-text-box.example, .layout-teaser {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .blog-article-body .video-wrapper > div, .layout-text-img.collapse-section, .layout-text-box.example, .layout-teaser {
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .blog-article-body .video-wrapper > div, .layout-text-img.collapse-section, .layout-text-box.example, .layout-teaser {
    padding-bottom: 9rem;
  }
}
.layout-text-img.collapse-section, .layout-text-box.products, .layout-teaser {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapse-section, .layout-text-box.products, .layout-teaser {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.collapse-section, .layout-text-box.products, .layout-teaser {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-text-img.collapse-section, .layout-text-box.products, .layout-teaser {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-text-img.collapse-section, .layout-text-box.products, .layout-teaser {
    padding-top: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout-text-img.collapse-section, .layout-text-box.products, .layout-teaser {
    padding-top: 9rem;
  }
}
.video-wrapper {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .video-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .video-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .video-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .video-wrapper {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .video-wrapper {
    margin-top: 9rem;
  }
}
@-webkit-keyframes unveil {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes unveil {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes unveil {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.to-unveil {
  opacity: 0;
}
.unveil {
  -webkit-animation-name: unveil;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: unveil;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 1;
  animation-name: unveil;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: top 1.5s ease 0s;
  top: 0 !important;
}
.columns {
  -webkit-perspective: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.cols-xs-1 {
  -webkit-perspective: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.cols-xs-2 {
  -webkit-perspective: 1;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.cols-xs-3 {
  -webkit-perspective: 1;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.cols-xs-4 {
  -webkit-perspective: 1;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .cols-sm-1 {
    -webkit-perspective: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .cols-sm-2 {
    -webkit-perspective: 1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cols-sm-3 {
    -webkit-perspective: 1;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cols-sm-4 {
    -webkit-perspective: 1;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media screen and (min-width: 1040px) {
  .cols-md-1 {
    -webkit-perspective: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .cols-md-2 {
    -webkit-perspective: 1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cols-md-3 {
    -webkit-perspective: 1;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cols-md-4 {
    -webkit-perspective: 1;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .cols-lg-1 {
    -webkit-perspective: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .cols-lg-2 {
    -webkit-perspective: 1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cols-lg-3 {
    -webkit-perspective: 1;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cols-lg-4 {
    -webkit-perspective: 1;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #page {
    overflow-x: hidden;
  }
}
/* contact */
.layout-contact-form {
  padding-top: 4.5rem;
}
.layout-contact-form .headline {
  margin-bottom: 3rem;
}
.layout-contact-form .teaser-house > .content {
  margin-top: 2.75rem;
}
.contact-form {
  margin-bottom: 4.5rem;
}
.contact-form > .container > .col-xs-12, .navbar-nav > li.contact-form > .dropdown-menu.fullSize > .col-xs-12, .nav-pills > li.contact-form > .dropdown-menu.fullSize > .col-xs-12 {
  padding: 0;
}
.contact-form label {
  display: block;
}
.contact-form input, .contact-form textarea {
  border: 0.2rem solid #22463a;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  resize: none;
  width: 100%;
}
.contact-form input.error, .contact-form textarea.error {
  border-color: #8bbc3c;
}
.contact-form .input-cb-wrapper {
  padding: 1rem 0 2.5rem;
}
.contact-form .input-cb-wrapper label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 4.5rem;
  position: relative;
}
.contact-form .input-cb-wrapper label::before {
  border: 0.2rem solid #22463a;
  content: "";
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: -0.3rem;
  width: 3rem;
}
.contact-form .input-cb-wrapper label::after {
  content: "";
  display: block;
  font-size: 3.6rem;
  height: 2.4rem;
  left: 0.2rem;
  line-height: 2rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 0 white, 0 -2px 0 white;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  top: 0;
  width: 2.4rem;
}
.contact-form .input-cb-wrapper input {
  display: none;
}
.contact-form .input-cb-wrapper input:checked + label::after {
  opacity: 1;
}
.contact-form textarea {
  height: 15.6rem;
}
html {
  font-size: 10px;
  height: 100%;
  width: 100%;
}
body {
  background-color: #22463a;
  background-repeat: repeat;
  color: #414141;
  font-size: 1.6rem;
  line-height: 1.5em;
  min-height: 100%;
  /*padding: 14rem 0 0 0;*/
  /*here*/
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}
.bg-full::before {
  content: "";
  background: url("orange-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
}
.bg-full.bg-change::before {
  z-index: 0;
}
#body, #nav {
  transition: margin 1s ease;
}
.page {
  background-color: transparent;
  min-height: 60%;
  overflow: hidden;
  min-height: 60vh;
}
.eyecatcher + #main > .page {
  min-height: 50%;
  min-height: 50vh;
}
.eyecatcher.slim + #main > .page {
  min-height: 70%;
  min-height: 60vh;
}
/* navi */
/*.eyecatcher */
.carousel > .carousel-inner {
  height: 100%;
}
.carousel > .carousel-inner > .item {
  height: 100%;
  width: 100%;
}
.carousel > .carousel-inner > .item > .fill {
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.carousel {
  /*@extend .fullCover;
	> .carousel-inner { 
		height: 100%;
		> .item {
			height: 100%;
			width: 100%;
			> .fill {
				background-position: center;
				background-size: cover;
				display: block;
				height: 100%;
				width: 100%;
				
				&.with-zoom {
					cursor: -webkit-zoom-in;
					cursor: -moz-zoom-in;
					cursor: zoom-in;
				}
				
				&.multi {
					position: absolute;
					top: 0;
					left: 0;
					
					& + .multi {
						display: none;
					}
					
					@include screen(null, 1040px, landscape) {
						&.format16by9 {
							display: block;
						}
					}
					
					@include screen(null, null, portrait) {
						&.format9by16 {
							display: block;
						}
					}
				}
				
				> img {
					display: none;
				}
			}
		}
	}
*/
}
.carousel .carousel-control {
  background-image: none !important;
  opacity: 1;
  text-shadow: none;
  z-index: 101;
}
.carousel .carousel-control > span {
  background-color: #22463a;
  font-size: 3.2rem;
  height: 4.5rem;
  line-height: 4.5rem;
  margin: -2.25rem 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 4.5rem;
}
.carousel .carousel-control.left > span {
  left: 0;
}
.carousel .carousel-control.right > span {
  right: 0;
}
.carousel .carousel-control:hover {
  opacity: 1;
}
.carousel .carousel-control:hover > span {
  background-color: #eaeaea;
  color: #ffffff;
}
.carousel .carousel-indicators {
  bottom: 2rem;
  color: #eaeaea;
}
.carousel .carousel-indicators li {
  border-width: 2px;
  height: 1.4rem;
  margin: 0 0.5rem;
  width: 1.4rem;
}
#houseSlideshow, #houseSlideshow0, #houseSlideshow1, #houseSlideshow2, #houseSlideshow3, #houseSlideshow4, #houseSlideshow5, #houseSlideshow6, #houseSlideshow7, #houseSlideshow8, #houseSlideshow9, #houseSlideshow10, #houseSlideshow11, #houseSlideshow12 {
  height: 300px;
  min-height: 300px;
  height: 100%;
  position: relative;
}
.layout-carousel::after {
  font-family: "FontAwesome", sans-serif;
  content: "";
  top: 1rem;
  right: 2.5rem;
  position: absolute;
  font-size: 2.6rem;
  color: #eaeaea;
}
/* navi */
#navbar-0 {
  padding-top: 0.4rem;
  padding-bottom: 2.4rem;
  background-color: transparent;
  /*background-color: $color-darkgreen;*/
  /*here*/
  -webkit-transition: padding 0.3s ease 0s, background 0.3s ease 0s;
  transition: padding 0.3s ease 0s, background 0.3s ease 0s;
}
@media screen and (min-width: 1200px) {
  #navbar-0 {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  #navbar-0 {
    padding-left: 0;
  }
}
.navbar-tiny #navbar-0 {
  padding-top: 2.8rem;
  padding-bottom: 0.6rem;
  background-color: #ffffff;
}
.navbar-tiny #navbar-0 .navbar-nav > li > a {
  color: #22463a;
}
.navbar-tiny #navbar-0 .navbar-nav > li > a:hover, .navbar-tiny #navbar-0 .navbar-nav > li > a:focus {
  color: #8bbc3c;
}
.navbar-tiny #navbar-0 .navbar-nav > li:hover > a {
  color: #8bbc3c;
}
.navbar-tiny #navbar-0 .navbar-nav > li.open > a, .navbar-tiny #navbar-0 .navbar-nav > li.active > a {
  color: #8bbc3c;
}
.navbar-wrapper {
  position: relative;
  background-color: transparent;
}
.navbar-wrapper .language-switch {
  position: absolute;
  /*right: 12rem;*/
  top: 4rem;
  z-index: 1;
  background-color: #ffffff;
  border: 0.1rem solid #ffffff;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .navbar-wrapper .language-switch {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .navbar-wrapper .language-switch {
    display: none;
  }
}
.navbar-tiny .navbar-wrapper .language-switch {
  top: 3rem;
}
.navbar-wrapper .language-switch .img-wrapper {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.navbar-wrapper .language-switch .img-wrapper .img {
  background-size: cover;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  display: block;
}
.navbar-wrapper .language-switch .img-wrapper .img.de {
  background-image: url("de_30.png");
}
.navbar-wrapper .language-switch .img-wrapper .img.gb {
  background-image: url("gb_30.png");
}
.navbar-wrapper .language-switch .language {
  display: inline-block;
  margin-left: 1rem;
  padding-right: 0.5rem;
}
.navbar-wrapper .language-switch .language a {
  font-size: 1.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #8bbc3c;
}
.navbar-wrapper .language-switch .language a span {
  margin-right: 1rem;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .navbar-wrapper .language-switch .language a span {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-wrapper .language-switch .language a span {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-wrapper .language-switch .language a span {
    display: inline-block;
  }
}
.navbar-wrapper .language-switch .collapse:hover, .navbar-wrapper .language-switch .collapse:focus {
  background-color: #eaeaea;
}
.navbar-wrapper .language-switch:hover, .navbar-wrapper .language-switch:focus {
  border: 0.1rem solid #8bbc3c;
}
.navbar {
  border-bottom-width: 0;
  border: none;
  margin-bottom: 0;
  min-height: 6.9rem;
  /*padding: 4rem 6.5rem 2.5rem 6.5rem;
	border-bottom: 0.1rem solid $color-bg-gray;*/
}
.navbar .container, .navbar .navbar-nav > li > .dropdown-menu.fullSize, .navbar .nav-pills > li > .dropdown-menu.fullSize {
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxLinkWrapper {
    bottom: 0;
    width: auto;
    position: fixed;
    height: 6rem;
    z-index: 30;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.phoneExtra {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #22463a;
  z-index: 10;
  /*@include small {
	-webkit-transform: none;
	transform: none;
	right: auto;
	top: auto;
	position: relative;
	display: inline-block;
	a { display: inline-block; margin: 0 0.15rem; }
}*/
}
.phoneExtra a {
  color: #22463a;
  background-color: #8bbc3c;
  font-size: 2rem;
  padding: 2rem;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  /*&::after {
		margin-top: 0.5rem;
		display: block;
		content: '';
		width: 100%;
		border-bottom: 0.1rem solid $color-text-light;
	}*/
}
.phoneExtra a:hover, .phoneExtra a:focus {
  color: #8bbc3c;
  background-color: #ffffff;
  /*&::after {
			background-color: $color-bg-light;
		}*/
}
.phoneExtra a + a {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .phoneExtra {
    -webkit-transform: none;
    transform: none;
    right: auto;
    top: auto;
    position: relative;
    display: inline-block;
  }
  .phoneExtra a {
    display: inline-block;
    margin: 0 0.15rem;
  }
}
.socialExtra {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #22463a;
  z-index: 1;
}
.socialExtra a {
  color: #22463a;
  background-color: #8bbc3c;
  font-size: 2rem;
  padding: 1.6rem;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: block;
  /*&::after {
		margin-top: 0.5rem;
		display: block;
		content: '';
		width: 100%;
		border-bottom: 0.1rem solid $color-text-light;
	}*/
}
.socialExtra a:hover, .socialExtra a:focus {
  color: #8bbc3c;
  background-color: #ffffff;
  /*&::after {
			background-color: $color-bg-light;
		}*/
}
.socialExtra a + a {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .socialExtra {
    bottom: 0;
    width: auto;
    position: fixed;
    height: 6rem;
    z-index: 30;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    /*
		-webkit-transform: none;
		transform: none;
		left: auto;
		top: auto;
		position: relative;
		display: inline-block;
		margin-left: -0.3rem;*/
  }
  .socialExtra a {
    display: inline-block;
    margin: 0 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .socialExtra {
    -webkit-transform: none;
    transform: none;
    left: auto;
    top: auto;
    position: relative;
    display: inline-block;
    margin-left: -0.3rem;
  }
  .socialExtra a {
    display: inline-block;
    margin: 0 0.15rem;
  }
}
/*@supports (mix-blend-mode: multiply) {
.phoneExtra { mix-blend-mode: multiply; }
}*/
.navbar-top {
  /*background-color: $color-darkgreen; */
  height: auto;
  margin-top: 0;
  /*margin-bottom: 1.25rem;
	overflow: hidden;*/
  padding-top: 0.1rem;
  text-align: right;
  /*transition: margin-top 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;*/
  /*&::after {
	content: "";
	display: inline-block;
	height: 1em;
	width: 233px;
}*/
}
.navbar-top .contact {
  margin-right: 2.4rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .navbar-top .contact span {
    display: none;
  }
}
.navbar-top .contact .link-nav-top-wrapper .lang span.gb {
  background-image: url("gb_30.png");
  width: 2.6rem;
  height: 1.3rem;
  display: inline-block;
  background-size: cover;
}
.navbar-tiny .navbar-top {
  /* margin-top: -4rem; */
  margin-top: -1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /*background-color: $color-bg-light;*/
}
.navbar-tiny .navbar-top .link-nav-top.alternate {
  color: #8bbc3c;
}
.navbar-tiny .navbar-top .link-nav-top.alternate:hover, .navbar-tiny .navbar-top .link-nav-top.alternatefocus {
  color: #22463a;
}
.navbar-tiny .navbar-top .link-nav-top-wrapper li a {
  color: #8bbc3c;
}
.navbar-tiny .navbar-top .link-nav-top-wrapper li a:hover, .navbar-tiny .navbar-top .link-nav-top-wrapper li a:focus {
  color: #22463a;
}
.navbar-top .provenexpert > img {
  margin-top: -0.7rem;
  margin-right: 2rem;
}
.navbar-top i {
  margin-left: 0.4rem;
  font-size: 70%;
}
.navbar-top .link-nav-top-wrapper > li {
  /*&:hover a.dropdown-toggle::after {display:block}*/
}
.navbar-top .link-nav-top-wrapper > li a.dropdown-toggle::after {
  content: "";
  display: none;
  position: absolute;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari 3-8 */
  transform: rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  bottom: -0.6rem;
  left: calc(50% - 0.6rem);
  background-color: #ffffff;
  z-index: 1;
  -webkit-box-shadow: 1rem 0.2rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 1rem 0.2rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}
.navbar-top .link-nav-top-wrapper > li a.dropdown-toggle[aria-expanded="true"]::after {
  display: block;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu {
  border: none;
  border-radius: 0.4rem;
  padding: 0;
  margin: 0;
  top: 100%;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul {
  padding: 1.2rem 0;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li {
  display: block;
  width: 100%;
  padding: 0;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li a {
  color: #8bbc3c;
  height: 100%;
  width: 100%;
  text-align: left;
  background-color: transparent !important;
  font-size: 1.6rem;
  margin-left: 0;
  position: relative;
  padding: 1.2rem 2.4rem;
  display: inline-block;
  line-height: 1em;
  /*&::before {
							content: '';
							background-image: url('icon.png');
							margin-left: -4.8rem;
							width: 4.8rem;
							height: 1.6rem;
							display: inline-block;
							top: 1.4rem;
							background-repeat: no-repeat;
							position: absolute;
						}*/
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li a:hover, .navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li a:focus {
  color: #22463a;
  text-decoration: none;
  background-color: #eaeaea;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li:hover, .navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li:focus {
  background-color: #eaeaea;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li:hover a, .navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li:focus a {
  color: #22463a;
  text-decoration: none;
  background-color: #eaeaea;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li.active {
  background-color: #eaeaea;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li.active > a {
  color: #414141;
  text-decoration: none;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li.active > a::before {
  background-position: left bottom;
}
.navbar-top .link-nav-top-wrapper > li.dropdown .dropdown-menu > ul > li:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.navbar-contact {
  position: absolute;
  /*right: 12rem;
	@extend %rightTwelve;*/
  text-align: right;
  top: 5rem;
  font-size: 1.8rem;
  z-index: 1;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.navbar-tiny .navbar-contact {
  top: 4rem;
}
.link-phone {
  color: #414141;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  /*@extend .fontBold;*/
  line-height: 1.5rem;
  margin: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.link-phone:hover, .link-phone:focus, .link-phone:active {
  color: #8bbc3c;
  /*color: lighten( $color-highlight, 20%);*/
  text-decoration: none;
}
.link-phone.alternate {
  color: #8bbc3c;
}
.link-nav-top-wrapper {
  margin-bottom: 0;
  padding-left: 0;
}
.link-nav-top-wrapper, .link-nav-top-wrapper > li {
  display: inline-block;
}
.link-nav-top, .link-nav-top-wrapper > li > a {
  color: #c9d981;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5rem;
  margin: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  padding: 2.4rem 1.2rem 0.6rem 2.4rem;
  font-weight: 400;
}
.link-nav-top:hover, .link-nav-top:focus, .link-nav-top:active, .link-nav-top-wrapper > li > a:hover, .link-nav-top-wrapper > li > a:focus, .link-nav-top-wrapper > li > a:active {
  color: #ffffff;
  text-decoration: none;
}
.link-nav-top.alternate, .link-nav-top-wrapper > li > a.alternate {
  color: #ffffff;
}
.link-nav-top.alternate i, .link-nav-top-wrapper > li > a.alternate i {
  margin-right: 1rem;
  font-size: 1.6rem;
}
.link-nav-top.alternate:hover, .link-nav-top.alternate:focus, .link-nav-top-wrapper > li > a.alternate:hover, .link-nav-top-wrapper > li > a.alternate:focus {
  color: #c9d981;
}
.navbar-nav {
  /*margin: 0 -1.5rem;*/
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.navbar-nav > li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-nav > li:hover > a {
  color: #8bbc3c;
  /*&::after {  ** triangle for hover over menu link **
			background-color: $color-bg-light;
		}*/
}
.navbar-nav > li > a {
  background-color: transparent !important;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.9rem;
  padding: 2.8rem 1.2rem 2rem 2.4rem;
  position: relative;
  /*transition: color 0.3s ease 0s, padding 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;*/
  /*&::after {
			margin-top: 0.5rem;
			display: block;
			content: '';
			width: 100%;
			-webkit-transition: border 0.05s ease 0s;
			transition: border 0.05s ease 0s;
			border-bottom: 0.2rem solid $color-text-light;
		}*/
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #8bbc3c;
  /*text-decoration: underline;*/
  /*&::after {
				border-bottom: 0.2rem solid $color-highlight;
			}*/
}
.navbar-nav > li > a.dropdown-toggle {
  /*&::after {
				@extend .fontAwesome;
				content: "\f107";
				margin-left: 0.5rem;
				vertical-align: top;
			}*/
}
.navbar-nav > li > a.dropdown-toggle::after {
  content: "";
  display: block;
  position: absolute;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari 3-8 */
  transform: rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  bottom: -1.6rem;
  left: calc(50% - 0.6rem);
  background-color: transparent;
  z-index: 0;
}
.navbar-nav > li > a.dropdown-toggle[aria-expanded="true"]::after {
  background-color: #ffffff;
  -webkit-box-shadow: 1rem 0.2rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 1rem 0.2rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}
.navbar-nav > li > a i {
  margin-left: 0.4rem;
  font-size: 70%;
}
.navbar-tiny .navbar-nav > li > a {
  /*padding-top: 2.1rem;
				padding-bottom: 2.1rem;*/
}
.navbar-nav > li.dropdown .dropdown-menu {
  border: none;
  border-radius: 0.4rem;
  padding: 0;
  top: calc(100% + 1rem);
  min-width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .navbar-nav > li.dropdown .dropdown-menu {
    position: relative;
  }
}
.navbar-nav > li.dropdown .dropdown-menu > ul {
  padding: 0 0 1.2rem 0;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li {
  display: block;
  width: 100%;
  padding-right: 2.4rem;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:first-child {
  padding-top: 1.2rem;
  /*background-color: $color-darkgreen;*/
  background-color: #8bbc3c;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .navbar-nav > li.dropdown .dropdown-menu > ul > li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:first-child a {
  color: #ffffff;
  /*&::before { background-position: left bottom; }*/
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:first-child.active {
  background-color: #eaeaea;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:first-child.active a {
  color: #22463a;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li a {
  color: #8bbc3c;
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: left;
  background-color: transparent !important;
  font-size: 1.6rem;
  margin-left: 0;
  /*line-height: 2.5em;*/
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 6.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .navbar-nav > li.dropdown .dropdown-menu > ul > li a span {
    white-space: normal;
  }
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li a::before {
  content: "";
  background-image: url("icon.png");
  margin-left: -4.8rem;
  width: 4.8rem;
  height: 1.6rem;
  display: inline-block;
  top: 1.4rem;
  background-repeat: no-repeat;
  position: absolute;
  background-position: left top;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:hover, .navbar-nav > li.dropdown .dropdown-menu > ul > li:focus {
  background-color: #eaeaea;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:hover a, .navbar-nav > li.dropdown .dropdown-menu > ul > li:focus a {
  color: #22463a;
  text-decoration: none;
  background-color: #eaeaea;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:hover a::before, .navbar-nav > li.dropdown .dropdown-menu > ul > li:focus a::before {
  background-position: left bottom;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li.active {
  background-color: #eaeaea;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li.active > a {
  color: #414141;
  text-decoration: none;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li.active > a::before {
  background-position: left bottom;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.navbar-nav > li.open > a, .navbar-nav > li.active > a {
  color: #8bbc3c;
  /*text-decoration: underline;*/
  /*&::after {
				border-bottom: 0.2rem solid $color-highlight;
			}*/
  /*&::before {
				background-color: $color-highlight;
				height: 5px;
				bottom: -0.1rem;
				z-index: 2000;
			}*/
}
.navbar-nav > li .dropdown-menu {
  padding-top: 0;
  border-radius: 0;
}
.navbar-nav > li .dropdown-submenu > a {
  background-color: transparent;
  color: #8bbc3c;
  font-size: 1.6rem;
  /*@extend .fontBold;
				font-weight: 700;*/
  line-height: 2em !important;
  padding: 0.6rem 1.2rem 0.6rem 6.4rem !important;
  /*text-transform: uppercase;*/
}
.navbar-nav > li .dropdown-submenu > a i {
  margin-left: 2rem;
}
.navbar-nav > li .dropdown-submenu > a + .dropdown-menu {
  top: 0.5rem;
}
.navbar-nav > li .dropdown-submenu > a + .dropdown-menu > li > a {
  background-color: transparent;
  color: #414141;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  padding: 0.6rem 2.4rem 0.6rem 6.4rem !important;
}
.navbar-nav > li .dropdown-submenu > a + .dropdown-menu > li > a:hover {
  color: #8bbc3c;
}
.navbar-nav li.lang span.gb {
  background-image: url("gb_30.png");
  width: 3.2rem;
  height: 1.6rem;
  display: inline-block;
  background-size: cover;
  margin-right: 1rem;
}
/*.navbar-nav > li.dropdown:hover > a::after {  ** triangle hover effekt für Menu Link **
background-color: $color-bg-light;
}*/
.nav-pills {
  background-color: transparent;
  border-radius: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.nav-pills > li > a {
  background-color: transparent !important;
  color: #414141;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 2.9rem 1.5rem 1.8rem 1.5rem;
  position: relative;
  font-weight: 400;
  /*transition: color 0.3s ease 0s, padding 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;*/
}
.nav-pills > li > a::after {
  /*background-color: $color-text-light;
				bottom: 0;
				content: "";
				display: block;
				height: 0;
				left: 0;
				position: absolute;
				transition: height 0.3s ease 0s;
				width: 100%;*/
  margin-top: 1rem;
  display: block;
  content: "";
  width: 30%;
  border-bottom: solid 3px #8bbc3c;
  transform: scaleX(0);
  -webkit-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  margin-left: 35%;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: #414141;
}
.nav-pills > li > a:hover::after, .nav-pills > li > a:focus::after {
  /*height: 8px;*/
  transform: scaleX(1);
}
.nav-pills > li.active a {
  color: #414141;
}
.nav-pills > li.active a::after {
  margin-top: 1rem;
  display: block;
  content: "";
  width: 30%;
  border-bottom: solid 3px #8bbc3c;
  transform: scaleX(1);
  -webkit-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  margin-left: 35%;
}
.nav-pills > li.active a:hover, .nav-pills > li.active a:focus {
  color: #414141;
}
.nav-pills > li .dropdown-menu a::after {
  display: none !important;
}
.nav-justified .dropdown, .nav-tabs.nav-justified .dropdown, .navbar-left .dropdown {
  position: relative;
}
.nav-justified .dropdown .dropdown-menu, .nav-tabs.nav-justified .dropdown .dropdown-menu, .navbar-left .dropdown .dropdown-menu {
  background-color: #8bbc3c;
  -webkit-box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 1rem;
  margin-top: 3rem;
}
.navbar-tiny .nav-justified .dropdown .dropdown-menu, .navbar-tiny .nav-tabs.nav-justified .dropdown .dropdown-menu, .navbar-tiny .navbar-left .dropdown .dropdown-menu {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .nav-justified .dropdown .dropdown-menu, .nav-tabs.nav-justified .dropdown .dropdown-menu, .navbar-left .dropdown .dropdown-menu {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .nav-justified .dropdown .dropdown-menu, .nav-tabs.nav-justified .dropdown .dropdown-menu, .navbar-left .dropdown .dropdown-menu {
    position: relative;
    margin-bottom: 1rem;
  }
}
.nav-justified .dropdown .dropdown-menu a, .nav-tabs.nav-justified .dropdown .dropdown-menu a, .navbar-left .dropdown .dropdown-menu a {
  color: #ffffff;
}
.nav-justified .dropdown .dropdown-menu ul, .nav-tabs.nav-justified .dropdown .dropdown-menu ul, .navbar-left .dropdown .dropdown-menu ul {
  list-style: none;
  padding: 1rem 1.5rem;
}
.nav-justified .dropdown .dropdown-menu ul li, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li, .navbar-left .dropdown .dropdown-menu ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-justified .dropdown .dropdown-menu ul li a, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li a, .navbar-left .dropdown .dropdown-menu ul li a {
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  /*font-size: 2.1rem;*/
  line-height: 2em;
  margin-left: 6.2rem;
  display: inline-block;
  border-bottom: 2px solid #8bbc3c;
}
.nav-justified .dropdown .dropdown-menu ul li a::before, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li a::before, .navbar-left .dropdown .dropdown-menu ul li a::before {
  margin-left: -6.2rem;
  width: 6.2rem;
  display: inline-block;
  top: 0.4rem;
}
.nav-justified .dropdown .dropdown-menu ul li a:hover, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li a:hover, .nav-justified .dropdown .dropdown-menu ul li a:focus, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li a:focus, .navbar-left .dropdown .dropdown-menu ul li a:hover, .navbar-left .dropdown .dropdown-menu ul li a:focus {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.nav-justified .dropdown .dropdown-menu ul li.active a, .nav-tabs.nav-justified .dropdown .dropdown-menu ul li.active a, .navbar-left .dropdown .dropdown-menu ul li.active a {
  color: #414141;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.nav-justified .dropdown .dropdown-menu .navi-overview, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview, .navbar-left .dropdown .dropdown-menu .navi-overview {
  padding: 1.5rem 3.5rem;
}
.nav-justified .dropdown .dropdown-menu .navi-overview a, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview a, .navbar-left .dropdown .dropdown-menu .navi-overview a {
  margin-left: 1.5rem;
}
.nav-justified .dropdown .dropdown-menu .navi-overview a::before, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview a::before, .navbar-left .dropdown .dropdown-menu .navi-overview a::before {
  font-family: "FontAwesome";
  /*content: $fa-angle-right;*/
  content: ">";
  font-size: 1.6rem;
  left: -1.5rem;
  position: relative;
}
.nav-justified .dropdown .dropdown-menu .navi-overview a:hover, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview a:hover, .nav-justified .dropdown .dropdown-menu .navi-overview a:focus, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview a:focus, .navbar-left .dropdown .dropdown-menu .navi-overview a:hover, .navbar-left .dropdown .dropdown-menu .navi-overview a:focus {
  text-decoration: none;
  color: #8bbc3c;
}
.nav-justified .dropdown .dropdown-menu .navi-overview.active a, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview.active a, .navbar-left .dropdown .dropdown-menu .navi-overview.active a {
  color: #8bbc3c;
  background-color: transparent;
}
.nav-justified .dropdown .dropdown-menu .navi-overview.active a::before, .nav-tabs.nav-justified .dropdown .dropdown-menu .navi-overview.active a::before, .navbar-left .dropdown .dropdown-menu .navi-overview.active a::before {
  /*content: $fa-var-angle-down;*/
  content: "v";
}
.navbar-toggle {
  margin-bottom: 1rem;
  /*margin-right: 1rem;*/
  /* here */
  margin-right: 0rem;
  margin-top: 1rem;
  padding: 1rem;
  z-index: 3000;
}
.navbar-toggle .icon-bar {
  width: 3rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: #8bbc3c;
  transform: rotate(0deg);
  transform-origin: left center 0;
  -webkit-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.6rem;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
  opacity: 1;
  transform: rotate(45deg);
  width: 23px;
}
.navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar {
  opacity: 0;
  transform: rotate(0deg);
}
.navbar-toggle[aria-expanded="true"] .icon-bar:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
.navbar-header {
  float: left;
  position: relative;
}
.navbar-tiny .logo {
  /*border-width: 0 1rem 1rem 0;
	bottom: -50px;
	height: 20px;
	width: 102px;*/
  top: 3.1rem;
}
.navbar-tiny .logo::after {
  opacity: 0;
  transition: opacity 0s ease 0s;
  background-image: url("logo-inv.png");
}
.navbar-tiny .logo::before {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  background-image: url("logo-inv.png");
}
.logo {
  background-color: transparent;
  /*border-color: $color-bg-light;
	border-image: none;
	border-style: solid;
	border-width: 0 1.5rem 0.5rem 0;*/
  box-sizing: content-box;
  float: left;
  font-size: 0;
  width: 228px;
  height: 50px;
  /*margin: 0 0 0 12rem !important;
	@extend %margin-leftTwelve;*/
  margin-left: 4.8rem;
  padding: 0;
  position: absolute;
  left: 0;
  text-indent: -999rem;
  top: -1.8rem;
}
@media screen and (max-width: 767px) {
  .logo {
    margin-left: 2.4rem;
  }
}
.logo::after {
  background-image: url("logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 228px 50px;
  content: "";
  display: block;
  width: 228px;
  height: 50px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo::after {
    background-image: url("logo-2x.png");
  }
}
.logo::before {
  background-image: url("logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 228px 50px;
  content: "";
  display: block;
  width: 228px;
  height: 50px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo::before {
    background-image: url("logo-2x.png");
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 410px;
  max-height: 80vh;
}
/*@media screen and (max-width: 1039px) {
.navbar-nav {
> .active {
> .dropdown-menu {
/*background-color: $color-bg-gray;  222 */
/*
border: 0 none;
box-shadow: none;
display: block;
float: none;
margin-top: 0;
position: static;
width: auto;
}
}
}
}*/
@media screen and (max-width: 767px) {
  .layout-breadcrumb {
    padding: 0 2.4rem;
  }
}
.layout-breadcrumb .container, .layout-breadcrumb .navbar-nav > li > .dropdown-menu.fullSize, .layout-breadcrumb .nav-pills > li > .dropdown-menu.fullSize {
  padding: 0;
}
.layout-breadcrumb .breadcrumb {
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-breadcrumb .breadcrumb {
    padding-left: 1.8rem;
  }
}
.layout-breadcrumb .breadcrumb li a {
  color: #414141;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.layout-breadcrumb .breadcrumb li a:hover, .layout-breadcrumb .breadcrumb li a:focus {
  color: #8bbc3c;
  text-decoration: none;
}
.layout-breadcrumb .breadcrumb li + li::before {
  content: "";
  color: #8bbc3c;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 1200px) {
  .open {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #navbar-0 {
    padding-left: 26rem;
  }
  .navbar-tiny #navbar-0 {
    padding-left: 26rem;
  }
  .nav-pills {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav > li > a {
    padding: 2.4rem 1.2rem 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  #navbar-0 {
    padding-left: 26rem;
  }
  .navbar-tiny #navbar-0 {
    padding-left: 26rem;
  }
  .navbar-nav > li > a {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1133px) {
  #navbar-0 {
    padding-left: 0;
  }
  .navbar-tiny #navbar-0 {
    padding-left: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header {
    padding: 2rem 2rem 1.5rem 2rem;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-right: 0px;
    padding-left: 6.5rem;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    overflow: unset;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-fixed-top.navbar-tiny {
    background-color: #ffffff;
  }
  .logo {
    bottom: auto;
    top: 3.5rem;
  }
  .logo::before {
    width: 182px;
    height: 40px;
    background-size: 182px 40px;
  }
  .logo::after {
    width: 182px;
    height: 40px;
    background-size: 182px 40px;
  }
  .navbar-tiny .logo {
    top: 3rem;
  }
  .navbar-toggle {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .navbar-tiny .navbar-wrapper .language-switch {
    top: 1rem;
  }
  .navbar-wrapper .language-switch {
    top: 2.75rem;
  }
  .navbar-contact {
    width: 100%;
    padding-right: 10rem;
    top: 1.5rem;
  }
  .link-phone i {
    font-size: 100%;
  }
  .link-phone span {
    display: inline;
  }
  .link-phone.alternate {
    margin-top: 0;
  }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: inline;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  body {
    padding-top: 8rem;
  }
  #navbar-0 {
    /*padding-left: 26rem;*/
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .navbar > .container, .navbar-nav > li.navbar > .dropdown-menu.fullSize, .nav-pills > li.navbar > .dropdown-menu.fullSize {
    width: auto;
  }
  .open {
    display: block;
  }
  .dropdown-menu {
    position: absolute;
    /*width: 100%;*/
    text-align: left;
    top: 4.5rem;
  }
  .navbar-tiny .nav-justified .dropdown .dropdown-menu, .navbar-tiny .nav-tabs.nav-justified .dropdown .dropdown-menu, .navbar-tiny .navbar-left .dropdown .dropdown-menu {
    margin-top: 3.5rem;
  }
  .navbar-collapse {
    padding-right: 0px;
  }
  .navbar-toggle {
    margin-right: 6rem;
  }
  .logo {
    top: 3rem;
  }
  .navbar-wrapper .language-switch {
    top: 2.5rem;
    right: 14rem;
  }
}
@media screen and (min-width: 1040px) {
  .navbar-brand {
    z-index: 1001;
  }
  .navbar-nav > li, .nav-pills > li {
    /*position: relative;
			&:first-child { position: initial; }*/
  }
  .navbar-nav > li > .dropdown-menu, .nav-pills > li > .dropdown-menu {
    /*> ul > li > .img-wrapper { display: none; }*/
  }
  .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
    /* background-color: linear-gradient(to-right, $color-bg-dark, $color-highlight); */
    border: 0 none;
    font-size: 0;
    left: 0;
    right: 0;
    padding: 0;
    position: fixed !important;
    top: 13.6rem;
    text-align: left;
    z-index: 3000;
    /*width: 96rem;*/
    /*-webkit-box-shadow: 0 3rem 3rem rgba(0,0,0,0.3);
					box-shadow: 0 3rem 3rem rgba(0,0,0,0.3);*/
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul, .nav-pills > li > .dropdown-menu.fullSize ul {
    /*@extend .container;*/
    padding: 0;
    /*margin-top: 1.2rem;*/
    /* padding-left: calc(30% + 4rem); */
    text-align: left;
    position: relative;
    left: 0;
    background: #ffffff;
    width: 100%;
    /*top: 17.5rem;*/
    z-index: 4000;
    /*.navbar-tiny & { top: 10rem; } */
    /*border-left: 4rem solid $color-bg-light;
						border-right: 4rem solid $color-bg-light;*/
    border-top-right-radius: 0.4rem;
  }
  @include xl, @include large {
    .navbar-nav > li > .dropdown-menu.fullSize ul, .nav-pills > li > .dropdown-menu.fullSize ul {
      padding: 0;
    }
    .navbar-nav > li > .dropdown-menu.fullSize ul > li, .nav-pills > li > .dropdown-menu.fullSize ul > li {
      width: 50%;
      display: inline-block;
    }
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li, .nav-pills > li > .dropdown-menu.fullSize ul > li {
    display: block;
    /*width: 1%;
							margin: 0;*/
    width: 100%;
    /*&:nth-child(3) { padding-top: 1.2rem; }*/
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li a, .nav-pills > li > .dropdown-menu.fullSize ul > li a {
    color: #8bbc3c;
    /*height: 100%;
								width: 100%;*/
    display: unset;
    text-align: left;
    background-color: transparent !important;
    font-size: 1.6rem;
    margin-left: 0;
    line-height: 2.5em;
    position: relative;
    padding: 1.2rem 1.2rem 1.2rem 6.4rem;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li a::before, .nav-pills > li > .dropdown-menu.fullSize ul > li a::before {
    content: "";
    background-image: url("icon.png");
    margin-left: -4.8rem;
    width: 4.8rem;
    height: 1.6rem;
    display: inline-block;
    top: 1.4rem;
    background-repeat: no-repeat;
    position: absolute;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:hover, .navbar-nav > li > .dropdown-menu.fullSize ul > li:focus, .nav-pills > li > .dropdown-menu.fullSize ul > li:hover, .nav-pills > li > .dropdown-menu.fullSize ul > li:focus {
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:hover a, .navbar-nav > li > .dropdown-menu.fullSize ul > li:focus a, .nav-pills > li > .dropdown-menu.fullSize ul > li:hover a, .nav-pills > li > .dropdown-menu.fullSize ul > li:focus a {
    color: #22463a;
    text-decoration: none;
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li.active, .nav-pills > li > .dropdown-menu.fullSize ul > li.active {
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li.active > a, .nav-pills > li > .dropdown-menu.fullSize ul > li.active > a {
    color: #414141;
    text-decoration: none;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1), .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2), .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1), .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) {
    width: 28.2rem;
    height: 30rem;
    background-color: #ffffff;
    padding: 0;
    display: block;
    float: left;
    /*margin-top: -1.2rem;*/
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1):hover, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1):focus, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2):hover, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2):focus, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1):hover, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1):focus, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2):hover, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2):focus {
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1) a, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1) a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a {
    color: #22463a;
    margin-left: 0;
    padding: 2.4rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    line-height: 1.2em !important;
    white-space: normal;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1) a span, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a span, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1) a span, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a span {
    margin: 0;
    position: relative;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1) a::before, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::before, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1) a::before, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::before {
    display: none;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1) a span::after, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a span::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1) a span::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a span::after {
    content: "Jetzt Manager finden";
    padding: 0.8rem;
    font-size: 1.6rem;
    line-height: 2em;
    position: relative;
    width: calc(100% - 4.8rem);
    left: 0;
    bottom: 0;
    background-color: transparent;
    height: auto;
    top: 0;
    color: #8bbc3c;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(1) a::after, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(1) a::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::after {
    content: "";
    display: block;
    position: relative;
    font-size: 9.6rem !important;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 100 !important;
    color: #8bbc3c;
    padding-top: 3.6rem;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:first-child, .nav-pills > li > .dropdown-menu.fullSize ul > li:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2), .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) {
    background-color: #8bbc3c;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2):hover, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2):focus, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2):hover, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2):focus {
    background-color: #c9d981;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a {
    color: #ffffff;
    border-right: 2px solid #ffffff;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a span::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a span::after {
    color: #ffffff;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::after, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(2) a::after {
    content: "";
    color: #ffffff;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3), .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3) {
    background-color: #8bbc3c;
    border-top-right-radius: 0.4rem;
    padding-top: 1.2rem;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3) a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3) a {
    color: #ffffff;
    /*&::before { background-position: left bottom; }*/
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3):hover, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3):focus, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3):hover, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3):focus {
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3):hover a, .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3):focus a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3):hover a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3):focus a {
    color: #22463a;
    text-decoration: none;
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3).active, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3).active {
    background-color: #eaeaea;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:nth-child(3).active a, .nav-pills > li > .dropdown-menu.fullSize ul > li:nth-child(3).active a {
    color: #22463a;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li:last-child, .nav-pills > li > .dropdown-menu.fullSize ul > li:last-child {
    padding-bottom: 0;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul > li a:hover .img-wrapper, .navbar-nav > li > .dropdown-menu.fullSize ul > li a:focus .img-wrapper, .nav-pills > li > .dropdown-menu.fullSize ul > li a:hover .img-wrapper, .nav-pills > li > .dropdown-menu.fullSize ul > li a:focus .img-wrapper {
    visibility: visible;
    opacity: 1;
    /*-webkit-transition: opacity 0.3s ease-in-out 0s;
									transition: opacity 0.3s ease-in-out 0s;*/
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul::after, .nav-pills > li > .dropdown-menu.fullSize ul::after {
    /*top: 0;
							left: 0;
							padding-left: 4rem;
							padding-right: 4rem;
							width: 100%;
							height: 100%;
							background-color: #888;*/
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul .navi-overview, .nav-pills > li > .dropdown-menu.fullSize ul .navi-overview {
    width: 100%;
    background-color: #8bbc3c;
    height: 5.5rem;
    position: relative;
    font-size: 1.6rem;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul .navi-overview a, .nav-pills > li > .dropdown-menu.fullSize ul .navi-overview a {
    top: 0;
    right: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.5rem;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul .navi-overview a:hover, .navbar-nav > li > .dropdown-menu.fullSize ul .navi-overview a:focus, .nav-pills > li > .dropdown-menu.fullSize ul .navi-overview a:hover, .nav-pills > li > .dropdown-menu.fullSize ul .navi-overview a:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .navbar-nav > li > .dropdown-menu.fullSize ul .navi-overview a::after, .nav-pills > li > .dropdown-menu.fullSize ul .navi-overview a::after {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #8bbc3c;
    color: #ffffff;
    font-family: "FontAwesome";
    content: "";
    padding: 2.5rem;
    line-height: 0.5rem;
  }
  .navbar-nav > li > .dropdown-menu.fullSize .dropdown-submenu, .nav-pills > li > .dropdown-menu.fullSize .dropdown-submenu {
    display: table-cell;
    margin-right: 2rem;
    position: relative;
    text-align: left;
  }
  .navbar-nav > li > .dropdown-menu.fullSize .dropdown-submenu > .dropdown-menu, .nav-pills > li > .dropdown-menu.fullSize .dropdown-submenu > .dropdown-menu {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    left: 0;
    margin-left: 0;
    margin-top: 1rem;
    padding: 0;
    position: relative;
    top: 0;
  }
  .navbar-nav > li > .dropdown-menu.fullSize .dropdown-submenu + .dropdown-submenu, .nav-pills > li > .dropdown-menu.fullSize .dropdown-submenu + .dropdown-submenu {
    border-left: 1px solid white;
  }
  .navbar-nav > li.open > .dropdown-menu.fullSize, .nav-pills > li.open > .dropdown-menu.fullSize {
    display: table;
  }
  .navbar.navbar-tiny .navbar-nav > li > .dropdown-menu.fullSize {
    top: 10rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1133px) {
  .navbar-nav > li > .dropdown-menu.fullSize, .nav-pills > li > .dropdown-menu.fullSize {
    top: 15.5rem;
  }
}
/*@media screen and (min-width: 1134px) {
.navbar-nav > li > .dropdown-menu.fullSize > ul, .nav-pills > li > .dropdown-menu.fullSize > ul { top: 9rem }
}*/
/*@media screen and (min-width: 1200px) {
.navbar-nav > li > .dropdown-menu.fullSize > ul, .nav-pills > li > .dropdown-menu.fullSize > ul { top: 12rem }
}*/
@media screen and (max-width: 1039px) {
  body {
    padding: 0;
    padding-top: 5rem;
  }
  .navbar-top {
    height: auto;
    padding: 0;
    text-align: right;
  }
  .navbar-top .link-phone, .navbar-top .link-nav-top {
    margin: 0 0.5rem;
  }
  .navbar-top::after {
    display: none;
  }
  .navbar-tiny .navbar-top {
    /*margin-top: -2.5rem;*/
  }
  .logo {
    border-width: 0 !important;
    bottom: 1.8rem !important;
    width: 182px;
    height: 40px;
    top: 1rem;
  }
  .logo::after {
    opacity: 0;
    -webkit-transition: opacity 0s ease 0s;
    transition: opacity 0s ease 0s;
    background-size: 182px 40px;
  }
  .logo::before {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    background-size: 182px 40px;
  }
  .navbar-tiny .logo {
    top: 1.5rem;
  }
  #navbar-0 {
    margin-right: 0;
  }
  #navbar-0 .nav-pills {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header {
    width: 100%;
    padding: 0;
  }
  .navbar-nav > li a {
    padding-left: 2.4rem;
  }
  .navbar-nav > li > .dropdown-menu {
    padding-top: 1rem;
    width: auto !important;
  }
  .navbar-nav > li > .dropdown-menu > ul {
    padding: 0;
    width: auto !important;
  }
  .navbar-nav > li > .dropdown-menu > ul > li {
    list-style: none;
  }
  .navbar-nav > li > .dropdown-menu > ul > li > a {
    color: #9c9c9c;
    text-decoration: none;
  }
  .navbar-nav > li > .dropdown-menu > ul > li > a:hover, .navbar-nav > li > .dropdown-menu > ul > li > a:focus {
    color: #414141;
    text-decoration: none;
  }
  .navbar-nav > li > .dropdown-menu > ul > li.active > a {
    color: #8bbc3c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .navbar {
    background-color: transparent;
  }
  .navbar.navbar-tiny {
    background-color: #ffffff;
  }
  #navbar-0 {
    /* tabletnavi */
    padding-left: 0;
    margin-left: 0;
    background-color: #22463a;
    margin-top: -12.4rem;
    padding-top: 12.4rem;
    text-align: left;
  }
  .navbar-tiny #navbar-0 {
    background-color: #ffffff;
    padding-left: 0;
    padding-top: 12.4rem;
  }
  .navbar-tiny #navbar-0 .navbar-nav > li > a {
    color: #ffffff;
  }
  #navbar-0 .navbar-nav {
    background-color: #22463a;
    text-align: left;
  }
  #navbar-0 .navbar-nav > li {
    display: block;
  }
  #navbar-0 .navbar-nav > li > a {
    color: #ffffff;
  }
  #navbar-0 .navbar-nav > li > a:hover, #navbar-0 .navbar-nav > li > a:focus {
    color: #8bbc3c;
  }
  #navbar-0 .navbar-nav > li > a.dropdown-toggle::after {
    left: 10rem;
    box-shadow: none;
  }
  #navbar-0 .navbar-nav > li.active > a, #navbar-0 .navbar-nav > li.open > a {
    color: #8bbc3c;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu > ul {
    text-align: left;
    background-color: #fff;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1), #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) {
    width: 50%;
    height: 30rem;
    background-color: #ffffff;
    padding: 0;
    display: block;
    float: left;
    /*margin-top: -1.2rem;*/
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1):hover, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1):focus, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2):hover, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2):focus {
    background-color: #eaeaea;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a {
    color: #22463a;
    margin-left: 0;
    padding: 2.4rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    line-height: 1.2em !important;
    white-space: normal;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a span, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a span {
    margin: 0;
    position: relative;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a::before, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a::before {
    display: none;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a span::after, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a span::after {
    content: "Jetzt Manager finden";
    padding: 0.8rem;
    font-size: 1.6rem;
    line-height: 2em;
    position: relative;
    width: calc(100% - 4.8rem);
    left: 0;
    bottom: 0;
    background-color: transparent;
    height: auto;
    top: 0;
    color: #8bbc3c;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a::after, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a::after {
    content: "";
    display: block;
    position: relative;
    font-size: 9.6rem;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 100;
    color: #8bbc3c;
    padding-top: 3.6rem;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(1) a.active, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a.active {
    background-color: inherit;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:first-child {
    border-bottom-left-radius: 0.4rem;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) {
    background-color: #8bbc3c;
    border-bottom: solid 2px #ffffff;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2):hover, #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2):focus {
    background-color: #c9d981;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a {
    color: #ffffff;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a span::after {
    color: #ffffff;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(2) a::after {
    content: "";
    color: #ffffff;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(3) {
    background-color: #8bbc3c;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(3) a {
    color: #ffffff;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(3).active {
    background-color: #eaeaea;
  }
  #navbar-0 .navbar-nav > li.dropdown .dropdown-menu.fullSize > ul > li:nth-child(3).active a {
    color: #22463a;
  }
  .container > .navbar-header, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-header, .nav-pills > li > .dropdown-menu.fullSize > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-collapse, .nav-pills > li > .dropdown-menu.fullSize > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-top {
    margin-bottom: 0;
    z-index: 10000;
    position: relative;
  }
  .navbar-tiny .navbar-top {
    margin-top: -6rem;
  }
  .navbar-toggle {
    margin-right: 5rem;
  }
  .dropdown-menu {
    width: 100%;
    text-align: left;
  }
  .navbar-collapse.in {
    overflow-y: show !important;
  }
  .navbar-left .dropdown .dropdown-menu {
    position: absolute;
    box-shadow: none;
    background-color: transparent;
  }
  .navbar-left .dropdown .dropdown-menu ul {
    position: fixed;
    top: 16rem;
    left: 0;
    background-color: #8bbc3c;
    width: 100% !important;
    text-align: left;
    padding-left: 6rem;
    -webkit-box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
  }
  .navbar-tiny .navbar-left .dropdown .dropdown-menu ul {
    top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
  #navbar-0 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 0;
    background-color: #ffffff;
    height: calc(100vh - 7rem);
    overflow-y: scroll;
  }
  .navbar-tiny #navbar-0 {
    padding-top: 0;
  }
  .container > .navbar-header, .navbar-nav > li > .dropdown-menu.fullSize > .navbar-header, .nav-pills > li > .dropdown-menu.fullSize > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .navbar-toggle {
    margin-right: 2rem;
  }
  .open {
    display: none;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
  }
  .navbar-top {
    /*display: none;*/
    display: block;
  }
  .navbar-top .contact .link-nav-top {
    padding: 1rem 0 0 0;
    position: relative;
    top: 1rem;
  }
  .navbar-top .contact .link-nav-top span {
    display: inline-block;
  }
  .navbar-tiny .navbar-top .contact .link-nav-top {
    top: 1.2rem;
    position: absolute;
    right: 7rem;
    padding: 2rem 1.6rem;
    color: #ffffff;
    background-color: #8bbc3c;
  }
  .navbar-tiny .navbar-top .contact .link-nav-top i {
    font-size: 3rem;
    margin: 0;
  }
  .navbar-tiny .navbar-top .contact .link-nav-top span {
    display: none;
  }
  .navbar-header {
    padding-bottom: 1rem;
  }
  .navbar-nav {
    text-align: left;
  }
  .navbar-nav li {
    display: block;
    /*&.active a span { border-bottom: 0.2rem solid $color-highlight; }*/
  }
  .navbar-nav li a::after {
    display: none;
  }
  .navbar-nav li a {
    color: #22463a;
    /*&:hover {
				span {
				border-color: $color-highlight;
			}
			}*/
  }
  .navbar-nav li a.dropdown-toggle[aria-expanded="true"]::after {
    display: none;
  }
  .navbar-nav li a span {
    /*border-bottom: 0.2rem solid $color-text-light;
					width: 12rem;
					margin-left: auto;
					margin-right: auto;*/
  }
  .navbar-nav li.dropdown .dropdown-menu > ul {
    padding-top: 0;
  }
  .navbar-nav li.dropdown .dropdown-menu > ul > li:first-child, .navbar-nav li.dropdown .dropdown-menu > ul > li:last-child {
    border-radius: 0;
  }
  .navbar-nav li.dropdown .dropdown-menu > ul > li:first-child {
    padding-top: 0;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li {
    /*&:first-child {
					background-color: $color-bg-light;
					padding-top: 0;
					a { color: $color-highlight; }
					&.active { 
					background-color: $color-bg-lightgray;
					a { color: $color-darkgreen; }
				}
				}*/
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) {
    background-color: #ffffff;
    padding: 0;
    display: block;
    /*float: left;
						margin-top: -1.2rem;*/
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child:hover, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child:focus, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2):hover, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2):focus {
    background-color: #eaeaea;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child a, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a {
    color: #22463a;
    margin-left: 0;
    padding: 2.4rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    line-height: 1.2em !important;
    white-space: normal;
    /*span::after { 
							content: 'Jetzt Manager finden';
							padding: 0.8rem;
							font-size: 1.6rem;
							line-height: 2em;
							position: relative;
							width: calc(100% - 4.8rem);
							left: 0;
							bottom: 0;
							background-color: transparent;
							height: auto;
							top: 0;
							color: $color-highlight;
							margin: 0 auto;
							display: block;
							text-align: center;
						}*/
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child a span, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a span {
    margin: 0;
    position: relative;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child a::before, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a::before {
    display: none;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child a::after, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a::after {
    content: "";
    display: block;
    position: relative;
    font-size: 3.6rem !important;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 100;
    color: #8bbc3c;
    padding-top: 1.2rem;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:first-child.active, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2).active {
    background-color: #eaeaea;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) {
    background-color: #8bbc3c;
    border-bottom: solid 2px #ffffff;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2):hover, .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2):focus {
    background-color: #c9d981;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a {
    color: #ffffff;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a span::after {
    color: #ffffff;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2) a::after {
    content: "";
    color: #ffffff;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(2).active {
    background-color: #c9d981;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(3) {
    background-color: #8bbc3c;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(3) a {
    color: #ffffff;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(3).active {
    background-color: #eaeaea;
  }
  .navbar-nav li.dropdown .dropdown-menu.fullSize > ul li:nth-child(3).active a {
    color: #22463a;
  }
  .dropdown-menu {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .logo {
    top: 2rem;
  }
  .navbar-tiny .logo {
    top: 2rem;
  }
  .navbar-left .dropdown .dropdown-menu {
    box-shadow: none;
    margin-top: 1rem;
  }
  .navbar-left .dropdown .dropdown-menu ul {
    padding: 1rem;
  }
  .navbar-left .dropdown .dropdown-menu ul li a {
    margin-left: 0;
    font-size: 1.4rem;
    border: none;
    margin-left: 2.6rem;
  }
  .navbar-left .dropdown .dropdown-menu ul li a span {
    border: none;
  }
  .navbar-left .dropdown .dropdown-menu ul li a > .img-wrapper {
    display: none;
  }
  .navbar-left .dropdown .dropdown-menu ul li a::before {
    background-size: 2.1rem 1.4rem;
    content: "";
    margin-left: -2.6rem;
    width: 2.6rem;
    height: 1.4rem;
    background-repeat: no-repeat;
  }
}
.navbar-nav li.contact-xs + li.lang {
  margin-bottom: 7.5rem;
}
/* Dropdown bei hover 
.dropdown:hover>.dropdown-menu { display: block; }
.navbar-top .dropdown>a.dropdown-toggle:hover + .dropdow-menu { display: block; }*/
/* content */
section.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  section.container-fluid {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
section.container-fluid > .content {
  position: relative;
  /*padding-top: 4rem;*/
  /*@include small {
		padding-left: 2rem;
		padding-right: 2rem;
	}

		@include xs {
		padding-left: 3rem;
		padding-right: 3rem;
	}*/
}
section.container-fluid > .content > div {
  padding-left: 0;
  padding-right: 0;
  /*> div {
			padding-left: 0;
			padding-right: 0;
		}*/
}
section.container > .content, .navbar-nav > li > section.dropdown-menu.fullSize > .content, .nav-pills > li > section.dropdown-menu.fullSize > .content {
  position: relative;
  /*padding-top: 4rem;*/
}
@media screen and (min-width: 1040px) {
  .layout-houses > .content, .layout-blog-overview > .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser-house .content {
  background-color: #eaeaea;
  margin-bottom: 3rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.teaser-house .content > .img {
  padding-bottom: 56.25%;
  position: relative;
}
.teaser-house .content .body {
  box-shadow: 0 0 3rem 0 #eaeaea inset;
  padding: 1.5rem 1.5rem 0.75rem;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .teaser-house .content .body {
    padding: 3rem 3rem 0.75rem;
  }
}
.teaser-house .content .body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background-color: #8bbc3c;
  height: 0;
  display: block;
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
.teaser-house .content .body > .headline {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin: 0 0 1rem;
}
.teaser-house .content .body > .paragraph {
  min-height: 12rem;
}
.teaser-house .content .body > .infos {
  margin-bottom: 0;
  margin-top: 2rem;
  padding: 0;
}
.teaser-house .content .body > .infos > li {
  list-style: none;
  display: inline-block;
  padding-right: 2rem;
}
.teaser-house .content .body > .infos > li + li {
  border-left: 1px solid #8bbc3c;
  padding-left: 2rem;
}
.teaser-house .link-teaser {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999rem;
  top: 0;
  width: 100%;
  outline: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .teaser-house > .content {
    margin-left: 0;
    margin-right: 1.5rem;
  }
  .teaser-house + .teaser-house > .content, .teaser-house + .hidden-sm + .teaser-house > .content {
    margin-left: 1.5rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .teaser-house > .content {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.teaser-house:hover > .content {
  background-color: #ffffff;
}
.teaser-house:hover > .content > .body::before {
  height: 0.3rem;
}
.start-blog {
  position: relative;
  height: 100%;
  margin: -4.5rem -6rem 0 -6rem;
  /* here and mobile */
}
.start-blog .teaser-blogpost {
  border: solid 4.5rem #eaeaea;
  border-color: rgba(255, 255, 255, 0);
  padding: 0;
  /*margin: 4.5rem;*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .start-blog .teaser-blogpost {
    border-width: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .start-blog .teaser-blogpost {
    border-width: 4rem;
  }
}
.blog-post {
  background-color: #eaeaea;
  margin-bottom: 2.5rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  padding-bottom: 2.5rem;
}
.blog-post .btn-outline {
  margin: 4rem 5rem;
  color: #ffffff;
  /* border-radius: 10rem; */
  background-color: #000;
  border-color: transparent;
  text-transform: none;
  text-align: center;
}
.blog-post .btn-outline:hover, .blog-post .btn-outline:focus {
  background-color: #ffffff;
  color: #414141;
  border-color: transparent;
  margin: 4rem 5rem;
}
.blogpost-header {
  padding: 6rem 6rem 0rem;
}
@media screen and (min-width: 1040px) {
  .blogpost-header {
    padding: 3rem 3rem 0.75rem;
  }
}
.blogpost-header .headline {
  font-size: 1.8rem;
  line-height: 1em;
  margin: 0 0 1rem;
}
.blogpost-header .headline a {
  color: inherit;
  text-decoration: none;
}
.blogpost-header .headline a:hover {
  color: #8bbc3c;
}
.blogpost-header .timestamp {
  float: left;
  margin-right: 1.5rem;
}
.blogpost-header .timestamp::before {
  content: "";
  color: #8bbc3c;
  margin-right: 0.75rem;
}
.blogpost-header .reading-time {
  float: left;
}
.blogpost-header .reading-time::before {
  content: "";
  color: #8bbc3c;
  margin-right: 0.75rem;
}
.blogpost-content {
  padding: 0rem 1.5rem 1.5rem;
}
@media screen and (min-width: 1040px) {
  .blogpost-content {
    padding: 0rem 3rem 1.5rem;
  }
}
.blogpost-content .link-more {
  color: #414141;
  text-decoration: underline;
}
.blogpost-content .link-more:hover {
  color: #8bbc3c;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .teaser-blogpost > .blog-post {
    margin-left: 0;
    /* margin-right: 1.5rem; */
  }
  .teaser-blogpost + .teaser-blogpost > .blog-post, .teaser-blogpost + .hidden-sm + .teaser-blogpost > .blog-post {
    /* margin-left: 1.5rem; */
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .teaser-blogpost > .blog-post {
    /* margin-left: 1.5rem;
			margin-right: 1.5rem; */
  }
}
.side-wrapper > .teaser-blogpost {
  padding: 0;
}
.side-wrapper > .teaser-blogpost .teaser {
  padding-bottom: 4rem;
}
.side-wrapper > .teaser-blogpost .teaser .headline {
  display: block;
  /*background-color: rgba(24,41,131,0.75);*/
  margin: 0;
  padding: 0;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  left: 4rem;
  top: 4rem;
  position: absolute;
}
.side-wrapper > .teaser-blogpost .teaser .headline span {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 2rem;
  /*font-size: 3.1rem;*/
  line-height: 1em;
}
.side-wrapper > .teaser-blogpost .teaser .headline span em {
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #ffffff;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.side-wrapper > .teaser-blogpost .teaser .headline span em i {
  margin-left: 0.5rem;
}
.side-wrapper > .teaser-blogpost .teaser .img {
  padding-bottom: 120%;
}
.side-wrapper > .teaser-blogpost .teaser .img .fill {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
}
.side-wrapper > .teaser-blogpost .teaser .img::after {
  background-color: transparent;
}
.side-wrapper > .teaser-blogpost .teaser .link {
  text-indent: -10000px;
}
.side-wrapper > .teaser-blogpost .teaser .link:hover + .img .fill {
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
}
.side-wrapper > .teaser-blogpost .teaser .link:hover + .img::after {
  background-color: #8bbc3c;
}
.side-wrapper > .teaser-blogpost .teaser .link:hover + .img + .headline span em {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1040px) {
  .side-wrapper > .teaser-blogpost > .blog-post {
    margin: 0 0 3rem;
  }
}
.side-wrapper .btn-wrapper {
  text-align: center;
}
.side-wrapper .btn-wrapper .btn {
  color: #8bbc3c;
}
.side-wrapper .btn-wrapper .btn i {
  margin-left: 0;
  padding-right: 1rem;
  color: #8bbc3c;
  font-size: 3.2rem;
}
.side-wrapper .btn-wrapper .btn i, .side-wrapper .btn-wrapper .btn span {
  display: table-cell;
  vertical-align: middle;
}
.side-wrapper .btn-wrapper .btn span {
  border-bottom: 1px solid #ffffff;
}
.side-wrapper .btn-wrapper .btn:hover span, .side-wrapper .btn-wrapper .btn:focus span {
  border-bottom: 1px solid #8bbc3c;
}
.blog-article-header {
  margin-bottom: 1.5rem;
}
.blog-article-header .timestamp {
  float: left;
  margin-right: 1.5rem;
}
.blog-article-header .timestamp::before {
  content: "";
  color: #8bbc3c;
  margin-right: 0.75rem;
}
.blog-article-header .reading-time {
  float: left;
}
.blog-article-header .reading-time::before {
  content: "";
  color: #8bbc3c;
  margin-right: 0.75rem;
}
.blog-article-body .paragraph {
  margin-bottom: 1.5rem;
}
.blog-article-body .blog-img {
  padding: 0 1.5rem 0 0;
}
.blog-article-body .thumbnail {
  border: 0 none;
  border-radius: 0;
  margin: 0.4rem 0 1.5rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .blog-article-body .thumbnail {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.blog-article-body .thumbnail > img, .blog-article-body .thumbnail a > img {
  margin-left: 0;
}
.blog-article-body .video-wrapper > div {
  padding-left: 0;
  padding-right: 0;
}
.blog-pagination, .blog-categories {
  display: block;
  clear: both;
  padding: 0px 1.5rem 1.5rem !important;
}
.blog-pagination a, .blog-categories a {
  color: #414141;
  text-decoration: none;
}
.blog-pagination a:hover, .blog-categories a:hover {
  color: #8bbc3c;
  text-decoration: none;
}
.blog-pagination a.selected, .blog-categories a.selected {
  text-decoration: underline;
}
.panel-group .panel {
  background-color: #eaeaea;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 1rem;
}
.panel-group .panel-heading {
  background-color: #eaeaea;
  border-radius: 0;
  padding: 0;
}
.panel-group .panel-heading .panel-title {
  font-size: 1.6rem;
  line-height: 1.2em;
  padding: 1.5rem;
}
.panel-group .panel-heading .panel-title > a {
  display: block;
  text-decoration: none;
}
.panel-group .panel-heading .panel-title > a::before {
  content: "";
  color: #8bbc3c;
  margin-right: 0.75rem;
}
.panel-group .panel-heading .panel-title > a[aria-expanded="true"]::before {
  content: "";
}
.panel-group .panel-body {
  border-top: 0 none !important;
  padding: 1.5rem;
  background-color: #8bbc3c;
}
.panel-group .panel-body .paragraph {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #ffffff;
}
.panel-group .panel-body .paragraph a:hover, .panel-group .panel-body .paragraph a:focus {
  color: #ffffff;
}
.panel-group .panel-body .thumbnail {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.panel-group .panel-body .thumbnail > a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.layout-text {
  padding-bottom: 5rem;
}
.layout-text .content {
  padding-top: 4.5rem;
}
.layout-text.title {
  padding-bottom: 0;
}
.layout-text.title .page-title {
  font-size: 4.8rem;
  line-height: 1.2em;
  /* color: $color-highlight; */
}
.layout-text .divide {
  background-color: #eaeaea;
}
.layout-text.bg-gray {
  background-color: #eaeaea;
}
.layout-text.bg-gray .divide {
  background-color: #eaeaea;
}
.layout-text .headline {
  /*+ div { padding-bottom: 5rem; }*/
}
.layout-text.bg-alt {
  background-color: #eaeaea;
}
.layout-text.bg-alt .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-text.blog-ov {
  /*padding: 8rem 12rem;*/
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .layout-text.blog-ov {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
  }
}
.layout-text.blog-ov .headline {
  color: #8bbc3c;
  padding-left: 2rem;
  padding-right: 2rem;
}
.layout-text.blog-ov .btn-wrapper {
  padding-top: 6rem;
  text-align: center;
}
.layout-text.blog-ov .btn-wrapper .btn {
  color: #8bbc3c;
}
.layout-text.blog-ov .btn-wrapper .btn i {
  margin-left: 0;
  padding-right: 1rem;
  color: #8bbc3c;
  font-size: 3.2rem;
}
.layout-text.blog-ov .btn-wrapper .btn i, .layout-text.blog-ov .btn-wrapper .btn span {
  display: table-cell;
  vertical-align: middle;
}
.layout-text.blog-ov .btn-wrapper .btn span {
  border-bottom: 1px solid #8bbc3c;
}
.layout-text.blog-ov .btn-wrapper .btn:hover span, .layout-text.blog-ov .btn-wrapper .btn:focus span {
  border-bottom: 1px solid #eaeaea;
}
.layout-text.blog-ov .start-blog {
  overflow: hidden;
}
.layout-text.blog-ov .start-blog .teaser-blogpost {
  /*padding: 4rem;*/
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline {
  display: block;
  /*background-color: rgba(24,41,131,0.75);*/
  margin: 0;
  padding: 0;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  left: 4rem;
  top: 4rem;
  position: absolute;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline::before {
  background-color: rgba(24, 41, 131, 0.2);
  position: absolute;
  z-index: 0;
  content: "";
  top: -4rem;
  left: -4rem;
  width: calc(100% + 8rem);
  height: calc(100% + 8rem);
}
@media screen and (max-width: 767px) {
  .layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline {
    left: 2rem;
    top: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  .layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline::before {
    top: -2rem;
    left: -2rem;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
  }
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline span {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 2rem;
  /*font-size: 3.15rem;*/
  line-height: 1em;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline span em {
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #ffffff;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .headline span em i {
  margin-left: 0.5rem;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .img {
  padding-bottom: 120%;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .img .fill {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .img::after {
  background-color: transparent;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .link {
  text-indent: -10000px;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .link:hover + .img .fill {
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .link:hover + .img::after {
  background-color: #8bbc3c;
}
.layout-text.blog-ov .start-blog .teaser-blogpost .teaser .link:hover + .img + .headline span em {
  display: inline-block;
  opacity: 1;
}
.layout-text.blog-header {
  /*padding: 6rem 12rem 0;*/
  padding-top: 9rem;
  padding-bottom: 0;
  margin-top: 0;
}
.layout-text.blog-header .headline {
  color: #8bbc3c;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.layout-text.blog-header + .layout-blog-overview .blog-ov {
  padding-top: 6rem;
}
.layout-text-img {
  background-color: #fff;
  padding-top: 4.5rem;
  /*.paragraph {
	padding: 5rem 5rem 5rem 0 !important;
	@include xs {
	padding: 2.5rem 2.5rem 0 !important;
}
}*/
  /*.text-wrapper {
	padding: 2rem;
	@include medium-min { & {

	&.col-md-pull-4, &.col-md-pull-6 {
	padding-left: 0 !important;
	padding-right: 4.5rem !important;
}
} }
	@include small { & {
	padding: 2rem !important;
} }
	@include xs {
	padding: 0 0 2.5rem 0 !important;
}
	.paragraph {
	@include xs {
	padding: 0 !important;
}
}
}*/
}
@media screen and (max-width: 767px) {
  .layout-text-img {
    padding-top: 5rem;
  }
}
.layout-text-img.bg-alt {
  background-color: #c9d981;
}
.layout-text-img.bg-dark {
  background-color: #22463a;
}
.layout-text-img .content {
  padding: 0 !important;
  /*@include small { padding: 0 .5rem !important; }
		@include xs { padding: 0 1.5rem !important; }*/
}
.layout-text-img.three-quarter {
  padding: 9.6rem 0;
}
.layout-text-img.three-quarter.blog {
  padding-top: 9.6rem;
}
.layout-text-img.three-quarter.blog .text {
  padding-bottom: 2.4rem;
}
.layout-text-img.three-quarter.blog .img {
  padding-bottom: 2.4rem;
}
.layout-text-img.three-quarter.blog .img img {
  border-radius: 0.4rem;
}
.layout-text-img.three-quarter.bg-alt {
  background-color: #eaeaea;
}
.layout-text-img.three-quarter .headline {
  font-size: 3.2rem;
  line-height: 1.2em;
  color: #22463a;
  font-weight: 700;
  margin-bottom: 3.6rem;
}
.layout-text-img.three-quarter .content {
  /*padding: 2rem;*/
}
.layout-text-img .headline {
  margin-top: 0;
}
.layout-text-img .headlineTwo {
  color: #414141;
}
.layout-text-img .headline.tiny {
  font-size: 2.1rem;
}
.layout-text-img .btn-outline {
  color: #8bbc3c;
  background-color: transparent;
  border-color: #8bbc3c;
  text-transform: none;
  text-align: center;
  border-width: 2px;
  margin-bottom: 0;
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  /* border-radius: 5rem; */
  margin-top: 3.6rem;
}
.layout-text-img .btn-outline span {
  padding: 0 1rem;
  /*color: $color-text-dark;*/
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.layout-text-img .btn-outline:hover, .layout-text-img .btn-outline:focus {
  background-color: #8bbc3c;
  color: #ffffff;
  border-color: #8bbc3c;
  border-width: 2px;
  margin-bottom: 0;
  /*padding: 1rem 1.5rem !important;*/
  text-decoration: none;
  margin-top: 3.6rem;
  /*span { color: $color-text-light; }*/
}
.layout-text-img.bg-alt {
  background-color: #eaeaea;
}
.layout-text-img.bg-dark .btn-outline {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  text-transform: none;
  text-align: center;
  border-width: 2px;
  margin-bottom: 0;
  padding: 1.5rem;
}
.layout-text-img.bg-dark .btn-outline:hover, .layout-text-img.bg-dark .btn-outline:focus {
  background-color: #ffffff;
  color: #8bbc3c;
  border-color: #ffffff;
  border-width: 2px;
  margin-bottom: 0;
}
.layout-text-img .img-wrapper img {
  height: auto;
  width: 100%;
  border-radius: 0.4rem;
}
.layout-text-img.two-thirds.bg-dark {
  color: #ffffff;
}
.layout-text-img.two-thirds.bg-dark .headline {
  color: #ffffff;
}
.layout-text-img.two-thirds.bg-dark .btn-outline {
  color: #ffffff;
  border-color: #ffffff;
}
.layout-text-img.two-thirds.bg-dark .btn-outline:hover, .layout-text-img.two-thirds.bg-dark .btn-outline:focus {
  color: #414141;
  background-color: #ffffff;
}
.layout-text-img.two-thirds .container, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize {
  background-color: transparent;
}
.layout-text-img.two-thirds .container .text-wrapper, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper {
  padding: 0 1.5rem 4.5rem 1.5rem !important;
}
.layout-text-img.two-thirds .container .text-wrapper.col-md-pull-8, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-8, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-8 {
  padding: 0 1.5rem 4.5rem 1.5rem !important;
}
.layout-text-img.two-thirds .container .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-4 {
  padding: 0 1.5rem 4.5rem 1.5rem !important;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.two-thirds .container .text-wrapper, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper {
    padding: 3rem 1.5rem 4.5rem 1.5rem !important;
  }
  .layout-text-img.two-thirds .container .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .container .text-wrapper.col-md-pull-8, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-8, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-8 {
    padding: 3rem 1.5rem 4.5rem 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.two-thirds .container .text-wrapper, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper {
    padding: 3rem 1.5rem 4.5rem 1.5rem !important;
  }
  .layout-text-img.two-thirds .container .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-4, .layout-text-img.two-thirds .container .text-wrapper.col-md-pull-8, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-8, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper.col-md-pull-8 {
    padding: 3rem 1.5rem 4.5rem 1.5rem !important;
  }
}
.layout-text-img.two-thirds .container .text-wrapper .btn-outline, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper .btn-outline, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .text-wrapper .btn-outline {
  margin-top: 4.5rem;
}
.layout-text-img.two-thirds .container .headline, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .headline {
  font-size: 3.2rem;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.two-thirds .container .headline, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .headline {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.two-thirds .container .headline, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .headline {
    font-size: 2.8rem;
  }
}
.layout-text-img.two-thirds .container .img-wrapper, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .img-wrapper, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .img-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.two-thirds .container .img-wrapper, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .img-wrapper, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .img-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.two-thirds .container .img-wrapper, .layout-text-img.two-thirds .navbar-nav > li > .dropdown-menu.fullSize .img-wrapper, .layout-text-img.two-thirds .nav-pills > li > .dropdown-menu.fullSize .img-wrapper {
    padding-bottom: 0;
  }
}
.layout-text-img.fifty-fifty {
  background-color: #ffffff;
  padding-top: 9.6rem;
  /*@include xs {
		padding-left: 3rem;
		padding-right: 3rem;
	}*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty {
    padding-top: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty {
    padding-top: 6rem;
  }
}
.layout-text-img.fifty-fifty .content {
  display: block;
  /*.col-md-6.col-md-push-6 .img-wrapper { padding-left: 2rem; padding-right: 0; }*/
}
@media screen and (min-width: 1040px) {
  .layout-text-img.fifty-fifty .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-text-img.fifty-fifty .content > div:first-child {
  padding-top: 0;
  padding-bottom: 9.6rem;
  padding-right: 2.4rem;
}
.layout-text-img.fifty-fifty .content > div:first-child.col-md-push-6, .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-8 {
  padding-left: 2.4rem;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-6, .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-8 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-6, .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-8 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-6, .layout-text-img.fifty-fifty .content > div:first-child.col-md-push-8 {
    padding: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content > div:first-child {
    padding: 0 0 2.4rem 0;
  }
}
.layout-text-img.fifty-fifty .content .img-wrapper {
  width: 100%;
  position: relative;
  /* here */
  height: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .img-wrapper {
    padding-bottom: 2.5rem;
  }
  .layout-text-img.fifty-fifty .content .img-wrapper.portrait {
    height: 100%;
  }
}
.layout-text-img.fifty-fifty .content .img-wrapper.original {
  text-align: center;
}
.layout-text-img.fifty-fifty .content .img-wrapper.original > img {
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .img-wrapper.original > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .img-wrapper.original > img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .img-wrapper {
    height: 100%;
    padding-bottom: 2rem;
  }
  .layout-text-img.fifty-fifty .content .img-wrapper.portrait {
    height: 80rem;
  }
}
@media screen and (min-width: 1040px) {
  .layout-text-img.fifty-fifty .content .img-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    /*img { margin-top: 14rem; }*/
  }
}
.layout-text-img.fifty-fifty .content .img-wrapper .fill {
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .img-wrapper .fill {
    padding-top: 100%;
  }
}
.layout-text-img.fifty-fifty .content .img-wrapper .fill.top {
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .img-wrapper .fill.top {
    background-position: center center;
  }
}
.layout-text-img.fifty-fifty .content .img-wrapper.video .fill {
  padding-top: 56.5%;
  height: auto;
}
.layout-text-img.fifty-fifty .content .img-wrapper.video .fill.embed-responsive .uc-embedding-container {
  overflow: hidden;
}
.layout-text-img.fifty-fifty .content .img-wrapper.video.short .fill {
  padding-top: 177.77%;
}
.layout-text-img.fifty-fifty .content .img-wrapper.video.short-half {
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.layout-text-img.fifty-fifty .content .img-wrapper.video.short-half .fill {
  padding-top: 177.77%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .img-wrapper.video.short-half {
    width: 100%;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .img-wrapper.video.short-half {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.layout-text-img.fifty-fifty .content .col-md-6 .img-wrapper, .layout-text-img.fifty-fifty .content .col-md-4 .img-wrapper {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .col-md-6 .img-wrapper, .layout-text-img.fifty-fifty .content .col-md-4 .img-wrapper {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .col-md-6 .img-wrapper, .layout-text-img.fifty-fifty .content .col-md-6.col-md-push-6 .img-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .sm-img-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.layout-text-img.fifty-fifty .content .headline {
  color: #22463a;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .headline {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .headline {
    font-size: 3.6rem;
  }
}
.layout-text-img.fifty-fifty .content .headline::after {
  display: none;
}
.layout-text-img.fifty-fifty .content .sub-headline {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.4rem;
  color: #8bbc3c;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .sub-headline {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .sub-headline {
    font-size: 1.75rem;
  }
}
.layout-text-img.fifty-fifty .content .slogan {
  font-size: 2rem;
  line-height: 1.6em;
  font-weight: 400;
  padding-bottom: 4.8rem;
}
.layout-text-img.fifty-fifty .content .text.twoCol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.layout-text-img.fifty-fifty .content .text-wrapper {
  padding: 0 0 9.6rem 4.8rem;
  /* @include xs { padding: 1.5rem 0 4.5rem 0; }*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .text-wrapper {
    padding: 0 2.4rem 7.2rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 1.2rem;
    padding-bottom: 6rem;
  }
}
.layout-text-img.fifty-fifty .content .text-wrapper.col-md-pull-6, .layout-text-img.fifty-fifty .content .text-wrapper.col-md-pull-4 {
  padding: 0 4.8rem 9.6rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .text-wrapper.col-md-pull-6, .layout-text-img.fifty-fifty .content .text-wrapper.col-md-pull-4 {
    padding: 0 2.4rem 7.2rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .content .text-wrapper.col-md-pull-6, .layout-text-img.fifty-fifty .content .text-wrapper.col-md-pull-4 {
    padding-top: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6rem;
  }
}
.layout-text-img.fifty-fifty .content .text-wrapper .paragraph {
  /*padding-bottom: 3.5rem;*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .content .text-wrapper.sm-full {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.4rem;
  }
}
.layout-text-img.fifty-fifty .content .text-wrapper .btn-outline {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  border-color: #8bbc3c;
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-text-img.fifty-fifty .content .text-wrapper .btn-outline:hover {
  border-color: #8bbc3c;
  background-color: transparent;
  color: #8bbc3c;
}
.layout-text-img.fifty-fifty.bg-alt .text-wrapper .btn-outline {
  border-color: #8bbc3c;
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-text-img.fifty-fifty.bg-alt .text-wrapper .btn-outline:hover {
  border-color: #8bbc3c;
  background-color: transparent;
  color: #8bbc3c;
}
.layout-text-img.fifty-fifty.bg-dark .text-wrapper .btn-outline {
  border-color: #8bbc3c;
  background-color: transparent;
  color: #ffffff;
}
.layout-text-img.fifty-fifty.bg-dark .text-wrapper .btn-outline span {
  color: #ffffff;
}
.layout-text-img.fifty-fifty.bg-dark .text-wrapper .btn-outline:hover {
  border-color: #8bbc3c;
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-text-img.fifty-fifty.bg-dark .text-wrapper .btn-outline:hover span {
  color: #ffffff;
}
.layout-text-img.fifty-fifty .layout-carousel {
  height: 100%;
  padding: 0;
}
.layout-text-img.fifty-fifty .layout-carousel .content {
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .layout-carousel .content .carousel {
    padding-top: 56.5%;
  }
  .layout-text-img.fifty-fifty .layout-carousel .content .carousel .carousel-inner {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .layout-carousel .content .carousel {
    padding-top: 56.5%;
  }
  .layout-text-img.fifty-fifty .layout-carousel .content .carousel .carousel-inner {
    top: 0;
  }
}
.layout-text-img.fifty-fifty.boxed .box-l {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.boxed .box-l {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.boxed .box-l {
    margin-right: 0 !important;
  }
}
.layout-text-img.fifty-fifty.boxed .box-r {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.boxed .box-r {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.boxed .box-r {
    margin-left: 0 !important;
  }
}
.layout-text-img.fifty-fifty.boxed .box-l::before, .layout-text-img.fifty-fifty.boxed .box-r::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 1.5rem;
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.boxed .box-l::before, .layout-text-img.fifty-fifty.boxed .box-r::before {
    display: none;
  }
}
.layout-text-img.fifty-fifty.boxed .text-wrapper {
  background-color: #ffffff;
  padding: 5rem !important;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.boxed .text-wrapper {
    padding: 2.5rem !important;
  }
}
.layout-text-img.fifty-fifty.box-cta {
  padding: 9.6rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.box-cta {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta {
    padding: 6rem 0;
  }
}
.layout-text-img.fifty-fifty.box-cta .container, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize {
  padding: 0 !important;
}
.layout-text-img.fifty-fifty.box-cta .container .row, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .row, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .row {
  background-color: #ffffff;
  margin: auto 1.2rem;
  border-radius: 0.4rem;
  padding: 9.6rem 9.6rem 4.8rem 9.6rem !important;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.box-cta .container .row, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .row, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .row {
    padding: 7.2rem 4.8rem 2.4rem 4.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta .container .row, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .row, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .row {
    padding: 3.6rem 1.2rem 2.4rem 1.2rem !important;
  }
}
.layout-text-img.fifty-fifty.box-cta .container.content, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .content.dropdown-menu.fullSize, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .content.dropdown-menu.fullSize {
  display: block;
}
.layout-text-img.fifty-fifty.box-cta .container .headline, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .headline {
  font-size: 3.2rem;
  line-height: 1.2em;
}
.layout-text-img.fifty-fifty.box-cta .container .sub-headline, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .sub-headline, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .sub-headline {
  font-size: 2rem;
  line-height: 1.2em;
}
.layout-text-img.fifty-fifty.box-cta .container .text-wrapper, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .text-wrapper {
  padding: 4rem 1.2rem 7.2rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta .container .text-wrapper, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .text-wrapper, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .text-wrapper {
    padding: 2.4rem 1.2rem 4.8rem 1.2rem !important;
  }
}
.layout-text-img.fifty-fifty.box-cta .container .cta-wrapper, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .cta-wrapper, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .cta-wrapper {
  border-top: 1px solid #eaeaea;
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta .container .cta-wrapper, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .cta-wrapper, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .cta-wrapper {
    padding-top: 3.6rem;
  }
}
.layout-text-img.fifty-fifty.box-cta .container .cta-wrapper .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .cta-wrapper .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .cta-wrapper .btn-wrapper .btn-outline {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta .container .cta-wrapper .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .cta-wrapper .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .cta-wrapper .btn-wrapper .btn-outline {
    margin-top: 1.2rem;
  }
}
.layout-text-img.fifty-fifty.box-cta .container .slogan, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .slogan, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .slogan {
  color: #8bbc3c;
  font-size: 2.4rem;
  line-height: 1.5em;
  padding-bottom: 0;
  padding-left: 4.8rem;
}
.layout-text-img.fifty-fifty.box-cta .container .slogan em, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .slogan em, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .slogan em {
  font-style: normal;
  color: #22463a;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.box-cta .container .slogan, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .slogan, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .slogan {
    padding-left: 0;
    margin-left: -1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta .container .slogan, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .slogan, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .slogan {
    padding-left: 0;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    padding-bottom: 1.2rem;
  }
}
.layout-text-img.fifty-fifty.box-cta .container .btn-wrapper, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper {
  text-align: right;
  margin-right: -1.2rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.box-cta .container .btn-wrapper, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper {
    text-align: left;
    margin-left: -1.2rem;
    margin-bottom: 1.2rem;
  }
}
.layout-text-img.fifty-fifty.box-cta .container .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline {
  margin-top: 0.8rem;
  background-color: #8bbc3c;
  border-color: #8bbc3c;
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
}
.layout-text-img.fifty-fifty.box-cta .container .btn-wrapper .btn-outline span, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline span, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline span {
  color: #ffffff;
}
.layout-text-img.fifty-fifty.box-cta .container .btn-wrapper .btn-outline:hover, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover, .layout-text-img.fifty-fifty.box-cta .container .btn-wrapper .btn-outline:focus, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus {
  background-color: #ffffff;
}
.layout-text-img.fifty-fifty.box-cta .container .btn-wrapper .btn-outline:hover span, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover span, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover span, .layout-text-img.fifty-fifty.box-cta .container .btn-wrapper .btn-outline:focus span, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus span, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus span {
  color: #8bbc3c;
}
.layout-text-img.fifty-fifty.box-cta .container .img-cta, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .img-cta, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .img-cta {
  width: 55%;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
  left: 45%;
}
.layout-text-img.fifty-fifty.box-cta .container .img-cta img, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .img-cta img, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .img-cta img {
  object-fit: cover;
  object-position: center;
}
.layout-text-img.fifty-fifty.box-cta .container .img-cta .img, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .img-cta .img, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .img-cta .img {
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.layout-text-img.fifty-fifty.box-cta .container .img-cta + .img-cta, .layout-text-img.fifty-fifty.box-cta .navbar-nav > li > .dropdown-menu.fullSize .img-cta + .img-cta, .layout-text-img.fifty-fifty.box-cta .nav-pills > li > .dropdown-menu.fullSize .img-cta + .img-cta {
  left: 10%;
  margin-top: -25%;
  z-index: 0;
}
.layout-text-img.fifty-fifty.box-cta.bg-alt {
  background-color: #eaeaea;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .headline, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .headline {
  color: #22463a;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .sub-headline, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .sub-headline, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .sub-headline {
  color: #8bbc3c;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .text, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .text, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .text {
  color: #414141;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline {
  background-color: #8bbc3c;
  border-color: #8bbc3c;
  padding: 1rem 1.5rem;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .btn-wrapper .btn-outline span, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline span, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline span {
  color: #ffffff;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .btn-wrapper .btn-outline:hover, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover, .layout-text-img.fifty-fifty.box-cta.bg-dark .container .btn-wrapper .btn-outline:focus, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus {
  background-color: #ffffff;
}
.layout-text-img.fifty-fifty.box-cta.bg-dark .container .btn-wrapper .btn-outline:hover span, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover span, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:hover span, .layout-text-img.fifty-fifty.box-cta.bg-dark .container .btn-wrapper .btn-outline:focus span, .layout-text-img.fifty-fifty.box-cta.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus span, .layout-text-img.fifty-fifty.box-cta.bg-dark .nav-pills > li > .dropdown-menu.fullSize .btn-wrapper .btn-outline:focus span {
  color: #8bbc3c;
}
.layout-text-img.fifty-fifty.box-cta.two .text-wrapper {
  padding-top: 0;
}
.layout-text-img.fifty-fifty.box-cta.two .btn-wrapper {
  text-align: left;
  margin: 2.4rem 0;
}
.layout-text-img.fifty-fifty.text-only .content .text-wrapper {
  padding-left: 0;
}
.layout-text-img.fifty-fifty .text-portrait {
  padding-bottom: 36.5%;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .text-portrait {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty .text-portrait {
    padding-bottom: 0;
  }
}
.layout-text-img.fifty-fifty.blue .headline {
  color: #2036ae;
}
.layout-text-img.fifty-fifty.blue .btn-outline {
  color: #2036ae;
  border-color: #2036ae;
}
.layout-text-img.fifty-fifty.blue .btn-outline:hover, .layout-text-img.fifty-fifty.blue .btn-outline:focus {
  border-color: #2036ae;
  color: #ffffff;
  background-color: #2036ae;
}
.layout-text-img.fifty-fifty.yellow .headline {
  color: #ffb94b;
}
.layout-text-img.fifty-fifty.yellow .btn-outline {
  color: #ffb94b;
  border-color: #ffb94b;
}
.layout-text-img.fifty-fifty.yellow .btn-outline:hover, .layout-text-img.fifty-fifty.yellow .btn-outline:focus {
  border-color: #ffb94b;
  color: #ffffff;
  background-color: #ffb94b;
}
.layout-text-img.fifty-fifty a.btn {
  /*font-size: 2.1rem;*/
  position: relative;
}
.layout-text-img.fifty-fifty a.btn::after {
  position: absolute;
  display: block;
  border-bottom: 0.1rem solid #ffffff;
  width: 100%;
  bottom: -0.5rem;
  content: "";
  left: 0;
}
.layout-text-img.fifty-fifty a.btn.left {
  padding: 0;
  margin-bottom: 0.5rem;
}
.layout-text-img.fifty-fifty a.btn i {
  margin-left: 0.5rem;
}
.layout-text-img.fifty-fifty a.btn:hover::after {
  border-color: #9c9c9c;
}
.layout-text-img.fifty-fifty.gallery {
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.gallery .carousel-inner {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.gallery .carousel-inner {
    position: absolute;
  }
}
.layout-text-img.fifty-fifty.bg-alt {
  background-color: #eaeaea;
}
.layout-text-img.fifty-fifty.bg-dark {
  background-color: #22463a;
  color: #ffffff;
}
.layout-text-img.fifty-fifty.bg-dark .headline {
  color: #c9d981;
}
.layout-text-img.fifty-fifty.bg-dark .sub-headline {
  color: #ffffff;
}
.layout-text-img.fifty-fifty.bg-dark a.btn {
  color: #ffffff;
}
.layout-text-img.fifty-fifty.single {
  /* padding-top: 0; */
}
.layout-text-img.fifty-fifty.single .img-wrapper {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.single .img-wrapper .fill {
    position: absolute;
    padding-top: 100%;
  }
}
.layout-text-img.fifty-fifty.text-fifty {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.layout-text-img.fifty-fifty.text-fifty .content > div:first-child {
  padding: 0 1.2rem;
}
.layout-text-img.fifty-fifty.code {
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.code {
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.code {
    padding-bottom: 6rem;
  }
}
.layout-text-img.fifty-fifty.code .row {
  width: calc(100% + 2.4rem);
  padding-right: 0 !important;
}
.layout-text-img.fifty-fifty.img-only {
  padding-bottom: 7.2rem;
}
.layout-text-img.fifty-fifty.img-only .content {
  display: block;
}
.layout-text-img.fifty-fifty.img-only .content > div.row:first-child {
  padding-bottom: 2.4rem;
}
.layout-text-img.fifty-fifty.img-only .content .img-outside {
  /*padding-right: 1.2rem;*/
}
.layout-text-img.fifty-fifty.img-only .content .img-outside .fill {
  padding-top: 65%;
  overflow: hidden;
  height: auto;
}
.layout-text-img.fifty-fifty.img-only .content .img-outside .img-wrapper {
  padding: 0;
}
.layout-text-img.fifty-fifty.img-only .content .img-outside + .img-outside {
  /*padding-left: 1.2rem;
						padding-right: 0;*/
  padding-bottom: 2.4rem;
}
.layout-text-img.fifty-fifty.img-only .content .img-outside .video .fill {
  padding-top: 56.5%;
}
.layout-text-img.fifty-fifty.img-only .content .img-outside .video.short .fill {
  padding-top: 177.77%;
}
.layout-text-img.fifty-fifty.img-only .content .img-outside .video.short-half {
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.layout-text-img.fifty-fifty.img-only .content .img-outside .video.short-half .fill {
  padding-top: 177.77%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.img-only .content .img-outside .video.short-half {
    width: 100%;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.img-only .content .img-outside .video.short-half {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.layout-text-img.intro {
  padding: 9.6rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.intro {
    padding: 9.6rem 0;
  }
}
.layout-text-img.intro .headline {
  font-size: 4.8rem;
  line-height: 1.2em;
  margin: 1.45rem 0 3.6rem 0;
  color: #8bbc3c;
}
.layout-text-img.intro .sub-headline {
  font-size: 2rem;
  line-height: 1.2em;
  color: #22463a;
}
.layout-text-img.intro .paragraph {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #22463a;
}
.layout-text-img.intro .img-wrapper {
  padding-top: 7.2rem;
}
.layout-text-img.intro > .content {
  padding-left: 0;
  padding-right: 0;
}
.layout-text-img.intro .paragraph {
  font-size: 2rem;
  line-height: 1.5em;
  padding-bottom: 0.5rem;
}
.layout-text-img.intro .link {
  position: relative;
}
.layout-text-img.intro .link a {
  margin-left: 5.7rem;
  color: #8bbc3c;
  border-bottom: 0.2rem solid #8bbc3c;
  -webkit-transition: color 0.3s ease 0s, color 0.3s ease 0s;
  transition: color 0.3s ease 0s, color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .layout-text-img.intro .link a {
    margin-left: 3.7rem;
  }
}
.layout-text-img.intro .link a:hover {
  text-decoration: none;
  color: #414141;
}
.layout-text-img.intro .link a::before {
  position: absolute;
  content: url("icon.png");
  left: 0;
  top: 0.75rem;
  width: 4.7rem;
  height: 3.1rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.intro .link a::before {
    content: "";
    left: 0;
    top: 0.75rem;
    width: 3.2rem;
    height: 2.1rem;
    background-image: url("icon.png");
    background-size: 3.2rem 2.1rem;
  }
}
.layout-text-img.intro .btn-wrapper .btn-outline {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
}
.layout-text-img.intro .btn-wrapper .btn-outline span {
  color: #414141;
}
.layout-text-img.intro .btn-wrapper .btn-outline:hover, .layout-text-img.intro .btn-wrapper .btn-outline:focus {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
}
.layout-text-img.intro .btn-wrapper .btn-outline:hover span, .layout-text-img.intro .btn-wrapper .btn-outline:focus span {
  color: #ffffff;
}
.layout-text-img.intro.bg-alt .headline {
  color: #22463a;
}
.layout-text-img.intro.bg-alt .sub-headline {
  color: #8bbc3c;
}
.layout-text-img.intro.bg-alt .paragraph {
  color: #22463a;
}
.layout-text-img.intro.bg-alt .btn-wrapper .btn-outline span {
  color: #8bbc3c;
}
.layout-text-img.intro.bg-alt .btn-wrapper .btn-outline:hover span, .layout-text-img.intro.bg-alt .btn-wrapper .btn-outline:focus span {
  color: #ffffff;
}
.layout-text-img.intro.bg-dark .headline {
  color: #ffffff;
}
.layout-text-img.intro.bg-dark .sub-headline {
  color: #8bbc3c;
}
.layout-text-img.intro.bg-dark .paragraph {
  color: #c9d981;
}
.layout-text-img.intro.bg-dark .paragraph a {
  color: #ffffff;
}
.layout-text-img.intro.bg-dark .btn-wrapper .btn-outline {
  border-color: #8bbc3c;
}
.layout-text-img.intro.bg-dark .btn-wrapper .btn-outline span {
  color: #ffffff;
}
.layout-text-img.intro.bg-dark .btn-wrapper .btn-outline:hover, .layout-text-img.intro.bg-dark .btn-wrapper .btn-outline:focus {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  background-color: #8bbc3c;
}
.layout-text-img.intro.bg-dark .btn-wrapper .btn-outline:hover span, .layout-text-img.intro.bg-dark .btn-wrapper .btn-outline:focus span {
  color: #ffffff;
}
.layout-text-img.threes .img-wrapper {
  padding: 0 1.5rem;
}
.layout-text-img.threes .img-wrapper .headline {
  font-size: 3.15rem;
  line-height: 1.5em;
  text-transform: none;
  margin-bottom: 2.5rem;
  position: relative;
  left: -1.5rem;
  bottom: 15rem;
}
.layout-text-img.threes .img-wrapper .headline h1 {
  padding: 1rem 1.5rem 1rem 3.5rem;
  background-color: #22463a;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.threes .img-wrapper .headline {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.threes .img-wrapper .headline {
    font-size: 2.1rem;
  }
}
.layout-text-img.threes .img-wrapper .headline em {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-text-img.threes .img-wrapper .headline em {
    padding: 1.5rem;
  }
}
.layout-text-img.threes .img-wrapper .headline em::after {
  display: block;
  content: "";
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 0px solid #9c9c9c;
  border-top: 15px solid #9c9c9c;
  left: -0.75rem;
  bottom: -1.5rem;
  margin-left: 0.75rem;
  /*transform: rotate(45deg);*/
  z-index: -1;
  position: absolute;
}
.layout-text-img.threes .text-wrapper {
  padding: 0 1.5rem 4.5rem 1.5rem;
}
.layout-text-img.threes .text-wrapper .headline.page-title {
  font-size: 3.2rem;
  line-height: 1.2em;
}
.layout-text-img.threes .text-wrapper .paragraph {
  padding: 0 1.5rem 4.5rem 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 1.5rem;
}
.layout-text-img.threes .text-wrapper .paragraph .headline.sub {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.layout-text-img.threes .text-wrapper .paragraph .headline.sub + .headline.sub {
  margin-top: 3rem;
}
.layout-text-img.threes .text-wrapper .paragraph p.check {
  padding-left: 2.5rem;
  position: relative;
}
.layout-text-img.threes .text-wrapper .paragraph p.check::after {
  font-family: "FontAwesome";
  /*content: $fa-var-check;*/
  content: "y";
  position: absolute;
  left: 0;
  top: 0;
}
.layout-text-img.threes .text-wrapper .paragraph.bg-alt {
  margin-left: 0;
  padding: 1.5rem 1.5rem 4.5rem 1.5rem;
  background-color: #eaeaea;
}
.layout-text-img.threes .text-wrapper .paragraph.contact-box {
  font-size: 1.6rem;
}
.layout-text-img.threes .text-wrapper .paragraph.contact-box .headline {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 3rem;
}
.layout-text-img.threes .text-wrapper .paragraph.contact-box .headline.sub {
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
.layout-text-img.threes .text-wrapper .paragraph + .btn-outline {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.threes .col-lg-7 .col-md-6 {
    padding-right: 0;
  }
  .layout-text-img.threes .col-lg-7 .col-md-6 + .col-md-6 {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.threes .col-lg-7 .col-md-6 {
    padding-right: 0;
  }
  .layout-text-img.threes .col-lg-7 .col-md-6 + .col-md-6 {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
.layout-text-img.full {
  /*padding: 8rem 12rem;
		@extend %padding-topEight;
		@extend %padding-bottomEight;
		@extend %padding-leftTwelve;
		@extend %padding-rightTwelve;*/
}
@media screen and (max-width: 767px) {
  .layout-text-img.full {
    padding-bottom: 4.8rem;
    /*padding-left: 1.5rem; 
			padding-right: 1.5rem; */
  }
  .layout-text-img.full #houseSlideshow, .layout-text-img.full #houseSlideshow0, .layout-text-img.full #houseSlideshow1, .layout-text-img.full #houseSlideshow2, .layout-text-img.full #houseSlideshow3, .layout-text-img.full #houseSlideshow4, .layout-text-img.full #houseSlideshow5, .layout-text-img.full #houseSlideshow6, .layout-text-img.full #houseSlideshow7, .layout-text-img.full #houseSlideshow8, .layout-text-img.full #houseSlideshow9, .layout-text-img.full #houseSlideshow10, .layout-text-img.full #houseSlideshow11, .layout-text-img.full #houseSlideshow12 {
    min-height: auto;
  }
  .layout-text-img.full .carousel-indicators {
    display: none !important;
  }
  .layout-text-img.full .layout-carousel::after {
    display: none !important;
  }
}
.layout-text-img.full .layout-carousel {
  height: 100%;
}
.layout-text-img.full .layout-carousel .content {
  height: 100%;
  display: block;
}
.layout-text-img.full .layout-carousel .content .carousel-inner {
  padding-bottom: 56.5%;
}
.layout-text-img.full .layout-carousel .content .carousel-inner .item {
  position: absolute;
}
.layout-text-img.full .layout-carousel .content .carousel-control > span {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.full .layout-carousel .content .carousel-control > span {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.layout-text-img.full.blogpost {
  padding: 4rem 0;
  position: relative;
}
.layout-text-img.full.blogpost .layout-carousel::after {
  top: 5rem;
}
.layout-text-img.full .headline {
  color: #22463a;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.full .headline {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.full .headline {
    font-size: 3.6rem;
  }
}
.layout-text-img.full .headline::after {
  display: none;
}
.layout-text-img.full .sub-headline {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.4rem;
  color: #8bbc3c;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.full .sub-headline {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.full .sub-headline {
    font-size: 1.75rem;
  }
}
.layout-text-img.full.bg-dark .container .headline, .layout-text-img.full.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-text-img.full.bg-dark .nav-pills > li > .dropdown-menu.fullSize .headline {
  color: #22463a;
}
.layout-text-img.full.bg-dark .container .sub-headline, .layout-text-img.full.bg-dark .navbar-nav > li > .dropdown-menu.fullSize .sub-headline, .layout-text-img.full.bg-dark .nav-pills > li > .dropdown-menu.fullSize .sub-headline {
  color: #8bbc3c;
}
.layout-text-img.full .img-responsive img {
  width: 100%;
  height: auto;
}
.layout-text-img.full.centered .headline, .layout-text-img.full.centered .sub-headline {
  text-align: center;
}
.layout-text-img.collapse-section {
  /*padding: 8rem 12rem;*/
  /*@extend %padding-leftTwelve;
		@extend %padding-rightTwelve;*/
}
.layout-text-img.collapse-section .content .headline {
  /*@extend .headlineafter;*/
}
.layout-text-img.collapse-section .content .headline a {
  color: #22463a;
}
.layout-text-img.collapse-section .content .headline a i {
  margin-left: 1rem;
}
.layout-text-img.collapse-section .content .headline a[aria-expanded="true"] .fas::before {
  content: "";
}
.layout-text-img.collapse-section .content .headline a[aria-expanded="false"] .fas::before {
  content: "";
}
.layout-text-img.collapse-section .content .headline a:hover, .layout-text-img.collapse-section .content .headline a:focus {
  text-decoration: none;
  color: #c9d981;
}
.layout-text-img.collapse-section .content .headline a:hover i, .layout-text-img.collapse-section .content .headline a:focus i {
  color: #c9d981;
}
.layout-text-img.collapse-section .content .paragraph {
  /*padding-top: 4rem;*/
}
.layout-text-img.collapse-section .content .paragraph ul {
  list-style: none;
  padding-left: 0;
  /*font-size: 3.1rem;
					@extend %font-size3-15;*/
  font-size: 1.6rem;
}
.layout-text-img.collapse-section .content .paragraph ul li {
  margin-left: 2.4rem;
}
.layout-text-img.collapse-section .content .paragraph ul li::before {
  margin-left: -3.2rem;
  width: 4.2rem;
  display: block;
  top: 0.4rem;
}
.layout-text-img.collapse-section .content .paragraph ul li + li {
  margin-top: 1.2rem;
}
.layout-text-img.collapse-section .content .paragraph table {
  margin-bottom: 4rem;
  border-collapse: collapse;
  width: 100%;
}
.layout-text-img.collapse-section .content .paragraph table, .layout-text-img.collapse-section .content .paragraph table th, .layout-text-img.collapse-section .content .paragraph table td {
  border: 3px solid #ffffff;
}
.layout-text-img.collapse-section .content .paragraph table tbody tr {
  background-color: #eaeaea;
}
.layout-text-img.collapse-section .content .paragraph table tbody tr td {
  padding: 1.5rem 2rem;
}
.layout-text-img.collapse-section .content .paragraph table tbody tr td + td {
  text-align: center;
}
.layout-text-img.collapse-section .content .paragraph table tbody tr:nth-child(2n+0) {
  background-color: #ffffff;
}
.layout-text-img.collapse-section .content .paragraph table tbody tr:first-child {
  background-color: #22463a;
  color: #ffffff;
}
.layout-text-img.collapse-section.no-bg + .collapse-section.no-bg {
  padding-top: 0;
}
.layout-text-img.collapse-section.bg-dark .content .headline a {
  color: #c9d981;
}
.layout-text-img.collapse-section.bg-dark .content .headline a:hover, .layout-text-img.collapse-section.bg-dark .content .headline a:focus {
  text-decoration: none;
  color: #ffffff;
}
.layout-text-img.collapse-section.bg-dark .content .headline a:hover i, .layout-text-img.collapse-section.bg-dark .content .headline a:focus i {
  color: #ffffff;
}
.layout-text-img.collapse-section.bg-dark .content .paragraph {
  color: #ffffff;
}
.layout-text-img.collapse-section.bg-dark + .collapse-section.bg-dark {
  padding-top: 0;
}
.layout-text-img.collapse-section.bg-alt .content .headline a {
  color: #22463a;
}
.layout-text-img.collapse-section.bg-alt .content .headline a:hover, .layout-text-img.collapse-section.bg-alt .content .headline a:focus {
  text-decoration: none;
  color: #c9d981;
}
.layout-text-img.collapse-section.bg-alt .content .headline a:hover i, .layout-text-img.collapse-section.bg-alt .content .headline a:focus i {
  color: #c9d981;
}
.layout-text-img.collapse-section.bg-alt + .collapse-section.bg-alt {
  padding-top: 0;
}
.layout-text-img.collapse-section.faq .hls .headline {
  color: #8bbc3c;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin: 1.45rem 0 7.2rem 0;
  color: #22463a;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.collapse-section.faq .hls .headline {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapse-section.faq .hls .headline {
    margin-bottom: 4.8rem;
  }
}
.layout-text-img.collapse-section.faq .hls .sub-headline {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #8bbc3c;
}
.layout-text-img.collapse-section.faq .hls .text-wrapper {
  margin-bottom: 3.6rem;
}
.layout-text-img.collapse-section.faq.bg-alt .hls .headline {
  color: #22463a;
}
.layout-text-img.collapse-section.faq.bg-alt .hls .sub-headline {
  color: #8bbc3c;
}
.layout-text-img.collapse-section.faq.bg-dark .hls headline {
  color: #ffffff;
}
.layout-text-img.collapse-section.faq.bg-dark .hls .sub-headline {
  color: #c9d981;
}
.layout-text-img.collapse-section.faq .collapsables .headline {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
.layout-text-img.collapse-section.faq .collapsables .paragraph {
  padding-bottom: 3.6rem;
}
.layout-text-img.collapse-section.faq .collapsables .paragraph ul {
  font-size: 1.6rem;
  line-height: 1em;
}
.layout-text-img.collapse-section.faq .collapsables .paragraph ul li::before {
  top: -1px;
  line-height: 2.1rem;
}
.layout-text-img.categories-wrapper .headline {
  margin-bottom: 2rem;
}
.layout-text-img.categories-wrapper .filter-items {
  margin-left: -2rem;
}
.layout-text-img.categories-wrapper .filter-items .filter-label {
  padding: 4rem 2.5rem 0.5rem 2rem;
  color: #8bbc3c;
  cursor: pointer;
  display: inline-block;
}
.layout-text-img.categories-wrapper .filter-items .filter-label span::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #eaeaea;
}
.layout-text-img.categories-wrapper .filter-items .filter-label:hover span::after {
  border-bottom: 2px solid #8bbc3c;
}
.layout-text-img.categories-wrapper .filter-items .filter-label.active span::after {
  border-bottom: 2px solid #8bbc3c;
}
.layout-text-img.categories-wrapper + .layout-blog-overview > .article-wrapper > .layout-text.blog-ov {
  padding-top: 0;
}
.layout-text-img.fifty-fifty .content > .row:first-child {
  padding-bottom: 0;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third {
  padding: 4.8rem;
  border-radius: 0.4rem;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third.no-bg {
  background-color: #ffffff;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third.bg-alt .sub-headline {
  color: #22463a;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third.bg-dark {
  color: #ffffff;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third.bg-dark .sub-headline {
  color: #ffffff;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third.bg-highlight {
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-text-img.fifty-fifty .content .text-wrapper.box-third.bg-highlight .sub-headline {
  color: #ffffff;
}
.layout-text-img.fifty-fifty .img-outside .img-wrapper {
  position: relative;
}
.layout-text-img.fifty-fifty .img-outside .img-wrapper .center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .img-outside .img-wrapper .center {
    position: relative;
    transform: none;
  }
}
.layout-text-img.fifty-fifty .img-outside .img-wrapper .bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty .img-outside .img-wrapper .bottom {
    position: relative;
    top: 0;
    bottom: auto;
  }
}
.layout-text-img.fifty-fifty .img-outside .img-wrapper.video .embed-responsive {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.single .container.content.fullReverse, .layout-text-img.fifty-fifty.single .navbar-nav > li > .content.fullReverse.dropdown-menu.fullSize, .layout-text-img.fifty-fifty.single .nav-pills > li > .content.fullReverse.dropdown-menu.fullSize {
    display: flex;
    flex-direction: column-reverse;
  }
  .layout-text-img.fifty-fifty.single .container.content.fullReverse .img-outside, .layout-text-img.fifty-fifty.single .navbar-nav > li > .content.fullReverse.dropdown-menu.fullSize .img-outside, .layout-text-img.fifty-fifty.single .nav-pills > li > .content.fullReverse.dropdown-menu.fullSize .img-outside {
    padding-bottom: 7.2rem;
  }
  .layout-text-img.fifty-fifty.single .container.content.fullReverse .text-wrapper, .layout-text-img.fifty-fifty.single .navbar-nav > li > .content.fullReverse.dropdown-menu.fullSize .text-wrapper, .layout-text-img.fifty-fifty.single .nav-pills > li > .content.fullReverse.dropdown-menu.fullSize .text-wrapper {
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.single .container.content.fullReverse, .layout-text-img.fifty-fifty.single .navbar-nav > li > .content.fullReverse.dropdown-menu.fullSize, .layout-text-img.fifty-fifty.single .nav-pills > li > .content.fullReverse.dropdown-menu.fullSize {
    display: flex;
    flex-direction: column-reverse;
  }
  .layout-text-img.fifty-fifty.single .container.content.fullReverse .img-outside, .layout-text-img.fifty-fifty.single .navbar-nav > li > .content.fullReverse.dropdown-menu.fullSize .img-outside, .layout-text-img.fifty-fifty.single .nav-pills > li > .content.fullReverse.dropdown-menu.fullSize .img-outside {
    padding-bottom: 6rem;
  }
  .layout-text-img.fifty-fifty.single .container.content.fullReverse .text-wrapper, .layout-text-img.fifty-fifty.single .navbar-nav > li > .content.fullReverse.dropdown-menu.fullSize .text-wrapper, .layout-text-img.fifty-fifty.single .nav-pills > li > .content.fullReverse.dropdown-menu.fullSize .text-wrapper {
    padding-bottom: 3.6rem;
  }
}
.layout-text-img.fifty-fifty.single .text-wrapper.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.single .text-wrapper.centered {
    display: block;
  }
}
.layout-text-img.fifty-fifty.special-hl .content {
  display: block;
}
.layout-text-img.fifty-fifty.special-hl .content .row + .row {
  display: flex;
}
.layout-text-img.fifty-fifty.special-hl .content .row + .row .img-outside {
  padding-bottom: 9.6rem;
}
.layout-text-img.fifty-fifty.special-hl .content .text-wrapper .paragraph {
  padding-left: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.fifty-fifty.special-hl .content .row + .row {
    display: block;
  }
  .layout-text-img.fifty-fifty.special-hl .content .row + .row .img-outside {
    padding-bottom: 3.6rem;
  }
  .layout-text-img.fifty-fifty.special-hl .content .row + .row .img-outside .fill {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.special-hl .content .row + .row {
    display: block;
  }
  .layout-text-img.fifty-fifty.special-hl .content .row + .row .headline {
    margin: 0;
  }
  .layout-text-img.fifty-fifty.special-hl .content .row + .row .img-outside {
    padding: 0;
    padding-bottom: 2.4rem;
  }
}
.layout-text-img.collapsable {
  background-color: #ffffff;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.collapsable {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.layout-text-img.collapsable .headline {
  color: #22463a;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.collapsable .headline {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .headline {
    font-size: 3.6rem;
  }
}
.layout-text-img.collapsable .headline::after {
  display: none;
}
.layout-text-img.collapsable .sub-headline {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.4rem;
  color: #8bbc3c;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.collapsable .sub-headline {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .sub-headline {
    font-size: 1.75rem;
  }
}
.layout-text-img.collapsable .collapseInstance {
  position: relative;
  margin-top: 4.8rem;
}
.layout-text-img.collapsable .collapseInstance::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #eaeaea;
  z-index: 0;
  margin-left: calc(50% + 1.2rem);
  width: calc(50% - 2.4rem);
  top: 0;
  height: calc(100% + 0.6rem);
  padding: 0 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .collapseInstance::before {
    display: none;
  }
}
.layout-text-img.collapsable .collapseInstance .panel {
  min-height: 7rem;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-color: transparent;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .collapseInstance .panel .panel-heading {
    padding-top: 0.6rem;
  }
}
.layout-text-img.collapsable .collapseInstance .panel .panel-title a {
  position: relative;
  min-height: 4.8rem;
  display: inline-block;
  padding: 1.2rem;
  width: 100%;
  border: 0.2rem solid #eaeaea;
  border-radius: 0.4rem;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-title a[aria-expanded="true"] {
  background-color: #eaeaea;
  color: #414141;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-title i {
  display: inline-block;
  height: 4.8rem;
  width: 4.8rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-title img {
  height: 4.8rem;
  width: auto;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-title span {
  height: 4.8rem;
  display: inline-block;
  margin-left: 1.2rem;
  top: 0;
  position: absolute;
  width: 100%;
  padding-top: 1.2rem;
  font-size: 1.8rem;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-title span h1, .layout-text-img.collapsable .collapseInstance .panel .panel-title span h2, .layout-text-img.collapsable .collapseInstance .panel .panel-title span h3 {
  font-size: inherit;
  margin: inherit;
  font-weight: inherit;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-body {
  border: 0.2rem solid #eaeaea;
  border-radius: 0.4rem;
  background-color: #eaeaea;
  color: #414141;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .collapseInstance .panel .panel-body {
    display: block;
  }
}
.layout-text-img.collapsable .collapseInstance .panel .panel-body .img {
  position: relative;
  height: 100%;
  margin-top: 2rem;
  /*width: 75%;
					height: auto;
					position: relative;
					margin-left: 25%;
					margin-top: 1.2rem;
					max-width: 400px;*/
}
.layout-text-img.collapsable .collapseInstance .panel .panel-body .img img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .collapseInstance .panel .panel-body .img img {
    position: relative;
    height: auto;
    width: 100%;
  }
}
.layout-text-img.collapsable .collapseInstance .panel .panel-body.imgOnly img {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.layout-text-img.collapsable .collapseInstance .panel .panel-collapse[aria-expanded="false"] .img img {
  top: 0;
  right: 0;
  position: relative;
}
.layout-text-img.collapsable .collapseInstance .panel-collapse {
  position: absolute;
  top: 0;
  height: calc(100% + 0.6rem);
}
@media screen and (max-width: 767px) {
  .layout-text-img.collapsable .collapseInstance .panel-collapse {
    position: relative;
  }
}
.layout-text-img.collapsable .collapseInstance .panel-collapse .panel-body {
  height: 100%;
}
.layout-text-img.collapsable.bg-alt {
  background-color: #eaeaea;
}
.layout-text-img.collapsable.bg-alt .collapseInstance::before {
  background: #ffffff;
}
.layout-text-img.collapsable.bg-alt .collapseInstance .panel .panel-title a {
  border-color: #ffffff;
}
.layout-text-img.collapsable.bg-alt .collapseInstance .panel .panel-title a[aria-expanded="true"] {
  background-color: #ffffff;
}
.layout-text-img.collapsable.bg-alt .collapseInstance .panel .panel-body {
  border-color: #ffffff;
  background-color: #ffffff;
}
.layout-text-img.collapsable.bg-dark {
  background-color: #22463a;
}
.layout-text-img.collapsable.bg-dark .headline {
  color: #ffffff;
}
.layout-text-img.collapsable.bg-dark .paragraph {
  color: #ffffff;
}
.layout-text-img.collapsable.bg-dark .collapseInstance .panel .panel-title a {
  color: #ffffff;
  border-color: #eaeaea;
}
.layout-text-img.collapsable.bg-dark .collapseInstance .panel .panel-title a[aria-expanded="true"] {
  background-color: #eaeaea;
  color: #414141;
}
.layout-text-img.collapsable.bg-dark .collapseInstance .panel .panel-body {
  border-color: #eaeaea;
  background-color: #eaeaea;
}
.layout-text-img.collapsable.bg-dark .collapseInstance .panel .panel-body .paragraph {
  color: #414141;
}
.btn-dark, .btn-outline:hover, .btn-dark:hover, .btn-outline {
  border: 3px solid #22463a;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 1.5rem 0;
  /*padding: 1.5rem 3rem 1.5rem 3rem; */
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.btn-dark > span, .btn-outline:hover > span, .btn-dark:hover > span, .btn-outline > span {
  /*padding-left: 1rem;*/
}
.btn-dark, .btn-outline:hover {
  background-color: #22463a;
  color: #ffffff;
}
.btn-dark:hover, .btn-outline {
  background-color: #ffffff;
  color: #22463a;
}
.btn-outline {
  border-radius: 0.4rem;
}
.layout-text-box {
  /*padding-bottom: 5rem;*/
  padding-top: 4.5rem;
}
.layout-text-box.products {
  /*padding-top: 8rem;
		padding-bottom: 8rem;*/
  /*@extend %padding-bottomEight;*/
  padding-bottom: 3rem;
}
.layout-text-box.products .clientVoice {
  padding: 0 9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-box.products .clientVoice {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-box.products .clientVoice {
    padding: 2rem;
  }
}
.layout-text-box.products .clientVoice .client-name {
  text-align: left;
  color: #8bbc3c;
}
.layout-text-box.products .clientVoice .headline {
  /*font-size: 5.2rem;*/
  text-align: left;
  /*@extend .headlineafter;*/
  color: #8bbc3c;
}
.layout-text-box.products .clientVoice .headline::after {
  left: 9rem;
}
@media screen and (max-width: 767px) {
  .layout-text-box.products .clientVoice .headline::after {
    left: 0;
  }
}
.layout-text-box .container, .layout-text-box .navbar-nav > li > .dropdown-menu.fullSize, .layout-text-box .nav-pills > li > .dropdown-menu.fullSize {
  background-color: #ffffff;
}
.layout-text-box.bg-alt, .layout-text-box.bg-gray {
  background-color: #eaeaea;
}
.layout-text-box.bg-alt .container, .layout-text-box.bg-alt .navbar-nav > li > .dropdown-menu.fullSize, .layout-text-box.bg-alt .nav-pills > li > .dropdown-menu.fullSize, .layout-text-box.bg-gray .container, .layout-text-box.bg-gray .navbar-nav > li > .dropdown-menu.fullSize, .layout-text-box.bg-gray .nav-pills > li > .dropdown-menu.fullSize {
  background-color: transparent;
}
.layout-text-box.bg-alt .container.clientVoice::before, .layout-text-box.bg-alt .navbar-nav > li > .clientVoice.dropdown-menu.fullSize::before, .layout-text-box.bg-alt .nav-pills > li > .clientVoice.dropdown-menu.fullSize::before, .layout-text-box.bg-gray .container.clientVoice::before, .layout-text-box.bg-gray .navbar-nav > li > .clientVoice.dropdown-menu.fullSize::before, .layout-text-box.bg-gray .nav-pills > li > .clientVoice.dropdown-menu.fullSize::before {
  display: none;
}
.layout-text-box.bg-dark .clientVoice {
  background-color: transparent;
  color: #ffffff;
}
.layout-text-box.bg-dark .clientVoice .headline {
  color: #ffffff;
}
.layout-text-box.bg-dark .clientVoice .headline::after {
  content: "";
  position: relative;
  bottom: 0;
  width: 7.5%;
  min-width: 12rem;
  display: block;
  margin-top: 5rem;
  border-bottom: 0.4rem solid #ffffff;
}
.layout-text-box .headline {
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 5rem;
  text-transform: none;
  color: #8bbc3c;
}
.layout-text-box .headline::after {
  display: none;
}
.layout-text-box .headline em {
  color: #414141;
}
.layout-text-box .text-wrapper .paragraph ul:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 1040px) {
  .layout-text-box .text-wrapper {
    padding-right: 4.5rem !important;
  }
}
.layout-text-box .side-wrapper .box {
  padding: 1.5rem !important;
}
.layout-text-box .side-wrapper .box .headline, .layout-text-box .side-wrapper .box h1, .layout-text-box .side-wrapper .box h2, .layout-text-box .side-wrapper .box h3, .layout-text-box .side-wrapper .box h4, .layout-text-box .side-wrapper .box h5, .layout-text-box .side-wrapper .box h6 {
  color: #8bbc3c;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
.layout-text-box .side-wrapper .box ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.layout-text-box .side-wrapper .box ul > li::before {
  content: "";
  color: #8bbc3c;
  font-size: 1rem;
  line-height: 2.15rem;
}
.layout-text-box .side-wrapper .box ul > li + li {
  margin-top: 0.25rem;
}
.layout-text-box .side-wrapper .box .paragraph p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout-text-box .side-wrapper .box .paragraph em {
  font-style: normal;
  border-bottom: 2px solid #414141;
}
.layout-text-box .side-wrapper .box.bg-default {
  background-color: #ffffff;
}
.layout-text-box .side-wrapper .box.bg-alternate {
  background-color: #eaeaea;
}
.layout-text-box .side-wrapper .box.bg-highlight {
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-text-box .side-wrapper .box.bg-highlight .paragraph em {
  border-bottom: 2px solid #ffffff;
}
.layout-text-box .side-wrapper .box.bg-highlight a {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.6em;
}
.layout-text-box .side-wrapper .box.bg-highlight ul > li::before {
  color: #ffffff;
}
.layout-text-box .side-wrapper .box + .box {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-box .side-wrapper .box {
    margin-bottom: 3rem;
    margin-top: 0 !important;
    width: 45%;
    width: -webkit-calc(50% - 1.5rem);
    width: -moz-calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
    float: left;
  }
  .layout-text-box .side-wrapper .box:nth-child(2n) {
    float: right;
  }
}
@media screen and (max-width: 1039px) {
  .layout-text-box .side-wrapper {
    margin-top: -2rem;
  }
  .layout-text-box .text-wrapper + .side-wrapper {
    margin-top: 3rem;
  }
}
.layout-text-box.twoCol .column {
  margin-top: 5rem;
}
.layout-text-box.twoCol .column .headline {
  text-align: left;
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.layout-text-box.twoCol .column .headline::after {
  display: none;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.layout-text-box.twoCol .item-wrapper {
  margin-top: 2rem;
}
.layout-text-box.example .blog-article.text-wrapper {
  padding: 0 !important;
}
.layout-text-bgimg {
  background-color: #438b73;
  position: relative;
}
.layout-text-bgimg > .content {
  color: #ffffff;
  padding-bottom: 9rem;
  position: relative;
}
.layout-text-bgimg > .content:before {
  background-color: #438b73;
  content: "";
  display: block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .layout-text-bgimg > .content:before {
    opacity: 0.8;
  }
}
.layout-text-bgimg .box {
  background-color: #bcded3;
  background-color: rgba(188, 222, 211, 0.8);
  color: #438b73;
  margin-top: 6rem;
  padding: 3rem !important;
}
.layout-text-bgimg.text-bg > .content:before {
  opacity: 1;
}
@media screen and (min-width: 1040px) {
  .layout-text-bgimg.text-bg > .bg {
    left: 41.6667%;
    left: -webkit-calc(41.6667% + 11rem);
    left: -moz-calc(41.6667% + 11rem);
    left: calc(41.6667% + 11rem);
  }
  .layout-text-bgimg.text-bg > .content {
    position: relative;
  }
  .layout-text-bgimg.text-bg > .content:before {
    right: 58.3333%;
    right: -webkit-calc(58.3333% - 5rem);
    right: -moz-calc(58.3333% - 5rem);
    right: calc(58.3333% - 5rem);
  }
}
.layout-text-bgimg a, .layout-text-bgimg .paragraph a {
  color: #ffffff;
}
.layout-text-bgimg a:hover, .layout-text-bgimg a:focus, .layout-text-bgimg .paragraph a:hover, .layout-text-bgimg .paragraph a:focus {
  color: #8bbc3c;
}
@media screen and (max-width: 1039px) {
  .layout-text-bgimg {
    padding-bottom: 60vh;
  }
  .layout-text-bgimg .bg {
    height: 60vh;
    top: auto;
  }
}
.layout-teaser {
  /*margin-bottom: -5rem;
	padding-bottom: 9rem;*/
  /*.layout-service + &, .layout-teaser + & {
	padding-top: 0;
}*/
  /*&.overview-boxes { 
	@extend %padding-topEight;
}*/
}
.layout-teaser.no-bg {
  background-color: #ffffff;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-teaser .content {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
.layout-teaser .content .sm-float {
  width: 50%;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-teaser .content {
    margin: 0 3rem;
  }
  .layout-teaser .content .sm-float {
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .layout-teaser .content .sm-float {
    width: calc(100% + 5rem);
    float: none;
    margin: 0 -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-teaser .content {
    padding: 0 !important;
  }
  .layout-teaser .content .sm-float {
    width: 100%;
    margin: 0;
  }
}
.layout-teaser .content .sub-headline {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #8bbc3c;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-teaser .content .sub-headline {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-teaser .content .sub-headline {
    font-size: 1.75rem;
  }
}
.layout-teaser .content .headline {
  color: #22463a;
  line-height: 1.2em;
  margin-top: 1.2rem;
  /*@include small{ padding: 0 2rem 2rem; font-size: 1.8rem; }
			@include xs{ padding: 0 2rem 2rem; font-size: 1.8rem; }*/
}
.layout-teaser .content .col-md-4 .teaser {
  background-color: transparent;
  padding-top: 2.4rem;
}
.layout-teaser .content .col-md-4 .teaser .title {
  /*background-color: rgba(24,41,131,0.75);*/
  margin: 0;
  padding: 0;
  left: 2rem;
  bottom: 2rem;
  position: absolute;
  color: #ffffff;
  font-size: 1.6rem;
}
.layout-teaser .content .col-md-4 .teaser .title span {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 2rem;
  /*font-size: 3.1rem;*/
  line-height: 1.2em;
}
.layout-teaser .content .col-md-4 .teaser .title span em {
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.layout-teaser .content .col-md-4 .teaser .title span em i {
  margin-left: 0.5rem;
}
.layout-teaser .content .col-md-4 .teaser .img {
  padding-bottom: 85%;
  border-radius: 0.5rem;
}
.layout-teaser .content .col-md-4 .teaser .img .fill {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.3s ease 0s, height 0.3s ease 0s;
  transition: width 0.3s ease 0s, height 0.3s ease 0s;
}
.layout-teaser .content .col-md-4 .teaser .img::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.layout-teaser .content .col-md-4 .teaser .img:hover .fill, .layout-teaser .content .col-md-4 .teaser .img:focus .fill {
  width: 105%;
  height: 105%;
}
.layout-teaser .content .col-md-4 .teaser .img:hover::after, .layout-teaser .content .col-md-4 .teaser .img:focus::after {
  opacity: 0;
}
.layout-teaser .content .col-md-4 .teaser .link {
  text-indent: -10000px;
}
.layout-teaser .content .col-md-4 .teaser .link:hover + .img .fill {
  width: 105%;
  height: 105%;
}
.layout-teaser .content .col-md-4 .teaser .link:hover + .img::after {
  opacity: 0;
}
.layout-teaser .content .btn-wrapper {
  text-align: center;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn {
  color: #8bbc3c;
  border-radius: none;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn span, .layout-teaser .content .btn-wrapper .link-collapse.btn i {
  display: table-cell;
  vertical-align: middle;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn i {
  color: #8bbc3c;
  font-size: 3.2rem;
  padding-right: 1rem;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn:hover, .layout-teaser .content .btn-wrapper .link-collapse.btn:focus {
  color: #8bbc3c;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn:hover span, .layout-teaser .content .btn-wrapper .link-collapse.btn:focus span {
  color: #8bbc3c;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn:hover .fas, .layout-teaser .content .btn-wrapper .link-collapse.btn:focus .fas {
  color: #8bbc3c;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn span {
  border-bottom: 1px solid #eaeaea;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn span:hover {
  border-color: #eaeaea;
}
.layout-teaser .content .btn-wrapper .link-collapse.btn:hover span, .layout-teaser .content .btn-wrapper .link-collapse.btn:focus span {
  border-bottom: 1px solid #8bbc3c;
}
.layout-teaser .content .btn-wrapper .btn:active, .layout-teaser .content .btn-wrapper .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.layout-teaser .content .btn-wrapper .link-collapse[aria-expanded="true"] .fas::before {
  display: none;
}
.layout-teaser .content .btn-wrapper .link-collapse[aria-expanded="false"] .fas::before {
  content: "";
}
.layout-teaser .content .btn-wrapper .link-collapse[aria-expanded="false"] .opened {
  display: none;
}
.layout-teaser .content .btn-wrapper .link-collapse[aria-expanded="true"] .closed {
  display: none;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-teaser.overview-boxes .content {
    margin-left: auto;
    margin-right: auto;
  }
}
.layout-teaser .container > .content, .layout-teaser .navbar-nav > li > .dropdown-menu.fullSize > .content, .layout-teaser .nav-pills > li > .dropdown-menu.fullSize > .content {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.layout-teaser .container > .content > div, .layout-teaser .navbar-nav > li > .dropdown-menu.fullSize > .content > div, .layout-teaser .nav-pills > li > .dropdown-menu.fullSize > .content > div {
  padding: 1.5rem !important;
}
.layout-teaser.bg-alt .content .btn-wrapper .link-collapse.btn span {
  border-color: #8bbc3c;
}
.layout-teaser.bg-alt .content .btn-wrapper .link-collapse.btn span:hover, .layout-teaser.bg-alt .content .btn-wrapper .link-collapse.btn span:focus {
  border-color: #ffffff;
}
.layout-teaser.bg-dark .content .headline {
  color: #ffffff;
}
.layout-teaser.bg-dark .content .sub-headline {
  color: #c9d981;
}
.layout-teaser.overview-boxes.successStories.no-bg {
  background-color: #ffffff;
}
.layout-teaser.overview-boxes.successStories .teasersRow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-teaser.overview-boxes.successStories .teasersRow {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-teaser.overview-boxes.successStories .teasersRow {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser-wrapper {
  display: flex;
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser.success {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .details {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background-color: #eaeaea;
  padding: 2rem;
  flex: 1 0 auto;
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .details .title {
  position: relative;
  left: 0;
  bottom: 0;
  color: #8bbc3c;
  font-size: 2.4rem;
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .details .title h2, .layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .details .title h3, .layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .details .title h4 {
  font-size: 2.4rem;
}
.layout-teaser.overview-boxes.successStories .teasersRow .teaser.success .details .item i + span {
  margin-left: 1rem;
}
.layout-teaser.overview-boxes.successStories.bg-alt .teasersRow .teasers.success .details {
  background-color: #ffffff;
}
.layout-service {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.layout-service.usp {
  padding-bottom: 3.6rem;
}
.layout-service.container-fluid > .content.container, .navbar-nav > li.layout-service > .content.dropdown-menu.fullSize, .nav-pills > li.layout-service > .content.dropdown-menu.fullSize {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service.container-fluid > .content.container, .navbar-nav > li.layout-service > .content.dropdown-menu.fullSize, .nav-pills > li.layout-service > .content.dropdown-menu.fullSize {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service.container-fluid > .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-service .icon-fa.top {
  width: 100%;
  padding-bottom: 1.2rem;
}
.layout-service .icon-fa.top i {
  width: 100%;
  font-size: 9.6rem;
  color: #8bbc3c;
}
.layout-service .headline {
  color: #8bbc3c;
  font-size: 4.8rem;
  line-height: 1.2em;
  text-align: center;
  margin: 1.45rem 0 7.2rem 0;
  color: #22463a;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service .headline {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service .headline {
    margin-bottom: 4.8rem;
  }
}
.layout-service .sub-headline {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #8bbc3c;
}
.layout-service .icon {
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .layout-service .icon {
    padding-bottom: 4.5rem;
  }
}
.layout-service .icon i {
  color: #8bbc3c;
}
.layout-service .icon .title {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2rem;
  min-height: 0;
  color: #22463a;
  /* hier */
}
.layout-service .icon .title, .layout-service .icon .text {
  font-size: 1.6rem;
  line-height: 2em;
  color: #9c9c9c;
  color: #22463a;
  /* hier */
}
@media screen and (max-width: 767px) {
  .layout-service .icon .title, .layout-service .icon .text {
    font-size: 1.8rem;
  }
}
.layout-service .icon .text {
  font-weight: 400;
}
.layout-service .icon.list-item {
  padding: 0.5rem 0 0 0;
  text-align: left;
  margin-top: 0.4rem;
  border-bottom: 1px solid #22463a;
}
.layout-service .icon.list-item span.icon-fa, .layout-service .icon.list-item span.title {
  display: table-cell;
  vertical-align: middle;
}
.layout-service .icon.list-item span.icon-fa i {
  font-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  /*background-color: rgb(2,7,67);*/
  position: relative;
  line-height: 1em;
}
.layout-service .icon.list-item span.icon-fa i::before {
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  /* top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);*/
}
.layout-service .icon.list-item span.icon-fa i.fal.fas {
  font-weight: 700;
}
.layout-service .icon.list-item span.title {
  letter-spacing: none;
  font-weight: 400;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin: 0;
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.layout-service .icon.list-item:hover span.title, .layout-service .icon.list-item:focus span.title {
  color: #8bbc3c;
}
.layout-service .icon .key-figure {
  color: #8bbc3c;
  font-weight: 700;
  font-size: 5.1rem;
}
.layout-service .icon .key-figure + .title {
  font-weight: 400;
}
.layout-service .icon span.fa-stack.fa-2x i.fa-stack-2x {
  font-size: 6.3rem;
}
.layout-service .icon a.indent {
  text-indent: -10000px;
}
.layout-service .icon:hover .btn-wrapper .btn-outline {
  /*background-color: $color-darkgreen;
					color: $color-text-light;*/
}
.layout-service.key-figures {
  padding-bottom: 4.5rem;
}
.layout-service.key-figures .icon {
  padding: 0 0 4.5rem;
}
.layout-service .btn-wrapper {
  text-align: left;
  padding: 0;
}
.layout-service .btn-wrapper a.btn-outline {
  color: #22463a;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 1.5rem;
  border-radius: 0.4rem;
  margin-bottom: 6rem;
}
.layout-service .btn-wrapper a.btn-outline:hover {
  color: #ffffff;
  background-color: #22463a;
}
.layout-service .btn-wrapper a.btn-outline i {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service .btn-wrapper a.btn-outline {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service .btn-wrapper a.btn-outline {
    display: block;
    white-space: normal;
    line-height: 1.2em;
    margin-bottom: 3rem;
  }
}
.layout-teaser + .layout-service .headline {
  margin-top: 0;
}
.layout-text .layout-service {
  margin-top: 9rem;
}
.layout-text .layout-service > div {
  width: 50%;
}
.layout-service .service {
  text-align: left;
}
.layout-service .service .headline, .layout-service .service .sub-headline {
  text-align: left;
}
.layout-service .service .headline {
  font-size: 4.8rem;
  line-height: 1.2em;
  margin-bottom: 9.6rem;
  color: #22463a;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service .service .headline {
    margin-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service .service .headline {
    margin-bottom: 6rem;
  }
}
.layout-service .service .headline + .paragraph {
  margin-top: -4.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .layout-service .service .headline + .paragraph {
    margin-top: -2.4rem;
    margin-bottom: 2.4rem;
  }
}
.layout-service .service .sub-headline {
  color: #8bbc3c;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service .service .headline {
    margin-bottom: 9.6rem;
  }
}
.layout-service .service .icon {
  text-align: left;
  padding-top: 0;
  margin-top: 0;
}
.layout-service .service .icon > span.fa-stack.fa-2x {
  width: auto;
  height: 3.2rem;
}
.layout-service .service .icon > span.fa-stack.fa-2x i.fa-stack-2x {
  font-size: 3.2rem;
}
.layout-service .service .icon .title {
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-top: 2.4rem;
  color: #22463a;
}
.layout-service .service .icon .title > h2, .layout-service .service .icon .title > h3, .layout-service .service .icon .title > h4 {
  font-size: 2.4rem;
}
.layout-service .service .icon .text {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 2rem 0 1.2rem 0;
  color: #414141;
}
.layout-service.bg-alt {
  background-color: #eaeaea;
}
.layout-service.bg-alt .headline {
  color: #22463a;
}
.layout-service.bg-alt .sub-headline {
  color: #8bbc3c;
}
.layout-service.bg-alt .icon .title {
  color: #22463a;
}
.layout-service.bg-alt .service .icon .title {
  color: #22463a;
}
.layout-service.bg-alt .service .icon .text {
  color: #22463a;
}
.layout-service.bg-dark {
  color: #ffffff;
  background-color: #22463a;
}
@media screen and (max-width: 767px) {
  .layout-service.bg-dark {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.layout-service.bg-dark .headline {
  color: #ffffff;
}
.layout-service.bg-dark .sub-headline {
  color: #c9d981;
}
.layout-service.bg-dark .icon.list-item {
  border-color: #ffffff;
}
.layout-service.bg-dark .icon.list-item:hover span.icon-fa i::before {
  color: #ffffff;
}
.layout-service.bg-dark .icon i {
  color: #c9d981;
}
.layout-service.bg-dark .icon .title {
  color: #ffffff;
}
.layout-service.bg-dark .service .icon .title {
  color: #ffffff;
}
.layout-service.bg-dark .service .icon .text {
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service.process {
    padding: 9.6rem 0;
  }
}
.layout-service.process .service .icon {
  padding-bottom: 0;
}
.layout-service.process .service .icon > span.fa-stack.fa-2x {
  display: table-cell;
  vertical-align: middle;
  height: 3.6rem;
}
.layout-service.process .service .icon > span.fa-stack.fa-2x i.fa-stack-2x {
  font-size: 6.2rem;
  position: relative;
}
.layout-service.process .service .icon .title {
  font-size: 2.4rem;
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.4rem;
}
.layout-service.process .service .icon .text {
  font-size: 1.6rem;
  line-height: 1.6em;
}
.layout-service.process .service .icon .btn-wrapper .btn-outline {
  background-color: transparent;
}
.layout-service.process .service .icon .btn-wrapper .btn-outline i {
  padding-left: 0;
  margin-left: 0;
  margin-right: 1rem;
  color: #414141;
  transition: color 0.3s ease;
}
.layout-service.process .service .icon .btn-wrapper .btn-outline:hover {
  background-color: #22463a;
}
.layout-service.process .service .icon .btn-wrapper .btn-outline:hover i {
  color: #ffffff;
}
.layout-service.process .service .col-xs-12 + .col-xs-12 .icon {
  padding-top: 7.2rem;
}
.layout-service.process .service .left {
  padding-left: 0;
}
.layout-service.process .service .left .col-xs-12 {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service.process .service .left {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service.process .service .left {
    padding-left: 1.2rem;
  }
}
.layout-service.process .service .right {
  padding-right: 0;
}
.layout-service.process .service .right .col-xs-12 {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service.process .service .right {
    padding-right: 1.2rem;
  }
  .layout-service.process .service .right .col-xs-12 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-service.process .service .right {
    pading-right: 1.2rem;
  }
  .layout-service.process .service .right .col-xs-12 {
    padding-left: 0;
  }
}
.layout-service.process.bg-dark .service .icon > span.fa-stack.fa-2x i.fa-stack-2x {
  color: #8bbc3c;
}
.layout-service.process.bg-dark .service .icon .title {
  color: #c9d981;
}
.layout-service.process.vTwo .service .icon {
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
}
.layout-service.process.vTwo .service .icon > span.fa-stack.fa-2x {
  display: table-cell;
  vertical-align: middle;
  height: 6.2rem;
}
.layout-service.process.vTwo .service .icon > span.fa-stack.fa-2x i.fa-stack-2x {
  font-size: 6.2rem;
  position: relative;
}
.layout-service.process.vTwo .service .icon .title {
  font-size: 3.2rem;
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.4rem;
}
.layout-service.process.vTwo .service .icon .text {
  font-size: 2rem;
  line-height: 1.6em;
}
.layout-service.process.vTwo .service .icon .icon-left {
  height: 9.6rem;
  width: 9.6rem;
}
.layout-service.process.vTwo .service .icon .icon-left img {
  width: 100%;
  height: auto;
}
.layout-service.process.vTwo .service .icon .icon-right {
  padding-left: 3.6rem;
}
.layout-service.process.vTwo .service .icon .icon-right .title {
  padding: 0;
  font-size: 2rem;
}
.layout-service.process.vTwo .service .icon .icon-right .text {
  font-size: 1.6rem;
}
.layout-service.process.vTwo .service .icon .icon-right .text em {
  font-style: normal;
  font-weight: 400;
}
.layout-service.process.vTwo .service .icon + .icon {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .layout-service.process.vTwo .service .icon {
    display: block;
  }
  .layout-service.process.vTwo .service .icon .icon-right {
    padding: 0;
    margin-top: 2.4rem;
  }
  .layout-service.process.vTwo .service .icon + .icon {
    margin-top: 4.8rem;
  }
}
.layout-service.process.vTwo .service .col-xs-12 + .col-xs-12 .icon {
  padding-top: 7.2rem;
}
.layout-service.process.vTwo .service .left {
  padding-left: 0;
}
.layout-service.process.vTwo .service .left .col-xs-12 {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service.process.vTwo .service .left {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-service.process.vTwo .service .left {
    padding-left: 1.2rem;
  }
}
.layout-service.process.vTwo .service .right {
  padding-right: 0;
}
.layout-service.process.vTwo .service .right .col-xs-12 {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service.process.vTwo .service .right {
    padding-right: 1.2rem;
  }
  .layout-service.process.vTwo .service .right .col-xs-12 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-service.process.vTwo .service .right {
    pading-right: 1.2rem;
  }
  .layout-service.process.vTwo .service .right .col-xs-12 {
    padding-left: 0;
  }
}
.layout-service.process.order .service .sub-headline {
  text-align: center;
}
.layout-service.process.order .service .headline {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .layout-service.process.order .service .headline {
    text-align: left;
    margin-bottom: 3.6rem;
  }
}
.layout-service.process.order .service .icon {
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0.5rem;
}
.layout-service.process.order .service .icon .icon-left {
  border: 3px solid #8bbc3c;
  border-radius: 50%;
  flex-shrink: 0;
}
.layout-service.process.order .service .icon .icon-left .number {
  font-size: 4rem;
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .layout-service.process.order .service .icon .icon-left {
    width: 6rem;
    height: 6rem;
  }
  .layout-service.process.order .service .icon .icon-left .number {
    font-size: 2.4rem;
  }
}
.layout-service.process.order .service .icon .icon-right .title {
  width: 100%;
  top: 25%;
  position: relative;
  transform: translate(0, -50%);
  display: block;
  color: #414141;
  font-family: "Roboto", Arial, sans-serif;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .layout-service.process.order .service .icon .icon-right .title {
    transform: none;
  }
}
.layout-service.process.order .service .icon .icon-right .title em {
  font-style: normal;
  font-family: "Roboto 700", Arial, sans-serif;
  font-family: "Roboto 700", sans-serif;
  font-weight: 700;
}
.layout-service.process.order .service .icon + .icon {
  margin-top: 3.6rem;
}
.layout-service.video.left .headline, .layout-service.video.left .sub-headline {
  text-align: left;
}
.layout-service.video.centered .headline, .layout-service.video.centered .sub-headline {
  text-align: center;
}
.layout-service ul.column-list {
  column-count: 3;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-service ul.column-list {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .layout-service ul.column-list {
    column-count: 1;
  }
}
.layout-service ul.column-list ul.level2 {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}
.layout-service ul.column-list ul.level2 span.ultitle {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
.layout-service ul.column-list ul.level2 li:first-child {
  display: inline-block;
  width: 100%;
}
.layout-service ul.column-list ul.level2 li:first-child:hover span.ultitle {
  color: inherit;
  cursor: default;
}
.layout-service ul.column-list ul.level2 li:first-child:hover a {
  color: #8bbc3c;
  cursor: pointer;
}
.layout-service.uspList .headline + .col-xs-12 .paragraph {
  text-align: center;
  padding-bottom: 4.8rem;
}
.layout-teaser .content .teasersRow.imgNoOverlay .col-md-4 .teaser .img::after {
  background-color: transparent;
}
.layout-references .headline {
  color: #8bbc3c;
  font-size: 2.4rem;
}
.layout-references .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding-bottom: 9rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ref-box {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 0px rgba(139, 188, 60, 0);
  cursor: default;
  display: inline-block;
  margin: 0.1rem;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 3rem;
  vertical-align: top;
  width: 100%;
  -webkit-box-flex: 0 1 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 1 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 auto;
  /* Chrome */
  -ms-flex: 0 1 auto;
  /* IE 10 */
  flex: 0 1 auto;
  -webkit-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .ref-box {
    width: -webkit-calc(50% - 0.2rem);
    width: -moz-calc(50% - 0.2rem);
    width: calc(50% - 0.2rem);
  }
}
@media screen and (min-width: 1040px) {
  .ref-box {
    width: -webkit-calc(33.3333% - 0.2rem);
    width: -moz-calc(33.3333% - 0.2rem);
    width: calc(33.3333% - 0.2rem);
  }
}
.ref-box .name {
  color: #8bbc3c;
  font-size: 1.8rem;
}
.ref-box .location {
  font-style: italic;
  color: white;
}
.ref-box .country::before {
  content: ", ";
}
.ref-box .detail {
  margin-top: 1em;
}
.ref-box .detail > .desc {
  display: block;
}
.ref-box:hover {
  box-shadow: inset 0px 0px 15px 0px rgba(139, 188, 60, 0.05);
}
.icon {
  color: #414141;
  cursor: default;
  font-size: 1.65rem;
  position: relative;
  text-align: center;
  margin-top: 0.5rem;
}
.icon > .link {
  z-index: 1;
}
.icon > .fa-stack {
  color: #414141;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  width: 4em;
  white-space: nowrap;
}
.icon > .title {
  color: #8bbc3c;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  letter-spacing: 0.1rem;
  margin: 1rem auto 2rem;
  min-height: 4.32rem;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.icon:hover > .link + .fa-stack {
  color: #414141;
}
.icon:hover > .link ~ .title {
  color: #414141;
}
.teaser {
  background-color: #ffffff;
  position: relative;
}
.teaser.wide {
  /*margin-left:-15px;
		margin-right:-15px;*/
}
.teaser.wide-2 {
  /*margin-left:-15px;
		margin-right:-15px;*/
  background-color: transparent;
  margin: 0 20%;
  margin: 0 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .teaser.wide-2 {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  .teaser.wide-2 {
    margin: 0 2rem;
    padding-bottom: 3rem;
  }
  .teaser.wide-2 + .wide-2 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .teaser.wide-2 {
    margin: 0 1rem;
  }
}
.teaser.wide-2 > .img {
  /*padding-bottom: calc(100% - 2rem);
			border: 1.5rem solid $color-highlight;*/
  padding-bottom: 100%;
  border-radius: 50%;
}
.teaser.wide-2 > .img .fill {
  background-position: center center;
  background-size: cover;
}
.teaser.wide-2 .content {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .teaser.wide-2 .content {
    padding: 2rem 0 !important;
  }
}
.teaser.wide-2 .content .headline {
  /*font-size: 2.1rem;*/
  text-align: center;
  padding: 0;
  color: #414141;
}
.teaser .link {
  z-index: 1;
}
.teaser .link + .img::after {
  background-color: #8bbc3c;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@supports (mix-blend-mode: multiply) {
  .teaser .link + .img::after {
    opacity: 1;
    mix-blend-mode: multiply;
  }
}
.teaser > .img {
  background-color: white;
  margin: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  width: 100%;
}
.teaser > .img > .fill {
  background-position: center center;
  background-size: cover;
}
@media screen and (orientation: landscape) {
  .teaser > .img > .fill.sixteenby8 {
    display: none !important;
  }
  .teaser > .img > .fill.sixteenby9 {
    display: block;
  }
  .teaser > .img > .fill.nineby16 {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .teaser > .img > .fill.sixteenby8 {
    display: none !important;
  }
  .teaser > .img > .fill.sixteenby9 {
    display: none;
  }
  .teaser > .img > .fill.nineby16 {
    display: block !important;
  }
}
.teaser > .img > .content {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.teaser > .img > .content > .headline {
  color: #ffffff;
  /*@extend .fontBold;*/
  font-size: 2.6rem;
  line-height: 1em;
  margin: 0;
}
.teaser > .img > .content > .headline + .paragraph {
  margin-top: 1rem;
}
.teaser > .img > .content > .paragraph {
  color: #b6b6b6;
  font-style: italic;
  line-height: 1.25em;
}
@media screen and (min-width: 1040px) {
  .teaser > .img.wide > .img {
    padding-bottom: 50%;
    padding-bottom: -webkit-calc(50% - 1.5rem);
    padding-bottom: -moz-calc(50% - 1.5rem);
    padding-bottom: calc(50% - 1.5rem);
  }
}
.teaser > .img:hover .link + .img::after {
  background-color: #8bbc3c;
}
.teaser > .img.active .link + .img::after {
  background-color: #8bbc3c;
}
/* page poc */
.poc-group {
  padding: 9.6rem 0;
  background-color: #ffffff;
  /*> .heading {
	> span, > h1, > h2, > h3 {
	@extend .fontBold;
	color: $color-text-dark;
	display: block;
	font-size: 1.8rem;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
}*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .poc-group {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .poc-group {
    padding: 6rem 0;
  }
}
.poc-group .headline > span, .poc-group .headline > h1, .poc-group .headline > h2, .poc-group .headline > h3 {
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 3.6rem;
  text-transform: none;
  color: #22463a;
}
.poc-group .sub-headline {
  font-size: 2rem;
  line-height: 1.2em;
  color: #8bbc3c;
}
.poc-group .text {
  font-size: 2rem;
  line-height: 1.6em;
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .poc-group .text {
    padding-bottom: 7.2rem;
  }
}
.poc-group.centered .headline, .poc-group.centered .sub-headline, .poc-group.centered .text {
  text-align: center;
}
.poc-group .contact-point {
  font-weight: 400;
  padding-bottom: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .poc-group .contact-point {
    padding-bottom: 3.6rem;
  }
}
.poc-group .contact-point > .type {
  color: #c9d981;
}
.poc-group .placeholder {
  padding: 1.2rem 0 4.8rem 0;
  position: relative;
}
.poc-group .placeholder .title {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #22463a;
}
.poc-group .placeholder .title::after {
  content: "";
  left: 2.4rem;
  width: calc(100% - 9.6rem);
  height: calc(100% - 4.8rem);
  position: absolute;
  display: block;
  background-image: url(arrow-big.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.poc-group .cp-cta {
  position: relative;
}
.poc-group .cp-cta .title {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #22463a;
  padding-bottom: 2.4rem;
}
.poc-group .cp-cta .title.quote {
  margin-top: 3.6rem;
  margin-left: 8.4rem;
  font-size: 2.4rem;
  line-height: 1.2em;
  color: #22463a;
}
.poc-group .cp-cta .title.quote::before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 100;
  content: "";
  color: #22463a;
  position: absolute;
  display: block;
  font-size: 6.4rem;
  line-height: 1.2em;
  margin-right: 0;
  margin-left: -8.4rem;
  margin-top: -3.6rem;
}
.poc-group .cp-cta .title.quote + .text {
  margin-left: 8.4rem;
}
.poc-group .cp-cta .text {
  padding-bottom: 2.4rem;
}
.poc-group .cp-cta .btn-wrapper .btn-outline {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  border-color: #8bbc3c;
  background-color: #8bbc3c;
  color: #fff;
}
.poc-group .cp-cta .btn-wrapper .btn-outline:hover, .poc-group .cp-cta .btn-wrapper .btn-outline:focus {
  text-decoration: none;
  background-color: transparent;
  color: #8bbc3c;
}
.poc-group.bg-alt {
  background-color: #eaeaea;
}
.poc-group.bg-alt .headline span {
  color: #22463a;
}
.poc-group.bg-alt .contact-point > .type {
  color: #8bbc3c;
}
.poc-group.bg-alt .cp-cta .title.quote {
  color: #22463a;
}
.poc-group.bg-alt .cp-cta .title.quote::before {
  color: #22463a;
}
.poc-group.bg-dark .headline span, .poc-group.bg-dark .headline h1, .poc-group.bg-dark .headline h2, .poc-group.bg-dark .headline h3 {
  color: #c9d981;
}
.poc-group.bg-dark .sub-headline {
  color: #ffffff;
}
.poc-group.bg-dark .text {
  color: #ffffff;
}
.poc-group.bg-dark .contact-point > .name {
  color: #ffffff;
}
.poc-group.bg-dark .contact-point > div:before {
  color: #ffffff;
}
.poc-group.bg-dark .placeholder .title {
  color: #ffffff;
}
.poc-group.bg-dark .cp-cta .title {
  color: #ffffff;
}
.poc-group.bg-dark .cp-cta .title.quote {
  color: #8bbc3c;
}
.poc-group.bg-dark .cp-cta .title.quote::before {
  color: #ffffff;
}
.poc-group.bg-dark .cp-cta .text {
  color: #ffffff;
}
.poc-group + .layout-overlay .contentOverlay .img-responsive {
  max-width: 32rem;
}
.poc-group + .layout-overlay .contentOverlay .img-responsive img {
  width: 100%;
  height: auto;
}
.poc-entries {
  font-size: 0;
}
.poc-entries > .contact-point {
  display: inline-block;
  font-size: 1.5rem;
  float: none;
  margin: 0 auto;
  vertical-align: top;
  width: 50%;
}
.poc-entries > .contact-point.first.last {
  float: none;
}
@media screen and (max-width: 767px) {
  .poc-entries > .contact-point {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .poc-entries > .contact-point {
    width: 25%;
  }
}
.contact-point {
  display: block;
  text-align: left;
}
.contact-point a.toggle {
  color: #8bbc3c;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  cursor: pointer;
}
.contact-point a.toggle .plus {
  font-size: 4rem;
  position: absolute;
  right: auto;
  top: auto;
  left: 1.2rem;
  bottom: 1.2rem;
  padding: 0.2rem 0.4rem 0.4rem 0.4rem;
  border-radius: 0.2rem;
  background-color: transparent;
}
.contact-point a.toggle:hover .plus {
  background-color: #ffffff;
}
.contact-point > .pic {
  /*background-color: $color-bg-dark;
		border-radius: 50%;*/
  height: 100%;
  /*margin: 1.5rem auto 0;*/
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .contact-point > .pic {
    max-width: 32rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-point > .pic {
    max-width: 32rem;
  }
}
.contact-point > .pic > img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  border-radius: 0.4rem;
}
.contact-point > .name {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-top: 0.8em;
}
.contact-point > .name.centered {
  text-align: center;
}
.contact-point > .type {
  font-size: 1.6rem;
  line-height: 1.5em;
  /*min-height: 2.875rem;*/
}
.contact-point > .phone, .contact-point > .fax, .contact-point > .email, .contact-point > .mobilephone {
  margin-top: 1rem;
}
.contact-point > .phone a, .contact-point > .fax a, .contact-point > .email a, .contact-point > .mobilephone a {
  color: #8bbc3c;
}
.contact-point > .phone a:hover, .contact-point > .fax a:hover, .contact-point > .email a:hover, .contact-point > .mobilephone a:hover {
  color: #22463a;
  text-decoration: none;
}
.contact-point > .phone::before, .contact-point > .fax::before, .contact-point > .email::before, .contact-point > .mobilephone::before {
  margin-right: 0.5rem;
  width: 2rem;
  text-align: center;
}
.contact-point > .phone::before {
  content: "";
}
.contact-point > .fax::before {
  content: "";
}
.contact-point > .email::before {
  content: "";
}
.contact-point > .mobilephone::before {
  content: "";
}
.contact-point > .phone + .fax, .contact-point .phone + .mobilephone {
  margin-top: 0;
}
.profile {
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .profile {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.profile > .img {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 85%;
  position: relative;
  width: 85%;
}
.profile > .caption {
  margin: 3rem 0 6rem;
  text-align: center;
}
.profile > .caption > .name {
  display: block;
  font-size: 1.8rem;
}
.profile > .caption > .title {
  display: block;
  font-size: 1.4rem;
  line-height: 1em;
}
.layout-overlay {
  position: relative;
}
.layout-overlay .content .container-fluid {
  width: 100%;
  height: 100%;
  padding-top: 9rem;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: auto;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-overlay .content .container-fluid {
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-overlay .content .container-fluid {
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-overlay .content .container-fluid .container, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize {
  margin: 0 auto;
  padding-top: 9.6rem;
  padding-top: 9.6rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-overlay .content .container-fluid .container, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-overlay .content .container-fluid .container, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.layout-overlay .content .container-fluid .container .img-responsive img, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .img-responsive img, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .img-responsive img {
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-overlay .content .container-fluid .container .img-responsive, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .img-responsive, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .img-responsive {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-overlay .content .container-fluid .container .img-responsive, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .img-responsive, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .img-responsive {
    padding-bottom: 2.4rem;
    height: 100%;
    width: 100%;
  }
  .layout-overlay .content .container-fluid .container .img-responsive img, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .img-responsive img, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .img-responsive img {
    height: auto;
    width: 100%;
  }
}
.layout-overlay .content .container-fluid .container .headline, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .headline {
  color: #22463a;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-right: 9.6rem;
}
@media screen and (max-width: 767px) {
  .layout-overlay .content .container-fluid .container .headline, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .headline, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .headline {
    padding-right: 0;
  }
}
.layout-overlay .content .container-fluid .container .subheadline, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .subheadline, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .subheadline {
  color: #8bbc3c;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
}
.layout-overlay .content .container-fluid .container .phone, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone, .layout-overlay .content .container-fluid .container .fax, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .fax, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .fax, .layout-overlay .content .container-fluid .container .email, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email, .layout-overlay .content .container-fluid .container .mobilephone, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .mobilephone, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .mobilephone {
  margin-top: 1rem;
}
.layout-overlay .content .container-fluid .container .phone a, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone a, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone a, .layout-overlay .content .container-fluid .container .fax a, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .fax a, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .fax a, .layout-overlay .content .container-fluid .container .email a, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email a, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email a, .layout-overlay .content .container-fluid .container .mobilephone a, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .mobilephone a, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .mobilephone a {
  color: #8bbc3c;
}
.layout-overlay .content .container-fluid .container .phone a:hover, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone a:hover, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone a:hover, .layout-overlay .content .container-fluid .container .fax a:hover, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .fax a:hover, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .fax a:hover, .layout-overlay .content .container-fluid .container .email a:hover, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email a:hover, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email a:hover, .layout-overlay .content .container-fluid .container .mobilephone a:hover, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .mobilephone a:hover, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .mobilephone a:hover {
  color: #22463a;
  text-decoration: none;
}
.layout-overlay .content .container-fluid .container .phone::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone::before, .layout-overlay .content .container-fluid .container .fax::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .fax::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .fax::before, .layout-overlay .content .container-fluid .container .email::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email::before, .layout-overlay .content .container-fluid .container .mobilephone::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .mobilephone::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .mobilephone::before {
  margin-right: 0.5rem;
  width: 2rem;
  text-align: center;
}
.layout-overlay .content .container-fluid .container .email, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email {
  margin-bottom: 2rem;
}
.layout-overlay .content .container-fluid .container .phone::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone::before {
  content: "";
}
.layout-overlay .content .container-fluid .container .fax::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .fax::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .fax::before {
  content: "";
}
.layout-overlay .content .container-fluid .container .email::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .email::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .email::before {
  content: "";
}
.layout-overlay .content .container-fluid .container .mobilephone::before, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .mobilephone::before, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .mobilephone::before {
  content: "";
}
.layout-overlay .content .container-fluid .container .phone + .fax, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone + .fax, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone + .fax, .layout-overlay .content .container-fluid .container .phone + .mobilephone, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .phone + .mobilephone, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .phone + .mobilephone {
  margin-top: 0;
}
.layout-overlay .content .container-fluid .container .close, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .close, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .close {
  position: absolute;
  top: 9.6rem;
  right: 0;
  padding-bottom: 0.4rem;
  background-color: #22463a;
  width: 6rem;
  height: 6rem;
  opacity: 0.8;
  border-radius: 0.4rem;
  color: #8bbc3c;
  text-shadow: none;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-overlay .content .container-fluid .container .close, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .close, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .close {
    top: 7.2rem;
    right: 2.4rem;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .layout-overlay .content .container-fluid .container .close, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .close, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .close {
    top: 6rem;
    right: 2.4rem;
    opacity: 1;
  }
}
.layout-overlay .content .container-fluid .container .close:hover, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .close:hover, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .close:hover {
  opacity: 1;
}
.layout-overlay .content .container-fluid .container .close .plus, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .close .plus, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .close .plus {
  font-size: 5rem;
}
.layout-overlay .content .container-fluid .container .pointer, .layout-overlay .content .container-fluid .navbar-nav > li > .dropdown-menu.fullSize .pointer, .layout-overlay .content .container-fluid .nav-pills > li > .dropdown-menu.fullSize .pointer {
  cursor: pointer;
}
/* Eyecatcher */
.eyecatcher {
  position: relative;
  height: 80rem;
  /*margin: 0 12rem 12rem 12rem;*/
  /*@extend %margin-leftTwelve;
	@extend %margin-bottomTwelve;
	@extend %margin-rightTwelve;*/
  z-index: 0;
  /*@include calc-attribute( "height", "70vh - 11.25rem" );*/
  /*@media screen and (max-width: 1039px) {
	@include calc-attribute( "height", "70vh - 8rem" );
}*/
}
@media screen and (min-width: 1200px) {
  .eyecatcher {
    height: 80rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher {
    height: 80rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher {
    height: calc(100vh - 18rem);
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher {
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }
}
.eyecatcher::after {
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  left: calc(50% - 3rem);
  bottom: 2.5rem;
  /*background-color: $color-highlight;*/
  padding: 1.5rem 2rem;
  content: "";
  color: #ffffff;
  font-size: 2rem;
  font-weight: 100;
  display: none !important;
}
.eyecatcher .carousel > .carousel-inner {
  overflow: visible;
}
.eyecatcher .carousel > .carousel-inner > .item > .fill {
  background-position: center center;
}
.eyecatcher .carousel > .carousel-inner > .item > .fill.overlay {
  background-color: #8bbc3c;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.eyecatcher.map {
  height: 80%;
  height: -webkit-calc(80vh - 16rem);
  height: -moz-calc(80vh - 16rem);
  height: calc(80vh - 16rem);
  z-index: 0;
}
.eyecatcher.map::after {
  display: none;
}
.eyecatcher .container, .eyecatcher .navbar-nav > li > .dropdown-menu.fullSize, .eyecatcher .nav-pills > li > .dropdown-menu.fullSize {
  position: relative;
}
.eyecatcher .carousel-control {
  height: 8rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.eyecatcher .carousel-control span {
  font-size: 4.2rem;
  line-height: 8rem;
  background-color: transparent;
  height: 8rem;
  width: 8rem;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher .carousel-control span {
    line-height: 6rem;
    height: 6rem;
    width: 6rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .carousel-control span {
    line-height: 6rem;
    height: 6rem;
    width: 6rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-control span {
    display: none;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    font-size: 3rem;
  }
}
.eyecatcher .carousel-control.left {
  /*left: -12rem; */
}
.eyecatcher .carousel-control.left span {
  left: 0rem;
  color: #8bbc3c;
}
.eyecatcher .carousel-control.right {
  /*right: -12rem; */
}
.eyecatcher .carousel-control.right span {
  right: 0rem;
}
.eyecatcher .carousel-control.right:hover span {
  color: #8bbc3c;
}
.eyecatcher svg.multiply {
  position: absolute;
  top: 0;
  left: 0;
}
.eyecatcher svg.multiply rect {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}
.eyecatcher > .before {
  position: absolute;
  /*left: -12rem; */
  top: 6rem;
  z-index: 4000;
  width: 24rem;
  height: 12rem;
  background-color: rgba(140, 198, 63, 0.75);
  border: 1px solid transparent;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher > .before {
    width: 18rem;
    height: 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher > .before {
    width: 12rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher > .before {
    display: none;
  }
}
@supports (mix-blend-mode: multiply) {
  .eyecatcher > .before {
    background-color: #8bbc3c;
    mix-blend-mode: multiply;
  }
}
.eyecatcher .multiply-layer {
  top: auto;
  bottom: -12rem;
  left: auto;
  right: -12rem;
  width: 66%;
  height: calc(100% - 6rem);
  position: absolute;
  display: block;
  z-index: 0;
  background-color: rgba(140, 198, 63, 0.75);
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher .multiply-layer {
    right: -9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .multiply-layer {
    bottom: -6rem;
    right: -6rem;
    width: calc(66% + 6rem);
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .multiply-layer {
    right: 0;
    bottom: -4.5rem;
    width: calc(100% - 2rem);
  }
}
@supports (mix-blend-mode: multiply) {
  .eyecatcher .multiply-layer {
    background-color: #8bbc3c;
    mix-blend-mode: multiply;
  }
}
.eyecatcher .carousel-caption {
  z-index: 2000;
  text-align: left;
  text-shadow: none;
  overflow: hidden;
  /*@extend %paddingTwelve;*/
  /*&::before {
		content: '';
		top: 0;
		left: auto;
		right: 0;
		width: 66%;
		height: 100%;
		position: absolute;
		display: block;
		z-index: -1;
		background-color: $color-highlight-opacity;
	}
		@supports (mix-blend-mode: multiply) {
		&::before {
		background-color: $color-highlight;
		mix-blend-mode: multiply;
	}
	}*/
  /*@include xs {
		display: none;
	}*/
}
.eyecatcher .carousel-caption .paragraph {
  /*color: lighten( $color-bg-dark, 80% );*/
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .carousel-caption .paragraph {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-caption .paragraph {
    font-size: 1.6rem;
  }
}
.eyecatcher .carousel-caption .headline {
  top: 0;
  margin: 0;
  color: #ffffff;
  font-size: 6.4rem;
  line-height: 1em;
  padding-bottom: 6rem;
  /*i { font-style: normal; background-color: $color-bg-dark; padding: 1rem 2rem;}
			em { color: $color-text-dark !important; background-color: $color-bg-lightgray; padding: 1rem 2rem; }*/
  /*> span {
			background-color: $color-text-light;
			@include alpha-attribute( "background-color", $color-text-light, 0.8 );
			padding: 1.5rem 1rem;
		}*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .carousel-caption .headline {
    font-size: 5.6rem;
    margin-left: 0;
    padding-bottom: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-caption .headline {
    font-size: 4.8rem;
    padding-bottom: 2.4rem;
    padding-top: 5.2rem;
  }
}
.eyecatcher .carousel-caption .headline::after {
  content: "";
  width: calc(34% - 6rem);
  height: 0;
  left: 0;
  top: 6rem;
  position: relative;
  display: none;
  border-bottom: 0.3rem solid #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .carousel-caption .headline::after {
    top: 4.5rem;
    width: calc(34% - 9rem);
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-caption .headline::after {
    width: 34%;
    top: 3rem;
  }
}
.eyecatcher .carousel-caption .headline + .paragraph {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher .carousel-caption .headline + .paragraph {
    margin-top: 2rem;
  }
}
.eyecatcher .promo {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-decoration: none;
}
.eyecatcher .promo span.promoText {
  font-size: 2.4rem;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10%;
  height: 2.4rem;
  width: 19.8rem;
  overflow: hidden;
  position: relative;
}
.eyecatcher .promo span.promoText img {
  top: 0;
  left: 0;
  display: inline-block;
  position: relative;
}
.eyecatcher .promo span.promoText i {
  margin-left: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .promo span.promoText {
    font-size: 1.8rem;
    height: 1.8rem;
    width: 14.8rem;
  }
  .eyecatcher .promo span.promoText img {
    height: 3.6rem;
    width: 13.4rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .promo span.promoText {
    font-size: 1.8rem;
    height: 1.8rem;
    width: 14.8rem;
  }
  .eyecatcher .promo span.promoText img {
    height: 3.6rem;
    width: 13.4rem;
  }
}
.eyecatcher .promo:hover {
  color: #8bbc3c;
  text-decoration: none;
}
.eyecatcher .promo:hover span.promoText img {
  top: -2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .promo:hover span.promoText img {
    top: -1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .promo:hover span.promoText img {
    top: -1.8rem;
  }
}
.eyecatcher .promo img.promoImg {
  display: inline-block !important;
  max-width: 400px !important;
  z-index: 10000;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .eyecatcher .promo img.promoImg {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher .promo img.promoImg {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher .promo img.promoImg {
    width: 150px;
    height: auto;
  }
}
.eyecatcher.slim {
  /*height: 50%;
		@include viewport-unit( "height", 55vh );*/
  height: 50rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher.slim {
    height: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim {
    height: 26rem;
  }
}
.eyecatcher.slim::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim .carousel-caption {
    left: 2rem;
    padding: 7rem 0 2rem 0;
    bottom: -2rem;
    height: calc(100% + 2rem);
  }
}
.eyecatcher.slim .multiply-layer {
  height: calc(100% - 4rem);
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher.slim .multiply-layer {
    height: calc(100% - 4rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher.slim .multiply-layer {
    height: 100%;
  }
}
.eyecatcher.slim.incontent {
  margin: 0;
  height: 60%;
  height: 65vh;
}
.eyecatcher.slim.incontent::before {
  display: none;
}
.eyecatcher.slim.incontent .carousel-caption {
  top: 9rem;
  bottom: auto;
  /*left: 12rem;*/
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim.incontent .carousel-caption {
    left: 3rem;
  }
}
.eyecatcher.slim.incontent .carousel-caption .headline {
  text-align: left;
  font-size: 8.4rem;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher.slim.incontent .carousel-caption .headline {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim.incontent .carousel-caption .headline {
    font-size: 4.8rem;
  }
}
.eyecatcher.slim.incontent .carousel-caption .headline::after {
  display: none;
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper {
  text-align: left;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim.incontent .carousel-caption .btn-wrapper {
    margin-top: 3rem;
  }
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-outline {
  /* border-radius: 10rem; */
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-outline:hover, .eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-outline:focus {
  background-color: #ffffff;
  color: #9c9c9c;
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline {
    font-size: 1.8rem;
  }
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline i {
  margin-left: 0.5rem;
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline::after {
  border-color: #ffffff;
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline:hover, .eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline:focus {
  text-decoration: none;
  border-color: #8bbc3c;
}
.eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline:hover::after, .eyecatcher.slim.incontent .carousel-caption .btn-wrapper .btn-underline:focus::after {
  border-color: #8bbc3c;
}
@supports (mix-blend-mode: multiply) {
  .eyecatcher.slim.incontent .carousel-caption {
    mix-blend-mode: normal;
  }
}
.eyecatcher .carousel-indicators {
  bottom: 2rem;
  display: none !important;
}
.eyecatcher .carousel-control {
  /*display: none !important;*/
}
.eyecatcher .wave {
  width: 100%;
  height: 20%;
  position: absolute;
}
.eyecatcher.incontent {
  margin-bottom: -5rem;
}
.eyecatcher .expert-search {
  text-align: center;
  /*.headline { font-size: 4.8rem; 
		@include xs {font-size: 3.2rem; line-height: 1.2em; }
	}
		.sub { padding: 3rem 20%; 
		@include small { padding: 3rem; }
		@include xs { font-size: 1.4rem; padding: 1.5rem; }  
		a {
		color: $color-text-light;
		-webkit-transition: text-decoration 0.3s;
		transition: text-decoration 0.3s;
		&:hover, &:focus { text-decoration: underline;  }
	}
	}*/
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search {
    display: block;
    bottom: 3rem;
  }
}
.eyecatcher .expert-search .searchbar-wrapper {
  background-color: #eaeaea;
  border-radius: 0.4rem;
  padding: 2.4rem;
  margin-top: 4.8rem;
  height: 9.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search .searchbar-wrapper {
    padding: 1.2rem;
  }
}
.eyecatcher .expert-search .searchbar-wrapper .searchbar {
  display: inline-block;
  text-align: left;
  width: calc(100% - 10.8rem);
  top: 2.4rem;
  left: 2.4rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search .searchbar-wrapper .searchbar {
    width: calc(100% - 6rem);
    padding: 0;
  }
}
.eyecatcher .expert-search .searchbar-wrapper .searchbar input {
  padding: 1.2rem;
  width: 100%;
  color: #22463a;
  font-size: 1.6rem;
  font-weight: 400;
  border-color: transparent;
  height: 4.8rem;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search .searchbar-wrapper .searchbar input {
    text-align: left;
    padding: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 0;
    height: 5rem;
  }
}
.eyecatcher .expert-search .searchbar-wrapper .searchbutton {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 6rem;
  right: 2.4rem;
  top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search .searchbar-wrapper .searchbutton {
    margin-left: 0;
    padding: 0;
    width: 6rem;
    height: 5rem;
  }
}
.eyecatcher .expert-search .searchbar-wrapper .searchbutton i {
  font-size: 2.7rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search .searchbar-wrapper .searchbutton i {
    font-size: 2.7rem;
    line-height: 1.5em;
  }
}
.eyecatcher .expert-search .searchbar-wrapper .searchbutton .btn-outline {
  font-style: normal;
  padding: 1rem;
  border-color: #8bbc3c;
  background-color: #8bbc3c;
  color: #ffffff;
  position: relative;
  /*top: .5rem; */
  height: 4.8rem;
  width: 6rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .eyecatcher .expert-search .searchbar-wrapper .searchbutton .btn-outline {
    width: 100%;
    height: 5rem;
    padding: 0;
  }
}
.eyecatcher .expert-search .searchbar-wrapper .searchbutton .btn-outline:hover {
  background-color: #8bbc3c;
  color: #22463a;
  font-weight: 700;
}
.eyecatcher .expert-search .searchbar-wrapper .new-eyecatcher-layout .searchbar {
  width: calc(100% - 16.8rem);
}
.eyecatcher .expert-search .searchbar-wrapper .new-eyecatcher-layout .searchbar input {
  background-color: transparent;
  font-size: 2rem;
}
.eyecatcher .expert-search .searchbar-wrapper .new-eyecatcher-layout .searchbutton {
  width: auto;
}
.eyecatcher .expert-search .searchbar-wrapper .new-eyecatcher-layout .searchbutton .btn-outline {
  width: auto;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  padding: 0.8rem 2.6rem 1rem 2.2rem;
}
.eyecatcher .expert-search .searchbar-wrapper .new-eyecatcher-layout .searchbutton .btn-outline .fa-search::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .eyecatcher.experts {
    height: 100vh;
  }
}
.eyecatcher + .bgAfter {
  background-color: #eaeaea;
  position: absolute;
  height: 28rem;
  width: 100%;
  display: block;
  margin-top: -26rem;
  z-index: -1;
}
.eyecatcher + .bgAfter > .scroll {
  color: #8bbc3c;
  position: absolute;
  z-index: 1;
  left: -19rem;
  bottom: 37rem;
  padding-left: 1rem;
  margin-left: 20rem;
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 1.6rem;
}
.eyecatcher + .bgAfter > .scroll::before {
  content: "";
  width: 19rem;
  display: block;
  height: 0.1rem;
  border-bottom: #8bbc3c solid 0.1rem;
  margin-left: -20.5rem;
  padding-top: 1.5rem;
  top: 0;
  left: 1rem;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .eyecatcher + .bgAfter > .scroll {
    left: -19rem;
  }
}
@media screen and (min-width: 1200px) {
  .eyecatcher + .bgAfter > .scroll {
    left: -19rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher + .bgAfter > .scroll {
    left: -20.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher + .bgAfter > .scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher + .bgAfter > .scroll {
    display: none;
  }
}
@supports (mix-blend-mode: multiply) {
  .eyecatcher + .bgAfter .scroll {
    mix-blend-mode: multiply;
  }
}
.eyecatcher.start {
  /*margin: 10rem 10rem 0 10rem; */
  /*here*/
  margin: 0;
  padding-top: 22.4rem;
  height: calc(100vh - 6.4rem);
  min-height: 69.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher.start {
    margin: 0;
    min-height: 64.4rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher.start {
    height: calc(100vh + 6.4rem);
    min-height: 80.4rem;
    margin: 0;
  }
}
.eyecatcher.start .carousel > .carousel-inner > .item {
  display: block;
}
.eyecatcher.start .carousel > .carousel-inner > .item .fill {
  background-attachment: fixed;
}
@media only screen and (max-device-width: 1366px) {
  .eyecatcher.start .carousel > .carousel-inner > .item .fill {
    background-attachment: scroll;
  }
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption {
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  padding-top: 22.4rem;
  /*here*/
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .headline {
  color: #c9d981;
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .headline::after {
  display: none;
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .headline.stamp {
  position: relative;
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .headline.stamp::after {
  content: "";
  left: auto;
  right: -6rem;
  top: 3rem;
  background-image: url("provisionsfrei-stempel.png");
  /*background-image: url('stempel-interim-profis-122.png');
							background-image: url('interim-profis-stempel-sand-160.png');
							background-image: url('stempel-interim-profis-160.png');*/
  background-size: cover;
  width: 16rem;
  height: 16rem;
  display: block;
  position: absolute;
  border-bottom: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .headline.stamp::after {
    right: -7rem;
  }
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .paragraph {
  margin-top: 0;
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .btn-wrapper {
  margin-top: 2rem;
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .btn-wrapper .btn-outline {
  background-color: transparent;
  border: 2px solid #8bbc3c;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  color: #ffffff;
  /* border-radius: 5rem; */
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .btn-wrapper .btn-outline:hover, .eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption .btn-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
  text-decoration: none;
}
.eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4rem;
  color: #ffffff;
  font-size: 4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-weight: 300;
  -webkit-animation: bounce 2s infinite;
}
@media screen and (max-width: 767px) {
  .eyecatcher.start .carousel > .carousel-inner > .item .carousel-caption::after {
    display: none;
  }
}
@-webkit-keyframes bounce {
  0% {
    bottom: 4rem;
  }
  12.5%, 37.5% {
    bottom: 3.2rem;
  }
  25% {
    bottom: 3rem;
  }
  50% {
    bottom: 4rem;
  }
  100% {
    bottom: 4rem;
  }
}
.eyecatcher.start.slim {
  height: calc(50rem + 9.6rem + 20rem);
  background-color: #22463a;
}
.eyecatcher.start.slim .sub-headline {
  padding-bottom: 1.2rem;
  color: #8bbc3c;
  font-size: 2rem;
}
.eyecatcher.start.slim .carousel > .carousel-inner > .item .carousel-caption .headline {
  color: #ffffff;
}
.eyecatcher.start.slim .paragraph {
  font-size: 2rem;
}
.eyecatcher.start.slim .bgLeft > img, .eyecatcher.start.slim .bgRight > img {
  width: 100%;
  height: 100%;
}
.eyecatcher.start.slim .bgLeft {
  position: absolute;
  width: 30rem;
  left: -20rem;
  top: 20rem;
}
.eyecatcher.start.slim .bgRight {
  position: absolute;
  width: 20rem;
  right: -15rem;
  bottom: 10%;
}
.eyecatcher.start.hero-n-wrapper {
  height: calc(80vh - 6.4rem);
}
@media screen and (max-width: 767px) {
  .eyecatcher.start.hero-n-wrapper {
    min-height: 70rem;
  }
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption::after {
  display: none;
}
@media screen and (max-width: 1367px) {
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption {
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption {
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption {
    padding: 9.6rem 2.4rem 0 2.4rem;
  }
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n {
  padding: 6rem 2.4rem 2.4rem 2.4rem;
  background-color: rgba(140, 198, 63, 0.75);
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n {
    padding-top: 3.6rem;
  }
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .headline {
  color: #ffffff;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .headline {
    padding-top: 0;
  }
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .headline::after {
  dislay: none;
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .slogan {
  color: #22463a;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .slogan {
    font-size: 2rem;
  }
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .btn-wrapper .btn-outline {
  background-color: #22463a;
  border-color: #22463a;
  transition: all 0.3s ease;
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .btn-wrapper .btn-outline:hover, .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n .btn-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
  border-color: #8bbc3c;
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n.dark {
  background-color: rgba(34, 70, 58, 0.75);
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n.dark .slogan {
  color: #8bbc3c;
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n.dark .btn-wrapper .btn-outline {
  background-color: #8bbc3c;
  border-color: #8bbc3c;
  transition: all 0.3s ease;
}
.eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n.dark .btn-wrapper .btn-outline:hover, .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption .hero-n.dark .btn-wrapper .btn-outline:focus {
  background-color: #22463a;
  border-color: #22463a;
}
@media screen and (min-width: 768px) and (max-width: 1039px) and (orientation: landscape) {
  .eyecatcher.start.hero-n-wrapper {
    height: calc(100vh - 6.4rem);
  }
  .eyecatcher.start.hero-n-wrapper .carousel > .carousel-inner > .item .carousel-caption {
    padding-top: 6.4rem;
  }
}
.spacer {
  display: block;
  height: 1.5rem;
}
@media screen and (max-width: 1039px) {
  .spacer {
    display: none;
  }
}
/* Leistung Seite */
.leistung .text-wrapper {
  padding-left: 0 !important;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1039px) {
  .leistung .text-wrapper {
    padding-right: 0 !important;
  }
}
.leistung .leistung-img-wrapper {
  padding-left: 1.5rem !important;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1039px) {
  .leistung .leistung-img-wrapper {
    padding-left: 0 !important;
  }
}
.leistung .leistung-img-wrapper img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .leistung .leistung-img-wrapper {
    margin-bottom: 2.5rem;
  }
}
.leistung .spruch {
  font-size: 4.4rem;
  line-height: 5rem;
  color: #22463a;
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .leistung .spruch {
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.leistung .spruch.tiny {
  font-size: 2.4rem;
  line-height: 1.2em;
  padding-left: 10rem;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .spruch.tiny {
    padding-left: 8rem;
  }
}
.leistung .spruch.tiny div {
  /*margin-top: -8rem;*/
}
.leistung .spruch.tiny div span {
  /*&::after {
					@extend .fontDefault;
					color: $color-text-gray;
					position: relative; 
					content: '«'; 
					font-size: 3.2rem;
					line-height: 3.2rem;
					margin-left: 1rem;
				}*/
}
.leistung .spruch.tiny div span::before {
  color: #22463a;
  position: absolute;
  display: block;
  content: "";
  font-size: 6.4rem;
  line-height: 1.2em;
  margin-right: 0;
  margin-left: -10rem;
  margin-top: -4.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .spruch.tiny div span::before {
    font-size: 5.6rem;
    margin-left: -8rem;
  }
}
.leistung .spruch.tiny div span.cop::before {
  content: "";
  margin-top: -4rem;
  margin-left: -9.4rem;
}
@media screen and (max-width: 767px) {
  .leistung .spruch.tiny div span.cop::before {
    margin-top: -9rem !important;
  }
}
.leistung .begleittext {
  margin-top: 3rem;
  font-size: 1.8rem;
}
.leistung .begleittext h1, .leistung .begleittext h2, .leistung .begleittext h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung.quote {
    padding: 0 2.4rem 4.8rem 2.4rem !important;
  }
}
.leistung .quote-wrapper {
  /*padding-top: 9.9rem;
		padding-left: 9.6rem !important;
		padding-right: 9.6rem !important;
		@include small { padding: 7.2rem 4.8rem 0 4.8rem !important; }*/
  /*@include screen(null,$breakpoint-medium - 1px,null){ 
		& { 
		top: 0;
		left: 0;
		width: 100%;*
		@include calc-attribute("width", "100% - 2rem");
	}
	};*/
  text-align: left;
  /*&.quote-margin { margin-left: 2rem; }*/
}
.leistung .quote-wrapper::after {
  content: "";
  background-image: url("/css/arrow-big.png");
  display: block;
  position: relative;
  width: 100%;
  height: 258px;
  right: 0;
  top: -4.8rem;
  margin-bottom: -4.8rem;
  background-position-x: right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .quote-wrapper::after {
    background-size: 100% auto;
    height: 21vw;
    min-height: 229px;
    top: 2.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .leistung .quote-wrapper::after {
    background-size: contain;
    top: 0;
    left: 4.8rem;
    width: calc(100% - 4.8rem);
    height: 180px;
  }
}
.leistung .quote-wrapper.quote-padding {
  padding-bottom: 7.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .quote-wrapper.quote-padding {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .quote-wrapper.quote-padding::after {
    background-size: 66.7% auto;
    height: 24vw;
    min-height: 229px;
  }
}
.leistung .quote-wrapper .name, .leistung .quote-wrapper .function {
  text-align: left;
  color: #22463a;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  padding-left: 10rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .quote-wrapper .name, .leistung .quote-wrapper .function {
    padding-left: 8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .leistung .quote-wrapper .name, .leistung .quote-wrapper .function {
    padding-left: 0;
    padding-right: 9.6rem;
    font-size: 1.4rem;
  }
}
.leistung .quote-wrapper .function {
  color: #c9d981;
}
.leistung .quote-wrapper > div {
  padding-left: 0;
  padding-right: 0;
}
.leistung .quote-wrapper > div figure.profile {
  padding: 6.4rem 0 0 0;
  margin-bottom: -3.6rem;
  margin-left: -9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistung .quote-wrapper > div figure.profile {
    margin-left: 0;
    padding-top: 4.8rem;
  }
}
.leistung .quote-wrapper > div figure.profile > .img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 0.4rem;
  z-index: 2;
}
.leistung .centered .spruch, .leistung .centered .name {
  text-align: left;
}
.layout-text-img.quotewrapper {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  /*&.bg-alt, &.bg-dark {
	.carousel {
	.carousel-indicators li {
	border-color: $color-darkgreen;
}
	.carousel-indicators .active {
	background-color: $color-darkgreen;
}
}
}*/
  /*&.newTestimonial {
	.carousel-inner { overflow: visible; }
}*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.quotewrapper {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.quotewrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-top: solid 15.6rem #ffffff;
  }
}
.layout-text-img.quotewrapper figure.profile {
  padding: 0 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .layout-text-img.quotewrapper figure.profile {
    margin-top: -21.6rem;
    padding: 1.2rem 6rem 7.2rem 6rem;
  }
}
.layout-text-img.quotewrapper figure.profile .img {
  border-radius: 0.4rem;
  width: 100%;
  padding-bottom: 100%;
}
.layout-text-img.quotewrapper .leistung .spruch.tiny {
  padding-top: 3.6rem;
}
.layout-text-img.quotewrapper .leistung .spruch.tiny a {
  color: #8bbc3c;
}
.layout-text-img.quotewrapper .leistung .spruch.tiny a:hover, .layout-text-img.quotewrapper .leistung .spruch.tiny a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.quotewrapper .leistung .spruch.tiny {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.quotewrapper .leistung .spruch.tiny {
    font-size: 2.1rem;
    padding-left: 0;
  }
  .layout-text-img.quotewrapper .leistung .spruch.tiny div span::before {
    margin-left: 0;
    margin-top: -8rem;
  }
}
.layout-text-img.quotewrapper.bg-dark .leistung .spruch {
  color: #8bbc3c;
}
.layout-text-img.quotewrapper.bg-dark .leistung .spruch.tiny div span::before {
  color: #ffffff;
  font-weight: 100;
}
.layout-text-img.quotewrapper.bg-dark .leistung .name {
  color: #ffffff;
}
.layout-text-img.quotewrapper .carousel {
  position: relative;
}
.layout-text-img.quotewrapper .carousel .carousel-control > span {
  top: auto;
  bottom: 0;
}
.layout-text-img.quotewrapper .carousel .carousel-indicators {
  bottom: 0;
}
.layout-text-img.quotewrapper .carousel .carousel-indicators li {
  border-color: #22463a;
}
.layout-text-img.quotewrapper .carousel .carousel-indicators .active {
  background-color: #22463a;
}
.layout-text-img.quotewrapper .carousel .leistung .quote-wrapper::after {
  content: none;
  display: none;
  background-image: none;
}
.layout-text-img.quotewrapper .carousel .quote-wrapper.quote-padding .spruch.tiny > div > span {
  width: calc(100% - 4.8rem);
  display: inline-block;
}
.layout-text-img.quotewrapper .carousel .img-wrapper + .quote-wrapper .spruch.tiny > div > span {
  width: calc(100% - 4.8rem);
  display: inline-block;
}
.layout-text-img.quotewrapper .carousel .img-wrapper figure {
  padding-bottom: 5rem;
}
.layout-text-img.quotewrapper .carousel .carousel-control {
  color: #22463a;
}
.layout-text-img.quotewrapper .carousel .carousel-control span {
  background-color: transparent;
}
.layout-text-img.quotewrapper .carousel > .carousel-inner > .item {
  height: auto;
}
.layout-text-img.quotewrapper.bg-dark .carousel .carousel-indicators li {
  border-color: #ffffff;
}
.layout-text-img.quotewrapper.bg-dark .carousel .carousel-indicators .active {
  background-color: #ffffff;
}
.layout-text-img.quotewrapper.bg-dark .carousel .carousel-control {
  background-color: transparent;
  color: #ffffff;
}
.layout-text-img.fifty-fifty.linkcloud-section {
  padding-bottom: 9.6rem;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud .btn-wrapper {
  border-radius: 0.4rem;
  display: flex;
  background-color: #eaeaea;
  border: solid 2px #eaeaea;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud .btn-wrapper:hover {
  background-color: transparent;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud .btn-wrapper .link-fluid {
  color: #414141;
  position: relative;
  margin-left: 2rem;
  padding: 1.6rem 2.4rem;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud .btn-wrapper .link-fluid:hover {
  text-decoration: none;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud .btn-wrapper .link-fluid::before {
  content: "»";
  color: #8bbc3c;
  position: absolute;
  left: 0;
}
.layout-text-img.fifty-fifty.linkcloud-section .linkcloud + .linkcloud .btn-wrapper .link-fluid em {
  font-style: normal;
  font-weight: 700;
}
.layout-text-img.fifty-fifty.linkcloud-section.bg-dark .linkcloud .btn-wrapper, .layout-text-img.fifty-fifty.linkcloud-section.bg-alt .linkcloud .btn-wrapper {
  background-color: #ffffff;
  border: solid 2px #ffffff;
}
.layout-text-img.fifty-fifty.linkcloud-section.bg-dark .linkcloud .btn-wrapper:hover, .layout-text-img.fifty-fifty.linkcloud-section.bg-alt .linkcloud .btn-wrapper:hover {
  background-color: transparent;
}
/* Zitate-Slider */
.branche {
  height: 55vh;
  min-height: 500px;
}
.branche .container, .branche .navbar-nav > li > .dropdown-menu.fullSize, .branche .nav-pills > li > .dropdown-menu.fullSize {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #da0013;
  padding-right: 0;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.branche .carousel-caption {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}
.branche .logo {
  position: absolute;
  top: 0;
  right: 80px;
  background: #fff;
  padding: 100px 40px 40px 40px;
}
.branche .logo img {
  width: 180px;
  height: 100%;
}
.branche .box {
  position: relative;
  left: 0;
  top: 0;
  padding: 25px 0 40px 0;
}
.branche .box .title {
  color: #fff;
  font-size: 2.1em;
  text-transform: none;
  font-weight: 400;
  line-height: 1em;
}
.branche .box .subtitle {
  margin-top: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #fff;
  text-transform: none;
  white-space: normal;
}
.branche .description {
  text-align: left;
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 1.1em;
}
.branche .description p {
  padding-top: 15px;
  color: #fff;
}
.branche .link {
  /*padding: 10px 15px;
		background-color: #da0013;*/
  left: 0;
  bottom: 0;
  position: relative;
  text-align: left;
}
.branche .link a {
  color: #fff;
  background-color: #da0013;
  border-color: #fff;
  border-radius: 0;
  border-width: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.branche .link a:hover, .branche .branche .link a:focus {
  color: #da0013;
  background-color: #fff;
}
.branche .carousel-indicators {
  display: none !important;
}
.branche .img-wrapper {
  height: 100%;
  padding-right: 0;
}
.layout-cta-big {
  overflow: hidden;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.layout-cta-big .transparent {
  border-radius: 0.4rem;
  background: transparent;
  position: relative;
  text-align: center;
  padding-top: 5.6rem;
  padding-bottom: 7.2rem;
}
.layout-cta-big .transparent .headline {
  margin-bottom: 4.8rem;
  color: #fff;
  font-size: 3.2rem;
}
.layout-cta-big .transparent::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 0px 4000px #ffffff;
  z-index: -1;
}
.layout-cta-big .transparent .btn-wrapper a {
  position: relative;
}
.layout-cta-big .transparent .btn-wrapper a::before {
  content: "»";
  position: absolute;
  left: 2rem;
}
.layout-cta-big .transparent .btn-wrapper a.btn-outline {
  border: 2px solid #ffffff;
  padding: 1.6rem 2.4rem 1.4rem 3.4rem;
}
.layout-cta-big .transparent .btn-wrapper a.btn-outline:hover {
  background: transparent;
}
.layout-cta-big .transparent .btn-wrapper a.no-btn {
  padding: 0.6rem 0.6rem 0.6rem 1.6rem;
  color: #ffffff;
  text-decoration: underline;
}
.layout-cta-big .transparent .btn-wrapper a.no-btn::before {
  left: 0;
  top: 0.4rem;
}
.layout-cta-big .transparent .btn-wrapper a.no-btn:hover {
  text-decoration: none;
}
.layout-cta-big.bg-alt {
  background-color: transparent;
}
.layout-cta-big.bg-alt .transparent::after {
  box-shadow: 0px 0px 0px 4000px #eaeaea;
}
/* Leistungen Boxes */
.layout-text-boxes .content.container, .layout-text-boxes .navbar-nav > li > .content.dropdown-menu.fullSize, .layout-text-boxes .nav-pills > li > .content.dropdown-menu.fullSize {
  padding: 0;
}
.layout-text-boxes.no-bg {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-boxes .content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-boxes .content {
    padding: 0 !important;
  }
}
.layout-text-boxes .headline {
  text-align: center;
  color: #22463a;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 7.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-boxes .headline {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-boxes .headline {
    margin-bottom: 4.8rem;
  }
}
.layout-text-boxes .headline.tiny {
  color: #8bbc3c;
  font-size: 2rem;
  margin-top: 9.6rem;
  margin-bottom: 1.45rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-boxes .headline.tiny {
    margin-top: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-boxes .headline.tiny {
    margin-top: 6rem;
  }
}
.layout-text-boxes.bg-alt {
  background-color: #eaeaea;
}
.layout-text-boxes.bg-alt .headline {
  color: #22463a;
}
.layout-text-boxes.bg-alt .headline.tiny {
  color: #8bbc3c;
}
.layout-text-boxes.bg-dark {
  background-color: #22463a;
}
.layout-text-boxes.bg-dark .headline {
  color: #ffffff;
}
.layout-text-boxes.bg-dark .headline.tiny {
  color: #8bbc3c;
}
.layout-text-boxes.bg-inv .headline.tiny {
  color: #ffffff;
}
.layout-text-boxes.products {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.layout-text-boxes.products .headline {
  text-align: left;
  color: #ffffff;
  margin-bottom: 3rem;
  /*@include xs { font-size: 2.6rem; }*/
}
.layout-text-boxes.products .headline.tiny {
  color: #8bbc3c;
  font-size: 2rem;
  margin-bottom: 1.45rem;
}
.layout-text-boxes.products .text-top {
  margin-bottom: 7.2rem;
  color: #ffffff;
}
.layout-text-boxes.products .text-top .paragraph {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-text-boxes.products .text-top .paragraph {
    font-size: 1.6rem;
  }
}
.layout-text-boxes.products .centered .headline {
  text-align: center;
}
.layout-text-boxes.products .centered .headline.tiny {
  text-align: center;
}
.layout-text-boxes.products .centered .text-top {
  text-align: center;
}
.layout-text-boxes.products .leistungen-boxes.center .leistung-box.product .blog-post .blogpost-header .headline {
  text-align: center;
}
.layout-text-boxes.products.bg-overlay {
  position: relative;
}
.layout-text-boxes.products.bg-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.layout-text-boxes.products .bg-box-overlay {
  margin-top: 9.6rem;
  border-radius: 0.4rem;
  margin-left: 1.2rem;
  width: calc(100% - 2.4rem);
  padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .layout-text-boxes.products .bg-box-overlay {
    margin-left: 0;
    width: 100%;
  }
}
.layout-text-boxes.products .bg-box-overlay .headline.tiny {
  margin-top: 2.4rem;
}
.layout-text-boxes.products .bg-box-overlay.light {
  background-color: rgba(140, 198, 63, 0.75);
}
.layout-text-boxes.products .bg-box-overlay.light .headline.tiny {
  color: #22463a;
}
.layout-text-boxes.products .bg-box-overlay.dark {
  background-color: rgba(34, 70, 58, 0.75);
}
.layout-text-boxes.products .bg-box-overlay.gray {
  background-color: rgba(210, 210, 210, 0.75);
}
.layout-text-boxes.products .bg-box-overlay.gray .headline {
  color: #22463a;
}
.layout-text-boxes.products .bg-box-overlay.gray .headline.tiny {
  color: #8bbc3c;
}
.layout-text-boxes.products .bg-box-overlay.gray .text-top {
  color: #414141;
}
.layout-text-boxes .fineprint {
  position: absolute;
  right: 0;
  bottom: 4.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-boxes .fineprint {
    bottom: 6.4rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-boxes .fineprint {
    position: relative;
    right: auto;
    left: 0;
    bottom: 7.2rem;
    text-align: right;
  }
}
.layout-text-boxes .extra-text > .paragraph {
  padding-bottom: 7.2rem;
  margin-top: -3.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-boxes.products .leistungen-boxes .row-eq-height {
    display: block;
  }
  .layout-text-boxes.products .leistungen-boxes .row-eq-height .leistung-box.product + .leistung-box.product {
    padding-top: 2.4rem;
  }
}
.layout-text-boxes.icon-box {
  padding-top: 9.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-boxes.icon-box {
    padding-top: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-boxes.icon-box {
    padding-top: 6rem;
  }
}
.layout-text-boxes.icon-box .headline {
  margin-bottom: 3.6rem;
  text-align: left;
}
.layout-text-boxes.icon-box .headline.tiny {
  margin-top: 0;
}
.layout-text-boxes.icon-box .text-wrapper {
  margin-bottom: 3.6rem;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box {
  border: 2px solid #eaeaea;
  border-radius: 0.4rem;
  line-height: 4.8rem;
  padding: 0;
  margin-bottom: 2.4rem;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post {
  box-shadow: none;
  text-align: left;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header {
  padding: 2.4rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header {
    padding: 2.4rem;
  }
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header .headline {
  text-align: left;
  /*@extend .fontDefault;
					font-weight: 400;*/
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa-plus i {
  font-style: normal;
  font-size: 4.8rem;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa-plus i.fad::before {
  color: #414141;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa-plus i.fad::after {
  opacity: 1;
  color: #8bbc3c;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa-plus i.fad.alternate::before {
  color: #8bbc3c;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa-plus i.fad.alternate::after {
  opacity: 1;
  color: #414141;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .blogpost-content {
  padding-bottom: 2.4rem;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .btn-wrapper {
  padding-left: 4.8rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .btn-wrapper {
    padding-left: 1.6rem;
  }
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .btn-wrapper .btn-underline i {
  bottom: 0.1rem;
  position: relative;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .btn-wrapper .btn-underline::after {
  bottom: -0.2rem;
  transition: opacity ease 0.3s;
}
.layout-text-boxes.icon-box .leistungen-boxes .leistung-box .blog-post .btn-wrapper .btn-underline:hover::after {
  opacity: 0;
}
.layout-text-boxes.icon-box.bg-alt {
  background-color: #eaeaea;
}
.layout-text-boxes.icon-box.bg-alt .leistungen-boxes .leistung-box {
  border: 2px solid #ffffff;
}
.layout-text-boxes.icon-box .threePerRow {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  /*> .leistung-box:nth-child(3n+1) { order: 1; }
		> .leistung-box:nth-child(3n+2) { order: 2; }
		> .leistung-box:nth-child(3n)   { order: 3; }*/
}
.layout-text-boxes.icon-box .threePerRow > .leistung-box {
  width: calc(33% - 2rem);
}
.layout-text-boxes.icon-box .threePerRow > .leistung-box article {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .layout-text-boxes.icon-box .threePerRow {
    display: block;
  }
  .layout-text-boxes.icon-box .threePerRow > .leistung-box {
    width: calc(100% - 2.4rem);
  }
}
.leistungen-boxes {
  padding-bottom: 9.6rem;
  /*@extend %padding-bottomEight;*/
  padding-top: 9.6rem;
  /*@extend %padding-topEight;*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .leistungen-boxes {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.leistungen-boxes.start-blog {
  margin: 0;
}
.leistungen-boxes .leistung-box {
  /*padding-left: 0;
		padding-right: 1.2rem;*/
  line-height: 1em;
  margin-bottom: 0;
  /*&+.leistung-box {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
		@include small { padding: 1.2rem 0 0 0; }
		@include xs { padding: 1.2rem 0 0 0; }
	}
		&+.leistung-box:nth-child(3) {
		padding-right: 0;
	}*/
  /*@include screen(null,$breakpoint-medium - 1px,null){
	}
	};
		@include screen(null,$breakpoint-small - 1px,null){
		& {
		padding-right: 1.5rem !important;
	}
	}*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes .leistung-box {
    /*padding: 0;*/
  }
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .leistung-box {
    padding: 0;
    margin-bottom: 2.4rem;
  }
}
.leistungen-boxes .leistung-box .blog-post {
  margin: 0;
  text-align: center;
  background: #ffffff;
  border-radius: 0.4rem;
  box-shadow: 0px 12px 12px 12px rgba(34, 70, 58, 0.04);
  /*@include screen(null,$breakpoint-medium - 1px,null){
			& {
			margin-left: 1.5rem;
		}
		};*/
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header {
  padding: 0 4.8rem 2.4rem 4.8rem;
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header .spacer {
  height: 4.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes .leistung-box .blog-post .blogpost-header {
    padding: 0 2.4rem 1.2rem 2.4rem;
  }
  .leistungen-boxes .leistung-box .blog-post .blogpost-header .spacer {
    height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .leistung-box .blog-post .blogpost-header {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
  .leistungen-boxes .leistung-box .blog-post .blogpost-header .spacer {
    height: 2.4rem;
  }
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa {
  padding: 4.8rem 4.8rem 3.6rem 4.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa {
    padding: 4.8rem 2.4rem 2.4rem 2.4rem;
  }
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa i {
  position: relative;
  font-size: 4.8rem;
  width: 9.6rem;
  height: 9.6rem;
  background-color: #8bbc3c;
  padding-top: 2.8rem;
  border-radius: 0.4rem;
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa i::before {
  color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header .icon-fa img {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.leistungen-boxes .leistung-box .blog-post figure.blogpost-figure {
  left: 0;
  /*margin: -3rem -3rem 0 -3rem;
				@include small { margin: -1.5rem -1.5rem 0 -1.5rem; }
				@include xs { margin: -1.5rem -1.5rem 0 -1.5rem; }*/
}
.leistungen-boxes .leistung-box .blog-post .headline {
  font-size: 2rem;
  /*@extend %font-size4-2;*/
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 0;
  position: relative;
  color: #22463a;
  /*&::after {
				display: block;
				content: '';
				background-color: transparent;
				width: 0;
				height: 0;
				border-left: 15px solid transparent;
				border-right: 0px solid $color-text-gray;
				border-top: 15px solid $color-text-gray;
				left: -.75rem;
				bottom: -3rem;
				margin-left: 0.75rem;
				transform: rotate(45deg);
				z-index: -1;
				position: absolute;
			}*/
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .leistung-box .blog-post .headline {
    font-size: 2rem !important;
  }
}
.leistungen-boxes .leistung-box .blog-post .headline span a {
  color: #414141;
  font-weight: 700;
}
.leistungen-boxes .leistung-box .blog-post .headline.tiny {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
.leistungen-boxes .leistung-box .blog-post .blogpost-content.text {
  padding: 0 4.8rem 4.8rem 4.8rem;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes .leistung-box .blog-post .blogpost-content.text {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .leistung-box .blog-post .blogpost-content.text {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}
.leistungen-boxes .leistung-box .blog-post .btn-outline {
  margin: 4rem 5rem;
  color: #ffffff;
  /* border-radius: 10rem; */
  background-color: transparent;
  border-color: #8bbc3c;
}
.leistungen-boxes .leistung-box .blog-post .btn-outline:hover, .leistungen-boxes .leistung-box .blog-post .btn-outline:focus {
  background-color: #ffffff;
  color: #8bbc3c;
  border-color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post .btn-outline:hover span, .leistungen-boxes .leistung-box .blog-post .btn-outline:focus span {
  /*background: -webkit-linear-gradient(left, $color-text-dark , $color-highlight);
						background: linear-gradient(to right, $color-text-dark , $color-highlight);
						-webkit-background-clip: text;
						-webkit-text-fill-color: transparent;
						@media screen and (min-width:0\0) {
						background: transparent;
					}*/
}
.leistungen-boxes .leistung-box .blog-post .btn-underline {
  margin-bottom: 2rem;
  padding: 0;
  color: #8bbc3c;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes .leistung-box .blog-post .btn-underline {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .leistung-box .blog-post .btn-underline {
    margin-left: 1rem;
  }
}
.leistungen-boxes .leistung-box .blog-post .btn-underline i {
  margin-left: 0.5rem;
}
.leistungen-boxes .leistung-box .blog-post .btn-underline::after {
  position: absolute;
  display: block;
  border-bottom: 0.1rem solid #8bbc3c;
  width: 100%;
  bottom: -0.5rem;
  content: "";
}
.leistungen-boxes .leistung-box .blog-post .btn-underline:hover, .leistungen-boxes .leistung-box .blog-post .btn-underline:focus {
  text-decoration: none;
}
.leistungen-boxes .leistung-box .blog-post .btn-underline:hover::after, .leistungen-boxes .leistung-box .blog-post .btn-underline:focus::after {
  border-color: #9c9c9c;
}
.leistungen-boxes .leistung-box .blog-post.bg-alt {
  background-color: #eaeaea;
}
.leistungen-boxes .leistung-box .blog-post.bg-dark {
  background-color: #22463a;
  color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post.bg-dark .headline, .leistungen-boxes .leistung-box .blog-post.bg-dark .headline span a {
  color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post.bg-high {
  background-color: #8bbc3c;
  color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post.bg-high .headline, .leistungen-boxes .leistung-box .blog-post.bg-high .headline span a {
  color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post.bg-high .blogpost-header .icon-fa i {
  background-color: #22463a;
}
.leistungen-boxes .leistung-box .blog-post.bg-high .btn-wrapper .btn-underline {
  color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post.bg-high .btn-wrapper .btn-underline::after {
  border-color: #ffffff;
}
.leistungen-boxes .leistung-box .blog-post.bg-high .btn-wrapper .btn-underline:hover::after {
  border-color: #eaeaea;
}
.leistungen-boxes .leistung-box.product .blog-post {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-header {
  position: relative;
  padding: 4.8rem 3.6rem 3.6rem 3.6rem;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-header .headline {
  text-align: left;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3.6rem;
  width: calc(100% - 7.2rem);
  height: 1px;
  display: block;
  background-color: #8bbc3c;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text {
  text-align: left;
  position: relative;
  /*padding-bottom: 2.4rem;
						padding-top: 2.4rem;*/
  padding: 2.4rem 3.6rem;
  flex-grow: 2;
  margin-bottom: 3.6rem;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text .paragraph::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3.6rem;
  width: calc(100% - 7.2rem);
  height: 1px;
  display: block;
  background-color: #8bbc3c;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text.price {
  text-align: center;
  margin-bottom: 3.6rem;
  padding-top: 0;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text.price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3.6rem;
  width: calc(100% - 7.2rem);
  height: 1px;
  display: block;
  background-color: #8bbc3c;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text .paragraph ul {
  padding-left: 1.6rem;
}
.leistungen-boxes .leistung-box.product .blog-post .blogpost-content.text .paragraph ul li::before {
  color: #414141;
}
.leistungen-boxes .leistung-box.product .blog-post .btn-wrapper {
  text-align: center;
}
.leistungen-boxes .leistung-box.product .blog-post .btn-wrapper .btn-outline {
  background-color: #8bbc3c;
  width: calc(100% - 7.2rem);
  margin: 3.6rem;
}
.leistungen-boxes .leistung-box.product .blog-post .btn-wrapper .btn-outline:hover, .leistungen-boxes .leistung-box.product .blog-post .btn-wrapper .btn-outline:focus {
  background-color: transparent;
  color: #8bbc3c;
  border-color: #8bbc3c;
}
.leistungen-boxes .leistung-box.four .blogpost-header, .leistungen-boxes .leistung-box.four .blogpost-content.text {
  padding: 0 2.4rem 2.4rem 2.4rem;
}
.leistungen-boxes .leistung-box.four .btn-wrapper {
  padding-left: 2.4rem;
}
.leistungen-boxes .row-eq-height {
  /*@extend %padding-leftEight;
		@extend %padding-rightEight;*/
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .leistungen-boxes .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .row-eq-height {
    padding: 0;
  }
}
.leistungen-boxes .row-eq-height article {
  height: 100%;
}
.leistungen-boxes .row-eq-height article header.blogpost-header.header-img {
  bottom: 0;
  width: 100%;
  padding-top: 75%;
}
.leistungen-boxes .row-eq-height article header.blogpost-header.header-img figure {
  padding-top: 3rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .leistungen-boxes .row-eq-height article .blogpost-header {
    padding: 3rem 3rem 0 3rem;
  }
  .leistungen-boxes .row-eq-height article .blogpost-header.header-img {
    padding: 0;
  }
  .leistungen-boxes .row-eq-height article .blogpost-header.header-img figure {
    padding-top: 0;
    margin: 0;
  }
}
.leistungen-boxes.center .leistung-box .blog-post {
  text-align: center;
}
.leistungen-boxes.center .leistung-box .blog-post .blogpost-header .icon-fa {
  text-align: center;
}
.leistungen-boxes.center .leistung-box .blog-post .headline {
  text-align: center;
}
.leistungen-boxes.center .leistung-box .blog-post .blogpost-content.text {
  text-align: center;
}
.leistungen-boxes.no-shadow .leistung-box .blog-post {
  box-shadow: none;
}
.leistungen-boxes .leistung-box .blog-post .headline.highlight {
  color: #8bbc3c;
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header.no-bg .icon-fa i {
  background-color: transparent;
}
.leistungen-boxes .leistung-box .blog-post .blogpost-header.no-bg .icon-fa i::before {
  color: #8bbc3c;
}
/* CTA Small */
.layout-text.cta-small {
  color: #414141;
  text-align: center;
  position: relative;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  background-color: #ffffff;
  /*@extend %padding-topEight;
	@extend %padding-bottomEight;*/
  /*
	&.mini {
	background-color: $color-highlight;
	color: $color-text-light;
	padding-top: 4.8rem;
	padding-bottom: 4.8rem;
	@include small { padding-top: 3.6rem; padding-bottom: 3.6rem; }
	.cta-default {
	.text {
	color: $color-text-light;
	@include small { padding-bottom: 2.4rem; font-size: 3.15rem; }
	@include xs { padding-bottom: 2.4rem; font-size: 3.15rem; line-height: 1.2em; }
}
}
	.btn-outline {
	margin: 0;
	color: $color-text-light;
	border-color: $color-text-light;
	&:hover {
	background-color: $color-text-light;
	border-color: $color-text-light;
	color: $color-highlight;
}
}
}
	*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small {
    padding: 6rem 0;
  }
}
.layout-text.cta-small .cta-wrapper {
  padding: 0 1.2rem;
  /*@extend %padding-leftTwelve;
		@extend %padding-rightTwelve;*/
  position: relative;
  margin: auto;
  /*@include medium { padding: 4.5rem 9rem; }*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small .cta-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small .cta-wrapper {
    padding: 0 2.4rem;
  }
}
.layout-text.cta-small .cta-wrapper .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.layout-text.cta-small .cta-wrapper .text {
  font-size: 3.6rem;
  line-height: 1.2em;
  color: #22463a;
}
.layout-text.cta-small .cta-wrapper .text.stamp span {
  position: relative;
}
.layout-text.cta-small .cta-wrapper .text.stamp span::after {
  content: "";
  left: auto;
  right: -13rem;
  top: 1rem;
  background-image: url("provisionsfrei-stempel.png");
  /*background-image: url('stempel-interim-profis-122.png');
						background-image: url('interim-profis-stempel-sand-160.png');
						background-image: url('stempel-interim-profis-160.png');*/
  background-size: cover;
  width: 16rem;
  height: 16rem;
  display: block;
  position: absolute;
  border-bottom: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small .cta-wrapper .text.stamp span::after {
    right: -12rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small .cta-wrapper .text.stamp span::after {
    margin: 2.4rem auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.layout-text.cta-small .cta-wrapper .text + .paragraph {
  margin-top: 2.4rem;
}
.layout-text.cta-small .cta-wrapper .btn-outline {
  margin: 3.6rem auto 0;
  color: #8bbc3c;
  background-color: transparent;
  border-color: #8bbc3c;
  text-transform: none;
  text-align: center;
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  /* border-radius: 5rem; */
  font-size: 1.8rem;
  line-height: 1.5em;
}
.layout-text.cta-small .cta-wrapper .btn-outline span {
  padding-left: 0;
}
.layout-text.cta-small .cta-wrapper .btn-outline:hover, .layout-text.cta-small .cta-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
  color: #ffffff;
  border-color: #8bbc3c;
}
.layout-text.cta-small .cta-wrapper .btn-outline:hover span, .layout-text.cta-small .cta-wrapper .btn-outline:focus span {
  padding-left: 0;
}
.layout-text.cta-small .cta-wrapper .btn-underline {
  color: #8bbc3c;
  font-size: 4.2rem;
  /*@extend %font-size4-2;*/
  line-height: 1.2em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small .cta-wrapper .btn-underline {
    font-size: 2.75rem;
  }
}
.layout-text.cta-small .cta-wrapper .btn-underline span {
  border-bottom: 3px solid #8bbc3c;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.layout-text.cta-small .cta-wrapper .btn-underline span:hover, .layout-text.cta-small .cta-wrapper .btn-underline span:focus {
  border-color: #9c9c9c;
}
.layout-text.cta-small .cta-wrapper .btn-underline:hover, .layout-text.cta-small .cta-wrapper .btn-underline:focus {
  /* color: $color-text-gray; */
  text-decoration: none;
}
.layout-text.cta-small .cta-wrapper .btn-underline::after {
  display: none;
}
.layout-text.cta-small a {
  color: #ffffff;
}
.layout-text.cta-small .cta-default .headline, .layout-text.cta-small .cta-highlight .headline {
  color: #414141;
  font-size: 2.4rem;
  line-height: 3em;
  /*@extend .fontBold;*/
  margin: 0 0 1rem 0;
}
.layout-text.cta-small .cta-default .text, .layout-text.cta-small .cta-highlight .text {
  font-size: 4.2rem;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small .cta-default .text, .layout-text.cta-small .cta-highlight .text {
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small .cta-default .text, .layout-text.cta-small .cta-highlight .text {
    line-height: 1.4em;
    font-size: 2.75rem;
  }
}
.layout-text.cta-small .cta-default .text.small, .layout-text.cta-small .cta-highlight .text.small {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small .cta-default .text.small, .layout-text.cta-small .cta-highlight .text.small {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small .cta-default .text.small, .layout-text.cta-small .cta-highlight .text.small {
    line-height: 1.4em;
    font-size: 2.4rem;
  }
}
.layout-text.cta-small.bg-inv {
  background-color: transparent;
}
.layout-text.cta-small.bg-inv .cta-default .text, .layout-text.cta-small.bg-inv .cta-default .paragraph {
  color: #ffffff;
}
.layout-text.cta-small.bg-inv .btn-outline {
  color: #ffffff;
  border-color: #ffffff;
}
.layout-text.cta-small.bg-inv .btn-outline:hover {
  color: #8bbc3c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.layout-text.cta-small.bg-alt {
  background-color: #eaeaea;
}
.layout-text.cta-small.bg-dark {
  background-color: #22463a;
}
.layout-text.cta-small.bg-dark .text, .layout-text.cta-small.bg-dark .paragraph {
  color: #ffffff;
}
.layout-text.cta-small.mini {
  background-color: transparent;
  color: #ffffff;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small.mini {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
.layout-text.cta-small.mini .cta-default .text {
  color: #ffffff;
  /*font-size: 2.4rem;*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small.mini .cta-default .text {
    padding-bottom: 2.4rem;
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small.mini .cta-default .text {
    padding-bottom: 2.4rem;
    font-size: 3.15rem;
    line-height: 1.2em;
  }
}
.layout-text.cta-small.mini .btn-outline {
  margin: 0;
  color: #8bbc3c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.layout-text.cta-small.mini .btn-outline:hover, .layout-text.cta-small.mini .btn-outline:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.layout-text.cta-small.mini .cta-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small.mini .cta-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small.mini .cta-wrapper {
    display: block;
  }
}
.layout-text.cta-small.mini .cta-wrapper .col-xs-12 {
  align-self: center;
}
.layout-text.cta-small.mini .cta-wrapper .cta-default .text span {
  /*line-height: 1.7em;*/
  line-height: 1.2em;
}
.layout-text.cta-small.mini .cta-wrapper .no-btn {
  line-height: 2em;
  padding: 0.6rem 0.6rem 0.6rem 1.6rem;
  position: relative;
  text-decoration: underline;
}
.layout-text.cta-small.mini .cta-wrapper .no-btn:hover {
  text-decoration: none;
}
.layout-text.cta-small.mini .cta-wrapper .no-btn::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0rem;
}
.layout-text.cta-small.mini .cta-wrapper.two-q .cta-default {
  padding-right: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text.cta-small.mini .cta-wrapper.two-q .cta-default {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small.mini .cta-wrapper.two-q .cta-default {
    padding-right: 0;
  }
}
.layout-text.cta-small.mini .cta-wrapper.two-q .btn-wrapper {
  margin-top: 1.2rem;
}
.layout-text.cta-small.mini .cta-wrapper.two-q .btn-wrapper .btn-outline {
  margin-right: 2.4rem;
}
.bg-gray + .cta-small {
  margin-top: 0;
  border-top: 10rem solid #eaeaea;
}
/* CTA Big */
.cta {
  padding-bottom: 0;
}
.cta .row {
  margin: 0;
}
.cta .row > div, .cta .row > div + div {
  padding-left: 0;
  padding-right: 0;
}
.cta .headline {
  margin-top: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .cta .headline {
    margin-bottom: 3rem;
  }
}
.cta .cta-default {
  /*padding: 8rem;*/
  color: #8bbc3c;
}
@media screen and (max-width: 767px) {
  .cta .cta-default .text {
    padding-bottom: 3rem;
  }
}
.cta .cta-default .btn-outline {
  color: #8bbc3c;
  background-color: #eaeaea;
  border-color: #eaeaea;
  font-weight: 400;
  width: 80%;
}
.cta .cta-default .btn-outline span {
  padding-left: 0;
}
.cta .cta-default .btn-outline:hover, .cta .cta-default .btn-outline:focus {
  text-decoration: none;
  background-color: #eaeaea;
  border-color: #8bbc3c;
}
.cta .cta-default .confirm {
  color: #414141;
  font-size: 1.3rem;
  padding: 2rem 0;
  line-height: 1.2em;
}
.cta .cta-default .confirm a {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.cta .cta-default .confirm a:hover, .cta .cta-default .confirm a:focus {
  text-decoration: none;
  border-color: #8bbc3c;
}
.cta .cta-highlight {
  /*padding: 8rem;*/
  background-color: #8bbc3c;
  color: #ffffff;
  z-index: 0;
  position: relative;
  height: 100%;
}
.cta .cta-highlight .headline {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.cta .cta-highlight .headline::after {
  border-color: #ffffff;
}
.cta .cta-highlight .text {
  font-size: 3.15rem;
  position: relative;
  z-index: 2;
}
.cta .cta-highlight .text span, .cta .cta-highlight .text a {
  color: #ffffff;
  display: block;
}
.cta .cta-highlight .text a + span {
  margin-top: 4rem;
}
.cta .cta-highlight .text a:hover, .cta .cta-highlight .text a:focus {
  text-decoration: none;
  color: #9c9c9c;
}
@media screen and (max-width: 767px) {
  .cta .cta-highlight .text {
    font-size: 2.1rem;
  }
}
.cta .cta-highlight .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta .cta-highlight .img .fill {
  width: calc(100% - 10rem);
  height: calc(100% - 22rem);
  background-size: cover;
  z-index: 0;
  margin-top: 12rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .cta .cta-highlight .img .fill {
    width: calc(100% - 4rem);
    height: calc(100% - 8rem);
    margin-top: 4rem;
    margin-left: 4rem;
  }
}
.cta .cta-highlight .img .fill.overlay {
  background-color: rgba(140, 198, 63, 0.75);
  top: 0;
  left: 0;
  position: absolute;
}
@supports (background-blend-mode: multiply) {
  .cta .cta-highlight .img .fill {
    background-color: #8bbc3c;
    background-blend-mode: multiply;
  }
  .cta .cta-highlight .img .fill.overlay {
    display: none;
  }
}
/* Newsletter Signup */
.newsletter {
  margin-top: 2.5rem;
}
.newsletter .spruch span {
  padding-left: 2.5rem;
  font-size: 4rem;
}
.newsletter .spruch span::before {
  left: 16px;
}
.newsletter form .newsletter-questions {
  margin-top: 2.5rem;
}
.newsletter form .newsletter-questions div {
  float: left;
}
.newsletter form .newsletter-questions div label {
  float: left;
}
.newsletter form .newsletter-questions div input {
  border: none;
  border-bottom: solid 1px #414141;
  width: 8rem;
  float: left;
  padding: 0 0 0.2rem 0;
  margin-left: 2rem;
  background: transparent;
}
.newsletter form .newsletter-questions div + div {
  margin-left: 3rem;
}
.newsletter form input {
  background: #ffffff;
  border: none;
}
.newsletter form .input-cb-wrapper label::after {
  text-shadow: none;
}
.newsletter form .btn-wrapper {
  margin-bottom: 5.5rem;
}
.newsletter form .btn-wrapper .btn-outline {
  color: #ffffff;
  /* border-radius: 10rem; */
  background-color: #000;
  border-color: transparent;
  text-transform: uppercase;
  text-align: center;
}
.newsletter form .btn-wrapper .btn-outline:hover, .newsletter form .btn-wrapper .btn-outline:focus {
  background-color: #ffffff;
  color: #414141;
}
.layout-index-whats-new {
  padding-bottom: 0;
  background-color: #eaeaea;
}
.layout-index-whats-new .content {
  padding-top: 0;
}
.layout-index-whats-new .news-wrapper {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-index-whats-new .news-wrapper {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-index-whats-new .news-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.layout-index-whats-new .news-wrapper .headline {
  padding-bottom: 4.8rem;
  margin: 0;
  color: #22463a;
  font-size: 3.2rem;
  line-height: 1.2em;
}
.layout-index-whats-new .news-wrapper .btn-wrapper .btn-outline {
  color: #ffffff;
  background-color: #8bbc3c;
  border-color: #8bbc3c;
  /* border-radius: 5rem; */
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  margin: 0;
}
.layout-index-whats-new .news-wrapper .btn-wrapper .btn-outline:hover, .layout-index-whats-new .news-wrapper .btn-wrapper .btn-outline:focus {
  color: #8bbc3c;
  background-color: #eaeaea;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .blog-post {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 7.2rem;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .blogpost-header {
  padding: 0;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .blogpost-header .timestamp {
  color: #8bbc3c;
  padding-bottom: 2.4rem;
  float: none;
  margin-right: 0;
  font-size: 1.6rem;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .blogpost-header .timestamp::before {
  display: none;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .blogpost-header .headline {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding-bottom: 3.2rem;
  padding-right: 2.4rem;
  margin-bottom: 0;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .btn-wrapper .btn-underline {
  font-size: 1.6rem;
  line-height: 1.2em;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .btn-wrapper .btn-underline:hover, .layout-index-whats-new .news-wrapper .teaser-blogpost .btn-wrapper .btn-underline:focus {
  color: #22463a;
}
.layout-index-whats-new .news-wrapper .teaser-blogpost .btn-wrapper .btn-underline:hover::after, .layout-index-whats-new .news-wrapper .teaser-blogpost .btn-wrapper .btn-underline:focus::after {
  border-color: #22463a;
}
.layout-index-whats-new .events-wrapper {
  background-color: #22463a;
  padding-left: 4.8rem;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-index-whats-new .events-wrapper {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-index-whats-new .events-wrapper {
    padding: 6rem 0;
  }
}
.layout-index-whats-new .events-wrapper::after {
  content: "";
  left: calc(100% - 1.5rem);
  top: 0;
  position: absolute;
  display: block;
  background-color: #22463a;
  width: 300%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-index-whats-new .events-wrapper::after {
    display: none;
  }
}
.layout-index-whats-new .events-wrapper::before {
  content: "";
  top: 0;
  left: -6rem;
  position: absolute;
  display: none;
  background-color: #22463a;
  width: 300%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-index-whats-new .events-wrapper::before {
    display: block;
    left: -50%;
  }
}
.layout-index-whats-new .events-wrapper .headline {
  padding: 0 0 4.8rem 0;
  margin: 0;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-index-whats-new .events-wrapper .headline {
    padding-left: 2rem;
  }
}
.layout-index-whats-new .events-wrapper .btn-wrapper .btn-outline {
  color: #ffffff;
  background-color: #22463a;
  border-color: #8bbc3c;
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  /* border-radius: 5rem; */
  margin: 0;
}
.layout-index-whats-new .events-wrapper .btn-wrapper .btn-outline:hover, .layout-index-whats-new .events-wrapper .btn-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost {
  border: none;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .blog-post {
  background-color: transparent;
  padding-bottom: 7.2rem;
  margin: 0;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .blogpost-header {
  padding: 0;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .blogpost-header .timestamp {
  color: #c9d981;
  padding-bottom: 2.4rem;
  float: none;
  margin-right: 0;
  font-size: 1.6rem;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .blogpost-header .timestamp::before {
  display: none;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .blogpost-header .headline {
  font-size: 2rem;
  line-height: 1.5em;
  padding-bottom: 1.6rem;
  padding-right: 2.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-index-whats-new .events-wrapper .teaser-blogpost .blogpost-header .headline {
    padding-left: 0;
  }
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .blogpost-content.text {
  color: #c9d981;
  padding: 0 0 3.2rem 0;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .btn-wrapper .btn-underline {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2em;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .btn-wrapper .btn-underline::after {
  border-color: #ffffff;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .btn-wrapper .btn-underline:hover, .layout-index-whats-new .events-wrapper .teaser-blogpost .btn-wrapper .btn-underline:focus {
  color: #c9d981;
}
.layout-index-whats-new .events-wrapper .teaser-blogpost .btn-wrapper .btn-underline:hover::after, .layout-index-whats-new .events-wrapper .teaser-blogpost .btn-wrapper .btn-underline:focus::after {
  border-color: #c9d981;
}
.layout-contact {
  text-align: center;
  padding: 9.6rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-contact {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-contact {
    padding: 6rem 0;
  }
}
.layout-contact.container-fluid > .content {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .layout-contact.container-fluid > .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-contact .headline {
  font-size: 4.8rem;
  line-height: 1.2em;
  margin: 1.45rem 0 9.6rem 0;
  color: #8bbc3c;
}
@media screen and (max-width: 767px) {
  .layout-contact .headline {
    margin-bottom: 6rem;
  }
}
.layout-contact .sub-headline {
  font-size: 2rem;
  line-height: 1.2em;
  color: #22463a;
}
.layout-contact .contact-form, .layout-contact .adress-wrapper {
  text-align: left;
}
.layout-contact .contact-form {
  background-color: #eaeaea;
  border-radius: 0.4rem;
  padding: 2.4rem;
}
.layout-contact .contact-form .headline {
  margin: 0.9rem 0 0.3rem 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.2em;
}
.layout-contact .contact-form .headline span {
  color: #8bbc3c;
}
.layout-contact .contact-form .paragraph ul.error > li::before {
  text-align: left;
  left: -2.8rem;
}
.layout-contact .contact-form .headline.label {
  margin: 0.9rem 0 0.3rem 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.2em;
  color: #8bbc3c;
}
@media screen and (max-width: 767px) {
  .layout-contact .contact-form .headline.label {
    font-size: 1.6rem !important;
    white-space: normal;
  }
}
.layout-contact .contact-form .headline.label.message {
  margin-left: 1.2rem;
}
.layout-contact .contact-form .headline.label.message + div {
  margin-top: 1.2rem;
}
.layout-contact .contact-form input {
  border: none;
  background-color: #ffffff;
  color: #22463a;
  border-radius: 0.4rem;
}
.layout-contact .contact-form .inputs input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.layout-contact .contact-form textarea {
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: none;
  color: #22463a;
}
.layout-contact .contact-form .inputs input[type="checkbox"] + label {
  padding-left: 3rem;
  background: transparent url("checkbox.png") no-repeat -2px -3px;
}
.layout-contact .contact-form .inputs input[type="checkbox"]:checked + label {
  background-position: -2px -33px;
}
.layout-contact .contact-form .form_checkboxes .inputs {
  margin-left: -2px;
}
.layout-contact .contact-form .form_checkboxes label {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
}
.layout-contact .contact-form .disclaimer {
  position: relative;
  margin-top: 2.4rem;
}
.layout-contact .contact-form .disclaimer label {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
}
.layout-contact .contact-form .disclaimer label a {
  color: #8bbc3c;
}
.layout-contact .contact-form .disclaimer label a:hover, .layout-contact .contact-form .disclaimer label a:focus {
  color: #c9d981;
  text-decoration: none;
}
.layout-contact .contact-form .disclaimer .inputs input[type="checkbox"] + label {
  background-position: -2px -6px;
  margin-bottom: 0;
}
.layout-contact .contact-form .disclaimer .inputs input[type="checkbox"]:checked + label {
  background-position: -2px -36px;
}
.layout-contact .contact-form .disclaimer::after {
  content: "";
  width: 3rem;
  height: 3rem;
  left: 1rem;
  top: 3rem;
  display: block;
  position: absolute;
  background-color: #eaeaea;
}
.layout-contact .contact-form .disclaimer:focus + label {
  border-left: 1px solid blue;
}
.layout-contact .contact-form .btn-wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .layout-contact .contact-form .btn-wrapper {
    text-align: left;
  }
}
.layout-contact .contact-form .btn-wrapper .btn-outline {
  margin: 2.4rem 0 0 0;
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  /* border-radius: 5rem; */
  background-color: #8bbc3c;
  color: #ffffff;
  border-color: #8bbc3c;
}
.layout-contact .contact-form .btn-wrapper .btn-outline:hover, .layout-contact .contact-form .btn-wrapper .btn-outline:focus {
  background-color: transparent;
  color: #8bbc3c;
}
.layout-contact .contact-form .btn-wrapper .btn-outline:focus {
  border-color: blue;
}
.layout-contact .adress-wrapper .link-wrapper .link-nav-top.alternate {
  color: #22463a;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-contact .adress-wrapper .link-wrapper .link-nav-top.alternate {
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
.layout-contact .adress-wrapper .link-wrapper .link-nav-top.alternate:hover, .layout-contact .adress-wrapper .link-wrapper .link-nav-top.alternate:focus {
  color: #8bbc3c;
}
.layout-contact .adress-wrapper .address {
  padding: 2.4rem;
  color: #8bbc3c;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .layout-contact .adress-wrapper .address {
    padding: 2.4rem 0;
  }
}
.layout-contact .adress-wrapper .address p + p {
  padding-top: 2.4rem;
}
.layout-contact .adress-wrapper .address .link-phone {
  color: #8bbc3c;
  padding-left: 9rem;
  margin-top: -1.8rem;
  font-weight: 500;
}
.layout-contact .adress-wrapper .address .link-phone:hover, .layout-contact .adress-wrapper .address .link-phone:focus {
  color: #22463a;
}
.layout-contact .adress-wrapper .social-wrapper {
  text-align: left;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .layout-contact .adress-wrapper .social-wrapper {
    padding: 2.4rem 0;
  }
}
.layout-contact .adress-wrapper .social-wrapper .headline {
  color: #8bbc3c;
  font-size: 3.2rem;
  line-height: 1.2em;
  margin-bottom: 2.4rem;
}
.layout-contact .adress-wrapper .social-wrapper .social-btn-wrapper a.btn-social {
  display: inline-block;
  border-radius: 5rem;
  background-color: #22463a;
  color: #ffffff;
}
.layout-contact .adress-wrapper .social-wrapper .social-btn-wrapper a.btn-social i {
  font-size: 2.4rem;
}
.layout-contact .adress-wrapper .social-wrapper .social-btn-wrapper a.btn-social:hover, .layout-contact .adress-wrapper .social-wrapper .social-btn-wrapper a.btn-social:focus {
  background-color: #c9d981;
}
.layout-contact .adress-wrapper .social-wrapper .social-btn-wrapper a.btn-social + .btn-social {
  margin-left: 1rem;
}
.layout-contact.bg-alt .headline {
  color: #22463a;
}
.layout-contact.bg-alt .sub-headline {
  color: #8bbc3c;
}
.layout-contact.bg-dark {
  color: #22463a;
}
.layout-contact.bg-dark .headline {
  color: #c9d981;
}
.layout-contact.bg-dark .sub-headline {
  color: #ffffff;
}
.layout-contact.bg-dark .adress-wrapper .address {
  color: #ffffff;
}
.layout-contact.bg-dark .adress-wrapper .address .link-phone {
  color: #ffffff;
}
.layout-contact.bg-dark .adress-wrapper .address .link-phone:hover, .layout-contact.bg-dark .adress-wrapper .address .link-phone:focus {
  color: #8bbc3c;
}
.layout-contact.bg-dark .adress-wrapper .link-wrapper .link-nav-top.alternate {
  color: #8bbc3c;
}
.layout-contact.bg-dark .adress-wrapper .link-wrapper .link-nav-top.alternate:hover, .layout-contact.bg-dark .adress-wrapper .link-wrapper .link-nav-top.alternate:focus {
  color: #ffffff;
}
.layout-contact.bg-dark .social-wrapper .headline {
  color: #ffffff;
}
.layout-contact.bg-dark .social-wrapper .social-btn-wrapper a.btn-social {
  background-color: #8bbc3c;
}
/* Contact 2025*/
.layout-contact #kontaktForm.contact-form {
  display: flex;
  flex-direction: column;
}
.layout-contact #kontaktForm.contact-form #formStatus {
  order: 2;
  padding-top: 2.4rem;
}
.layout-contact #kontaktForm.contact-form #formSend {
  order: 3;
}
.layout-contact #kontaktForm.contact-form #formStatus.form-success + #formFields, .layout-contact #kontaktForm.contact-form #formStatus2.form-success + #formFields {
  display: none;
}
.layout-contact #kontaktForm.contact-form #formStatus.form-success + #formFields + #formSend, .layout-contact #kontaktForm.contact-form #formStatus2.form-success + #formFields + #formSend {
  display: none;
}
.layout-contact #kontaktForm.contact-form .field-error {
  border: 2px solid red;
}
.layout-contact #kontaktForm.contact-form label.field-error {
  border-radius: 0.4rem;
}
.layout-contact #kontaktForm.contact-form .disclaimer::after {
  left: 1rem;
  top: 2.6rem;
}
/* Footer */
.footer {
  color: #22463a;
  font-size: 1.6rem;
  line-height: 1.5em;
  position: relative;
  background-color: #ffffff;
  padding-top: 4.8rem;
  font-weight: 400;
  z-index: 0;
  /*.left {
	height: 100%;
	padding: 2.5rem;
	@include small { padding: 1rem; }
	@include xs { 
	padding: 1rem;
	.headline {
	margin-top: 0;
}
}

	.nav {
	/* min-height: 10rem; 
	float: right;
	padding: 0 2.5rem 2.5rem 0;
}
	.nav + .nav { margin-left: 25%; }

	.address { float: left; 
	@include xs { float: none; }
}

	#nav-footer {
	list-style: none;

	li {
	font-size: 1.4rem;
	margin-left: -4rem;

	& + li {
	margin-top: .75rem;
}

	a {
	color: $color-highlight;
	&:hover, &:focus {
	text-decoration: none;
	color: $color-highlight;
}
}
}

	.dropdown-menu {
	display: block;
	background-clip: none;
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: $color-text-gray;
	left: -4rem;

	ul {
	list-style: none;

	li {
	text-transform: none;
	font-size: 1.2rem;
	float: none;

	& + li {
	margin-left: 0;
}

	a:hover, a:focus {
	text-decoration: none;
	color: $color-highlight;
}
}
}
}

	&::after {
	clear: both;
}
}
	.link-phone { 
	color: $color-text-light;
	left: 0;
	bottom: 0;
	padding: 2.5rem 0 2.5rem 0;
	margin-left: 0;
	@include xs { display: block; padding: 1rem 0 0 0; }


	&:hover, &:focus { color: $color-text-gray; }
	&:before { clear: both; }
	&+ .link-phone {
	padding-left: 2.5rem;
	margin-left: 1rem;
	@include xs { padding-left: 0; padding-bottom: 1rem; margin-left: 0; }
}
}
}*/
  /*.right{
	height: 100%;
	padding: 2.5rem;
	@include small { padding: 1rem; }
	@include xs { padding: 1rem; 
	.col-xs-12 + .col-xs-12 { padding-top: 3rem; }
}

	.address { float: left; }
	.address + .address {
	float: right;
}
	@include xs { .address, .address + .address { float: none; } }

	.social-btn-wrapper {
	float: right;
	padding-right: 2.5rem;

	a.btn-social { 
	float: right;

	i {
	color: $color-text-dark;

}

	&:hover, &:focus {
	i { color: $color-text-dark; }
}
}
}
	.col-md-6 { padding: 0; }
}*/
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4.8rem 2.4rem;
  }
}
.footer::after {
  position: absolute;
  bottom: -24px;
  left: 0;
  content: "";
  background-color: #ffffff;
  height: 24px;
  width: 100%;
  z-index: 10000;
  display: block;
}
.footer .logo-wrapper {
  width: 100%;
  padding-bottom: 6rem;
  display: inline-block;
}
.footer .logo-wrapper .logo {
  position: relative;
  margin: 0 !important;
  padding: 0;
  top: 0;
  height: 2.5rem;
}
.footer .headline {
  padding: 0 0 6rem 0;
  margin: 0;
  color: #8bbc3c;
  /*font-size: 2.1rem;*/
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .headline {
    margin-top: 3rem;
  }
}
.footer .headline::after {
  display: none;
}
.footer .address-wrapper {
  /*border-bottom: $color-bg-light 1px solid;*/
  padding-bottom: 4.8rem;
}
.footer .address-wrapper .address {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .footer .address-wrapper .address {
    padding: 2.4rem 0;
  }
}
.footer .address-wrapper .link-phone {
  font-size: inherit;
  margin: 0;
  color: #22463a;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.footer .address-wrapper .link-phone:hover, .footer .address-wrapper .link-phone:focus {
  color: #8bbc3c;
}
.footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.footer a:hover {
  color: #8bbc3c;
  text-decoration: none;
}
.footer .btn-social {
  display: inline-block;
  margin: 0 1rem;
  width: auto;
  color: #22463a;
  text-align: center;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 3.4rem;
  height: 3.8rem;
}
.footer .btn-social:hover, .footer .btn-social:focus {
  color: #8bbc3c;
}
.footer .btn-social i {
  font-size: 4.8rem;
}
.footer .btn-social span {
  font-size: 2.1rem;
  margin-left: 1rem;
  line-height: 5rem;
  vertical-align: middle;
}
.footer .btn-social:first-child {
  margin-left: 0;
}
.footer .copyright-wrapper {
  text-align: right;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  right: 0;
  bottom: 0;
  color: #22463a;
  background-color: transparent;
  top: -2.8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .footer .copyright-wrapper {
    right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright-wrapper {
    top: 2.4rem;
    left: 0;
    text-align: left;
    padding: 0;
  }
}
.footer .copyright-wrapper .links {
  display: inline-block;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright-wrapper .links {
    margin-left: 0;
  }
}
.footer .copyright-wrapper .links a:hover, .footer .copyright-wrapper .links a:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.footer .left, .footer .right {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .footer .left .col-xs-12, .footer .right .col-xs-12 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .left .col-xs-12, .footer .right .col-xs-12 {
    padding: 0;
  }
}
.footer .left .col-xs-12 {
  z-index: 10;
}
.footer .right .image-wrapper .row {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .right .image-wrapper .row {
    text-align: left;
  }
}
.footer .right .image-wrapper img {
  padding: 0 0.5rem 1rem 0.5rem;
}
.footer .right .image-wrapper img:first-child {
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .footer .right {
    text-align: center;
  }
  .footer .left {
    padding: 4.8rem 3.6rem 0 3.6rem;
  }
}
.footer .nav .open > a, .footer .nav .open > a:hover, .footer .nav .open > a:focus {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .footer .links {
    margin: 0 1rem;
  }
}
.footer .links div {
  padding: 2.5rem;
}
.footer .links div a {
  font-size: 12px;
}
.footer .links div a:hover, .footer .links div a:focus {
  color: #9c9c9c;
}
.footer .links div a + a {
  margin-left: 5%;
}
.footer .navi-overview {
  display: none;
}
.footer .nav ul.nav-footer {
  padding-left: 0;
  list-style: none;
}
.footer .nav ul.nav-footer li a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.footer .nav ul.nav-footer li a:hover, .footer .nav ul.nav-footer li a:focus {
  color: #8bbc3c;
}
.footer .nav ul.nav-footer.minus-last li:nth-last-child(2) {
  display: none;
}
.footer .language-switch {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 17rem;
  margin-left: -1rem;
}
.footer .language-switch .img-wrapper {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 1rem;
  margin-top: 0.6rem;
}
.footer .language-switch .img-wrapper .img {
  background-size: cover;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  display: block;
}
.footer .language-switch .img-wrapper .img.de {
  background-image: url("de_30.png");
}
.footer .language-switch .img-wrapper .img.gb {
  background-image: url("gb_30.png");
}
.footer .language-switch .language {
  display: inline-block;
  margin-left: 1rem;
}
.footer .language-switch .language a {
  font-size: 1.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer .language-switch .language a span {
  margin-right: 1rem;
}
.footer .language-switch .collapse:hover, .footer .language-switch .collapse:focus {
  background-color: #eaeaea;
}
.footer p.underline a {
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #8bbc3c;
}
.certificates {
  padding-top: 0;
}
.certificates .content .col-md-12 {
  /*padding: 8rem;*/
}
.certificates .content .headline {
  /*font-size: 5.2rem;*/
  color: #8bbc3c;
}
.certificates .content .headline::after {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .certificates .content .headline {
    font-size: 3.2rem;
  }
}
.certificates .content .row {
  padding: 6rem 0;
}
.certificates .content .row .icon {
  padding: 4rem;
}
.certificates .content .row .icon i {
  display: block;
  font-size: 8.4rem;
  color: #8bbc3c;
  margin-bottom: 4rem;
}
.btn-social {
  color: #414141;
  display: block;
  height: 5rem;
  line-height: 5rem;
  outline: 0 none;
  text-align: center;
  width: 5rem;
}
.btn-social:hover, .btn-social:focus {
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn-social > i {
  font-size: 2.6rem;
  vertical-align: middle;
}
/* mixins */
#glisse-wrapper {
  position: fixed;
  z-index: 2101;
}
/* Glisse: Hide elements by default */
#glisse-overlay, #glisse-close, #glisse-controls, #glisse-spinner {
  opacity: 0;
}
/* Glisse: Overlay */
#glisse-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eaeaea;
}
#glisse-overlay:after {
  color: #8bbc3c;
  content: "";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  transition: color 0.3s ease 0s;
  width: 40px;
}
#glisse-overlay:after:hover {
  color: #ffffff;
}
#glisse-overlay.loading #glisse-spinner {
  opacity: 1;
}
/* Display spinner */
/* Glisse: Overlay content */
/* Glisse: Overlay content */
#glisse-overlay-content {
  position: fixed;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hide images */
#glisse-overlay-content img {
  display: none;
}
/* Shake effect */
#glisse-overlay-content.shake {
  -webkit-animation: shake 600ms 1;
  -moz-animation: shake 600ms 1;
  -ms-animation: shake 600ms 1;
  -o-animation: shake 600ms 1;
  animation: shake 600ms 1;
}
/* Glisse: Close button */
#glisse-close {
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 10;
}
#glisse-close:after {
  color: #8bbc3c;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: color 0.3s ease 0s;
  width: 40px;
}
#glisse-close:hover:after {
  color: #ffffff;
}
/* Glisse: Spinner */
#glisse-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  height: 80px;
  width: 80px;
  background: rgba(0, 0, 0, 0.6) url(loader.gif) center center no-repeat;
  border-radius: 6px;
}
/* Glisse: Controls bar */
/* Wrapper */
/* Prev/Next button */
.glisse-next a, .glisse-prev a {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-user-select: none;
  bottom: 20px;
  color: #fff;
  display: block;
  height: 40px;
  left: 50%;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-indent: -999em;
  width: 40px;
}
.glisse-next a {
  margin-left: 40px;
}
.glisse-prev a {
  margin-left: -80px;
}
.glisse-next a:after, .glisse-prev a:after {
  color: #8bbc3c;
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  transition: color 0.3s ease 0s;
  width: 40px;
}
.glisse-next a:hover:after, .glisse-prev a:hover:after {
  color: #ffffff;
}
.glisse-next a:after {
  content: "";
}
.glisse-prev a:after {
  content: "";
}
/*
#glisse-controls .ended a {opacity:.3;cursor:default;}
*/
/* Glisse: Keyframes */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.carousel > .carousel-inner > .item > .fill.top {
  background-position-y: top;
}
.carousel > .carousel-inner > .item > .fill.bottom {
  background-position-y: bottom;
}
.carousel > .carousel-inner > .item > .fill.left {
  background-position-x: left;
}
.carousel > .carousel-inner > .item > .fill.right {
  background-position-x: right;
}
.divider {
  background-color: #22463a;
  padding: 3.5rem 1rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.6rem;
  text-transform: uppercase;
}
.divider.pink {
  background-color: #8bbc3c;
}
.divider.green {
  background-color: #8bbc3c;
}
.divider.yellow {
  background-color: #8bbc3c;
}
.divider.orange {
  background-color: #8bbc3c;
}
.divider h1, .divider h2, .divider h3, .divider h4 {
  font-size: 3rem;
  line-height: 1.2em;
  letter-spacing: 0.025rem;
  text-transform: none;
}
.divide {
  width: 100%;
  height: 100px;
  position: relative;
}
.divide .wave {
  width: 100%;
  height: 100%;
  position: absolute;
}
.divide .wave.inverse {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  bottom: 0;
}
.transition {
  padding-bottom: 0;
}
.bg-gray + .transition {
  border-top: 10rem solid #eaeaea;
}
/* Blockquote */
blockquote {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #8bbc3c;
  margin-bottom: 5rem;
  /*&::before {
	@extend .fontDefault;
	font-family: Rubik;
	content: '»';
}
	& {
	font-family: Rubik;
	content: '«';
}*/
}
/* Client Logo Slider */
.section.clients {
  margin-top: 2.5rem;
}
.section.clients .headline {
  text-align: center;
  position: relative;
  font-size: 2.7rem;
  margin-bottom: 4.5rem;
}
.section.clients .headline span {
  color: #8bbc3c;
}
.section.clients .headline span::after {
  width: 1000px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%%;
  background-color: #8bbc3c;
}
@media screen and (max-width: 767px) {
  .section.clients > .container, .navbar-nav > li.section > .dropdown-menu.fullSize, .nav-pills > li.section > .dropdown-menu.fullSize {
    padding: 0;
  }
}
.client-slider {
  /*background-color: $color-bg-dark;*/
  padding: 8rem 0;
  position: relative;
}
.client-slider .carousel-inner {
  margin: 0 2rem;
  width: auto;
}
.client-slider .carousel-inner img {
  margin: auto auto;
  max-height: 11rem;
}
.client-slider .carousel-inner > .item > .row {
  min-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .client-slider .carousel-inner > .item > .row {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .client-slider .carousel-inner > .item > .row > div {
    padding: 0.5rem 0;
  }
}
.client-slider .carousel-control {
  background-image: none;
  color: #676767;
  opacity: 0;
  text-shadow: none;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  width: 2rem;
}
.client-slider .carousel-control > i {
  display: block;
  line-height: 3.125rem;
  margin-top: -1.6125rem;
  position: absolute;
  top: 25%;
}
@media screen and (min-width: 1200px) {
  .client-slider .carousel-control.right {
    right: -1.25rem;
  }
}
.client-slider .carousel-control.right > i {
  right: 2rem;
}
@media screen and (min-width: 1200px) {
  .client-slider .carousel-control.left {
    left: -1.25rem;
  }
}
.client-slider .carousel-control.left > i {
  left: 2rem;
}
.client-slider .carousel-control:hover {
  color: #414141;
}
/* Video */
.layout-video-box {
  margin-top: 4.5rem;
  padding-bottom: 9rem;
  backround-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-video-box {
    padding-bottom: 4.5rem;
  }
}
.layout-video-box.bg-alt {
  background-color: #eaeaea;
  margin-top: 0;
  position: relative;
}
.layout-video-box.bg-alt .video-wrapper {
  /*padding-left: 8rem;
			padding-right: 8rem;*/
}
.layout-video-box.bg-alt .video-wrapper > div:first-child {
  background-color: #ffffff;
  padding: 9rem 9rem 18rem 9rem;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child {
    padding: 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child {
    padding: 3rem;
  }
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph {
  /*font-size: 3.6rem;*/
  line-height: 1.2em;
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph a {
  position: relative;
  color: #8bbc3c;
  margin-left: 5.7rem;
  border-bottom: 0.2rem solid #8bbc3c;
  text-decoration: none;
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph a::before {
  position: absolute;
  content: url("icon.png");
  left: -5.7rem;
  top: 0rem;
  width: 4.7rem;
  height: 3.1rem;
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .paragraph a:hover {
  color: #414141;
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper {
  position: relative;
}
.layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper .btn.btn-underline {
  padding: 1rem 0 0 0;
  position: absolute;
  left: 0;
  bottom: -7.5rem;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper .btn.btn-underline {
    bottom: -4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper .btn.btn-underline {
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper > div:first-child .btn-wrapper .btn.btn-underline {
    position: relative;
    bottom: 0;
  }
}
.layout-video-box.bg-alt .video-wrapper > div:last-child {
  margin-top: -12rem;
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-video-box.bg-alt .video-wrapper > div:last-child {
    margin-top: -6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper > div:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper > div:last-child {
    margin-top: 0;
  }
}
.layout-video-box.bg-alt .video-wrapper .col-md-push-4 {
  left: calc(33.33333% + 9rem);
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  .layout-video-box.bg-alt .video-wrapper .col-md-push-4 {
    left: calc(33.33333% + 6rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-video-box.bg-alt .video-wrapper .col-md-push-4 {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-video-box.bg-alt .video-wrapper .col-md-push-4 {
    left: 0;
  }
}
.video-wrapper {
  /*margin-top: 8rem;*/
}
.video-wrapper .headline {
  color: #8bbc3c;
  text-align: center;
  font-size: 3.2rem;
  margin-top: 1.5rem;
  margin-bottom: 6rem;
}
/* Call to Action - Colors */
.cta .headline {
  color: #8bbc3c;
}
.cta .fill {
  background-color: #8bbc3c;
}
/* Kundenaussage */
.clientVoice {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .clientVoice {
    padding: 2.5rem;
  }
}
.clientVoice .headline {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #414141;
  text-align: center;
  margin-bottom: 5rem;
}
.clientVoice .headline::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .clientVoice .headline {
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-align: left;
  }
  .clientVoice .headline::after {
    left: 0;
    transform: none;
  }
}
.clientVoice .headline em {
  color: #8bbc3c;
}
.clientVoice .paragraph {
  font-size: 1.8rem;
}
.clientVoice .client-name {
  text-align: center;
  margin-bottom: 5.5rem;
  /*font-size: 2.1rem;*/
}
@media screen and (max-width: 767px) {
  .clientVoice .client-name {
    text-align: left;
  }
}
.clientVoice .client-name em {
  font-style: normal;
}
.clientVoice .btn-wrapper {
  text-align: center;
}
.clientVoice .btn-wrapper .btn-outline {
  background-color: #8bbc3c;
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 10rem;
}
.clientVoice .btn-wrapper .btn-outline:hover, .clientVoice .btn-wrapper .btn-outline:focus {
  background-color: transparent;
  color: #8bbc3c;
}
.clientVoice .products-wrapper > div {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .clientVoice .products-wrapper > div {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .clientVoice .products-wrapper > div {
    padding-bottom: 3rem;
  }
}
.clientVoice .products-wrapper > div img {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
.clientVoice .products-wrapper > div .text {
  text-align: center;
  padding: 4rem 1.5rem 0 1.5rem;
  /*font-size: 3.1rem;*/
  line-height: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clientVoice .products-wrapper > div .text {
    padding: 2.5rem;
  }
}
.clientVoice .products-wrapper .ar-4-3 .img-responsive {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}
.clientVoice .link-collapse.btn {
  color: #ffffff;
}
.clientVoice .link-collapse.btn span, .clientVoice .link-collapse.btn i {
  display: table-cell;
  vertical-align: middle;
}
.clientVoice .link-collapse.btn i {
  color: #ffffff;
  /*font-size: 2.1rem;*/
  padding-right: 1.5rem;
}
.clientVoice .link-collapse.btn:hover, .clientVoice .link-collapse.btn:focus {
  color: #ffffff;
}
.clientVoice .link-collapse.btn:hover span, .clientVoice .link-collapse.btn:focus span {
  color: #ffffff;
}
.clientVoice .link-collapse.btn:hover .fas, .clientVoice .link-collapse.btn:focus .fas {
  color: #ffffff;
}
.clientVoice .link-collapse.btn span {
  border-bottom: 1px solid #ffffff;
}
.clientVoice .link-collapse.btn:hover span, .clientVoice .link-collapse.btn:focus span {
  border-bottom: 1px solid #8bbc3c;
}
.clientVoice .btn:active, .clientVoice .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.clientVoice .link-collapse[aria-expanded="true"] .fas::before {
  content: "";
}
.clientVoice .link-collapse[aria-expanded="false"] .fas::before {
  content: "";
}
.clientVoice .link-collapse[aria-expanded="false"] .opened {
  display: none;
}
.clientVoice .link-collapse[aria-expanded="true"] .closed {
  display: none;
}
/* 5 Logos */
.layout-logos {
  background-color: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-top: 5rem;
}
.layout-logos .img-responsive {
  padding: 3rem;
}
.layout-logos .img-responsive a {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  text-indent: -1000rem;
}
.layout-logos .img-responsive img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .layout-logos div.col-sm-7.five-three {
    width: 60% !important;
  }
  .layout-logos div.col-sm-5.five-two {
    width: 40% !important;
  }
}
.eyecatcher + .layout-logos {
  margin-top: 0;
}
/* Kampagne */
.layout-campagne {
  margin-bottom: 10rem;
}
.layout-campagne .eyecatcher {
  z-index: -1;
}
.layout-campagne .eyecatcher + .campagne-box {
  margin-top: -4rem;
}
.layout-campagne .campagne-box .container, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize {
  background: linear-gradient(to bottom right, #22463a 30%, #baa8a8, #eaeaea);
  padding: 0;
}
.layout-campagne .campagne-box .container > div, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div {
  padding: 5rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .layout-campagne .campagne-box .container > div, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div {
    padding: 2.5rem;
  }
}
.layout-campagne .campagne-box .container > div .headline, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .headline, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .headline {
  color: #ffffff;
  font-size: 4rem;
}
.layout-campagne .campagne-box .container > div .headline span, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .headline span, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .headline span {
  background: -webkit-linear-gradient(left, #414141, #8bbc3c);
  background: linear-gradient(to right, #414141, #8bbc3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width:0\0) {
  .layout-campagne .campagne-box .container > div .headline span, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .headline span, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .headline span {
    background: transparent;
  }
}
.layout-campagne .campagne-box .container > div .text, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .text, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .text {
  color: #414141;
  font-weight: 700;
  padding-bottom: 6rem;
}
.layout-campagne .campagne-box .container > div .btn-wrapper, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .btn-wrapper, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .btn-wrapper {
  padding-top: 2rem;
}
.layout-campagne .campagne-box .container > div .btn-wrapper .btn-outline, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .btn-wrapper .btn-outline, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .btn-wrapper .btn-outline {
  color: #8bbc3c;
  background-color: transparent;
  border-color: #8bbc3c;
  /* border-radius: 10rem; */
}
.layout-campagne .campagne-box .container > div .btn-wrapper .btn-outline:hover, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .btn-wrapper .btn-outline:hover, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .btn-wrapper .btn-outline:hover, .layout-campagne .campagne-box .container > div .btn-wrapper .btn-outline:focus, .layout-campagne .campagne-box .navbar-nav > li > .dropdown-menu.fullSize > div .btn-wrapper .btn-outline:focus, .layout-campagne .campagne-box .nav-pills > li > .dropdown-menu.fullSize > div .btn-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
  color: #414141;
}
.job-offer .offer .headline {
  color: #8bbc3c;
  font-size: 3.2rem;
  line-height: 1em;
  margin-top: 5rem;
}
.job-offer .offer .headline::after {
  display: none;
}
.job-offer a.link {
  color: #8bbc3c;
  text-decoration: none;
}
.job-offer a.link:hover, .job-offer a.link:focus {
  color: #d2d2d2;
  text-decoration: none;
}
.job-offer .headline {
  margin-bottom: 5rem;
}
.job-offer .headline.black {
  margin-top: 0;
  color: #414141 !important;
}
.blog-overview .col-xs-12.headline {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
}
.blog-overview .col-xs-12.headline::after {
  margin-top: 2.5rem;
}
.blog-overview .paragraph {
  margin-bottom: 7.5rem;
}
.blog-overview .start-blog.jobs .table-headline-wrapper {
  padding: 0 1.5rem 1rem 1.5rem;
}
.blog-overview .start-blog.jobs .job-post {
  margin: 0 1.5rem;
}
.blog-overview .start-blog.jobs .job-post:nth-child(1n+1) {
  background-color: #eaeaea;
}
.blog-overview .start-blog.jobs .job-post:nth-child(2n+1) {
  background-color: #ffffff;
}
.blog-overview .start-blog.jobs .job-post .blog-post {
  margin-bottom: 0;
  padding-top: 2.5rem;
  background-color: transparent;
  margin: 0;
}
.blog-overview .start-blog.jobs .job-post .blog-post .job-row {
  position: relative;
  top: -1.2rem;
}
.blog-overview .start-blog.jobs .job-post .blog-post .job-row .job-title a {
  color: #8bbc3c;
  text-decoration: none;
}
.blog-overview .start-blog.jobs .job-post .blog-post .job-row .job-title a:hover, .blog-overview .start-blog.jobs .job-post .blog-post .job-row .job-title a:focus {
  color: #d2d2d2;
  text-decoration: none;
}
/* Layout Blog Overview */
.layout-blog-overview {
  background-color: #ffffff;
  padding: 9.6rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-blog-overview {
    padding: 6rem 0;
  }
}
.layout-blog-overview .container, .layout-blog-overview .navbar-nav > li > .dropdown-menu.fullSize, .layout-blog-overview .nav-pills > li > .dropdown-menu.fullSize {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.layout-blog-overview .blog-header {
  background-color: transparent;
  color: #414141;
  /*border-left: 1.2rem solid $color-bg-light;
		border-right: 1.2rem solid $color-bg-light;
		margin-left: 1.2rem;
		margin-right: 1.2rem;*/
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview .blog-header {
    margin-bottom: 2.4rem;
    margin-right: 0;
    padding: 0;
    width: calc(100% - 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .blog-header {
    margin-left: 0;
    margin-bottom: 2.4rem;
  }
}
.layout-blog-overview .blog-header .headline {
  color: #22463a;
  font-size: 4.8rem;
  line-height: 1.2em;
  padding: 2.4rem 0;
  margin: 0;
  text-align: center;
}
.layout-blog-overview .blog-header .headline.tiny {
  color: #c9d981;
  font-size: 3.2rem;
  line-height: 1.2em;
  padding: 0.4rem 0 2.4rem 0;
}
.layout-blog-overview .blog-header .paragraph {
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 2.4rem 0 4.8rem 0;
}
.layout-blog-overview .teaser-blogpost {
  /*&:nth-child(2), &:nth-child(3) {
		.teaser {
		.img { display: block; }
	}
	}*/
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview .teaser-blogpost {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .teaser-blogpost {
    padding: 0;
  }
  .layout-blog-overview .teaser-blogpost + .teaser-blogpost {
    margin-top: 2.4rem;
  }
}
.layout-blog-overview .teaser-blogpost::after {
  content: "";
  width: calc(100% - 2.4rem);
  display: block;
  border-bottom: 1px solid #22463a;
  bottom: 0;
  position: absolute;
}
.layout-blog-overview .teaser-blogpost .teaser {
  padding-bottom: 2.4rem;
  background-color: #ffffff;
  /*.blogpost-content {*/
  /*figure.blogpost-figure {
			margin-top: -4.5rem;
			padding: 1.5rem;
			@include xs { padding: .5rem 5rem 0 5rem; }
			.ar-3-4 { @extend .ar-4-3; padding-bottom: 125%; position: relative; }
		}*/
  /*}*/
}
.layout-blog-overview .teaser-blogpost .teaser .img {
  /*display: none;*/
  background-color: #22463a;
  padding-bottom: 75%;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
}
.layout-blog-overview .teaser-blogpost .teaser .img::after {
  display: none;
}
.layout-blog-overview .teaser-blogpost .teaser .headline {
  font-size: 2.4rem;
  padding-bottom: 2.4rem;
  margin: 0;
  color: #22463a;
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .teaser-blogpost .teaser .headline {
    font-size: 2.4rem !important;
  }
}
.layout-blog-overview .teaser-blogpost .teaser .headline i {
  /*margin-left: 1.5rem;*/
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .teaser-blogpost .teaser .headline i {
    display: none;
  }
}
.layout-blog-overview .teaser-blogpost .teaser .headline a {
  color: #414141;
}
.layout-blog-overview .teaser-blogpost .teaser .headline.sub {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #8bbc3c;
  margin: 0;
  padding: 2.4rem 2.4rem 2.4rem 0;
}
.layout-blog-overview .teaser-blogpost .teaser .text {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.layout-blog-overview .teaser-blogpost .teaser a.link {
  text-indent: -10000px;
}
.layout-blog-overview .teaser-blogpost .teaser a.link:hover + figure.blogpost-figure .ar-9-16 {
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
}
.layout-blog-overview .teaser-blogpost .teaser a.link:hover + figure.blogpost-figure::after {
  background-color: #8bbc3c;
}
.layout-blog-overview .teaser-blogpost .teaser a.link:hover + figure.blogpost-figure + .blogpost-header {
  display: block;
}
.layout-blog-overview .teaser-blogpost .teaser a.link:hover + figure.blogpost-figure + .blogpost-header span {
  opacity: 1;
}
.layout-blog-overview .teaser-blogpost .teaser .btn-underline span {
  color: #8bbc3c;
  position: relative;
}
.layout-blog-overview .teaser-blogpost .teaser .btn-underline span::after {
  position: absolute;
  display: block;
  border-bottom: 0.2rem solid #8bbc3c;
  width: 100%;
  bottom: -0.5rem;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.layout-blog-overview .teaser-blogpost .teaser .btn-underline:hover, .layout-blog-overview .teaser-blogpost .teaser .btn-underline:focus {
  text-decoration: none;
}
.layout-blog-overview .teaser-blogpost .teaser .btn-underline:hover span::after, .layout-blog-overview .teaser-blogpost .teaser .btn-underline:focus span::after {
  border-color: #9c9c9c;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview .blog-header + .teaser-blogpost {
    width: 50%;
  }
  .layout-blog-overview .blog-header + .teaser-blogpost + .teaser-blogpost {
    width: 50%;
  }
}
.layout-blog-overview .collapse .teaser-blogpost {
  /*&::after { display: none; }*/
}
.layout-blog-overview .collapse .teaser-blogpost .teaser .img {
  display: none !important;
  padding-bottom: 0 !important;
}
.layout-blog-overview .collapse .teaser-blogpost .teaser .img .fill {
  background-image: none !important;
}
.layout-blog-overview .row + .row {
  padding-top: 2.4rem;
}
.layout-blog-overview .row + .row .teaser-blogpost {
  /*&::after { display: none; }*/
}
.layout-blog-overview .row + .row .teaser-blogpost .teaser .img {
  /*display: none;*/
}
.layout-blog-overview .row + .row > div.col-md-4:first-child {
  width: calc(33.33333% + 2.4rem);
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .row + .row > div.col-md-4:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview .row + .row > div.col-sm-12:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .row + .row > div.col-xs-6:first-child {
    width: 50%;
  }
}
.layout-blog-overview .freewall .collapse .row > div.col-md-4:first-child {
  width: calc(33.33333% + 2.4rem);
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .freewall .collapse .row > div.col-md-4:first-child {
    width: 100%;
  }
}
.layout-blog-overview .freewall > .row:first-child .teaser-blogpost .teaser .img {
  display: block;
}
.layout-blog-overview .freewall > .row:nth-child(3) {
  padding-bottom: 2.4rem;
}
.layout-blog-overview .freewall > .collapse .row:nth-child(3) {
  padding-bottom: 0;
}
.layout-blog-overview .btn-wrapper .btn-outline[aria-expanded="true"] {
  display: none;
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .btn-wrapper .btn-outline {
    margin-left: -1.2rem;
  }
}
.layout-blog-overview.bg-alt {
  background-color: #eaeaea;
}
.layout-blog-overview.bg-alt .blog-header {
  background-color: transparent;
  border-color: none;
}
.layout-blog-overview.bg-alt .blog-header .headline.tiny {
  /*color: $color-darkgreen;*/
}
.layout-blog-overview.bg-alt .teaser-blogpost::after {
  border-color: #c9d981;
}
.layout-blog-overview.bg-alt .teaser-blogpost .teaser {
  background-color: transparent;
}
.layout-blog-overview.bg-alt .teaser-blogpost .teaser .headline {
  color: #8bbc3c;
}
.layout-blog-overview.bg-alt .teaser-blogpost .teaser .headline.sub {
  color: #22463a;
}
.layout-blog-overview.bg-alt .teaser-blogpost .teaser .text {
  color: #22463a;
}
.layout-blog-overview.bg-alt .btn-wrapper .btn-outline {
  border-color: #8bbc3c;
  background-color: #eaeaea;
}
.layout-blog-overview.bg-alt .btn-wrapper .btn-outline:hover, .layout-blog-overview.bg-alt .btn-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-blog-overview.bg-dark .blog-header {
  background-color: transparent;
  border-color: none;
  color: #ffffff;
}
.layout-blog-overview.bg-dark .blog-header .headline {
  color: #ffffff;
}
.layout-blog-overview.bg-dark .blog-header .headline.tiny {
  color: #c9d981;
}
.layout-blog-overview.bg-dark .teaser-blogpost::after {
  border-color: #c9d981;
}
.layout-blog-overview.bg-dark .teaser-blogpost .teaser {
  background-color: transparent;
}
.layout-blog-overview.bg-dark .teaser-blogpost .teaser .headline {
  color: #c9d981;
}
.layout-blog-overview.bg-dark .teaser-blogpost .teaser .headline.sub {
  color: #ffffff;
}
.layout-blog-overview.bg-dark .teaser-blogpost .teaser .text {
  color: #ffffff;
}
.layout-blog-overview.bg-dark .btn-wrapper .btn-outline {
  border-color: #8bbc3c;
  color: #ffffff;
  background-color: #22463a;
}
.layout-blog-overview.bg-dark .btn-wrapper .btn-outline:hover, .layout-blog-overview.bg-dark .btn-wrapper .btn-outline:focus {
  background-color: #8bbc3c;
  color: #ffffff;
}
.layout-blog-overview .blog-pagination {
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .blog-pagination {
    text-align: center;
    padding-left: 1.5rem !important;
  }
}
.layout-blog-overview.categories-wrapper {
  padding: 6rem 9.6rem 0 9.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview.categories-wrapper {
    padding: 4rem 6rem 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-blog-overview.categories-wrapper {
    padding: 2rem;
  }
}
.layout-blog-overview.categories-wrapper .filter-items {
  /*font-size: 2.1rem;*/
  line-height: 1.2em;
  font-weight: 700;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  text-align: center;
}
.layout-blog-overview.categories-wrapper .filter-items span.intro {
  padding-right: 2rem;
  color: #8bbc3c;
}
.layout-blog-overview.categories-wrapper .filter-items .filter-label {
  padding: 1rem;
  transition: color 0.3s;
  cursor: pointer;
  display: inline-block;
  margin-right: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
.layout-blog-overview.categories-wrapper .filter-items .filter-label span {
  /*border-bottom: 0.2rem solid $color-text-dark; */
  transition: border-color 0.3s;
}
.layout-blog-overview.categories-wrapper .filter-items .filter-label.active, .layout-blog-overview.categories-wrapper .filter-items .filter-label:hover, .layout-blog-overview.categories-wrapper .filter-items .filter-label:focus {
  color: #8bbc3c;
}
.layout-blog-overview.categories-wrapper .filter-items .filter-label.active span, .layout-blog-overview.categories-wrapper .filter-items .filter-label:hover span, .layout-blog-overview.categories-wrapper .filter-items .filter-label:focus span {
  border-color: #8bbc3c;
}
.layout-blog-overview.categories-wrapper .filter-items .filter-label:last-child {
  margin-right: 0;
}
.layout-blog-overview .brick {
  /*float: left;*/
  width: calc(33% - 9rem);
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-blog-overview .brick {
    width: calc(50% - 9rem);
  }
}
@media screen and (max-width: 767px) {
  .layout-blog-overview .brick {
    width: calc(100% - 9rem);
  }
}
ul.timeline {
  list-style-type: none;
  margin-bottom: 64px;
  padding-left: 10rem;
}
ul.timeline li {
  padding-bottom: 64px;
  padding-left: 34px;
  position: relative;
}
ul.timeline li::before {
  background: #8bbc3c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px;
}
ul.timeline li strong {
  display: inline-block;
  margin-right: 32px;
  position: absolute;
  right: 100%;
}
ul.timeline li strong::before {
  background: #414141;
  border: 3px solid #ffffff;
  border-radius: 50%;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  right: -42px;
  top: 3px;
}
.intro.provenexpert {
  padding: 9.6rem 0;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .intro.provenexpert {
    padding: 7.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .intro.provenexpert {
    padding: 6rem 0;
  }
}
.intro.provenexpert .sub-headline {
  text-align: center;
  color: #8bbc3c;
}
.intro.provenexpert .headline {
  text-align: center;
  color: #22463a;
}
.intro.provenexpert .link-wrapper a {
  display: block;
  padding: 7.2rem 1.2rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .intro.provenexpert .link-wrapper a {
    padding: 4.8rem 1.2rem 0 1.2rem;
  }
}
.intro.provenexpert .link-wrapper a img {
  max-width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .intro.provenexpert .pewl {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page.blog .layout-text-img.intro > .content {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}
.page.blog .layout-text-img.intro > .content > .row {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .page.blog .layout-text-img.three-quarter {
    padding-top: 3.6rem;
  }
  .page.blog .layout-text-img.three-quarter .content {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .page.blog .layout-breadcrumb {
    padding: 0 3.6rem !important;
  }
}
.pe-richsnippets #pe_rating {
  text-align: left !important;
  margin-bottom: 1rem;
}
section.bg-dark {
  background-color: #22463a;
}
sextion.bg-highlight {
  background-color: #8bbc3c;
}
section.bg-dark + section.bg-alt, section.bg-dark + section.bg-dark, section.bg-alt + section.bg-dark {
  margin-top: 0;
}
/*section + section.bg-alt { margin-top: 4.5rem; }*/
section.bg-alt + section.bg-alt {
  margin-top: 0;
  /*padding-top: 0;*/
}
/*section:last-child.bg-alt, section:last-child.bg-gray { margin-bottom: -5rem; }*/
section.layout-text-img.quotewrapper {
  margin-top: 0;
}
/*section.layout-text-boxes + section { margin-top: 3rem; }*/
/*section.layout-service.bg-alt + section.intro.bg-alt { padding-top: 0; }*/
section.intro.bg-alt + section.cta-small.bg-alt .cta-wrapper {
  padding-top: 0;
}
section.intro.bg-alt + section.cta-small.bg-alt .cta-wrapper .text {
  padding-top: 0;
}
section.bg-alt + section.layout-video-box.bg-alt .video-wrapper {
  margin-top: 0;
}
section.bg-alt + section.layout-text-img.intro.bg-alt {
  padding-top: 0;
}
section.intro + section.intro .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt .bg-w {
  top: 0;
  height: calc(100% - 12rem);
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  section.intro + section.intro .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt .bg-w {
    top: 9rem;
    height: calc(100% - 12rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  section.intro + section.intro .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt .bg-w {
    top: 6rem;
    height: calc(100% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  section.intro + section.intro .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt .bg-w {
    top: 3rem;
    height: calc(100% - 3rem);
  }
}
section.intro + section.intro.small .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt.small .bg-w {
  top: 0;
  height: calc(100% - 9rem);
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  section.intro + section.intro.small .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt.small .bg-w {
    top: 0rem;
    height: calc(100% - 6rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  section.intro + section.intro.small .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt.small .bg-w {
    top: 0rem;
    height: calc(100% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  section.intro + section.intro.small .bg-w, section.bg-alt + section.layout-text-img.intro.bg-alt.small .bg-w {
    top: 0rem;
    height: calc(100% - 3rem);
  }
}
section.eyecatcher.slim.incontent + section.bg-alt {
  margin-top: 0;
}
.first-module {
  /*padding-top: 13.6rem;
	@include xs { padding-top: 6rem; }*/
}
.first-module section {
  padding-top: 9.6rem !important;
  /*@include xs { padding-top: 6rem !important; }*/
}
.first-module section div:first-child.img-intro {
  padding-left: 2.4rem;
  padding-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .row-eq-height {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .row-eq-height {
    display: block;
  }
}
.interimBanner {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  color: #414141;
  cursor: default;
  opacity: 1;
  position: relative;
  width: 100%;
  z-index: 100;
  bottom: 0;
  left: 0;
  position: fixed;
  transition: all 1s ease 0s;
}
.interimBanner .container, .interimBanner .navbar-nav > li > .dropdown-menu.fullSize, .interimBanner .nav-pills > li > .dropdown-menu.fullSize {
  background-color: #ffffff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border-top: 10px solid #8bbc3c;
  position: relative;
}
.interimBanner .padding {
  padding: 2.4rem;
}
.interimBanner .text {
  float: left;
}
.interimBanner .row-eq-height {
  margin: 0;
}
.interimBanner .headline {
  color: #22463a;
  font-size: 2.6rem;
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.interimBanner .headline.sub {
  color: #8bbc3c;
  font-size: 1.6rem;
  margin: 0;
}
.interimBanner .headline a {
  color: #22463a;
  text-decoration: underline;
}
.interimBanner .headline a:hover {
  color: #8bbc3c;
  text-decoration: underline;
}
.interimBanner .text {
  font-size: 1.6rem;
}
.interimBanner .text p {
  margin: 0;
}
@media only screen and (max-width: 540px) {
  .interimBanner > .row > .col-xs-12 > .row .col-xs-8 {
    width: 100%;
  }
  .interimBanner > .row > .col-xs-12 > .row .col-xs-4 {
    width: 100%;
  }
}
.interimBanner .btn-close {
  background-color: #22463a;
  border-radius: 0;
  cursor: pointer;
  color: #ffffff;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  position: absolute;
  right: 2.4rem;
  text-align: center;
  text-indent: -9999em;
  top: -5rem;
  width: 4rem;
  border-bottom-left-radius: 0.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .interimBanner .btn-close {
    top: -1rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .interimBanner .btn-close {
    top: -1rem;
    right: 0;
  }
}
.interimBanner .btn-close:after {
  content: "X";
  font-size: 1em;
  left: -1px;
  margin: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 100%;
}
.interimBanner .btn-link {
  cursor: pointer;
  float: right;
  font-size: 1.6rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  white-space: nowrap;
  width: auto;
  border-color: #8bbc3c;
  background-color: #8bbc3c;
  color: #ffffff;
}
.interimBanner .btn-link:hover, .interimBanner .btn-link:focus {
  background-color: transparent;
  color: #8bbc3c;
  text-decoration: none;
}
.banner-hidden {
  opacity: 0;
}
.interimBanner.banner-hidden {
  bottom: -300px;
}
@media screen and (max-width: 767px) {
  .interimBanner .headline {
    font-size: 2rem !important;
  }
  .interimBanner .headline.sub {
    font-size: 1.4rem !important;
  }
  .interimBanner .text p {
    font-size: 1.4rem !important;
  }
  .interimBanner .btn-wrapper {
    text-align: center;
  }
  .interimBanner .btn-link {
    float: none;
  }
}
/* Button Outline reset */
.btn-outline, .btn-outline:hover, .btn-outline:focus {
  display: inline-block;
  /*@extend .fontBold;*/
  font-weight: 400;
}
.btn-outline i {
  margin-left: 0.5rem;
}
.btn-outline i, .btn-underline i, .btn.left i {
  font-size: 70%;
}
/*@include medium { .container { width: calc(100% - 6rem); } }
@include small { .container { width: calc(100% - 2rem); } }
@include xs { .container { width: 100%; } }

@include large { .container { width: calc(100% - 6rem); } }*/
/*@include xl { .container { width: 1340px; } }*/
.usercentrics-button.layout-1 #uc-privacy-button.layout-1 {
  /*position: absolute !important;
	bottom: -11.5rem;
	left: 7.5rem;*/
  z-index: 99 !important;
}
section.blog.bg-alt .paragraph .btn-wrapper a:hover, section.blog.bg-alt .paragraph .btn-wrapper a:focus {
  color: #ffffff;
  text-decoration: none;
}
.page.blog section.layout-text-img.three-quarter.blog + section {
  margin-top: -19.6rem;
}
section.poc-group.bg-alt + section.layout-overlay + section.poc-group.bg-alt {
  padding-top: 0;
}
section.bg-dark + section.bg-dark {
  padding-top: 0;
}
section.bg-alt + section.bg-alt {
  padding-top: 0;
}
section.no-bg + section.no-bg {
  padding-top: 0;
}
section.no-bg + section.no-bg.bg-inv {
  padding-top: 9.6rem;
}
.usercentrics-button.layout-1 .uc-header-subtitle-text {
  font-size: 18px !important;
}
#usercentrics-button .uc-cursor-pointer, .uc-embed .uc-cursor-pointer {
  font-size: 16px !important;
}
.anchor {
  margin-top: -18rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .anchor {
    margin-top: -9.6rem;
  }
}
#domainSwitch {
  display: none !important;
  top: -4rem;
  transition: top 1s ease;
}
@media screen and (max-width: 750px) {
  #tuerchen {
    height: 2080px;
  }
}
@media screen and (max-width: 710px) {
  #tuerchen {
    height: 2170px;
  }
}
@media screen and (max-width: 707px) {
  #tuerchen {
    height: 1640px;
  }
}
@media screen and (max-width: 687px) {
  #tuerchen {
    height: 1520px;
  }
}
@media screen and (max-width: 624px) {
  #tuerchen {
    height: 1840px;
  }
}
@media screen and (max-width: 598px) {
  #tuerchen {
    height: 1080px;
  }
}
@media screen and (max-width: 568px) {
  #tuerchen {
    height: 1090px;
  }
}
@media screen and (max-width: 540px) {
  #tuerchen {
    height: 1190px;
  }
}
@media screen and (max-width: 528px) {
  #tuerchen {
    height: 1025px;
  }
}
@media screen and (max-width: 500px) {
  #tuerchen {
    height: 1110px;
  }
}
@media screen and (max-width: 498px) {
  #tuerchen {
    height: 1150px;
  }
}
@media screen and (max-width: 497px) {
  #tuerchen {
    height: 1210px;
  }
}
@media screen and (max-width: 422px) {
  #tuerchen {
    height: 2030px;
  }
}
/* Neue Hintergrundgrafik */
#nav.show .navbar-nav > li.dropdown .dropdown-menu.flex {
  top: 14.5rem;
}
.layout-text.cta-small.mini {
  background-color: transparent;
}
.bg-full::before {
  content: "";
  /*background: url("green-background.svg");*/
  background: url("interim-profis-background.jpg ");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
}
.bg-full.bg-change::before {
  z-index: 0;
}
/* Neue Navi */
.navbar-nav > li .dropdown-submenu > a i {
  margin-left: 2rem;
  position: absolute;
  top: 2rem;
  right: -2rem;
  right: 1.6rem;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li {
  padding-right: 3.6rem;
  width: auto;
  padding-right: 0;
}
.navbar-nav > li > a {
  padding: 2.8rem 2.8rem 1.9rem 2.8rem;
}
.navbar-nav > li.dropdown .dropdown-menu.flex {
  width: 1152px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  position: fixed !important;
  top: 10.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  width: auto;
  height: 29rem;
  height: calc(90vh - 5rem);
  background-color: #fff;
  position: relative;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul::before, .navbar-nav > li.dropdown .dropdown-menu.flex > ul::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
/*.navbar-nav > li.dropdown .dropdown-menu.flex.two > ul { height: calc(90vh - 23rem); }*/
.navbar-nav > li.dropdown .dropdown-menu > ul > li:first-child {
  padding-top: 0;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:first-child {
  border-top-right-radius: 0;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li {
  width: 32%;
}
/* Re-order items into 3 rows */
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:nth-child(3n+1) {
  order: 1;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:nth-child(3n+2) {
  order: 2;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:nth-child(3n) {
  order: 3;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li a {
  padding: 1.2rem 5.6rem 1.2rem 6.4rem !important;
  line-height: 2em !important;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li a::before {
  top: 2rem;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li.dropdown-submenu > ul.dropdown-menu li a {
  padding-right: 2.4rem !important;
}
.navbar-nav > li.dropdown .dropdown-menu > ul > li.dropdown-submenu > ul.dropdown-menu li a:hover {
  background-color: #eaeaea !important;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.navbar-nav > li.dropdown .dropdown-menu.flex {
  background-color: transparent;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul {
  background-color: transparent;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li {
  background-color: #fff;
  position: relative;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:first-child {
  background-color: #8bbc3c !important;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li.active {
  background-color: #eaeaea;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:hover, .navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:focus {
  background-color: #eaeaea;
}
.navbar-nav > li.dropdown .dropdown-menu.flex > ul > li::after {
  content: "";
  width: 500%;
  height: 7rem;
  left: 0;
  top: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  z-index: -1;
}
ul.navbar-nav li.dropdown.active .dropdown-menu ul li.dropdown-submenu ul.dropdown-menu li.active {
  background-color: #eaeaea;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#nav.show .navbar-nav > li.dropdown .dropdown-menu.flex {
  top: 14.5rem;
}
/*.dropdown-submenu > .dropdown-menu {top:0; left:100%; margin-top:-6px; margin-left:-1px;}
.dropdown-submenu.open > a:after{border-left-color:#fff;}
.dropdown-submenu .dropdown-menu{margin-bottom: 8px;}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color: #f6f6f6;}
.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#333;}
.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 30px;}*/
.fill.top {
  background-position-y: top !important;
}
.fill.bottom {
  background-position-y: bottom !important;
}
.fill.left {
  background-position-x: left !important;
}
.fill.right {
  background-position-x: right !important;
}
@media screen and (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 2.8rem 2.4rem 1.9rem 2.4rem;
  }
  .logo {
    margin-left: 2.4rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1133px) {
  #nav .navbar-nav > li.dropdown .dropdown-menu.flex {
    top: 20.7rem;
  }
  #nav.show .navbar-nav > li.dropdown .dropdown-menu.flex {
    top: 24.7rem;
  }
}
@media screen and (max-width: 1039px) {
  #nav .navbar-nav > li.dropdown .dropdown-menu.flex {
    position: relative !important;
    top: 0;
  }
  #nav.show .navbar-nav > li.dropdown .dropdown-menu.flex {
    top: 0;
  }
  .navbar-nav > li.dropdown .dropdown-menu.flex > ul {
    display: block;
    height: auto;
  }
  .navbar-nav > li.dropdown .dropdown-menu.flex > ul > li {
    width: 100%;
  }
  .navbar-nav > li.dropdown .dropdown-menu.flex > ul > li:first-child {
    border-radius: 0;
  }
  .navbar-nav > li.dropdown .dropdown-menu.flex {
    border-radius: 0;
  }
  .navbar-nav > li .dropdown-submenu > a i.fa-chevron-right::before {
    content: "";
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .navbar-toggle {
    margin-right: 2.4rem;
  }
  .navbar-tiny #navbar-0 {
    overflow-y: scroll;
    width: 100%;
    max-height: none;
    padding-top: 0px;
    margin-top: 0px;
    height: calc(100vh - 6rem);
    padding-bottom: 7rem;
    background-color: #ffffff;
  }
  #navbar-0 .navbar-nav {
    background-color: #ffffff;
  }
  .navbar-nav > li.dropdown .dropdown-menu.flex.two > ul {
    height: auto;
  }
  .usercentrics-button .uc-privacy-button-wrapper {
    height: 4.8rem !important;
  }
  .navbar-tiny #navbar-0 .navbar-nav > li > a {
    color: #22463a;
  }
  .navbar-nav > li .dropdown-submenu > a + .dropdown-menu {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .navbar-nav > li.dropdown .dropdown-menu.flex.two > ul {
    height: auto;
  }
  .usercentrics-button .uc-privacy-button-wrapper {
    height: 4.8rem !important;
  }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*SLIDER Kunden START*/
.layout-text-img.fifty-fifty.client-slider {
  background-color: #ffffff;
  padding-top: 9.6rem;
}
.layout-text-img.fifty-fifty.client-slider .content {
  display: block;
}
.layout-text-img.fifty-fifty.client-slider .content .row {
  padding: 0;
}
.layout-text-img.fifty-fifty.client-slider .content .row .center .sub-headline, .layout-text-img.fifty-fifty.client-slider .content .row .center .headline {
  text-align: center;
}
.layout-text-img.fifty-fifty.client-slider .slider-scout {
  width: inherit;
  /*height: 300px;*/
  overflow: hidden;
}
.layout-text-img.fifty-fifty.client-slider .slide-track {
  display: flex;
  animation: scroll 60s linear infinite;
}
.layout-text-img.fifty-fifty.client-slider .slide-scout {
  width: 300px;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-text-img.fifty-fifty.client-slider .slide-scout img {
  width: auto;
  height: 100%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 12));
  }
}
.layout-text-img.fifty-fifty.client-slider.bg-alt {
  background-color: #eaeaea;
}
.layout-text-img.fifty-fifty.client-slider.bg-dark {
  background-color: #22463a;
}
.eyecatcher.start.selection .carousel > .carousel-inner > .item .carousel-caption {
  overflow: visible;
  text-align: left;
}
.eyecatcher.start.selection .selection-wrapper {
  z-index: 100000;
  margin-top: 5.4rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  color: #414141;
  padding: 2.4rem;
  font-size: 2rem;
}
.eyecatcher.start.selection .selection-wrapper .inline {
  display: inline-block;
}
.eyecatcher.start.selection .selection-wrapper .custom-select {
  margin-left: 1rem;
}
.eyecatcher.start.selection .selection-wrapper select {
  font-size: 2rem;
  background-color: #8bbc3c;
  color: #ffffff;
  padding: 1.8rem 0.8rem 1.6rem 1.6rem;
  border-radius: 0.4rem;
  border: none;
}
.eyecatcher.start.selection .selection-wrapper #selected .dropdown-menu {
  margin: -5px 1.5rem 0 1.5rem;
  border: none;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  z-index: 100001;
}
.eyecatcher.start.selection .selection-wrapper #selected .dropdown-menu .dropdown-submenu > a {
  border-radius: 0.4rem;
  border: 2px solid #eaeaea;
}
.eyecatcher.start.selection .selection-wrapper #selected .dropdown-menu .dropdown-submenu > .dropdown-menu {
  position: relative;
  top: auto;
  left: 0;
  border: none;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin: 0;
  border: 2px solid #eaeaea;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  margin-top: -2px;
}
.eyecatcher.start.selection .selection-wrapper #selected .dropdown-menu .dropdown-submenu > .dropdown-menu a {
  padding: 1rem 2rem;
  border-radius: 0.4rem;
}
.eyecatcher.start.selection .selection-wrapper #selected .dropdown-menu .dropdown-submenu > .dropdown-menu a i {
  margin-left: 0;
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #8bbc3c;
}
.eyecatcher.start.selection .selection-wrapper #selected .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.eyecatcher.start.selection .selection-wrapper #selected .navbar-nav::before {
  display: none;
}
.eyecatcher.start.selection .selection-wrapper #selected .navbar-nav > li > a {
  padding: 2rem 2rem 2rem 1.9rem;
  color: #414141;
  background-color: #eaeaea !important;
  transition: background-color 0.3s ease;
  text-align: left;
}
.eyecatcher.start.selection .selection-wrapper #selected .navbar-nav > li > a:hover {
  background-color: transparent !important;
}
.eyecatcher.start.selection .selection-wrapper #selected .navbar-nav > li > a i {
  margin-left: 0;
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #8bbc3c;
}
.eyecatcher.start.selection .selection-wrapper #selected .interim-show, .eyecatcher.start.selection .selection-wrapper #selected .info-show {
  display: none;
}
.eyecatcher.start.selection .selection-wrapper #selected.interim .interim-show {
  display: block;
}
.eyecatcher.start.selection .selection-wrapper #selected.info .info-show {
  display: block;
}
/* Autor Box START */
.layout-text-img.fifty-fifty.cite .container, .layout-text-img.fifty-fifty.cite .navbar-nav > li > .dropdown-menu.fullSize, .layout-text-img.fifty-fifty.cite .nav-pills > li > .dropdown-menu.fullSize {
  display: block;
}
.layout-text-img.fifty-fifty.cite .container .row, .layout-text-img.fifty-fifty.cite .navbar-nav > li > .dropdown-menu.fullSize .row, .layout-text-img.fifty-fifty.cite .nav-pills > li > .dropdown-menu.fullSize .row {
  padding-bottom: 0;
}
.layout-text-img.fifty-fifty.cite .container .row + .row, .layout-text-img.fifty-fifty.cite .navbar-nav > li > .dropdown-menu.fullSize .row + .row, .layout-text-img.fifty-fifty.cite .nav-pills > li > .dropdown-menu.fullSize .row + .row {
  padding-bottom: 9.6rem;
}
.autor-box {
  display: flex;
  background-color: white;
  width: 100%;
  align-items: center;
  border-radius: 0.4rem;
}
.bild-sektion {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.icon-sektion {
  flex: 0 0 auto;
  margin-bottom: 2%;
}
.bild-content {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
.bild-content img {
  border-radius: 50%;
  max-width: 75%;
  height: auto;
}
.text-sektion {
  flex: 2;
  padding: 3%;
}
.text-sektion p {
  font-style: italic;
  padding-bottom: 3%;
}
.autor-name {
  font-style: normal;
  font-weight: bold;
}
.icon-sektion {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 4%;
  padding-left: 4%;
  padding-top: 2%;
  width: 100%;
}
.fad.fa-quote-left {
  font-size: 2.4em;
  /*color: #f58f20;*/
}
/* Responsive Design für mobile Geräte */
@media screen and (max-width: 768px) {
  .autor-box {
    flex-direction: column;
  }
  .bild-sektion, .text-sektion {
    width: 100%;
  }
  .icon-sektion, .bild-content {
    width: 100%;
  }
}
/* Autor Box ENDE */
/* news */
.source {
  color: #888;
  padding-top: 1rem;
}
.news .start-container {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.news .layout-text-img.full .img-responsive {
  padding-bottom: 0;
}
.news .layout-text-img.full .img-responsive img {
  max-width: 100%;
}
.news .date {
  color: #8bbc3c;
}
.news .audioHeadline {
  margin-left: 2px;
}
.news .audiodescription {
  margin-left: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .news .layout-text-img.three-quarter img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .news .layout-text-img.three-quarter img {
    max-width: 100% !important;
  }
}
.page.blog.news section.layout-text-img.three-quarter.blog + section.cite {
  margin-top: 0;
}
.page.blog.news section.linkcloud-section.no-bg + section.layout-text-img.three-quarter.blog {
  padding-top: 0;
}
.page.blog.news section.layout-text-img.full + section.linkcloud-section.no-bg {
  padding-top: 0;
}
/* Contactform new Process*/
.layout-contact.process.bg-alt {
  background-color: #eaeaea;
}
.layout-contact.process .carousel-indicators li {
  cursor: default;
}
.layout-contact.process .carousel.slide {
  position: relative;
}
.layout-contact.process .carousel-indicators {
  position: relative;
  bottom: 0;
  width: 100%;
  left: 30%;
}
.layout-contact.process .carousel-indicators li {
  width: 30%;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  background-color: #fff;
  height: 2rem;
  border-width: 2px;
  text-indent: 0;
}
.layout-contact.process .carousel-indicators li + li {
  margin-left: -2rem;
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-contact.process .carousel-indicators li + li + li {
  background-color: transparent;
}
.layout-contact.process .carousel-indicators li + li.active {
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.layout-contact.process .carousel-indicators li + li.active + li {
  background: transparent;
}
.layout-contact.process .carousel-indicators li.active {
  background-color: #fff;
}
.layout-contact.process .carousel-indicators li.active + li {
  background: transparent;
}
.layout-contact.process .carousel-indicators li:last-child {
  border-right: 2px solid #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.layout-contact.process .carousel-indicators li:last-child.active {
  background-color: #fff;
}
.layout-contact.process .carousel-indicators li span {
  margin-top: -0.3rem;
  opacity: 0;
  display: block;
  color: #8bbc3c;
}
.layout-contact.process .carousel-indicators li.active span {
  opacity: 1;
}
.layout-contact.process .carousel-control {
  width: auto;
  height: 6rem;
  top: auto;
  bottom: -6rem;
}
.layout-contact.process .carousel-control.left {
  left: 2.4rem;
}
.layout-contact.process .carousel-control.right {
  right: 2.4rem;
}
.layout-contact.process .carousel-control span {
  opacity: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 0.1rem 1.2rem;
  font-size: 2rem;
  border-radius: 0.4rem;
}
.layout-contact.process .carousel-control span:hover {
  background-color: #8bbc3c;
}
.layout-contact.process .carousel-control.last-control {
  bottom: 2.4rem;
}
.layout-contact.process .item.active .carousel-control span {
  opacity: 1;
}
.layout-contact.process .item button.carousel-control:disabled span {
  opacity: 0.5;
}
.layout-contact.process .item button.carousel-control:disabled span:hover {
  background-color: #22463a;
}
.layout-contact.process .carousel > .carousel-inner {
  padding: 0 0 6rem 0;
  min-height: 61rem;
  height: auto !important;
}
.layout-contact.process .carousel > .carousel-inner .item {
  padding: 2.4rem;
  min-height: 36rem;
  margin-bottom: 6rem;
}
.layout-contact.process .carousel > .carousel-inner .item.one {
  margin-bottom: 0;
}
.layout-contact.process .carousel > .carousel-inner .item.two {
  /*#firstselect + #selected > input { width: calc(100% - 2.4rem); }*/
}
.layout-contact.process .carousel > .carousel-inner .item.two select {
  width: 100%;
}
.layout-contact.process .carousel > .carousel-inner .item.three {
  margin-bottom: 0;
}
.layout-contact.process .no-carousel .carousel-indicators, .layout-contact.process .no-carousel .carousel-control {
  display: none;
}
.layout-contact.process .no-carousel .carousel-inner .item + .item {
  display: block;
}
.layout-contact.process select {
  background-color: #fff;
  padding: 1.5rem 1.5rem;
  margin-top: 1.2rem;
  border-radius: 0.4rem;
  border: none;
}
.layout-contact.process .level-two {
  display: inline-block;
  margin-left: 1.2rem;
}
.layout-contact.process .link-wrapper.card {
  padding-top: 4.8rem;
  padding-bottom: 6rem;
  position: relative;
  text-align: center;
  transition: background-color 0.3 ease;
  /*border: 2px solid transparent;*/
  border-radius: 0.4rem;
  /*img { transition: filter 0.3s ease; }
		&:hover {
		background-color: $color-darkgreen;
		img {
		filter: grayscale(80%) brightness(130%);
	}
		a { color: $color-text-light; }
	}*/
}
.layout-contact.process .link-wrapper.card a {
  color: #8bbc3c;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease;
}
.layout-contact.process .link-wrapper.card a span {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
  width: 100%;
}
.layout-contact.process .link-wrapper.card a i {
  margin-right: 1rem;
}
.layout-contact.process .link-wrapper.card img {
  transition: transform 0.5s ease;
}
.layout-contact.process .link-wrapper.card:hover {
  /*border: 2px solid $color-darkgreen;*/
  background-color: #ffffff;
}
.layout-contact.process .link-wrapper.card:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 460px) {
  .layout-contact.process .link-wrapper.card {
    padding-bottom: 8rem;
  }
}
.layout-contact.process .headline.intro {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
}
.layout-contact.process .itemtwo {
  padding-top: 2.4rem;
}
.layout-contact.process #selected, .layout-contact.process #selectedtwo {
  display: none;
}
.layout-contact.process #selected.input, .layout-contact.process #selectedtwo.input {
  display: block;
}
.layout-contact.process #selected input, .layout-contact.process #selectedtwo input {
  margin-top: 2.4rem;
}
.layout-contact.process .contact-form .headline.label {
  font-size: 2.4rem;
}
.layout-contact.process .contact-form .headline.label.message {
  margin-left: 0;
  margin-bottom: 1.2rem;
}
.layout-contact.process .contact-form .carousel-control span {
  font-size: 1.8rem;
}
.layout-contact.process .adress-wrapper .social-wrapper {
  padding-top: 1.2rem;
}
.layout-contact.process .adress-wrapper .social-wrapper .headline {
  margin-top: 0;
}
.layout-contact.process button#next {
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-contact.process select {
    width: 100%;
  }
  .layout-contact.process .carousel > .carousel-inner {
    min-height: 68rem;
  }
  .layout-contact.process .carousel > .carousel-inner .item.one {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-contact.process {
    padding: 6rem 1.2rem 4.8rem 1.2rem;
  }
  .layout-contact.process select {
    width: 100%;
  }
  .layout-contact.process .carousel > .carousel-inner {
    min-height: 68rem;
  }
  .layout-contact.process .carousel > .carousel-inner .item {
    padding: 1.2rem 1.2rem 2.4rem 1.2rem;
  }
  .layout-contact.process .carousel > .carousel-inner .item.one {
    margin-bottom: 0;
  }
  .layout-contact.process .carousel-control.left {
    left: 1.2rem;
  }
  .layout-contact.process .carousel-control.right {
    right: 1.2rem;
  }
  .layout-contact.process .carousel-indicators li span {
    font-size: 1.4rem;
    margin-top: -0.4rem;
  }
  .layout-contact.process .contact-form .btn-wrapper {
    text-align: right;
  }
  .layout-contact.process .link-wrapper.card img {
    padding: 2.4rem;
  }
}
/* Intro Section: Start-Intro-Consultants B Version */
.layout-text-img.fifty-fifty.consultant-start-container-b .content > div:first-child {
  padding-right: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .layout-text-img.fifty-fifty.consultant-start-container-b {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.consultant-start-container-b {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*text-align: center;*/
  padding-bottom: 9.6rem;
}
.consultants-intro {
  padding-bottom: 4.8rem;
}
.consultants-intro.centered {
  text-align: center;
}
.consultants-intro .stalemate-regular {
  padding-top: 2.4rem;
  font-weight: bold;
  font-size: 2rem;
}
/* Zentrierung der Inhalte B */
.consultant-start-box-b h2, .consultant-start-box-b p, .consultant-start-box-b, .consultant-start-icons-b {
  text-align: center;
}
/* Grid-Konfiguration für Desktop B */
.consultant-start-grid-b {
  /*display: grid;
	grid-template-columns: repeat(4, 22.5%);
	gap: 3.3333%;
	margin-top: 2%;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*+ .consultant-start-grid-b {
	margin-top: 2.4rem;
}*/
}
.consultant-start-grid-b.threeRow {
  padding: 0 12.5%;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .consultant-start-grid-b.threeRow {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .consultant-start-grid-b.threeRow {
    padding: 0;
  }
}
/* Box-Styling B */
.consultant-start-box-b {
  background-color: #ebebeb;
  /*padding: 2%;*/
  padding: 1.2rem;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.4rem;
}
.layout-text-img.fifty-fifty.consultant-start-container-b.bg-alt .consultant-start-box-b {
  background-color: #fff;
}
/* Bild-Styling B */
.consultant-start-box-b img {
  width: 80%;
  height: auto;
  border-radius: 6px;
  margin: 0 auto 10px;
}
.consultant-start-box-b h3 {
  font-weight: bold;
  font-size: clamp(2rem, 5vw, 2.5rem);
  max-width: 95%;
  margin: 5px 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Icon-Link-Styling B */
.icon-container-b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #BCDA87;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin: 5px;
  text-decoration: none;
  color: #22463a;
  font-size: 1.5em;
}
.icon-container-b i {
  margin: 0;
}
.icon-container-b:hover {
  background-color: #22463a;
  color: #8CC63F;
  text-decoration: none;
}
/* Anpassung der Medienabfragen für B Version entsprechend */
@media (max-width: 768px) {
  /*.consultant-start-grid-b {
	grid-template-columns: 1fr;
	gap: 2%;
}*/
  .consultant-start-box-b img {
    width: 70%;
  }
  .icon-container-b {
    width: 10vw;
    height: 10vw;
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  /*.consultant-start-grid-b {
	grid-template-columns: 1fr;
}
	.consultant-start-box-b {
	padding: 5%;
}*/
  .consultant-start-box-b img {
    width: 80%;
  }
  .icon-container-b {
    width: 12vw;
    height: 12vw;
    font-size: 5vw;
  }
}
.consultant-start-box-b h3 {
  font-weight: bold;
  font-size: 1rem;
  max-width: 100%;
  margin: 5px 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* START Testimonial Zitat */
.testimonial-quote {
  font-size: 16px;
  position: relative;
  padding-bottom: 9.6rem;
}
.testimonial-quote blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: gray;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.4 !important;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
  z-index: 100;
  padding-left: 3.5rem;
  padding-top: 3rem;
}
.testimonial-quote blockquote * {
  box-sizing: border-box;
}
.testimonial-quote blockquote p {
  color: #75808a;
  line-height: 1.4 !important;
}
.testimonial-quote blockquote p:first-child:before {
  content: "“";
  color: #BCDA87;
  font-size: 7.5em;
  font-weight: 700;
  opacity: 0.3;
  position: absolute;
  top: -0.4em;
  left: -0.2em;
  text-shadow: none;
  z-index: -300;
  top: -5.5rem;
  left: -0.5rem;
}
.testimonial-quote img {
  border: 3px solid #BCDA87;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -0.2em;
  left: 0;
  top: 0;
}
.testimonial-quote cite {
  color: gray;
  display: block;
  font-size: 0.8em;
}
.testimonial-quote cite span {
  color: #5e5e5e;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px white;
}
.testimonial-quote .quote-container {
  padding-left: 160px;
}
.testimonial-quote.right .quote-container {
  padding-left: 0;
  padding-right: 160px;
}
.testimonial-quote.right img {
  left: auto;
  right: 0;
}
.testimonial-quote.right cite {
  text-align: right;
}
/* ENDE Testimonial Zitat */
#formStatus.form-error, #formStatus2.form-error {
  color: red;
}
/* new Modules 2025 */
/* Counter */
.counter .n-counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 20px 0px;
  color: #ffffff;
  align-items: center;
}
.counter .n-intro-text {
  font-size: 3.2rem;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1.5;
}
.counter .n-intro-text > .headline {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #ffffff;
}
.counter .n-column {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.counter .n-number {
  font-size: 4em;
  color: #ffffff;
  margin-right: 0.2em;
}
.counter .plus {
  font-size: 2.6em;
  color: #ffffff;
}
.counter .n-flex-p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter .n-description {
  margin-top: 25px;
  width: 100%;
  color: #ffffff;
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .counter {
    padding-bottom: 4.8rem;
  }
  .counter .n-counter {
    flex-direction: column;
  }
  .counter .n-column {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.intro.pillars {
    padding: 6.4rem 0;
  }
}
.layout-text-img.intro.pillars .intro-text {
  text-align: center;
  margin-bottom: 40px;
}
.layout-text-img.intro.pillars .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 4%;
  justify-content: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .layout-text-img.intro.pillars .grid-container {
    grid-template-columns: repeat(2, 48%);
  }
}
@media screen and (max-width: 767px) {
  .layout-text-img.intro.pillars .grid-container {
    padding-bottom: 1.2rem;
  }
}
.layout-text-img.intro.pillars .step {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.layout-text-img.intro.pillars .step img, .layout-text-img.intro.pillars .step > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out, opacity 0.5s ease;
}
.layout-text-img.intro.pillars .step .base-image {
  z-index: 2;
  opacity: 1;
}
.layout-text-img.intro.pillars .step .hover-image {
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
}
.layout-text-img.intro.pillars .step div.hover-image {
  background-color: #22463a;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.layout-text-img.intro.pillars .step div.hover-image .title {
  font-weight: 700;
}
.layout-text-img.intro.pillars .step div.hover-image.bg-dark {
  background-color: #22463a;
  color: #ffffff;
}
.layout-text-img.intro.pillars .step div.hover-image.bg-highlight {
  background-color: #8bbc3c;
}
.layout-text-img.intro.pillars .step div.hover-image.bg-lightblue {
  background-color: #79afd6;
}
.layout-text-img.intro.pillars .step div.hover-image.bg-pink {
  background-color: #d679af;
}
.layout-text-img.intro.pillars .step:hover .base-image, .layout-text-img.intro.pillars .step:focus .base-image, .layout-text-img.intro.pillars .step:active .base-image {
  opacity: 0;
}
.layout-text-img.intro.pillars .step:hover .hover-image, .layout-text-img.intro.pillars .step:focus .hover-image, .layout-text-img.intro.pillars .step:active .hover-image {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .layout-text-img.intro.pillars .intro-text {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .layout-text-img.intro.pillars .grid-container {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
  }
  .layout-text-img.intro.pillars .grid-container .step {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: calc(100% - 2.4rem);
    padding-top: calc(100% - 2.4rem);
    margin-left: 1.2rem;
  }
}
.intro.process .process-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.intro.process .process-step {
  background-color: #BCDA87;
  color: #22463a;
  border-radius: 6px;
  padding: 20px;
  margin: 10px 0;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s;
}
.intro.process .process-step:hover {
  transform: scale(1.05);
}
.intro.process .process-arrow {
  font-size: 30px;
  font-weight: bold;
  color: #22463a;
  margin: 10px 0;
}
.intro.process .step-number {
  background-color: #22463a;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.intro.process .step-number span {
  margin-left: -1px;
}
.intro.process .step-content .title {
  text-align: center;
  font-size: 24px;
}
.intro.process .step-content .paragraph p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .intro.process .process-container {
    flex-direction: column;
  }
  .intro.process .process-step {
    flex-direction: column;
    align-items: center;
  }
  .intro.process .process-arrow {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .intro.process {
    padding: 6.4rem 0;
  }
  .intro.process .intro-text {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.intro.process .process-step.bg-alt {
  background-color: #eaeaea;
}
.intro.process .process-step.bg-white {
  background-color: #fff;
}
.intro.process .process-step.bg-dark {
  color: #fff;
  background-color: #22463a;
}
.intro.process .process-step.bg-dark .step-number {
  background-color: #8bbc3c;
}
.intro.process .process-step.bg-dark .paragraph p {
  color: #fff;
}
.intro.process .process-step.bg-highlight {
  color: #fff;
  background-color: #8bbc3c;
}
.intro.process .process-step.bg-highlight .paragraph p {
  color: #fff;
}
.intro.process .process-step.bg-lightblue {
  color: #fff;
  background-color: #79afd6;
}
.intro.process .process-step.bg-lightblue .paragraph p {
  color: #fff;
}
.intro.process .process-step.bg-pink {
  color: #fff;
  background-color: #d679af;
}
.intro.process .process-step.bg-pink .paragraph p {
  color: #fff;
}
.intro.cta-cloud {
  background: linear-gradient(to right, #22463a, #bcda87);
}
@media screen and (max-width: 767px) {
  .intro.cta-cloud {
    padding: 6.4rem 0 7.2rem 0;
  }
}
.intro.cta-cloud .intro-text .paragraph {
  color: #ffffff;
}
.intro.cta-cloud .headline, .intro.cta-cloud .sub-headline {
  color: #ffffff;
}
.intro.cta-cloud .module-container-topfkt {
  /*width: 100vw;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .intro.cta-cloud .module-container-topfkt {
    padding: 0 2.4rem 1.2rem 2.4rem;
  }
}
.intro.cta-cloud .module-container-topfkt h2 {
  font-size: 2em;
  font-weight: bold;
  margin-top: -10px;
}
.intro.cta-cloud .rectangles-container-topfkt {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.intro.cta-cloud .rectangle-topfkt, .intro.cta-cloud .rectangle-topfkt-funktionen, .intro.cta-cloud .rectangle-topfkt-branchen, .intro.cta-cloud .rectangle-topfkt-regionen, .intro.cta-cloud .rectangle-topfkt-projekte {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  color: white;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.intro.cta-cloud .module-text-topfkt {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.1em;
  margin-left: 15vw;
  margin-right: 15vw;
}
.intro.cta-cloud .rectangle-topfkt-funktionen:hover {
  background: linear-gradient(to right, #22463a, #22463a);
  border-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: white;
}
.intro.cta-cloud .rectangle-topfkt-branchen:hover {
  background: linear-gradient(to right, #8dc43f, #8dc43f);
  border-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: white;
}
.intro.cta-cloud .rectangle-topfkt-regionen:hover {
  background: linear-gradient(to right, #79AFD6, #79AFD6);
  border-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: white;
}
.intro.cta-cloud .rectangle-topfkt-projekte:hover {
  background: linear-gradient(to right, #D679AF, #D679AF);
  border-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: white;
}
.intro.cta-cloud #showHiddenLinksBtn {
  margin-top: 2.4rem;
  background-color: transparent;
  border: none;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 380px) {
  .layout-contact.n-contact {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-contact.n-contact #kontaktformular-neu-start {
  font-family: Arial, sans-serif;
  color: #22463a;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: 600px;
}
.layout-contact.n-contact #wahl-container, .layout-contact.n-contact .formular-container {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.layout-contact.n-contact .formular-container {
  left: 100%;
  flex-direction: row-reverse;
}
.layout-contact.n-contact .wahl-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.layout-contact.n-contact .headline {
  /*font-size: 1.6rem;*/
  font-weight: bold;
  margin-bottom: 20px;
}
.layout-contact.n-contact .wahl-box {
  text-align: center;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.layout-contact.n-contact .wahl-box img {
  transition: all 0.3s ease;
}
.layout-contact.n-contact .wahl-box:hover img, .layout-contact.n-contact .wahl-box:focus img, .layout-contact.n-contact .wahl-box:active img {
  transform: scale(1.05);
}
.layout-contact.n-contact .wahl-box img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 6px;
}
.layout-contact.n-contact .cta-button {
  background-color: #BCDA87;
  color: #22463a;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  width: auto;
  white-space: nowrap;
  margin-top: 10px;
  border: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.layout-contact.n-contact .cta-button:focus {
  border: 2px solid #8bbc3c;
}
.layout-contact.n-contact .cta-button-back {
  background-color: transparent;
  color: #22463a;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  align-self: flex-start;
  margin-bottom: 20px;
  border: 1px solid #22463a;
  transition: background-color 0.3s, color 0.3s;
}
.layout-contact.n-contact .cta-button:hover, .layout-contact.n-contact .cta-button-back:hover, .layout-contact.n-contact .cta-button:focus {
  background-color: #22463a;
  color: #BCDA87;
}
.layout-contact.n-contact .trennlinie {
  width: 2px;
  height: 200px;
  background-color: #22463a;
  margin: 0 10px;
}
.layout-contact.n-contact .formular-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.layout-contact.n-contact .form-group {
  margin-bottom: 20px;
  position: relative;
}
.layout-contact.n-contact .formular-container label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #22463a;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  pointer-events: none;
}
.layout-contact.n-contact .formular-container input, .layout-contact.n-contact .formular-container textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #22463a;
  border: none;
  border-bottom: 1px solid #22463a;
  outline: none;
  background: transparent;
}
.layout-contact.n-contact .formular-container input:focus, .layout-contact.n-contact .formular-container textarea:focus, .layout-contact.n-contact .formular-container input:not(:placeholder-shown), .layout-contact.n-contact .formular-container textarea:not(:placeholder-shown) {
  border-bottom: 2px solid #BCDA87;
}
.layout-contact.n-contact .formular-container input:focus ~ label, .layout-contact.n-contact .formular-container textarea:focus ~ label, .layout-contact.n-contact .formular-container input:not(:placeholder-shown) ~ label, .layout-contact.n-contact .formular-container textarea:not(:placeholder-shown) ~ label {
  top: -20px;
  font-size: 12px;
  color: #BCDA87;
}
.layout-contact.n-contact .formular-container textarea {
  min-height: 100px;
  resize: vertical;
}
.layout-contact.n-contact .formular-container textarea::placeholder {
  color: #9c9c9c;
  padding-top: 40px;
}
.layout-contact.n-contact .formular-container .form-group input.field-error, .layout-contact.n-contact .formular-container .form-group textarea.field-error {
  border-color: red;
}
@media screen and (max-width: 767px) {
  .layout-contact.n-contact .cta-button-back {
    margin-right: 20px;
  }
  .layout-contact.n-contact .cta-button-back span {
    display: none;
  }
  .layout-contact.n-contact .cta-button-back::before {
    content: "<";
  }
}
@media screen and (max-width: 540px) {
  .layout-contact.n-contact .wahl-container {
    flex-direction: column;
  }
  .layout-contact.n-contact .wahl-box img {
    width: 50%;
  }
  .layout-contact.n-contact .trennlinie {
    width: 200px;
    height: 2px;
    margin: 3.6rem 0;
  }
}
.layout-contact.n-contact .panel {
  background-color: transparent;
}
.layout-text.cta-small.wonderful-branding .cta-default .text {
  font-size: 6.4rem;
  line-height: 1.8em;
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .layout-text.cta-small.wonderful-branding .cta-default .text {
    font-size: 3.6rem;
  }
}
.layout-text.cta-small.wonderful-branding .cta-default .text.wonderfulBranding, .layout-text.cta-small.wonderful-branding .cta-default .headline w.text, .headline .layout-text.cta-small.wonderful-branding .cta-default w.text {
  font-family: "WonderfulBranding";
}
.layout-text.cta-small.wonderful-branding.bg-highlight {
  background-color: #8bbc3c;
}
.layout-text.cta-small.wonderful-branding.bg-highlight .text {
  color: #ffffff;
}
