@charset "UTF-8";
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .contact-form__group--datenverarbeitung {
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

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

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .list-collapsable, ul.list-collapsable__wrapper,
.my-3 {
  margin-top: 1rem !important; }

.mr-3, .contact-form__checkbox-field,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .contact-form__group,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row, .contact-form__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > .contact-form__group,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .contact-form__group,
.col-auto, .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, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .contact-form__group:not(.contact-form__group--option):not(.contact-form__group--nachricht):not(.contact-form__group--datenverarbeitung), .col-md-7, .col-md-8, .contact-form__group--option, .contact-form__group--nachricht, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col, .contact-form__group {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0, .contact-form__group--datenverarbeitung input {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1, .contact-form__group--datenverarbeitung label {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .contact-form__group:not(.contact-form__group--option):not(.contact-form__group--nachricht):not(.contact-form__group--datenverarbeitung) {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .contact-form__group--option, .contact-form__group--nachricht {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2, .contact-form__group--option, .contact-form__group--nachricht {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666;
  width: 100%; }

.ss-main .ss-single-selected {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed; }

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ss-main .ss-single-selected .placeholder {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ss-main .ss-single-selected .placeholder * {
  width: auto; }

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede; }

.ss-main .ss-single-selected .ss-deselect {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700; }

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none; }

.ss-main .ss-single-selected .ss-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  margin: 0 6px; }

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: margin .2s,-webkit-transform .2s;
  transition: margin .2s,-webkit-transform .2s;
  transition: transform .2s,margin .2s;
  transition: transform .2s,margin .2s,-webkit-transform .2s; }

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 3px 0 0; }

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -3px 0 0; }

.ss-main .ss-multi-selected {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ss-main .ss-multi-selected .ss-values {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  width: calc(100% - 30px); }

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: -webkit-box;
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }

@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }

.ss-main .ss-multi-selected .ss-values .ss-value {
  display: -webkit-box;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
          align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  -webkit-animation-name: scaleOut;
          animation-name: scaleOut;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer; }

.ss-main .ss-multi-selected .ss-add {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 1 3px;
  margin: 9px 12px 0 5px; }

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px; }

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.ss-main .ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdee2;
  z-index: 1010;
  background-color: #fff;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity .2s,-webkit-transform .2s;
  transition: opacity .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s,-webkit-transform .2s;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0); }

.ss-main .ss-content.ss-open {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

.ss-main .ss-content .ss-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 8px 8px 6px; }

.ss-main .ss-content .ss-search.ss-hide, .ss-main .ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0; }

.ss-main .ss-content .ss-search input {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield; }

.ss-main .ss-content .ss-search input::-webkit-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input::-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-main .ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb; }

.ss-main .ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  -webkit-box-flex: 0;
          flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box; }

.ss-main .ss-content .ss-addable {
  padding-top: 0; }

.ss-main .ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left; }

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700; }

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px; }

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer; }

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb; }

.ss-main .ss-content .ss-list .ss-option {
  padding: 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ss-main .ss-content .ss-list .ss-option * {
  display: inline-block; }

.ss-main .ss-content .ss-list .ss-option.ss-highlighted, .ss-main .ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #5897fb; }

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff; }

.ss-main .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1); }

.ss-main .ss-content .ss-list .ss-option.ss-hide {
  display: none; }

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

@font-face {
  font-family: "Frutiger LT W05_45 Light";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/5364007/79b1a48f-6b1d-47d9-b4ee-b9b718b4188e.eot?#iefix");
  src: url("/fonts/5364007/79b1a48f-6b1d-47d9-b4ee-b9b718b4188e.eot?#iefix") format("eot"), url("/fonts/5364007/945c822d-e761-49bc-b64b-c1be82582d15.woff2") format("woff2"), url("/fonts/5364007/bf478d74-4a40-4eb7-ba6e-7c0a18d521bd.woff") format("woff"), url("/fonts/5364007/e3a2e438-80f7-4a67-b993-b18d0d94c21b.ttf") format("truetype"); }

