/*
 Theme Name:   UnderStrap EH-GRUPPE Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap EH-GRUPPE Childs Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
@import url("https://use.typekit.net/rdl8fkl.css");
html,
body {
  font-style: normal;
  font: 20px/30px ff-scala-sans-pro, sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  height: 100%;
  background: #fff;
  color: #000;
}
@media (max-width: 1160px) {
  html,
  body {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 15px;
    line-height: 22px;
  }
}
html.hide-scroll,
body.hide-scroll {
  overflow: hidden;
}
*:focus,
*:active,
*:visited {
  outline: none !important;
}
.wrapper {
  padding: 0;
  opacity: 0;
}
.wrapper #content.inside {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  #primary {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  #primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header {
  margin: 90px auto 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  header {
    max-width: 998px;
  }
}
@media (max-width: 991px) {
  header {
    margin-top: 45px;
  }
}
h1 {
  font: 28px/30px ff-scala-sans-pro, sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 span {
  border-bottom: 0.02pt solid #000;
}
@media (max-width: 991px) {
  h1 {
    font: 22px/32px ff-scala-sans-pro, sans-serif !important;
  }
}
h2,
h3,
h4,
h5 {
  font: 24px/28px ff-scala-sans-pro, sans-serif !important;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px !important;
}
h2 span,
h3 span,
h4 span,
h5 span {
  border-bottom: 0.02pt solid #000;
}
@media (max-width: 1160px) {
  h2,
  h3,
  h4,
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h2,
  h3,
  h4,
  h5 {
    padding-bottom: 20px!important;
  }
}
p {
  margin-bottom: 30px !important;
}
a {
  color: #808080;
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover {
  text-decoration: none;
  color: #808080;
}
a.thin-ul {
  border-bottom: 0.02pt solid #000;
  text-decoration: none!important;
}
a.thin-ul:hover {
  text-decoration: none!important;
}
#page-wrapper {
  padding-top: 125px;
}
@media (max-width: 991px) {
  #page-wrapper {
    padding-top: 0;
  }
}
figure {
  position: relative;
  width: 100%!important;
  max-width: 1920px !important;
  margin: 0;
}
figure img {
  position: relative;
  width: 100%;
  height: auto;
}
figure img.mobile {
  display: none;
}
@media (max-width: 767px) {
  figure img.desktop {
    display: none;
  }
  figure img.mobile {
    display: block;
  }
}
figure figcaption {
  height: 100%;
  width: 40%;
  max-width: 500px;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
figure figcaption a {
  color: inherit;
  text-decoration: none;
}
figure figcaption a:hover {
  text-decoration: underline;
}
figure figcaption a:hover {
  color: #808080 !important;
}
figure figcaption h1,
figure figcaption h2,
figure figcaption h3,
figure figcaption h4,
figure figcaption h5 {
  font-size: 14px!important;
  line-height: 17px;
  padding-bottom: 15px!important;
}
figure figcaption p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0!important;
}
@media (max-width: 767px) {
  figure figcaption {
    width: 100%;
    max-width: inherit;
    height: auto;
  }
  figure figcaption p {
    position: relative;
    bottom: inherit;
    left: inherit;
    padding: 20px!important;
  }
}
figure figcaption .xmas {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
}
@media (max-width: 1160px) {
  figure img {
    max-width: inherit;
  }
  figure figcaption {
    position: relative;
    max-width: inherit;
    padding: 0;
    margin-top: 15px;
  }
}
figure a.video {
  cursor: pointer;
  position: relative;
}
figure a.video .fa-youtube-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 120px;
}
@media (max-width: 991px) {
  figure {
    margin-bottom: 25px;
  }
  figure.text-img {
    margin-bottom: 0px;
  }
}
.entry-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin: 0 auto;
  max-width: 998px;
}
.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span {
  border-bottom: 0.02pt solid #000;
}
.entry-content p {
  margin: 0 auto;
  max-width: 998px;
}
.entry-content p a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .entry-content {
    max-width: 1230px;
  }
}
@media (max-width: 1024px) {
  .entry-content.detail {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .entry-header.detail {
    padding: 0 20px;
  }
}
.intro {
  max-width: 992px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  font: 22px/32px ff-scala-sans-pro, sans-serif !important;
  font-weight: 400!important;
  letter-spacing: 0.1em;
  color: #808080;
}
.intro .main {
  text-align: center;
}
@media (min-width: 480px) {
  .intro .main {
    white-space: nowrap;
  }
}
.intro .borders {
  border: 4px solid #808080;
  border-right: none;
  width: 28px;
  margin: 0 20px;
}
.intro .links {
  letter-spacing: 0.2em;
}
.intro .links a {
  display: block;
  transition: color 0.25s ease;
  margin-bottom: 8px;
}
.intro .links a:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.intro .links a.last {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .intro .links a {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 480px) {
  .intro .links a {
    font-size: 20px!important;
  }
}
@media (max-width: 380px) {
  .intro .links a {
    font-size: 18px!important;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .intro {
    padding: 40px 16px;
    text-align: center;
  }
  .intro .main {
    text-align: center;
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
  }
  .intro .borders {
    border: none;
    border-top: 3px solid #808080;
    max-width: inherit;
    width: 100%;
    height: 20px;
    margin: 17px 0 0 0;
  }
}
.intro .text-center.intro-block h2 {
  font: 16px/22px ff-scala-sans-pro, sans-serif !important;
  font-weight: 400!important;
  letter-spacing: 0.1em;
  padding-bottom: 15px!important;
  color: #808080;
}
@media (max-width: 480px) {
  .intro .text-center.intro-block h2 {
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
    padding-bottom: 10px!important;
  }
}
.intro .text-center.intro-block h3 {
  font: 24px/34px ff-scala-sans-pro, sans-serif !important;
  margin: 0!important;
  padding: 0!important;
  color: #000 !important;
  font-weight: 700!important;
}
@media (max-width: 480px) {
  .intro .text-center.intro-block h3 {
    font: 20px/24px ff-scala-sans-pro, sans-serif !important;
  }
}
.inline-img {
  max-width: 580px!important;
  padding-bottom: 20px;
}
#secondary img,
article img,
figure,
img,
img.wp-post-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#secondary img.inline,
article img.inline,
figure.inline,
img.inline,
img.wp-post-image.inline {
  max-width: 349px;
  height: inherit!important;
}
#header-parallax {
  opacity: 0;
}
.header-img {
  background-size: cover;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
}
.header-img img {
  width: 100%;
  max-width: inherit;
  height: auto;
}
.header-img img.mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-img img.desk {
    display: none;
  }
  .header-img img.mobile {
    display: block;
  }
}
h2.section-head {
  font-family: eidetic-neo, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  margin: 60px 60px 30px 60px!important;
  padding: 5px 0!important;
}
@media (max-width: 1159px) {
  h2.section-head {
    margin: 60px 0 30px 0!important;
  }
}
@media (max-width: 1025px) {
  h2.section-head {
    margin: 20px 0 20px 0!important;
  }
}
.top {
  border-top: 1px solid #000;
  margin-top: 60px;
  padding-top: 60px;
}
.bot {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .top,
  .bot {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.button {
  display: inline-block;
  border: 2px solid #000;
  height: 40px;
  padding: 0 20px;
  font: 20px / 40px ff-scala-sans-pro, sans-serif !important;
  color: #000 !important;
  font-weight: 600!important;
}
@media (max-width: 1190px) {
  .button {
    font: 14px / 40px ff-scala-sans-pro, sans-serif !important;
    border: 1px solid #000;
    height: 40px;
  }
}
@media (max-width: 920px) {
  .button {
    font: 13px / 30px ff-scala-sans-pro, sans-serif !important;
    height: 30px;
  }
}
img.desktop {
  display: none;
}
@media (min-width: 992px) {
  img.desktop {
    display: block;
  }
}
img.mobile {
  display: none;
}
@media (max-width: 991px) {
  img.mobile {
    display: block;
  }
}
.box {
  text-decoration: none;
  color: #fff;
  background: transparent;
}
.box.item {
  position: relative;
}
.box.item .content {
  position: relative;
  overflow: hidden;
}
.box.item .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  z-index: 1;
}
.box.item .layer .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.box.item .layer .inside btn {
  transition: all 0.25s ease;
  border: 1px solid #000;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  display: inline-block;
  font: 18px/35px ff-scala-sans-pro, sans-serif !important;
  font-weight: 300!important;
  color: #000;
}
.box.item .layer .inside btn:hover {
  color: #fff;
  background: #000;
  font-weight: 300!important;
}
@media (max-width: 1190px) {
  .box.item .layer .inside btn:hover {
    font: 14px/35px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 920px) {
  .box.item .layer .inside btn:hover {
    font: 13px/35px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 480px) {
  .box.item .layer .inside btn:hover {
    font: 13px/35px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 1190px) {
  .box.item .layer .inside btn {
    font: 14px/35px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 920px) {
  .box.item .layer .inside btn {
    font: 13px/35px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 480px) {
  .box.item .layer .inside btn {
    font: 13px/35px ff-scala-sans-pro, sans-serif !important;
  }
}
.box.item .layer h2 {
  font: 34px/36px ff-scala-sans-pro, sans-serif !important;
  font-weight: 700!important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 10px 0!important;
  padding: 0!important;
  color: #000 !important;
}
@media (min-width: 1191px) and (max-width: 1220px) {
  .box.item .layer h2 {
    font: 32px/36px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 1190px) {
  .box.item .layer h2 {
    font: 28px/30px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (min-width: 921px) and (max-width: 1030px) {
  .box.item .layer h2 {
    font: 24px/30px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 920px) {
  .box.item .layer h2 {
    font: 22px/26px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 480px) {
  .box.item .layer h2 {
    font: 20px/24px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 380px) {
  .box.item .layer h2 {
    font: 19px/22px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 5px 0!important;
  }
}
.box.item .layer h3 {
  font: 24px/28px ff-scala-sans-pro, sans-serif !important;
  letter-spacing: 0.1em;
  font-weight: 700!important;
  margin: 0 0 20px 0!important;
  padding: 0!important;
  color: #000 !important;
}
@media (max-width: 1190px) {
  .box.item .layer h3 {
    font: 18px/22px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 920px) {
  .box.item .layer h3 {
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 480px) {
  .box.item .layer h3 {
    font: 13px/16px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 380px) {
  .box.item .layer h3 {
    font: 13px/16px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 10px 0!important;
  }
}
.box.item .layer .txt {
  font: 20px/28px ff-scala-sans-pro, sans-serif !important;
  font-weight: 600!important;
  padding: 0!important;
  letter-spacing: 0.05em;
  margin: 0 50px 20px 30px!important;
  color: #000 !important;
}
@media (max-width: 1190px) {
  .box.item .layer .txt {
    font: 14px/22px ff-scala-sans-pro, sans-serif !important;
    margin: 0 30px 20px 30px!important;
  }
}
@media (max-width: 920px) {
  .box.item .layer .txt {
    font: 13px/20px ff-scala-sans-pro, sans-serif !important;
    margin: 0 20px 20px 20px!important;
  }
}
@media (max-width: 480px) {
  .box.item .layer .txt {
    font: 13px/20px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 991px) {
  .box.item .layer p {
    margin-bottom: 15px!important;
  }
}
.box.item.facts .layer {
  text-align: left;
}
.box.item.facts .layer .inside {
  position: absolute;
  top: inherit;
  bottom: 40px;
  left: 40px;
  transform: inherit;
  padding-right: 30px;
}
.box.item.facts .layer .inside ul {
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .box.item.facts .layer .inside {
    bottom: 20px;
    left: 0;
    padding: 0 20px;
  }
}
.box.item.facts .layer .inside a {
  color: #fff !important;
}
.box.item.facts .layer h2 {
  font: 34px/34px ff-scala-sans-pro, sans-serif !important;
  font-weight: 700!important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 25px 0!important;
  padding: 0!important;
}
@media (max-width: 1240px) {
  .box.item.facts .layer h2 {
    font: 32px/32px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    margin: 0 0 20px 0!important;
  }
}
@media (max-width: 1080px) {
  .box.item.facts .layer h2 {
    font: 28px/28px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
  }
}
@media (max-width: 991px) {
  .box.item.facts .layer h2 {
    font: 18px/18px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    margin: 0 0 10px 0!important;
  }
}
@media (max-width: 380px) {
  .box.item.facts .layer h2 {
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    margin: 0 0 5px 0!important;
  }
}
.box.item.facts .layer h3 {
  font: 20px/20px ff-scala-sans-pro, sans-serif !important;
  letter-spacing: 0.1em;
  font-weight: 700!important;
  margin: 0 0 15px 0!important;
  padding: 0!important;
}
@media (max-width: 1240px) {
  .box.item.facts .layer h3 {
    font: 18px/18px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    margin: 0 0 10px 0!important;
  }
}
@media (max-width: 1080px) {
  .box.item.facts .layer h3 {
    font: 16px/16px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
  }
}
@media (max-width: 991px) {
  .box.item.facts .layer h3 {
    font: 13px/13px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
  }
}
@media (max-width: 380px) {
  .box.item.facts .layer h3 {
    font: 12px/13px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    margin: 0 0 5px 0!important;
  }
}
.box.item.facts .layer .txt {
  font: 20px/30px ff-scala-sans-pro, sans-serif !important;
  font-weight: 600!important;
  margin: 0!important;
  padding: 0!important;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0!important;
}
@media (max-width: 1240px) {
  .box.item.facts .layer .txt {
    font: 18px/28px ff-scala-sans-pro, sans-serif !important;
    font-weight: 300!important;
  }
}
@media (max-width: 1080px) {
  .box.item.facts .layer .txt {
    font: 16px/26px ff-scala-sans-pro, sans-serif !important;
    font-weight: 300!important;
  }
}
@media (max-width: 991px) {
  .box.item.facts .layer .txt {
    font: 13px/20px ff-scala-sans-pro, sans-serif !important;
    font-weight: 300!important;
    margin: 0 0 10px 0!important;
  }
}
@media (max-width: 380px) {
  .box.item.facts .layer .txt {
    font: 12px/18px ff-scala-sans-pro, sans-serif !important;
    font-weight: 300!important;
    margin: 0 0 10px 0!important;
  }
}
.box.item.facts .layer p {
  margin: 0 30px 30px 0!important;
}
@media (max-width: 1240px) {
  .box.item.facts .layer p {
    margin: 0 15px 15px 0!important;
  }
}
@media (max-width: 991px) {
  .box.item.facts .layer p {
    margin: 0 10px 10px 0 !important;
  }
}
@media (max-width: 390px) {
  .box.item.facts .layer p {
    margin: 0 5px 5px 0 !important;
  }
}
@media (min-width: 769px) {
  .box.item.odd .inside {
    transform: translate(-49%, -50%);
  }
}
@media (min-width: 769px) {
  .box.item.even .inside {
    transform: translate(-51%, -50%);
  }
}
.box .img-container {
  position: relative;
  overflow: hidden;
}
.box .img-container img {
  moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.box .img-container .zoom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}
.box .img-container .zoomimg {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .box .img-container .zoom {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .box .img-container .zoomimg {
    width: 40px;
    height: 40px;
  }
}
.box:hover {
  text-decoration: none;
  color: #fff;
}
.box:hover .img-container img {
  moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box:hover .img-container img.zoom {
  moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box:hover .img-container .owl-carousel img {
  moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
@media (min-width: 768px) {
  .box.odd .content {
    margin: 0 8px 16px 0;
  }
  .box.even .content {
    margin: 0 0 16px 8px;
  }
}
@media (max-width: 767px) {
  .box.odd .content,
  .box.even .content {
    margin: 0;
  }
}
section.default {
  width: 100%;
  padding: 40px 20px 10px;
  margin: 20px auto 0 auto;
  border-top: 1px solid #4d4d4d;
  color: #a6a6a6;
}
section.default .inline-text {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.default {
    padding: 40px 0;
  }
  section.default.text-center {
    margin: 0 20px;
  }
}
section.default h1 {
  font: 22px/26px ff-scala-sans-pro, sans-serif !important;
  font-weight: 700!important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0 0 10px 0!important;
  padding: 0!important;
}
@media (min-width: 1191px) and (max-width: 1220px) {
  section.default h1 {
    font: 22px/26px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
@media (max-width: 1190px) {
  section.default h1 {
    font: 22px/26px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
@media (max-width: 920px) {
  section.default h1 {
    font: 22px/26px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
@media (max-width: 480px) {
  section.default h1 {
    font: 20px/24px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 5px 0!important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
@media (max-width: 380px) {
  section.default h1 {
    font: 18px/22px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 5px 0!important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
section.default h2 {
  font: 18px/24px ff-scala-sans-pro, sans-serif !important;
  letter-spacing: 0.1em;
  font-weight: 700!important;
  margin: 0 0 20px 0!important;
  padding: 0!important;
}
@media (max-width: 1190px) {
  section.default h2 {
    font: 18px/22px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 15px 0!important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
@media (max-width: 920px) {
  section.default h2 {
    font: 18px/18px ff-scala-sans-pro, sans-serif !important;
    font-weight: 700!important;
    letter-spacing: 0.25em;
  }
}
@media (max-width: 480px) {
  section.default h2 {
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 10px 0!important;
    font-weight: 700!important;
    letter-spacing: 0.1em !important;
  }
}
@media (max-width: 380px) {
  section.default h2 {
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 8px 0!important;
    font-weight: 700!important;
    letter-spacing: 0.1em !important;
  }
}
section.default h3 {
  font: 18px/24px ff-scala-sans-pro, sans-serif !important;
  letter-spacing: 0.1em;
  font-weight: 700!important;
  margin: 0 0 20px 0!important;
  padding: 0!important;
}
@media (max-width: 1190px) {
  section.default h3 {
    font: 18px/24px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 15px 0!important;
  }
}
@media (max-width: 920px) {
  section.default h3 {
    font: 16px/18px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 480px) {
  section.default h3 {
    font: 14px/16px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 10px 0!important;
  }
}
@media (max-width: 380px) {
  section.default h3 {
    font: 13px/16px ff-scala-sans-pro, sans-serif !important;
    margin: 0 0 8px 0!important;
  }
}
section.default p {
  font: 18px/24px ff-scala-sans-pro, sans-serif !important;
  font-weight: 300!important;
  margin: 0 0 20px 0!important;
  padding: 0!important;
  letter-spacing: 0.05em;
}
@media (max-width: 1190px) {
  section.default p {
    font: 18px/24px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 920px) {
  section.default p {
    font: 16px/22px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 380px) {
  section.default p {
    font: 13px/18px ff-scala-sans-pro, sans-serif !important;
  }
}
section.default.text-center {
  max-width: 1440px;
}
section.html {
  width: 100%;
  color: #a6a6a6;
  max-width: 1920px!important;
  margin: 0 auto;
}
section.html iframe {
  height: inherit!important;
  width: 100%!important;
  aspect-ratio: 16/9 !important;
}
.sub-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sub-section {
    margin-bottom: 20px;
  }
  .sub-section:last-child {
    margin-bottom: 0px;
  }
}
.sub-section.left .item.odd .layer {
  height: auto!important;
  bottom: 0!important;
}
.sub-section.left .item.odd .layer .inside {
  padding: 30px 10px!important;
  position: relative!important;
  top: inherit;
  left: inherit;
  transform: inherit;
}
@media (max-width: 767px) {
  .sub-section.left .item.odd {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .sub-section.left .item.even {
    padding-bottom: 16px;
    /* display:none!important; 
             &.facts  {display:block!important; } */
  }
}
.sub-section.right .item.even .layer {
  height: auto!important;
  bottom: 0!important;
}
.sub-section.right .item.even .layer .inside {
  padding: 30px 10px!important;
  position: relative!important;
  top: inherit;
  left: inherit;
  transform: inherit;
}
@media (max-width: 767px) {
  .sub-section.right .item.even {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .sub-section.right .item.odd {
    padding-bottom: 16px;
    /*  display:none!important; 
            &.facts  {display:block!important; } */
  }
}
@media (max-width: 767px) {
  .sub-section {
    margin-bottom: 10px;
  }
  .sub-section.immo {
    margin-bottom: 0px;
  }
}
/* CUSTOM SIZES */
.col-lg-45,
.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .no-gutters.sub-teaser {
    margin-right: 15px;
    margin-left: 15px;
  }
  .home .no-gutters.sub-teaser {
    margin-right: 0;
    margin-left: 0;
  }
  .home .no-gutters.sub-teaser .item {
    background: none;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 530px) {
  .home .owl-carousel .owl-slide {
    height: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-45 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
}
@media (min-width: 1500px) {
  .col-lg-45 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (min-width: 992px) {
  img.owl-img-desk {
    display: block!important;
  }
  img.owl-img-mobile {
    display: none!important;
  }
}
@media (max-width: 991px) {
  img.owl-img-desk {
    display: none!important;
  }
  img.owl-img-mobile {
    display: block!important;
  }
}
/* logo-slider */
.logo-container {
  background-image: url('../assets/eh_bg_desk.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#logo-slider {
  width: 100%!important;
  max-width: 644px;
  margin: 0 auto!important;
}
.owl-inline {
  max-width: 1920px;
  margin: 125px auto 20px auto;
}
@media (max-width: 991px) {
  .owl-inline {
    margin-top: 0px;
  }
}
.owl-text-layer {
  position: absolute;
  bottom: 0;
  padding-bottom: 50px;
  width: 100%;
  text-align: right;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.owl-text-layer.ext {
  padding-bottom: 25px;
}
.owl-text-layer h2 {
  margin: 0 30px 0 0!important;
  letter-spacing: 0.2em;
  padding: 0!important;
}
.owl-text-layer p {
  margin: 0 30px 0 0!important;
  font-weight: 500!important;
}
.owl-text-layer p a {
  color: #fff !important;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .owl-text-layer {
    padding-top: 60px;
    padding-bottom: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .owl-text-layer.ext {
    padding-bottom: 20px;
  }
  .owl-text-layer h2 {
    margin: 0 26px 0 0!important;
  }
}
.owl-nav {
  position: absolute!important;
  z-index: 1;
  left: 0;
  top: 0;
  height: 80%;
  margin: 0 auto!important;
  padding: 0;
  width: 100%;
}
.owl-nav:hover,
.owl-nav [class*=owl-]:hover {
  background-color: transparent!important;
}
.owl-nav span {
  display: none;
}
.owl-nav button {
  margin: 0!important;
  padding: 0!important;
  width: 34px;
  height: 75px!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  background-size: contain!important;
  -moz-background-size: contain!important;
  -webkit-background-size: contain!important;
  border-radius: 0;
}
.owl-nav button.owl-prev {
  float: left;
  height: 100%!important;
  width: 50%;
  margin: 0!important;
  cursor: pointer;
}
.owl-nav button.owl-prev:hover {
  cursor: url("../assets/md-arrow-left.png") 20 20, auto;
}
.owl-nav button.owl-next {
  float: right;
  height: 100%!important;
  width: 50%;
  margin: 0!important;
  cursor: pointer;
}
.owl-nav button.owl-next:hover {
  cursor: url('../assets/md-arrow-right.png') 20 20, auto;
}
.owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  height: 26px;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots {
    bottom: 17px;
    right: 22px;
  }
}
.owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  margin: 6px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 7px;
  }
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 3px;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots .owl-dot.active span,
  .owl-carousel .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 18px;
    margin: 5px;
  }
}
.owl-carousel .owl-dots .owl-dot:hover {
  cursor: pointer!important;
}
/* CALL BACK FORM */
#callback {
  position: relative;
  display: none;
  background: #000;
  color: #fff;
  font: 14px/14px ff-scala-sans-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 60%;
  height: auto;
  padding: 0 0 0 40px;
}
#callback .cta {
  cursor: pointer;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #000;
  top: 0;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#callback .cta span {
  display: block;
  white-space: nowrap;
  font-style: normal;
  margin-top: 140px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#callback .cta span.en {
  margin-top: 122px;
}
#callback .nf-form-cont {
  padding: 40px 40px 40px 0;
}
#callback h3 {
  display: inline-block;
  font: 16px/16px ff-scala-sans-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  padding-bottom: 5px!important;
}
#callback h3 span {
  /*border-bottom: 0.020pt solid #fff;*/
}
#callback .nf-form-fields-required {
  display: none;
}
#callback .nf-field-element input[type=text],
#callback .nf-field-element input[type=tel] {
  padding-top: 0;
  padding-left: 1px;
  color: #646566;
  border: none;
  border-bottom: 1px solid #fff;
  background: 0 0;
  height: 30px;
}
#callback .nf-field-element input[type=button] {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding: 0 5px 0 0;
  margin: 0;
  font: 14px/14px ff-scala-sans-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}
