@charset "UTF-8";

/*
Theme Name: PignitterKaminbau
Author: Anonymous
Author URI:
Version: 1
Description: PignitterKaminbau theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pignitterkaminbau
Tags: one-column, two-columns
Theme URI:
*/

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

/*Sabrina*/
strong {
    font-weight: 500;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}

.calc_box {
    border: 1px solid #b50f1c;
    padding: 30px;
    border-radius: 20px;
}

.calc_box:before{
    border-radius: 20px;
}

.calc_box img{
    border-radius: 20px;
}

/*Ende Sabrina*/

.icon-loop-plus:before {
  content: "\e908";
}

.icon-envel:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e907";
}

.icon-blocquote:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-min-down:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e91a";
}

.icon-xing:before {
  content: "\e906";
}

iframe.youtube_video {
    position: relative;
    z-index: 1;
}

/* Slick slider styles */

.item.card-img img {
    width: 100%;
    display: block;
    min-height: 1px;
    height: 100%;
    min-height: 100%;
    
}

.item.card-img img.size-slideshow {
    top: -22px;
    position: relative;
    margin-bottom: -22px;
    border-radius: 20px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.tagcloud,
.nav-drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
#nav:after,
.container:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.df-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  width: 100%;
  color: #000;
  background: #fff;
  font: 16px/1.2 "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

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

.gm-style img {
  max-width: none;
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3, .is-style-h3,
h4, .is-style-h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
textarea:not(textarea) {
  height: 40px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder {
  color: #ddd;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: #b50f1c;
  border-radius: 0;
  background: #b50f1c;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background: #860b15;
  color: #fff;
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  background: #b50f1c;
  color: #fff;
  border: #b50f1c;
  padding: 12px 38px;
  font-size: 15px;
  line-height: 18px;
}

.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #860b15;
  color: #fff;
}

[id="content"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

[id="content"]:only-child {
  width: 100%;
}

[id="sidebar"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.widget {
  margin-bottom: 20px;
}

.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  transition: background 0.3s ease-in-out;
  max-width: 49%;
}

.navigation-single {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
  transition: background 0.3s ease-in-out;
  display: block;
  padding: 12px 38px;
  border: #b50f1c;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}

.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: #b50f1c;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3, .is-style-h3 {
  font-size: 15px;
}

h4,
.h4, .is-style-h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3, .is-style-h3,
h4,
.h4, .is-style-h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: 600;
  margin: 0 0 10px;
}

p {
  margin: 0 0 20px;
}

a {
  color: #b50f1c;
  text-decoration: none;
}

footer address a {
    color: #fff;
    text-decoration: underline;
}

footer address a:hover {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/5d2da8/00000000000000007735a1ac/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/5d2da8/00000000000000007735a1ac/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/5d2da8/00000000000000007735a1ac/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/59b013/00000000000000007735a1aa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/59b013/00000000000000007735a1aa/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/59b013/00000000000000007735a1aa/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/a9ccd8/00000000000000007735a1b7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/a9ccd8/00000000000000007735a1b7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/a9ccd8/00000000000000007735a1b7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/6416f2/00000000000000007735a1ad/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/6416f2/00000000000000007735a1ad/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/6416f2/00000000000000007735a1ad/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/3ec29d/00000000000000007735a1b1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3ec29d/00000000000000007735a1b1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3ec29d/00000000000000007735a1b1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/fd801b/00000000000000007735a1b6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/fd801b/00000000000000007735a1b6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/fd801b/00000000000000007735a1b6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/38a1ad/00000000000000007735a1bb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/38a1ad/00000000000000007735a1bb/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/38a1ad/00000000000000007735a1bb/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/19bbb3/00000000000000007735a1be/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/19bbb3/00000000000000007735a1be/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/19bbb3/00000000000000007735a1be/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/84e430/00000000000000007735a1c0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/84e430/00000000000000007735a1c0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/84e430/00000000000000007735a1c0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/4b2283/00000000000000007735a1c1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff2"), url("https://use.typekit.net/af/4b2283/00000000000000007735a1c1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff"), url("https://use.typekit.net/af/4b2283/00000000000000007735a1c1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/4dd902/00000000000000007735a1c2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/4dd902/00000000000000007735a1c2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/4dd902/00000000000000007735a1c2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/d9e6fa/00000000000000007735a1c3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/d9e6fa/00000000000000007735a1c3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/d9e6fa/00000000000000007735a1c3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "flood-std";
  src: url("https://use.typekit.net/af/6da923/000000000000000000012fc3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/6da923/000000000000000000012fc3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/6da923/000000000000000000012fc3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/69c1f9/00000000000000007735a53a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/410f00/00000000000000007735a53e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/410f00/00000000000000007735a53e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/410f00/00000000000000007735a53e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/017a45/00000000000000007735a53f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/017a45/00000000000000007735a53f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/017a45/00000000000000007735a53f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/da581f/00000000000000007735a540/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/0e8f68/00000000000000007735a541/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff2"), url("https://use.typekit.net/af/0e8f68/00000000000000007735a541/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff"), url("https://use.typekit.net/af/0e8f68/00000000000000007735a541/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/987a60/00000000000000007735a543/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6c50f4/00000000000000007735a544/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/56af16/00000000000000007735a545/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/56af16/00000000000000007735a545/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/56af16/00000000000000007735a545/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/994482/00000000000000007735a546/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/994482/00000000000000007735a546/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/994482/00000000000000007735a546/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/edc8f4/00000000000000007735a547/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"), url("https://use.typekit.net/af/edc8f4/00000000000000007735a547/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"), url("https://use.typekit.net/af/edc8f4/00000000000000007735a547/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/37e7f5/00000000000000007735a548/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/e171bf/00000000000000007735a549/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/e171bf/00000000000000007735a549/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/e171bf/00000000000000007735a549/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/be28cc/00000000000000007735a54a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/911b23/00000000000000007735a54b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/911b23/00000000000000007735a54b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/911b23/00000000000000007735a54b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/bc6c28/00000000000000007735a54c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/bc6c28/00000000000000007735a54c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/bc6c28/00000000000000007735a54c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("https://use.typekit.net/af/91caf9/00000000000000007735a54d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/91caf9/00000000000000007735a54d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/91caf9/00000000000000007735a54d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}

.tk-soleil {
  font-family: "soleil",sans-serif;
}

.tk-flood-std {
  font-family: "flood-std",sans-serif;
}

.tk-canada-type-gibson {
  font-family: "canada-type-gibson",sans-serif;
}

#header {
  position: relative;
  background: #fff;
  padding: 15px 0 11px;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}

.header-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.fixed-position .logo a img {
  min-width: 130px;
  width: 130px;
}

.fixed-position .nav-drop a {
  font-size: 10px;
}



.fixed-position .nav-drop a .icon {
  min-height: 28px;
}

.fixed-position .nav-drop a .icon img {
  max-width: 90%;
}

.drop-holder {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 45px 0 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.nav-active .drop-holder {
  display: block;
}

.drop-holder .content-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.drop-holder .content-holder .nav-secondary {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  font-family: "soleil", sans-serif;
	padding-left: 0;
}

.drop-holder .content-holder .nav-secondary li {
  width: 33%;
  margin-bottom: 35px;
}

.drop-holder .content-holder .nav-secondary li a {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-align: left;
  margin-bottom: 15px;
  display: block;
  color: #343a40;
  font-family: "soleil", sans-serif;
}

.drop-holder .content-holder .nav-secondary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.drop-holder .content-holder .nav-secondary ul li {
  width: 100%;
  padding-right: 20px;
  margin-bottom: 10px;
	position: relative;
}

.drop-holder .content-holder .nav-secondary ul li ul li:before {
	content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #BA0F1C;
}

.drop-holder .drop {
    overflow: auto;
    height: calc(100vh - 89px);
}

.drop-inner .container {
    padding: 0 15px !important;
}

.drop-holder .content-holder .nav-secondary ul li ul {
	padding-left: 25px;
}

.drop-holder .content-holder .nav-secondary ul li ul a {
	color: #a6a4ab;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
}

.drop-holder .content-holder .nav-secondary ul a {
  color: #343a40;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
	margin-bottom: 10px;
}

.drop-holder .content-holder .nav-secondary ul a:hover {
  color: #b50f1c;
}

.drop-holder .content-holder .content-block {
  width: 446px;
}

.drop-holder .content-holder .content-block .img-holder {
  display: -ms-flexbox;
  display: flex;
  height: 235px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

.drop-holder .content-holder .content-block .img-holder:hover::before {
  content: none;
}

.drop-holder .content-holder .content-block .img-holder:before {
  content: '';
  background-color: rgba(134, 32, 13, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.drop-holder .content-holder .content-block .img-holder .content-inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 24px 36px 16px;
  width: 100%;
}

.drop-holder .content-holder .content-block .img-holder .content-inner h2 {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.drop-holder .mobile-menu {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}

.logo {
  width: 180px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  background-color: #ffffff;
  text-align: center;
  padding: 41px 15px 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
  transition: 0.3s;
  text-align: center;
}

#nav {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: block;
}

.nav-drop {
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #000;
  right: 0;
  padding: 10px 15px;
} 

.nav-drop li {
  position: relative;
  list-style: none;
}

.nav-drop li + li {
  padding-left: 15px;
}

.nav-drop li.active a {
  opacity: 0.5;
}

.nav-drop li:hover > a {
  opacity: 0.5;
}

.nav-drop li:hover > ul {
  display: block;
}

.nav-drop li > ul {
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
}

.nav-drop a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #161615;
  font-family: "soleil", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.95px;
  transition: 0.3s;
}

.nav-drop a .icon {
  margin-bottom: 7px;
  min-height: 33px;
}

@media all and (max-width: 320px) {
    .nav-drop a, .fixed-position .nav-drop a {
        font-size: 8px;
    }
}

.nav-opener {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  float: right;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.95px;
  color: #161615;
  border: 1px solid #b50f1c;
  border-radius: 50%;
  top: 2px;
  left: -3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: transform 0.3s ease-in-out;
  background: #b50f1c;
  position: absolute;
  top: 16px;
  left: 23%;
  right: 23%;
  height: 2px;
  width: 16px;
  margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 12px;
}

.nav-opener:after {
  top: 20px;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-opener:hover p {
  color: #b50f1c;
  transition: 0.3s;
}

.nav-opener p {
  position: relative;
  left: 47px;
  top: 14px;
  display: none;
	line-height: 0;
  width: 47px;
}

.nav-opener p {
  font-family: "soleil", sans-serif;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 16px;
  left: 24%;
  right: 15%;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.resize-active .nav-drop,
.resize-active .nav-drop > ul {
  transition: none !important;
}

.btn,
.wp-block-button__link {
  background: #b50f1c;
  color: #fff;
  border: #b50f1c;
  border: #b50f1c;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .03em;
  padding: 12px 38px;
  margin: 0 0 20px;
  vertical-align: top;
  text-align: center;
  font-family: "soleil", sans-serif;
}

.btn:hover,
.wp-block-button__link:hover {
  background: #860b15;
  color: #fff;
  border: #860b15;
}

.btn.btn-white,
.wp-block-button__link.btn-white {
  background-color: #fff;
  color: #161615;
  transition: 0.3s;
}

.btn.btn-white:hover,
.wp-block-button__link.btn-white:hover {
  background-color: #b50f1c;
  color: #fff;
}

.btn.btn-white i,
.wp-block-button__link.btn-white i {
  margin-right: 24px;
  transform: rotate(-96deg);
  display: inline-block;
}

.btn i,
.wp-block-button__link i {
  margin-right: 24px;
  transform: rotate(-96deg);
  display: inline-block;
}

.address-wrapper .btn-white i {
    transform: rotate(0);
}

.btn i.no-transform,
.wp-block-button__link i.no-transform {
  transform: rotate(0deg);
}

.btn-default,
.wp-block-button__link-default {
  background: #b50f1c;
  color: #fff;
  border: #b50f1c;
}

.btn-default:hover,
.wp-block-button__link-default:hover {
  background: #860b15;
  color: #fff;
  border: #860b15;
}

.btn-primary,
.wp-block-button__link-primary {
  background: #007bff;
  color: #fff;
  border: #007bff;
}

.btn-primary:hover,
.wp-block-button__link-primary:hover {
  background: #0062cc;
  color: #fff;
  border: #0062cc;
}

.btn-warning,
.wp-block-button__link-warning {
  background: #ffc107;
  color: #fff;
  border: #ffc107;
}

.btn-warning:hover,
.wp-block-button__link-warning:hover {
  background: #d39e00;
  color: #fff;
  border: #d39e00;
}

.btn-sm,
.wp-block-button__link-sm {
  border-radius: 0;
  padding: 4px 10px;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn {
  border-left: 0;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-wrap .btn {
  margin: 0 0 10px;
  max-width: 50%;
}

.btn-wrap .btn + .btn {
  margin-left: 20px;
}

.section-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  min-height: 1289px;
  margin-bottom: 220px;
  position: relative;
  z-index: 0;
}

.section-hero:before {
  content: '';
  background-image: linear-gradient(180deg, rgba(22, 22, 21, 0) 0%, rgba(22, 22, 21, 0.96) 76%, #161615 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-hero:after {
  content: '';
  height: 60%;
  display: block;
  width: 38%;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.section-hero .container {
  z-index: 2;
  position: relative;
}

.section-hero.bg-video-holder:after {
  content: none;
}

.section-hero.bg-video-holder .bg-video {
  position: absolute;
  z-index: -1;
}

.section-hero.bg-video-holder .decor-img-logo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: -1;
}

.section-hero.inner {
  min-height: 100%;
  position: relative;
  margin-bottom: 0px;
  z-index: 0;
  min-height: 100%;
}

.section-hero.inner:after {
  content: none;
}

.section-hero.inner .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section-hero.inner:before {
  content: '';
  background-image: linear-gradient(to right, #161615 0%, rgba(99, 99, 98, 0) 100%);
  opacity: 0.86;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section-hero.inner .text-holder {
  min-height: 437px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.section-hero.inner .text-holder span {
  color: #fff;
}

.section-hero .bg-video-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.section-hero .bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: -1;
}

.section-hero .video-active .bg-video {
  opacity: 1;
}

.section-hero .opener-line {
  padding: 230px 0 52px;
  height: 809px;
  position: relative;
  z-index: 2;
}

.section-hero .opener-line .container {
  max-width: 1350px;
  height: 100%;
}

.section-hero .opener-line .container .df-row {
  height: 100%;
}

.section-hero .opener-line .container .df-row .col:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.section-hero h1 {
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  position: relative;
  font-family: "canada-type-gibson";
}

.section-hero h1 mark {
  text-shadow: 0 0 3px #000000;
  color: #b50f1c;
  font-family: "flood-std";
  font-size: 75px;
  font-weight: 400;
  letter-spacing: 1.98px;
  background-color: transparent;
}

.section-hero .text-holder {
  color: #fff;
  padding-left: 62px;
  margin-right: 35px;
}

.section-hero .text-holder.second {
  padding-left: 97px;
  margin-right: 10px;
}

.section-hero .text-holder span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-family: "soleil";
}

.section-hero .text-holder .title {
  margin-bottom: 40px;
}

.section-hero .text-holder .title h2 {
  margin-bottom: 0;
  font-weight: 600;
}

.section-hero .text-holder .title span {
  font-size: 16px;
}

.section-hero .text-holder p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.section-hero .text-holder .descrip {
  max-width: 490px;
  margin-bottom: 31px;
}

.section-hero .text-holder .descrip p {
    color: #FFF;
}

.section-hero .text-holder .wrapp-btn {
  max-width: 390px;
}

.section-hero .text-holder .wrapp-btn .btn {
  width: 100%;
}

.section-hero .link-to-bottom {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  transition: 0.3s;
}

.section-hero .link-to-bottom:hover {
  opacity: 0.7;
}

.text-vertical {
  position: absolute;
  bottom: 210px;
  transform: rotate(-90deg);
  left: -210px;
  z-index: -1;
}

.text-vertical strong {
  opacity: 0.15;
  color: #fff;
  font-size: 150px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 3px;
}

.open-close {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  max-width: 520px;
  margin: 0 0 0 auto;
  position: relative;
  padding: 0 66px 72px;
}

.open-close .link-holder {
  border-radius: 15px;
  background-color: #b50f1c;
  max-width: 187px;
  padding: 18px 25px 18px 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  position: relative;
  left: -98px;
  top: -34px;
  margin-bottom: -69px;
  transition: 0.3s;
}

.open-close .link-holder:hover {
  opacity: 0.8;
}

.open-close.active .opener {
  transform: rotate(0deg);
}

.open-close .opener {
  position: absolute;
  top: 26px;
  right: 44px;
  color: #b50f1c;
  transition: 0.3s;
  transform: rotate(180deg);
}

.open-close .opener:hover {
  color: #161615;
}

.open-close p {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #161615;
  margin-top: 53px;
  margin-bottom: 25px;
}

.open-close .btn {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.open-close .slide span {
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 23px;
  display: block;
  font-family: "soleil", sans-serif;
}

.open-close .wrapp-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

.open-close .wrapp-item .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: 15px;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 19px 30px 13px;
}

.open-close .wrapp-item .item:last-child {
  margin-right: 0;
}

.open-close .wrapp-item .item .icon {
  margin-bottom: 15px;
}

.open-close .wrapp-item .item p {
  color: #454545;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  margin: 0;
  text-align: center;
}

.open-close .wrapp-item .item:hover {
  border: 1px solid #bebebe;
}

.cards-holder .col:first-child .item {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 80px;
}

.cards-holder .col:last-child {
  position: relative;
  top: 26px;
}

.cards-holder .item {
	border-radius: 20px;
	border: 2px solid #b50f1c;
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 60px 50px 40px;
  text-align: center;
  min-height: 319px;
  margin: 14px 7px;
  max-width: 288px;
  width: 100%;
}

.cards-holder .item .icon {
  margin-bottom: 31px;
}

.cards-holder .item .title {
  color: #161615;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 31px;
}

.cards-holder .item .link {
  width: 30px;
  height: 30px;
  background-color: #b50f1c;
  border-radius: 50%;
  font-size: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.cards-holder .item .link:hover {
  transform: rotate(-90deg);
}

.section-header {
  padding-bottom: 0px;
}

.section-header.text-left {
  padding-bottom: 0px;
}

.section-header.text-left .header-title {
  text-align: left;
}

.section-header .header-title {
  text-align: left;
  margin: 50px 0;
  z-index: 1;
  position: relative;
}

.section-header .header-title.center {
  text-align: center;
}

.section-header .header-title.center h3 {
  font-weight: 500;
}

.section-header .header-title.center span {
  margin-bottom: 32px;
}

.section-header .header-title h2 span {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #161615;
  text-transform: inherit;
  display: block;
  font-family: "soleil", sans-serif;
}

.section-header .header-title span {
  display: block;
  font-size: 18px;
}

.header-title-wrap {
  padding-bottom: 100px;
}

.header-title-wrap#header-title-wrapblock_605cd6956e900 {
  padding-bottom: 25px;
}

.header-title-wrap .header-title {
  text-align: left;
  margin: 50px 0;
}

.header-title-wrap .header-title.center {
  text-align: center;
  margin-bottom: 0;
}

.header-title-wrap .header-title.center h3 {
  font-weight: 500;
}

.header-title-wrap .header-title.center span {
  margin-bottom: 32px;
  font-size: 16px;
}

.header-title-wrap .header-title h2 span {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #161615;
  text-transform: inherit;
  display: block;
  font-family: "soleil", sans-serif;
}

.header-title-wrap .header-title span {
  display: block;
  font-size: 18px;
}

.section-accordion {
  position: relative;
  z-index: 0;
}

.section-accordion .accordion-holder {
  margin-bottom: 57px;
}

.section-accordion.decor {
  padding-bottom: 200px;
}

.section-accordion.decor:after {
  content: '';
  background-image: url(images/decor-warum.png);
  background-size: 640px;
  background-repeat: no-repeat;
  width: 640px;
  height: 600px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.section-accordion .accordion,
.section-accordion .schema-faq,
.section-accordion .schema-custom-faq {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 auto;
  columns: 2;
  padding-bottom: 0px;
}

.section-accordion .accordion .schema-faq-section,
.section-accordion .schema-faq .schema-faq-section,
.section-accordion .schema-custom-faq .schema-custom-faq-section {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 18px;
  margin-bottom: 17px;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}

.section-accordion .accordion .schema-faq-section.active .schema-faq-question,
.section-accordion .schema-faq .schema-faq-section.active .schema-faq-question,
.section-accordion .schema-custom-faq .schema-custom-faq-section.active .schema-custom-faq-question  {
  margin-bottom: 22px;
}

.section-accordion .accordion .schema-faq-section.active .schema-faq-question::before,
.section-accordion .schema-faq .schema-faq-section.active .schema-faq-question::before,
.section-accordion .schema-custom-faq .schema-custom-faq-section.active .schema-custom-faq-question::before {
  transform: rotate(-90deg);
}

.section-accordion .accordion .opener,
.section-accordion .accordion .schema-faq-question,
.section-accordion .schema-faq .opener,
.section-accordion .schema-faq .schema-faq-question,
.section-accordion .schema-custom-faq .opener,
.section-accordion .schema-custom-faq .schema-custom-faq-question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 20px;
  color: #161615;
  /*cursor: pointer;*/
  transition: 0.3s;
    pointer-events: none;
}

.section-accordion .accordion .opener:hover,
.section-accordion .accordion .schema-faq-question:hover,
.section-accordion .schema-faq .opener:hover,
.section-accordion .schema-faq .schema-faq-question:hover,
.section-accordion .schema-custom-faq .opener:hover,
.section-accordion .schema-custom-faq .schema-custom-faq-question:hover {
  opacity: 0.7;
}

.section-accordion .accordion .opener::before,
.section-accordion .accordion .schema-faq-question::before,
.section-accordion .schema-faq .opener::before,
.section-accordion .schema-faq .schema-faq-question::before,
.section-accordion .schema-custom-faq .opener::before,
.section-accordion .schema-custom-faq .schema-custom-faq-question::before {
  /*content: '\e907';*/
    content: '';
  /*font-family: 'icomoon';*/
  width: 30px;
  height: 30px;
  /*border: 2px solid #a3a3a3;*/
    border: 0;
  font-size: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #161615;
  border-radius: 50%;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: 0.3s;
    background-image: url('images/teaser-kamin-naubau.svg');
        background-size: contain;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.section-accordion .accordion .schema-faq-answer,
.section-accordion .schema-faq .schema-faq-answer {
  padding-left: 90px;
  color: #161615;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.section-accordion .accordion .schema-faq-answer p,
.section-accordion .schema-faq .schema-faq-answer p {
  color: #161615;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.section-accordion .accordion .schema-faq-answer li,
.section-accordion .schema-faq .schema-faq-answer li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.section-accordion .accordion .schema-faq-answer li:before,
.section-accordion .schema-faq .schema-faq-answer li:before {
  content: '';
  background-image: url(images/plus-circle.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: -30px;
  top: 6px;
}

.section-accordion .accordion .schema-faq-answer br,
.section-accordion .schema-faq .schema-faq-answer br {
  display: none;
}

.section-accordion .accordion .schema-faq-answer a,
.section-accordion .schema-faq .schema-faq-answer a {
  color: #161615;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
  display: block;
  position: relative;
}

.section-accordion .accordion .schema-faq-answer a:before,
.section-accordion .schema-faq .schema-faq-answer a:before {
  content: '';
  background-image: url(images/plus-circle.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: -30px;
  top: 6px;
}

.lang-holder {
  position: absolute;
  right: 121px;
  top: 31%;
  transform: rotate(-90deg);
  text-align: left;
  z-index: 9;
  opacity: 0.15;
  color: #ffffff;
  font-size: 88px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.76px;
  line-height: 68px;
  width: 330px;
  word-break: break-all;
}

.lang-holder strong {
  font-weight: 600;
}

#section-slider-controlblock_605cdf176e901 {
  padding-bottom: 35px;
}

#section-slider-controlblock_605cdf176e901 .header-title {
  top: 62%;
}

.section-slider-control {
  position: relative;
  z-index: 0;
  padding-bottom: 70px;
  margin-top: -100px;
}

.section-slider-control.big-padding {
	  padding-bottom: 120px;
}

.section-slider-control .slick-track {
  padding: 70px 0 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.section-slider-control .slide {
  position: relative;
}

.section-slider-control .slide .img-holder {
  height: 280px;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.section-slider-control .slide .img-holder:before {
  content: '';
  background-color: rgba(22, 22, 21, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-slider-control .slide.slick-center .circle-icon {
  display: -ms-flexbox;
  display: flex;
}

.section-slider-control .slide.slick-center .controls {
  display: block;
}

.section-slider-control .slide.slick-center .img-holder {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  height: 359px;
  border-radius: 20px;
  margin-top: -58px;
}

.section-slider-control .slide.slick-center .img-holder:before {
  content: none;
}

.section-slider-control .slide.slick-center .title {
  display: block;
}

.section-slider-control .slide.slick-center.only-image .img-holder {
  margin-top: 54px;
}

.section-slider-control .controls {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.section-slider-control .controls .slick-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  font-size: 0;
}

.section-slider-control .controls .slick-arrow:before {
  content: "\e907";
  display: block;
  /* width: 10px; */
  font-size: 10px;
  color: #454545;
  font-family: 'icomoon';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.section-slider-control .controls .slick-arrow.slick-prev {
  left: -15px;
}

.section-slider-control .controls .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
}

.section-slider-control .controls .slick-arrow.slick-next {
  right: -15px;
}

.section-slider-control .no-content .slick-arrow {
  top: 56%;
}

.section-slider-control .no-content .slick-track {
  padding: 70px 0 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.section-slider-control .slick-arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  font-size: 0;
  transition: 0.3s;
}

.section-slider-control .slick-arrow:hover {
  opacity: 0.7;
}

.section-slider-control .slick-arrow:before {
  content: "\e907";
  display: block;
  /* width: 10px; */
  font-size: 10px;
  color: #454545;
  font-family: 'icomoon';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.section-slider-control .slick-arrow.slick-prev {
  left: -15px;
  z-index: 2;
}

.section-slider-control .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
}

.section-slider-control .slick-arrow.slick-next {
  right: -15px;
}

.section-slider-control .slide:hover .circle-icon {
  opacity: 0.7;
}

.section-slider-control .circle-icon {
  width: 50px;
  height: 50px;
  background-color: #b50f1c;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.section-slider-control .circle-icon:hover {
  opacity: 0.9;
  padding: 10px;
  font-size: 25px;
}

.section-slider-control .title {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 45px 22px 33px;
  position: absolute;
  left: 0;
  bottom: -105px;
}

.section-slider-control .title h4, .section-slider-control .title .is-style-h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #161615;
}

.section-slider-control span {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.slider-with-controls {
  position: relative;
}

.slider-with-controls .header-title {
  position: absolute;
  left: 121px;
  top: 46%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 9;
}

.slider-with-controls .header-title h2 {
  color: #fff;
  line-height: 39px;
}

.slider-with-controls .header-title h2 mark {
  text-shadow: 0 0 3px #000000;
  color: #b50f1c;
  font-family: "flood-std";
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 1.4px;
  background-color: transparent;
  display: block;
    position: relative;
    top: 5px;
    left: -10px;
}

.slider-with-controls .header-title span {
	color: #ffffff;
    font-family: "soleil", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 8px;
    max-width: 440px;
    display: block;
}

.center-slider {
  position: relative;
  z-index: 1;
}

.center-slider .slick-slide {
  width: 320px;
  padding-bottom: 38px;
  outline: none;
}

.center-slider .slick-slide.slick-center {
  position: relative;
  z-index: 2;
}

.center-slider .slick-slide.slick-center .img-holder {
  top: 0;
}

.center-slider .slick-slide.slick-center .title {
  visibility: visible;
  opacity: 1;
}

.center-slider .img-holder {
  position: relative;
  height: 220px;
}

.center-slider .img-holder {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  transition-timing-function: linear;
  transition-duration: .5s;
  transition-property: top;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.center-slider .slick-arrow:hover svg g {
  stroke: #ccbe9b;
}

.center-slider .slick-arrow.slick-prev {
  left: 15px;
}

.center-slider .slick-arrow.slick-next {
  right: 15px;
}

.center-slider .slick-arrow svg g {
  transition: stroke .27s ease-in-out;
}

.center-slider .title {
  visibility: hidden;
  width: 100%;
  max-width: 490px;
  transition-timing-function: linear;
  transition-duration: .5s;
  transition-property: opacity, visibility;
  letter-spacing: .05em;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.section-text {
  padding-bottom: 98px;
}

.section-text .header-title {
  text-align: center;
}

.section-text .header-title h2 {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.8px;
  margin-bottom: 7px;
}

.section-text .header-title .slogan-holder {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 8px;
  max-width: 910px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-text .header-title .slogan-holder span {
  text-align: center;
  margin: 0 17px;
}

.section-text .text-holder {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: #161615;
}

.section-text .text-holder b {
	font-weight: 600;
}

.section-text .wrapp-btn {
  text-align: center;
  position: relative;
  top: -7px;
}

.section-text .wrapp-btn .btn {
  max-width: 390px;
  width: 100%;
}

.section-text-column {
  padding: 79px 0 158px;
}

.section-text-column .h1 {
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #161615;
  position: relative;
  margin-bottom: 26px;
}

.section-text-column .h1 mark {
  text-shadow: 0 0 3px #000000;
  color: #b50f1c;
  font-family: "flood-std";
  font-size: 75px;
  font-weight: 400;
  letter-spacing: 1.98px;
  background-color: transparent;
  position: relative;
  left: -31px;
}

.section-text-column span {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 9px;
  color: #161615;
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
}

.section-text-column .text-holder {
  color: #161615;
  position: relative;
  top: 40px;
}

.section-text-column p {
  letter-spacing: 0.8px;
  line-height: 30px;
  font-size: 16px;
}

/* example lightbox styles */

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-demo {
  padding: 5px;
  width: 300px;
}

.lightbox-demo h2 {
  margin: 0 0 10px;
}

.lightbox-demo p {
  margin: 0;
}

.section-cards {
  padding-bottom: 40px;
  padding-top: 25px;
}

.section-cards .df-row {
  margin: -100px -15px 0;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 520px;
  -ms-flex-pack: center;
      justify-content: center;
}

.section-cards .item {
  margin: 0 10px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  min-height: 474px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.section-cards .item:hover .btn {
  opacity: 1;
	pointer-events: all;
}

.section-cards .item:hover .img-holder {
  min-height: 280px;
  top: -35px;
}

.section-cards .item .img-holder {
  min-height: 262px;
  width: 100%;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
	top: 0;
}

.section-cards .item .img-holder .link-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.section-cards .item .item-body {
  text-align: center;
  padding: 48px 37px 32px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.section-cards .item .sup-title {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 7px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-family: "soleil", sans-serif;
}

.section-cards .item .title {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
}

.section-cards .item .title h4, .section-cards .item .title .is-style-h4 {
  font-weight: 500;
}

.section-cards .item .descrip {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.section-cards .btn {
  position: absolute;
  left: 50%;
  top: 222px;
  transform: translateX(-50%);
  min-width: 280px;
 opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.section-custom-slider {
  padding-bottom: 35px;
}

.section-custom-slider .header-title {
  text-align: center;
  margin-bottom: 43px;
}

.section-custom-slider .header-title h2 {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}

.section-custom-slider .header-title span {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.custom-slider {
  margin: 0 -15px;
  padding: 0 0 50px;
}

.custom-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.custom-slider .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  height: auto;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  outline: none !important;
}

.custom-slider .slide.slick-active {
  z-index: 1;
}

.custom-slider .slide.slick-active .slide-content {
  opacity: 0.2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.custom-slider .slide.slick-center:not(.slick-cloned),
.custom-slider .slide.slick-current,
.custom-slider .slide.tmp-center {
  z-index: 3;
}

.custom-slider .slide.slick-center:not(.slick-cloned) .slide-content,
.custom-slider .slide.slick-current .slide-content,
.custom-slider .slide.tmp-center .slide-content {
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transform: scale(1);
}

.custom-slider .slide.inactive,
.custom-slider .slide.tmp-inactive {
  z-index: 2;
}

.custom-slider .slide.inactive .slide-content,
.custom-slider .slide.tmp-inactive .slide-content {
  opacity: 0.2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: scale(0.68);
}

.custom-slider .slide.no-anim .slide-content {
  transition: none;
}

.custom-slider .slide-content {
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.custom-slider.not-enough-slides .slide .slide-content {
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  transform: scale(1);
  opacity: 1;
}

.custom-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  margin: 0 calc(15px/2);
}

.custom-slider .slick-prev {
  right: 50%;
}

.custom-slider .slick-next {
  left: 50%;
}

.custom-slider blockquote {
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: #161615;
  margin-bottom: 0;
  position: relative;
  padding: 44px 40px 26px;
}

.custom-slider blockquote::before {
  content: '';
  background-image: url(images/blockquote.svg);
  display: block;
  width: 39px;
  height: 36px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.custom-slider blockquote::after {
  content: '';
  background-image: url(images/blockquote.svg);
  display: block;
  width: 39px;
  height: 36px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transform: rotate(-180deg);
}

.custom-slider blockquote p {
  max-width: 500px;
  margin: 0 auto 12px;
}

.custom-slider blockquote span {
  color: #a3a3a3;
}

.custom-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  font-size: 0;
  padding: 3px;
  border: 2px solid #a3a3a3;
  transition: 0.3s;
}

.custom-slider .slick-arrow:hover {
  opacity: 0.7;
}

.custom-slider .slick-arrow:before {
  content: "\e907";
  display: block;
  /* width: 10px; */
  font-size: 10px;
  color: #454545;
  font-family: 'icomoon';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.custom-slider .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
}

.section-column {
  padding-bottom: 107px;
}

.section-column .df-row {
  -ms-flex-pack: center;
      justify-content: center;
}

.section-column .col {
  width: 100%;
}

.section-column .item {
  max-width: 266px;
  text-align: center;
  margin: 0 auto;
}

.section-column .item .icon {
  margin-bottom: 38px;
  min-height: 50px;
}

.section-column .item .descrip {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
  margin: 0 5px;
}

.section-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom;
  z-index: 0;
  overflow: hidden;
}

.section-banner::before {
  content: '';
  background-image: url(images/smoke.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: top;
  position: absolute;
  left: 0;
  top: -120px;
  display: block;
  z-index: -1;
  width: 100%;
  height: 130%;
}

.section-banner:after {
  content: '';
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 160px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.section-banner .header-title {
  text-align: center;
  padding: 195px 0 78px;
  margin-bottom: 21px;
}

.section-banner .header-title .h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.2px;
  color: #fff;
  margin-bottom: 0;
}

.section-banner .header-title span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 9px;
  max-width: 810px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-family: "soleil", sans-serif;
  margin-bottom: 30px;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.section-tabs .tabs_extended .tabset {
    margin-top: 0;
    display: block;
}

.section-tabs .tabs_extended .tabset li {
    width: 100%;
}

.section-tabs .tabs_extended .tabset li a {
    border-radius: 20px;
    margin-bottom: 20px;
}

.section-tabs .tabs_extended .tab-content {
    border-radius: 20px;
}

.section-tabs .tabs_extended .tabset li.active a {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.section-tabs {
  z-index: 1;
  position: relative;
}

.section-tabs .container {
  max-width: 1227px;
}

.section-tabs .tabset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-top: -162px;
  z-index: 2;
  position: relative;
  padding: 0;
  list-style-type: none;
}

.section-tabs .tabset li {
  width: 100%;
  margin-right: 15px;
	flex-grow: 1;
}

.section-tabs .tabset li:last-child {
  margin-right: 0;
}

.section-tabs .tabset li.active a {
  box-shadow: none;
}

.section-tabs .tabset li a .icon, .section-tabs .tabset li a span, .section-tabs .tabset li a .arrow {
	filter: grayscale();
}

.section-tabs .tabset li.active a .icon, .section-tabs .tabset li.active a span, .section-tabs .tabset li.active a .arrow {
	opacity: 1;
	filter: unset;
}

.section-tabs .tabset li.active a .arrow {
  transform: rotate(-90deg);
}

.section-tabs .tabset li.active a span,
.section-tabs .tabset li.active a .icon,
.section-tabs .tabset li.active a .arrow {
  opacity: 1;
}

.section-tabs .tabset li a {
  border-radius: 20px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding: 12px 29px 12px 21px;
  color: #161615;
  font-family: "canada-type-gibson";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.section-tabs .tabset li a span {
  margin: 3px 10px 0 0;
  padding: 0 10px;
  opacity: 0.7;
}

.section-tabs .tabset li a .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 30px;
  opacity: 0.7;
}

.section-tabs .tabset li a .arrow {
  width: 30px;
  height: 30px;
  background-color: #b50f1c;
  font-size: 10px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}

.section-tabs .tab-content {
  padding: 53px 12px 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}

.section-tabs .tab-content .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
    flex-direction: column-reverse;
}



@media all and (max-width: 768px) {
    
}

@media all and (min-width: 768px) {
    .section-tabs .tab-content .holder {
        flex-direction: row;
        align-items: center;
    }
}

.section-tabs .tab-content .card-img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}

.section-tabs .tab-content .card-img img {
    width: 100%;
}

.section-tabs .tab-content h3 {
  margin-top: 2px;
  margin-bottom: 18px;
  font-weight: 500;
  color: #161615;
  letter-spacing: 0.5px;
}

.section-tabs .tab-content ul {
  color: #161615;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 40px;
  margin-bottom: 23px;
  padding-left: 30px;
}

.section-tabs .tab-content ul li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.section-tabs .tab-content ul li:before {
  content: '';
  background-image: url(images/plus-circle.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: -30px;
  top: 10px;
}

.section-tabs .tab-content .btn {
  max-width: 389px;
  width: 100%;
}

.section-rows {
  z-index: 0;
}

.section-rows .extras-top {
  padding: 170px 0 100px;
  margin-top: -90px;
}

.section-rows .extras-top .wrapp-row {
  padding: 0;
}

.section-rows .wrapp-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 0 0;
}

.section-rows {
	padding-bottom: 40px;
}

.section-rows .wrapp-row.last-row {
  padding: 40px 0;
}

.item-button.container {
    text-align: center;
    margin-top: 20px;
}

.section-rows .wrapp-row.last-row .card-text {
  padding-top: 50px;
}

.section-rows .wrapp-row.reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.section-rows .wrapp-row.reverse .item:first-child {
  margin-right: 0px;
}

.section-rows .wrapp-row .card-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
	overflow: hidden;
	position: relative;
}

.section-rows .wrapp-row .card-img.card-img-compare.images-compare-before {
    position: absolute;
}

.section-rows .wrapp-row .card-img.no-padding {
  padding: 0;
}

.section-rows .wrapp-row .card-text h6 {
  margin-bottom: 36px;
  font-weight: 600;
}

.section-rows .wrapp-row .card-text p, p {
  color: #161615;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
}

.section-rows li, #main li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;	
}

.section-rows .wrapp-row .card-text p:not(:last-child) {
  margin-bottom: 32px;
}

.wp-block-separator {
  position: relative;
  width: 100%;
  z-index: 0;
  border: 0;
}

.wp-block-separator::after {
  content: '';
  width: 63px;
  height: 62px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  background-image: url(images/chimney-gray.svg);
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 50%;
  /* transform: translateY(-50%); */
  z-index: 1111;
  margin: 0 auto;
}

.wp-block-separator::before {
  content: '';
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.wp-block-separator .circle-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  background-color: #fff;
  max-width: 115px;
  margin: 0 auto;
}

.decor-hr {
  position: relative;
  width: 100%;
  z-index: 0;
}

.decor-hr:before {
  content: '';
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.decor-hr .circle-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  background-color: #fff;
  max-width: 115px;
  margin: 0 auto;
}

.decor-hr .circle {
  width: 63px;
  height: 62px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}

.decor-hr .circle img {
  width: 32px;
}

[id="wrapper"] {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

[id="main"] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

html {
  -webkit-text-size-adjust: 100%;
}

#main .section-hero.inner:first-child {
  margin-top: -100px;
}

.container {
  max-width: 1222px;
  padding: 0 15px;
  margin: 0 auto;
}

.container .container {
    padding: 0;
}

.home #main {
  padding-top: 0;
}

#main {
  padding-top: 100px;
}

.bg-gray {
  background-color: #e8e8e8;
}

.header-title {
  text-align: center;
  margin-bottom: 64px;
}

.header-title h2 {
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.8px;
}

.header-title span {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
}

.page-wrap {
  padding: 100px 0;
}

.search-form {
  max-width: 400px;
}

.search-form fieldset {
  display: -ms-flexbox;
  display: flex;
}


.item.card-img img {
    width: 100%;
}


.navigation-line .nav-holder li:last-child a.to_top, .icon-arrow.to_top {
    width: 50px;
    height: 50px;
    background-color: #b50f1c;
    border-radius: 50%;
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    transform: rotate(-90deg);
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 99;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.to_top_wrapper {
    display: none;
}

#footer {
  background: #454545;
  z-index: 0;
  position: relative;
}

#footer:after {
  content: '';
  background-image: url(images/smoke-inversion.png);
  background-size: 762px;
  background-repeat: no-repeat;
  width: 762px;
  height: 714px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}

#footer .wrapp-btn .btn {
  margin-right: 45px;
}

#footer .wrapp-btn .btn:last-child {
  margin-right: 0;
}

.footer-banner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 18px 15px 18px 62px;
  margin-bottom: -55px;
  z-index: 99;
  position: relative;
  top: -55px;
}

.footer-banner .link-holder {
  border-radius: 15px;
  background-color: #b50f1c;
  max-width: 204px;
  padding: 13px 23px 13px 26px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  position: relative;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-banner .link-holder:hover {
  opacity: 0.8;
}

.footer-banner .text-banner {
  margin-right: 15px;
}

.footer-banner .text-banner span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 7px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: 11px;
  display: block;
  font-family: "soleil", sans-serif;
}

.footer-banner .text-banner p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #161615;
  margin: 0;
}

.social-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 42px 0 17px;
  border-bottom: 2px solid rgba(22, 22, 21, 0.18);
}

.social-line p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 15px;
}

.social-line ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
}

.social-line ul li {
  margin-left: 29px;
}

.social-line ul a {
  color: #fff;
  transition: 0.3s;
}

.social-line ul a:hover {
  color: #b50f1c;
}

.address-wrapper {
  padding: 51px 0 33px;
  border-bottom: 2px solid rgba(22, 22, 21, 0.18);
  -ms-flex-pack: center;
      justify-content: center;
    align-items: center;
}

.address-wrapper .item {
  text-align: center;
}

.address-wrapper address {
  font-style: normal;
  max-width: 260px;
  margin: 0 auto;
}

.address-wrapper address span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
  margin-bottom: 14px;
}

.address-wrapper address strong {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  margin-bottom: 19px;
}

.line-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 38px 0 17px;
  border-bottom: 2px solid rgba(22, 22, 21, 0.18);
}

.line-buttons p {
  color: #fff;
  margin-right: 15px;
}

.navigation-line {
  padding: 43px 0px 32px;
}

.navigation-line .col:first-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 12px;
}

.navigation-line .nav-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation-line .nav-holder li {
  margin-right: 15px;
}

.navigation-line .nav-holder li:last-child {
  margin-right: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.navigation-line .nav-holder li:last-child a {
  transition: 0.3s;
}

.navigation-line .nav-holder li:last-child a:hover {
  opacity: 0.7;
}

.navigation-line .nav-holder strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 30px;
  margin-bottom: 9px;
  display: block;
}

.navigation-line .nav-holder .menu {
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
}

.navigation-line .nav-holder .menu li.active a {
  color: #b50f1c;
}

.navigation-line .nav-holder .menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 30px;
  transition: 0.3s;
}

.navigation-line .nav-holder .menu a:hover {
  color: #b50f1c;
}

.copyraight-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 5px;
}

.copyraight-line p,
.copyraight-line a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 30px;
  transition: 0.3s;
}

.copyraight-line a:hover {
  color: #b50f1c;
}


.address-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    /*background-color: #fff;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

/*Sabrina*/
.content_image_round, .content_image_round figure {
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

@media all and (max-width: 480px) {
    .slider-with-controls .header-title h2, .section-hero .text-holder span, .section-hero h1  {
  -ms-word-break: break-all;
      word-break: break-all;

       word-break: break-word;

  -webkit-hyphens: auto; /* Saf 5.1+ */
     -moz-hyphens: auto; /* Fx 6.0+ */
      -ms-hyphens: auto; /* IE 10+ */
          hyphens: auto; /* None yet */
    }
}

@media (min-width: 480px) {
    
   
  .df-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .df-row.df-aic-ph {
    -ms-flex-align: center;
        align-items: center;
  }

  .df-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }

  .df-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .df-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .df-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .df-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .df-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .df-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .df-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .df-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .df-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .df-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .df-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }

  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }

  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }

  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }

  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }

  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }

  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }

  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }

  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }

  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }

  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }

  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }

  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }

  .nav-opener p {
    display: block;
  }

  .section-column .col {
    width: 50%;
  }
}