@font-face {
  font-family: 'Frutiger LT Std 57 Condensed';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/FrutigerLTStd-LightCn.ttf") format("truetype"); }

@font-face {
  font-family: 'Frutiger LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/FrutigerLTStd-Roman.woff") format("truetype"); }

@font-face {
  font-family: 'Frutiger LT Std 47 Light Condensed';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/FrutigerLTStd-LightCn.ttf") format("truetype"); }

@font-face {
  font-family: 'Frutiger LT Std 65 Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/FrutigerLTStd-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Frutiger LT Std 75 Black';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/FrutigerLTStd-Black.ttf") format("truetype"); }

body {
  font-family: 'Frutiger LT Std 75 Black'; }

.headline--01 {
  font-family: 'Frutiger LT Std 75 Black', serif;
  font-size: 35px;
  color: #FFFFFF;
  line-height: 40px; }
  @media (min-width: 1200px) {
    .headline--01 {
      line-height: 80px;
      font-size: 80px; } }

.headline--02 {
  font-family: 'Frutiger LT Std 75 Black', serif;
  color: #3C3C3C;
  text-align: left;
  line-height: 40px;
  font-size: 35px; }
  @media (min-width: 1200px) {
    .headline--02 {
      line-height: 80px;
      font-size: 80px; } }

.headline--03 {
  font-family: 'Frutiger LT Std 75 Black', serif;
  color: #000000;
  text-align: left;
  line-height: 40px;
  font-size: 35px; }
  @media (min-width: 1200px) {
    .headline--03 {
      line-height: 80px;
      font-size: 80px; } }

.headline--04 {
  line-height: 40px;
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'Frutiger LT Std 75 Black', serif;
  font-weight: bolder; }
  @media (min-width: 1200px) {
    .headline--04 {
      line-height: 80px;
      font-size: 80px; } }

.article--01 {
  font-family: "Frutiger LT W05_45 Light", serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px; }
  @media (min-width: 992px) {
    .article--01 {
      font-size: 22px;
      line-height: 28px; } }
  .article--01 pre {
    width: 100%;
    font-size: 18px;
    font-family: "Frutiger LT W05_45 Light", serif;
    line-height: 20px;
    white-space: normal; }
    @media (min-width: 992px) {
      .article--01 pre {
        font-size: 22px;
        line-height: 28px; } }
  .article--01 p + p {
    margin-top: 14px; }

.article--02 {
  font-family: "Frutiger LT W05_45 Light", serif;
  color: #2A2A2A;
  text-align: center;
  line-height: 20px;
  font-size: 18px; }
  @media (min-width: 992px) {
    .article--02 {
      font-size: 22px;
      line-height: 28px; } }

.article--03 {
  font-family: "Frutiger LT W05_45 Light", serif;
  font-size: 18px;
  color: #000;
  line-height: 20px; }
  @media (min-width: 992px) {
    .article--03 {
      font-size: 22px;
      line-height: 28px; } }

.font_color--white-import {
  color: #000000; }

.font_color--gray-import {
  color: #2A2A2A; }

[class*="font-"] {
  font-family: "Frutiger LT W05_45 Light", serif; }

.font-small {
  font-size: 14px; }

.font-italiv {
  font-style: italic; }

html, html *, body, body * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  scrollbar-width: thin;
  scrollbar-color: #5ABABE #3C3C3C; }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 11px; }
  html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: #3C3C3C; }
  html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: #5ABABE;
    border-radius: 6px;
    border: 3px solid #3C3C3C; }

img {
  display: block; }

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.info-hotspot-header {
  display: none; }

.info-hotspot-text {
  display: none; }

.gallery-filters__filter[for="category-filter"] {
  display: none; }

.desktop_ {
  display: none; }
  @media (min-width: 1200px) {
    .desktop_ {
      display: block; } }

.mobile_ {
  display: block; }
  @media (min-width: 1200px) {
    .mobile_ {
      display: none; } }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

#impressum, #datenschutz {
  padding-top: 60px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/*GRID*/
.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container.full-container {
    max-width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px; } }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px; } }

@media (max-width: 1400px) {
  .full-mobile-container {
    max-width: 100%; }
    .full-mobile-container .inner-padding {
      padding: 0; }
    .full-mobile-container .col, .full-mobile-container .contact-form__group {
      padding-right: 0;
      padding-left: 0; } }

.row, .contact-form__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row--offset {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px; }

.col, .contact-form__group {
  flex-basis: 100%; }
  @media (min-width: 576px) {
    .col--sm--6 {
      flex-basis: 50%; }
    .col--sm--12 {
      flex-basis: 100%; } }
  @media (min-width: 768px) {
    .col--md--1 {
      flex-basis: 8.333%; }
    .col--md--2 {
      flex-basis: 16.666%; }
    .col--md--3 {
      flex-basis: 25%; }
    .col--md--4 {
      flex-basis: 33.333%; }
    .col--md--5 {
      flex-basis: 41.666%; }
    .col--md--6 {
      flex-basis: 50%; }
    .col--md--7 {
      flex-basis: 58.333%; }
    .col--md--8 {
      flex-basis: 66.666%; }
    .col--md--9 {
      flex-basis: 75%; }
    .col--md--10 {
      flex-basis: 83.333%; }
    .col--md--11 {
      flex-basis: 91.666%; }
    .col--md--12 {
      flex-basis: 100%; } }
  @media (min-width: 992px) {
    .col--lg--1 {
      flex-basis: 8.333%; }
    .col--lg--2 {
      flex-basis: 16.666%; }
    .col--lg--3 {
      flex-basis: 25%; }
    .col--lg--4 {
      flex-basis: 33.333%; }
    .col--lg--5 {
      flex-basis: 41.666%; }
    .col--lg--6 {
      flex-basis: 50%; }
    .col--lg--7 {
      flex-basis: 58.333%; }
    .col--lg--8 {
      flex-basis: 66.666%; }
    .col--lg--9 {
      flex-basis: 75%; }
    .col--lg--10 {
      flex-basis: 83.333%; }
    .col--lg--11 {
      flex-basis: 91.666%; }
    .col--lg--12 {
      flex-basis: 100%; } }
  @media (min-width: 768px) {
    .col.col-1, .col-1.contact-form__group {
      flex-basis: 8.333%; }
    .col.col-2, .col-2.contact-form__group {
      flex-basis: 16.666%; }
    .col.col-3, .col-3.contact-form__group {
      flex-basis: 25%; }
    .col.col-4, .col-4.contact-form__group {
      flex-basis: 33.333%; }
    .col.col-5, .col-5.contact-form__group {
      flex-basis: 41.666%; }
    .col.col-6, .col-6.contact-form__group {
      flex-basis: 50%; }
    .col.col-7, .col-7.contact-form__group {
      flex-basis: 58.333%; }
    .col.col-8, .col-8.contact-form__group {
      flex-basis: 66.666%; }
    .col.col-9, .col-9.contact-form__group {
      flex-basis: 75%; }
    .col.col-10, .col-10.contact-form__group {
      flex-basis: 83.333%; }
    .col.col-11, .col-11.contact-form__group {
      flex-basis: 91.666%; }
    .col.col-12, .col-12.contact-form__group {
      flex-basis: 100%; } }
  .col.mobile-order--1, .mobile-order--1.contact-form__group {
    -webkit-box-ordinal-group: 2;
            order: 1; }
    @media (min-width: 992px) {
      .col.mobile-order--1, .mobile-order--1.contact-form__group {
        -webkit-box-ordinal-group: 1;
                order: 0; } }
  .col.mobile-order--2, .mobile-order--2.contact-form__group {
    -webkit-box-ordinal-group: 3;
            order: 2; }
    @media (min-width: 992px) {
      .col.mobile-order--2, .mobile-order--2.contact-form__group {
        -webkit-box-ordinal-group: 1;
                order: 0; } }
  .col.mobile-order--3, .mobile-order--3.contact-form__group {
    -webkit-box-ordinal-group: 4;
            order: 3; }
    @media (min-width: 992px) {
      .col.mobile-order--3, .mobile-order--3.contact-form__group {
        -webkit-box-ordinal-group: 1;
                order: 0; } }
  .col.mobile-order--4, .mobile-order--4.contact-form__group {
    -webkit-box-ordinal-group: 5;
            order: 4; }
    @media (min-width: 992px) {
      .col.mobile-order--4, .mobile-order--4.contact-form__group {
        -webkit-box-ordinal-group: 1;
                order: 0; } }
  .col.mobile-order--5, .mobile-order--5.contact-form__group {
    -webkit-box-ordinal-group: 6;
            order: 5; }
    @media (min-width: 992px) {
      .col.mobile-order--5, .mobile-order--5.contact-form__group {
        -webkit-box-ordinal-group: 1;
                order: 0; } }
  .col.mobile-order--6, .mobile-order--6.contact-form__group {
    -webkit-box-ordinal-group: 7;
            order: 6; }
    @media (min-width: 992px) {
      .col.mobile-order--6, .mobile-order--6.contact-form__group {
        -webkit-box-ordinal-group: 1;
                order: 0; } }
  .col--padding--bottom {
    padding-bottom: 20px; }
  .col--padding--right {
    padding-right: 0px; }
    @media (min-width: 767px) {
      .col--padding--right {
        padding-right: 10px; } }
  .col--padding--left {
    padding-left: 10px; }
  .col--padding--top {
    padding-top: 20px; }

.mobile--col--lg--padding {
  padding: 10px 20px; }
  @media (min-width: 992px) {
    .mobile--col--lg--padding {
      padding: 0; } }

.select-list {
  margin-top: 60px; }
  .select-list .stop-mobile-padding {
    padding: 0; }
    @media (min-width: 768px) {
      .select-list .stop-mobile-padding {
        padding-right: 15px;
        padding-left: 15px; } }
  .select-list ul li {
    border-bottom: 1px solid #2E2E2E; }
    .select-list ul li.li-list-active:last-child {
      border: none; }
    .select-list ul li .select-list-headline {
      cursor: pointer;
      padding: 10px 20px;
      display: block; }
      .select-list ul li .select-list-headline:before, .select-list ul li .select-list-headline:after {
        content: " ";
        display: table; }
      .select-list ul li .select-list-headline:after {
        clear: both; }
      .select-list ul li .select-list-headline {
        *zoom: 1; }
      @media (min-width: 768px) {
        .select-list ul li .select-list-headline {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          padding: 20px; } }
      @media (min-width: 1200px) {
        .select-list ul li .select-list-headline {
          padding: 20px 10%; } }
      @media (min-width: 1720px) {
        .select-list ul li .select-list-headline {
          padding: 20px 20%; } }
      .select-list ul li .select-list-headline span {
        color: #2E2E2E; }
        .select-list ul li .select-list-headline span:nth-child(1) {
          font-family: 'Frutiger LT Std 75 Black', serif;
          font-size: 1.5rem;
          align-self: center;
          width: 80%;
          display: block;
          float: left; }
          @media (min-width: 768px) {
            .select-list ul li .select-list-headline span:nth-child(1) {
              width: 20%; } }
          @media (min-width: 992px) {
            .select-list ul li .select-list-headline span:nth-child(1) {
              font-size: 2rem;
              width: 33.3333333333%; } }
        .select-list ul li .select-list-headline span:nth-child(2) {
          font-family: 'Frutiger LT Std 75 Black', serif;
          font-size: 1.2rem;
          align-self: center;
          width: 80%;
          display: block;
          float: left;
          position: relative;
          top: 7px; }
          @media (min-width: 768px) {
            .select-list ul li .select-list-headline span:nth-child(2) {
              width: 40%; } }
          @media (min-width: 992px) {
            .select-list ul li .select-list-headline span:nth-child(2) {
              font-size: 1.5rem;
              width: 33.3333333333%; } }
        .select-list ul li .select-list-headline span:nth-child(3) {
          width: 40%; }
          @media (min-width: 768px) {
            .select-list ul li .select-list-headline span:nth-child(3) {
              float: right; } }
          @media (min-width: 992px) {
            .select-list ul li .select-list-headline span:nth-child(3) {
              width: 33.3333333333%; } }
      .select-list ul li .select-list-headline.list-active .circle-status {
        opacity: 1; }
        .select-list ul li .select-list-headline.list-active .circle-status .vertical {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .select-list ul li .select-list-headline.list-active .circle-status .horizontal {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0; }
    .select-list ul li .circle-status .vertical {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .select-list ul li .circle-status .horizontal {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      opacity: 1; }
    .select-list ul li .circle-plus {
      align-self: center;
      font-size: 1em;
      opacity: 1;
      float: right; }
      .select-list ul li .circle-plus .circle {
        position: relative;
        width: 2.55em;
        height: auto;
        border-radius: 100%; }
        @media (min-width: 768px) {
          .select-list ul li .circle-plus .circle {
            height: 2.5em; } }
        .select-list ul li .circle-plus .circle .horizontal {
          position: absolute;
          background-color: #2E2E2E;
          width: 25px;
          height: 3px;
          left: 50%;
          margin-left: -13px;
          top: 50%;
          margin-top: -2.5px; }
        .select-list ul li .circle-plus .circle .vertical {
          position: absolute;
          background-color: #2E2E2E;
          width: 3px;
          height: 25px;
          left: 50%;
          margin-left: -2.5px;
          top: 50%;
          margin-top: -13px; }
    .select-list ul li .select-list-article-wrap {
      padding: 80px 20px;
      display: none;
      overflow: hidden;
      position: relative; }
      @media (min-width: 1200px) {
        .select-list ul li .select-list-article-wrap {
          padding: 80px 12%; } }
      @media (min-width: 1720px) {
        .select-list ul li .select-list-article-wrap {
          padding: 80px 20%; } }
      .select-list ul li .select-list-article-wrap article {
        font-size: 1.5rem;
        width: 100%; }
        @media (min-width: 992px) {
          .select-list ul li .select-list-article-wrap article {
            width: 80%; } }
      .select-list ul li .select-list-article-wrap img {
        width: 100%;
        margin: 0 auto 40px auto;
        max-width: 250px; }
        @media (min-width: 992px) {
          .select-list ul li .select-list-article-wrap img {
            max-width: unset; } }
      .select-list ul li .select-list-article-wrap .row--offset {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse; }
        @media (min-width: 992px) {
          .select-list ul li .select-list-article-wrap .row--offset {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                    flex-direction: row; } }
    .select-list ul li .select-list-headline.list-active + .select-list-article-wrap {
      display: block;
      overflow: hidden;
      -webkit-animation: slide-down .3s ease-out;
              animation: slide-down .3s ease-out;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    .select-list ul li .inner_content {
      padding-right: 0px; }
      @media (min-width: 992px) {
        .select-list ul li .inner_content {
          padding-right: 80px; } }
      .select-list ul li .inner_content article {
        margin: 0px 0 0px 0; }
        .select-list ul li .inner_content article p {
          font-size: 18px;
          line-height: 20px; }
          @media (min-width: 992px) {
            .select-list ul li .inner_content article p {
              margin: 0px 0 80px 0;
              font-size: 22px;
              line-height: inherit; } }
      .select-list ul li .inner_content .select-list-inner-content {
        margin: 0 0 60px 0; }
        .select-list ul li .inner_content .select-list-inner-content > div span.select-list-inner-content-head {
          font-family: 'Frutiger LT Std 75 Black', serif;
          font-size: 1.3rem;
          border-bottom: 2px solid #2E2E2E;
          color: #2E2E2E;
          cursor: pointer;
          position: relative; }
          .select-list ul li .inner_content .select-list-inner-content > div span.select-list-inner-content-head.select-active + .select-list-inner-content-items {
            display: block; }
          .select-list ul li .inner_content .select-list-inner-content > div span.select-list-inner-content-head .arrow-down {
            position: absolute;
            right: -30px;
            top: 10px; }
        .select-list ul li .inner_content .select-list-inner-content > div .select-list-inner-content-items {
          margin: 20px 0;
          display: none; }
          .select-list ul li .inner_content .select-list-inner-content > div .select-list-inner-content-items ul {
            overflow: hidden; }
            .select-list ul li .inner_content .select-list-inner-content > div .select-list-inner-content-items ul li {
              position: relative;
              padding: 5px 0;
              border: none;
              position: relative;
              list-style: none;
              width: 100%; }
              @media (min-width: 992px) {
                .select-list ul li .inner_content .select-list-inner-content > div .select-list-inner-content-items ul li {
                  float: left;
                  width: 50%;
                  white-space: nowrap; } }
      .select-list ul li .inner_content .btn-handler {
        display: inline-grid; }
        @media (min-width: 576px) {
          .select-list ul li .inner_content .btn-handler {
            display: -webkit-box;
            display: flex; } }

.btn-handler.mb-5 {
  margin-bottom: 10px !important; }
  @media (min-width: 768px) {
    .btn-handler.mb-5 {
      margin-bottom: 3rem !important; } }

.btn-handler a {
  margin: 5px 0; }
  @media (min-width: 768px) {
    .btn-handler a {
      margin: 0; } }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.list-collapsable {
  width: 125%;
  display: none;
  overflow: hidden; }
  @media (min-width: 992px) {
    .list-collapsable {
      width: 100%; } }
  .list-collapsable li {
    position: relative;
    padding: 2px 0;
    border: none;
    position: relative;
    list-style: none;
    width: 100%;
    font-size: 18px; }
    @media (min-width: 992px) {
      .list-collapsable li {
        font-size: 22px;
        float: left;
        width: 50%;
        white-space: nowrap; } }

ul.list-collapsable li {
  border-bottom: none; }

ul.list-collapsable__button {
  text-decoration: underline; }

.list-collapsable__button {
  border-bottom: 1px solid;
  cursor: pointer;
  font-size: 18px; }
  @media (min-width: 992px) {
    .list-collapsable__button {
      font-size: 22px; } }

.list-collapsable__wrapper {
  margin-top: 20px; }

.theme-2 .list-collapsable__wrapper {
  margin-bottom: 40px; }

.theme-2 .list-collapsable__button {
  border-bottom: 1px solid #ffffff; }

.font_color--black {
  color: #2E2E2E; }

.font_color--white {
  color: #FFF; }

.select-selected--sort {
  font-family: 'Frutiger LT Std 75 Black', serif;
  font-size: 2rem; }
  .select-selected--sort:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0; }
  .select-selected--sort.select-arrow-active--sort:after {
    border-color: transparent transparent #fff transparent;
    top: 7px; }

.select-items--sort div, .select-selected--sort {
  color: #2E2E2E;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*style items (options):*/
.select-items--sort {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 32px -3px rgba(0, 0, 0, 0.75); }
  .select-items--sort > div {
    font-family: "Frutiger LT W05_45 Light", serif;
    font-size: 22px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 36px; }

/*hide the items when the select box is closed:*/
.select-hide--sort {
  display: none; }

.select-items--sort div {
  position: relative; }

.select-items--sort div:hover:after, .same-as-selected--sort:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
  height: 2px;
  width: 100%; }

button:focus {
  outline: 0; }

[class*='btn--'] {
  text-transform: uppercase !important;
  font-family: "Frutiger LT W05_45 Light", serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out; }

.btn--1 {
  position: relative;
  background: transparent;
  border: 2px solid #5ABABE;
  padding: 10px 15px;
  color: #5ABABE;
  text-align: center;
  line-height: 22px; }
  @media (min-width: 576px) {
    .btn--1 {
      padding: 15px 30px; } }
  .btn--1.active {
    background: #FFFFFF;
    color: #000;
    border: 2px solid #2E2E2E; }
  .btn--1:hover {
    background: #5ABABE;
    color: #FFFFFF; }

.btn--2 {
  position: relative;
  background: transparent;
  border: 2px solid #2E2E2E;
  padding: 10px 15px;
  color: #3c3c3c;
  font-weight: 300; }
  @media (min-width: 576px) {
    .btn--2 {
      padding: 15px 30px; } }
  @media (min-width: 992px) {
    .btn--2 {
      padding: 15px 30px; } }
  .btn--2.active {
    background: #2E2E2E;
    color: #FFFFFF; }
  .btn--2:hover {
    background: #2E2E2E;
    color: #FFFFFF; }

.btn--3 {
  position: relative;
  background: transparent;
  border: 2px solid #FFFFFF;
  padding: 15px 30px;
  color: #FFFFFF;
  font-weight: 300; }
  @media (min-width: 576px) {
    .btn--3 {
      padding: 15px 30px; } }
  .btn--3.active {
    background: #2E2E2E;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
  .btn--3:hover {
    background: #FFFFFF;
    color: #000000; }
  .btn--3.btn--btn--right:after {
    background-image: url("/_resources/themes/7point/images/next.svg"); }

.btn--btn--right {
  padding: 15px 50px 15px 30px; }
  .btn--btn--right:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("/_resources/themes/7point/images/next.svg");
    background-repeat: no-repeat;
    background-size: contain; }
  .btn--btn--right:hover:after {
    background-image: url("/_resources/themes/7point/images/next-black.svg"); }

.btn--btn--bottom {
  padding: 15px 50px 15px 30px; }
  .btn--btn--bottom:after {
    content: '';
    position: absolute;
    background-image: url("/_resources/themes/7point/images/next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 17px;
    right: 25px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .btn--btn--bottom:hover:after {
    background-image: url("/_resources/themes/7point/images/next-black.svg"); }

.no-forcetouch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  display: none; }
  @media (min-width: 1200px) {
    .no-forcetouch #cd-vertical-nav {
      display: block; } }
  .no-forcetouch #cd-vertical-nav li {
    color: transparent;
    text-align: right; }
  .no-forcetouch #cd-vertical-nav a {
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .no-forcetouch #cd-vertical-nav a.is-selected {
      -webkit-backface-visibility: visible;
              backface-visibility: visible; }
      .no-forcetouch #cd-vertical-nav a.is-selected .cd-label {
        opacity: 1; }
      .no-forcetouch #cd-vertical-nav a.is-selected span {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .no-forcetouch #cd-vertical-nav a.is-selected .cd-dot {
        background-color: #5ABABE; }
      .no-forcetouch #cd-vertical-nav a.is-selected .cd-label {
        font-family: 'Frutiger LT Std 75 Black', serif;
        color: #5ABABE; }
    .no-forcetouch #cd-vertical-nav a:after {
      content: "";
      display: table;
      clear: both; }
    .no-forcetouch #cd-vertical-nav a:after {
      content: "";
      display: table;
      clear: both; }
    .no-forcetouch #cd-vertical-nav a span {
      float: right;
      display: inline-block;
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
    .no-forcetouch #cd-vertical-nav a:hover span {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .no-forcetouch #cd-vertical-nav a:hover .cd-label {
      opacity: 1;
      text-transform: uppercase;
      font-family: 'Frutiger LT Std 75 Black', serif;
      line-height: 22px; }
  .no-forcetouch #cd-vertical-nav .cd-dot {
    position: relative;
    top: 10px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #5ABABE;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.2s;
    transition: background-color 0.5s, -webkit-transform 0.2s;
    transition: transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .no-forcetouch #cd-vertical-nav .cd-label {
    position: relative;
    margin-right: 10px;
    padding: .4em .5em;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    text-transform: uppercase;
    color: #5ABABE;
    font-family: 'Frutiger LT Std 75 Black', serif;
    letter-spacing: 2px;
    line-height: 22px; }
    @media (min-width: 1200px) {
      .no-forcetouch #cd-vertical-nav .cd-label {
        opacity: 0; } }

/* Touch devices */
.forcetouch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9); }
  .forcetouch .cd-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #3e3947;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .forcetouch .cd-nav-trigger span:before, .forcetouch .cd-nav-trigger span:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      background-color: inherit;
      border-radius: inherit; }
    .forcetouch .cd-nav-trigger span:before {
      top: -9px; }
    .forcetouch .cd-nav-trigger span:after {
      bottom: -9px; }

.forcetouch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }
  .forcetouch #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(62, 57, 71, 0.1); }
    .forcetouch #cd-vertical-nav a span:first-child {
      display: none; }
    .forcetouch #cd-vertical-nav a a.is-selected span:last-child {
      color: #5ABABE; }
  .forcetouch #cd-vertical-nav.open {
    -webkit-transform: scale(1);
            transform: scale(1); }
    .forcetouch #cd-vertical-nav.open + .cd-nav-trigger {
      background-color: transparent; }
      .forcetouch #cd-vertical-nav.open + .cd-nav-trigger span {
        background-color: rgba(62, 57, 71, 0); }
        .forcetouch #cd-vertical-nav.open + .cd-nav-trigger span:before, .forcetouch #cd-vertical-nav.open + .cd-nav-trigger span:after {
          background-color: #3e3947;
          height: 3px;
          width: 20px;
          border-radius: 0;
          left: -8px; }
        .forcetouch #cd-vertical-nav.open + .cd-nav-trigger span:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 1px; }
        .forcetouch #cd-vertical-nav.open + .cd-nav-trigger span:after {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          bottom: 0; }

