@charset "UTF-8";
/* *****************************************************************
 *  Theme:    Rubikon Custom
 *  Author:   Rubikon
 *  URI: http://www.rubikon.at
 *  ***************************************************************** */
/* _variables.scss */
.bg-image {
  min-height: 100px;
  background-size: cover;
  background-position: center;
}

.floating-container {
  padding: 0px 15px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .floating-container {
    max-width: 510px;
  }
}
@media screen and (min-width: 768px) {
  .floating-container {
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .floating-container {
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .floating-container {
    max-width: 1080px;
  }
}

/* override the !default vars with the values we set above */
.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: 1110px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

/* _typography.scss */
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v34-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("fonts/open-sans-v34-latin-300.woff") format("woff"), url("fonts/open-sans-v34-latin-300.ttf") format("truetype"), url("fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans-v34-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("fonts/open-sans-v34-latin-600.woff") format("woff"), url("fonts/open-sans-v34-latin-600.ttf") format("truetype"), url("fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("fonts/open-sans-v34-latin-700.woff") format("woff"), url("fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
a {
  color: #6ea1b3;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:visited {
  color: #6ea1b3;
}

a:hover {
  color: #6ea1b3;
  text-decoration: none;
}

a:active {
  color: #6ea1b3;
}

a:focus {
  color: #6ea1b3;
}

.lidots ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.lidots ul li:before {
  content: url("assets/img/bulletpoint_green.svg");
  position: absolute;
  left: 0;
  top: 3px;
}

.frow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  max-width: 100%;
}

h1 {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 64px;
    font-size: 4rem;
    letter-spacing: normal;
  }
}

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: normal;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: normal;
  }
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
}

h5 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: normal;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #666666;
  position: relative;
  letter-spacing: 0.15em;
  margin-bottom: 42px;
  text-transform: uppercase;
}
h6:after {
  position: absolute;
  width: 96px;
  border-bottom: 1px solid #666666;
  display: inline-block;
  content: "";
  left: 0;
  bottom: -9px;
}

img {
  max-width: 100%;
  height: auto;
}

.triright {
  text-transform: uppercase;
}
.triright:before {
  content: "";
  background-image: url("assets/img/triright.svg");
  margin-right: 5px;
  width: 20px;
  position: relative;
  display: inline-block;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}

.trirightblue {
  text-transform: uppercase;
}
.trirightblue:before {
  content: "";
  background-image: url("assets/img/trirightblue.svg");
  margin-right: 5px;
  width: 20px;
  position: relative;
  display: inline-block;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  transition: all 0.2s linear;
}
.trirightblue.left {
  transform: rotate(180deg);
}

a.trirightblue:hover:before {
  transform: scale(1.2);
}

.lh32 {
  line-height: 32px;
}

.semibold {
  font-weight: 600;
}

.banner-3-col {
  min-height: 500px;
  position: relative;
  color: white;
}
.banner-3-col .container {
  padding-top: 100px;
}
.banner-3-col h6 {
  color: white;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: none;
}
.banner-3-col h6:after {
  border-color: white;
  bottom: -19px;
}
.banner-3-col p {
  font-weight: 700;
}
.banner-3-col .bg-image {
  height: 100%;
  position: absolute;
  width: 100%;
}