@media (min-width: 481px) {
  .custom-slider .slide-content {
    width: 274%;
    -ms-flex: 0 0 274%;
        flex: 0 0 274%;
    opacity: 0;
    transform: scale(0.68);
  }
}

@media (min-width: 768px) {
  .df-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .df-row.df-aic-sm {
    -ms-flex-align: center;
        align-items: center;
  }

  .df-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }

  .df-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .df-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .df-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .df-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .df-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .df-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .df-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .df-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .df-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .df-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .df-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }

  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }

  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }

  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }

  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }

  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }

  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }

  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }

  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }

  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }

  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }

  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }

  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }

  .df-row {
    margin: 0 -15px;
  }

  body {
    font-size: 18px;
    line-height: 1.2;
  }

  [id="twocolumns"] {
    display: -ms-flexbox;
    display: flex;
  }

  [id="content"] {
    width: 70%;
  }

  [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
  }

  #sidebar .search-form input,
  #sidebar
      .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }

  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }

  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3, .is-style-h3 {
    font-size: 28px;
  }

  h4,
  .h4, .is-style-h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3, .is-style-h3,
  h4, .is-style-h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }

  .nav-drop > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .nav-drop li > ul {
    position: absolute;
  }

  .section-hero h1 {
    line-height: 77px;
  }

  .section-hero h1.second-display {
    top: -20px;
    left: -26px;
    margin-bottom: -15px;
  }

  .section-slider-control .slick-arrow.slick-prev {
    left: calc( (100% - 364px ) / 2);
  }

  .section-slider-control .slick-arrow.slick-next {
    right: calc( (100% - 364px ) / 2);
  }

  .section-text-column .h1 {
    line-height: 58px;
  }

  .section-column .col {
    width: 25%;
  }

  .section-tabs .tabset li a {
    font-size: 20px;
  }

  .section-tabs .tab-content {
    padding: 53px 21px 35px;
  }

  .section-tabs .tab-content .holder {
    -ms-flex-pack: initial;
        justify-content: initial;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }

  .section-tabs .tab-content .card-img {
    max-width: 368px;
    margin-right: 25px;
    margin-bottom: 0;
  }

  .df-row {
    margin: 0 0px;
  }
}