#callback .nf-field-container {
  margin-bottom: 0;
}
#callback .nf-field-label label {
  font: 14px/14px ff-scala-sans-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #646566;
}
#callback .checkbox-container {
  padding: 5px 0;
}
#callback .ninja-forms-req-symbol {
  display: none;
}
#callback a {
  text-decoration: underline;
}
#callback a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  #callback {
    display: block!important;
    left: -300px;
    top: 200px;
    position: fixed;
    width: 300px;
    z-index: 200;
  }
  #callback.open {
    left: 0px;
  }
  #callback.open .cta {
    left: 0;
  }
  #callback .nf-form-cont {
    padding: 20px 20px 20px 60px;
  }
  #callback .cta {
    height: 100%;
    left: 300px;
  }
}
.nf-form-cont .one-fifth {
  width: 20%;
  clear: none;
  float: left;
}
@media (max-width: 767px) {
  .nf-form-cont .one-fifth {
    width: 100%;
    float: none;
  }
}
.nf-form-cont .one-fourth {
  width: auto!important;
}
.info-order {
  margin: 0 auto;
  max-width: 998px;
  padding: 30px 0;
}
.info-order .nf-form-fields-required {
  display: none;
}
.info-order .nf-field-element input,
.info-order .nf-field-element textarea {
  border: none;
  font-size: 18px;
  border-bottom: 0.02pt solid #000;
}
.info-order .nf-field-element input[type=checkbox] {
  border: 0;
  border-radius: 0;
}
.info-order .label-above .nf-field-label {
  margin-bottom: 0!important;
}
.info-order .label-left .nf-field-label {
  padding-right: 10px;
  text-align: left;
  width: auto;
}
.info-order .label-left .nf-field-element {
  display: inline-block;
  flex: 1 1 auto;
  -ms-flex-order: 10;
  order: 10;
}
.info-order .one-fourth {
  /* */
}
@media (max-width: 768px) {
  .info-order .one-fourth {
    /* width:100%!important;margin-left:0!important;
			.nf-field-label {width:100%!important;} */
  }
}
.info-order .nf-field-label label {
  font-weight: normal;
  font-size: 18px;
}
.info-order input[type=button] {
  width: 100%!important;
  border: 0.02pt solid #000;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
}
.info-order a {
  text-decoration: underline;
}
.info-order .label-left .nf-after-field {
  margin-left: 0!important;
}
.info-order .nf-after-field .nf-error-msg,
.info-order .nf-error-msg {
  margin-right: 0!important;
  font-weight: normal!important;
  font-size: 18px!important;
}
.info-order .cb-field {
  font-weight: normal;
  font-size: 18px;
}
.info-order .cb-field #nf-label-field-35 {
  margin-bottom: 25px;
}
.info-order .cb-field li {
  width: 23.07692308%;
  float: left;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .info-order .cb-field li {
    width: 100%!important;
    margin-left: 0!important;
  }
}
#share {
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10;
}
#share .mashsb-container {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e4e5e7;
}
#share [class*=" mashicon-"] .text,
#share [class^=mashicon-] .text {
  display: none;
}
#share [class*=" mashicon-"],
#share [class^=mashicon-] {
  background: #fff !important;
}
#share .mashicon-share:before,
#share [class*=" mashicon-"] .icon:before,
#share [class^=mashicon-] .icon:before {
  margin: 0!important;
  line-height: 40px!important;
  color: #000;
}
#share .mashsb-box .mashsb-buttons a {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #e4e5e7;
  border-bottom: 0;
}
@media (max-width: 991px) {
  #share {
    position: fixed;
    top: inherit;
    right: 0;
    width: 30px;
  }
  #share .mashicon-share:before,
  #share [class*=" mashicon-"] .icon:before,
  #share [class^=mashicon-] .icon:before {
    line-height: 30px!important;
    color: #000;
    font-size: 14px;
  }
  #share .mashsb-box .mashsb-buttons a {
    width: 30px;
    height: 30px;
  }
}
/* NAVIGATION */
@media (max-width: 991px) {
  #wrapper-navbar {
    height: 60px;
    background: #fff;
  }
}
.navbar {
  padding: 0;
}
#lang-selector {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  max-width: 1030px;
}
#lang-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang-selector ul li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  opacity: 0.8;
}
#lang-selector ul li a {
  text-decoration: none;
}
#lang-selector ul li a:hover {
  text-decoration: none;
}
#lang-selector ul li.current-lang a {
  border-bottom: 0.02pt solid #000;
}
@media (max-width: 1060px) {
  #lang-selector {
    left: inherit;
    right: 40px;
    width: auto;
    transform: none;
    max-width: inherit;
  }
}
@media (max-width: 991px) {
  #lang-selector {
    display: none;
    z-index: 100;
    top: 69px;
    right: 29px;
  }
}
@media (min-width: 991px) {
  #wrapper-navbar {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    top: 0;
  }
}
.navbar-expand-lg {
  height: 125px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 0 0 60px;
    padding: 0;
    line-height: 74px;
    vertical-align: middle;
  }
  .navbar-expand-lg .navbar-nav:last-child .nav-link {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg {
    height: 60px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding: 0!important;
    background: #fff;
  }
  .navbar-expand-lg .navbar-toggler {
    height: 60px;
    margin-left: 30px;
  }
  .navbar-expand-lg .navbar-collapse.collapse.show {
    background: #fff;
    height: calc(100vh);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-expand-lg .navbar-nav {
    height: calc(100vh);
    background: #0f0f0f;
    padding: 15px 30px 0 30px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff !important;
    font: 22px/32px ff-scala-sans-pro, sans-serif !important;
    font-weight: 400!important;
    letter-spacing: 0.15em;
  }
}
.navbar-expand-lg .active .nav-link {
  color: #b2b2b2 !important;
  font-weight: 700;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-nav .nav-link {
  color: inherit;
}
.navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 0;
  font-size: 24px;
}
.navbar-toggler > .close {
  margin-left: 5px;
  height: 25px;
  width: 25px;
  background-image: url('../assets/menue_close.svg') !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  opacity: 1;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url('../assets/menue_mobil.svg') !important;
}
.nav-link {
  font-size: 16px;
  display: block;
  padding: 0.5rem 1rem;
  color: #808080 !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-right: 20px;
  transition: color 0.25s ease;
}
.nav-link:hover {
  text-decoration: none!important;
  color: #b2b2b2 !important;
}
li.eh-icon {
  background-position: center center!important;
  background-repeat: no-repeat !important;
  background-size: contain!important;
  background-image: url('../svg/EmilioDeia_logo.svg') !important;
  padding: 0;
  margin: 0;
  width: 74px!important;
  height: 74px!important;
}
li.eh-icon a {
  margin: 0!important;
  width: 74px!important;
  height: 74px!important;
  display: block;
}
li.logo {
  color: #ffffff !important;
}
li.logo a.nav-link {
  text-transform: none;
  font: 16px / 75px ff-scala-sans-pro, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  li.logo {
    display: none;
  }
}
.navbar-expand-lg li.logo.active .nav-link {
  color: #ffffff !important;
}
.md-icon-mobile {
  position: absolute!important;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 40px;
  margin: 0;
  display: block;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  background-size: contain!important;
  background-image: url(../assets/EmilioDeia_logo.svg) !important;
}
.navbar-expand-md .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex-preferred-size: auto!important;
  flex-basis: auto!important;
}
.dropdown {
  position: static;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  display: none;
  float: inherit;
  padding: 0 20px 40px 20px;
  margin: 0;
  color: #212529;
  border: none;
  border-radius: 0;
}
.dropdown-menu .nav-item {
  position: relative;
  display: inline-block;
  margin: 0;
}
.dropdown-menu .dropdown-menu {
  position: relative;
  display: block;
}
.dropdown-menu.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex-pack: distribute!important;
  justify-content: center!important;
}
.dropdown-menu.show .dropdown-menu {
  position: relative!important;
  top: inherit!important;
  left: inherit!important;
  right: inherit!important;
  width: 100%;
  height: auto;
  min-height: inherit!important;
  z-index: inherit!important;
  float: inherit;
  padding: 0;
  margin: 0;
}
.dropdown-menu.show .dropdown-menu .nav-item {
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .dropdown-menu.show .dropdown-menu .nav-item {
    display: block;
    margin: 0 20px;
  }
}
.dropdown-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0!important;
  border-radius: 0!important;
  border-bottom: 1px solid #fff !important;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.dropdown-item::first-child,
