/* 
Theme Name: Gerstner
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Gerstner is a child theme of Hello Elementor, created by Elementor team
Author: MBIT Solutions
Author URI: https://www.mbit.at
Template: hello-elementor
Version: 2.0.0
Text Domain: gerstner
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
h1 {
  font-family: "PP Editorial", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

h2 {
  font-family: "PP Editorial", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h3 {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  text-transform: uppercase;
}

h4 {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
}

p {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 390;
  line-height: 140%; /* 25.2px */
}

.subline {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
}
@media (max-width: 768px) {
  header nav {
    overflow-y: scroll;
  }
}
header > .e-con {
  background-color: transparent !important;
}
header > .e-con .logo img {
  transition: all 0.3s;
}
header.scroll > .e-con {
  background-color: #193264 !important;
}
header.scroll > .e-con .logo img {
  width: 134px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  header.scroll > .e-con .logo img {
    width: 85px;
  }
}

nav .elementor-nav-menu__container {
  transition: all 0.3s;
}
nav .elementor-nav-menu__container .menu-item {
  overflow: hidden !important;
}
nav .elementor-nav-menu__container .elementor-item:before {
  opacity: 1 !important;
  content: "";
  color: var(--e-global-color-secondary);
  position: relative;
  margin-right: 28px;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15.2929' y='8' width='10.3137' height='10.3137' transform='rotate(135 15.2929 8)' fill='%23735A0A' stroke='%23735A0A'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
nav .elementor-nav-menu__container .elementor-item:hover:before {
  color: white;
}
nav .elementor-nav-menu__container .elementor-item:focus {
  background: none;
}
nav .elementor-nav-menu__container .elementor-item.highlighted:before {
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15.2929' y='8' width='10.3137' height='10.3137' transform='rotate(135 15.2929 8)' fill='transparent' stroke='%23FFF'/%3E%3C/svg%3E%0A");
}
nav .elementor-nav-menu__container .sub-menu {
  border-left: 1px solid white;
  padding-left: 30px;
  margin-left: 6px;
  margin-bottom: 15px;
}
nav .elementor-nav-menu__container .sub-menu li {
  color: white;
}
nav .elementor-nav-menu__container .sub-menu li.current-menu-item {
  font-weight: 700;
}
nav .elementor-nav-menu__container .sub-menu li a {
  font-family: "Brandon Grotesque", sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 1.8px;
  padding-bottom: 0 !important;
  color: white !important;
  text-transform: uppercase !important;
}
@media (max-width: 760px) {
  nav .elementor-nav-menu__container .sub-menu li a {
    font-size: 15px !important;
  }
}
nav .elementor-nav-menu__container .sub-menu li a:hover {
  font-weight: 600;
}
nav .elementor-nav-menu__container .sub-menu li a:focus {
  background: none;
}

@media (max-width: 1750px) {
  nav .nav-wrapper {
    padding-right: 110px;
  }
}
@media (max-width: 1500px) {
  .gim-navigation {
    max-height: 100vh !important;
  }
	
	.gim-navigation .nav-wrapper {
		max-height: 100%;
		overflow-y: scroll;
	}
}
.triple-image-widget {
  display: block;
  position: relative;
  margin: 57px 0 80px;
  width: 100%;
}
.triple-image-widget .triple-image-left {
  z-index: 5;
  background: #091127;
  width: 80%;
  height: 100%;
  position: relative;
  left: auto;
  aspect-ratio: 361/515;
}
.triple-image-widget .triple-image-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.triple-image-widget .triple-image-right {
  z-index: 1;
  top: -57px;
  right: 0;
  background: #091127;
  width: 79%;
  height: 100%;
  position: absolute;
  aspect-ratio: 361/515;
}
.triple-image-widget .triple-image-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.triple-image-widget .triple-image-bottom {
  bottom: 0;
  right: 0;
  grid-area: bottom;
  z-index: 5;
  transform: translate(35%, 43%);
  position: absolute;
  width: 40%;
}
.triple-image-widget .triple-image-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

@media only screen and (max-width: 765px) {
  .triple-image-widget {
    width: 100%;
    margin: 57px 0 35%;
  }
  .triple-image-left {
    width: 60% !important;
    height: auto !important;
    aspect-ratio: 361/515 !important;
  }
  .triple-image-left img {
    width: 100% !important;
  }
  .triple-image-right {
    width: 60% !important;
    height: auto !important;
    aspect-ratio: 361/515 !important;
    position: absolute;
  }
  .triple-image-right img {
    width: 100% !important;
  }
  .triple-image-bottom {
    transform: translate(-27%, 37%) !important;
    position: absolute !important;
    aspect-ratio: 1/1 !important;
    width: 40% !important;
  }
  .triple-image-bottom img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.elementor-image-carousel-wrapper {
  position: relative;
  overflow: clip;
  overflow-y: visible;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 520px;
}
.elementor-image-carousel-wrapper .elementor-image-carousel {
  z-index: 5;
}
.elementor-image-carousel-wrapper .elementor-swiper-button {
  z-index: 10 !important;
}
.elementor-image-carousel-wrapper:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 110px;
  height: 100%;
  background: linear-gradient(90deg, #f7f3eb 0%, rgba(247, 243, 235, 0) 100%);
  z-index: 7;
  pointer-events: none;
}
.elementor-image-carousel-wrapper:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 110px;
  height: 100%;
  background: linear-gradient(90deg, rgba(247, 243, 235, 0) 0%, #f7f3eb 100%);
  z-index: 7;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .elementor-image-carousel-wrapper:before {
    width: 550px;
  }
  .elementor-image-carousel-wrapper:after {
    width: 550px;
  }
  .elementor-image-carousel-wrapper .swiper-slide {
    transform: scale(0.74) translateX(-12px);
    transition: all 0.3s;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }
  .elementor-image-carousel-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .elementor-image-carousel-wrapper .swiper-slide figure {
    width: 366px;
    height: 520px;
    transition: all 0.3s;
  }
  .elementor-image-carousel-wrapper .swiper-slide-next {
    transform: scale(0.88) translateX(-61px);
    transition: all 0.3s;
    z-index: 2;
  }
  .elementor-image-carousel-wrapper .swiper-slide-next + .swiper-slide {
    transform: translateX(0px);
    transition: all 0.3s;
    z-index: 3;
  }
  .elementor-image-carousel-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide {
    transform: scale(0.88) translateX(61px);
    transition: all 0.3s;
    z-index: 2;
  }
  .elementor-image-carousel-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
    transform: scale(0.74) translateX(12px);
    transition: all 0.3s;
    z-index: 1;
  }
}

.right-shadow .e-n-tabs-heading:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 250px;
  background: linear-gradient(90deg, rgba(247, 243, 235, 0) 0%, #F7F3EB 100%);
  content: "";
  pointer-events: none;
  z-index: 5;
}

.left-shadow .e-n-tabs-heading:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 250px;
  background: linear-gradient(90deg, #F7F3EB 0%, rgba(247, 243, 235, 0) 100%);
  content: "";
  pointer-events: none;
  z-index: 5;
}

.e-n-tabs button.left-arrow {
  width: 20px;
  padding: 0;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  z-index: 10;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg style='transform:rotate(180deg)' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9013 9.74182C18.0329 9.6103 18.0329 9.39394 17.9013 9.26242L8.73258 0.0986385C8.60099 -0.0328789 8.38451 -0.0328789 8.25292 0.0986385C8.12133 0.230156 8.12133 0.446524 8.25292 0.578041L17.1797 9.5L8.24867 18.422C8.11709 18.5535 8.11709 18.7698 8.24867 18.9014C8.38026 19.0329 8.59675 19.0329 8.72833 18.9014L17.8971 9.73758L17.9013 9.74182ZM0.582598 18.9056L9.75133 9.74182C9.88291 9.6103 9.88291 9.39394 9.75133 9.26242L0.582598 0.0986385C0.45101 -0.0328789 0.234524 -0.0328789 0.102936 0.0986385C-0.0286522 0.230156 -0.0286522 0.446524 0.102936 0.578041L9.02971 9.5L0.0986919 18.422C-0.0328979 18.5535 -0.0328979 18.7698 0.0986919 18.9014C0.23028 19.0329 0.446764 19.0329 0.578352 18.9014L0.582598 18.9056Z' fill='%23193264'/%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  color: white;
}
.e-n-tabs button.left-arrow:hover {
  background-color: transparent;
}

.e-n-tabs button.right-arrow {
  width: 20px;
  padding: 0;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9013 9.74182C18.0329 9.6103 18.0329 9.39394 17.9013 9.26242L8.73258 0.0986385C8.60099 -0.0328789 8.38451 -0.0328789 8.25292 0.0986385C8.12133 0.230156 8.12133 0.446524 8.25292 0.578041L17.1797 9.5L8.24867 18.422C8.11709 18.5535 8.11709 18.7698 8.24867 18.9014C8.38026 19.0329 8.59675 19.0329 8.72833 18.9014L17.8971 9.73758L17.9013 9.74182ZM0.582598 18.9056L9.75133 9.74182C9.88291 9.6103 9.88291 9.39394 9.75133 9.26242L0.582598 0.0986385C0.45101 -0.0328789 0.234524 -0.0328789 0.102936 0.0986385C-0.0286522 0.230156 -0.0286522 0.446524 0.102936 0.578041L9.02971 9.5L0.0986919 18.422C-0.0328979 18.5535 -0.0328979 18.7698 0.0986919 18.9014C0.23028 19.0329 0.446764 19.0329 0.578352 18.9014L0.582598 18.9056Z' fill='%23193264'/%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  color: white;
}
.e-n-tabs button.right-arrow:hover {
  background-color: transparent;
}

.e-n-tab-title:hover {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  color: var(--e-global-color-secondary) !important;
}

@media only screen and (max-width: 767px) {
  .right-shadow .e-n-tabs-heading:before {
    height: 50px;
    width: 120px;
  }
  .left-shadow .e-n-tabs-heading:after {
    height: 50px;
    width: 120px;
  }
}
.e-n-tab-title[aria-selected=true] {
  font-weight: bold !important;
}

body, html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

/* Buttons */
.white-button {
  border: #F7F5EC solid 1px;
  color: #F7F5EC;
  background-color: rgba(247, 245, 236, 0.3098039216);
}

.white-button a {
  color: #F7F5EC;
}

.white-button:hover {
  border: #735A0A solid 1px;
  color: #735A0A;
  background-color: rgba(115, 90, 10, 0.2);
}

.gold-button {
  border: #735A0A solid 1px;
  background: none !important;
}

.gold-button a {
  color: #735A0A !important;
}

/* Hamburgermenu Icon */
.white-icon {
  --hamburger-color: #F7F5EC !important;
  --close-x-color: #F7F5EC !important;
}

.gold-icon {
  --hamburger-color: #735A0A !important;
  --close-x-color: #735A0A !important;
}

/* Links Navigation */
.underline {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

/* Triple Image Widget */
.triple-image-widget .triple-image-right img, .triple-image-widget .triple-image-left img {
  opacity: 0.9;
}

.triple-image-widget .triple-image-right, .triple-image-widget .triple-image-left {
  background-color: #000000;
}

/* Date und Time Picker mobile */
input[type=date] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

input[type=date]:before {
  color: rgba(115, 90, 10, 0.6);
  content: attr(placeholder);
}

input[type=date].full:before {
  color: black;
  content: "" !important;
}

input[type=time] {
  padding: 12px 20px 12px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

input[type=time]:before {
  color: rgba(115, 90, 10, 0.6);
  content: attr(placeholder);
}

input[type=time].full:before {
  color: black;
  content: "" !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Logo Color */
.gold-logo {
  filter: brightness(0) saturate(100%) invert(31%) sepia(62%) saturate(588%) hue-rotate(8deg) brightness(98%) contrast(96%);
}

.noscroll {
	overflow:hidden;
}

.gim-navigation {
	overscroll-behavior: none;
}

.gim-navigation .nav-wrapper {
		display: flex;
		flex-direction: column;
}

@media only screen and (max-width: 767px) {
	.gim-navigation .nav-wrapper {
		padding-bottom: 100px;
		display: flex;
		flex-direction: row;
	}
}