@media (min-width: 1024px) {
  .df-row.df-rr-md {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .df-row.df-aic-md {
    -ms-flex-align: center;
        align-items: center;
  }

  .df-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
        flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }

  .df-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
        flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .df-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
        flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .df-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
        flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .df-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
        flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .df-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
        flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .df-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
        flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .df-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
        flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .df-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
        flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .df-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
        flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .df-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
        flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .df-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
        flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }

  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }

  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }

  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }

  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }

  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }

  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }

  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }

  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }

  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }

  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }

  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }

  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3, .is-style-h3 {
    font-size: 25px;
  }

  h4,
  .h4, .is-style-h4 {
    font-size: 25px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .fixed-position .logo {
    width: 220px;
    padding: 50px 35px 13px;
  }

  .fixed-position .logo a img {
    min-width: 140px;
    width: 140px;
  }

  .logo {
    width: 256px;
    padding: 50px 35px 13px;
  }

  #nav {
    display: block;
  }

  .nav-drop {
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
  }

  .cards-holder .col:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .section-slider-control .slick-arrow.slick-prev {
    left: calc( (100% - 364px ) / 2);
  }

  .section-slider-control .slick-arrow.slick-next {
    right: calc( (100% - 364px ) / 2);
  }

  .section-cards {
    padding-bottom: 100px;
  }

  .section-cards .df-row {
    margin: -156px -15px 0;
  }

  .section-rows .wrapp-row {
    padding: 70px 0 0;
  }
	
	.section-rows {
		padding-bottom: 70px;
	}

  .section-rows .wrapp-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .section-rows .wrapp-row.first-row {
    padding: 100px 0 70px;
  }

  .section-rows .wrapp-row.last-row {
    padding: 100px 0 140px;
  }

  .section-rows .wrapp-row.reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .section-rows .wrapp-row.reverse .item:last-child {
    margin-right: 116px;
  }

  .section-rows .wrapp-row .item:first-child {
    margin-right: 36px;
  }

  .section-rows .wrapp-row .card-img {
    /*min-height: 380px;*/
    width: 490px;
    min-width: 490px;
    min-height: 490px;
    margin-bottom: 0;
  }
}

