@charset "UTF-8";
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.wd-collapse > [data-toggle=collapse] {
  color: #2E2E2D;
  background: #cecece;
  font-size: 1rem;
  font-weight: 400;
}
.wd-collapse > [data-toggle=collapse] .wd-small {
  font-size: 0.75rem;
}
.wd-collapse > [data-toggle=collapse] img {
  width: 32px;
  height: 32px;
  transition: opacity 0.2s, transform 0.2s;
}
.wd-collapse > [data-toggle=collapse] .wd-collapse-angle {
  transition: transform 0.2s;
}
.wd-collapse > [data-toggle=collapse][aria-expanded=true] .wd-collapse-angle {
  transform: rotate(-180deg);
}
.wd-collapse > [data-toggle=collapse][aria-expanded=true] img {
  opacity: 0;
  transform: scale(0);
}

.text-gray-light {
  color: #707070;
}

html.disable-scroll {
  overflow: hidden;
}

#page-start {
  max-width: 2560px;
  margin: auto;
}

body [data-icon] {
  opacity: 1;
}

a {
  color: #AE002A;
  transition: color 0.1s;
  word-break: break-word;
}
a:focus, a:hover {
  color: #AE002A;
  text-decoration: none;
}

.wd-color-gray {
  color: #efedeb;
}

.wd-color-blue-light {
  color: #E1585F;
}

.wd-color-blue {
  color: #9C253F;
}

.wd-color-green {
  color: #AE002A !important;
}

.frame-wd-color-white {
  background-color: #fff;
}

.frame-wd-color-gray {
  background-color: #efedeb;
}

.frame-wd-color-blue-light {
  background-color: #AE002A;
}
.frame-wd-color-blue-light hr {
  background: white;
}

.frame-wd-color-blue {
  background-color: #9C253F;
}
.frame-wd-color-blue hr, .frame-wd-color-blue hr.ce-div {
  background: white;
}

.frame-type-uploads {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
}
.frame-type-uploads .ce-uploads li {
  margin: 0;
}

.bg-wd-blue {
  background-color: #AE002A;
  color: white !important;
}

.image-embed-item {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: 0;
}

.btn-fluid {
  width: 100%;
}

.btn-modern {
  font-size: 0.6em;
}

.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  background-color: #9C253F;
  border: 1px solid #fff;
  color: #fff;
}

.btn-blue-dark {
  background-color: #9C253F;
  color: #fff;
}
.btn-blue-dark:hover {
  background-color: #fff;
  border: 1px solid #9C253F;
  color: #9C253F;
}

.text-color-blue-dark {
  color: #9C253F;
}

.bg-color-blue-card {
  background-color: #E1585F;
}

.wd-color-primary {
  color: #AE002A;
}

.word-rotator-words {
  margin-left: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #AE002A !important;
}
.word-rotator-words b {
  font-weight: normal !important;
}

.home-concept strong {
  color: #AE002A;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.home-concept .our-work {
  font-size: 30px;
  line-height: 36px;
}

.text-underline {
  border-bottom: 1px solid #fff;
}

/*
span.word-rotator-words {
  transform: skewX(-20deg);
}
*/
.ce-headline-center {
  text-align: center;
}

.ce-center {
  text-align: center;
}

/* SPACING ELEMENTS */
.frame-space-before-wd-small {
  padding-top: 24px;
}
.frame-space-before-wd-small.frame-type-header {
  margin-top: 0;
}

.frame-space-after-wd-small {
  padding-bottom: 24px;
}

.frame-space-before-wd-medium {
  padding-top: 70px;
}
.frame-space-before-wd-medium.frame-type-header {
  margin-top: 0;
}

.frame-space-after-wd-medium {
  padding-bottom: 70px;
}

.frame-space-before-wd-large {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .frame-space-before-wd-large {
    padding-top: 120px;
  }
}
.frame-space-before-wd-large.frame-type-header {
  margin-top: 0;
}

.frame-space-after-wd-large {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .frame-space-after-wd-large {
    padding-bottom: 120px;
  }
}

/* ANGLE ELEMENTS */
.section-angled-top {
  position: relative;
}
.section-angled-top::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 12px;
  background: #fff;
  transform: skewY(2deg) translateY(-50%);
  content: "";
}
.section-angled-top.section-angled-top-left::before {
  transform: skewY(-2deg) translateY(-50%);
}
.section-angled-top.frame-wd-color-gray::before {
  background: #efedeb;
}
.section-angled-top.frame-wd-color-blue::before {
  background: #9C253F;
}
.section-angled-top.frame-wd-color-blue-light::before {
  background: #AE002A;
}

.section-angled-bottom {
  position: relative;
}
.section-angled-bottom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 12px;
  background: #fff;
  transform: skewY(2deg) translateY(50%);
  z-index: 1;
  content: "";
}
.section-angled-bottom.section-angled-bottom-left::after {
  transform: skewY(-2deg) translateY(50%);
}
.section-angled-bottom.frame-wd-color-gray::after {
  background: #efedeb;
}
.section-angled-bottom.frame-wd-color-blue::after {
  background: #9C253F;
}
.section-angled-bottom.frame-wd-color-blue-light::after {
  background: #AE002A;
}

@media (min-width: 768px) {
  .section-angled-top::before {
    padding: 15px;
  }
  .section-angled-bottom::after {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .section-angled-top::before {
    padding: 20px;
  }
  .section-angled-bottom::after {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .section-angled-top::before {
    padding: 35px;
  }
  .section-angled-bottom::after {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .section-angled-top::before {
    padding: 35px;
    transform: skewY(1.5deg) translateY(-50%);
  }
  .section-angled-top.section-angled-top-left::before {
    transform: skewY(-1.5deg) translateY(-50%);
  }
  .section-angled-bottom::after {
    padding: 35px;
    transform: skewY(1.5deg) translateY(50%);
  }
  .section-angled-bottom.section-angled-bottom-left::after {
    transform: skewY(-1.5deg) translateY(50%);
  }
}
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
  display: none;
}

.owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  height: 10px;
  width: 10px;
  transition: 0.2s;
  background-color: #AE002A;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 20px;
}

.home-concept {
  background-size: 100% auto;
}

.lead {
  letter-spacing: 0;
}

.text-large-contact {
  font-size: 26px;
  line-height: 34px;
}

@media (min-width: 768px) {
  .text-large-contact {
    font-size: 30px;
    line-height: 36px;
  }
}
.vacancies {
  margin-bottom: 50px;
  margin-top: 30px;
}
.vacancies .col-lg-4 {
  margin-bottom: 70px;
}
.vacancies .card {
  background-color: #efedeb;
}
.vacancies .card::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  z-index: 0;
  height: 25px;
  background: #efedeb;
  content: "";
  transform: skewY(-4deg);
}
.vacancies .card .wd-card-title-small {
  font-size: 20px;
  font-weight: bold;
}
.vacancies .card-body {
  padding-bottom: 0.5rem;
}
.vacancies .card-body .arrow-right {
  font-size: 16px;
}
.vacancies .card-body .card-text {
  display: flex;
  align-items: center;
}
.vacancies .card-body .card-text .time {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 15px;
  background-image: url(../../Public/Images/time.png);
  background-position: center;
  background-size: cover;
}
.vacancies .angled-border {
  border-left: 350px solid #efedeb;
  border-bottom: 20px solid transparent;
}
@media (max-width: 991.98px) {
  .vacancies .card::after {
    height: 40px !important;
    transform: skewY(-3deg) !important;
    bottom: -20px !important;
  }
}
@media (max-width: 767.98px) {
  .vacancies .card::after {
    height: 40px !important;
    transform: skewY(-3deg) !important;
    bottom: -25px !important;
  }
}
@media (max-width: 575.98px) {
  .vacancies .card::after {
    height: 40px !important;
    transform: skewY(-2deg) !important;
    bottom: -28px !important;
  }
}