.dropdown-item::last-child {
  border-radius: 0!important;
}
.dropdown-item:hover {
  border-bottom: 1px solid #000 !important;
  background-color: #fff;
}
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: inherit;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: inherit;
  pointer-events: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    margin: 0 20px;
  }
}
.dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .dropdown-toggle::after {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 12px;
    height: 8px;
    line-height: 8px;
    vertical-align: middle;
    content: "";
    border: none;
    background-image: url('../assets/mydeck_menu_open.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain!important;
  }
  .collapse:not(.show) {
    display: none!important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block!important;
  }
  .navbar-expand-md .navbar-nav {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown-menu.show {
    justify-content: space-between !important;
    padding: 0;
  }
}
@media (max-width: 580px) {
  .dropdown-menu.show {
    justify-content: flex-start !important;
    flex-wrap: wrap;
  }
  .dropdown-menu.show .dropdown-item {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
}
.ekomi-widget-container {
  font-size: 10px!important;
}
.ekomi-widget-container p {
  margin: 0 0 0 15px!important;
  padding: 0!important;
}
.ekomi-widget-container img {
  width: auto!important;
  max-width: 100%;
  height: auto;
}
.pagination {
  border-radius: 0!important;
  justify-content: center !important;
}
.pagination .page-link {
  color: #000;
}
.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0!important;
}
/* FOOTER */
.logo-area {
  border-top: 1px solid #4d4d4d;
  margin-top: 30px;
  padding: 40px 0 40px 0;
  font-size: 15px;
  line-height: 22px;
  background-color: #fff;
}
.logo-area.contact {
  border-top: none;
  margin-top: 0;
}
.logo-area .logo-full {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .logo-area .logo-full {
    max-width: 280px;
  }
}
.logo-area a {
  color: #fff;
}
.logo-area .eh-logos {
  position: relative;
  margin: 40px 0 40px 0;
  padding: 40px 0 40px 0;
}
.logo-area .eh-logos:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 572px;
  height: 1px;
  background-color: #fff;
}
.logo-area .eh-logos:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 572px;
  height: 1px;
  background-color: #fff;
}
.logo-area .eh-logos .inner {
  margin: 0 auto;
  max-width: 920px;
}
.logo-area .eh-logos img {
  max-height: 139px;
  width: auto;
  margin: 0;
}
.logo-area .eh-awards {
  position: relative;
}
.logo-area .eh-awards .container {
  margin: 10px auto 40px auto;
  padding: 10px 0 40px 0;
  max-width: 470px;
}
.logo-area .eh-awards .container img {
  height: 100%;
  max-height: 164px;
  width: auto;
  margin: 0 15px;
}
.logo-area .eh-awards:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 572px;
  height: 1px;
  background-color: #fff;
}
.logo-area .text {
  font: 20px/28px ff-scala-sans-pro, sans-serif !important;
  font-weight: 300!important;
  letter-spacing: 0.05em;
}
@media (max-width: 1190px) {
  .logo-area .text {
    font: 14px/22px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 920px) {
  .logo-area .text {
    font: 13px/20px ff-scala-sans-pro, sans-serif !important;
  }
}
@media (max-width: 480px) {
  .logo-area .text {
    font: 13px/20px ff-scala-sans-pro, sans-serif !important;
  }
}
.loading-symbol {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 1001;
  transition: all;
}
#wrapper-footer {
  margin-top: 0;
  background-color: #fff;
}
#footer-nav {
  margin: 0;
  height: 80px;
  padding: 20px 0;
}
#footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#footer-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 20px;
}
@media (max-width: 767px) {
  #footer-nav ul li {
    display: block;
  }
}
#footer-nav ul li a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
#footer-nav ul li.insta {
  margin: 0 !important;
  line-height: 40px !important;
  height: 40px;
  width: 40px;
  color: #fff;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  background-image: url(../svg/instagram-logo.svg) !important;
}
@media (max-width: 767px) {
  #footer-nav ul li.insta {
    width: 100%;
  }
}
.video-container {
  opacity: 0;
  position: relative;
  padding: 0;
  width: 100%;
  /* height: 75vh; */
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media (max-width: 1120px) {
  .video-container {
    height: auto;
  }
}
.video-container video {
  height: auto;
  /* min-height:75vh; */
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
/* BS OVERRIDES*/
@media (min-width: 1200px) {
  .container {
    max-width: 1920px;
  }
}
/* RESPONSIVE MASTER */
/* CONTAINER CUSTOM  */