@media (min-width: 1150px) {
  .nav-drop li + li {
    padding-left: 36px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3, .is-style-h3 {
    font-size: 25px;
  }

  h4,
  .h4, .is-style-h4 {
    font-size: 25px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .section-hero h1 mark {
    font-size: 99px;
  }

  .section-text-column .h1 mark {
    font-size: 99px;
  }

  .section-tabs .tabset {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: -76px;
  }

  .section-tabs .tabset li {
    width: 33.33%;
  }

  .section-tabs .tabset li a .icon {
    max-width: 52px;
  }

  .section-tabs .tab-content .card-img {
    margin-right: 115px;
  }

  .section-rows .wrapp-row .item:first-child {
    margin-right: 116px;
  }

  .section-rows .wrapp-row .card-text {
    padding-top: 20px;
  }
}

@media (max-width: 1360px) {
  .slider-with-controls .header-title {
    left: 15px;
  }
}

@media (max-width: 1209px) {
  .section-cards .item .item-body {
    min-height: 213px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }

  .section-cards .item .title h4, .section-cards .item .title .is-style-h4 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .section-hero .text-holder.second {
    padding-left: 0px;
    margin-right: 0px;
  }

  .open-close .wrapp-item .item {
    padding: 19px 20px 13px;
  }

  .lang-holder {
    right: -100px;
  }

  .slider-with-controls .header-title h2 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .slider-with-controls .header-title h2 mark {
        font-size: 42px;
    top: -5px;
    left: -5px;
  }

	.slider-with-controls .header-title span {
		font-size: 12px;
		max-width: 370px;
		line-height: 16px;
	}

  .section-tabs .tabset li:not(:first-child) a {
    border-radius: 0;
  }
}

@media (max-width: 1149px) {
  .section-cards .item .item-body {
    padding: 48px 15px 32px;
  }
}

@media (max-width: 1023px) {
	.slider-with-controls .header-title span {
		font-size: 12px;
		max-width: 350px;
		line-height: 16px;
		letter-spacing: 3px;
	}
	
	
	
  iframe {
    width: 100%;
  }

  .drop-holder {
    height: 100vh;
  }

  .drop-holder .drop {
    overflow: auto;
    height: calc(100vh - 89px);
  }

  .drop-holder .content-holder {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .drop-holder .mobile-menu {
    display: -ms-flexbox;
    display: none;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 25px;
  }

  .drop-holder .mobile-menu .nav-menu {
    margin-right: 15px;
    width: 100%;
  }

  .drop-holder .mobile-menu {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: start;
  }

  .drop-holder .mobile-menu .nav-menu {
    margin-right: 0px;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
  }

  .drop-holder .mobile-menu .nav-menu li {
    margin-right: 15px;
  }

  .drop-holder .mobile-menu .nav-menu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    color: #161615;
    font-family: "soleil", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.95px;
  }

  .drop-holder .mobile-menu .nav-menu a .icon {
    margin-bottom: 7px;
    min-height: 33px;
  }

  .section-hero:after {
    content: none;
  }

  .section-hero {
    min-height: auto;
    margin-bottom: 0px;
  }

  .section-hero.inner .text-holder {
    min-height: 350px;
  }

  .section-hero .opener-line {
    padding: 100px 0 52px;
    height: auto;
  }

  .section-hero .opener-line .container {
    height: auto;
  }

  .section-hero .col {
    width: 100%;
  }

  .section-hero h1 br {
    display: none;
  }

  .section-hero .text-holder {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
    text-align: center;
  }

  .section-hero .text-holder .descrip {
    max-width: 100%;
  }

  .section-hero .text-holder .wrapp-btn {
    margin: 0 auto;
  }

  .section-hero .link-to-bottom {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    transform: translateX(0);
    margin-top: 20px;
  }

  .open-close {
    margin: 0 auto;
    max-width: 100%;
  }

  .open-close .link-holder {
    left: -79px;
  }

  .cards-holder .col {
    width: 100%;
  }

  .cards-holder .col:first-child .item {
    margin-bottom: 0px;
  }

  .cards-holder .col:last-child {
    top: 0px;
  }

  .cards-holder .item {
    min-height: auto;
    padding: 30px 20px 20px;
    max-width: 100%;
  }

  .section-accordion .col {
    width: 100%;
  }

  .section-accordion.decor {
    padding-bottom: 50px;
  }

  .section-accordion .accordion,
  .section-accordion .schema-faq,
  .section-accordion .schema-custom-faq {
    columns: unset;
    padding-bottom: 45px;
  }

  .section-text {
    padding-bottom: 35px;
  }

  .section-text-column .h1 {
    margin-bottom: 0px;
  }

  .section-text-column .h1 br {
    display: none;
  }

  .section-text-column .h1 mark {
    left: 0px;
  }

  .custom-slider blockquote::before {
    left: 10px;
    top: 10px;
  }

  .custom-slider blockquote::after {
    right: 10px;
    bottom: 10px;
  }

  .section-column {
    padding-bottom: 40px;
  }

  .section-tabs .tabset {
    margin-top: -157px;
  }

  .section-rows .wrapp-row .card-img {
    /*min-height: 250px;*/
    max-width: 490px;
   width: 100%;
  }

  .footer-banner {
    padding: 18px 15px 18px 15px;
  }

  .navigation-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
  }

  .navigation-line .col:first-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-bottom: 20px;
  }

  .navigation-line .nav-holder {
    width: 100%;
  }
}

@media (max-width: 849px) {
  .section-header {
    padding-bottom: 25px;
  }

  .section-header.text-left {
    padding-bottom: 0px;
  }

  .header-title-wrap {
    padding-bottom: 25px;
  }

  .section-accordion .accordion,
  .section-accordion .schema-faq,
  .section-accordion .schema-custom-faq {
    padding-bottom: 0px;
  }

  .lang-holder {
    display: none;
  }

  #section-slider-controlblock_605cdf176e901 {
    padding-bottom: 0px;
  }

  .section-slider-control {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .section-slider-control .slick-track {
    padding: 70px 0 120px;
  }

  .section-slider-control .no-content .slick-track {
    padding: 0px 0 0px;
  }

  .section-slider-control .title {
    padding: 20px 15px 20px;
    bottom: -20px;
  }

  .section-slider-control .title h4, .section-slider-control .title .is-style-h4 {
    font-size: 18px;
  }

  .section-slider-control span {
    font-size: 14px;
  }

  .slider-with-controls .header-title {
    position: static;
    margin-bottom: 0;
    padding-left: 15px;
    transform: translateY(-11%);
  }

  .slider-with-controls .header-title h2 {
    color: #161615;
  }

  .slider-with-controls .header-title span {
    color: #161615;
	  max-width: unset
		  
  }
}