@font-face {
  font-family: "Cairo";
  src: url("../Fonts/Cairo/Cairo-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Cairo";
  src: url("../Fonts/Cairo/Cairo-SemiBold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Cairo";
  src: url("../Fonts/Cairo/Cairo-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
body {
  color: #2E2E2D;
  font-size: 20px;
  line-height: 28px;
}

p {
  color: #2E2E2D;
  line-height: 28px;
}

li {
  line-height: 28px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
}

.img-thumbnail img {
  border-radius: 0;
}

.wd-link {
  font-size: 17px;
  line-height: 25px;
}

.wd-small {
  font-size: 15px;
  line-height: 20px;
}

.wd-headline {
  color: #AE002A;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  text-align: center;
}

.wd-title, .wd-title p {
  margin-bottom: 24px;
  color: #AE002A;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .wd-title, .wd-title p {
    font-size: 33px;
  }
}
.wd-title.ce-headline-left {
  text-align: left;
}
.wd-title.ce-headline-right {
  text-align: right;
}

.wd-highlight {
  font-size: 26px;
  line-height: 34px;
}

.wd-subtitle {
  color: #707070;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .wd-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.wd-card-title {
  color: #707070;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .wd-card-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.frame-wd-color-blue .wd-card-title {
  color: #fff;
}
.frame-wd-color-blue .text-nowrap {
  color: #fff;
}
.frame-wd-color-blue .ce-uploads-fileName {
  color: #6ea1cf;
}

.wd-card-title-small {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  min-height: 70px;
}
@media (max-width: 767.98px) {
  .wd-card-title-small {
    font-size: 20px;
    line-height: 28px;
  }
}

.wd-inline-header {
  font-size: 24px;
  color: #AE002A;
}

.frame-wd-color-blue p,
.frame-wd-color-blue .ce-bodytext,
.frame-wd-color-blue .ce-bullets,
.frame-wd-color-blue .text-gray-light,
.frame-wd-color-blue .wd-headline,
.frame-wd-color-blue .wd-title,
.frame-wd-color-blue .wd-subtitle,
.frame-wd-color-blue .wd-highlight,
.frame-wd-color-blue-light p,
.frame-wd-color-blue-light .ce-bodytext,
.frame-wd-color-blue-light .ce-bullets,
.frame-wd-color-blue-light .text-gray-light,
.frame-wd-color-blue-light .wd-headline,
.frame-wd-color-blue-light .wd-title,
.frame-wd-color-blue-light .wd-subtitle,
.frame-wd-color-blue-light .wd-highlight {
  color: #fff;
}
.frame-wd-color-blue svg path,
.frame-wd-color-blue-light svg path {
  fill: white;
}

/*
  TODO: - set Icons with classes, that will be defined in backend from "moderator"
  first solution is to do this with ::after (set classes like ".testclass::after")
  */
.new-btn-primary {
  padding: 0.4em 30px;
  background-color: #9C253F;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  box-shadow: 8px 8px #afca0b;
  z-index: 2;
}
.new-btn-primary:hover, .new-btn-primary:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
  background-color: #afca0b;
  color: white;
}
.new-btn-primary.wht {
  color: #9C253F;
  background-color: #fff;
}
.new-btn-primary.wht:hover {
  color: #fff;
  background-color: #AE002A;
}

.btn-primary {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  color: #fff;
  background-color: #9C253F;
  border-color: #9C253F;
  font-weight: 400;
  font-size: 20px;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #AE002A;
  border-color: #AE002A;
}
.btn-primary:active {
  color: #fff;
}

.btn-secondary {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  color: #AE002A;
  background-color: #fff;
  border-color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #9C253F;
  background-color: #AE002A;
  border-color: #AE002A;
}
.btn-secondary:active {
  color: #9C253F;
}

.btn-wd-small {
  font-size: 17px;
}

.btn-wd-blue {
  background-color: #AE002A;
  border-color: #AE002A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px !important;
}

.mobile-menu-opened .header-body {
  position: fixed !important;
}

#header {
  background-color: #efedeb;
}
@media (min-width: 992px) {
  #header .container {
    position: static;
  }
}
#header .header-btn-collapse-nav {
  background: #AE002A;
}
#header .header-nav-main nav > ul > li > a {
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 15px;
  }
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
  width: 15px;
}
@media (max-width: 991.98px) {
  #header .header-nav.header-nav-line nav > ul > li > .dropdown-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #header .header-nav.header-nav-line nav > ul > li > .dropdown-menu {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05);
  }
}
#header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu {
  left: 0;
  right: 0;
}
#header .header-nav.header-nav-line nav > ul > li.has-mega-content > a::after {
  position: absolute;
  top: 50%;
  right: 100%;
  left: 15px;
  bottom: 0;
  display: block;
  margin-top: 16.5px;
  margin-left: 0;
  background: #fff;
  border: none !important;
  z-index: 1001;
  opacity: 0;
  transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
  content: "";
}
#header .header-nav.header-nav-line nav > ul > li.open > a::after {
  opacity: 1;
  right: 15px;
}
#header .header-nav.header-nav-line nav > ul > li > a:before,
#header .header-nav.header-nav-line nav > ul > li:hover > a:before {
  transform: translateY(-1px) !important;
}
@media (min-width: 992px) {
  #header .header-nav.header-nav-line nav > ul li.open > a, #header .header-nav.header-nav-line nav > ul li:not(.has-mega-content):hover > a,
  #header .header-nav.header-nav-line nav > ul li a.active {
    color: #fff;
  }
  #header .header-nav.header-nav-line nav > ul li.open > a::before, #header .header-nav.header-nav-line nav > ul li:not(.has-mega-content):hover > a::before,
  #header .header-nav.header-nav-line nav > ul li a.active::before {
    background-color: #AE002A;
  }
}
#header > .header-body {
  background-color: #efedeb;
  width: 100vw;
}
@media (min-width: 992px) {
  #header > .header-body {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important;
  }
}

@media (max-width: 991.98px) {
  .header-nav-main > .collapse,
  .header-nav-main > .collapsing {
    max-height: calc(100vh - 100px) !important;
  }
  .header-nav-main > .collapse > ul.nav,
  .header-nav-main > .collapsing > ul.nav {
    min-height: calc(100vh - 100px) !important;
  }
}

@media (max-width: 991.98px) {
  .sticky-header-active .header-nav-main > .collapse,
  .sticky-header-active .header-nav-main > .collapsing {
    max-height: calc(100vh - 70px) !important;
  }
  .sticky-header-active .header-nav-main > .collapse > ul.nav,
  .sticky-header-active .header-nav-main > .collapsing > ul.nav {
    min-height: calc(100vh - 70px) !important;
  }
}

.header-nav-fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.header-nav-fade.show {
  opacity: 1;
}