.forcetouch li:last-child a {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  .forcetouch .cd-nav-trigger, .forcetouch #cd-vertical-nav {
    bottom: 40px; } }

#cd-mobile-trigger {
  position: fixed;
  z-index: 6;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 60px;
  display: block; }
  @media (min-width: 1200px) {
    #cd-mobile-trigger {
      display: none; } }
  #cd-mobile-trigger svg {
    width: 15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%; }
  #cd-mobile-trigger.mobile-sidebar-active svg {
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%; }

#side_scroll {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  display: none; }
  @media (min-width: 1420px) {
    #side_scroll {
      display: -webkit-box;
      display: flex; } }
  #side_scroll #side_scroll_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5ABABE;
    position: absolute;
    left: 90px;
    top: 3px; }
  #side_scroll #side_scroll_input {
    position: relative;
    bottom: 3px; }
    #side_scroll #side_scroll_input span {
      text-transform: uppercase;
      -webkit-transform: scaleX(-1) scaleY(-1) rotate(90deg);
              transform: scaleX(-1) scaleY(-1) rotate(90deg);
      font-family: Helvetica;
      font-size: 12px;
      color: #5ABABE;
      letter-spacing: 2px;
      text-align: center;
      line-height: 22px; }
  #side_scroll #side_scroll_inline {
    background: #5ABABE;
    height: 2px;
    width: 60px;
    position: absolute;
    left: -80px;
    top: 5px; }
  #side_scroll .slider {
    position: absolute;
    -webkit-appearance: none;
    width: 120px;
    height: 3px;
    background: #5ABABE;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 5px;
    left: -80px;
    display: none; }
    #side_scroll .slider.show_slider {
      display: block; }
    #side_scroll .slider:hover {
      opacity: 1; }
    #side_scroll .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 10px;
      height: 10px;
      background: #5ABABE;
      cursor: pointer;
      border-radius: 100%; }
    #side_scroll .slider::-moz-range-thumb {
      width: 10px;
      height: 10px;
      background: #5ABABE;
      cursor: pointer;
      border-radius: 100%; }

#pano {
  height: 100vh;
  width: 100%;
  position: relative; }
  #pano_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  #pano canvas {
    top: 0;
    left: 0; }
  #pano > div {
    top: 0; }
  #pano img {
    width: 65px; }

.info-hotspot-modal {
  display: none; }

.pano_video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  min-width: 100%;
  min-height: 100%; }
  @media only screen and (max-width: 800px) {
    .pano_video {
      -o-object-fit: none;
         object-fit: none;
      -o-object-position: -500px 0;
         object-position: -500px 0; } }
  .pano_video:not(.visible) {
    z-index: -1; }
  .pano_video.visible {
    z-index: 1; }

#settings_360 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  visibility: hidden;
  pointer-events: none; }
  @media only screen and (max-width: 800px) {
    #settings_360 {
      bottom: 5px; } }
  #settings_360 img {
    width: 140px; }
    @media (max-width: 992px) {
      #settings_360 img {
        width: 80px; } }
    #settings_360 img#hand360 {
      display: none; }
      #settings_360 img#hand360.active {
        display: block; }
    #settings_360 img#device360 {
      display: none; }
      #settings_360 img#device360.active {
        display: block; }

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000; }

#contact_container {
  min-height: 650px; }

.email-erfolg {
  display: none;
  color: #000; }
  .email-erfolg h2 {
    margin-bottom: 20px; }
  .email-erfolg p {
    font-size: 30px; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0.2em 1em;
  max-width: calc(50% - 3em);
  width: calc(100% - 2em);
  vertical-align: top;
  font-size: 1.5em; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-family: "Frutiger LT W05_45 Light", serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 100%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Individual styles */
/* Hoshi */
.input--hoshi {
  overflow: hidden; }

.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E; }

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none; }

.input__label-content--hoshi {
  position: absolute; }

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #B9C1CA; }