.text-slider-basic {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-container ul {
  margin-bottom: 20px;
}
.text-container ul li {
  padding-left: 20px;
  position: relative;
}
.text-container ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
  z-index: 999;
  position: relative;
}
.header .logo-container {
  display: flex;
  justify-content: space-between;
  height: 88px;
  align-items: center;
}
.header hr {
  border-top: 1px solid #B3B3B3;
  margin: 0;
}
.header .services-dropdown {
  background: #6ea1b3;
  color: white;
  position: relative;
  padding: 16px 50px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.header .services-dropdown .trigger svg {
  position: relative;
  top: -2px;
}
.header .services-dropdown .drop {
  position: absolute;
  background: #6ea1b3;
  left: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
  box-sizing: border-box;
}
.header .services-dropdown .drop .inner {
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: relative;
  left: -20px;
  transition: all 0.2s ease;
}
.header .services-dropdown .drop a {
  color: white;
  margin-bottom: 10px;
}
.header .services-dropdown .drop a img {
  position: absolute;
  width: 50px;
  display: none;
}
.header .services-dropdown.open .drop {
  height: auto;
  z-index: 99;
}
.header .services-dropdown.open .drop .inner {
  opacity: 1;
  left: 0;
}
.header .main-menu {
  width: 100%;
  transition: all 0.2s ease;
  top: -100px;
}
.header .main-menu .container {
  height: 63px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header .main-menu .right a {
  padding-bottom: 21px;
  display: inline-block;
  margin-left: 20px;
}
.header .main-menu ul {
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
}
@media screen and (min-width: 1200px) {
  .header .main-menu ul {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
  }
}
.header .main-menu ul > li {
  margin-right: 32px;
}
.header .main-menu ul > li a {
  color: #333333;
  transition: color 0.1s linear;
  text-decoration: none;
}
.header .main-menu ul > li a:visited {
  color: #333333;
}
.header .main-menu ul > li a:hover {
  color: #6ea1b3;
  text-decoration: none;
}
.header .main-menu ul > li a:active {
  color: #333333;
}
.header .main-menu ul > li a:focus {
  color: #333333;
}
.header .main-menu ul > li a {
  padding-bottom: 23px;
  display: block;
}
.header .main-menu ul > li.open ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .main-menu ul > li.current_page_item a {
  position: relative;
}
.header .main-menu ul > li.current_page_item a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 16px 10.5px;
  border-color: transparent transparent #6ea1b3;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.header .main-menu ul > li > ul.sub-menu {
  position: absolute;
  background: white;
  width: 730px;
  height: 380px;
  left: -80px;
  display: flex;
  flex-direction: column;
  padding-left: 85px;
  padding-top: 40px;
  padding-bottom: 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}
.header .main-menu ul > li > ul.sub-menu > li {
  width: 318px;
  border-bottom: 1px solid #B3B3B3;
  height: 55px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  position: initial;
}
.header .main-menu ul > li > ul.sub-menu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .main-menu ul > li > ul.sub-menu > li a {
  position: relative;
  width: 100%;
  padding: 0;
  letter-spacing: 0.08em;
}
.header .main-menu ul > li > ul.sub-menu > li a:after {
  content: none;
}
.header .main-menu ul > li > ul.sub-menu > li.menu-item-has-children a:after {
  content: "";
  background-image: url("assets/img/menuchevblue.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  display: block;
  background-repeat: no-repeat;
  right: -10px;
  top: 5px;
  border: none;
  left: auto;
}
.header .main-menu ul > li > ul.sub-menu > li:last-child {
  border: 0;
}
.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu {
  left: 400px;
  position: absolute;
  top: 0;
  font-weight: 400;
  text-transform: none;
  padding-top: 56px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  width: 100px;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu {
    width: auto;
  }
}
.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu:after {
  content: none;
}
.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu li {
  border: 0;
  height: auto;
  padding-bottom: 20px;
}
.header .main-menu ul > li > ul.sub-menu > li > ul.sub-menu li a:after {
  content: none;
}
.header .quicklinks {
  position: absolute;
  background: #6ea1b3;
  color: white;
  right: 0;
  top: 63px;
  height: 380px;
  width: 340px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: normal;
  padding-top: 42px;
  padding-left: 33px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}
.header .quicklinks .qlcont {
  display: none;
}
.header .quicklinks .qlcont.open {
  display: block;
}
.header .quicklinks .qlcont li {
  position: relative;
}
.header .quicklinks .qlcont li .imgcont {
  display: flex;
  justify-content: center;
  width: 50px;
}
@media screen and (min-width: 1200px) {
  .header .quicklinks {
    width: 460px;
  }
}
@media screen and (min-width: 992px) {
  .header .quicklinks.open {
    opacity: 1;
    visibility: visible;
  }
}
.header .quicklinks .head {
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.header .quicklinks ul {
  display: flex;
  flex-direction: column;
  color: white;
}
.header .quicklinks ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header .quicklinks ul li img {
  margin-right: 24px;
}
.header .quicklinks ul li a {
  color: white;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: 0.08em;
  position: relative;
  transition: all 0.2s ease;
  max-width: 170px;
}
.header .quicklinks ul li a:visited {
  color: white;
}
.header .quicklinks ul li a:hover {
  color: white;
  text-decoration: underline;
}
.header .quicklinks ul li a:after {
  content: "";
  background-image: url("assets/img/menuchevwhite.svg");
  position: absolute;
  height: 12px;
  width: 12px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  right: -35px;
  top: 6px;
  border: none;
  left: auto;
}
.header.smallerheader .main-menu {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}

.services-bar {
  background: #6ea1b3;
  color: white;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 20px 0px;
}
.services-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .services-bar .container {
    flex-direction: row;
    height: 106px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .services-bar .container {
    flex-wrap: nowrap;
  }
}
.services-bar .container a {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .services-bar .container a {
    margin-bottom: 20px;
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .services-bar .container a {
    margin: 0px 30px;
    margin-bottom: 0;
  }
}
.services-bar img {
  margin-right: 20px;
  max-width: 45px;
}
.services-bar a {
  color: white;
}

footer {
  color: white;
  background: #333333;
  min-height: 488px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: normal;
}
footer a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
footer a:visited {
  color: white;
}
footer a:hover {
  color: #6ea1b3;
  text-decoration: none;
}
footer a:active {
  color: white;
}
footer a:focus {
  color: white;
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 100px;
  }
}
footer hr {
  border-top: 1px solid white;
  margin-top: 47px;
  margin-bottom: 27px;
}
footer .menu-footer-menu-container ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
footer .menu-footer-menu-container ul li {
  width: 100%;
  margin-bottom: 10px;
}
footer .menu-footer-menu-container ul li a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
footer .menu-footer-menu-container ul li a:visited {
  color: white;
}
footer .menu-footer-menu-container ul li a:hover {
  color: #6ea1b3;
  text-decoration: none;
}
footer .menu-footer-menu-container ul li a:active {
  color: white;
}
footer .menu-footer-menu-container ul li a:focus {
  color: white;
}
footer .menu-footer-menu-container ul li a {
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  footer .menu-footer-menu-container ul li {
    width: 50%;
  }
  footer .menu-footer-menu-container ul li li {
    margin-bottom: 20px;
  }
}
footer ul#menu-footer-meta-menu-1 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
}
footer ul#menu-footer-meta-menu-1 li {
  margin-right: 10px;
}
footer ul#menu-footer-meta-menu-1 li a {
  color: white;
}
@media screen and (min-width: 576px) {
  footer ul#menu-footer-meta-menu-1 {
    justify-content: flex-end;
  }
  footer ul#menu-footer-meta-menu-1 li {
    margin-right: 0;
    margin-left: 20px;
  }
}
footer .copy {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
}
@media screen and (min-width: 576px) {
  footer .copy {
    font-size: inherit;
  }
}
footer .social-menu a {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  footer .social-menu {
    right: 0;
    width: 50%;
    left: 50%;
    position: relative;
    top: 10px;
  }
}

.slide-menu {
  position: fixed;
  background: #6ea1b3;
  right: 0;
  top: 0;
  height: 100vh;
  width: 752px;
  color: white;
  padding-top: 110px;
  padding-left: 60px;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.slide-menu .inner {
  max-width: 295px;
}
.slide-menu .social-menu {
  margin-top: 10px;
}
.slide-menu .social-menu a {
  margin-right: 10px;
}
.slide-menu.open {
  transform: translateX(0);
}
.slide-menu .icons {
  margin-bottom: 40px;
  width: 100%;
  text-align: right;
}
.slide-menu .icons a {
  margin-left: 20px;
}
.slide-menu ul li {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.slide-menu ul li a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.slide-menu ul li a:visited {
  color: white;
}
.slide-menu ul li a:hover {
  color: white;
  text-decoration: none;
}
.slide-menu ul li a:active {
  color: white;
}
.slide-menu ul li a:focus {
  color: white;
}
.slide-menu hr {
  border-top: 2px solid white;
  margin-top: 60px;
  margin-bottom: 60px;
}
.slide-menu .follow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-mobile .firstrow {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 401;
  background: white;
  position: relative;
  padding: 0 25px;
}
.header-mobile .togglemobile img.open {
  display: none;
}
.header-mobile .togglemobile.open .closed {
  display: none;
}
.header-mobile .togglemobile.open .open {
  display: block;
}
.header-mobile .menu-container {
  position: absolute;
  z-index: 400;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.3s ease-out;
}
.header-mobile .menu-container.open {
  transform: translateY(0);
}
.header-mobile ul.menu {
  background: #6ea1b3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: normal;
}
.header-mobile ul.menu > li {
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid white;
}
.header-mobile ul.menu > li > a {
  color: white;
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.header-mobile ul.menu > li.menu-item-has-children .arrow {
  content: "";
  background-image: url("assets/img/menuchevwhite.svg");
  position: absolute;
  height: 12px;
  width: 12px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  right: 15px;
  top: 28px;
  border: none;
  left: auto;
}
.header-mobile ul.menu > li.open .arrow {
  transform: rotate(90deg);
}
.header-mobile ul.menu > li.open > ul.sub-menu {
  height: auto;
}
.header-mobile ul.menu > li ul.sub-menu {
  position: relative;
  background: white;
  width: 100%;
  color: #6ea1b3;
  height: 0;
  overflow: hidden;
}
.header-mobile ul.menu > li ul.sub-menu > li {
  min-height: 72px;
  width: 100%;
  border-bottom: 1px solid #6ea1b3;
}
.header-mobile ul.menu > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
.header-mobile ul.menu > li ul.sub-menu > li a {
  padding-left: 45px;
  height: 72px;
  display: flex;
  align-items: center;
}
.header-mobile ul.menu > li ul.sub-menu > li > ul.sub-menu {
  font-weight: 400;
  text-transform: none;
  padding-left: 45px;
  height: auto;
  padding-bottom: 20px;
}
.header-mobile ul.menu > li ul.sub-menu > li > ul.sub-menu li {
  min-height: 0;
  border-bottom: none;
}
.header-mobile ul.menu > li ul.sub-menu > li > ul.sub-menu li a {
  height: auto;
  margin-bottom: 10px;
}
.header-mobile ul#menu-slide-menu-1 {
  background: #EDEDED;
}
.header-mobile ul#menu-slide-menu-1 li {
  border-color: #6ea1b3;
}
.header-mobile ul#menu-slide-menu-1 li a {
  color: #6ea1b3;
}
.header-mobile .social {
  height: 80px;
  background: #EDEDED;
}
.header-mobile ul#menu-footer-meta-menu {
  display: flex;
  font-weight: 400;
  background: #EDEDED;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
  padding-bottom: 26px;
  padding-top: 20px;
}
.header-mobile ul#menu-footer-meta-menu li {
  min-height: 0;
  border: none;
}
.header-mobile ul#menu-footer-meta-menu li a {
  height: auto;
  color: #6ea1b3;
  text-transform: none;
}