@media (max-width: 991.98px) {
  #header .header-nav-main nav > ul li a {
    font-size: 15px;
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #2E2E2D;
  }
}
@media (min-width: 992px) {
  .stencil-menu-item,
  .pages-menu-item,
  .page-areas-menu-item,
  .product-branch-menu-item,
  .news-menu-item {
    color: #707070;
  }
  .stencil-menu-item .title,
  .pages-menu-item .title,
  .page-areas-menu-item .title,
  .news-menu-item .title {
    text-transform: uppercase;
  }
  .stencil-menu-item .title {
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.1s;
  }
  .pages-menu-item .title,
  .page-areas-menu-item .title,
  .news-menu-item .title {
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cecece;
  }
  .stencil-menu-item:hover,
  .product-menu-item:hover {
    color: #AE002A;
  }
  .stencil-menu-item:hover .title {
    border-color: #AE002A;
  }
  .product-menu-item .product-menu-item-description-title {
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.1s;
  }
  .product-menu-item:hover .product-menu-item-description-title {
    border-bottom-color: #AE002A;
  }
  .stencil-menu-item,
  .product-menu-item {
    cursor: pointer;
  }
  .product-branch-menu-item > hr:first-of-type {
    background: #a3a3a3;
  }
  .product-branch-menu-item > .title {
    font-weight: 400;
    text-transform: uppercase;
  }
  .product-menu-item {
    transition: filter 0.2s;
    font-weight: 400;
  }
  .product-menu-item small {
    font-size: 80%;
    font-weight: 400;
  }
  .product-menu-item .title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
  }
  .product-menu-item:not(:hover) {
    filter: grayscale(1);
  }
  .news-menu-item .news-menu-item-link {
    color: #2E2E2D;
  }
  .news-menu-item .title {
    margin-bottom: 5px;
  }
  .news-menu-item .news-menu-item-link {
    border-bottom: 1px solid transparent;
  }
  .news-menu-item .news-menu-item-link:hover {
    color: #AE002A;
    border-bottom-color: #AE002A;
  }
}
.dynamic-content-menu-item {
  margin-top: 25px;
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0px 6px 4px -4px rgba(0, 0, 0, 0.2);
}
.dynamic-content-menu-item .text {
  padding: 16px 16px 1px 16px;
}

#header.wd-header-type .header-logo {
  display: flex;
  z-index: 3;
  margin: 0;
}
#header.wd-header-type .header-logo.fixed {
  animation: fadeInMobileHeaderLogo 0.32s ease forwards;
  position: fixed;
}
@keyframes fadeInMobileHeaderLogo {
  from {
    opacity: 0;
    transform: translateX(60%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#header.wd-header-type .header-unit-page-text {
  line-height: 20px;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 38px;
  color: #2E2E2D;
  border-left: 2px solid #2E2E2D;
}
@media (min-width: 768px) {
  #header.wd-header-type .header-unit-page-text {
    margin-top: 13px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 1;
  }
}
#header.wd-header-type .header-btn-collapse-nav {
  position: fixed;
  z-index: 3;
  top: 15px;
  right: 15px;
  padding: 10px;
  background-color: #AE002A;
  border-radius: 100px;
}
#header.wd-header-type .header-btn-collapse-nav svg {
  display: block;
  width: 20px;
  height: 20px;
}

.header-wd {
  position: relative !important;
}
.header-wd .header-nav-main {
  transform: none !important;
}
.header-wd .collapse {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh !important;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 2;
  transform: translateX(100%);
  overflow: scroll;
}
.header-wd .collapse .nav {
  flex-wrap: nowrap;
}
.header-wd .collapse #mainNav {
  width: 100%;
  padding-top: 85px;
}
.header-wd .show {
  transform: translateX(0);
  opacity: 1;
}

.revolutionSwiper.swiper {
  width: 100%;
  z-index: 0;
}
@media (min-width: 2650px) {
  .revolutionSwiper.swiper.is-hero-slider {
    height: 1440px !important;
  }
}
@media (max-width: 991.98px) {
  .revolutionSwiper.swiper.is-hero-slider {
    height: 80vh !important;
  }
}
@media (max-width: 991.98px) {
  .revolutionSwiper.swiper.slider-mobile {
    height: 100% !important;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .revolutionSwiper.swiper.slider-mobile .swiper-slide-content {
    margin: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .revolutionSwiper.swiper.slider-mobile .swiper-slide-link {
    margin-bottom: 20px;
  }
  .revolutionSwiper.swiper.slider-mobile .swiper-slide-headline {
    margin-top: 100px;
  }
}
.revolutionSwiper.swiper:hover .rev-swiper-next::after,
.revolutionSwiper.swiper:hover .rev-swiper-prev::after {
  opacity: 1;
  transition: 0.5s;
}
.revolutionSwiper.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .revolutionSwiper.swiper .swiper-slide {
    align-items: flex-end;
  }
}
.revolutionSwiper.swiper .swiper-slide .swiper-slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}
.revolutionSwiper.swiper .swiper-slide .swiper-slide-content .swiper-slide-text {
  opacity: 0;
  width: fit-content;
  padding: 10px 18px;
  font-size: 50px;
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  .revolutionSwiper.swiper .swiper-slide .swiper-slide-content .swiper-slide-text {
    font-size: 33px;
  }
}
.revolutionSwiper.swiper .swiper-slide .swiper-slide-content .swiper-slide-link {
  opacity: 0;
  margin-top: 0;
  padding: 10px 18px;
  font-size: 20px;
}
.revolutionSwiper.swiper .swiper-slide .swiper-slide-content .swiper-slide-headline {
  opacity: 0;
  padding: 10px 18px;
  color: #fff;
}
.revolutionSwiper.swiper .swiper-slide .swiper-slide-content .swiper-slide-copyright {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 2px 12px;
  color: #fff;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  .revolutionSwiper.swiper .swiper-slide .swiper-slide-content {
    margin-bottom: 70px;
  }
}
.revolutionSwiper.swiper .swiper-slide-active .swiper-slide-image {
  animation: scale 5s ease-out;
}
.revolutionSwiper.swiper .swiper-slide-active .swiper-slide-headline {
  animation: fadeInTop 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.revolutionSwiper.swiper .swiper-slide-active .swiper-slide-text {
  animation: fadeInTop200 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.revolutionSwiper.swiper .swiper-slide-active .swiper-slide-link {
  animation: fadeInLeft 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.revolutionSwiper.swiper .swiper-slide-active .swiper-slide-copyright {
  animation: fadeInTop 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.9s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.revolutionSwiper.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.revolutionSwiper.swiper .pagination-container {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.revolutionSwiper.swiper .pagination-container.show {
  transition: bottom 0.3s;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .revolutionSwiper.swiper .pagination-container {
    top: 0;
  }
}
.revolutionSwiper.swiper .pagination-container .swiper-pagination {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 20px;
  background-color: #9C253F;
  transition: 0.3s;
}
.revolutionSwiper.swiper .pagination-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background-color: #AE002A;
  opacity: 1;
}
.revolutionSwiper.swiper .pagination-container .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  width: 24px !important;
  border-radius: 10px;
  background-color: #AE002A;
  transition: 0.3s;
}

.rev-swiper-next,
.rev-swiper-prev {
  width: 40px !important;
  height: 40px;
  opacity: 0;
  border-radius: 5px;
  transition: 0.3s;
}
.rev-swiper-next.show,
.rev-swiper-prev.show {
  opacity: 1;
}
.rev-swiper-next::after,
.rev-swiper-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px;
  border-radius: 5px;
  font-size: 18px !important;
  opacity: 0;
  color: white;
  transition: 0.7s;
  background-color: rgba(0, 0, 0, 0.5);
}
.rev-swiper-next:hover::after,
.rev-swiper-prev:hover::after {
  background-color: #000;
}

@keyframes scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInTop200 {
  0% {
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#footer {
  margin-top: 0;
  background-color: #9C253F;
  border-top: 0;
}
#footer a {
  color: #fff !important;
  font-family: "Cairo", sans-serif;
}
#footer a.black {
  color: #000 !important;
}
#footer a:hover {
  color: #AE002A !important;
}
#footer ul {
  padding-inline-start: 0px;
}
#footer li {
  list-style-type: none;
}
#footer .wd-highlight {
  font-size: 24px;
}
#footer .footer-copyright {
  background: #9C253F;
  border-top: 2px solid #fff;
  color: #fff;
}
#footer .footer-copyright p {
  color: #fff;
}
#footer .footer-copyright p.black {
  color: #000;
}
#footer .social-icons li a {
  background-color: #AE002A;
}
#footer .social-icons li a svg {
  color: #fff;
}
#footer .social-icons li a:hover {
  background-color: #AE002A;
}
#footer .social-icons li a:hover svg {
  color: #fff;
}
#footer .footer-climate-alliance {
  margin-top: 20px;
}
#footer.footer-small {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #footer.footer-small {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
#footer.footer-small .footer-copyright {
  background: none;
  border-top: none;
}
#footer.footer-small .footer-copyright > .container {
  background: #9C253F;
}
#footer #sub-menu li svg {
  margin-right: 5px;
}
#footer #sub-menu li svg.black {
  color: #000;
}
#footer .bg-grey {
  background: #efedeb !important;
  background-color: #efedeb;
}