@media all and (max-width: 768px) {
    .section-hero h1 mark {
        hyphens: auto;
    }
    
    .navigation-line .nav-holder li:last-child a.to_top, .icon-arrow.to_top {
        bottom: 90px;
        right: 10px;
    }
    
    .navigation-line .nav-holder li:last-child.bottom a.to_top, .bottom .icon-arrow.to_top {
        bottom: 140px;
    }
}

@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }

  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: '»';
    font-size: 15px;
  }

  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: '«';
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }

  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: '»';
    font-size: 15px;
  }

  .navigation-single .prev a:after {
    content: '«';
  }

  .drop-holder {
    padding: 25px 0 0;
  }

  .drop-holder .content-holder .nav-secondary li {
    margin-bottom: 10px;
    width: 100%;
  }

  .drop-holder .content-holder .nav-secondary li a {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .drop-holder .content-holder .nav-secondary ul li {
    margin-bottom: 0px;
  }

  .drop-holder .content-holder .nav-secondary ul a, .drop-holder .content-holder .nav-secondary ul li ul a {
    font-size: 12px;
  }

  .drop-holder .content-holder .content-block {
    width: auto;
    max-width: 446px;
    width: 100%;
  }

  .section-hero h1 mark {
    font-size: 40px;
      hyphens: auto;
  }

  .section-hero .text-holder span {
    font-size: 16px;
  }

  .section-hero .text-holder .title {
    margin-bottom: 20px;
  }

  .section-hero .text-holder .title span {
    font-size: 16px;
  }

  .text-vertical {
    display: none;
  }

  .open-close {
    padding: 0 25px 35px;
  }

  .open-close .link-holder {
    left: -40px;
  }

  .open-close p {
    font-size: 20px;
  }

  .open-close .slide span {
    font-size: 16px;
  }

  .cards-holder .item .icon {
    margin-bottom: 15px;
  }

  .cards-holder .item .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section-text .header-title .slogan-holder {
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 14px;
  }

  .section-text-column .h1 mark {
    font-size: 40px;
  }

  .section-text-column span {
    font-size: 14px;
  }

  .section-cards .df-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-cards .df-row .col {
    width: 100%;
  }

  .section-cards .item {
    min-height: 435px;
    margin-bottom: 40px;
  }

  .section-cards .item .item-body {
    margin: 0 auto;
    padding: 20px 15px 32px;
    min-height: 175px;
  }

  .section-custom-slider .header-title span {
    font-size: 14px;
  }

  .section-banner .header-title span {
    font-size: 14px;
  }

  .header-title {
    margin-bottom: 35px;
  }

  .header-title span {
    font-size: 14px;
  }

  #footer .wrapp-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #footer .wrapp-btn .btn {
    margin-right: 0;
  }

  #footer .wrapp-btn .btn i {
    margin: 0 12px;
  }

  .footer-banner {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .footer-banner .text-banner {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .social-line {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .address-wrapper .col {
    width: 100%;
  }

  .line-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 38px 0 17px;
  }

  .line-buttons .col {
    width: 100%;
    text-align: center;
  }

  .navigation-line .nav-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .navigation-line .nav-holder li {
    width: 100%;
    text-align: center;
  }

  .navigation-line .nav-holder li:last-child a {
    position: absolute;
    right: 15px;
    bottom: 60px;
  }

  .navigation-line .nav-holder .menu li:last-child a {
    position: static;
  }
}

@media (max-width: 599px) {
  .section-slider-control .controls .slick-arrow.slick-prev {
    left: 10px;
  }

  .section-slider-control .controls .slick-arrow.slick-next {
    right: 10px;
  }

  .section-slider-control .slick-arrow.slick-prev {
    left: 10px;
  }

  .section-slider-control .slick-arrow.slick-next {
    right: 10px;
  }

  .section-slider-control .title {
    width: 100%;
  }
	
	.section-slider-control.big-padding {
		padding-bottom: 0;
	}
	
	.custom-slider .slick-track, .custom-slider .slide {
		align-items: flex-start;
	}
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 479px) {
  .drop-holder .mobile-menu .nav-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .drop-holder .mobile-menu .nav-menu li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .open-close .wrapp-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .open-close .wrapp-item .item {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section-accordion .accordion .schema-faq-answer,
  .section-accordion .schema-faq .schema-faq-answer {
    padding-left: 25px;
  }

  .search-form fieldset {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .search-form fieldset input {
    width: 100%;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}



/*------------------------------------*\
    KALKULATOR
\*------------------------------------*/

body .gform_wrapper .gf_progressbar {
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.05);
    box-shadow: inset 0 0 0px 0px rgba(0,0,0,.05);
    padding: 10px 0;
    width: 100%;
}

body .gform_wrapper .percentbar_blue {
    background-color: #454545;
}

body .gform_wrapper .gf_progressbar_percentage {
    height: 8px;
    border-radius: 8px !important;
}

body .gform_wrapper .gf_progressbar:after {
    height: 8px;
    margin-top: -8px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.05);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.05);
    border-radius: 8px;
}

body .gform_wrapper .gf_progressbar_percentage span::before {
    content: 'Ihr Fortschritt: ';
}

body .gform_wrapper .gf_progressbar_percentage span {
    display: block;
    text-shadow: none;
    font-family: 'Roboto';
    font-size: 12px;
    text-shadow: none;
    position: absolute;
    top: -20px;
    color: #454545;
    margin: 0;
    letter-spacing: 0.6px;
    font-weight: 400;
}

body .gform_wrapper ul.gfield_radio li {
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
    width: 100%;
}

body .gform_wrapper ul.gfield_radio li:hover label, .gchoice_select_all, body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    opacity: 1;
    box-shadow: 0 0 5px rgba(0,0,0,1);
}

.custom_images .image-choices-choice-selected .image-choices-choice-image-wrap, .custom_images .image-choices-choice:hover .image-choices-choice-image-wrap {
    box-shadow: 0 0 5px rgba(0,0,0,1) !important;
    opacity: 1 !important;
}

body .image-choices-field .image-choices-choice-selected, body .image-choices-admin-field.image-choices-use-images .image-choices-choice, body .image-choices-field .image-choices-choice {
    border: 0;
    outline: none;
}

body .gform_wrapper ul.gfield_radio li label {
    margin: 7.5px 7.5px !important;
    width: calc(100% - 15px);
    outline: none;
    text-align: center;
    background: #fff;
    border: 1px solid #ffffff;
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.26);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    transition: 0.3s ease;
    padding: 10px 15px !important;
    cursor: pointer;
    box-sizing: border-box !important;
    letter-spacing: 0.6px;
    color: #454545;
    opacity: 1;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    max-width: 100% !important;
}

body .gform_wrapper .custom_dach_label ul.gfield_radio li label {
    background-color: #454545;
    color: #fff;
    padding: 25px 0 !important;
}

body .gform_wrapper ul.gfield_radio li.image-choices-choice label {
    padding: 25px !important;
    hyphens: auto;
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto;
    height: calc(100% - 15px);
}

body .gform_wrapper .custom_images ul.gfield_radio li label {
    margin: 15px 0!important;
    width: 100%;
}

body .gform_wrapper .custom_radio ul.gfield_radio li label {
    margin: 0 !important;
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    opacity: 1;
    padding: 0 !important;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.75px;
    box-shadow: none !important;
}

body .gform_wrapper .custom_radio {
    margin-top: 50px !important;
}

body .gform_wrapper .custom_images ul.gfield_radio li label {
    box-shadow: none !important;
    padding: 0 !important;
}

body .gform_wrapper .custom_images span.image-choices-choice-image-wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.26);
    width: calc(100% - 20px);
    min-height: 200px;
    border-radius: 10px;
    margin: 10px;
    opacity: 0.7;
}

body .gform_wrapper .custom_radio ul.gfield_radio::before {
    content: '';
    position: absolute;
    left: 15px;
    right: 25px;
    background: #454545;
    height: 2px;
    border-radius: 0;
    z-index: 1;
    top: 10px;
}

body .gform_wrapper .custom_radio ul.gfield_radio {
    position: relative;
}

body .gform_wrapper .custom_radio ul.gfield_radio li label::before {
    content: '';
    position: relative;
    top: 1px;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid;
    z-index: 1;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #fff;
}

body .gform_wrapper .custom_radio ul.gfield_radio li label::after {
    content: '';
    position: absolute;
    top: 4px;
    width: 14px;
    height: 14px;
    display: block;
    border: 0;
    z-index: 1;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #fff;
}

body .gform_wrapper .custom_radio ul.gfield_radio li:first-child label::before {
    left: 0;
}

body .gform_wrapper .custom_radio ul.gfield_radio li:first-child label::after {
    left: 3px;
}

body .gform_wrapper .custom_radio ul.gfield_radio li:nth-child(2) label::before, body .gform_wrapper .custom_radio ul.gfield_radio li:nth-child(2) label::after {
    left: 50%;
    transform: translateX(-50%);
}


body .gform_wrapper .custom_radio ul.gfield_radio li:last-child label::before {
    left: calc(100% - 20px);
}

body .gform_wrapper .custom_radio ul.gfield_radio li:last-child label::after {
    left: calc(100% - 17px);
}



.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label::after, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label::after {
    background: #454545;
}




body .gform_wrapper .custom_radio ul.gfield_radio li:first-child label {
    text-align: left;
}

body .gform_wrapper .custom_radio ul.gfield_radio li:last-child label {
    text-align: right;
}

body .gform_wrapper form/*, .wp-block-column */ {
    position: relative;
    min-height: 798px;
    max-height: calc(100% - 50px);
}

.wp-block-column {
    position: relative;
    max-height: calc(100% - 50px);
}

body .gform_wrapper ul.gfield_radio li input[type=radio] {
    display: none;
}

body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    display: none;
}

body .image-choices-field.image-choices-show-labels .image-choices-choice-text {
    text-align: center;
    letter-spacing: 0.75px;
    color: #454545;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    margin-top: 0;
    padding-top: 0;
    white-space: normal;
}

body .gform_wrapper h1, body .gform_wrapper h2, body .gform_wrapper h3 {
    letter-spacing: 0px;
    color: #454545;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}


body .gform_page {
    display: flex;
    flex-direction: column-reverse;
}

body .gform_wrapper .gform_page_footer {
    border: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 60px;
    align-items: center;
}

body .gform_wrapper .gform_page_footer .button.gform_next_button, body .gform_wrapper .gform_page_footer .button.gform_previous_button, .custom_next, .custom_prev {
    background-color: #454545;
    color: #fff;
    padding: 10px;
    border: 0;
    -webkit-appearance: none;
    letter-spacing: 0.75px;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 !important;
    outline: none;
    transition: 0.3s ease;
    cursor: pointer;
    border-radius: 0;
}

body .image-choices-field .image-choices-choice-image-wrap {
    background-size: cover;
    margin-bottom: 15px;
}

body .image-choices-field.images_contain .image-choices-choice-image-wrap {
    background-size: contain;
    
}

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label { 
    letter-spacing: 0;
    color: #454545;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

body #gform_wrapper_2 .top_label .gfield_label, body #gform_wrapper_2 legend.gfield_label {
	font: 16px/1.2 "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
}

body .gform_wrapper .top_label .small_label .gfield_label, body .gform_wrapper .small_label legend.gfield_label {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.75px;
    margin-top: 30px;
}

body #gform_wrapper_2 .top_label .small_label .gfield_label, body #gform_wrapper_2 .small_label legend.gfield_label {
	font: 16px/1.2 "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
}

body .gform_wrapper .gfield_required {
    display: none;
}

.left_column_bg {
    position: relative;
}

.left_column_bg .wp-block-image .aligncenter {
    margin-top: 40px;
}

.left_column_bg::before {
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 0;
    display: block;
    text-align: right;
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #454545;
    transform: rotate(-90deg) translateY(-50%);
}

.left_column_bg h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 35px;
    line-height: 41px;
}

.left_column_bg h2 img {
    margin-bottom: 40px;
}

.left_column_bg h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.calculator_wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    min-height: 798px;
    max-height: calc(100% - 50px);
    flex-wrap: nowrap;
}

.calculator_wrapper .wp-block-column:not(:first-child) {
    margin: 25px 0 0 100px;
    position: relative;
}

body img.gform_ajax_spinner {
 display: none !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 0;
    margin-top: 60px;
}

body .gform_wrapper ul li.gfield.custom_list, .zusatz {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}


body .gform_wrapper ul li.field_description_below.custom_list div.ginput_container_radio, body .gform_wrapper ul li.field_description_below.zusatz div.ginput_container_radio {
    width: 30%;
    margin-top: 0;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
}

li#field_1_65 {
    margin-top: -8px;
}

input#input_1_65_1 {
    margin-bottom: 0;
}

.custom_left {
    padding-right: 16px !important;
}

.custom_right {
    padding-left: 16px !important;
}

body .gform_wrapper ul li.field_description_below.custom_list .gfield_label, body .gform_wrapper ul li.field_description_below.zusatz .gfield_label {
    width: 70%;   
    padding-right: 30px;
}

body .gform_wrapper ul li.gfield.custom_list label, body .gform_wrapper ul li.gfield.zusatz label {
    padding: 12px 0 !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    line-height: 1.2 !important;
}

body .ginput_container.ginput_container_number::after {
    content: 'm';
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.26);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 12px 30px !important;
    letter-spacing: 0.6px;
    color: #454545;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    white-space: pre;
    margin-top: 12px;
}

body #field_1_28 .ginput_container.ginput_container_number::after, body #field_1_67 .ginput_container.ginput_container_number::after {
    margin-top: 0;
}

body .ginput_container.ginput_container_number input {
    background: #ECECEC;
    border-radius: 10px;
    padding: 12px !important;
    border: 0;
    -webkit-appearance: none;
    text-align: center;
    
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.6px !important;
    height: 40px;
    outline: none;
}

body .ginput_container.ginput_container_number input::placeholder {
    color: #4e4e4e;
}


body .ginput_container.ginput_container_number input::-webkit-input-placeholder { /* Edge */
    color: #4e4e4e;
}

body .ginput_container.ginput_container_number input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4e4e4e;
}

body .ginput_container.ginput_container_number {
    display: flex;
    align-items: center;
}

body .gform_wrapper input[type=text], body .gform_wrapper input[type=email] {
    background: #ECECEC;
    border-radius: 10px;
    padding: 12px !important;
    border: 0;
    -webkit-appearance: none;
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.6px !important;
    height: 40px;
    outline: none;
}