.sidebar {
  position: fixed;
  right: 0px;
  top: 451px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sidebar a {
  background: white;
  border: 1px solid #6ea1b3;
  padding: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  width: 67px;
  height: 67px;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar a span {
  position: absolute;
  opacity: 0;
}
.sidebar a img {
  margin-left: 15px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.sidebar a img.hover {
  opacity: 0;
}
.sidebar a:hover {
  width: 150px;
  background: #6ea1b3;
  border: 1px solid white;
  color: white;
}
.sidebar a:hover img {
  opacity: 0;
}
.sidebar a:hover img.hover {
  opacity: 1;
}
.sidebar a:hover span {
  position: absolute;
  opacity: 1;
}

body.admin-bar .main-menu {
  top: 25px !important;
}

#wpcf7-f8333-o1 input, #wpcf7-f8333-o1 textarea, #wpcf7-f8333-o1 select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
#wpcf7-f8333-o1 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
#wpcf7-f8333-o1 .wpcf7-form-control-wrap label.placeholder {
  margin: 0;
  font-size: 12px;
  background-color: #ffffff;
  padding: 2px;
  color: #6ea1b3;
  position: absolute;
  top: -12px;
  left: 11px;
  z-index: 99;
  white-space: nowrap;
}
#wpcf7-f8333-o1 .wpcf7-radio {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#wpcf7-f8333-o1 .wpcf7-radio label {
  display: none;
}
#wpcf7-f8333-o1 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
#wpcf7-f8333-o1 .wpcf7-radio input {
  height: auto;
  width: auto;
  position: absolute;
  top: 12px;
  left: 11px;
  margin: 0;
}
#wpcf7-f8333-o1 .wpcf7-radio span.wpcf7-list-item-label {
  padding-left: 40px;
}
#wpcf7-f8333-o1 .info {
  position: absolute;
  top: 6px;
  right: 20px;
  font-weight: 700;
}
#wpcf7-f8333-o1 .wpcf7-checkbox {
  display: block;
  margin-bottom: 20px;
}
#wpcf7-f8333-o1 .wpcf7-checkbox input {
  width: auto;
  height: auto;
  position: absolute;
  left: 9px;
  top: 8px;
}
#wpcf7-f8333-o1 .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 30px;
}
#wpcf7-f8333-o1 .wpcf7-acceptance {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: normal;
}
#wpcf7-f8333-o1 .wpcf7-acceptance input {
  width: auto;
  height: auto;
  position: absolute;
  left: 4px;
  top: 8px;
}
#wpcf7-f8333-o1 .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 30px;
}
#wpcf7-f8333-o1 .wpcf7-submit {
  background: #6ea1b3;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  font-family: inherit;
  font-weight: 700;
}
#wpcf7-f8333-o1 .link {
  position: absolute;
  left: 40px;
  top: 2px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333333;
}
body .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.page-header {
  color: white;
  position: relative;
  padding-top: 63px;
  background: #6ea1b3;
}
.page-header img.overlay {
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 9;
  left: -100px;
}
.page-header .bg-image {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.page-header .text-container {
  max-width: 476px;
  z-index: 99;
  position: relative;
}
.page-header h1 {
  letter-spacing: -0.005em;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .page-header h1 {
    line-height: 70px;
  }
}
.page-header .subheadline {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  letter-spacing: 0.15em;
  margin-bottom: 27px;
  position: relative;
}
.page-header .subheadline:after {
  position: absolute;
  width: 109px;
  border-bottom: 1px solid white;
  display: inline-block;
  content: "";
  left: 0;
  bottom: -5px;
}
.page-header p {
  line-height: 32px;
  margin-bottom: 60px;
}
.page-header a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header.Groß {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .page-header.Groß {
    height: 712px;
  }
}
.page-header.Klein {
  min-height: 140px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-header.Klein {
    height: 274px;
  }
}
.page-header.Klein h1 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: normal;
}
.page-header.Klein .container {
  min-height: 110px;
}
.page-header.Klein .text-container {
  max-width: initial;
}
.page-header.Klein .container:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("assets/img/largev.svg");
  top: -145px;
  left: -28px;
  width: 100px;
  height: 130px;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .page-header.Klein .container:before {
    top: -165px;
    left: -28px;
    width: 160px;
    height: 160px;
  }
}

.blackoverlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  width: 60%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