.col-sm-2 {
  max-width: 100% !important;
}

.powermail_fieldwrap_type_textarea .col-sm-10 {
  max-width: 92% !important;
}
@media (max-width: 767.98px) {
  .powermail_fieldwrap_type_textarea .col-sm-10 {
    max-width: 100% !important;
  }
}

.powermail_fieldwrap_type_date .col-sm-10 {
  max-width: 50%;
}

.powermail_input, .powermail_select, .powermail_date {
  height: 50px;
  border-radius: 0;
}

.powermail_textarea {
  border-radius: 0;
}

.no-heading .powermail_legend {
  display: none;
}

.btn-primary[type=submit] {
  height: 50px;
  width: 100%;
}

.pull-right {
  display: flex;
  justify-content: flex-end;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 16px;
}

.powermail_fieldwrap_datenschutzerklaerung.nolabel {
  max-width: 100%;
  flex: 1;
}

.powermail_fieldwrap_type_textarea.nolabel {
  flex: 1;
  max-width: 100%;
}
.powermail_fieldwrap_type_textarea.nolabel label[title] {
  visibility: hidden;
}

.ce-uploads {
  padding-left: 4px;
  list-style-type: none;
}
.ce-uploads table tr td:nth-child(2) {
  padding-left: 20px;
}
.ce-uploads li:not(:last-child) td {
  padding-bottom: 8px;
}