body .gform_wrapper input[type=text]::placeholder, body .gform_wrapper input[type=email]::placeholder {
    /*color: #c3c3c3;*/
    color: #4e4e4e;
}


body .gform_wrapper input[type=text]::-webkit-input-placeholder, body .gform_wrapper input[type=email]body .ginput_container.ginput_container_number input::-webkit-input-placeholder { /* Edge */
    color: #4e4e4e;
}

body .gform_wrapper input[type=text]:-ms-input-placeholder, body .gform_wrapper input[type=email]body .ginput_container.ginput_container_number input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4e4e4e;
}


body #input_1_69 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body #input_1_69 {
    background: #ECECEC;
    border-radius: 10px;
    padding: 12px !important;
    border: 0;
    -webkit-appearance: none;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.6px !important;
    height: 40px;
    outline: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
}

body .gform_wrapper * {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

body .gform_wrapper .gform_page_footer .button.gform_button, .cta_btn, #custom_finish {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.26);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    letter-spacing: 0.6px;
    padding: 15px 60px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 14px !important;
    margin: 0;
    transition: 0.3s ease;
    color: #000;
}

#custom_finish {
    cursor: pointer;
    background-color: #b50f1c;
    color: #fff;
}

body .gform_wrapper .gform_page_footer .button.gform_button:hover, .cta_btn:hover {
    background-color: #ECECEC;
}

#custom_finish:hover {
    background-color: #fff;
    color: #000;
}



body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0px !important;
}

body .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0!important;
}


body .gform_wrapper .top_label .image-choices-show-labels {
    position: relative;
}

body .gform_wrapper .top_label .image-choices-show-labels .gfield_label {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}

body .gform_wrapper .top_label .image-choices-show-labels.label_relative .gfield_label {
    position: relative;
    bottom: 0;
    text-align: left;
    margin-bottom: -15px;
}

.gf_right_half.image-choices-show-labels {
    padding-left: 15px;
    padding-right: 0 !important
}

#gform_wrapper_1 .gftt-icon {
    content: "\e805";
    margin-left: 55px;
    color: #454545;
}

i#gftt-1_66 {
    top: 10px;
}

#gform_wrapper_1 #gftt-1_2.gftt-icon {
    margin: 0;
}

.gftt-label {
    visibility: hidden;
}

#field_1_28 .gftt-label {
    visibility: visible;
}

#gform_wrapper_1 #field_1_28 .gftt-icon {
    content: "\e805";
    margin-left: 0;
    color: #454545;
}

body #powerTip {
    letter-spacing: 0.6px;
    opacity: 1;
    font-size: 12px;
    font-family: 'Roboto';
    line-height: 18px;
    font-weight: 400;
    padding: 15px 20px;
    hyphens: auto;
}

body .image-choices-field.gf_list_3col .image-choices-choice, body .gform_wrapper .gfield.image-choices-field.gf_list_3col li.image-choices-choice {
    margin-right: 0 !important;
    width: 33.33% !important;
    padding: 0 !important;
}

body .gform_wrapper h2 {
    margin-bottom: 40px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    margin-bottom: -20px;
}

body .gform_wrapper div.gform_body ul.gform_fields li#field_1_32.gfield.gfield_html, body .gform_wrapper div.gform_body ul.gform_fields li#field_1_45.gfield.gfield_html {
    margin-bottom: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li#field_1_32.gfield.gfield_html {
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 18px;
    margin-bottom: 30px;
    margin-top: 60px !important;
}

body ul#gform_fields_1_6 {
    max-width: 520px;
}

body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
    width: 100%;
    padding: 0 !important;
}

body .custom_no_valid p, body .custom_info p {
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    hyphens: auto;
}

body .custom_no_valid, body .custom_info {
    background-color: #B80000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.26);
    border-radius: 10px;
    text-align: left;
    hyphens: auto;
    margin: 25px 0 0 0 !important;
}


body .custom_info {
    padding: 10px 15px !important;
}

body .custom_no_valid p {
    padding: 10px 15px;
    margin: 0;
}

body .custom_info {
    background-color: #454545;
    color: #fff;
}

body .custom_info a {
    position: relative;
    background-color: #fff;
    color: #454545;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,1);
    display: inline-block;
    margin: 4px 0;
    
}

body .custom_info a:hover {
    background-color: #454545;
    color: #fff;
}

body .gform_wrapper .gform_page_footer .button.gform_next_button, body .gform_wrapper .gform_page_footer .button.gform_previous_button, .custom_prev, .custom_next {
    /*transition: border 0.3s ease;*/
    transition: 0.3s ease;
    line-height: inherit !important;
    /*border-bottom: 1px solid #fff;*/
    border: 1px solid #fff;
    /*padding: 0;*/
}

.custom_next, .custom_prev {
    width: auto;
    text-align: center;
    min-height: 2rem;
}

body .custom_info a::after {
    content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
}

.custom_nav_gf {
    border: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
}

.custom_next.custom_next_disabled {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

body .gform_wrapper .gform_page_footer .button.gform_next_button:hover, body .gform_wrapper .gform_page_footer .button.gform_previous_button:hover, .custom_prev:hover, .custom_next:hover {
    /*border-bottom: 1px solid #454545;*/
    color: #454545;
    background: #fff;
    border: 1px solid #454545;
}

body .custom_no_valid p::before, body .custom_info::before {
    content: "\e805" !important;
    font-family: "gfflt";
    font-style: normal;
    font-weight: normal;
    color: #fff;
    margin-right: 5px !important;
}

body .gform_wrapper #gform_page_1_6 .top_label li.gfield.gf_left_half, body .gform_wrapper #gform_page_1_6 .top_label li.gfield.gf_right_half {
    margin-top: 0;
}

img.rauchzug_laenge {
    position: absolute;
    right: 0;
    top: 120px;
}

li#field_1_29 {
    margin-top: 100px;
}

li#field_1_27, li#field_1_28, li#field_1_76, li#field_1_29 {
    width: 50%;
}

.custom_policy {
    letter-spacing: 0.6px;
    color: #000;
    opacity: 1;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom_policy a:hover {
    text-align: under;
    text-decoration: underline;
}

.custom_policy input {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #ECECEC;
    border-radius: 5px;
    margin-right: 5px;
    top: 2px;
    position: relative;
    outline: none;
    border: 1px solid;
    vertical-align: text-bottom;
    
}

.custom_policy input:checked::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 700;
    padding: 5px;
    box-sizing: border-box;
    font-size: 10px;
    padding: 3px 3px;
}

body .image-choices-field.gf_list_2col .image-choices-choice, body .gform_wrapper .gfield.image-choices-field.gf_list_2col li.image-choices-choice {
    width: 50% !important;
    margin-right: 0 !important;
}

body .image-choices-field.gf_list_1col, body .image-choices-field.gf_list_2col, body .image-choices-field.gf_list_3col, body .image-choices-field.gf_list_4col, body .image-choices-field.gf_list_5col, body .gform_wrapper .gfield.image-choices-field.gf_list_2col, body .gform_wrapper .gfield.image-choices-field.gf_list_3col, body .gform_wrapper .gfield.image-choices-field.gf_list_4col, body .gform_wrapper .gfield.image-choices-field.gf_list_5col {
    margin-right: 0 !important;
}

body .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, body .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, body .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, body .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, body .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, body .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, body .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, body .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    width: 100%;
}

body .gform_wrapper .top_label li ul.gfield_checkbox, body .gform_wrapper .top_label li ul.gfield_radio, body #gform_wrapper_1.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox, body #gform_wrapper_1.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.progress_step {
    width: 10px;
    height: 10px;
    background-color: #454545;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0 8px;
}

.active_progress.progress_step {
    opacity: 1;
}
.progress_step_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

li#field_1_62 {
    padding-right: 16px !important;
}

body .gform_confirmation_message_1 {
    padding: 15px 0;
    letter-spacing: 0.75px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

body .gform_confirmation_message_1 strong {
    letter-spacing: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: block;
}

body .gform_confirmation_message_1 img {
    margin: 40px auto;
    display: block;
}

body .gform_confirmation_message_1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 520px;
}

li#field_1_76 span.gftt-label {
    visibility: visible;
}

body #gform_fields_1_7 .ginput_container.ginput_container_number::after {
    margin-top: 0;
}

body .ginput_container_number .instruction {
    display: none;
}

body .gform_wrapper form, .wp-block-column, .wp-block-cover, .wp-block-cover-image {
    box-sizing: border-box;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media all and (max-width:1440px) { 
    body .gform_wrapper form, /*.wp-block-column,*/ .calculator_wrapper {
        min-height: 570px;
    }
    
    
    body #gform_page_1_6 .gform_wrapper .gform_page_footer {
        margin-top: 20px;
        
    }
}

@media all and (max-width:1024px) {    
    body .image-choices-field .image-choices-choice-image-wrap {
        width: 50px;
        height: 50px;
    }
    
    .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 30px);
    }
    
    
     .left_column_bg h3 {
        line-height: 20px;
        font-size: 16px;
    }
    
    .left_column_bg h2 img {
        margin-bottom: 20px;
        width: 25px;
    }
    
    
    
    .left_column_bg h2 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .calculator_wrapper .wp-block-column:not(:first-child) {
        margin: 0 40px;
    } 
   
}


@media all and (max-width:768px) {
    body .gform_wrapper .ginput_complex.ginput_container_address .ginput_left, body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        display: inline-block;
    }
    
    body div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%;
        display: inline-block;
        margin-right: -4px;
    }
    
    .progress_step_ul {
        display: none;
    }
    
    body .gform_confirmation_message_1 {
        position: relative;
        left: 0;
        right: 0;
        top: 0%;
        transform: translateY(-0%);
        max-width: 100%;
    }

    body .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin: 0 auto;
        display: block;
    }
    
    body .gform_wrapper .ginput_container span.gfield_required {
        display: inline;
    }
    
    body .gform_wrapper .ginput_container span:not(.ginput_price).image-choices-choice-text {
        margin: 15px auto 0;
    }
    
     body .gform_wrapper ul li.field_description_below.custom_list .gfield_label, body .gform_wrapper ul li.field_description_below.zusatz .gfield_label, body .gform_wrapper ul li.field_description_below.custom_list div.ginput_container_radio, body .gform_wrapper ul li.field_description_below.zusatz div.ginput_container_radio {
        width: 50%;
    }
    
    body .gform_wrapper ul li.field_description_below.custom_list div.ginput_container_radio, body .gform_wrapper ul li.field_description_below.zusatz div.ginput_container_radio ul {
        display: flex;
    }
    
    
    body .gform_wrapper ul.gform_fields li.gfield.custom_radio ul.gfield_radio {
        display: flex;
        flex-wrap: nowrap !important;
    }
    
    body .gform_wrapper ul.gform_fields li.gfield.custom_radio ul.gfield_radio li {
        width: 100%;
    }
    
    .calculator_wrapper {
        padding: 0;
        flex-wrap: wrap;
    }
    
    .wp-block-column {
        flex-basis: 100%!important;
    }
    
    .left_column_bg::before {
        right: 50%;
        top: 100%;
        transform: rotate(0deg);
    }
    
    body .gform_wrapper form, .wp-block-column, .wp-block-cover, .wp-block-cover-image {
        min-height: unset;
        max-height: unset;
    }
    
    /*.wp-block-column.left_column_bg {
        min-height: 0;
    }*/
    
    .calculator_wrapper .wp-block-column:not(:first-child) {
        margin: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    .left_column_bg .wp-block-image {
        display: none;
    }

    
    body .gform_wrapper .gfield.image-choices-field.gf_list_2col, body .gform_wrapper .gfield.image-choices-field.gf_list_3col {
        margin-right: 0 !important;
    }
    
    body .gform_wrapper ul.gfield_radio li.image-choices-choice label {
        padding: 10px !important;
    }
    body .gform_wrapper .custom_images ul.gfield_radio li label {
        padding: 0 !important;
    }
    
    body .gform_page {
        margin-bottom: 90px;
    }

    i#gftt-1_66 {
        top: 22px;
    }
    
    body .gform_wrapper .top_label li ul.gfield_checkbox, body .gform_wrapper .top_label li ul.gfield_radio {
        width: 100%;
    }
    
    body ul#gform_fields_1_6 {
        max-width: 100%;
    }
}

@media all and (max-width: 640px) {
    body .gform_wrapper input[type=text], body .gform_wrapper input[type=email] {
        text-align: left !important;
    }
    
    li#field_1_62 {
        padding-right: 0 !important;
    }
    
    body .gform_wrapper .ginput_complex.ginput_container_address .ginput_left, body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right, body div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 100%;
    }
    
    body .address_zip {
        margin-top: 16px !important;
        margin-bottom: -8px !important;
    }
    
    .custom_next, .custom_prev {
        width: 100%;
    }
    
    body .gform_wrapper#gform_wrapper_1 .gform_page_footer .button.gform_button, #custom_finish {
        width: 100%;
        margin-left: 5px;
        padding: 12px;
    }

}

@media all and (max-width: 600px) {
    li#field_1_27, li#field_1_28, li#field_1_76, li#field_1_29 {
        width: 100%;
    }
    
    img.rauchzug_laenge {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
    
    li#field_1_27, li#field_1_28 {
        width: 100%;
    }
    
    li#field_1_29 {
        margin-top: 0;
    }
    
    ul#input_1_27 {
        display: flex;
    }
}