.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.input__label--hoshi-color-1::after {
  border-color: #5ABABE; }

.input__label--hoshi-color-2::after {
  border-color: #5ABABE; }

.input__label--hoshi-color-3::after {
  border-color: #5ABABE; }

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

.datenverarbeitung-input {
  color: #000;
  font-family: "Frutiger LT W05_45 Light", serif;
  line-height: 24px; }

.contact-form__inner {
  max-width: 1200px;
  margin: 0 auto 0 auto; }
  .contact-form__inner > div {
    margin-left: -20px; }

.submit-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.datenverarbeitung {
  width: 80%;
  /*Checkboxes styles*/ }
  .datenverarbeitung input[type="checkbox"] {
    opacity: 0;
    height: 0;
    margin: 0; }
  .datenverarbeitung input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 45px;
    color: #000000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .datenverarbeitung input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  .datenverarbeitung input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .datenverarbeitung input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    border: 2px solid #000;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .datenverarbeitung .error + label::after, .datenverarbeitung .error + label::before {
    border: 2px solid #BF2527;
    background: #BF2527 !important; }
  .datenverarbeitung input[type=checkbox]:checked + label::before {
    background: transparent !important; }

.input--hoshi.select {
  max-width: 100%;
  margin: 35px 0px 5px 20px; }
  .input--hoshi.select select {
    max-width: 300px;
    font-family: 'Frutiger LT Std 75 Black';
    color: #595f6e;
    border-bottom: 1px solid #b9c1ca;
    background: transparent;
    outline: none;
    border-radius: unset;
    font-size: 70.25%; }

textarea {
  font-family: "Frutiger LT W05_45 Light", serif;
  resize: none; }

.datenverarbeitung-input {
  margin: 30px 60px 8px 25px; }
  .datenverarbeitung-input a {
    color: #5ABABE; }

.input__field.error + label::before, .input__field.error + label::after {
  border-bottom: 2px solid red; }

#formError {
  color: #000000;
  border: 2px solid red;
  padding: 20px;
  max-width: 1200px;
  margin: 30px auto 0 auto;
  font-family: "Frutiger LT W05_45 Light", serif; }

.grayscale-animation {
  /*animation: greyscale-fade-in 4s ease-in infinite alternate*/ }

@-webkit-keyframes greyscale-fade-in {
  0% {
    -webkit-filter: grayscale(100%); }
  100% {
    -webkit-filter: grayscale(0%); } }

@keyframes greyscale-fade-in {
  0% {
    -webkit-filter: grayscale(100%); }
  100% {
    -webkit-filter: grayscale(0%); } }

.cursor-dot,
.cursor-dot-outline {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #5ABABE; }

.cursor-dot-outline {
  width: 90px;
  height: 90px;
  /*background-color: rgba(229, 128, 128, 0.5);*/
  background-color: transparent;
  border: 4px solid #5ABABE; }

#play_plus-bg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    #play_plus-bg {
      width: 60px;
      height: 60px; } }

#cross {
  background: #5ABABE;
  height: 25px;
  position: relative;
  width: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

#cross:after {
  background: #5ABABE;
  content: "";
  height: 3px;
  left: -11px;
  position: absolute;
  top: 11px;
  width: 25px; }

#side-nav {
  position: fixed;
  z-index: 2;
  text-transform: uppercase;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#side-nav ul li {
  color: #5ABABE;
  list-style: none;
  margin: 40px 0; }

header {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
  position: fixed;
  z-index: 10;
  width: 100%; }
  header > div {
    background-color: rgba(7, 28, 45, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  header #main-logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 20%;
    max-width: 255px;
    min-width: 208px; }
    @media only screen and (min-width: 576px) {
      header #main-logo {
        margin-left: 5%; } }
    header #main-logo svg {
      width: 100%; }
  header #main-navigation-icon {
    margin-right: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    height: 70px; }
    @media only screen and (min-width: 576px) {
      header #main-navigation-icon {
        margin-right: 10%; } }
  header #navigation-wrap {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e2e2e+29,2e2e2e+29,0e0e0e+100 */
    background: #2e2e2e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(29%, #2e2e2e), color-stop(29%, #2e2e2e), to(#0e0e0e));*/
	background: -webkit-gradient(linear, left top, right top, color-stop(19%, #071C2D), color-stop(100%, #00383D));
    /* background: linear-gradient(to right, #2e2e2e 29%, #2e2e2e 29%, #0e0e0e 100%); */
	background: linear-gradient(to right, #071C2D 19%, #00383D 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071C2D', endColorstr='#00383D',GradientType=1 );
    /* IE6-9 */
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    display: none; }
    header #navigation-wrap.nav-active {
      display: -webkit-box;
      display: flex; }
    header #navigation-wrap nav {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: 100%;
      -webkit-box-flex: 1;
              flex: 1; }
      header #navigation-wrap nav ul {
        max-width: 100%;
        text-align: center;
        font-size: 80%; }
        @media only screen and (min-width: 576px) {
          header #navigation-wrap nav ul {
            font-size: 90%; } }
        @media only screen and (min-width: 768px) {
          header #navigation-wrap nav ul {
            font-size: 100%; } }
        header #navigation-wrap nav ul li {
          list-style: none;
          opacity: 0; }
          header #navigation-wrap nav ul li a {
            font-family: 'Frutiger LT Std 75 Black', serif;
            font-size: 3.5em;
            padding-bottom: 20px;
            color: #ffffff;
            text-decoration: none; }
            header #navigation-wrap nav ul li a:hover {
              text-decoration: underline;
              -webkit-text-decoration-skip: edges;
                      text-decoration-skip: edges; }
            header #navigation-wrap nav ul li a.active, header #navigation-wrap nav ul li a.section {
              text-decoration: underline;
              -webkit-text-decoration-skip: edges;
                      text-decoration-skip: edges; }
    header #navigation-wrap #navigation-footer {
      display: -webkit-box;
      display: flex;
      align-self: flex-end;
      -webkit-box-pack: end;
              justify-content: flex-end;
      width: 100%;
      margin-bottom: 30px; }
      header #navigation-wrap #navigation-footer ul {
        display: -webkit-box;
        display: flex; }
        header #navigation-wrap #navigation-footer ul:first-child {
          position: absolute;
          left: 0;
          -webkit-transform: none;
                  transform: none; }
          @media (min-width: 992px) {
            header #navigation-wrap #navigation-footer ul:first-child {
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); } }
        header #navigation-wrap #navigation-footer ul:last-child {
          margin-left: auto; }
        header #navigation-wrap #navigation-footer ul li {
          list-style: none;
          margin: 0 10px; }
          @media (min-width: 992px) {
            header #navigation-wrap #navigation-footer ul li {
              margin: 0 20px; } }
          header #navigation-wrap #navigation-footer ul li a {
            text-decoration: none;
            color: #FFFFFF; }
            @media (max-width: 460px) {
              header #navigation-wrap #navigation-footer ul li a {
                font-size: 14px; } }
            header #navigation-wrap #navigation-footer ul li a img {
              width: 100%; }
        header #navigation-wrap #navigation-footer ul:last-child li {
          width: 25px; }

:root {
  --ani: 1s ease both;
  --rt-tr-0: rotate(0deg) translate(0, 0);
  --rt45-tr0: rotate(45deg) translate(0, 0);
  --rt-m45-tr0: rotate(-45deg) translate(0, 0); }

.btn-o {
  width: 40px;
  height: 42px;
  position: relative;
  cursor: pointer;
  -webkit-animation: show .3s ease;
          animation: show .3s ease; }

.classic-bu {
  background: #FFF;
  height: 3px;
  display: block;
  position: absolute;
  width: 17px;
  bottom: 20px;
  right: 0;
  -webkit-animation-name: showTest;
          animation-name: showTest;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes show {
  0%, 99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0%, 99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes showTest {
  0% {
    width: 0; }
  100% {
    width: 17px; } }

@keyframes showTest {
  0% {
    width: 0; }
  100% {
    width: 17px; } }

.btn-o:before, .btn-o:after {
  background: #FFF;
  height: 3px;
  display: block;
  position: absolute;
  content: ""; }

.btn-o:before {
  -webkit-animation: obf var(--ani);
          animation: obf var(--ani); }

@-webkit-keyframes obf {
  0%, 100% {
    width: 100%;
    top: 15px; }
  0% {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px); }
  25%, 50% {
    width: 0;
    top: 0; }
  25% {
    -webkit-transform: var(--rt45-tr0);
            transform: var(--rt45-tr0); }
  50% {
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90% {
    width: 100%;
    top: 0; } }

@keyframes obf {
  0%, 100% {
    width: 100%;
    top: 15px; }
  0% {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px); }
  25%, 50% {
    width: 0;
    top: 0; }
  25% {
    -webkit-transform: var(--rt45-tr0);
            transform: var(--rt45-tr0); }
  50% {
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90% {
    width: 100%;
    top: 0; } }

.btn-o:after {
  -webkit-animation: oaf var(--ani);
          animation: oaf var(--ani); }

@-webkit-keyframes oaf {
  0% {
    width: 70%;
    bottom: 15px;
    left: 0;
    -webkit-transform: rotate(-45deg) translate(-5px, -5px);
            transform: rotate(-45deg) translate(-5px, -5px); }
  25%, 50% {
    width: 0;
    bottom: 0; }
  25% {
    -webkit-transform: var(--rt-m45-tr0);
            transform: var(--rt-m45-tr0); }
  50% {
    right: 0;
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90%, 100% {
    width: 70%;
    right: 0; }
  90% {
    bottom: 0; }
  100% {
    bottom: 15px; } }

@keyframes oaf {
  0% {
    width: 70%;
    bottom: 15px;
    left: 0;
    -webkit-transform: rotate(-45deg) translate(-5px, -5px);
            transform: rotate(-45deg) translate(-5px, -5px); }
  25%, 50% {
    width: 0;
    bottom: 0; }
  25% {
    -webkit-transform: var(--rt-m45-tr0);
            transform: var(--rt-m45-tr0); }
  50% {
    right: 0;
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90%, 100% {
    width: 70%;
    right: 0; }
  90% {
    bottom: 0; }
  100% {
    bottom: 15px; } }

.btn-x:before, .btn-x:after {
  background: #FFF; }

.btn-x:before {
  -webkit-animation: xbf var(--ani);
          animation: xbf var(--ani); }

@-webkit-keyframes xbf {
  0%, 100% {
    width: 100%;
    top: 10px;
    right: 0; }
  25% {
    width: 100%;
    top: 0; }
  50% {
    width: 0;
    top: 0;
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90% {
    width: 0;
    bottom: 0;
    -webkit-transform: var(--rt-m45-tr0);
            transform: var(--rt-m45-tr0); }
  100% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
            transform: rotate(-45deg) translate(-5px, 5px); } }

@keyframes xbf {
  0%, 100% {
    width: 100%;
    top: 10px;
    right: 0; }
  25% {
    width: 100%;
    top: 0; }
  50% {
    width: 0;
    top: 0;
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90% {
    width: 0;
    bottom: 0;
    -webkit-transform: var(--rt-m45-tr0);
            transform: var(--rt-m45-tr0); }
  100% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
            transform: rotate(-45deg) translate(-5px, 5px); } }

.btn-x:after {
  -webkit-animation: xaf var(--ani);
          animation: xaf var(--ani); }

@-webkit-keyframes xaf {
  0%, 100% {
    width: 100%;
    bottom: 15px; }
  0% {
    left: 0; }
  25% {
    width: 100%;
    bottom: 0;
    left: 0; }
  50%, 90% {
    width: 0;
    bottom: 0;
    right: 0; }
  50% {
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90% {
    -webkit-transform: var(--rt45-tr0);
            transform: var(--rt45-tr0); }
  100% {
    right: 0;
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
            transform: rotate(45deg) translate(-5px, -5px); } }

@keyframes xaf {
  0%, 100% {
    width: 100%;
    bottom: 15px; }
  0% {
    left: 0; }
  25% {
    width: 100%;
    bottom: 0;
    left: 0; }
  50%, 90% {
    width: 0;
    bottom: 0;
    right: 0; }
  50% {
    -webkit-transform: var(--rt-tr-0);
            transform: var(--rt-tr-0); }
  90% {
    -webkit-transform: var(--rt45-tr0);
            transform: var(--rt45-tr0); }
  100% {
    right: 0;
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
            transform: rotate(45deg) translate(-5px, -5px); } }

#video_background {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100vw;
  min-height: 100vh; }
  @media (min-width: 992px) {
    #video_background {
      height: auto; } }

#video_mobile_overlay {
  background: #000;
  height: 100vh;
  width: 100vw;
  top: 0;
  position: fixed;
  z-index: 99;
  display: none; }

body.move {
  overflow: hidden; }
  body.move #video_mobile_overlay {
    display: block; }

#video_wrap {
  overflow: hidden;
  background: #000000; }
  #video_wrap#v0 {
    position: fixed;
    z-index: 100;
    min-width: unset;
    width: 100%;
    min-height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 1200px) {
      #video_wrap#v0 {
        min-height: 100%;
        min-width: 100%;
        width: unset; } }

body.move video {
  opacity: 1 !important;
  display: block !important;
  width: 100%;
  height: 100%; }

body.move:after {
  display: none; }

#header-video video {
  width: 100%;
  height: 100%; }
  
.full-page-video {
	max-width: 100%;
	max-height: 100%;
}