.wd-tabs-with-icon {
  z-index: 1;
}
.wd-tabs-with-icon .tabs-with-icon-nav {
  justify-content: center;
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link {
  max-width: fit-content;
  padding: 0;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  z-index: 1;
  color: white;
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link span {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #cecece;
}
@media (max-width: 991.98px) {
  .wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link span {
    font-size: 24px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link.active {
  background-color: transparent;
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link.active .tabs-with-icon-icon {
  filter: none;
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link.active span {
  background-color: #AE002A;
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link.active:hover {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-link {
    flex-direction: row;
    max-width: 100%;
  }
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-nav {
  margin: 5px;
}
.wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-icon {
  margin-bottom: 30px;
  filter: invert(100%) grayscale(100%) brightness(94%) contrast(71%);
}
@media (max-width: 991.98px) {
  .wd-tabs-with-icon .tabs-with-icon-nav .tabs-with-icon-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.wd-tabs-with-icon .tab-content {
  border: none;
  box-shadow: none;
}

.wd-accordion .card {
  margin-top: 3px !important;
  border: none !important;
  border-radius: 0 !important;
}
.wd-accordion .card .card-header {
  background-color: rgb(206, 206, 206);
}
.wd-accordion .card .accordion-button {
  display: flex;
  align-items: center;
  padding: 15px;
  color: black;
  text-decoration: none;
}
.wd-accordion .card .accordion-button svg {
  flex: 1;
}
.wd-accordion .card .accordion-button span {
  flex: 50;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  word-break: break-word;
}
.wd-accordion .card .accordion-body {
  padding: 20px;
}
.wd-accordion .accordion-button[aria-expanded=false] .fa-angle-down {
  transform: rotate(0deg);
  transition: 0.3s;
}
.wd-accordion .accordion-button[aria-expanded=true] {
  background-color: #AE002A;
  color: #fff;
}
.wd-accordion .accordion-button[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
  transition: 0.3s;
}

#slider-headline,
.top-label {
  background-color: #AE002A !important;
  text-transform: uppercase;
}

.slider-container .main-label {
  background-color: #9C253F !important;
  font-weight: bold;
}

.read-more {
  min-height: 53px;
}

@media (max-width: 767.98px) {
  .wd-fc-slideshow {
    top: 7px;
  }
}

.wd-video {
  position: relative;
}
.wd-video video {
  max-width: 100%;
  width: 100%;
}
.wd-video .wd-video-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wd-video .wd-video-text-container h2,
.wd-video .wd-video-text-container p {
  color: #fff;
}

@media (max-width: 991.98px) {
  .text-reasons {
    transform: rotate(-10deg);
  }
}
.text-reasons .text-reasons-number {
  font-size: 125px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .text-reasons .text-reasons-number {
    line-height: 140px;
  }
}
.text-reasons label {
  top: 14px;
  left: 129px;
  color: #fff;
}
.text-reasons h3:nth-child(2) {
  background: none;
}
.text-reasons h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 60px !important;
  color: #fff;
}
.text-reasons h4 {
  color: #fff;
  font-size: 40px !important;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 40px;
}

.feature-box {
  min-height: 110px;
}
.feature-box .feature-box-icon {
  padding: 0;
}
.feature-box h4 {
  line-height: 27px;
}

.wd-owl-carousel .thumb-info {
  transform: none;
}
.wd-owl-carousel .thumb-info .thumb-info-wrapper {
  transform: none;
}
.wd-owl-carousel .thumb-info:hover img {
  transform: none;
}
.wd-owl-carousel .thumb-info:hover .thumb-info-wrapper {
  transform: none;
}
.wd-owl-carousel .thumb-info:hover .thumb-info-wrapper::after {
  opacity: 0;
}

.mask-social .social-icons {
  display: flex;
  justify-content: space-around;
}
.mask-social .social-icons > li {
  box-shadow: none !important;
}
.mask-social .social-icons > li:hover a {
  color: #AE002A !important;
  background: none !important;
}
.mask-social .social-icons > li > a {
  background: none !important;
  font-size: 32px;
}

.wd-branch {
  background-size: auto calc(100% - 100px);
  background-repeat: no-repeat;
}
.wd-branch.wd-branch-left {
  background-position: right calc(50% - 30vw) center;
}
.wd-branch.wd-branch-right {
  background-position: calc(50% - 30vw) 50%;
}

.wd-branch-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1350px) {
  .wd-branch-image img {
    max-width: 100vw;
    width: 350px;
    height: auto;
  }
}
@media (min-width: 1500px) {
  .wd-branch-image img {
    width: 412px;
    height: auto;
  }
}
@media (min-width: 1700px) {
  .wd-branch-image img {
    width: 512px;
    height: auto;
  }
}

.wd-service-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1350px) {
  .wd-service-image img {
    max-width: 100vw;
    width: 350px;
    height: auto;
  }
}
@media (min-width: 1500px) {
  .wd-service-image img {
    width: 412px;
    height: auto;
  }
}
@media (min-width: 1700px) {
  .wd-service-image img {
    width: 512px;
    height: auto;
  }
}

.wd-branch.frame-wd-color-blue .text-primary,
.wd-branch.frame-wd-color-blue a,
.wd-service.frame-wd-color-blue .text-primary,
.wd-service.frame-wd-color-blue a {
  color: #E1585F !important;
}
.wd-branch.frame-wd-color-blue a:hover,
.wd-service.frame-wd-color-blue a:hover {
  color: #AE002A !important;
}

.wd-product.wd-product-left .wd-product-slider {
  margin-left: 0;
}
@media (min-width: 1350px) {
  .wd-product.wd-product-left .wd-product-slider {
    margin-left: -100px;
  }
}
@media (min-width: 1500px) {
  .wd-product.wd-product-left .wd-product-slider {
    margin-left: -200px;
  }
}
@media (min-width: 1700px) {
  .wd-product.wd-product-left .wd-product-slider {
    margin-left: -250px;
  }
}
.wd-product.wd-product-right .wd-product-slider {
  margin-right: 0;
}
@media (min-width: 1350px) {
  .wd-product.wd-product-right .wd-product-slider {
    margin-right: -100px;
  }
}
@media (min-width: 1500px) {
  .wd-product.wd-product-right .wd-product-slider {
    margin-right: -200px;
  }
}
@media (min-width: 1700px) {
  .wd-product.wd-product-right .wd-product-slider {
    margin-right: -250px;
  }
}

.wd-references-carousel .owl-stage {
  display: flex;
}
.wd-references-carousel .card {
  height: 100%;
}

.wd-contact-list .wd-contact-card .image img {
  width: 52px;
  height: 52px;
}

.wd-contact-card .rounded-circle {
  border: 3px solid #AE002A;
}

.bl {
  background-position: right;
}
.bl ul {
  position: relative;
}
.bl h2 {
  font-size: 40px;
  color: #fff;
}
.bl h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.bl li {
  font-size: 20px;
  line-height: 28px;
}
.bl li + li {
  margin-top: 5px;
}

.cols-6-6-mobile-inverted .row {
  display: flex;
}
@media (max-width: 991px) {
  .cols-6-6-mobile-inverted .row .col-lg-6:nth-child(1) {
    order: 1;
  }
}

.wd-testimonial {
  border: none;
  height: auto !important;
}
@media (max-width: 991.98px) {
  .wd-testimonial {
    margin-bottom: 40px;
  }
}
.wd-testimonial .testimonial {
  overflow: hidden;
}
.wd-testimonial .testimonial.article blockquote p::before {
  display: none;
}
.wd-testimonial .testimonial blockquote {
  padding: 20px;
  background: #AE002A;
  border-radius: 0;
}
.wd-testimonial .testimonial blockquote p {
  font-size: 20px;
  font-family: "Cairo", sans-serif;
  line-height: 28px;
}
.wd-testimonial .testimonial blockquote p:first-child::before {
  height: 50px;
  top: 0;
  left: 0.65rem;
  content: "„";
  margin-right: 10px;
  margin-top: -45px;
  float: left;
  font-size: 100px;
  font-family: arial;
}
.wd-testimonial .testimonial blockquote::before {
  content: "";
  display: none;
}
.wd-testimonial .testimonial blockquote > *:last-child {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Cairo", sans-serif;
  line-height: 28px;
}
.wd-testimonial .testimonial .testimonial-header-text {
  font-size: 30px;
  line-height: 36px;
  font-family: "Cairo", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px 20px 15px 20px;
  text-align: center;
}
.wd-testimonial .testimonial .testimonial-header-image {
  width: 100%;
  overflow: hidden;
}
.wd-testimonial .testimonial .testimonial-header-image img {
  width: 100%;
  object-fit: cover;
}
.wd-testimonial .testimonial .testimonial-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.wd-testimonial .testimonial .testimonial-icon img {
  width: 100%;
  height: 100%;
}
.wd-testimonial .testimonial .testimonial-content-area {
  background-color: #AE002A;
}
.wd-testimonial .testimonial .testimonial-arrow-down {
  margin-left: 15px;
  border-top-width: 11px;
  border-top-color: #AE002A;
}
.wd-testimonial .testimonial .testimonial-border-skew {
  background-color: #AE002A;
  width: 100%;
  height: 25px;
  transform: skewY(-2deg) translateY(-50%);
}
.wd-testimonial .testimonial .testimonial-author img {
  max-width: 50px;
  max-height: 50px;
}
.wd-testimonial .testimonial .testimonial-author strong {
  color: #AE002A;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.wd-testimonial .testimonial .testimonial-author span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.frame-wd-color-blue .wd-testimonial {
  background: #9C253F;
}
.frame-wd-color-blue .wd-testimonial .testimonial .testimonial-author span {
  color: #fff;
}

.frame-wd-color-blue-light .wd-testimonial {
  background: #AE002A;
}
.frame-wd-color-blue-light .wd-testimonial .testimonial-content-area,
.frame-wd-color-blue-light .wd-testimonial blockquote {
  background-color: #9C253F;
}
.frame-wd-color-blue-light .wd-testimonial .testimonial-arrow-down {
  border-top-color: #9C253F;
}
.frame-wd-color-blue-light .wd-testimonial .testimonial .testimonial-author span {
  color: #fff;
}

.frame-wd-color-gray .wd-testimonial {
  background: #efedeb;
}

.two-morrow .frame-wd-color-blue-light .wd-testimonial .testimonial-content-area,
.two-morrow .frame-wd-color-blue-light .wd-testimonial blockquote {
  background-color: #fff;
}
.two-morrow .frame-wd-color-blue-light .wd-testimonial .testimonial-content-area p,
.two-morrow .frame-wd-color-blue-light .wd-testimonial blockquote p {
  color: #2E2E2D;
}
.two-morrow .frame-wd-color-blue-light .wd-testimonial .testimonial-header-text {
  color: #2E2E2D;
}
.two-morrow .frame-wd-color-blue-light .wd-testimonial .testimonial-arrow-down {
  border-top-color: #fff;
}
.two-morrow .frame-wd-color-blue-light .wd-testimonial .testimonial .testimonial-author strong,
.two-morrow .frame-wd-color-blue-light .wd-testimonial .testimonial .testimonial-author span {
  color: #fff;
}

.two-morrow .frame-wd-color-blue .wd-testimonial .testimonial .testimonial-author strong,
.two-morrow .frame-wd-color-blue .wd-testimonial .testimonial .testimonial-author span {
  color: #fff;
}

.mask-hero {
  position: relative;
  display: flex;
  height: 720px;
  padding: 0;
  margin: 0;
}
.mask-hero h1,
.mask-hero h3 {
  position: absolute;
  padding: 1rem;
  margin: 0;
  color: #fff;
}
.mask-hero .hero-image {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mask-hero .text-container {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.mask-hero .text-container .hero-header {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  flex: 4;
}
@media (max-width: 992px) {
  .mask-hero .text-container .hero-header {
    flex: 5;
  }
}
@media (max-width: 768px) {
  .mask-hero .text-container .hero-header {
    flex: 7;
  }
}
.mask-hero .text-container .hero-header > h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  background-color: #9C253F;
}
@media (max-width: 1200px) {
  .mask-hero .text-container .hero-header > h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .mask-hero .text-container .hero-header > h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .mask-hero .text-container .hero-header > h1 {
    font-size: 50px -12px;
  }
}
.mask-hero .text-container .hero-subheader {
  position: relative;
  display: flex;
  width: 100%;
  text-transform: initial !important;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 3;
}
.mask-hero .text-container .hero-subheader > h3 {
  max-width: 550px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  background-color: #AE002A;
}
@media (max-width: 1200px) {
  .mask-hero .text-container .hero-subheader > h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .mask-hero .text-container .hero-subheader > h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .mask-hero .text-container .hero-subheader > h3 {
    font-size: 30px -12px;
  }
}

.skills-image-container {
  position: relative;
  height: 0;
  padding-top: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .skills-image-container {
    padding-top: 200%;
  }
}
.skills-image-container .image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 78%;
  animation-delay: 250ms;
  object-fit: cover;
}
@media (max-width: 576px) {
  .skills-image-container .image1 {
    width: 100%;
    height: 50%;
  }
}
.skills-image-container .image2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  animation-delay: 650ms;
  object-fit: cover;
}
@media (max-width: 576px) {
  .skills-image-container .image2 {
    width: 100%;
    height: 50%;
  }
}

.circular-slider {
  padding-bottom: 40px;
  margin-top: -170px;
  max-width: 285px;
  max-height: 330px;
}
@media (max-width: 991.98px) {
  .circular-slider {
    margin-top: -60px;
  }
}
@media (max-width: 767.98px) {
  .circular-slider {
    margin-top: -50px;
  }
}
.circular-slider .swiper-wrapper {
  z-index: 2;
  display: flex;
}
.circular-slider .swiper-wrapper .card {
  background-position: center;
  background-size: cover;
  width: 285px;
  height: 285px;
  max-height: 285px;
  border-radius: 50%;
  background-color: #AE002A;
}
.circular-slider .swiper-wrapper .card .card-body {
  height: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.circular-slider .swiper-wrapper .card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100px;
}
.circular-slider .swiper-wrapper .card h2 {
  padding: 10px 32px;
  line-height: 28px;
  color: #fff;
}
.circular-slider .swiper-wrapper .card.card-no-text {
  overflow: hidden;
}
.circular-slider .swiper-wrapper .card.card-no-text img {
  max-width: 100%;
  width: 285px;
}
.circular-slider .swiper-wrapper .card.card-no-text .custom-crooked-line {
  display: none;
}
.circular-slider .swiper-wrapper .custom-crooked-line {
  width: 80%;
  height: 2px;
  margin: 10px 0;
  background-color: #fff;
}
.circular-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #AE002A;
  transition: 0.2s;
  opacity: 1;
}
.circular-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.circular-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
  background-color: #AE002A;
}
.circular-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #AE002A;
  color: #AE002A;
}

.service-box-container {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  padding: 0;
}
.service-box-container .service-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.service-box-container .service-box {
  background-color: #E1585F;
  border: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 260px;
  height: 260px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .service-box-container .service-box {
    height: 260px;
    width: 260px;
  }
}
.service-box-container .service-box .service-box-header {
  display: flex;
  align-items: center;
  word-break: break-word;
}
.service-box-container .service-box .service-box-header h3 {
  color: #fff;
  text-align: center;
}
.service-box-container .service-box .service-box-icon {
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url("/fileadmin/user_upload/Icons/service-box-expand-switch.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s;
}
.service-box-container .service-box-triangle::after {
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 30px solid #9C253F;
  clear: both;
  top: 258px;
  content: "";
}
.service-box-container .service-box-active {
  background-color: #9C253F;
}
.service-box-container .service-box-active .service-box-icon {
  transition: 0.3s;
  transform: rotate(180deg);
}

.service-detail {
  padding-bottom: 60px;
  padding-top: 40px;
  background: #9C253F;
}
.service-detail * {
  list-style: none;
  color: #fff;
}
.service-detail .container {
  margin: auto;
}
.service-detail .service-detail-left {
  padding-top: 40px;
  padding-right: 40px;
  border-right: 2px solid #cecece;
}
.service-detail .service-detail-left .text {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .service-detail .service-detail-left {
    padding-right: 0;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 2px solid #cecece;
  }
}
.service-detail .service-detail-right {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .service-detail .service-detail-right {
    padding-top: 30px;
  }
}
.service-detail .service-detail-right .quote::before {
  top: 0;
  left: 0.65rem;
  float: left;
  height: 50px;
  margin-top: -45px;
  margin-right: 10px;
  font-family: arial;
  font-size: 100px;
  content: "„";
}
.service-detail .service-detail-right .quote-name {
  color: #AE002A;
}
.service-detail .service-detail-right .quote-image img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border: 2px solid #AE002A;
  border-radius: 50%;
}

.grid-container {
  display: grid;
  width: 100%;
  grid-template-areas: "sl a b c d sr" "dta dta dta dta dta dta" "dtb dtb dtb dtb dtb dtb" "dtc dtc dtc dtc dtc dtc" "dtd dtd dtd dtd dtd dtd";
  grid-template-columns: 0.5fr auto auto auto auto 0.5fr;
}
@media (max-width: 991.98px) {
  .grid-container {
    grid-template-columns: 50% 50%;
    grid-template-areas: "a b" "dta dta" "dtb dtb" "c d" "dtc dtc" "dtd dtd";
  }
  .grid-container .item1,
  .grid-container .item3 {
    justify-self: start;
  }
  .grid-container .item0,
  .grid-container .item2 {
    justify-self: end;
  }
}
@media (max-width: 767.98px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "dta" "b" "dtb" "c" "dtc" "d" "dtd";
  }
  .grid-container .item1,
  .grid-container .item3 {
    justify-self: center;
  }
  .grid-container .item0,
  .grid-container .item2 {
    justify-self: center;
  }
}
.grid-container .item {
  margin-right: 10px;
  margin-left: 10px;
}
.grid-container .item0 {
  grid-area: a;
}
.grid-container .item1 {
  grid-area: b;
}
.grid-container .item2 {
  grid-area: c;
}
.grid-container .item3 {
  grid-area: d;
}
.grid-container .detail-0 {
  grid-area: dta;
}
.grid-container .detail-1 {
  grid-area: dtb;
}
.grid-container .detail-2 {
  grid-area: dtc;
}
.grid-container .detail-3 {
  grid-area: dtd;
}
.grid-container .detail-left-0 {
  grid-area: dtl0;
}
.grid-container .detail-right-0 {
  grid-area: dtr0;
}
.grid-container .item-space:first-child {
  grid-area: sl;
}
.grid-container .item-space:last-child {
  grid-area: sr;
}

.servicebox-media-container {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .servicebox-media-container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
  }
}
.servicebox-media-container .service-detail-media {
  padding-top: 80px;
  border: none !important;
}
@media (max-width: 991.98px) {
  .servicebox-media-container .service-detail-media {
    padding: 80px 20px 40px 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .servicebox-media-container .service-detail-media {
    padding-top: 20px;
  }
}

.media-visible {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .media-visible {
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .placeholder {
    display: none !important;
  }
}

.service-media {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .service-media {
    order: -1;
  }
}
@media (max-width: 991.98px) {
  .service-media {
    position: relative;
  }
}
.service-media img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}
.service-media img.left {
  object-position: left;
}
.service-media img.center {
  object-position: center;
}
.service-media img.right {
  object-position: right;
}
@media (max-width: 1199.98px) {
  .service-media img {
    min-height: 585px;
  }
}
@media (max-width: 767.98px) {
  .service-media img {
    min-height: 400px;
  }
}

.service-content-card {
  position: relative;
  margin: auto;
  max-width: 360px;
  background: #efedeb;
}
@media (max-width: 991.98px) {
  .service-content-card {
    margin-bottom: 40px;
  }
}
.service-content-card .service-content-card-image {
  overflow: hidden;
}
.service-content-card .service-content-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-content-card .service-content-card-text {
  height: 226px;
  overflow: hidden;
}
.service-content-card .service-content-card-highlight {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  background: #E1585F;
  transform: translateX(-60px);
}
.service-content-card .service-content-card-highlight h3 {
  margin-bottom: 0;
  color: #fff;
}
.service-content-card .service-content-card-catchwords {
  margin-bottom: 20px;
}
.service-content-card hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-content-card::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  transform: skewY(-2deg) translateY(-50%);
  background: #efedeb;
  content: "";
}

