@charset "UTF-8";
:root {
  --color-primary: #ffffff;
  --color-primary-background: #1c1c1a;
}
/*
    --------------------------------
    color
    --------------------------------
*/
:root {
  --color-primary-700: rgba(255, 255, 255, 0.7);
  --color-primary-850: rgba(255, 255, 255, 0.85);
  --color-primary-background-alternate: #2f2f2b;
  --color-primary-background-alternate_02: #3c3c37;
  --color-primary-background-alternate_03: #4c4c46;
  --color-primary-background-alternate_03_700: rgba(76, 76, 70, 0.7);
  --color-primary-background-alternate_04: #5e5e57;
  --color-primary-background-alternate_05: #717169;
  --color-primary-background-200: rgba(28, 28, 26, 0.2);
  --color-primary-background-500: rgba(28, 28, 26, 0.5);
  --color-primary-background-700: rgba(28, 28, 26, 0.7);
  --color-primary-background-850: rgba(28, 28, 26, 0.85);
}
/*
    --------------------------------
    media-queries
    --------------------------------
*/
/* min */
/* redundant */
/* -------------------------------------------------
   Font-faces
   ---------------------------------------------- */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/wp-content/themes/base/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("/wp-content/themes/base/fonts/roboto-v30-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/wp-content/themes/base/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("/wp-content/themes/base/fonts/roboto-v30-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/wp-content/themes/base/fonts/roboto-v30-latin-500.woff2") format("woff2"), url("/wp-content/themes/base/fonts/roboto-v30-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/themes/base/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("/wp-content/themes/base/fonts/roboto-v30-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* syne-regular */
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/wp-content/themes/base/fonts/syne-regular.woff2") format("woff2"), url("/wp-content/themes/base/fonts/syne-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* syne-bold */
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/themes/base/fonts/syne-bold.woff2") format("woff2"), url("/wp-content/themes/base/fonts/syne-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* -------------------------------------------------
   Font usage
   ---------------------------------------------- */
h1, h2, h3, p, a, svg.services #icons text, li {
  font-family: Roboto, sans-serif !important;
}
svg.services #icons text {
  font-size: 27px;
  text-anchor: middle;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  svg.services #icons text {
    font-size: 32px;
  }
}
body, h1, h2, h3, h4, h5, a, a:visited, p, ol, ul {
  color: var(--color-primary);
}
#BorlabsCookieBox ._brlbs-box-plus ul {
  color: #000;
}
a:hover {
  color: #fc5830;
}
h1::selection, h2::selection, h3::selection, h4::selection, span::selection, img::selection, br::selection, a::selection, text::selection, p::selection {
  background: #fc5830 !important;
  color: #fff;
}
text::selection {
  fill: #fff;
}
h1 {
  font-family: Syne, sans-serif !important;
  font-size: 90px;
  line-height: 1.05;
  color: #595959;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
span.white {
  color: #fff !important;
}
span.highlight {
  color: #fc5830 !important;
}
/* -------------------------------------------------
   Mixins
   ---------------------------------------------- */
/*
    --------------------------------
    visibility
    --------------------------------
*/
.tablet-s, .tablet-si, .desktop-s, .desktop-si, .large-s, .large-si, .h-tablet, .h-tablet-i, .h-desktop, .h-desktop-i, .h-large-i, .h-large {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .tablet-s, .h-tablet {
    display: block !important;
  }
  .tablet-si, .h-tablet-i {
    display: inline-block !important;
  }
  .tablet-h {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .desktop-s, .h-desktop {
    display: block !important;
  }
  .desktop-si, .h-desktop-i {
    display: inline-block !important;
  }
  .desktop-h {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .large-s, .h-large {
    display: block !important;
  }
  .large-si, .h-large-i {
    display: inline-block !important;
  }
  .large-h {
    display: none !important;
  }
}
:root {
  --color-primary: #ffffff;
  --color-primary-background: #1c1c1a;
}
/*
    --------------------------------
    color
    --------------------------------
*/
:root {
  --color-primary-700: rgba(255, 255, 255, 0.7);
  --color-primary-850: rgba(255, 255, 255, 0.85);
  --color-primary-background-alternate: #2f2f2b;
  --color-primary-background-alternate_02: #3c3c37;
  --color-primary-background-alternate_03: #4c4c46;
  --color-primary-background-alternate_03_700: rgba(76, 76, 70, 0.7);
  --color-primary-background-alternate_04: #5e5e57;
  --color-primary-background-alternate_05: #717169;
  --color-primary-background-200: rgba(28, 28, 26, 0.2);
  --color-primary-background-500: rgba(28, 28, 26, 0.5);
  --color-primary-background-700: rgba(28, 28, 26, 0.7);
  --color-primary-background-850: rgba(28, 28, 26, 0.85);
}
/*
    --------------------------------
    media-queries
    --------------------------------
*/
/* min */
/* redundant */
/* -------------------------------------------------
   Basics
   ---------------------------------------------- */
body.content-style-unboxed .site {
  background: var(--color-primary-background);
}
/* -------------------------------------------------
   Browser Scrollbar
   ---------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  /* for vertical scrollbars */
  height: 8px;
  /* for horizontal scrollbars */
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: #fc5830;
}
@media only screen and (min-width: 992px) {
  .page-service .two-columns-text p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}
.single-content h4 {
  margin-top: 24px !important;
}
.single-content ul {
  margin-bottom: 24px !important;
}
.back-to-top {
  opacity: 0;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 32px;
  height: 32px;
  text-align: center;
  z-index: 99999;
  transition: opacity 1000ms, background 1000ms, color 1000ms;
  background: #fc5830;
  border-radius: 20px;
}
.back-to-top:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.back-to-top:hover {
  background: #fff;
  color: #fc5830;
}
body.site-below-top .back-to-top {
  opacity: 1;
}
#primary {
  margin: 96px 0 24px;
}
body.page-is-fullscreen #primary {
  margin: 0;
}
body.page_with_minimal_margin #primary {
  margin: 60px 0 0;
}
body.pagetitle-is-hidden #primary {
  margin-top: 108px;
}
body.single-post #primary {
  margin-bottom: 0;
}
body .content-area {
  margin: 0;
}
.counting-headline i, .counting-headline .counter {
  display: inline-block;
  font-size: 84px;
  color: rgba(170, 170, 170, 0.5);
  position: absolute;
  font-weight: bold;
  top: 40.8%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.counting-headline .inner-text {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .counting-headline .inner-text {
    font-size: 27px;
    line-height: 36px;
  }
}
.dupi-headline {
  text-transform: uppercase;
  display: block;
  color: var(--color-primary);
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
body.has-flipbook .dupi-headline {
  margin-bottom: 0;
}
.dupi-headline .inner-text {
  position: relative;
  display: inline-block;
  padding: 20px 0;
}
.dupi-headline i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-primary-background);
  font-size: 96px;
  width: 96px;
  text-align: center;
  text-shadow: 0 0 3px var(--color-primary);
}
body.home .counting-headline .counter {
  display: none !important;
}
.dupi-introduction-wrapper {
  margin: -164px 0 48px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .dupi-introduction-wrapper .site-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.dupi-introduction-wrapper .dupi-introduction-content {
  position: relative;
}
.dupi-introduction-wrapper .dupi-introduction-content .content {
  padding: 72px 48px 144px;
  min-height: 1000px;
}
.dupi-introduction-wrapper .dupi-introduction-content svg {
  position: absolute;
  z-index: -1;
}
.dupi-headline-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.dupi-headline-wrapper svg {
  position: absolute;
  top: 0;
  left: -84px;
  z-index: 10;
  min-width: 412px;
}
@media only screen and (max-width: 991px) {
  .dupi-headline-wrapper svg {
    min-width: 364px;
  }
}
.dupi-headline-wrapper h1, .dupi-headline-wrapper h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 32px !important;
  padding: 20px 40px 20px 0;
  z-index: 20;
}
.site-container > .dupi-headline-wrapper {
  margin-top: 64px;
}
.dupi-headline-wrapper-v2 {
  display: block;
  margin: -64px auto 48px;
  width: 472px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .dupi-headline-wrapper-v2 {
    width: 344px;
  }
}
.dupi-headline-wrapper-v2 svg {
  bottom: 0;
  top: unset;
  left: 0;
  min-width: unset;
}
.dupi-headline-wrapper-v2 h1, .dupi-headline-wrapper-v2 h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto !important;
  padding: 20px 0 44px;
  z-index: 20;
}
.dupi-headline-centered-wrapper {
  text-align: center;
  position: relative;
  margin: 80px 0 36px;
}
.dupi-headline-centered-wrapper h2 {
  position: relative;
  z-index: 2;
  padding-top: 21px;
}
.dupi-headline-centered-wrapper svg {
  width: 360px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.demo-info {
  text-align: center;
  font-size: 21px;
}
.demo-info i {
  margin-right: 8px;
}
svg#defs {
  position: absolute;
  height: 0;
}
svg.content-background {
  position: absolute;
  min-height: 100%;
  width: 100%;
}
svg.accent-line {
  position: absolute;
  z-index: 1;
}
svg.hashtag {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 30px;
}
svg.header-corner .background, svg.header-top .background {
  fill: var(--color-primary-background-alternate);
}
svg .background {
  fill: var(--color-primary-background-alternate_02);
}
svg.hashtag path {
  fill: #fc5830;
}
svg.hashtag path {
  fill: var(--color-primary);
}
svg.headline .above {
  fill: url(#highlight-colors-gradient-reverse);
}
svg.headline .bottom, svg .accent-color {
  fill: url(#highlight-colors-gradient);
}
svg svg.header-corner, svg .accent-color-primary {
  fill: #fc5830;
}
svg .accent-color-secondary {
  fill: #9e9e9e;
}
svg.headline .top {
  fill: var(--color-primary-background);
}
svg .page-background {
  fill: var(--color-primary-background);
}
svg .st0 {
  stroke: var(--color-primary);
}
svg .st1, svg .st2, svg .st3 {
  fill: var(--color-primary);
}
.on-standard-background svg.headline .top {
  fill: var(--color-primary-background-alternate);
}
.dupi-introduction-wrapper {
  margin-bottom: 120px;
}
.wp-block-kadence-modal {
  position: relative;
}
.kt-modal-container {
  max-width: 100%;
}
.dupi-page-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-size: cover;
}
body.page-has-background-image #primary {
  position: absolute;
  left: 0;
  margin-top: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  body.page-has-background-image #primary {
    margin-top: 48px;
  }
}
.dupi-login-page-background-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.page-has-video-overlay .dupi-login-page-background-video::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  content: " ";
  z-index: 5;
}
.single-entry.post-password-required {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
}
rs-fw-forcer {
  display: block;
}
rs-module-wrap {
  z-index: 2;
}
/* ---------------------------------------------------------
  Cookie Plugin
--------------------------------------------------------- */
._brlbs-google-maps {
  display: block !important;
}
._brlbs-google-maps ._brlbs-thumbnail {
  width: 100%;
  min-height: 600px;
}
._brlbs-google-maps ._brlbs-caption {
  border-radius: 20px;
}
._brlbs-google-maps h2 {
  color: #dfdfdf !important;
  margin: 32px 0 !important;
  font-size: 150%;
}
._brlbs-google-maps p {
  color: #cccccc !important;
}
._brlbs-google-maps p a {
  margin-top: 12px;
  display: block;
}
.BorlabsCookie .default-contact-info .site-container {
  max-width: var(--global-content-width) !important;
  margin: 0 auto !important;
  padding: 0 var(--global-content-edge-padding) !important;
}
.BorlabsCookie .default-contact-info .site-container p {
  text-align: center;
  font-size: 36px;
}
.BorlabsCookie .default-contact-info .site-container p i {
  font-family: "Font Awesome 5 Pro" !important;
  width: 60px;
}
.BorlabsCookie .default-contact-info .site-container p a {
  text-decoration: none !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-instagram {
  display: block !important;
  max-width: none !important;
  margin-top: 48px;
  background: var(--color-primary_background_shade);
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-instagram ._brlbs-thumbnail {
  display: none !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-instagram ._brlbs-caption {
  position: static !important;
  transform: none !important;
  background: none !important;
  color: #212934 !important;
  font-size: 120%;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-instagram ._brlbs-caption p:first-of-type a {
  margin-top: 8px;
  display: block;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn {
  background: #e9a825 !important;
}
/* -------------------------------------------------
   Header
   ---------------------------------------------- */
#masthead {
  position: fixed !important;
  left: 0;
  right: 0;
  background: none !important;
  z-index: 999999 !important;
}
#masthead #main-header .site-header-inner-wrap {
  left: 400px;
  right: 400px;
  top: 0;
  transition: all 500ms;
  padding: 6px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,222222+0,222222+99&0.5+0,0+100 */
}
.site-below-top #masthead #main-header .site-header-inner-wrap {
  background: rgba(34, 34, 34, 0.8);
  box-shadow: 0 0 10px #222;
  padding: 0;
}
body.admin-bar #masthead #main-header .site-header-inner-wrap {
  top: 32px;
}
#masthead #main-header .site-header-item {
  display: block;
}
#masthead .site-title.vs-md-false {
  display: block !important;
}
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
  background: none !important;
}
.dupi-header-wrapper {
  position: relative;
  display: flex;
  margin-top: 0;
  transition: all 500ms;
  padding: 0 16px;
}
.dupi-header-wrapper svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 1000ms;
}
.dupi-header-wrapper svg.header-corner {
  fill-opacity: 0;
}
.dupi-header-wrapper svg.header-bottom {
  top: 55px;
}
.dupi-header-wrapper .menu {
  min-width: 380px;
}
.dupi-header-wrapper .box {
  flex: 1;
  display: flex;
  justify-content: center;
}
.dupi-header-wrapper .box:first-child > .inner {
  margin-right: auto;
}
.dupi-header-wrapper .box:last-child > .inner {
  margin-left: auto;
}
.site-below-top .dupi-header-wrapper {
  border-radius: 0;
  margin-top: 0;
}
.site-below-top .dupi-header-wrapper svg.header-bottom {
  top: 50px;
}
.site-below-top .dupi-header-wrapper svg.header-corner {
  fill-opacity: 1;
}
.site-below-top .dupi-header-wrapper .logo-wrapper .brand img {
  margin-top: 0.1em;
  width: 40px;
}
.dupi-header-wrapper .logo-wrapper {
  position: relative;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dupi-header-wrapper .logo-wrapper .brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 1000ms;
}
.dupi-header-wrapper .logo-wrapper .brand img {
  transition: all 1000ms;
  width: 40px;
  height: auto;
  max-width: initial;
}
.dupi-header-wrapper .logo-wrapper img:hover {
  -webkit-filter: drop-shadow(0px 0px 5px white);
  filter: drop-shadow(0px 0px 5px white);
}
.dupi-header-wrapper a {
  text-decoration: none !important;
  color: var(--color-primary-850) !important;
}
.dupi-header-wrapper a:hover {
  color: var(--color-primary) !important;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  min-width: 160px;
  text-align: center;
  padding: 0 0 0.3em;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li > a, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li > a {
  padding: 0.9em 1.1em 0.3em;
  position: relative;
  font-size: 16px !important;
  display: inline-block;
  text-transform: uppercase;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li > a::after, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li > a::after {
  content: "";
  width: calc(100% - 2.2em);
  position: absolute;
  bottom: 0;
  height: 2px;
  right: 50%;
  background: currentColor;
  -webkit-transform: scale(0, 0) translate(-50%, 0);
  transform: scale(0, 0) translate(-50%, 0);
  transition: transform 0.2s ease-in-out, color 0s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li > a:hover::after, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li > a:hover::after {
  display: none;
  transform: scale(1, 1) translate(50%, 0);
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu {
  text-align: left;
  background: none;
  box-shadow: none;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item {
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item.current-menu-item, .dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item:hover, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item.current-menu-item, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item:hover {
  background: rgba(0, 0, 0, 0.64);
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item:first-child, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item:first-child {
  border-radius: 8px 8px 0 0;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item:last-child, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item:last-child {
  border-radius: 0 0 8px 8px;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item a, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item a {
  background: none;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .sub-menu li.menu-item i, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .sub-menu li.menu-item i {
  width: 14px;
  display: inline-block;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li i, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li i {
  margin: 0 8px;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li .menu-highlight-item, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li .menu-highlight-item {
  position: absolute;
  background: var(--color-primary-700);
  color: var(--color-primary-background);
  bottom: -34px;
  display: none;
}
.dupi-header-wrapper .main-navigation .primary-menu-container > ul > li a:hover .menu-highlight-item, .dupi-header-wrapper .secondary-navigation .secondary-menu-container > ul > li a:hover .menu-highlight-item {
  display: block;
}
.dupi-header-wrapper-v2 .menu {
  min-width: auto;
}
.dupi-header-wrapper-v2 .brand {
  width: 180px;
  display: inline-block;
  padding: 12px 24px 0;
  position: relative;
}
.dupi-header-wrapper-v2 .brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#344a6f+0,273856+100 */
  background: #344a6f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #344a6f 0%, #273856 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #344a6f 0%, #273856 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #344a6f 0%, #273856 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344a6f", endColorstr="#273856",GradientType=0);
  /* IE6-9 */
  transform: skew(20deg);
  z-index: -1;
}
body.home .dupi-header-wrapper-v2 .brand::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fcdee+0,498bae+100 */
  background: #5fcdee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5fcdee 0%, #498bae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fcdee", endColorstr="#498bae",GradientType=1);
  /* IE6-9 */
}
.dupi-header-wrapper-v2 .brand:hover::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fcdee+0,498bae+100 */
  background: #5fcdee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5fcdee 0%, #498bae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fcdee", endColorstr="#498bae",GradientType=1);
  /* IE6-9 */
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li {
  position: relative;
  padding: 0 20px 4px;
  margin-left: -2px;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li::before, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#344a6f+0,273856+100 */
  background: #344a6f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #344a6f 0%, #273856 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #344a6f 0%, #273856 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #344a6f 0%, #273856 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#344a6f", endColorstr="#273856",GradientType=0);
  /* IE6-9 */
  transform: skew(20deg);
  z-index: -1;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li:hover::before, .dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li.current_page_item::before, .dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li.current-page-parent::before, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li:hover::before, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li.current_page_item::before, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li.current-page-parent::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fcdee+0,498bae+100 */
  background: #5fcdee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5fcdee 0%, #498bae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fcdee", endColorstr="#498bae",GradientType=1);
  /* IE6-9 */
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li a, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li a {
  color: #fff !important;
  text-transform: uppercase;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li > a::after, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li > a::after {
  background: none;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul {
  padding-top: 0 !important;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul li, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul li {
  text-align: center;
  clip-path: none;
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul li a, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul li a {
  position: relative;
  background: none !important;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul li a:hover, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul li a:hover {
  background: none !important;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul li a::before, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(20deg);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fcdee+0,498bae+100 */
  background: #5fcdee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5fcdee 0%, #498bae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5fcdee 0%, #498bae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fcdee", endColorstr="#498bae",GradientType=1);
  /* IE6-9 */
  z-index: -1;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul li:nth-child(odd) a, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul li:nth-child(odd) a {
  margin-left: 20px;
}
.dupi-header-wrapper-v2 .main-navigation .primary-menu-container > ul > li ul li:nth-child(odd) a::before, .dupi-header-wrapper-v2 .secondary-navigation .secondary-menu-container > ul > li ul li:nth-child(odd) a::before {
  transform: skew(-20deg);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#498bae+0,5fcdee+100 */
  background: #498bae;
  /* Old browsers */
  background: -moz-linear-gradient(left, #498bae 0%, #5fcdee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #498bae 0%, #5fcdee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #498bae 0%, #5fcdee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#498bae", endColorstr="#5fcdee",GradientType=1);
  /* IE6-9 */
}
#mobile-site-navigation i {
  margin: 0 8px;
}
.popup-drawer .drawer-content {
  padding-top: 1.5em;
}
#mobile-header {
  background: var(--color-primary-background-700);
}
#mobile-header .site-branding a.brand img {
  max-width: 56px;
  margin: 12px 0;
}
#mobile-header .site-title.vs-md-false, #mobile-header .kadence-svg-iconset svg {
  color: var(--color-primary) !important;
}
:root {
  --color-primary: #ffffff;
  --color-primary-background: #1c1c1a;
}
/*
    --------------------------------
    color
    --------------------------------
*/
:root {
  --color-primary-700: rgba(255, 255, 255, 0.7);
  --color-primary-850: rgba(255, 255, 255, 0.85);
  --color-primary-background-alternate: #2f2f2b;
  --color-primary-background-alternate_02: #3c3c37;
  --color-primary-background-alternate_03: #4c4c46;
  --color-primary-background-alternate_03_700: rgba(76, 76, 70, 0.7);
  --color-primary-background-alternate_04: #5e5e57;
  --color-primary-background-alternate_05: #717169;
  --color-primary-background-200: rgba(28, 28, 26, 0.2);
  --color-primary-background-500: rgba(28, 28, 26, 0.5);
  --color-primary-background-700: rgba(28, 28, 26, 0.7);
  --color-primary-background-850: rgba(28, 28, 26, 0.85);
}
/*
    --------------------------------
    media-queries
    --------------------------------
*/
/* min */
/* redundant */
/* -------------------------------------------------
   Mixins
   ---------------------------------------------- */
/* -------------------------------------------------
   Frontpage
   ---------------------------------------------- */
body.home .kad-slider-pagination, body.home .kad-slider-navigate {
  display: none;
}
body.home .kad-slider ul.kad-slider-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  z-index: 100;
}
.dupi-fs-video {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.dupi-video-block {
  min-height: 100vh;
  max-height: 100vh;
}
/* -------------------------------------------------
   Insights
   ---------------------------------------------- */
.book-widget iframe {
  min-height: 800px;
}
@media only screen and (max-width: 991px) {
  .book-widget iframe {
    min-height: 480px;
  }
}
.fb3d-modal {
  box-shadow: none !important;
  width: 100% !important;
  left: 0 !important;
  display: none;
}
/* -------------------------------------------------
   Key Facts
   ---------------------------------------------- */
.dupi-key-facts-wrapper {
  margin: 96px 0;
}
.dupi-key-facts-wrapper .grid-cols {
  column-gap: 3%;
}
@media only screen and (max-width: 767px) {
  .dupi-key-facts-wrapper .grid-cols {
    display: block;
  }
}
.dupi-key-facts-wrapper .key-fact {
  position: relative;
  padding: 24px 8px 12px;
  background: var(--color-primary-background-alternate);
  text-align: center;
  margin: 20px 0;
}
.dupi-key-facts-wrapper .key-fact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 8px;
  top: -12px;
  background: var(--color-primary-background-alternate_02);
}
@media only screen and (max-width: 767px) {
  .dupi-key-facts-wrapper .key-fact {
    margin-bottom: 48px;
  }
}
.dupi-key-facts-wrapper .key-fact h3 {
  font-size: 18px;
  margin-top: 24px;
  color: var(--color-primary);
}
.dupi-key-facts-wrapper .key-fact h3 i {
  font-size: inherit;
}
.dupi-key-facts-wrapper .key-fact p, .dupi-key-facts-wrapper .key-fact p i {
  font-size: 14px;
  color: var(--color-primary);
}
.dupi-key-facts-wrapper .key-fact i {
  font-size: 48px;
  color: var(--color-primary);
}
body.like-print-design .dupi-key-facts-wrapper .key-fact i {
  color: #fc5830;
}
.dupi-key-facts-wrapper .key-fact .prefix {
  display: inline-block;
  margin-right: 8px;
}
.dupi-key-facts-wrapper .key-fact .suffix {
  margin-left: 4px;
}
.dupi-key-facts-wrapper .key-fact .additional-info {
  margin-bottom: 12px;
  text-align: center;
}
.dupi-key-facts-wrapper .highlights {
  margin-bottom: 72px;
}
.dupi-key-facts-wrapper .highlights .key-fact::before {
  background: #fc5830;
}
.dupi-key-facts-wrapper .five-boxes h3 {
  font-size: 14px;
}
.dupi-key-facts-wrapper .five-boxes i {
  font-size: 32px;
}
.dupi-key-facts-wrapper .green-content.green-content-headline {
  margin-top: 144px;
  text-align: center;
  color: #71b038;
  font-size: 32px;
}
.dupi-key-facts-wrapper .green-content.green-content-headline i {
  margin-right: 8px;
}
.dupi-key-facts-wrapper .green-content i {
  color: #71b038;
}
.dupi-chart-wrapper {
  margin: 0 auto;
  text-align: center;
  height: 400px;
}
.dupi-chart-wrapper .dupi-chart {
  display: block !important;
  max-height: 100% !important;
}
/* -------------------------------------------------
   Showcase
   ---------------------------------------------- */
#next-showcase-link {
  position: absolute;
  top: 48px;
  right: 32px;
  z-index: 50;
}
#next-showcase-link a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.showcase-single-in-overview .image-link {
  position: relative;
}
.showcase-single-in-overview .image-link i {
  position: absolute;
  bottom: 12px;
  right: 18px;
  font-size: 36px;
  color: #fff;
}
.showcase-single-in-overview .info {
  padding: 8px 16px 32px;
  background: var(--color-primary-background-alternate);
}
.showcase-single-in-overview h2 {
  margin-top: 8px !important;
  text-transform: uppercase;
}
.showcase-single-in-overview h2 a:hover {
  color: #fc5830;
}
.showcase-single-in-overview i {
  width: 28px;
}
.showcase-single-in-overview .showcase-address {
  display: inline-block;
  margin-left: 28px;
}
/* -------------------------------------------------
   360 Grad
   ---------------------------------------------- */
.pano-360 {
  height: 100vh;
}
.pano-360.boxed {
  height: 760px;
}
.pano-360 div {
  box-sizing: content-box;
}
.pano-360 h4 {
  margin-top: 0 !important;
}
.pano-360 .dupi-poi {
  background: url("/wp-content/themes/base/img/vtour/marker/map-marker.png") no-repeat;
  background-size: cover;
  width: 42px;
  height: 60px;
  text-align: center;
}
.pano-360 .dupi-poi:hover {
  display: none;
}
.pano-360 .dupi-poi i {
  display: block;
  padding-top: 10px;
  font-size: 21px;
  color: #444;
}
@keyframes animate {
  100% {
    transform: translateY(20px);
  }
}
.pano-360 .dupi-poi-big {
  width: 84px;
  height: 120px;
}
.pano-360 .dupi-poi-big img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
}
.pano-360 .wrapper-bordered {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  display: flex;
  position: relative;
  width: 650px;
  white-space: normal;
  border: 1px solid #eee;
  height: 200px;
  font-family: Roboto, sans-serif !important;
  z-index: 9999999;
}
.pano-360 .wrapper-bordered h3 {
  color: #484A51;
  margin: 4px 0 0;
  font-size: 24px;
  font-family: Roboto, sans-serif !important;
  line-height: normal;
  text-align: center;
}
.pano-360 .wrapper-bordered a {
  display: inline-block;
  color: #777;
}
.pano-360 .wrapper-bordered i {
  color: #999;
  font-size: 82%;
}
.pano-360 .wrapper-bordered p {
  color: #555;
  font-size: 14px;
  margin: 8px 0;
  font-family: Roboto, sans-serif !important;
  line-height: 1.3;
}
.pano-360 .wrapper-bordered .info {
  width: 432px;
  margin-left: 14px;
}
.pano-360 .wrapper-bordered fact {
  display: inline-block;
  width: 148px;
  text-align: left;
  color: #000;
}
.pano-360 .wrapper-bordered .description {
  margin-top: 12px;
  text-align: center;
}
.pano-360 .wrapper-bordered .source {
  text-align: center;
  margin-top: 0;
  color: #777;
}
.pano-360 .wrapper-bordered::before {
  display: block;
  position: absolute;
  content: "";
  left: -1px;
  top: -12px;
  right: -1px;
  height: 8px;
  background: #484A51;
}
.pano-360 .wrapper-bordered::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  margin-left: -8px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.8);
}
.pano-info {
  background-color: rgba(0, 0, 0, 0.8);
  width: 24rem;
  height: 100vh;
  position: fixed;
  transition: transform 300ms ease-in;
  z-index: 11;
  top: 0;
  right: 0;
  padding: 12px 16px 12px;
}
body.admin-bar .pano-info {
  padding-top: 40px;
}
.pano-info-isHidden {
  transform: translateX(24rem);
  transition: transform 300ms ease-out;
}
.pano-info li, .pano-info a {
  color: #fff !important;
  text-decoration: none !important;
}
.pano-info .close {
  font-size: 200%;
  float: right;
  margin-bottom: 12px;
  cursor: pointer;
}
.pano-info img {
  margin-bottom: 18px;
}
.pano-info .content {
  clear: both;
}
.pano-info .content p {
  margin-bottom: 0;
}
/* -------------------------------------------------
   Tour
   ---------------------------------------------- */
.dupi-matterport {
  position: relative;
}
.dupi-matterport .dupi-info {
  position: absolute;
  bottom: 80px;
  background: var(--color-primary-700);
  padding: 8px 24px;
  border-radius: 20px;
  color: var(--color-primary-background);
  left: 50%;
  transform: translateX(-50%);
}
.dupi-matterport iframe {
  width: 100%;
  height: 100vh;
  display: block;
}
/* -------------------------------------------------
   Gallery
   ---------------------------------------------- */
.dupi-gallery-wrapper {
  margin-top: 48px;
}
.dupi-gallery-wrapper .gallery-links {
  text-align: center;
  margin-bottom: 24px;
}
.dupi-gallery-wrapper .gallery-links span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  padding: 8px 24px;
  background: #EEE;
  transition: all 700ms;
  clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 8% 100%);
  color: var(--color-primary-background);
}
body.layout-v3 .dupi-gallery-wrapper .gallery-links span {
  clip-path: none;
  border-radius: 10px;
}
.dupi-gallery-wrapper .gallery-links span i {
  margin-right: 6px;
}
.dupi-gallery-wrapper .gallery-links span.selected, .dupi-gallery-wrapper .gallery-links span:hover {
  color: var(--color-primary);
  background: #fc5830;
}
.dupi-gallery-wrapper .dupi-gallery {
  display: none;
}
.dupi-gallery-wrapper .dupi-gallery.selected {
  display: block;
}
.dupi-button-list .header-list {
  text-align: center;
  margin-bottom: 24px;
}
.dupi-button-list .header-list span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  padding: 8px 24px;
  background: #EEE;
  transition: all 700ms;
  clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 8% 100%);
  color: var(--color-primary-background);
}
body.layout-v3 .dupi-button-list .header-list span {
  clip-path: none;
  border-radius: 10px;
}
.dupi-button-list .header-list span i {
  margin-right: 6px;
}
.dupi-button-list .header-list span.selected, .dupi-button-list .header-list span:hover {
  color: var(--color-primary);
  background: #fc5830;
}
.dupi-button-list .item {
  display: none;
}
.dupi-button-list .item.selected {
  display: block;
}
.dupi-website-list .item a {
  position: relative;
  text-decoration: none;
}
.dupi-website-list .item a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 48px;
  text-align: center;
  display: none;
}
.dupi-website-list .item a:hover {
  color: #fff !important;
}
.dupi-website-list .item a:hover span {
  display: block;
}
.pswp__bg {
  background: var(--color-primary-background);
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background: none;
}
body.dupi-dark .pswp__button--arrow--left:before, body.dupi-dark .pswp__button--arrow--right:before {
  background-color: rgba(255, 255, 255, 0.3);
}
body.dupi-dark .kadence-galleries-pswp.pswp--svg .pswp__top-bar .pswp__button {
  background-image: url(https://www.gordonbussiek.de/wp-content/plugins/kadence-galleries/assets/photoswipe/default-skin.svg) !important;
}
/* -------------------------------------------------
   Kontakt
   ---------------------------------------------- */
.dupi-contact-page h2, .dupi-contact-page h3, .dupi-contact-page h4 {
  text-align: center;
}
.dupi-contact-page h4 {
  font-weight: normal;
  font-size: 21px;
}
body.like-print-design .dupi-contact-page h4 {
  color: #fc5830;
  text-transform: uppercase;
}
.dupi-contact-page .addresses {
  margin-top: 36px;
  color: var(--color-primary);
}
.dupi-contact-page .addresses a {
  color: var(--color-primary);
}
.dupi-contact-page .addresses p {
  text-align: center;
}
.contact-list {
  margin: 48px 0;
}
.contact-list .contact-outer {
  padding: 8px;
  text-align: center;
}
.contact-list h3, .contact-list p {
  margin: 8px 0;
  color: var(--color-primary);
}
.contact-list .role {
  margin: 0 0 18px !important;
}
.contact-list .position {
  color: #fc5830;
}
.contact-list a {
  font-size: 80%;
  text-decoration: none;
  color: var(--color-primary);
}
.contact-list i {
  margin-right: 4px;
  width: 24px;
  color: var(--color-primary);
}
.contact-list img {
  width: 240px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 32px;
}
#inner-wrap .wpgmza_map {
  float: none !important;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_title {
  margin: 8px 0 12px;
  font-size: 150%;
  color: #222;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_address {
  display: none;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_description img {
  margin-right: 12px !important;
  border: 8px solid #f0f0f0 !important;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_description p {
  margin: 0 0 8px;
  font-size: 120%;
  line-height: 1.6;
  color: #222;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_description i {
  width: 24px;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_description a {
  text-decoration: none;
  color: #222 !important;
}
#inner-wrap .wpgmza_map .wpgmza_infowindow_description a:hover {
  text-decoration: underline;
}
/* ---------------------------------------------------------
  Home
--------------------------------------------------------- */
.dupi-services-wrapper {
  margin: 64px 0 48px;
}
.dupi-services-wrapper svg {
  position: static !important;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.dupi-posts-wrapper {
  margin-top: 96px;
}
.dupi-outline img {
  display: block;
  margin: -96px auto 0;
  opacity: 0.2;
}
/* ---------------------------------------------------------
  Services
--------------------------------------------------------- */
.presto-player__wrapper .plyr--video .plyr__controls, .presto-block-video {
  --plyr-color-main: #fc5830 !important;
}
.dupi-flipbook-wrapper {
  margin: 48px 0;
}
.dupi-flipbook-wrapper.inline {
  margin: 48px 0 0;
}
.dupi-table-of-contents {
  margin: 72px 0 24px;
}
.dupi-table-of-contents .grid-cols {
  row-gap: 1rem;
  column-gap: 1rem;
}
.dupi-table-of-contents .toc-item .link-wrapper {
  position: relative;
  display: block;
}
.dupi-table-of-contents .toc-item .link-wrapper .dupi-headline {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari and Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
}
.dupi-table-of-contents .toc-item .inner-text {
  font-size: 24px;
  text-shadow: 0 0 4px #000;
  display: none;
}
@media only screen and (max-width: 991px) {
  .dupi-table-of-contents .toc-item .inner-text {
    font-size: 21px;
    display: inline-block;
  }
}
.dupi-table-of-contents .toc-item i {
  text-shadow: 0 0 4px #000;
  font-size: 96px;
  color: white;
  display: none;
}
.dupi-table-of-contents .toc-item i.fa-city {
  font-size: 80px;
}
.dupi-table-of-contents .toc-item a:hover {
  color: inherit;
}
.dupi-table-of-contents .toc-item img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.dupi-table-of-contents .toc-item:hover .inner-text {
  display: inline-block;
}
.dupi-table-of-contents .toc-item:hover img {
  transform: scale(1.04);
  -webkit-filter: grayscale(0);
  filter: none;
}
.usecase-grid {
  margin: 96px 0;
}
.usecase-grid .grid-cols {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.usecase {
  display: flex;
}
.usecase i {
  font-size: 48px;
  min-width: 54px;
  margin-right: 32px;
  color: #fc5830;
}
.entry {
  border-radius: 0;
}
.ppw-post-password-container {
  margin-top: 200px;
}
.ppw-ppf-input-container {
  text-align: center;
}
.ppw-ppf-field-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ppw-ppf-field-container input {
  width: 240px;
  margin-top: 32px !important;
}
.ppw-ppf-field-container input[type="submit"] {
  text-transform: uppercase;
  background: #222;
}
/* -------------------------------------------------
   Footer
   ---------------------------------------------- */
#colophon {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
}
#colophon .site-bottom-footer-inner-wrap {
  padding: 0;
}
#colophon p:empty {
  display: none;
}
#colophon .footer-html {
  margin: 0;
}
#colophon .about {
  margin: 0 -1.5rem 0;
  padding: 36px 0;
}
#colophon .about .contact {
  padding-right: 8px;
  border-right: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  #colophon .about .contact {
    border: none;
  }
}
#colophon .about .address {
  margin-top: -4px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #colophon .about .address {
    margin: 0;
    display: inline;
  }
}
#colophon .about h4 {
  font-weight: 300;
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px !important;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  #colophon .about h4 {
    text-align: center;
  }
}
#colophon .about h4.empty {
  min-height: 1em;
}
@media only screen and (max-width: 767px) {
  #colophon .about h4.empty {
    display: none;
  }
}
#colophon .about p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #colophon .about p {
    text-align: center;
  }
}
#colophon .about i {
  width: 24px;
  margin-right: 6px;
}
#colophon .about i.fa-map-marker {
  margin-bottom: 12px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #colophon .about i.fa-map-marker {
    float: none;
    margin: 0;
  }
}
#colophon .about img {
  display: block;
  width: 168px;
  margin: 0 auto;
}
#colophon .about img.jetbrains {
  width: 144px;
}
#colophon .about a {
  color: #fc5830;
}
#colophon .copyright {
  padding: 12px 0;
}
.fpf-footer-minimal {
  position: fixed;
  padding: 0 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  font-size: 14px;
  z-index: 100;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fpf-footer-minimal .dupi-divider {
    display: none;
  }
}
#colophon, #colophon a, #colophon p, .fpf-footer-minimal, .fpf-footer-minimal a, .fpf-footer-minimal p {
  color: var(--color-primary);
  text-decoration: none;
}
h1 .counter {
  display: none !important;
}
h2 .counter {
  display: none;
}
.accent-icon {
  display: none;
}
body.layout-v3 svg {
  display: none;
}
body.layout-v3 svg.services {
  display: block;
}
body.layout-v3 svg.hashtag {
  right: 30px;
  bottom: 10px;
  z-index: 3;
}
body.layout-v3 svg.hashtag path {
  fill: var(--color-primary-background);
}
body.layout-v3 svg .st0 {
  stroke: #ffffff;
}
body.layout-v3 svg .st1, body.layout-v3 svg .st2, body.layout-v3 svg .st3 {
  fill: #ffffff;
}
body.layout-v3 .kadence-svg-iconset svg {
  display: block;
}
body.layout-v3 .dupi-header-wrapper {
  border-radius: 0;
  transition: all 1000ms;
}
body.layout-v3 .dupi-header-wrapper a {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
body.layout-v3 .dupi-header-wrapper a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
body.layout-v3 .dupi-introduction-wrapper {
  margin-top: 20px;
}
body.layout-v3 .dupi-introduction-wrapper.intro .dupi-introduction-inner-wrapper, body.layout-v3 .dupi-introduction-wrapper.home .dupi-introduction-inner-wrapper {
  border-radius: 20px 20px 80px 20px;
}
body.layout-v3 .dupi-introduction-wrapper.intro .dupi-introduction-content, body.layout-v3 .dupi-introduction-wrapper.home .dupi-introduction-content {
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 60px;
}
body.layout-v3 .dupi-introduction-wrapper.intro .dupi-introduction-content p, body.layout-v3 .dupi-introduction-wrapper.home .dupi-introduction-content p {
  color: #d9d9d9;
}
body.layout-v3 .dupi-introduction-wrapper.home {
  margin-top: 120px;
}
body.layout-v3 .dupi-introduction-wrapper .dupi-introduction-content {
  border-radius: 20px 20px 80px 20px;
}
body.layout-v3 .dupi-introduction-wrapper .dupi-introduction-content .dupi-image {
  border-radius: 20px;
}
body.layout-v3 .dupi-introduction-wrapper .dupi-introduction-content .content {
  min-height: auto;
}
body.layout-v3 .dupi-introduction-inner-wrapper {
  position: relative;
}
body.layout-v3 .dupi-introduction-inner-wrapper .accent-icon {
  display: block;
  position: absolute;
  top: -200px;
  right: 72px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  body.layout-v3 .dupi-introduction-inner-wrapper .accent-icon {
    top: -184px;
    right: 16px;
    width: 100px;
  }
}
body.layout-v3 .dupi-introduction-wrapper .dupi-introduction-content .content {
  padding: 24px 48px 72px;
}
body.layout-v3 .counting-headline {
  display: block;
}
body.layout-v3 .dupi-headline-wrapper {
  width: auto;
  margin: 0 auto;
}
body.layout-v3 .kt-gallery-item-overlay, body.layout-v3 .kt-gallery-intrinsic img {
  border-radius: 10px;
}
body.layout-v3 .dupi-button-list .pano-360 > div, body.layout-v3 .dupi-button-list .mockup-image, body.layout-v3 .dupi-button-list iframe {
  border-radius: 20px;
}
body.layout-v3 .presto-block-video {
  border-radius: 20px;
}
body.layout-v3 .site-below-top .dupi-header-wrapper {
  border-radius: 0;
  background: none;
}
body.layout-v3.home .dupi-introduction-wrapper {
  margin-bottom: 72px;
}