#video_wrap, #image_wrap {
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  min-height: 760px;
  background-position: right;
  min-height: 830px; }
  @media (min-width: 1419px) {
    #video_wrap, #image_wrap {
      min-height: 620px; } }
  #video_wrap:after, #image_wrap:after {
    display: none;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #video_wrap.parallax, #image_wrap.parallax {
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      #video_wrap.parallax, #image_wrap.parallax {
        background-attachment: fixed; } }
  #video_wrap #video_input, #image_wrap #video_input {
    position: relative;
    z-index: 2;
    top: 0%;
    padding: 60px 20px;
    max-width: 100%; }
    @media (min-width: 768px) {
      #video_wrap #video_input, #image_wrap #video_input {
        top: 10%;
        max-width: 600px; } }
    @media (min-width: 992px) {
      #video_wrap #video_input, #image_wrap #video_input {
        max-width: 65%;
        width: 100%;
        margin-left: 0;
        padding: 0 10%;
        top: calc(50% + 40px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 1420px) {
      #video_wrap #video_input, #image_wrap #video_input {
        top: 50%;
        padding: 0;
        width: 620px;
        margin-left: 15%; } }
    #video_wrap #video_input.parallax, #image_wrap #video_input.parallax {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #video_wrap #video_input button, #image_wrap #video_input button {
      display: inline-block;
      margin: 20px 0 0 0; }
      @media (min-width: 576px) {
        #video_wrap #video_input button, #image_wrap #video_input button {
          display: inline-block;
          margin: 0 0 0 0; } }
  #video_wrap.move #video_input, #image_wrap.move #video_input {
    opacity: 0; }
  #video_wrap h1, #image_wrap h1 {
    font-family: 'Frutiger LT Std 75 Black', serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1; }
  #video_wrap h2, #image_wrap h2 {
    font-size: 2.8rem; }
  #video_wrap article, #image_wrap article {
    margin: 40px 0; }
    @media (min-width: 1200px) {
      #video_wrap article, #image_wrap article {
        display: block;
		/*text-shadow: 0px 0px 8px rgba(60,60,60,0.8);*/
		} }
    #video_wrap article p, #image_wrap article p {
      color: #ffffff;
	  text-shadow: 0px 0px 14px rgb(0 0 0 / 60%);
	
	}
	#video_input .headline--01 {
		text-shadow: 0px 0px 14px rgb(0 0 0 / 60%);
	}
  #video_wrap #video_play_wrap, #image_wrap #video_play_wrap {
    position: relative;
    margin: 0 0 20px 0; }
    @media (min-width: 992px) {
      #video_wrap #video_play_wrap, #image_wrap #video_play_wrap {
        position: absolute;
        right: calc(-380px + 20%);
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 9; } }
    @media (min-width: 1670px) {
      #video_wrap #video_play_wrap, #image_wrap #video_play_wrap {
        right: calc(-450px - 20%); } }
    @media (min-width: 2320px) {
      #video_wrap #video_play_wrap, #image_wrap #video_play_wrap {
        position: absolute;
        right: calc(-450px - 50%);
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 9; } }
    #video_wrap #video_play_wrap #video_play_circle, #image_wrap #video_play_wrap #video_play_circle {
      position: relative;
      width: 200px;
      height: 200px;
      margin: 0 auto; }
      @media (min-width: 1420px) {
        #video_wrap #video_play_wrap #video_play_circle, #image_wrap #video_play_wrap #video_play_circle {
          height: 250px;
          margin: 0 auto; } }
      #video_wrap #video_play_wrap #video_play_circle #play_plus, #image_wrap #video_play_wrap #video_play_circle #play_plus {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        position: relative;
        top: 0; }
    #video_wrap #video_play_wrap #video_play_label, #image_wrap #video_play_wrap #video_play_label {
      text-transform: uppercase;
      margin-top: 0;
      font-family: Helvetica;
      font-size: 12px;
      color: #5ABABE;
      letter-spacing: 1.71px;
      text-align: left;
      line-height: 22px;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        #video_wrap #video_play_wrap #video_play_label, #image_wrap #video_play_wrap #video_play_label {
          margin-top: 20px;
          text-align: center; } }
    #video_wrap #video_play_wrap #video_play_line, #image_wrap #video_play_wrap #video_play_line {
      background: #5ABABE;
      width: 3px;
      position: absolute;
      left: 50%;
      bottom: 20px; }