.breadcrumbs {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #B3B3B3;
  letter-spacing: 0.08em;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.breadcrumbs .container {
  display: flex;
}
.breadcrumbs .homeicon {
  background-image: url("assets/img/homeicon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.breadcrumbs a {
  color: #B3B3B3;
  transition: color 0.1s linear;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #B3B3B3;
}
.breadcrumbs a:hover {
  color: #6ea1b3;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #B3B3B3;
}
.breadcrumbs a:focus {
  color: #B3B3B3;
}

.banner {
  background: #6ea1b3;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.banner.minhohe {
  min-height: 510px;
}
@media screen and (min-width: 992px) {
  .banner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.banner h2 {
  letter-spacing: 0.01em;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 992px) {
  .banner h2 {
    line-height: 56px;
  }
}
.banner h6 {
  color: inherit;
}
.banner h6:after {
  border-color: white;
}
.banner .bg-image {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.banner a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.banner a:visited {
  color: white;
}
.banner a:hover {
  color: white;
  text-decoration: none;
}
.banner a:active {
  color: white;
}
.banner a:focus {
  color: white;
}
.banner a {
  font-weight: 600;
  text-transform: uppercase;
}

.link-raster {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .link-raster {
    padding-top: 66px;
    padding-bottom: 120px;
  }
}
.link-raster .box {
  color: #6ea1b3;
  border-bottom: 10px solid #6ea1b3;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.link-raster .box .image-cont {
  width: 100%;
  height: 80px;
}
.link-raster .box img {
  margin-bottom: 30px;
  height: 50px;
  width: auto;
  transform-origin: left bottom;
}
.link-raster .box h5 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
}
.link-raster .box p {
  color: #21333A;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.link-raster .controls-raster {
  display: flex;
  margin-bottom: 30px;
}
.link-raster .controls-raster .dots {
  width: auto;
}
.link-raster .controls-raster .dots ul {
  position: relative;
  bottom: -3px;
  margin-right: 20px;
  margin-left: 20px;
}
.link-raster .last-box {
  background: #6ea1b3;
  color: white;
  height: 330px;
  justify-content: flex-end;
}
.link-raster .last-box h5 {
  max-width: 412px;
  line-height: 37px;
}
.link-raster .last-box p {
  color: white;
  margin-bottom: 60px;
  max-width: 285px;
}
.link-raster .last-box a {
  color: white;
  text-transform: uppercase;
}

.text-slider, .history-slider {
  min-height: 580px;
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .text-slider .slider, .history-slider .slider {
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .text-slider, .history-slider {
    padding-top: 60px;
  }
}
.text-slider .controls.mobile, .history-slider .controls.mobile {
  display: flex;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .text-slider .controls.mobile, .history-slider .controls.mobile {
    display: none;
  }
}
.text-slider .controls.desktop, .history-slider .controls.desktop {
  display: none;
  position: relative;
  left: -10px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .text-slider .controls.desktop, .history-slider .controls.desktop {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
  }
}
.text-slider .controls .left, .history-slider .controls .left {
  transform: rotate(180deg);
  margin-right: 40px;
  cursor: pointer;
}
.text-slider .controls .right, .history-slider .controls .right {
  cursor: pointer;
}
.text-slider .slider .slide, .history-slider .slider .slide {
  overflow: hidden;
}
.text-slider .slider .slide .image, .history-slider .slider .slide .image {
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .text-slider .slider .slide .image img, .history-slider .slider .slide .image img {
    max-width: initial;
  }
}
.text-slider p, .history-slider p {
  line-height: 32px;
  margin-bottom: 30px;
}
.text-slider.grau, .history-slider.grau {
  background: #EDEDED;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .text-slider.grau, .history-slider.grau {
    padding-bottom: 60px;
  }
}
.text-slider.logo, .history-slider.logo {
  padding-top: 56px;
  padding-bottom: 56px;
}
.text-slider.logo .logo, .history-slider.logo .logo {
  position: relative;
}
.text-slider.logo .logo:after, .history-slider.logo .logo:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("assets/img/largev.svg");
  top: -220px;
  left: -490px;
  width: 420px;
  height: 420px;
  background-repeat: no-repeat;
}
.text-slider.Links .slider .slide, .history-slider.Links .slider .slide {
  min-height: 500px;
}
.text-slider.Links .slider .image img, .history-slider.Links .slider .image img {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .text-slider.Links .slider .image img, .history-slider.Links .slider .image img {
    position: absolute;
    right: 0;
  }
}

.text-slider .controls.desktop {
  display: flex;
  width: 150px;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .text-slider .controls.desktop {
    top: 0;
    width: auto;
  }
}
.text-slider .text-container {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .text-slider .text-container {
    margin-top: 0;
  }
}

.lcnews {
  padding: 30px 0px;
}
@media screen and (min-width: 992px) {
  .lcnews {
    padding-top: 68px;
    padding-bottom: 60px;
  }
}
.lcnews h6 {
  margin-bottom: 0;
}
.lcnews .frow {
  margin-bottom: 60px;
}
.lcnews .frow a {
  font-weight: 600;
  letter-spacing: 0.03em;
}
.lcnews .news-card {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lcnews .news-card {
    margin-bottom: 0;
  }
}

.zitate {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .zitate {
    padding-top: 150px;
  }
}
.zitate h2 {
  z-index: 20;
  position: relative;
}
.zitate .profile-container {
  width: 130px;
  position: relative;
  margin-bottom: 20px;
}
.zitate .profile-container .triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 130px 130px;
  border-color: transparent transparent #ffffff transparent;
}
.zitate .text {
  position: relative;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .zitate .text {
    width: 547px;
    padding-bottom: 164px;
  }
}
.zitate .text .gray {
  color: #B3B3B3;
}
.zitate .text .quoteicon {
  position: absolute;
  right: 0;
  top: 0;
}
.zitate .text .author {
  position: absolute;
  top: 60px;
  left: 100px;
}
.zitate .text p {
  line-height: 32px;
}
.zitate .quotes {
  margin-top: -110px;
}
.zitate .quote {
  position: relative;
}
@media screen and (min-width: 768px) {
  .zitate .quote {
    wheight: 540px;
  }
}
.zitate .quote .container {
  height: 100%;
}
.zitate .main-img {
  position: absolute;
  right: -290px;
  bottom: 0px;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .zitate .main-img {
    right: -160px;
    bottom: 28px;
  }
}
.zitate .main-img .mask {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 104%;
  max-width: 120%;
}
.zitate:after {
  display: block;
  position: absolute;
  background-image: url("assets/img/largev.svg");
  top: 50px;
  right: -110px;
  width: 420px;
  height: 420px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .zitate:after {
    content: "";
  }
}
.zitate .controls {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  width: 90px;
}
.zitate .controls div {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .zitate .controls {
    position: absolute;
    top: -80px;
  }
}

.text-logo {
  padding-bottom: 60px;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .text-logo {
    padding-top: 60px;
  }
}
.text-logo p {
  line-height: 32px;
}
.text-logo .logo {
  max-width: 350px;
}

.downloads .download {
  margin-bottom: 100px;
}
.downloads .preview {
  position: relative;
  border: 2px solid #6ea1b3;
  min-height: 225px;
  margin-bottom: 24px;
}
.downloads .preview.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-fakten {
  padding-bottom: 90px;
  padding-top: 60px;
}
.text-fakten .logo-cont {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .text-fakten .logo-cont {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.text-fakten .logo-cont .logo {
  max-width: 350px;
}
.text-fakten .fakten .fakt {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .text-fakten .fakten .fakt:after {
    content: "";
    border-right: 1px solid #666666;
    position: absolute;
    display: block;
    height: 56px;
    width: 2px;
    top: 23px;
    left: 0;
  }
}
.text-fakten .fakten .fakt:first-child:after {
  content: none;
}
.text-fakten .fakten .head {
  color: #6ea1b3;
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}

.feature-text {
  background: #EDEDED;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .feature-text {
    overflow: visible;
  }
  .feature-text h3:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("assets/img/largev.svg");
    top: -220px;
    left: -490px;
    width: 420px;
    height: 420px;
    background-repeat: no-repeat;
  }
}
.feature-text .text {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .feature-text .img img {
    position: relative;
    left: 150px;
  }
}

.lctext {
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .lctext {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.iconlist {
  background: #EDEDED;
  padding-top: 55px;
  padding-bottom: 0px;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.iconlist h2 {
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .iconlist {
    padding-bottom: 137px;
  }
}
.iconlist .elem {
  margin-bottom: 55px;
  position: relative;
  padding-left: 100px;
}
.iconlist .elem img {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 64px;
}
.iconlist.design-b {
  background: white;
}
.iconlist.design-b .img-container {
  padding: 15px;
  border: 1px solid #707070;
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconlist.design-b p {
  margin-bottom: 40px;
}

.angebote {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .angebote {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.angebote .angebot-header {
  color: white;
  background: #6ea1b3;
  padding: 25px;
}
.angebote .angebot-header p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.angebote ul {
  margin-bottom: 20px;
}
.angebote li {
  padding-left: 20px;
  position: relative;
}
.angebote libefore:before {
  content: "-";
  position: absolute;
  left: 0px;
}
.angebote .angebot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background: #EDEDED;
}
.angebote .angebot p {
  margin: 0;
  text-transform: uppercase;
}
.angebote .angebot:nth-child(odd) {
  background: rgba(179, 179, 179, 0.44);
}
.angebote .angebot .atext {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  font-weight: 300;
  letter-spacing: 0.08em;
  width: 60%;
}
.angebote .angebot .prices {
  text-align: right;
}
.angebote .angebot .preis {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: normal;
  font-weight: 700;
  position: relative;
  display: inline;
}
.angebote .angebot .preis .symbol {
  position: absolute;
  left: -70px;
  font-weight: 400;
  font-size: 20px;
  top: 8px;
}
.angebote .angebot .preisbrutto {
  font-size: 16px;
  opacity: 0.4;
}
.angebote .angebot strong {
  font-weight: 700;
}
.angebote .angebot .sun, .angebote .angebot .moon {
  padding-left: 20px;
  position: relative;
}
.angebote .angebot .sun:before, .angebote .angebot .moon:before {
  background-image: url("assets/img/sun.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
.angebote .angebot .moon:before {
  background-image: url("assets/img/moon.svg");
  background-repeat: no-repeat;
}
.angebote .offer {
  margin-bottom: 20px;
}
.angebote .footer-text {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
  margin-top: 20px;
  letter-spacing: 0.08em;
}

.text-bild {
  overflow: hidden;
}
.text-bild.grau {
  background: #EDEDED;
}
.text-bild .text {
  padding-top: 55px;
  padding-bottom: 40px;
}
.text-bild.white {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .text-bild.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.text-bild .theimage {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .text-bild .theimage {
    padding-top: 0;
  }
}

.lcteam {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lcteam {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.lcteam .tcard {
  position: relative;
  margin-bottom: 30px;
  max-width: 539px;
}
.lcteam .trigger {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
}
.lcteam .trigger img {
  position: relative;
  top: -2px;
}
.lcteam .overlay {
  position: absolute;
  opacity: 0;
  background: #6ea1b3;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  padding: 15px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .lcteam .overlay {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .lcteam .overlay {
    padding-top: 50px;
    padding-left: 10%;
  }
}
.lcteam .overlay:hover {
  opacity: 1;
}
.lcteam .overlay:hover .data {
  opacity: 1;
  visibility: visible;
}
.lcteam .overlay h5 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .lcteam .overlay h5 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.lcteam .overlay h6 {
  color: white;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .lcteam .overlay h6 {
    margin-bottom: 42px;
  }
}
.lcteam .overlay h6:after {
  border-color: white;
}
.lcteam .overlay .data {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .lcteam .overlay .data {
    font-size: inherit;
  }
}
.lcteam .overlay .data a {
  display: block;
}
.lcteam .overlay a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.lcteam .overlay a:visited {
  color: white;
}
.lcteam .overlay a:hover {
  color: white;
  text-decoration: none;
}
.lcteam .overlay a:active {
  color: white;
}
.lcteam .overlay a:focus {
  color: white;
}

.bilder-slider {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .bilder-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.bilder-slider .slider {
  margin: -15px;
}
.bilder-slider .controls {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 90px;
  z-index: 99;
  justify-content: space-between;
  position: relative;
  top: -16px;
}
@media screen and (min-width: 992px) {
  .bilder-slider .controls {
    display: none;
  }
}
.bilder-slider .strong {
  font-weight: 700;
}
.bilder-slider .slide {
  padding: 0px 15px;
}
.bilder-slider img {
  margin-bottom: 30px;
}
.bilder-slider a {
  color: #333333;
}
.bilder-slider a:hover {
  color: #6ea1b3;
}

.history-slider {
  background: #EDEDED;
  overflow: hidden;
}
.history-slider .slider {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .history-slider .slider {
    width: 880px;
    left: 80px;
  }
}
.history-slider .slider .slide {
  width: auto;
  max-width: initial;
  overflow: visible !important;
}
.history-slider .slider .slide img {
  max-width: initial;
}
.history-slider .year {
  color: #6ea1b3;
}
.history-slider .controls.desktop {
  margin-bottom: 20px;
  justify-content: space-between;
  width: 90px;
}
.history-slider .controls.desktop div {
  cursor: pointer;
}
.history-slider .controls.desktop .left {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .history-slider .controls.desktop {
    position: absolute;
    right: 0px;
  }
}

.text-slider-basic .slider {
  color: #6ea1b3;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 40px;
}
.text-slider-basic .slick-dots {
  bottom: -30px;
  width: auto;
}
.text-slider-basic .controls {
  display: flex;
}
.text-slider-basic .controls .dots {
  width: auto;
}
.text-slider-basic .controls .dots ul {
  position: relative;
  bottom: -3px;
  margin-right: 20px;
  margin-left: 20px;
}

.slick-dots li {
  width: auto;
}
.slick-dots li button {
  width: auto;
}
.slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #6ea1b3;
  content: " ";
  border-radius: 100%;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.opening-times {
  padding-bottom: 80px;
}
.opening-times p {
  padding-bottom: 0px;
}
.opening-times .headline {
  background: #EDEDED;
  height: 144px;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.opening-times .headline h2 {
  margin-bottom: 0;
}
.opening-times .headline .icon {
  position: absolute;
  top: -10px;
  left: -100px;
  width: 64px;
  height: 64px;
  background-image: url("assets/img/clock.svg");
  display: block;
  content: "";
}
.opening-times .time {
  margin-bottom: 20px;
  padding-right: 80px;
  min-height: 155px;
}
.opening-times .time p {
  border-bottom: 1px solid #333333;
  min-height: 180px;
  padding-bottom: 10px;
}

.news-items {
  padding-top: 60px;
  padding-bottom: 60px;
}

.news-card img {
  margin-bottom: 20px;
}
.news-card .date {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.news-card a, .download a {
  display: block;
  position: relative;
}
.news-card a .cat, .download a .cat {
  position: absolute;
  top: 0;
  left: 0;
  background: #6ea1b3;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  width: 116px;
  text-align: center;
  padding: 10px 5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.header-row {
  padding-top: 60px;
}

hr {
  border-top: 1px solid #666666;
  margin-top: 0;
  margin-bottom: 30px;
}

.single .lcnews {
  background: #EDEDED;
}

.lcbtext {
  margin-bottom: 40px;
}

.lcbtext2 {
  margin-bottom: 40px;
}

.lcb-bildbanner {
  margin-bottom: 40px;
}

.text ul {
  list-style: none;
  padding-left: 0px;
}
.text ul li:before {
  content: "- ";
}

.lcb-cta {
  padding-bottom: 30px;
}
.lcb-cta .icon-container {
  padding-left: 80px;
  margin-bottom: 40px;
}
.lcb-cta .icon {
  position: absolute;
  left: 15px;
  top: -10px;
  width: 64px;
}

.banner-3-col h6.smaller {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
}
.banner-3-col .col-md-4 {
  margin-bottom: 30px;
}

.kontakt iframe {
  max-width: 100%;
}

.lc-references {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.lc-references h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .lc-references h4 {
    margin-top: 60px;
  }
}
.lc-references .categories {
  background: #6ea1b3;
}
.lc-references .categories .cats {
  min-height: 108px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .lc-references .categories .cats {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .lc-references .categories .cats {
    padding: 0;
  }
}
.lc-references .categories a {
  width: 50%;
  color: black;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0 20px;
  align-items: center;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  height: 60px;
}
.lc-references .categories a:nth-child(odd) {
  border-left: 1px solid white;
}
.lc-references .categories a:nth-last-child(-n+2) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .lc-references .categories a {
    height: 107px;
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: none;
  }
  .lc-references .categories a:nth-child(odd) {
    border-left: none;
  }
  .lc-references .categories a:first-child {
    border-left: 1px solid white;
  }
}
.lc-references .categories a.active {
  color: white;
}
@media screen and (min-width: 768px) {
  .lc-references .categories a.active:after {
    position: relative;
    display: block;
    background-image: url("assets/img/activecat.svg");
    width: 17px;
    height: 14px;
    content: "";
    margin-top: 10px;
  }
}
.lc-references .wrapper {
  background: #EDEDED;
  padding-top: 60px;
  min-height: 680px;
}
@media screen and (min-width: 992px) {
  .lc-references .wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .lc-references .wrapper .image {
    position: absolute;
    top: -60px;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .lc-references .wrapper .image img {
    width: 880px;
    height: 680px;
    max-width: initial;
  }
}
@media screen and (min-width: 992px) {
  .lc-references .wrapper .slider-wrapper {
    position: absolute;
    top: -60px;
    left: 0;
  }
}
.lc-references .wrapper .data {
  display: flex;
  flex-wrap: wrap;
  max-width: 546px;
  margin-bottom: 20px;
}
.lc-references .wrapper .data .part {
  width: 100%;
  padding: 10px 0px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .lc-references .wrapper .data .part {
    width: 50%;
  }
}
.lc-references .wrapper .data .part hr {
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #333333;
}
.lc-references .wrapper .data .part .title {
  font-weight: 700;
}
.lc-references .wrapper:nth-child(even) {
  background: white;
}
.lc-references .wrapper:nth-child(even) .image {
  top: -60px;
  left: auto;
  right: 0;
}

.lcservices {
  padding-top: 60px;
  padding-bottom: 60px;
}
.lcservices .scard {
  position: relative;
  height: 331px;
  color: white;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
.lcservices .scard img.background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.lcservices .scard .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lcservices .scard .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.lcservices .scard .text {
  position: relative;
}
.lcservices .scard .text .title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
  font-weight: 700;
}
.lcservices .scard .text p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
}
.lcservices .scard .text a {
  color: white;
  transition: color 0.1s linear;
  text-decoration: none;
}
.lcservices .scard .text a:visited {
  color: white;
}
.lcservices .scard .text a:hover {
  color: white;
  text-decoration: none;
}
.lcservices .scard .text a:active {
  color: white;
}
.lcservices .scard .text a:focus {
  color: white;
}
.lcservices .line {
  height: 10px;
  width: 100%;
  background: #6ea1b3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lcservices .scard.noimage {
  background: #6ea1b3;
}
.lcservices .scard.noimage .line, .lcservices .scard.noimage .overlay {
  display: none;
}
.lcservices .scard.noimage .text {
  margin-bottom: 40px;
}

.downloads-accordion {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .downloads-accordion {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.downloads-accordion .name {
  font-weight: 700;
  transition: all 0.2s linear;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: normal;
}
.downloads-accordion .name a {
  color: #333333;
}
.downloads-accordion .name a:hover {
  color: #6ea1b3;
}
.downloads-accordion .drop {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  color: #6ea1b3;
  font-weight: 700;
}
.downloads-accordion .drop a {
  display: flex;
  padding-left: 30px;
  margin-bottom: 24px;
}
.downloads-accordion .drop a .download-icon {
  margin-right: 20px;
}
.downloads-accordion .drop p a {
  display: inline;
  padding: 0;
  margin: 0;
}
.downloads-accordion .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.downloads-accordion .main .right {
  display: flex;
}
.downloads-accordion .main.active {
  color: #6ea1b3;
}
.downloads-accordion .main.active .trirightblue {
  transform: rotate(90deg);
}
.downloads-accordion .drop {
  display: none;
}
.downloads-accordion .drop.active {
  display: flex;
}
.downloads-accordion hr {
  margin-bottom: 18px;
  margin-top: 18px;
}
.downloads-accordion .size {
  color: #6ea1b3;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  margin-right: 20px;
}
.downloads-accordion .download-icon {
  width: 19px;
  height: 19px;
  content: "";
  background-image: url("assets/img/downloadblue.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

.normal-accordion .drop {
  font-weight: inherit;
  color: inherit;
}
.normal-accordion .drop ul {
  list-style: initial;
  padding: initial;
  margin: initial;
  margin-left: 40px;
}
.page-id-592 .lcteam {
  margin-top: -40px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  padding: 0 6px;
}

.lc-bilder-galerie {
  padding-top: 80px;
  padding-bottom: 80px;
}
.lc-bilder-galerie .arrows {
  position: relative;
  width: 100%;
  justify-content: space-between;
  display: none;
}
@media screen and (min-width: 768px) {
  .lc-bilder-galerie .arrows {
    position: absolute;
    top: 49%;
    width: 100%;
    display: block;
  }
  .lc-bilder-galerie .arrows .prev {
    left: 0;
  }
  .lc-bilder-galerie .arrows .next {
    right: 0;
  }
}
.lc-bilder-galerie .arrows .prev, .lc-bilder-galerie .arrows .next {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/img/trirightblue.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -66px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 768px) {
  .lc-bilder-galerie .arrows .prev, .lc-bilder-galerie .arrows .next {
    display: block;
  }
}
.lc-bilder-galerie .arrows .next {
  position: absolute;
  left: auto;
  right: -35px;
}
.lc-bilder-galerie .arrows .prev {
  transform: rotate(180deg);
}
.lc-bilder-galerie .slide {
  height: 486px;
  display: flex;
  align-items: center;
  position: relative;
}
.lc-bilder-galerie .preview {
  position: absolute;
  width: 50%;
  height: 360px;
  top: 50%;
  transform: translateY(-50%);
}
.lc-bilder-galerie .preview.right {
  right: 0;
}
.lc-bilder-galerie .preview .bg-image {
  width: 100%;
  height: 100%;
}
.lc-bilder-galerie .preview .blocker {
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.lc-bilder-galerie .main {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 730px;
  height: 486px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.lc-bilder-galerie .main img {
  max-height: 100%;
}

.searchform {
  margin-bottom: 30px;
}
.searchform input {
  height: 40px;
}
.searchform input[type=submit] {
  background: #6ea1b3;
  color: white;
  border: none;
}

.lcformular {
  margin-bottom: 80px;
}
.lcformular input, .lcformular textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
.lcformular input[type=submit], .lcformular .button {
  background: #6ea1b3;
  display: inline-block;
  font-weight: 600;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: auto;
  padding: 10px 20px;
}
.lcformular textarea {
  height: 200px;
}
.lcformular .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: relative;
  top: -20px;
}

.anlagenadresse span.wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
  clear: both;
  float: none;
  top: -32px;
  left: 30px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0px;
}

.lcglasfaser .head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .head {
    min-height: 624px;
  }
}
.lcglasfaser .head .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.lcglasfaser .head .container {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .head .container {
    padding-top: 150px;
  }
}
.lcglasfaser .tabs .navi {
  background: white;
  color: #6ea1b3;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .tabs .navi {
    background: #6ea1b3;
    color: white;
  }
}
.lcglasfaser .tabs .navi .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .tabs .navi .container {
    flex-direction: row;
  }
}
.lcglasfaser .tabs .navi .headline {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: normal;
  font-weight: 700;
}
.lcglasfaser .tabs .navi .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  display: none;
}
.lcglasfaser .tabs .navi .tab {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #6ea1b3;
  border-radius: 7px;
}
.lcglasfaser .tabs .navi .tab.active {
  border: 3px solid #6ea1b3;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .tabs .navi .tab {
    width: 20%;
    margin-top: 32px;
    margin-bottom: 32px;
    border: none;
  }
  .lcglasfaser .tabs .navi .tab:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 56px;
    border-right: 1px solid white;
    right: 0px;
    top: 14px;
  }
  .lcglasfaser .tabs .navi .tab.active .arrow {
    display: block;
  }
}
.lcglasfaser .tabs .tab-container .tab {
  padding-top: 40px;
  padding-bottom: 50px;
  display: none;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .tabs .tab-container .tab {
    padding-top: 82px;
    padding-bottom: 144px;
  }
}
.lcglasfaser .tabs .tab-container .tab .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .lcglasfaser .tabs .tab-container .tab .bar {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: normal;
  }
}
.lcglasfaser .tabs .tab-container .tab .bar .prog {
  flex-grow: 1;
  margin-right: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #6ea1b3;
  position: relative;
  max-width: 86%;
}
.lcglasfaser .tabs .tab-container .tab .bar .prog .text {
  font-weight: 700;
  padding-left: 20px;
  color: white;
}
.lcglasfaser .tabs .tab-container .tab .bar .prog .animation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #6ea1b3;
  z-index: -1;
}

.calltoaction {
  background: #6ea1b3;
  padding-top: 40px;
  padding-bottom: 10px;
  color: white;
}
.calltoaction a {
  color: #fff;
  transition: color 0.1s linear;
  text-decoration: underline;
}
.calltoaction a:visited {
  color: #fff;
}
.calltoaction a:hover {
  color: #fff;
  text-decoration: underline;
}
.calltoaction a:active {
  color: #fff;
}
.calltoaction a:focus {
  color: #fff;
}

.lcteam.design-b a {
  color: #000;
  transition: color 0.1s linear;
  text-decoration: none;
}
.lcteam.design-b a:visited {
  color: #000;
}
.lcteam.design-b a:hover {
  color: #000;
  text-decoration: none;
}
.lcteam.design-b a:active {
  color: #000;
}
.lcteam.design-b a:focus {
  color: #000;
}
.lcteam.design-b a {
  display: block;
  margin-bottom: 5px;
}

.lc-bild {
  background: #EDEDED;
  padding: 90px 0px;
}

.schritte {
  padding: 90px 0px;
  overflow: hidden;
}
.schritte .graphic {
  position: absolute;
  right: -490px;
  top: 80px;
}
.schritte h3 {
  max-width: 420px;
  margin-bottom: 30px;
}
.schritte .step-container .step {
  position: relative;
  border-bottom: 1px solid #6ea1b3;
}
@media screen and (min-width: 768px) {
  .schritte .step-container .step {
    padding-right: 60px;
    max-width: 760px;
    padding-top: 68px;
    padding-bottom: 40px;
  }
}
.schritte .number {
  font-size: 96px;
  font-size: 6rem;
  letter-spacing: normal;
  padding-right: 20px;
  color: #6ea1b3;
  font-weight: 700;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .schritte .number {
    position: absolute;
    top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .schritte .text {
    padding-left: 160px;
  }
}
.schritte .text .headline {
  color: #6ea1b3;
  font-weight: 700;
}

.page-id-8331 .lcformular {
  padding-top: 60px;
}
.page-id-8331 h4 {
  color: #6ea1b3;
  margin-bottom: 20px;
}
.page-id-8331 hr {
  border-top: 1px solid #6ea1b3;
  margin-top: 0;
  margin-bottom: 30px;
}

.glasfaser-abfrage, .stromnetz-abfrage {
  padding: 40px 0px;
}
.glasfaser-abfrage select, .stromnetz-abfrage select {
  width: 100%;
}
.glasfaser-abfrage .form, .stromnetz-abfrage .form {
  padding-bottom: 40px;
}
.glasfaser-abfrage .message, .stromnetz-abfrage .message {
  padding: 40px;
  text-align: center;
  background: #7cb25e;
  margin-bottom: 30px;
  border-radius: 10px;
  color: white;
  display: none;
  position: relative;
}
.glasfaser-abfrage .message a, .stromnetz-abfrage .message a {
  color: white;
}
.glasfaser-abfrage .message a:hover, .stromnetz-abfrage .message a:hover {
  text-decoration: underline;
}
.glasfaser-abfrage .message .bau, .stromnetz-abfrage .message .bau {
  text-align: left;
  position: absolute;
  top: -32px;
  color: black;
  left: 0;
}

.interactive_preisentwicklung {
  padding: 80px 0;
}
.interactive_preisentwicklung h3 {
  text-align: center;
  margin-bottom: 30px;
}

.e-tankstellen {
  padding: 40px 0;
}
@media screen and (max-width: 575px) {
  .e-tankstellen h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#banner_stoerung {
  display: none;
  position: relative;
  z-index: 1;
  top: 0;
  background-color: #333333;
}
#banner_stoerung .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6ea1b3;
  padding-bottom: 22px;
}
#banner_stoerung .top .leftSide {
  display: flex;
  gap: 7px;
  font-weight: 700;
  font-size: 18px;
  color: #6ea1b3;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 20px;
}
#banner_stoerung .top .rightSide {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 18px;
}
#banner_stoerung .bottom {
  padding-top: 18px;
  display: flex;
  gap: 62px;
}
#banner_stoerung .bottom .img {
  width: 16px;
}
#banner_stoerung .bottom img {
  height: 16px;
  width: auto;
}
#banner_stoerung .bottom h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
#banner_stoerung .bottom span {
  font-size: 14px;
  line-height: 22px;
}
#banner_stoerung .bottom .firstFlex,
#banner_stoerung .bottom .secondFlex,
#banner_stoerung .bottom .thirdFlex {
  display: flex;
  gap: 6px;
}
#banner_stoerung .bottom .firstFlex h5,
#banner_stoerung .bottom .secondFlex h5,
#banner_stoerung .bottom .thirdFlex h5 {
  padding-top: 4px;
}

.page-id-3577 .lcteam .trigger {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #6ea1b3;
  cursor: pointer;
}
.page-id-3577 .lcteam .trigger:before {
  width: 20px;
  height: 20px;
  background-image: url("assets/img/trirightblue.svg");
  display: inline-block;
  position: relative;
  content: "";
  background-repeat: no-repeat;
  top: 5px;
}
.page-id-3577 .lcteam .trigger img {
  display: none;
}

.formpart .hinweis {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
}
.formpart .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-top: -10px;
  padding-bottom: 15px;
}
.formpart.grau {
  background-color: #ededed;
  padding: 25px;
  margin-bottom: 20px;
}
.formpart h3 {
  text-align: center;
}
.formpart .bold {
  font-weight: bolder;
}
.formpart .formtiny,
.formpart .forminfo {
  font-size: 15px;
  line-height: 20px;
}
.formpart label {
  margin: 0;
  height: 20px;
  color: #000000;
  font-size: 22px;
}
.formpart input {
  margin-bottom: 20px;
  border: #d5d5d5;
  width: 100%;
  padding: 0 15px;
}
.formpart .wpcf7-radio input,
.formpart .wpcf7-checkbox input,
.formpart .wpcf7-acceptance input {
  width: unset;
  margin-bottom: 0;
}
.formpart .wpcf7-radio {
  font-size: 15px;
}
.formpart select {
  margin-bottom: 20px;
  width: 100%;
  padding: 0 15px;
  height: 32px;
  outline: none;
  border: none;
}
.formpart .wpcf7-list-item {
  margin: 0;
  height: 20px;
  line-height: 26px;
  width: 100%;
}
.formpart input:active, .formpart input:focus {
  outline: none;
}
.formpart .pbottom {
  padding-bottom: 40px;
}
.formpart .pbottomsml {
  padding-bottom: 15px;
}
.formpart .nextBTN {
  color: #6ea1b3;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.formpart .backBTN {
  color: #6ea1b3;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.formpart .backBTN:before {
  content: "";
  background-image: url(//www.stadtwerke-hartberg.at/wp-content/themes/rubikon/assets/img/trirightblue.svg);
  margin-right: 5px;
  width: 20px;
  position: relative;
  display: inline-block;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}
.formpart .nextBTN:after {
  content: "";
  background-image: url(//www.stadtwerke-hartberg.at/wp-content/themes/rubikon/assets/img/trirightblue.svg);
  margin-left: 5px;
  width: 20px;
  position: relative;
  display: inline-block;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  transition: all 0.2s linear;
}
.formpart .buttonrow {
  padding-top: 30px;
  display: inline-flex;
  width: 100%;
}
.formpart .nextBTN {
  float: right;
  margin: auto;
  margin-right: 0;
}
.formpart .wpcf7-checkbox {
  font-size: 15px;
  margin-left: 5px;
}
.formpart .datainput {
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5px;
  height: 30px;
  display: block;
}

@media (min-width: 600px) {
  .formpart input {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .formpart select {
    max-width: 400px;
  }
  .formpart .wpcf7-list-item {
    width: 80%;
  }
}
.ui-widget-header .ui-icon {
  content: url(/wp-content/themes/rubikon/assets/img/trirightblue.svg);
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-prev span {
  transform: rotate(180deg);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}

.formpart .plsfillout1,
.formpart .plsfillout2,
.formpart .plsfillout3 {
  display: none;
  color: red;
  font-weight: bold;
  text-align: right;
}
.formpart #ibannummer,
.formpart #vertragform,
.formpart #anlagennummer {
  height: 34px;
  border: none;
}
.formpart .dataoutput {
  font-weight: 100;
  float: right;
  text-align: right;
}
.formpart .wpcf7-submit {
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #6ea1b3;
  cursor: pointer;
}

.formpart2,
.formpart3,
.formpart4,
.formpart5 {
  display: none;
}

.formpart .emailinput,
.formpart .birthdayinput {
  display: none;
  color: red;
  font-size: 15px;
  margin-top: -25px;
}
.formpart #formvariante1,
.formpart #formvariante2 {
  display: none;
}
.formpart #checkinput {
  position: absolute;
  color: red;
  font-weight: bold;
  font-size: 13px;
  bottom: 30px;
  right: 25px;
  padding: 0 5px;
  border: 1px solid;
  display: none;
}

#ibannummer {
  display: none;
}

.placeholdertext {
  font-size: 12px;
  background-color: #ffffff;
  padding: 2px;
  margin-left: 30px;
  color: #6ea1b3;
  position: absolute;
  top: -15px;
  z-index: 99;
  display: none;
}

.formblock .wpcf7-not-valid-tip {
  font-size: 13px;
}
.formblock .wpcf7-submit {
  cursor: pointer;
}
.formblock .relative {
  position: relative;
}
.formblock input {
  font-size: 14px;
  height: 50px;
}
.formblock .form100 {
  width: 100%;
  float: left;
}
.formblock .form100 input {
  width: 98%;
}
.formblock .form75 {
  width: 75%;
  float: left;
}
.formblock .form75 input {
  width: 98%;
}
.formblock .form50 {
  width: 50%;
  float: left;
}
.formblock .form50 input {
  width: 96%;
}
.formblock .form25 {
  width: 25%;
  float: left;
}
.formblock .form25 input {
  width: 92%;
}
.formblock .wpcf7-list-item input {
  height: 15px;
  width: -moz-max-content;
  width: max-content;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.formblock .wpcf7-list-item label {
  font-weight: unset;
}
.formblock label {
  font-weight: bold;
}
.formblock .fullformblock {
  display: inline-grid;
  font-size: 15px;
}
.formblock .fullformblock .wpcf7-list-item {
  margin: 0;
  display: grid;
}
.formblock .dsvgo {
  font-size: 12px;
}
.formblock .dsvgo .wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .formblock .form25 {
    width: 100%;
  }
  .formblock .form25 input {
    width: 100%;
  }
  .formblock .form50 {
    width: 100%;
  }
  .formblock .form50 input {
    width: 100%;
  }
  .formblock .form75 {
    width: 100%;
  }
  .formblock .form75 input {
    width: 100%;
  }
  .formblock .form100 input {
    width: 100%;
  }
  .formblock .dsvgo .wpcf7-list-item input {
    width: -moz-max-content;
    width: max-content;
  }
  .formblock .wpcf7-list-item input {
    width: -moz-max-content;
    width: max-content;
  }
}
.page-id-8203 .iconlist {
  padding-top: 94px;
  padding-bottom: 44px;
  -webkit-hyphens: none;
          hyphens: none;
}
.page-id-8203 .iconlist h6 {
  display: none;
}
.page-id-8203 .iconlist h2 {
  font-size: 24px;
  max-width: 380px;
  word-break: break-word;
  word-wrap: unset;
  min-height: 70px;
  margin-bottom: 10px;
}
.page-id-8203 .iconlist .elem {
  padding-left: 15px;
  padding-top: 70px;
}
@media screen and (min-width: 992px) {
  .page-id-8203 .iconlist .elem {
    padding-right: 120px;
  }
}
.page-id-8203 .iconlist .elem img {
  left: 15px;
}
.page-id-8203 .iconlist .elem p.lh32 {
  background: #6ea1b3;
  content: "";
  width: 100%;
  height: 10px;
  padding-right: 100px;
}

@media screen and (max-width: 575px) {
  .filter-wrapper {
    padding-left: 5px;
  }
}/*# sourceMappingURL=style_stadtwerke.css.map */