.text_with_image {
  border: none;
  padding: 0 !important;
}
.text_with_image::before {
  z-index: 1;
}
.text_with_image::after {
  z-index: 1;
}

.text-with-image-wrapper {
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #9C253F;
  border: none;
}
@media (max-width: 767.98px) {
  .text-with-image-wrapper {
    padding-top: 0;
  }
}
.text-with-image-wrapper * {
  color: white;
}
@media (max-width: 767.98px) {
  .text-with-image-wrapper .media-container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
  }
}
.text-with-image-wrapper .image-container {
  order: 1;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
}
.text-with-image-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-with-image-wrapper .image-container img.left {
  object-position: left;
}
.text-with-image-wrapper .image-container img.center {
  object-position: center;
}
.text-with-image-wrapper .image-container img.right {
  object-position: right;
}
.text-with-image-wrapper .image-container .text-with-image-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .text-with-image-wrapper .image-container {
    position: relative !important;
  }
}
.text-with-image-wrapper .text-with-image-text-container {
  padding-top: 45px;
  padding-bottom: 20px;
  order: 2;
}
@media (max-width: 767.98px) {
  .text-with-image-wrapper .text-with-image-text-container {
    padding: 20px 30px 20px 30px;
  }
}

.news {
  color: #707070;
  margin-bottom: 70px;
}
.news .article .teaser-text {
  padding-left: 10px;
  font-weight: bold;
  color: #757575;
  border-left: 3px solid #E1585F;
}
.news .article .news-teaser-description p {
  line-height: 36px;
}
.news .news-list-date i {
  margin-left: 5px;
}
.news .ce-right img {
  float: right;
  padding-left: 15px;
}
.news .ce-left img {
  float: left;
  padding-right: 15px;
}
.news .post-content {
  margin-bottom: 40px;
}
.news .news-breadcrumb {
  margin-top: 10px;
}
.news .post-item {
  margin-bottom: -14px !important;
}
.news .news-prev-link,
.news .news-next-link {
  flex-direction: column;
}
.news .news-prev-link img,
.news .news-next-link img {
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  .news .news-prev-link,
  .news .news-next-link {
    margin-top: 30px;
    text-align: left;
  }
}
.news .news-prev-link:hover .arrow-left,
.news .news-next-link:hover .arrow-left {
  background-color: #AE002A;
}
.news .news-prev-link:hover .arrow-left::after,
.news .news-next-link:hover .arrow-left::after {
  color: #AE002A;
}
.news .news-prev-link:hover .arrow-right,
.news .news-next-link:hover .arrow-right {
  background-color: #AE002A;
}
.news .news-prev-link:hover .arrow-right::after,
.news .news-next-link:hover .arrow-right::after {
  color: #AE002A;
}
.news .news-prev-link {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .news .news-prev-link {
    margin-left: 0;
  }
}
.news .news-next-link {
  align-items: flex-end;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .news .news-next-link {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.news .arrow-left,
.news .arrow-right {
  z-index: 10;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #fff;
  background-color: #AE002A;
  transition: 0.2s;
}
.news .arrow-left {
  display: flex;
  width: 127px;
  padding-left: 0;
  align-items: center;
  justify-content: flex-start;
}
.news .arrow-left::after {
  position: absolute;
  z-index: -1;
  margin-left: -15px;
  color: #AE002A;
  border-top: 15px solid transparent;
  border-right: 15px solid;
  border-bottom: 15px solid transparent;
  content: "";
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .news .arrow-left {
    margin-left: 15px;
  }
}
.news .arrow-right {
  display: flex;
  padding-right: 0;
  align-items: center;
  justify-content: flex-end;
}
.news .arrow-right::after {
  position: absolute;
  z-index: -1;
  margin-right: -15px;
  color: #AE002A;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid;
  content: "";
  transition: 0.2s;
}

ul.simple-post-list li {
  display: flex;
}
ul.simple-post-list .post-image {
  float: none;
}

.news-detail-carousel .owl-dots {
  display: none !important;
}
.news-detail-carousel .owl-next {
  background-color: #E1585F !important;
}

.news-section-angled {
  z-index: 1;
  width: calc(100% + 62px);
  padding-bottom: 26px;
  margin-left: -61px;
}
.news-section-angled::before {
  padding: 20px;
}

.news-timeline section.timeline::before {
  width: 2px;
  margin-left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0)), color-stop(8%, #e5e5e5), color-stop(92%, #e5e5e5), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #e5e5e5 8%, #e5e5e5 92%, rgba(229, 229, 229, 0) 100%);
  opacity: 1;
}
.news-timeline section.timeline .timeline-date {
  border-color: #e5e5e5;
  border-radius: 0;
}
.news-timeline section.timeline .timeline-box {
  padding-bottom: 10px !important;
  border-color: #e5e5e5;
  border-radius: 0;
}
.news-timeline section.timeline .timeline-box.left::before, .news-timeline section.timeline .timeline-box.right::before {
  width: 15px;
  height: 15px;
  background: #AE002A;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
}
.news-timeline section.timeline .timeline-box.left .timeline-box-arrow {
  border-top-color: #e5e5e5;
  border-right-color: #e5e5e5;
}
.news-timeline section.timeline .timeline-box.left::before {
  margin-top: 16.5px;
}
.news-timeline section.timeline .timeline-box.right .timeline-box-arrow {
  border-bottom-color: #e5e5e5;
  border-left-color: #e5e5e5;
}
.news-timeline section.timeline .timeline-box.right::before {
  margin-top: 26.5px;
}
.news-timeline section.timeline .timeline-box .post-content,
.news-timeline section.timeline .timeline-box .post-content > p {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .news-timeline .timeline-box-arrow {
    display: none !important;
  }
}
.news-timeline .timeline-load-more .loading-icon {
  display: none;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: timeline-spin 1s infinite linear;
}
.news-timeline .timeline-load-more.loading .text {
  display: none;
}
.news-timeline .timeline-load-more.loading .loading-icon {
  display: inline-block;
}

@keyframes timeline-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.teaser-with-date .teaser-description p {
  line-height: 36px !important;
}

.card.reference-card-v2 {
  height: 340px !important;
  width: 100%;
  max-width: 360px !important;
}

.reference-card-v2 {
  margin-top: 100px;
  margin-bottom: 50px;
  border: none;
  background: transparent;
}
.reference-card-v2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 40px;
  margin-bottom: -40px;
  content: "";
  transform: skewY(-4deg) translateY(-50%);
  z-index: 3;
}
.reference-card-v2.bg-wd-grey::after {
  background-color: #efedeb;
}
.reference-card-v2.bg-wd-white::after {
  background-color: #fff;
}
.reference-card-v2:hover img {
  position: relative;
  margin-left: 40px;
  transition: 0.34s ease all;
}
.reference-card-v2 img, .reference-card-v2 img.card-img {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 300px;
  height: 160px;
  margin-top: -68px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px -3px #1A1A1A;
  box-shadow: 0 0 15px -3px #1A1A1A;
  transition: 0.34s ease margin-left;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .reference-card-v2 img, .reference-card-v2 img.card-img {
    width: 250px;
  }
}
.reference-card-v2.bg-wd-grey img {
  background-color: #efedeb;
}
.reference-card-v2.bg-wd-white img {
  background-color: #fff;
}
.reference-card-v2 .card-body {
  padding: 4rem 1.2rem 1rem 1.2rem;
  width: 95%;
  height: 300px;
  overflow: hidden;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.reference-card-v2 .card-body.bg-wd-grey {
  background-color: #efedeb;
}
.reference-card-v2 .card-body.bg-wd-white {
  background-color: #fff;
}
.reference-card-v2 .reference-button {
  position: absolute;
  bottom: 10px;
}
.reference-card-v2 .reference-button > a {
  margin-top: 0 !important;
  font-weight: 700;
}
.reference-card-v2 .reference-content {
  height: 195px;
  overflow: hidden;
  flex: none;
  text-overflow: ellipsis;
}
.reference-card-v2 .reference-content .card-title-reference {
  padding-bottom: 22px;
  padding-top: 10px;
  overflow: hidden;
}
.reference-card-v2 .reference-content p.card-text {
  height: 100%;
  overflow: hidden;
}
.reference-card-v2 .reference-content p.card-text span {
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .reference-card-v2 .reference-content p.card-text span {
    font-size: 18px !important;
  }
}

#owl-references .owl-carousel .owl-nav .owl-prev::before,
#owl-references .owl-carousel .owl-nav .owl-next::before {
  display: block;
}
#owl-references .owl-nav button {
  height: 100px;
  background-color: transparent;
}
#owl-references .owl-nav button svg {
  height: 100%;
  color: #c6c0bb;
}
#owl-references .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 1280px) {
  #owl-references .owl-nav .owl-prev {
    left: -10px;
  }
}
#owl-references .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 1280px) {
  #owl-references .owl-nav .owl-next {
    right: -10px;
  }
}