@media all and (max-width: 480px) {
    body .gform_wrapper .gform_page_footer {
        margin-bottom: 20px;
    }
    
    body .gform_wrapper ul.gfield_radio li.image-choices-choice label {
        padding: 10px 4px !important;
    }
    
    #site-navigation .menu-hauptmenue-container.menu_open {
        width: 100vw;
    }
    
    body .gform_wrapper .gf_progressbar_wrapper {
        margin-bottom: 0;
        margin-top: 70px;
    }

    body .gform_wrapper .custom_images span.image-choices-choice-image-wrap {
        min-height: 110px;
    }
    
    .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 15px);
    }
    
    .left_column_bg h3 {
        line-height: 18px;
        font-size: 14px;
    }
    
    .left_column_bg h2 img {
        margin-bottom: 10px;
        width: 20px;
    }
    
    .left_column_bg h2 {
        font-size: 22px;
        line-height: 25px;
        margin-top: 10px;
    }
    
    body .image-choices-field.gf_list_3col .image-choices-choice, body .gform_wrapper .gfield.image-choices-field.gf_list_3col li.image-choices-choice {
        width: 50% !important;
    }
    
    body .gform_wrapper .custom_radio ul.gfield_radio li label {
        font-size: 12px;
    }
    
    
    
    body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
        font-size: 14px;
    }
    
    body .gform_wrapper ul li.field_description_below.custom_list .gfield_label, body .gform_wrapper ul li.field_description_below.zusatz .gfield_label, body .gform_wrapper ul li.field_description_below.custom_list div.ginput_container_radio, body .gform_wrapper ul li.field_description_below.zusatz div.ginput_container_radio {
        width: 100%;
    }
    
    body .gform_wrapper ul li.field_description_below.custom_list div.ginput_container_radio, body .gform_wrapper ul li.field_description_below.zusatz div.ginput_container_radio ul {
        display: flex;
    }
    
    body .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-left: 0;
    }
    
    .address_zip input, .name_last input {
        margin-top: 0 !important;
    }
}

#main.is_calculator {
    padding-top: 0;
}

.is_calculator .wp-block-cover.has-background-dim {
    height: 100%;
}

.is_calculator .left_column_bg .container {
    height: 100%;
}

.calculator_wrapper .container {
     padding: 0;
    max-width: unset;
}

.is_calculator > .container {
    max-width: unset;
}

/*--------------------------------------------------------------
# GF FORM ERRORS
--------------------------------------------------------------*/
.gform_wrapper div.validation_error {
    display: none;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: 0; 
    margin-bottom: 0!important;
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.gform_wrapper li.gfield_error textarea, body .gform_wrapper .top_label .gfield_error textarea.textarea  {
    border: 1px solid red;
}

body .gform_wrapper .validation_message {
    color: red;
    font-family: 'Roboto', sans-serif;
}

/*DESIGNER QA ZUSATZ STYLING*/

/*STYLING RÜCKRUFSERVICE*/
.call_service_popUp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.call_service_popUp.active {
	opacity: 1;
	pointer-events: all;
} 

.call_service_inner {
	opacity: 0;
	pointer-events: none;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 791px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000026;
    padding: 50px 100px 45px;
	transition: .3s;
	overflow: hidden;
}

.call_service_inner.active {
	pointer-events: all;
	opacity: 1;
}

body .call_service_inner .gform_wrapper form {
    min-height: unset;
    max-height: unset;
}

.call_service_title {
    text-align: center;
    line-height: 44px;
    padding: 0 50px;
    margin-bottom: 33px;
}

.call_service_info {
	line-height: 24px;
    position: relative;
    color: #A3A3A3;
    padding-left: 35px;
    margin-bottom: 30px;
}

.call_service_info:before {
	position: absolute;
	content: "\f05a";
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background-image: url('images/info-circle.svg');
	background-position: center;
	background-size: contain;
}

.call_service_close {
	position: absolute;
    display: block;
    background-image: url(images/close-window.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    right: 26px;
    top: 20px;
    padding: 10px;
	cursor: pointer;
	transition: .3s;
}

.call_service_close:hover {
	transform: rotate(90deg);
}

body .call_service_inner .gform_wrapper input[type=text], body .call_service_inner .gform_wrapper input[type=email],body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background: rgba(190, 190, 190, .3);
    border-radius: 18px;
    padding: 0 10px !important;
    text-align: center;
    font-family: "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px !important;
    line-height: 30px !important;
    letter-spacing: 0.7px !important;
    height: auto;
    outline: none;
    margin: 0 !important;
	border: 0;
	height: 30px;
}

body .call_service_inner .gform_wrapper input[type=text]:focus, body .call_service_inner .gform_wrapper input[type=email]:focus, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select:focus , body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select:focus , body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select:focus, body .call_service_inner .gform_wrapper input[type=text]:active, body .call_service_inner .gform_wrapper input[type=email]:active, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select:active , body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select:active , body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select:active,body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, body .call_service_inner .gform_wrapper ul.gform_fields li.gfield select{
	background: rgba(190, 190, 190, .7);
}

body .call_service_inner .gform_wrapper input[type=text]::placeholder, body .call_service_inner .gform_wrapper input[type=email]::placeholder {
	opacity: .3;
}

body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	text-align-last: center;
	-webkit-appearance: none;
}

body .call_service_inner .gform_wrapper .top_label div.ginput_container {
	margin-top: 0
}

body .call_service_inner .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
}

body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 0;
}

body .call_service_inner .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) {
    display: flex;
}

body .call_service_inner .gform_wrapper .top_label .gfield_label, body .call_service_inner .gform_wrapper legend.gfield_label {
    letter-spacing: 0;
    color: #161615;
    font-family: "canada-type-gibson", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
	letter-spacing: 0.8px;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) .gfield_label {
    width: calc(100% - 490px);
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) .ginput_container.ginput_container_select {
	max-width: 490px;
	width: 100%;
}

body .call_service_inner .gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) {
    width: calc(100% - 202px);
    display: flex;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) .gfield_label {
	width: calc(100% - 288px);
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) div.ginput_container {
	max-width: 288px;
	width: 100%;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(5) {
    width: 100%;
	max-width: 202px;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) input {
	width: 100%;
}

body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield:nth-child(5) div.ginput_complex span.ginput_left select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield:nth-child(5)  div.ginput_complex span.ginput_right select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield:nth-child(5)  select {
	width: calc(100% - 15px);
	margin-left: 15px !important;
}

body .call_service_inner .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

body .call_service_inner label.gfield_consent_label {
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 14px;
}

body .call_service_inner .gform_wrapper li.hidden_label input[type="checkbox"] {
	margin: 0;
    margin-right: 10px;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 4px solid rgba(190, 190, 190, .7);
    border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body .call_service_inner .gform_wrapper li.hidden_label input[type="checkbox"]:checked {
	border: 3px solid rgba(190, 190, 190, .7);
	background-image: url('images/close-window-red.svg');
	padding: 3px;
}

body .call_service_inner .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    display: flex;
}

body .call_service_inner .gform_wrapper .gform_footer input.button, body .call_service_inner .gform_wrapper .gform_footer input[type=submit], body .call_service_inner .gform_wrapper .gform_page_footer input.button, body .call_service_inner .gform_wrapper .gform_page_footer input[type=submit] {
    background: #b50f1c;
    color: #fff;
    border: #b50f1c;
    border: #b50f1c;
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .03em;
    padding: 12px 38px;
    margin: 0 0 0 auto;
    vertical-align: top;
    text-align: center;
    font-family: "soleil", sans-serif;
	transition: .3s;
}

body .call_service_inner .gform_wrapper .gform_footer input.button:hover, body .call_service_inner .gform_wrapper .gform_footer input[type=submit]:hover, body .call_service_inner .gform_wrapper .gform_page_footer input.button:hover, body .call_service_inner .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #860b15;
    color: #fff;
    border: #860b15;	
}

.gform_confirmation_message {	
    text-align: center;
    color: rgba(163, 163, 163, 1);
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) .ginput_container.ginput_container_select, body .call_service_inner .gform_wrapper ul li.gfield:nth-child(5) .ginput_container.ginput_container_select, body .call_service_inner .gform_wrapper select {
	position: relative;
	  -webkit-appearance: none;
}