.header-bts {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  @media (min-width: 1200px) {
    .header-bts {
      margin-left: 15%;
      width: 620px;
      padding: 0; } }

.u-absoluteCenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.u-flexCenter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.u-offscreen {
  position: absolute;
  left: -999em; }

.svg-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.demo :first-child {
  margin-bottom: 20px; }

.progress {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 180px;
  height: 180px; }
  @media (min-width: 992px) {
    .progress {
      width: 300px;
      height: 300px; } }

.progress__meter,
.progress__value {
  fill: none; }

.progress__meter {
  stroke: #5ABABE; }

.progress__value {
  stroke: #5ABABE; }

.image_animation {
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  min-height: 760px;
  opacity: 0;
  -webkit-animation: fade-in-fade-out 7s linear infinite 1s;
          animation: fade-in-fade-out 7s linear infinite 1s;
  background-position: right; }
  @media (min-width: 1419px) {
    .image_animation {
      min-height: 620px; } }

@-webkit-keyframes fade-in-fade-out {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.simple-video > div {
  margin: 0 auto; }

#neue-videopage > div {
  padding-top: 20px;
  padding-bottom: 20px; }

section {
  position: relative; }
  section .section-headline {
    margin: 60px 20px 40px 20px;
    max-width: 680px; }
    @media (min-width: 992px) {
      section .section-headline {
        margin: 60px 10% 0px 10%; } }
    @media (min-width: 1720px) {
      section .section-headline {
        margin-bottom: 80px; } }
    section .section-headline h2 {
      text-align: left;
      position: relative; }
      section .section-headline h2:before {
        display: none;
        content: '';
        position: absolute;
        top: -35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 5px;
        width: 50px; }
        @media (min-width: 992px) {
          section .section-headline h2:before {
            top: -70px; } }
  section .article {
    margin: 0px 20px; }
    @media (min-width: 992px) {
      section .article {
        margin: 0 10%; } }
    section .article article {
      text-align: left;
      width: auto;
      max-width: 1240px; }
      @media (min-width: 576px) {
        section .article article {
          margin: 40px 0%; } }
      @media (min-width: 1200px) {
        section .article article {
          width: 60%;
          margin: 40px 0; } }
  section.section-padding > div {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 576px) {
      section.section-padding > div {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (min-width: 992px) {
      section.section-padding > div {
        padding-top: 3%;
        padding-bottom: 3%; } }
  section .inner-padding {
    padding: 0 20px; }
    @media (min-width: 576px) {
      section .inner-padding {
        padding: 0; } }

/* WHITE THEME & BLACK THEME & GRAY THEME*/
section.theme-1 {
  background: #FFFFFF; }
  section.theme-1 h2 {
    color: #071C2D; }
    section.theme-1 h2:before {
      background: #5ABABE; }
  section.theme-1 .article * {
    color: #071C2D !important; }

section.theme-2 {
  background: #071C2D; }
  section.theme-2 h2 {
    color: #FFFFFF; }
    section.theme-2 h2:before {
      background: #5ABABE; }
  section.theme-2 .article article p {
    color: #FFFFFF; }
  section.theme-2 .article article pre {
    color: #FFFFFF; }
  section.theme-2.theme-3 {
    background: #2E2E2E; }
    section.theme-2.theme-3 h2 {
      color: #FFFFFF; }
      section.theme-2.theme-3 h2:before {
        background: #5ABABE; }
    section.theme-2.theme-3 .article article p {
      color: #FFFFFF; }
    section.theme-2.theme-3 .article article pre {
      color: #FFFFFF; }

.sliderContainer {
  position: relative;
  background: #000; }
  .sliderContainer .slider {
    width: 100%;
    height: 100%;
    margin: 0; }
    @media (min-width: 992px) {
      .sliderContainer .slider {
        width: 100%;
        height: auto; } }
    .sliderContainer .slider.single-item {
      position: relative; }
      .sliderContainer .slider.single-item .slick-slide {
        position: relative;
        color: white;
        padding: 0px 0 0px 0;
        font-size: 30px;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .sliderContainer .slider.single-item .slick-slide img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (min-width: 992px) {
            .sliderContainer .slider.single-item .slick-slide img {
              width: 100%;
              height: auto; } }
        .sliderContainer .slider.single-item .slick-slide .slider-content {
          position: absolute;
          top: 50%;
          width: 100%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          padding: 20px; }
          @media (min-width: 768px) {
            .sliderContainer .slider.single-item .slick-slide .slider-content {
              top: 50%;
              position: absolute;
              width: 100%;
              padding: 0 40px;
              background: none; } }
          @media (min-width: 992px) {
            .sliderContainer .slider.single-item .slick-slide .slider-content {
              position: absolute;
              left: 150px;
              width: 575px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              top: 50%;
              background: none; } }
          .sliderContainer .slider.single-item .slick-slide .slider-content .slider-label {
            display: block; }
          .sliderContainer .slider.single-item .slick-slide .slider-content .slider-article {
            font-family: 'Frutiger LT Std 47 Light Condensed';
			text-shadow: 0px 0px 14px rgb(0 0 0 / 60%);
            font-size: 1rem;
            color: #FFFFFF;
            line-height: 26px; }
            @media (min-width: 576px) {
              .sliderContainer .slider.single-item .slick-slide .slider-content .slider-article {
                font-size: 1.5rem; } }
            .sliderContainer .slider.single-item .slick-slide .slider-content .slider-article article {
              margin: 20px 0; }
              @media (min-width: 992px) {
                .sliderContainer .slider.single-item .slick-slide .slider-content .slider-article article {
                  margin: 40px 0; } }
            .sliderContainer .slider.single-item .slick-slide .slider-content .slider-article .btn--btn--right {
              margin-top: 10px; }
      .sliderContainer .slider.single-item .slider-footer {
        position: static;
        bottom: 40px;
        left: 0px;
        padding: 0 20px 20px 20px; }
        @media (min-width: 768px) {
          .sliderContainer .slider.single-item .slider-footer {
            left: 0px;
            position: absolute;
            width: 400px;
            padding: 0 40px; } }
        @media (min-width: 992px) {
          .sliderContainer .slider.single-item .slider-footer {
            position: absolute;
            left: 150px;
            width: 550px; } }
        .sliderContainer .slider.single-item .slider-footer span {
          text-transform: uppercase;
          font-family: 'Frutiger LT Std 75 Black', serif;
          font-size: 13px;
          color: #FFFFFF;
          letter-spacing: 1.86px;
          line-height: 22px; }
        .sliderContainer .slider.single-item .slider-footer ul {
          display: block;
          margin-top: 0;
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2; }
          @media (min-width: 768px) {
            .sliderContainer .slider.single-item .slider-footer ul {
              display: -webkit-box;
              display: flex;
              margin-top: 20px; } }
          .sliderContainer .slider.single-item .slider-footer ul li {
            list-style: none;
            margin-left: 0px;
            margin-top: 0px;
            position: relative;
            font-family: 'Frutiger LT Std 47 Light Condensed';
            font-size: 16px;
            color: #FFFFFF;
            text-align: left;
            line-height: 24px;
            padding: 8px 0; }
            @media (min-width: 768px) {
              .sliderContainer .slider.single-item .slider-footer ul li {
                margin-left: 80px;
                margin-top: 0;
                padding: 0; } }
            .sliderContainer .slider.single-item .slider-footer ul li:first-child {
              margin-left: 0; }
            .sliderContainer .slider.single-item .slider-footer ul li:after {
              content: '';
              background: #FFFFFF;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 40px;
              height: 5px; }
              @media (min-width: 576px) {
                .sliderContainer .slider.single-item .slider-footer ul li:after {
                  bottom: 0; } }
              @media (min-width: 768px) {
                .sliderContainer .slider.single-item .slider-footer ul li:after {
                  bottom: -15px; } }
              @media (min-width: 992px) {
                .sliderContainer .slider.single-item .slider-footer ul li:after {
                  bottom: -15px; } }

.progressBarContainer {
  position: absolute;
  top: 40px;
  width: 260px;
  left: 20px;
  display: none; }
  @media (min-width: 768px) {
    .progressBarContainer {
      width: 280px;
      left: 40px;
      top: 100px;
      display: block; } }
  @media (min-width: 992px) {
    .progressBarContainer {
      width: 400px;
      left: 180px;
      top: 100px; } }
  .progressBarContainer > div {
    display: block;
    width: 15%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: white; }
    .progressBarContainer > div:last-child {
      margin-right: 0; }
    .progressBarContainer > div span.progressBar {
      position: relative;
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.4);
      display: block; }
      .progressBarContainer > div span.progressBar .inProgress {
        position: absolute;
        background-color: white;
        width: 0%;
        height: 2px;
        top: -2px; }
    .progressBarContainer > div label {
      position: absolute;
      bottom: -25px;
      font-size: .8rem; }

.brand_wrap {
  padding: 20px 0;
  background: rgba(238, 244, 236, 1);
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .brand_wrap {
      padding: 20px; } }
  @media (min-width: 768px) {
    .brand_wrap {
      padding: 20px; } }
  @media (min-width: 992px) {
    .brand_wrap {
      padding: 60px;
      margin-right: 20px; } }
  @media (max-width: 1200px) {
    .brand_wrap {
      padding: 20px 0px; } }
  @media (max-width: 992px) {
    .brand_wrap {
      max-width: 450px;
      margin: 0px auto 20px auto; } }
  .brand_wrap .brand_award > div {
    padding: 0; }
    @media (min-width: 576px) {
      .brand_wrap .brand_award > div {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .brand_wrap .brand_award > div {
        padding: 0 25px; } }
    .brand_wrap .brand_award > div label {
      font-family: 'Frutiger LT Std 75 Black';
      font-size: 40px;
      color: #3C3C3C;
      line-height: 40px; }
      @media (min-width: 992px) {
        .brand_wrap .brand_award > div label {
          font-size: 80px;
          line-height: 80px; } }
    .brand_wrap .brand_award > div article {
      margin-top: 20px;
      margin-bottom: 40px; }
      .brand_wrap .brand_award > div article p {
        font-family: "Frutiger LT W05_45 Light", serif;
        color: #3C3C3C;
        line-height: 20px;
        font-size: 18px; }
        @media (min-width: 992px) {
          .brand_wrap .brand_award > div article p {
            line-height: 26px;
            font-size: 22px; } }
  .brand_wrap .brand_img {
    width: 120px;
    margin: 20px; }
    @media (min-width: 992px) {
      .brand_wrap .brand_img {
        width: 100%;
        margin: 0; } }
    .brand_wrap .brand_img img {
      width: 100%; }

.frischfleisch {
  background-image: url("/_resources/themes/7point/images/Heizung_Foerdergeld-Feld.png");
  background-repeat: no-repeat;
  background-size: cover; 
  /* background-position: top right; */
  background-color: rgba(238, 244, 236, 1);
  position: relative;
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .frischfleisch {
      height: 100%;
      margin-left: 0px;
      margin-top: auto; } }
  @media (max-width: 992px) {
    .frischfleisch {
      max-width: 450px;
      margin: 20px auto; } }
  .frischfleisch > div {
    position: absolute;
    top: calc(50% + 90px);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px; }
    @media (min-width: 576px) {
      .frischfleisch > div {
        padding-top: 75px;
		padding-right: 40px;
		/* padding: 40px;  */
		} }
    @media (min-width: 992px) {
      .frischfleisch > div {
        left: 40px;
        padding: auto; } }
    .frischfleisch > div label {
      font-family: 'Frutiger LT Std 75 Black';
      font-size: 30px;
      color: #3C3C3C;
      line-height: 36px; }
    .frischfleisch > div button {
      margin-top: 40px; }
    .frischfleisch > div article {
      margin-top: 20px; }

.inner-desk-padding {
  padding-right: 20px !important; }
  @media (max-width: 992px) {
    .inner-desk-padding {
      padding-right: 0 !important; } }

#social-wrap {
  padding: 40px 0; }
  #social-wrap > div {
    padding: 0 40px; }
    @media (min-width: 992px) {
      #social-wrap > div {
        padding: auto; } }
  #social-wrap .social-img-handler {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 10px; }
    @media (min-width: 992px) {
      #social-wrap .social-img-handler {
        height: 250px;
        width: 250px;
        padding: auto; } }
    #social-wrap .social-img-handler img {
      width: 100%;
      height: auto;
      padding: 0; }
      @media (min-width: 992px) {
        #social-wrap .social-img-handler img {
          padding: 10%;
          height: 100%;
          width: auto; } }

.quote-page .article article {
  max-width: 1200px; }

.quote-page .quote-label {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .quote-page .quote-label label {
    display: block;
    margin-bottom: 15px;
    font-family: "Frutiger LT Std 65 Bold";
    color: #5ABABE; }
  .quote-page .quote-label span {
    display: block;
    font-size: 0.9rem; }

.quote-page .quote-list {
  margin-top: 20px; }
  .quote-page .quote-list .quote-item > div {
    padding: 5px; }
    @media (min-width: 768px) {
      .quote-page .quote-list .quote-item > div {
        padding: 20px; } }
    .quote-page .quote-list .quote-item > div > div img {
      width: 25%;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .quote-page .quote-list .quote-item > div > div img {
          width: 45%; } }
    .quote-page .quote-list .quote-item > div > div p {
      color: #FFFFFF;
      margin-top: 20px;
      text-align: center;
      font-family: "Frutiger LT W05_45 Light", serif;
      font-size: 16px;
      line-height: 26px; }
      .quote-page .quote-list .quote-item > div > div p strong {
        font-family: 'Frutiger LT Std 75 Black', serif; }

.agency-vid {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .agency-vid video {
    width: 100%;
    outline: none;
    padding: 0 20px; }
    @media (min-width: 992px) {
      .agency-vid video {
        padding: 0; } }

.team-gallery .row, .team-gallery .contact-form__inner {
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .team-gallery .row, .team-gallery .contact-form__inner {
      margin-bottom: 0px; } }
  .team-gallery .row > div, .team-gallery .contact-form__inner > div {
    margin: 20px 0; }
    @media (min-width: 768px) {
      .team-gallery .row > div, .team-gallery .contact-form__inner > div {
        margin: 20px 0; } }
    @media (min-width: 992px) {
      .team-gallery .row > div, .team-gallery .contact-form__inner > div {
        padding: 0 20px; } }
    .team-gallery .row > div .team-gallery-center, .team-gallery .contact-form__inner > div .team-gallery-center {
      display: -webkit-box;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
              align-items: center; }
    @media (min-width: 768px) {
      .team-gallery .row > div.added-box, .team-gallery .contact-form__inner > div.added-box {
        margin-top: 100px; } }

.team-gallery .box-abstand {
  margin-top: 0px; }
  @media (min-width: 768px) {
    .team-gallery .box-abstand {
      margin-top: -80px; } }

.team-gallery .team-gallery-input {
  margin: 0 15px; }
  @media (min-width: 768px) {
    .team-gallery .team-gallery-input {
      margin: 20px 0; } }
  .team-gallery .team-gallery-input blockquote {
    height: 100%;
    padding: 20px;
    background: #3C3C3C; }
    .team-gallery .team-gallery-input blockquote cite span {
      color: #5ABABE;
      font-style: normal; }
  .team-gallery .team-gallery-input > div {
    position: relative;
    background: #3C3C3C;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 3%; }
    .team-gallery .team-gallery-input > div article {
      -webkit-box-flex: 1;
      flex: 1;
      font-family: "Frutiger LT W05_45 Light", serif;
      font-size: 26px;
      line-height: 36px; }
      .team-gallery .team-gallery-input > div article p {
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        color: #FFFFFF; }
  .team-gallery .team-gallery-input .team-head {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 0;
    color: #5ABABE;
    width: 50px; }
    .team-gallery .team-gallery-input .team-head svg {
      max-width: 200px;
      width: 100%;
      height: 100%;
      display: block; }
  .team-gallery .team-gallery-input .foo-label {
    display: block; }
    .team-gallery .team-gallery-input .foo-label label {
      color: #5ABABE;
      font-family: 'Frutiger LT Std 75 Black', serif;
      font-size: 1.2rem;
      margin-right: 20px; }
    .team-gallery .team-gallery-input .foo-label span {
      opacity: 0.99;
      font-family: "Frutiger LT W05_45 Light", serif;
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 18px; }

.team-gallery img {
  width: 100%; }

@media (min-width: 768px) {
  #impressionen .team-gallery .row, #impressionen .team-gallery .contact-form__inner, #impressionen .team-gallery .contact-form__inner {
    margin-bottom: 0 !important; } }

.projekt-wrap .projekt-gallery .projekt-item {
  position: relative; }
  .projekt-wrap .projekt-gallery .projekt-item.input--1 {
    text-align: left; }
  .projekt-wrap .projekt-gallery .projekt-item.input--2 {
    text-align: center; }
  .projekt-wrap .projekt-gallery .projekt-item.input--3 {
    text-align: right; }
  .projekt-wrap .projekt-gallery .projekt-item .projekt-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    min-height: 800px; }
    @media (min-width: 768px) {
      .projekt-wrap .projekt-gallery .projekt-item .projekt-img {
        height: 100vh; } }
  .projekt-wrap .projekt-gallery .projekt-item .projekt-input {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 20px; }
    @media (min-width: 992px) {
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input {
        padding: 0;
        width: 50%; } }
    .projekt-wrap .projekt-gallery .projekt-item .projekt-input.input--left {
      right: unset;
      left: 0; }
      @media (min-width: 768px) {
        .projekt-wrap .projekt-gallery .projekt-item .projekt-input.input--left {
          right: 0%;
          left: unset; } }
    .projekt-wrap .projekt-gallery .projekt-item .projekt-input.input--right {
      right: unset;
      left: 0; }
      @media (min-width: 768px) {
        .projekt-wrap .projekt-gallery .projekt-item .projekt-input.input--right {
          right: 40%; } }
    .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-head {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-bottom: 0%;
      margin-top: 40px; }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-head span {
        position: relative;
        font-size: 2rem;
        font-family: 'Frutiger LT Std 75 Black', serif; }
        .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-head span:after {
          content: '';
          background: #FFFFFF;
          position: absolute;
          bottom: -5px;
          left: 0;
          height: 1px;
          width: 300%; }
    .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content {
      -webkit-box-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center; }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content span {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: Helvetica;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 1.86px;
        line-height: 22px; }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content h2 {
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: 'Frutiger LT Std 75 Black';
        font-size: 40px;
        line-height: 40px; }
        @media (min-width: 576px) {
          .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content h2 {
            font-size: 80px;
            line-height: 80px; } }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content article {
        margin-bottom: 40px;
        width: 100%;
        font-family: 'Frutiger LT Std 47 Light Condensed';
        font-size: 22px;
        color: #FFFFFF;
        line-height: 26px; }
        @media (min-width: 576px) {
          .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content article {
            width: 400px; } }
        .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content article p {
          color: #FFFFFF;
          font-size: 1rem; }
          @media (min-width: 576px) {
            .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content article p {
              font-size: 1.5rem; } }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-content button {
        background: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
        padding: 15px 25px; }
    .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer {
      display: block;
      margin-bottom: 40px; }
      @media (min-width: 576px) {
        .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer {
          margin-bottom: 80px; } }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer span {
        text-transform: uppercase;
        font-family: 'Frutiger LT Std 75 Black', serif;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 1.86px;
        line-height: 22px; }
      .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul {
        display: block;
        margin-top: 0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; }
        @media (min-width: 768px) {
          .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul {
            display: -webkit-box;
            display: flex;
            margin-top: 20px; } }
        .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li {
          list-style: none;
          margin-left: 0px;
          margin-top: 0px;
          position: relative;
          font-family: 'Frutiger LT Std 47 Light Condensed';
          font-size: 16px;
          color: #FFFFFF;
          text-align: left;
          line-height: 24px;
          padding: 8px 0; }
          @media (min-width: 768px) {
            .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li {
              margin-left: 80px;
              margin-top: 0;
              padding: 0; } }
          .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li:first-child {
            margin-left: 0; }
          .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li:after {
            content: '';
            background: #FFFFFF;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 5px; }
            @media (min-width: 576px) {
              .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li:after {
                bottom: 0; } }
            @media (min-width: 768px) {
              .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li:after {
                bottom: -15px; } }
            @media (min-width: 992px) {
              .projekt-wrap .projekt-gallery .projekt-item .projekt-input .projekt-footer ul li:after {
                bottom: -15px; } }

.cases-gallery-wrap .cases-gallery {
  width: 100%;
  max-width: 1240px;
  margin: 200px auto 200px auto;
  position: relative;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
  margin-bottom: 150px;
  padding-top: 50px; }
  @media (min-width: 576px) {
    .cases-gallery-wrap .cases-gallery {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-width: 50%;
      -moz-column-width: 50%;
      column-width: 50%;
      margin-top: 150px;
      padding-top: 0px; } }
  .cases-gallery-wrap .cases-gallery > div {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    height: auto;
    overflow: hidden; }
    @media (min-width: 576px) {
      .cases-gallery-wrap .cases-gallery > div {
        height: 360px; } }
    @media (min-width: 992px) {
      .cases-gallery-wrap .cases-gallery > div {
        height: auto; } }
    .cases-gallery-wrap .cases-gallery > div:first-child {
      margin-top: -150px; }
    .cases-gallery-wrap .cases-gallery > div:nth-child(even) {
      display: block; }
    .cases-gallery-wrap .cases-gallery > div:nth-child(odd) {
      display: block; }
    .cases-gallery-wrap .cases-gallery > div img {
      width: 100%;
      margin-top: 1rem;
      padding: 10px;
      height: 100%;
      opacity: .5;
      -webkit-transition: opacity .25s;
      transition: opacity .25s;
      -o-object-fit: cover;
         object-fit: cover; }
    .cases-gallery-wrap .cases-gallery > div .case-label {
      position: absolute;
      bottom: 40px;
      left: 40px; }
      .cases-gallery-wrap .cases-gallery > div .case-label label {
        display: block;
        text-transform: unset;
        margin-bottom: 5px;
        font-family: 'Frutiger LT Std 75 Black', serif;
        font-size: 13px;
        line-height: 22px;
        color: #FFFFFF; }
      .cases-gallery-wrap .cases-gallery > div .case-label span {
        display: block;
        font-family: "Frutiger LT W05_45 Light", serif;
        font-size: 1.2rem; }

.cases-gallery-wrap .case-inner-wrap {
  position: relative; }
  .cases-gallery-wrap .case-inner-wrap .case-label {
    position: absolute;
    left: 20px !important;
    bottom: 0 !important;
    height: auto;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .cases-gallery-wrap .case-inner-wrap .case-label label {
      font-size: 1.7em !important; }
      @media (min-width: 1200px) {
        .cases-gallery-wrap .case-inner-wrap .case-label label {
          font-size: 1.7em; } }
      @media (min-width: 1400px) {
        .cases-gallery-wrap .case-inner-wrap .case-label label {
          font-size: 3em !important; } }
    .cases-gallery-wrap .case-inner-wrap .case-label span {
      font-size: 1em !important;
      color: #FFF !important;
      margin: 20px 0; }
      @media (min-width: 1200px) {
        .cases-gallery-wrap .case-inner-wrap .case-label span {
          font-size: 22px; } }
      @media (min-width: 1400px) {
        .cases-gallery-wrap .case-inner-wrap .case-label span {
          font-size: 22px !important; } }
  .cases-gallery-wrap .case-inner-wrap:hover img {
    opacity: 1; }

.cases-gallery-wrap .gallery-loader {
  margin: 100px auto;
  width: 100%;
  text-align: center; }
  .cases-gallery-wrap .gallery-loader .load-more-circle {
    background: #C4C4C4;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    position: relative; }
    .cases-gallery-wrap .gallery-loader .load-more-circle .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 100%; }
      .cases-gallery-wrap .gallery-loader .load-more-circle .circle .horizontal, .cases-gallery-wrap .gallery-loader .load-more-circle .circle .vertical {
        position: absolute;
        background-color: #2E2E2E;
        width: 30px;
        height: 5px;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -2.5px; }
      .cases-gallery-wrap .gallery-loader .load-more-circle .circle .horizontal {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1; }
      .cases-gallery-wrap .gallery-loader .load-more-circle .circle .vertical {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .cases-gallery-wrap .gallery-loader span {
    color: #2E2E2E;
    font-family: 'Frutiger LT Std 75 Black', serif;
    font-size: 12px; }

.info-box {
  padding: 10% 0; }
  .info-box .info-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px; }
    .info-box .info-wrap > div {
      position: relative;
      cursor: pointer; }
      .info-box .info-wrap > div:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #000000;
        opacity: 0.4;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
      .info-box .info-wrap > div img {
        width: 100%; }
      .info-box .info-wrap > div:hover:after {
        opacity: 0; }
    .info-box .info-wrap label {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-transform: uppercase;
      font-family: 'Frutiger LT Std 75 Black', serif;
      font-size: 1.2rem;
      pointer-events: none; }

#sortablegallerypage {
  background: #000;
  padding-top: 40px; }
  #sortablegallerypage .section-headline.headline--02 h1 {
    color: #FFF !important; }

.gallery-filters {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  font-size: 0.8em;
  padding: 1em;
  border-radius: 4px; }
  .gallery-filters__title {
    color: #2E2E2E;
    margin-top: 0;
    flex-basis: 100%; }
  .gallery-filters__filter {
    width: 25%;
    margin-right: 40px; }
    .gallery-filters__filter .ss-main .ss-single-selected {
      border: none; }
      .gallery-filters__filter .ss-main .ss-single-selected .placeholder {
        font-family: 'Frutiger LT Std 75 Black', serif;
        font-size: 26px;
        color: #3C3C3C;
        line-height: 30px; }
    .gallery-filters__filter .ss-main .ss-single-selected {
      padding: unset; }
    .gallery-filters__filter .ss-main .ss-content .ss-list {
      padding: 20px; }
      .gallery-filters__filter .ss-main .ss-content .ss-list .ss-option {
        font-family: "Frutiger LT W05_45 Light", serif;
        font-size: 22px;
        color: #3C3C3C;
        line-height: 26px;
        display: table;
        position: relative; }
        .gallery-filters__filter .ss-main .ss-content .ss-list .ss-option:hover {
          background: none; }
          .gallery-filters__filter .ss-main .ss-content .ss-list .ss-option:hover:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 10px;
            height: 3px;
            width: 100%;
            background: #5ABABE; }

.image-gallery {
  position: relative;
  margin: 2em -1%;
  min-height: 500px; }
  .image-gallery__item {
    position: absolute;
    width: 30%;
    margin: 2% 1%;
    overflow: hidden;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .image-gallery__item:hover {
      box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .image-gallery__item .muuri-safe {
      position: relative; }
    .image-gallery__item-image {
      position: relative;
      margin: 0;
      width: 100%; }
      .image-gallery__item-image img {
        width: 100%;
        height: auto; }
    .image-gallery__item-tag {
      position: absolute;
      display: inline-block;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -0.5em;
      padding: 0.25em 1.25em;
      color: #fff;
      border-radius: 20px;
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35) inset;
      font-weight: 300;
      text-transform: uppercase;
      background: -webkit-gradient(linear, left top, right top, from(#833ab4), to(#fd1daf));
      background: linear-gradient(90deg, #833ab4 0%, #fd1daf 100%); }
      .image-gallery__item-tag span {
        font-size: 0.83em; }
      .image-gallery__item-tag--nature {
        background: #833ab4;
        background: -webkit-gradient(linear, left top, right top, from(#2c8010), to(#78c300));
        background: linear-gradient(90deg, #2c8010 0%, #78c300 100%); }
      .image-gallery__item-tag--architecture {
        background: #833ab4; }
    .image-gallery__item-wrap {
      padding: 0em 2em 1em;
      text-align: center; }
    .image-gallery__item-caption {
      font-size: 0.83em; }
    .image-gallery__item-link {
      display: block;
      padding: 1em;
      text-align: center;
      background: #833ab4;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .image-gallery__item-link:hover {
        background: #3b5f7e;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }

/* GALLERY  */
#gallery img {
  width: 100%;
  height: 100%; }

#gallery .image-items .image-item {
  position: relative;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  #gallery .image-items .image-item img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  #gallery .image-items .image-item .image-item-context {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    #gallery .image-items .image-item .image-item-context span {
      -webkit-transition: font-size .0s;
      transition: font-size .0s;
      display: block; }
      #gallery .image-items .image-item .image-item-context span:nth-child(1) {
        font-size: 0.8rem;
        text-transform: uppercase;
        font-family: "Frutiger LT W05_45 Light", serif;
        letter-spacing: 1.86px;
        margin-bottom: 5px; }
      #gallery .image-items .image-item .image-item-context span:nth-child(2) {
        font-size: 1.2rem;
        font-family: 'Frutiger LT Std 75 Black', serif; }
  #gallery .image-items .image-item:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  #gallery .image-items .image-item:hover span:nth-child(1) {
    font-size: 1rem; }
  #gallery .image-items .image-item:hover span:nth-child(2) {
    font-size: 1.3rem; }

#gallery .gallery-loader {
  margin: 100px auto;
  width: 100%;
  text-align: center; }
  #gallery .gallery-loader .load-more-circle {
    background: #C4C4C4;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    position: relative; }
    #gallery .gallery-loader .load-more-circle .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 100%; }
      #gallery .gallery-loader .load-more-circle .circle .horizontal, #gallery .gallery-loader .load-more-circle .circle .vertical {
        position: absolute;
        background-color: #2E2E2E;
        width: 30px;
        height: 5px;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -2.5px; }
      #gallery .gallery-loader .load-more-circle .circle .horizontal {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1; }
      #gallery .gallery-loader .load-more-circle .circle .vertical {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  #gallery .gallery-loader span {
    color: #2E2E2E;
    text-transform: uppercase;
    font-family: Helvetica;
    font-size: 12px;
    letter-spacing: 1.71px; }

.simple-content-list .row, .simple-content-list .contact-form__inner {
  margin-right: 0;
  margin-left: 0; }

.simple-content-item {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .simple-content-item {
      padding: 0 20px; } }
  .simple-content-item:first-child {
    padding-left: 0px;
    padding-right: 20px; }

.simple-content-page .content-headline h2 {
  font-family: 'Frutiger LT Std 75 Black',serif;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 60px; }

.simple-content-page .content-article {
  margin: 40px 0; }
  .simple-content-page .content-article article {
    font-family: 'Frutiger LT Std 75 Black',serif;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px; }

.simple-content-page .content-list {
  display: -webkit-box;
  display: flex; }
  .simple-content-page .content-list ul {
    width: 33.33%; }
    .simple-content-page .content-list ul:first-child li {
      list-style: none; }
    .simple-content-page .content-list ul:last-child li {
      list-style: none; }
    .simple-content-page .content-list ul li {
      font-family: "Frutiger LT W05_45 Light", serif;
      font-size: 16px;
      color: #FFFFFF;
      text-align: left;
      line-height: 24px;
      list-style-position: inside; }
      .simple-content-page .content-list ul li:first-child {
        list-style: none;
        font-family: 'Frutiger LT Std 75 Black',serif;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 1.86px;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 20px; }

.simple-content-page .simple-content-item h5 {
  font-family: 'Frutiger LT Std 75 Black', serif;
  font-size: 18px;
  color: #FFFFFF; }

.simple-content-page .simple-content-item ul li {
  list-style: none;
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
  font-family: 'Frutiger LT Std 47 Light Condensed',serif;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  padding: 8px 0;
  line-height: 10px; }
  .simple-content-page .simple-content-item ul li:first-child {
    margin-top: 5px; }
  .simple-content-page .simple-content-item ul li a {
    color: #ffffff;
    white-space: nowrap; }

.case-container {
  padding: 20px !important; }
  @media (min-width: 992px) {
    .case-container {
      padding: 20px 0px; } }
  .case-container .case-headline .section-headline {
    margin: 60px 0 0 0; }
  .case-container .case-content article {
    font-family: Helvetica;
    font-size: 18px;
    color: #3C3C3C;
    line-height: 24px; }
  .case-container .case-img img {
    width: 100%; }
  .case-container .case-quotes article {
    font-family: "Frutiger LT W05_45 Light", serif;
    font-size: 40px;
    color: #3C3C3C;
    text-align: center;
    line-height: 48px; }

.case-inline-gallery {
  padding: 20px 0; }
  @media (min-width: 576px) {
    .case-inline-gallery {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .case-inline-gallery {
      padding: 10% 0; } }
  .case-inline-gallery img, .case-inline-gallery video {
    width: 100%; }

.contact_person {
  padding: 40px 20px !important; }
  @media (min-width: 992px) {
    .contact_person {
      padding: 40px 0px; } }
  .contact_person .contact_person_wrap {
    display: block;
    margin: 40px 0; }
    @media (min-width: 768px) {
      .contact_person .contact_person_wrap {
        display: -webkit-box;
        display: flex; } }
    .contact_person .contact_person_wrap .contact_person_image {
      width: 35%;
      max-width: 500px;
      min-width: 350px; }
      .contact_person .contact_person_wrap .contact_person_image img {
        width: 100%;
        display: block; }
    .contact_person .contact_person_wrap .contact_person_info {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-left: 0;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .contact_person .contact_person_wrap .contact_person_info {
          margin-left: 0px;
          margin-top: 0; } }
      .contact_person .contact_person_wrap .contact_person_info label {
        color: #000000;
        font-size: 26px;
        font-family: 'Frutiger LT Std 75 Black', serif; }
      .contact_person .contact_person_wrap .contact_person_info button {
        width: 200px; }
      .contact_person .contact_person_wrap .contact_person_info a {
        margin-top: 10px; }
      .contact_person .contact_person_wrap .contact_person_info div {
        -webkit-box-flex: 1;
                flex: 1; }
        .contact_person .contact_person_wrap .contact_person_info div span {
          display: block;
          color: #000000;
          font-size: 1.5em;
          font-family: "Frutiger LT W05_45 Light", serif; }

section.DisclaimerPage article {
  font-family: Frutiger LT Std\ 47 Light Condensed;
  margin-bottom: 10px;
  line-height: normal; }
  section.DisclaimerPage article h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Frutiger LT Std 75 Black', serif; }
    @media (min-width: 768px) {
      section.DisclaimerPage article h1 {
        font-size: 45px; } }
  section.DisclaimerPage article h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Frutiger LT Std 75 Black', serif;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      section.DisclaimerPage article h2 {
        font-size: 24px; } }
  section.DisclaimerPage article p {
    margin-bottom: 10px; }
    section.DisclaimerPage article p a {
      text-decoration: none;
      color: #bbcd0a;
      font-family: Frutiger LT Std\ 65 Bold; }
  section.DisclaimerPage article strong {
    font-family: Frutiger LT Std\ 65 Bold; }

.contact-form__label {
  color: #000;
  font-family: "Frutiger LT W05_45 Light", serif; }

.contact-form__group--datenverarbeitung label {
  display: inherit; }

.contact-form__text-field, .contact-form__textarea-field, .contact-form__select-field {
  width: 100%;
  font-family: 'Frutiger LT Std 65 Bold', serif;
  border: 0 none;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.025);
  border-bottom: 2px solid black; }

.contact-form__checkbox-field {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  cursor: pointer; }
  .contact-form__checkbox-field:before {
    content: '';
    background: #FFF;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #3C3C3C;
    -webkit-transition: background-color .125s;
    transition: background-color .125s; }
  .contact-form__checkbox-field:hover:before {
    background-color: #3C3C3C; }
  .contact-form__checkbox-field:checked:before {
    width: 16px;
    height: 16px;
    border: 0 none;
    background-color: #3C3C3C;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij4NCiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIvPg0KPC9zdmc+");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }

.contact-form__textarea-field {
  height: calc(36px * 3);
  resize: none; }

@media (max-width: 1240px) {
  #ContactForm_ContactForm {
    margin: 0 20px !important; } }

@media (max-width: 1240px) {
  .contact-headline {
    margin: 0 20px !important; } }

.dropdown.contact-form__select-field {
  font-family: 'Frutiger LT Std 65 Bold', serif; }
  .dropdown.contact-form__select-field option {
    font-family: 'Frutiger LT Std 65 Bold', serif; }

@media (max-width: 992px) {
  .input--hoshi.message {
    max-width: calc(100% - 3em); } }

@media (max-width: 690px) {
  .input--hoshi {
    max-width: calc(100% - 3em); } }

.case--video {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 40px;
  padding: 0 10px; }
  .case--video video {
    outline: none;
    width: 100%; }

#frischfleisch {
  padding-top: 70px; }
  #frischfleisch video {
    width: 100%; }

.section_brands ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
  max-width: 1260px;
  margin: 0 auto; }
  .section_brands ul li {
    width: 50%;
    display: -webkit-box;
    display: flex;
    padding: 0 20px; }
    @media (min-width: 576px) {
      .section_brands ul li {
        width: 33.3333333333%; } }
    @media (min-width: 768px) {
      .section_brands ul li {
        width: 25%; } }
    @media (min-width: 992px) {
      .section_brands ul li {
        width: 20%; } }
    .section_brands ul li img {
      width: 100%;
      height: 160px;
      padding: 10px 20px;
      border-bottom: 1px solid grey; }

.headline_section {
  max-width: 1200px;
  margin: 0px auto 0 auto;
  padding-top: 100px; }
  .headline_section .static-headline .headline h1 {
    color: #000000;
    text-transform: uppercase; }

#pano_button_play {
  width: 80px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position-x: right; }
  @media (max-width: 992px) {
    .parallax {
      background-attachment: unset;
      background-position-x: 65%; } }

@media (max-width: 992px) {
  #digital .parallax {
    background-position-x: 70%; } }

@media (max-width: 992px) {
  #ziel .parallax {
    background-image: none !important; } }

@media (max-width: 992px) {
  #strategie .parallax {
    background-image: none !important; } }

@media (max-width: 992px) {
  #entwicklung .parallax {
    background-image: none !important; } }

footer {
  background: #EEF4EC;
  padding: 40px 20px;
  position: relative; }
  footer span, footer a {
    color: #071c2d !important;
    text-decoration: none; }
  @media (min-width: 992px) {
    footer {
      padding: 40px 0; } }
  footer .container .row .col, footer .container .contact-form__inner .col, footer .container .row .contact-form__group, footer .container .contact-form__inner .contact-form__group {
    text-align: left; }
  footer label {
    font-family: 'Frutiger LT Std 75 Black', serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: #071c2d;
    letter-spacing: 1.86px;
    line-height: 22px; }
  footer .foo-input {
    margin-top: 10px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      footer .foo-input {
        margin-bottom: 0; } }
    @media (max-width: 992px) {
      footer .foo-input {
        margin-bottom: 20px;
        margin-top: 2px; } }
    footer .foo-input span {
      font-family: "Frutiger LT W05_45 Light", serif;
      display: block;
      margin-bottom: 5px;
      line-height: 24px;
      text-align: left; }
      footer .foo-input span ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: left;
                justify-content: left; }
        @media (min-width: 992px) {
          footer .foo-input span ul {
            -webkit-box-pack: end;
                    justify-content: end; } }
        footer .foo-input span ul li {
          width: 25px;
          list-style: none;
          margin: 0 10px; }
          footer .foo-input span ul li:first-child {
            margin: 0 10px 0 0; }
          footer .foo-input span ul li svg {
            width: 100%; }
      @media (min-width: 992px) {
        footer .foo-input span {
          text-align: left; } }
  footer .foo-nav {
    margin-top: 40px; }
    footer .foo-nav ul {
      display: block;
      width: 100%; }
      footer .foo-nav ul:before, footer .foo-nav ul:after {
        content: " ";
        display: table; }
      footer .foo-nav ul:after {
        clear: both; }
      footer .foo-nav ul {
        *zoom: 1; }
      @media (min-width: 576px) {
        footer .foo-nav ul {
          padding: 0;
          display: -webkit-box;
          display: flex; } }
      @media (min-width: 992px) {
        footer .foo-nav ul {
          padding: 0 20px; } }
      footer .foo-nav ul li {
        font-family: "Frutiger LT W05_45 Light", serif;
        color: #FFFFFF;
        letter-spacing: 0.35px;
        line-height: 30px;
        list-style: none;
        margin-left: 0;
        font-size: 0.9rem;
        float: left; }
        @media (min-width: 576px) {
          footer .foo-nav ul li {
            margin-left: 40px;
            float: none; }
            footer .foo-nav ul li:nth-child(2) {
              margin-left: 0; } }
        footer .foo-nav ul li:first-child {
          margin-left: 0;
          width: 330px;
          float: none; }
        footer .foo-nav ul li a {
          color: #FFFFFF;
          text-decoration: none; }

@media (max-width: 992px) {
  footer .row-foo {
    display: block; } }

footer .row-foo ._desktop {
  display: none; }
  @media (min-width: 992px) {
    footer .row-foo ._desktop {
      display: block; } }

footer .row-foo ._mobile {
  display: block; }
  @media (min-width: 992px) {
    footer .row-foo ._mobile {
      display: none; } }

footer .row-foo a {
  display: block; }
  @media (min-width: 992px) {
    footer .row-foo a {
      display: inline; } }
  @media (max-width: 992px) {
    footer .row-foo a {
      padding-right: 0px;
      padding-left: 0px;
      margin-bottom: 10px; }
      footer .row-foo a:last-child {
        margin-top: 20px;
        color: #B4B4B4 !important; } }
  @media (max-width: 992px) {
    footer .row-foo a.ml-5 {
      margin-left: 0rem !important; } }



#message-contact {
	text-transform: none !important;
}

.slider-label .headline--01 {
	text-shadow: 0px 0px 14px rgb(0 0 0 / 60%);
}


div.quote-page.flex-fill {
	text-shadow: 0px 0px 14px rgb(0 0 0 / 60%);
}

@media (max-width: 768px) {
	.sliderContainer .slider.single-item .slick-slide:before {
		content: '\A';
		position: absolute;
		width: 100%; 
		height:100%;
		top:0; 
		left:0;
		background:rgba(0,0,0,0.3);
		opacity: 1;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	
	div.parallax:before {
		content: '\A';
		position: absolute;
		width: 100%; 
		height:100%;
		top:0; 
		left:0;
		background:rgba(0,0,0,0.3);
		opacity: 1;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	
	div.parallax .quote-page.flex-fill {
		position: relative;
		text-shadow: 0px 0px 14px rgb(0 0 0 / 60%);
	}
	
}

@media (max-width: 991px) {
	.article--01 ul {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.article--01 li {
		padding-bottom: 10px;
	}
	
}


.cc-revoke,.cc-window {
    z-index: 9999999999 !important;
}