a:focus, a:hover {
  color: #9C253F;
}

html .text-color-primary,
html .text-primary {
  color: #AE002A !important;
}

.frame-wd-color-blue,
.frame-wd-color-blue-light {
  color: #fff;
}
.frame-wd-color-blue .wd-title,
.frame-wd-color-blue-light .wd-title {
  color: #fff;
}
.frame-wd-color-blue .btn-primary:not(:disabled):not(.disabled):active, .frame-wd-color-blue .btn-primary:hover, .frame-wd-color-blue .btn-primary.hover,
.frame-wd-color-blue-light .btn-primary:not(:disabled):not(.disabled):active,
.frame-wd-color-blue-light .btn-primary:hover,
.frame-wd-color-blue-light .btn-primary.hover {
  color: #AE002A;
  background: #fff;
  border-color: #fff;
}
.frame-wd-color-blue .btn-outline,
.frame-wd-color-blue-light .btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.frame-wd-color-blue .btn-outline:not(:disabled):not(.disabled):active, .frame-wd-color-blue .btn-outline:hover, .frame-wd-color-blue .btn-outline.hover,
.frame-wd-color-blue-light .btn-outline:not(:disabled):not(.disabled):active,
.frame-wd-color-blue-light .btn-outline:hover,
.frame-wd-color-blue-light .btn-outline.hover {
  color: #AE002A;
  background: #fff;
  border-color: #fff;
}