body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) .ginput_container.ginput_container_select:after , body .call_service_inner .gform_wrapper ul li.gfield:nth-child(5) .ginput_container.ginput_container_select:after {
	position: absolute;
    content: "";
    background-image: url(images/select-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media all and (max-width: 850px) {
	.call_service_inner {
		max-width: unset;
		width: calc(100% - 30px);
		padding: 50px 50px 45px;
	}
}

@media all and (max-width: 768px) {
	.nav-drop {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	
	.nav-drop > ul {
		-ms-flex-pack: center;
		justify-content: center;
		display: flex;
	}
	
	.drop-holder .content-holder .nav-secondary ul a, .drop-holder .content-holder .nav-secondary ul li ul a {
		font-size: 16px;
		line-height: 20px;
		padding: 8px 0;
	}
	
	.drop-holder .content-holder .nav-secondary li {
		/*margin-bottom: 20px;*/
	}
	
	.drop-holder .content-holder .nav-secondary > li > a {
		font-size: 25px;
		line-height: 35px;
		/*margin-bottom: 10px;*/
	}
	
	#footer {
		padding-bottom: 75px;
	}
	
	.section-hero .text-holder {
		text-align: left;
	}
	
	.section-hero h1 {
		line-height: 50px;
	}
	
	.open-close .link-holder {
		left: -66px;
	}
	
	.section-hero .opener-line {
		padding: 177px 0 52px;
	}
    
    .nav-secondary > li > a, .drop-holder .content-holder .nav-secondary ul a, .drop-holder .content-holder .nav-secondary ul li ul a {
        padding-bottom: 10px;
    }
    
    .drop-holder .content-holder .nav-secondary ul li ul a, .drop-holder .content-holder .nav-secondary ul li li {
        width: 100%;
    }
    
    .drop-holder .content-holder .nav-secondary ul li {
        display: block;
    }
    
    .drop-holder .content-holder .nav-secondary ul li li.menu-item-has-children {
        display: flex;
    }
    
    .drop-holder .content-holder .nav-secondary ul {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 15px;
    }
    
    .drop-holder .content-holder .nav-secondary > li.active > ul {
        display: block;
    }
    
    .drop-holder .content-holder .nav-secondary > li {
        display: flex;
        flex-wrap: wrap;
    }
    
    .drop-holder .content-holder .nav-secondary li .mobile_toggle {
        display: none;
    }
    
    .drop-holder .content-holder .nav-secondary > li.menu-item-has-children > .mobile_toggle {
        display: flex;
        padding: 0 20px;
        flex-grow: 1;
        text-align: right;
        align-items: center;
        justify-content: flex-end;
    }
    
    .drop-holder .content-holder .nav-secondary > li.menu-item-has-children .mobile_toggle i {
        transform: rotate(-90deg);
    }
    
    .drop-holder .drop {
        position: relative;
    }
    
    .drop-holder .content-holder .nav-secondary ul li {
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    
    .drop-holder .content-holder .nav-secondary > li.menu-item-has-children li .mobile_toggle {
        padding: 0;
    }
    
    .menuback {
        color: #b50f1c;
    }
    
    .drop-holder .content-holder .nav-secondary li li.menu-item-has-children .mobile_toggle {
        display: inline-block;
        flex-grow: 1;
        text-align: right;
    }
    
    .drop-holder .content-holder .nav-secondary li li.menu-item-has-children .mobile_toggle i {
        transform: rotate(0);
    }
    
    
    .drop-holder .content-holder .nav-secondary ul li.sub_active ul {
        display: block;
        position: relative;
    }
    
    .drop-holder .content-holder .nav-secondary ul li.sub_active p {
        display: none;
    }
    
    .drop-holder .content-holder .nav-secondary ul li.sub_active li .sub_toggle {
        display: none;
    }
    
    .drop-holder .content-holder .nav-secondary > li.menu-item-has-children .sub_active .sub_toggle i {
        transform: rotate(180deg);
    }

}

@media all and (max-width: 767px) {
		
	.navigation-line .nav-holder li {
		margin-right: 0;
	}
	
	.navigation-line .nav-holder li div {
		display: none;
	}
	
	.navigation-line .nav-holder li {
		text-align: left;
	}
	
	.navigation-line .nav-holder strong {
		font-size: 20px;
		margin-bottom: 0;
		padding: 25px 0;
		border-bottom: 1px solid #FFF;
		position: relative;
	}
	
	.navigation-line .nav-holder strong:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 15px;
		height: 15px;
		background-image: url('images/angle-down-white.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transition: .4s;
	}
	
	.navigation-line .nav-holder strong.open:after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.navigation-line .nav-holder li:last-child a {
		position: unset;
	}
	
	.navigation-line .nav-holder > li:last-child {
		text-align: center;
		margin-top: 40px;
	}
	.address-wrapper {
		padding: 25px 0 0;
		border-bottom: 0;
	}
	
	.address-wrapper .item {
		padding: 25px 0;
		border-bottom: 2px solid rgba(22, 22, 21, 0.18);
	}
	
	.address-wrapper .col.col-sm-4:last-child .item {
		padding-bottom: 50px;
	}
	
}

@media all and (max-width: 480px) {
	.call_service_inner {
		padding: 35px 15px;
		height: 80vh;
		overflow: auto;
	}
	
	.call_service_close {
		right: 13px;
		top: 10px;
	}
		
	body .call_service_inner .gform_wrapper .name_first {
		margin-bottom: 20px !important;
	}
	
	.call_service_title {
		line-height: 25px;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) {
		flex-wrap: wrap;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(3) .gfield_label {
		width: 100%;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) {
		flex-wrap: wrap;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) .gfield_label {
		width: 100%;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(5) .ginput_container.ginput_container_select {
		margin-top: 30px;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) {
		width: 100%;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(5) {
		max-width: unset;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(5) .ginput_container.ginput_container_select {
		margin-top: 0;
	}
	
	body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield:nth-child(5) div.ginput_complex span.ginput_left select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield:nth-child(5) div.ginput_complex span.ginput_right select, body .call_service_inner .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield:nth-child(5) select {
		width: 100%;
		margin-left: 0 !important;
	}
	
	body .call_service_inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: unset;
		min-height: 2rem;
	}
	
	body .call_service_inner .gform_wrapper ul li.gfield:nth-child(4) div.ginput_container {
		max-width: unset;
	} 
	
	.open-close .link-holder {
		left: -26px;
	}
	
	.section-hero h1 {
		line-height: 36px;
		font-size: 30px;
		margin-bottom: 9px;
	}
    
    .section-hero h1 mark {
        font-size: 30px;
        hyphens: auto;
    }
	
	h1.second-display {
		margin-bottom: 20px;
	}

	.section-hero .text-holder {
		margin-bottom: 110px;
		padding-left: 0;
	}
	
}

.cards-holder {
    display: block;
}

.cards-holder .col:first-child {
    display: block;
}

.df-row .col-md-6 {
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
}

.cards-holder .col:first-child .item {
    margin-bottom: 0;
}

.cards-holder .item {
    border-radius: 20px;
    border: 2px solid #b50f1c;
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
	justify-content: space-around;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 40px 40px;
    text-align: center;
    min-height: 260px;
    margin: 0 0 25px auto;
    max-width: 288px;
    width: 100%;
}

.cards-holder .item .icon {
    margin-bottom: 5px;
}


.cards-holder .item .title {
    margin-bottom: 10px;
}

@media all and (max-width: 1023px) {
	.cards-holder .col:first-child .item, .cards-holder .item {
		width: 100%;
		max-width: unset;
		margin-bottom: 25px;
	}	
}

/*PRELOAD*/
.preload {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*NEW MENU*/
.top-bar-register {
	background-color: #B50F1C;
    position: relative;
    z-index: 3;
}

.top-register {
    list-style: none;
    padding-left: 0;
    max-width: 1222px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
}

.top-register-item {
    margin-top: 6px;
	margin-right: 25px;
	position: relative;
	transition: .25s ease;
}

.top-register-item a {
    color: #FFF;
    line-height: 16px;
    padding: 13px 15px 15px 60px;
    display: block;
    letter-spacing: 0.32px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 20px 20px 0 0;
	position: relative;
	font-size: 16px;
	transition: .25s ease;
}

.top-register-item a:after, .top-register-item a:before {
	background-color: transparent;
	content: "";
	position: absolute;
	width: 15px;
	height: 10px;
	bottom: 0;
	transition: .25s ease;
}

.top-register-item:before, .top-register-item:after {
	background-color: #B50F1C;
	content: "";
	position: absolute;
	bottom: 0;
	width: 15px;
	height: 10px;
	z-index: 1;
}

.top-register-item:after {
	border-radius: 0 0 0 20px;
}

.top-register-item:before {
	border-radius: 0 0 20px 0;
}

.top-register-item a:after, .top-register-item:after {
	right: -15px;
}

.top-register-item a:before, .top-register-item:before {
	left: -15px;
}

.top-reg-icon {
    display: block;
    width: 29px;
    height: 29px;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
	opacity: 0;
	transition: .25s ease;
}

.top-reg-icon.white {
	opacity: 1;
}

.top-register-item.active a, .top-register-item a:hover {
	color: #B50F1C;
	background-color: #FFF;
}

.top-register-item.active a:before, .top-register-item.active a:after, .top-register-item a:hover:before , .top-register-item a:hover:after {
	background-color: #FFF;
}

.top-register-item.active .top-reg-icon.white, .top-register-item a:hover .top-reg-icon.white {
	opacity: 0;
}

.top-register-item.active .top-reg-icon.red, .top-register-item a:hover .top-reg-icon.red {
	opacity: 1;
}


.nav-opener.mobile {
	display: none;
}

.mobile-menu {
    display: none;
}


/*************
**STYLING NEW MENU
************/
#nav.nav-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.nav-menu > li {
	margin-right: 33px;
}

.nav-menu li a {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 16px;
    font-weight: 500;
    color: #161615;
}

.nav-menu li a:hover {
    color: #B50F1C;
}

.nav-menu > li > .drop-hold .drop {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 81px;
    width: 100%;
    background-color: #FFF;
}

.nav-secondary {
    padding-left: 0;
    list-style: none;
}

.nav-menu > li > .mega {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 81px;
    width: 100%;
    left: 0;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 5px #0000000d;
	transition: .3s ease-in-out;
	overflow: auto;
}

.nav-menu > li.active > .mega {
	opacity: 1;
	pointer-events: all;
} 

.sticky-wrap.fixed-position .nav-menu > li > .mega {
	top: 73.8px;
}

.nav-opener {
	display: none;
}


.mega .container {
	padding: 0 15px;
}

.mega .content-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mega-img-container {
    width: 30%;
    padding: 65px 0 100px 38px;
    background-color: #E8E8E8;
    position: relative;
}

.mega-img-container:after, .mega-img-container:before {
    width: 100vw;
    right: -100vw;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: #E8E8E8;
}

.mega-img-container:before {
	right: auto;
	left: 0;
	height: 100vh;
	bottom: -100vh;
	top: auto;
}

.mega .content-holder > .nav-secondary {
    width: 70%;
    padding: 65px 0 45px 0;
    display: flex;
    flex-wrap: wrap;
}

.mega .content-holder > .nav-secondary > li {
    width: 33.3333%;
    margin-bottom: 55px;
}

.mega-img-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 28px;
}

.mega-img-title {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 28px;
}

.mega-img-container .btn {
    color: #FFF;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.mega-img-container .btn:hover {
	color:#FFF;
}

.mega .content-holder .nav-secondary .nav-secondary {
    display: block;
    width: 100%;
    padding: 35px 0 0;
}

.mega .content-holder .nav-secondary .container {
	padding: 0;
}

.mega .content-holder .nav-secondary .nav-secondary li {
	margin-bottom: 0;
	padding: 0 0 15px 0;
    width: 100%;
}

.mega .content-holder .nav-secondary .nav-secondary li:last-child {
	padding-bottom: 0;
}

.mega .content-holder .nav-secondary .nav-secondary li a {
	color: #A3A3A3;
	letter-spacing: 0.8px;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}

.mega .content-holder .nav-secondary .nav-secondary li a:hover {
	color: #161615;
}

.mega .content-holder .nav-secondary .nav-secondary li a:before {
	width: 13px;
	height: 2px;
	border-radius: 1px;
	background-color: #B50F1C;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mobile_toggle {
	display: none;
}

.nav-active .drop-holder {
    display: none;
}

.mega-inner {
    overflow: hidden;
}


@media all and (max-width: 1170px) {
	.nav-menu > li {
		margin-right: 25px;
	}
	
	.logo {
		width: 230px;
		padding: 45px 25px 13px;
	}
}

@media all and (max-width: 1080px) {
	.logo {
		width: 180px;
		padding: 60px 25px 13px;
	}
	
	.nav-menu > li {
		margin-right: 20px;
	}
}

@media all and (max-width: 1024px) {
	.logo {
		padding: 60px 15px 13px;
	}
	
	.nav-opener {
		display: block;
	}
	
	#header {
		padding: 0;
	}
	
	nav.main-nav {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		transition: .3s ease-in-out;
		top: 75px;
		width: 100%;
		padding: 30px 0 15px;
		background-color: #FFF;
		left: 0;
	}
	
	.sticky-wrap.fixed-position nav.main-nav {
		top: 68px;
		padding: 33px 0 15px;
	}
	
	.nav-active nav.main-nav {
		opacity: 1;
		pointer-events: all;
	}
	
	#nav.nav-menu {
		width: 100%;
		padding: 0 15px;
	}
	
	.nav-menu > li {
		width: 20%;
	}
	
	.nav-menu > li > .mega {
		top: 66px;
	}
	
	.sticky-wrap.fixed-position .nav-menu > li > .mega {
		top: 69px;
	}
	
	.mega .content-holder > .nav-secondary {
		padding: 30px 0 45px 0;
	}
	
	.mega .content-holder > .nav-secondary > li {
		margin-bottom: 30px;
	}
	
	.mega .content-holder .nav-secondary .nav-secondary {
		padding: 25px 0 0;
	}
	
	.menu-item-has-children .mobile_toggle {
		display: inline-block;
		padding: 0 20px;
	}
	
	.mega .mobile_toggle  {
		display: none;
	}
	
	.mobile_toggle i {
		font-size: 15px;
	}
	
	.nav-menu li.active > a, .nav-menu li.active .mobile_toggle i {
		color: #B50F1C;
	}
	
	.nav-menu li.active .mobile_toggle {
		transform: rotate(180deg);
	}
	
	.nav-menu > li > .mega {
		border-top: 2px solid #0000000D;
		border-radius: 0;
	}

}

@media all and (max-width: 991px) {
	.nav-menu > li > .mega {
		height: calc(100vh - 191px);
	}
	
	.sticky-wrap.fixed-position .nav-menu > li > .mega {
		height: calc(100vh - 136.8px);
	}
	
	.mega .content-holder {
		flex-wrap: wrap;
	}
	
	.mega .content-holder > .nav-secondary {
		width: 100%;
		padding: 65px 0 45px 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.mega-img-container:before {
		right: auto;
		left: -100vw;
		height: auto;
		bottom: 0;
		top: 0;
	}
	
	.mega-img-container {
		width: 50%;
		padding: 15px 0 50px 0px;
	}
	
	.mega-img-container img {
		width: 100%;
		height: 275px;
		object-fit: cover;
		margin-bottom: 28px;
	}
	
}

@media all and (max-width: 767px) {
	.nav-active .drop-holder {
		display: block;
	}
	
	.top-bar-register, nav.main-nav {
		display: none;
	}
	
	#header {
		padding: 15px 0 11px;
	}
	
	.logo {
		padding: 40px 15px 13px;
	}
	
	.drop-holder .drop {
		padding-bottom: 70px;
	}
	
}

.images-compare-container {
    z-index: 0;
}

.myImageCompare {
    pointer-events: none;
} 

.images-compare-handle {
    pointer-events: all;
}

/*STYLING FEEDBACK*/
body .ginput_container.ginput_container_fileupload input {
    border-radius: 10px;
    margin-right: 15px;
}

#gform_submit_button_2 {
	border-radius: 10px;
}

body .ginput_container.ginput_container_consent input {
	margin: 0;
    margin-right: 10px;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 4px solid rgba(190, 190, 190, .7);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

body #gform_1 .ginput_container.ginput_container_consent input {
	top: -2px;
}

body .ginput_container.ginput_container_consent input:checked {
    border: 3px solid rgba(190, 190, 190, .7);
    background-image: url(images/close-window-red.svg);
    padding: 3px;
}

body #gform_1 .ginput_container.ginput_container_consent input:checked::after {
	display: none;
}



/*HEADER INFO BAR*/
.header-info-bar {
    background-color: #b50f1c;
    padding: 6px 15px;
    list-style: none;
}

.header-info-bar a {
	color: #FFFFFF;
}

.header-info-bar-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-info-bar-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 15px;
}

.header-info-bar {
    background-color: #b50f1c;
    padding: 6px 15px;
}

.header-info-bar-outer {
    padding-top: 30px;
}

.header-info-bar .slick-slide {
    max-height: 32px;
}

.header-info-bar-text {
    font-size: 15px;
}

@media all and (min-width: 768px) {
	.header-info-bar .slick-current .header-info-bar-item {
		border-right: 1px solid #FFFFFF;
	}
	
	
	.header-info-bar-text {
		font-size: 18px;
	}
}

@media all and (min-width: 1025px) {
	.header-info-bar:before {
		content: "";
		position: absolute;
		background-color: #b50f1c;
		top: 0;
		bottom: 0;
		left: -50vw;
		right: -50vw;
		width: 200vw;
		height: 100%;
		z-index: 0;
	}
	
	.header-info-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	
	.header-info-bar-item {
		position: relative;
		width: 100%;
		border-right: 1px solid #FFFFFF;
	}
	
	.header-info-bar-item:last-child {
		border-right: 0;
	}
}

body .images-compare-handle {
  width: 65px;
  height: 65px;
  margin-left: -32px;
  margin-top: -32px;
}

body .images-compare-left-arrow, body .images-compare-right-arrow {
  border: 15px inset transparent;
  margin-top: -15px;
}

body .images-compare-left-arrow {
  border-right: 15px solid white;
  margin-left: -10px;
}


body .images-compare-right-arrow {
  border-left: 15px solid white;
  margin-right: -10px;
}


/* 28.04.2022 */
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-image-container img {
  max-width: 100%;
  border-radius: 20px;
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 0em auto;    
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  border-radius: 20px;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 0;
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden; 
  transform: translateZ(0);
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: transparent url("images/cd-arrows.svg") no-repeat center center;
  cursor: move;
    border: 1px solid #fff;
    border-radius: 50%;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
  }
  .cd-handle.draggable {
  background-color: transparent;
  }
  .is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* CHRISTOPHER EDIT VOM 03.05.2023 START */
@media all and (max-width: 375px) {
  .drop-holder .content-holder .nav-secondary ul li {
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  .drop-holder .content-holder .nav-secondary ul li ul li:before {
    display: none!important;
  }

  .drop-holder .content-holder .nav-secondary ul li ul li a {
    position: relative;
  }

  .drop-holder .content-holder .nav-secondary ul li ul li a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #BA0F1C;
  }
}

@media all and (min-width: 768px) {
  .mega .content-holder .nav-secondary li .mega .content-holder .nav-secondary .nav-secondary li a {
    color: #A3A3A3;
    letter-spacing: 0.8px;
    font-weight: 400;
    position: relative;
    display: flex;
    padding-left: 40px;
  }

  .mega .content-holder .nav-secondary li .mega .content-holder .nav-secondary .nav-secondary li a:before {
    left: 15px;
  }

  .mega .content-holder .nav-secondary .nav-secondary {
    padding: 25px 0 15px;
  }
}
/* CHRISTOPHER EDIT VOM 03.05.2023 END */

/* CHRISTOPHER EDIT VOM 23.05.2023 HEADER ANPASSUNG DESKTOP START */
@media all and (min-width: 1024px) {
  .section-hero.inner {
    min-height: calc(100vh - 200px);
  }
}
/* CHRISTOPHER EDIT VOM 23.05.2023 HEADER ANPASSUNG DESKTOP END */

#gform_6 .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

@media all and (min-width: 1024px) {
  #gform_6 .gfield_radio {
    flex-wrap: nowrap;
  }
}

#gform_6 .gfield_radio .gchoice {
  width: 100%;
}

#gform_6 .gfield_radio .gchoice label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #b50f1c;
  color: #b50f1c;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
  max-width: 100%;
}

#gform_6 .gfield_radio .gchoice input {
  width: 0;
  height:0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}

#gform_6 .gfield_radio .gchoice input:checked + label, #gform_6 .gfield_radio .gchoice label:hover {
  box-shadow: 0 0 5px rgba(0,0,0,1);
  background-color: #b50f1c;
  color: #fff;
}

[data-wpr-lazyrender] {
  content-visibility: visible !important;
}