#header .header-btn-collapse-nav {
  background-color: #AE002A;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    text-transform: none;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #efedeb;
  }
  #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #efedeb;
  }
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    min-height: 35px;
    margin-top: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  html.sticky-header-active #header .header-nav.header-nav-links nav > ul > li > a, html.sticky-header-active #header .header-nav.header-nav-links nav > ul > li:hover > a,
  html.sticky-header-active #header .header-nav.header-nav-line nav > ul > li > a,
  html.sticky-header-active #header .header-nav.header-nav-line nav > ul > li:hover > a {
    margin-top: 35px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .header-twomorrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 50%;
    background: #2E2E2D;
    transform-origin: 0 100%;
    transform: skew(-45deg);
    z-index: -1;
    content: "";
  }
}
@media (min-width: 992px) {
  .header-twomorrow:after {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 100%;
    height: 50%;
    background: #2E2E2D;
    transform-origin: 0 100%;
    transform: skew(-45deg);
    z-index: -1;
    content: "";
  }
}
@media (min-width: 1200px) {
  .header-twomorrow:after {
    left: 50%;
  }
}

#footer {
  background: #2E2E2D;
}
#footer .footer-copyright {
  background: #2E2E2D;
  border-top: 2px solid #efedeb;
}

.social-icons li a {
  color: #2E2E2D !important;
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li a {
  background: #efedeb;
}

.section-angled-top.frame-wd-color-blue::before {
  background-color: #2E2E2D;
}

.frame-wd-color-blue {
  background-color: #2E2E2D;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

.gm-style .gm-style-iw-c {
  border-color: #AE002A !important;
}

.gm-style .gm-style-iw-t::after {
  border-color: #AE002A !important;
  border-color: #AE002A !important;
}

.wd-contact-card hr {
  background-image: linear-gradient(to right, #AE002A 33%, transparent 0%) !important;
  background-size: 10px 3px;
}

.content ul li {
  list-style-type: none;
  line-height: 30px;
}
.content ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../Images/twomorrow/ol.svg");
  width: 21px;
  height: 21px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 5px;
  margin-top: 6px;
}
.content ul.ce-bullets {
  color: #2E2E2D;
}
.content ul.fc-slides li::before {
  display: none;
}

.content .news ul.simple-post-list li::before {
  display: none;
}

span.tm {
  background-image: url(../Images/twomorrow/ol.svg);
  width: 21px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  padding-left: 32px;
  margin-left: 2px;
}

.wd-testimonial.card {
  background-color: transparent;
}

.section-angled-bottom.frame-wd-color-blue::after {
  background: #fff;
}

.btn-primary {
  background-color: #AE002A;
  border-color: #AE002A;
}

a.product-menu-item.d-block br:first-of-type {
  content: "";
  display: block;
  margin-top: 6px;
}

@media (min-width: 992px) {
  .product-menu-item small {
    font-size: 100%;
    font-weight: 500;
  }
}
.home-concept {
  background-image: none;
}
.home-concept .sun,
.home-concept .cloud {
  display: none;
}

.recent-posts .date .month,
article.post .post-date .month {
  background-color: #AE002A !important;
}

.recent-posts .date .day,
article.post .post-date .day {
  color: #AE002A !important;
}

.ce-bodytext span {
  color: #AE002A !important;
}

.scroll-to-top {
  border-color: transparent transparent #9C253F transparent !important;
}

.frame-type-bullets {
  position: relative;
}

/*# sourceMappingURL=style-two-morrow.css.map */
