@charset "UTF-8";

body {
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	background-image: url('../img/back-hi-3600.png');
	background-position: 49.35% 1%;
	background-size: auto;
	background-repeat: no-repeat;
	font-family: Montserrat, sans-serif;
	color: #1a1b1f;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

body:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 8;
}

body.offcanvas {
	overflow: hidden;
}

body.offcanvas:before {
	visibility: visible;
	opacity: 1;
}

.container.wrapper-start {
	width: 100vw;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 540px) {
	.container.wrapper-start {
		width: 90vw;
	}
}

@media (min-width: 992px) {
	.container.wrapper-start {
		width: 95vw;
	}
}



::-moz-selection {
	background: #333333;
	color: #fff;
}

::selection {
	background: #333333;
	color: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {

}

/*a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}*/

/*a, a:hover {
	text-decoration: none !important;
}*/

/*.dhz_co--site-main {
	margin-top: 7rem;
}*/

.dhz_co--site-section {
	padding: 9rem 0;
	position: relative;
	clear: both;
	width: 100%;
}

.home .dhz_co--site-section {
	padding: 0 0;
}

@media (max-width: 991.98px) {
	.dhz_co--site-section {
	padding: 7rem 0;
	}
}

.search-wrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.search-wrap.active {
	z-index: 1001;
	opacity: 1;
	visibility: visible;
}

.search-wrap, .search-wrap > .container > .row {
	height: 100vh;
}

.search-wrap .close-search {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	opacity: .3;
	-webkit-transition: .3s opacity ease;
	-o-transition: .3s opacity ease;
	transition: .3s opacity ease;
}

.search-wrap .close-search:hover {
	opacity: 1;
}

.search-wrap .close-search > span {
	display: inline-block;
	text-indent: -99999px;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.search-wrap .close-search > span:before, .search-wrap .close-search > span:after {
	content: "";
	width: 45px;
	height: 2px;
	position: absolute;
	background: #333333;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.search-wrap .close-search > span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-wrap .close-search > span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-wrap input[type="search"], .search-wrap input[type="text"] {
	height: 70px;
	width: 100%;
	padding: 20px 40px;
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	text-align: center;
	border: none;
	border-bottom: 1px solid #ffffff;
}

.search-wrap input[type="search"]:active, .search-wrap input[type="search"]:focus, .search-wrap input[type="text"]:active, .search-wrap input[type="text"]:focus {
	outline: none;
}

.search-wrap input[type="search"]::-webkit-input-placeholder, .search-wrap input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
	font-style: italic;
}

.search-wrap input[type="search"]::-moz-placeholder, .search-wrap input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
	font-style: italic;
}

.search-wrap input[type="search"]:-ms-input-placeholder, .search-wrap input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
	font-style: italic;
}

.search-wrap input[type="search"]:-moz-placeholder, .search-wrap input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
	font-style: italic;
}

.search-wrap .heading {
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	text-align: center;
}

.search-wrap.dark {
	background: #333333;
}

/* Arrows */

	.chevron-wrapper {
		position: absolute;
		bottom: 3%;
		z-index: 99;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		height: 50px;
		transition: all .35s ease-in-out;
		transform: translateY(-30%);
	}

	.chevron-wrapper.unvisible {
		opacity: 0;
	}

	.chevron {
	  position: absolute;
	  width: 1.5rem;
	  height: 0.28rem;
	  opacity: 0;
	  -webkit-transform: scale(0.3);
	          transform: scale(0.3);
	  -webkit-animation: move-chevron 3s ease-out infinite;
	          animation: move-chevron 3s ease-out infinite;
	}

	@media (min-width: 1000px) {
		.chevron {
			width: 1.5rem;
			height: 0.28rem;
		}
	}

	.chevron:first-child {
	  -webkit-animation: move-chevron 3s ease-out 1s infinite;
	          animation: move-chevron 3s ease-out 1s infinite;
	}

	.chevron:nth-child(2) {
	  -webkit-animation: move-chevron 3s ease-out 2s infinite;
	          animation: move-chevron 3s ease-out 2s infinite;
	}

	.chevron:before,
	.chevron:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  height: 100%;
	  width: 50%;
	  background: #ffffff;
	}

	.chevron:before {
	  left: 0;
	  -webkit-transform: skewY(30deg);
	          transform: skewY(30deg);
	}

	.chevron:after {
	  right: 0;
	  width: 50%;
	  -webkit-transform: skewY(-30deg);
	          transform: skewY(-30deg);
	}

	@-webkit-keyframes move-chevron {
	  25% {
	    opacity: 1;
	  }
	  33.3% {
	    opacity: 1;
	    -webkit-transform: translateY(2.28rem);
	            transform: translateY(2.28rem);
	  }
	  66.6% {
	    opacity: 1;
	    -webkit-transform: translateY(3.12rem);
	            transform: translateY(3.12rem);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: translateY(4.8rem) scale(0.5);
	            transform: translateY(4.8rem) scale(0.5);
	  }
	}

	@keyframes move-chevron {
	  25% {
	    opacity: 1;
	  }
	  33.3% {
	    opacity: 1;
	    -webkit-transform: translateY(2.28rem);
	            transform: translateY(2.28rem);
	  }
	  66.6% {
	    opacity: 1;
	    -webkit-transform: translateY(3.12rem);
	            transform: translateY(3.12rem);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: translateY(4.8rem) scale(0.5);
	            transform: translateY(4.8rem) scale(0.5);
	  }
	}



@media (max-width: 991.98px) {
	.w-75 {
	width: 100% !important;
	}
}

/* Rooms/Suites */
.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
	.suite-wrap.overlap-image-right .suite-contents {
		width: 100%;
		margin-right: 0px;
	}
}

/* Heading */
/*.section-heading h3 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
}

.section-heading h3:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background: #333333;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}*/

/*.section-heading h3.text-left:after {
	left: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.section-heading.dark h3 {
	color: #333333;
}

.section-heading.dark h3:after {
	background: #333333;
}

.section-heading.dark p {
	color: #aeaeae;
}*/

/* buttons */
.readmore {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background-color: #0060a1;
	border: 1px solid #0060a1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .2rem;
	padding: 10px 20px;
	display: inline-block;
}

.readmore:hover {
	color: #ffffff;
	background-color: #0060a1;
	background-color: #0060a1;
	text-decoration: none;
}

.readmore.dark {
	color: #333333;
}

.readmore.dark:before {
	background: #333333;
}

.readmore.dark:hover {
	color: #333333;
}

.readmore.primary {
	color: #ff896b;
}

.readmore.primary:before {
	background: #ff896b;
}

.readmore.primary:hover {
	color: #ff896b;
}

.readmore.reverse:before {
	width: 100%;
}

.readmore.reverse:hover:before {
	width: 0;
}

/* Icons */
.icons-top {
	position: relative;
}

ul.icons-top, .icons-top li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.icons-top li {
	display: inline-block;
}

.icons-top li a {
	border-radius: 50%;
	background: #fff;
	color: #394f4b;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	opacity: .8;
}

.icons-top li a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icons-top li a:hover {
	opacity: 1;
}

.icons-top.icons-dark li a {
	color: #fff;
	background: #555555;
	border: 1px solid #555555;
	width: 40px;
	height: 40px;
	opacity: 1;
	transition: all .35s ease-in-out;
}

.icons-top.icons-dark li a:hover {
	color: #555555;
	background: #ffffff;
}

/* Site Nav */
.sticky-wrapper {
	z-index: 999;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .dhz_co--site-nav {
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	margin-bottom: 70px;
	width: 100%;
	background: #ffffff;
}

.home .sticky-wrapper .dhz_co--site-nav {
	background: transparent;
}

.sticky-wrapper .dhz_co--site-nav .container {
	position: relative;
	height: 85px;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .container {
	height: 60px;
}

.sticky-wrapper .dhz_co--site-nav .logo-wrap {
	position: absolute;
	top: 10px;
	left: 50%;
	font-size: 0;
	width: 341px;
	height: 80px;
	line-height: 0;
	background: url(../img/helvetic-investment-logo.png) no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	transition: width .35s cubic-bezier(0.26, 0.54, 0.58, 1);
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .logo-wrap {
	position: absolute;
	top: 4px;
	left: 50%;
	font-size: 0;
	width: 226px;
	height: 53px;
	line-height: 0;
	background: url(../img/helvetic-investment-logo.png) no-repeat;
	background-size: contain;
	transform: translateX(-50%);
	transition: all .125s cubic-bezier(0.26, 0.54, 0.58, 1);
}

.sticky-wrapper .dhz_co--site-nav .contact_btn {
	position: absolute;
	z-index: 1003;
	right: 15px;
	bottom: 0;
	font-size: 20px;
	width: auto;
	text-decoration: none;
	color: #fff;
	padding: 5px 25px;
	background-color: #0060a1;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .contact_btn {
	color: #fff;
	bottom: 8px;
	font-size: 15px
}

@media (max-width: 767.98px) {
	.sticky-wrapper .dhz_co--site-nav .logo-wrap {
		left: 50%;
	}

	.sticky-wrapper .dhz_co--site-nav .contact_btn {
		right: 50%;
		transform: translateX(50%);
	}
}

.sticky-wrapper .dhz_co--site-nav .icons-wrap {
	position: absolute;
	right: 0;
}

@media (max-width: 767.98px) {
	.sticky-wrapper .dhz_co--site-nav .icons-wrap {
		right: 15px;
		bottom: 0;
	}
}

.sticky-wrapper .dhz_co--site-nav .logo-wrap, .sticky-wrapper .dhz_co--site-nav .icons-wrap {
	z-index: 1003;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul-wrap {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.sticky-wrapper .dhz_co--site-nav .dhz_co--site-logo {
	font-size: 1.3rem;
	color: #fff;
	font-weight: 700;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul {
	text-align: center;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .site-nav-ul, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li {
	margin: 7px 0 0;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li {
	text-align: left;
	display: inline-block;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li > a {
	padding: 10px 10px;
	display: block;
	color: #0060a1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .05rem;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.current_page_item > a {
	font-weight: 600;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.icon > a span[class^="icon-"] {
	position: relative;
	top: 3px;
	left: 3px;
	font-size: 24px;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li > a:before {
	left: 20px;
	right: 20px;
	content: "";
	position: absolute;
	height: 1px;
	background: #0060a1;
	bottom: 0;
	width: 0%;
	-webkit-transition: .2s width ease-in-out;
	-o-transition: .2s width ease-in-out;
	transition: .2s width ease-in-out;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.icon > a:before {
	display: none;
}

.home .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li > a:before {
	background: #0060a1;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li > a:hover {
	color: #212529;
}

.home .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li > a:hover {
	color: #0060a1;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li > a:hover:before {
	width: calc(100% - 40px);
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children {
	position: relative;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul {
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 200px;
	background: #0060a1;
	padding: 20px 0px;
	margin-top: 20px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li {
	display: block;
	/* 2nd level hover*/
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li a, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li a {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	color: gray;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li a:hover, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li a:hover {
	color: #333333;
	background: #f9f9f9;
	padding-left: 30px;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children {
	position: relative;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children > a, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children > a {
	position: relative;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children > a:before, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children > a:before {
	position: absolute;
	content: "\e315";
	font-size: 16px;
	top: 50%;
	color: #333333;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children > ul, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children > ul {
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 22;
	list-style: none;
	top: 0;
	left: 100%;
	min-width: 200px;
	background: #fff;
	padding: 20px 0px;
	margin-top: 20px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children > .dropdown a, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li.has-children > ul a, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children > .dropdown a, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li.has-children > ul a {
	padding-left: 30px;
	padding-right: 30px;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li:hover, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li:focus, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li:active, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li:hover, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li:focus, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li:active {
	cursor: pointer;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li:hover > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li:focus > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > .dropdown > li:active > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li:hover > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li:focus > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children > ul > li:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children:hover, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children:focus, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children:active {
	cursor: pointer;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children:hover > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children:focus > .dropdown, .sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.active > a {
	position: relative;
}

.sticky-wrapper .dhz_co--site-nav .site-nav-ul > li.active > a:before {
	color: #fff;
	width: calc(100% - 40px);
}

.sticky-wrapper .dhz_co--site-nav.dark .dhz_co--site-logo {
	color: #333333;
}

.sticky-wrapper .dhz_co--site-nav.dark .site-nav-ul li a {
	color: #333333;
}

.sticky-wrapper .dhz_co--site-nav.dark .site-nav-ul > li > a:before {
	background: #ff896b;
}

.sticky-wrapper .dhz_co--site-nav.dark .burger:before, .sticky-wrapper .dhz_co--site-nav.dark .burger span, .sticky-wrapper .dhz_co--site-nav.dark .burger:after {
	background: #333333;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav {
	background: #fff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
	.sticky-wrapper.is-sticky .dhz_co--site-nav {
	padding-top: 0;
	padding-bottom: 0;
	}
}

.sticky-wrapper.is-sticky .dhz_co--site-nav a {
	color: #0060a1;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .site-nav-ul li a {
	color: #0060a1;
}

.home .sticky-wrapper.is-sticky .dhz_co--site-nav .site-nav-ul li a {
	color: #0060a1;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .site-nav-ul > li.icon > a span[class^="icon-"] {
	top: 4px;
}

.sticky-wrapper.is-sticky .dhz_co--site-nav .site-nav-ul > li > a:before {
	background: #212529;
}

.sticky-wrapper.is-sticky .icons-top li a {
	background: #333333;
	color: #fff;
	opacity: 1;
}

.sticky-wrapper.is-sticky .icons-top li a:hover {
	background: #ff896b;
	color: #fff;
}

.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
	background: #333333;
}

/* Mobile nav */
.dhz_co--site-mobile-menu {
	position: fixed;
	z-index: 1009;
	height: 100vh;
	background: #fff;
	width: 280px;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 280px;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas .dhz_co--site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.dhz_co--site-mobile-menu .close-wrap {
	position: relative;
}

.dhz_co--site-mobile-menu .close-wrap a {
}

.dhz_co--site-mobile-menu .close-wrap a:hover {
	opacity: .5;
}

.dhz_co--site-mobile-menu .close-wrap a .close-label {
	margin-right: 20px;
	color: #333333;
}

.dhz_co--site-mobile-menu .close-wrap a .close-times {
	position: relative;
	width: 30px;
	height: 30px;
}

.dhz_co--site-mobile-menu .close-wrap a .close-times .bar1, .dhz_co--site-mobile-menu .close-wrap a .close-times .bar2 {
	width: 2px;
	height: 30px;
	background: #333333;
	position: absolute;
}

.dhz_co--site-mobile-menu .close-wrap a .close-times .bar1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dhz_co--site-mobile-menu .close-wrap a .close-times .bar2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dhz_co--site-mobile-menu ul, .dhz_co--site-mobile-menu ul li {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: clamp(1.31rem, calc(1.17rem + 0.71vw), 1.75rem);
}

.dhz_co--site-mobile-menu ul a, .dhz_co--site-mobile-menu ul li a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	text-decoration: none;
}

/*.dhz_co--site-mobile-menu ul a:hover, .dhz_co--site-mobile-menu ul li a:hover {
	color: #ff896b;
}*/

.dhz_co--site-mobile-menu ul > li > ul > li > a {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dhz_co--site-mobile-menu ul > li > ul > li > ul > li > a {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dhz_co--site-mobile-menu ul > li.has-children .arrow-collapse {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 20;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.dhz_co--site-mobile-menu ul > li.has-children .arrow-collapse:before {
	font-size: 11px !important;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.dhz_co--site-mobile-menu ul > li.has-children .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dhz_co--site-mobile-menu ul > li.has-children > ul > li.has-children .arrow-collapse {
	top: -10px;
}

.dhz_co--site-wrap {
	width: calc(100%);
	-webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas .dhz_co--site-wrap {
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
}

/* Burger */
.burger {
	width: 28px;
	height: 32px;
	cursor: pointer;
	position: relative;
	z-index: 1001;
	float: right;
}

.burger:before, .burger span, .burger:after {
	width: 100%;
	height: 2px;
	display: block;
	background: #555555;
	border-radius: 2px;
	position: absolute;
	opacity: 1;
}

.home .burger:before, .home .burger span, .home .burger:after {
	background: #0060a1;
}

.burger:before, .burger:after {
	-webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	content: "";
}

.burger:before {
	top: 4px;
}

.burger span {
	top: 15px;
}

.burger:after {
	top: 26px;
}

/* Hover */
.burger:hover:before {
	top: 7px;
}

.burger:hover:after {
	top: 23px;
}

/* Click */
.burger.active span {
	opacity: 0;
}

.burger.active:before, .burger.active:after {
	top: 40%;
}

.burger.active:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
	/*for IE*/
}

.burger.active:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
	/*for IE*/
}

.burger:focus {
	outline: none;
}

.featured-products {
	background-color: #ffffff;
}

.jarallax-keep-img {
	position: relative;
	z-index: 0;
}

.jarallax-keep-img > .jarallax-img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	z-index: -100;
}

span[data-jarallax-element] {
	display: inline-block;
}

.jarallax {
	position: relative;
	z-index: 0;
	height: 100vh;
	width: 100%;
}

.jarallax > .jarallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.with-slider {
	position: relative;
}

.with-slider .swiper-custom-wrap {
	position: absolute;
	right: 0;
	margin-top: 7rem;
	top: 0;
	width: 70%;
}

/* Blog */
.post-entry .thumb {
	display: block;
	margin-bottom: 30px;
}

.post-date,
.comments-link p {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
}

.post-entry h3 a {
	color: #333333;
}

.bg-body-darker {
	background: #e6e6e6;
}

.cta {
	padding: 7rem 0 !important;
}

.cta h3 {
	font-size: 2rem;
	color: #333333;
	font-family: "Cormorant Garamond", serif;
}

.cta h3 a {
	color: #333333;
	position: relative;
	z-index: 1;
	display: inline-block;
}

/*.cta h3 a:before {
	content: "";
	background: #ff896b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
	z-index: -1;
}*/

/* Carousel 4*/
.testimony-29101 .image {
	width: 40%;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 991.98px) {
	.testimony-29101 .image {
	height: 300px;
	}
}

.testimony-29101 .text {
	width: 60%;
	padding: 7rem 4rem;
	background: #ff896b;
}

.testimony-29101 .text blockquote {
	position: relative;
	padding-bottom: 50px;
	font-size: 20px;
}

.testimony-29101 .text blockquote p {
	color: #fff;
	line-height: 1.8;
}

.testimony-29101 .text blockquote .author {
	font-size: 16px;
	letter-spacing: .1rem;
	position: absolute;
	bottom: 0;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
	.testimony-29101 .image, .testimony-29101 .text {
	width: 100%;
	display: block !important;
	}
}

.slide-one-item {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
	.slide-one-item .owl-nav {
	display: none;
	}
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333333;
}

.slide-one-item .owl-nav .owl-prev span,
.slide-one-item .owl-nav .owl-next span {
	font-size: 30px;
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
	color: #333333;
}

.slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
.slide-one-item .owl-nav .owl-next:active,
.slide-one-item .owl-nav .owl-next:focus {
	outline: none;
}

.slide-one-item .owl-nav .owl-prev {
	left: 20px;
}

.slide-one-item .owl-nav .owl-next {
	right: 20px;
}

.slide-one-item .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.slide-one-item .owl-dots .owl-dot {
	display: inline-block;
}

.slide-one-item .owl-dots .owl-dot > span {
	-webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
	-o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
	transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
	display: inline-block;
	width: 15px;
	height: 3px;
	background: rgba(255, 137, 107, 0.4);
	margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active > span {
	width: 15px;
	background: #ff896b;
}

.thumbnail {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	z-index: 99;
}

.thumbnail li {
	display: inline-block;
}

.thumbnail li a {
	display: block;
	margin: 4px;
}

.thumbnail li a img {
	width: 50px;
	border-radius: 50%;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail li.active a img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

footer {
	padding: 0 0 1rem;
	font-size: 15px;
}

footer .wrapper-start{
	border-top: 1px solid #0060a1;
}

footer h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #333333;
}

footer a {
	color: rgba(0, 0, 0, 0.7);
}

footer a:hover {
	color: #333333;
}

footer ul li {
	margin-bottom: 10px;
}

footer .form-subscribe .form-control {
	background: none;
	border-radius: 0;
	border: 1px solid #ccc;
}

footer .form-subscribe .form-control:active, footer .form-subscribe .form-control:focus {
	color: #333333;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer .footer-logo {

}

.form-control, .btn {
	border-radius: 0;
}

.btn {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.btn-lg {
	padding: 0.75rem 1rem;
}

.btn.btn-blue {
	background: #0060a1;
	color: #fff;
	border: 1px solid #0060a1;
}

.btn:hover.btn-blue {
	background: #0060a1;
	color: #fff;
	border: 1px solid #0060a1;
}

.btn i {
	font-size: 150%;
	display: inline-block;
	margin: -5px 10px -5px 0;
}

.project-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas:
	"images images"
	"description description"
	;
	grid-gap: 30px;
}

@media (min-width: 992px) {
	.project-grid {
		grid-template-areas:
		"images description"
		;
		grid-gap: 30px;
	}
}

.project-description {
	grid-area: description;
}

.project-description p.projekt-pre-header {
	font-size: clamp(.75rem, calc(0.96rem + 0.20vw), .85rem);
	font-weight: 500;
	color: #0060a1;
}

.project-description h2.projekt-header {
	font-size: clamp(1.52rem, calc(1.30rem + 1.11vw), 2.20rem);
	font-weight: 400;
	color: #0060a1;
	margin-bottom: 15px;
}

.project-images {
	grid-area: images;
}

.project-images .main-image {
	position: relative;
	z-index: 9;
}

.project-images .img-thumb-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	margin-top: 25px;
}

.project-images .img-thumb-wrapper img {
	position: relative;
	z-index: -1;
}

.fancybox__container {
  --fancybox-thumbs-border-radius: 0;

  --fancybox-thumbs-width: 200px;

  --fancybox-accent-color: rgba(255,255,255,0.5);
}

.fancybox__thumbs .carousel__slide {
	opacity: 0.5;
	transition: opacity .35s ease-in-out;
}

.fancybox__thumbs .carousel__slide.is-nav-selected {
	opacity: 1;
}

.form-control {
	background: #ffffff;
	border-radius: 0;
	border: 1px solid #ccc;
}

.form-control:active, .form-control:focus {
	color: #333333;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #333333 !important;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #75757;
	font-style: italic;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #75757;
	font-style: italic;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #75757;
	font-style: italic;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #75757;
	font-style: italic;
}

.media-29191 {
	border: 1px solid #ffffff;
	padding: 40px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	position: relative;
	top: 0;
}

.media-29191:hover {
	top: -2px;
	border-color: #333333;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.media-29191 .media-29191-icon img {
	width: 50px;
	margin-bottom: 30px;
}

.media-29191 h3 {
	font-size: 20px;
	font-weight: 700;
}

.gutter-1 {
	margin-right: -1px !important;
	margin-left: -1px !important;
}

.gutter-1 > .col,
.gutter-1 > [class*="col-"] {
	padding-right: 1px !important;
	padding-left: 1px !important;
}

.gutter-2 {
	margin-right: -2px !important;
	margin-left: -2px !important;
}

.gutter-2 > .col,
.gutter-2 > [class*="col-"] {
	margin-bottom: 4px;
	padding-right: 2px !important;
	padding-left: 2px !important;
}

.ul-check li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}

.ul-check li:before {
	font-family: 'icomoon';
	content: "\e5ca";
	position: absolute;
	left: 0;
	font-size: 22px;
	top: -4px;
	color: #333333;
}

.room-animate .heading {
	line-height: 0;
}

.room-animate .heading > span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 1.2;
}

.room-animate .heading > span > span {
	display: inline-block;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.room-animate .room-price {
	font-size: 3rem;
	font-family: "Cormorant Garamond", serif;
	color: #333333;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 30px;
}

.room-animate .room-price .per {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
}

.room-animate .img-wrap {
	position: relative;
	overflow: hidden;
}

.room-animate .img-wrap .bg-image {
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.room-animate .img-wrap .bg-image {
	height: 300px !important;
	}
}

.slide-thumb {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slide-thumb a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.owl-gallery-small {
  opacity: .2;
  top: 10%;
  height: 36vh;
  position: relative;
  -webkit-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

.owl-gallery-small:hover {
  opacity: .4;
}

.owl-gallery-small .slide-thumb {
  cursor: pointer;
}

.owl-gallery-small .owl-stage-outer .owl-stage .owl-item {
  height: 36vh;
}

.owl-gallery-big {
  height: 36vh;
  position: relative;
}

.owl-gallery-big .owl-stage-outer .owl-stage .owl-item {
  height: 36vh;
  display: flex;
  align-items: end;
}

.owl-gallery-big .owl-stage-outer .owl-stage .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*margin: auto auto;*/
}

@media (min-width: 1200px) {
	.owl-gallery-small {
	  height: 40vh;
	}

	.owl-gallery-small .owl-stage-outer .owl-stage .owl-item {
	  height: 40vh;
	}

	.owl-gallery-big {
	  height: 40vh;
	}

	.owl-gallery-big .owl-stage-outer .owl-stage .owl-item {
	  height: 40vh;
	}
}

@media (min-width: 1600px) {
	.owl-gallery-small {
	  height: 50vh;
	}

	.owl-gallery-small .owl-stage-outer .owl-stage .owl-item {
	  height: 50vh;
	}

	.owl-gallery-big {
	  height: 50vh;
	}

	.owl-gallery-big .owl-stage-outer .owl-stage .owl-item {
	  height: 50vh;
	}
}

.owl-gallery-big .owl-nav {
	position: absolute;
	margin-top: -25px;
	z-index: 20;
	width: 100%;
	text-align: center;
}

.owl-carousel.owl-gallery-big .owl-nav button.owl-prev,
.owl-carousel.owl-gallery-big .owl-nav button.owl-next {
	margin-left: 2px;
	margin-right: 2px;
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: relative;
}

.owl-gallery-big .owl-nav .owl-prev:active, .owl-gallery-big .owl-nav .owl-prev:focus,
.owl-gallery-big .owl-nav .owl-next:active,
.owl-gallery-big .owl-nav .owl-next:focus {
	outline: none;
}

.owl-gallery-big .owl-nav .owl-prev > span,
.owl-gallery-big .owl-nav .owl-next > span {
	position: absolute;
	font-size: 20px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-counter {
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 150px;
	padding: 20px 0;
	background: #fff;
	z-index: 19;
}

@media (max-width: 767.98px) {
	.slider-counter {
		width: auto !important;
		padding-left: 30px;
		padding-right: 20px;
	}
}

.relative {
	position: relative !important;
}

.media-29190 {
	margin-bottom: 40px;
}

.media-29190 .label {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #b3b3b3;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .1rem;
}

.media-29190 p {
	font-size: 2rem;
	line-height: 1.5;
	font-family: "Cormorant Garamond", serif;
}

.media-29190 p:last-child {
	margin-bottom: 0;
}

/*PRELOADING------------ */
#dhz_co--overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7100;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	z-index: 7700;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body .cursor { pointer-events: none; }
body .cursor__circle { position: fixed; top: 0; left: 0; z-index: 1000; transform: translateX(-50%) translateY(-50%); opacity: 0;}
body .cursor__circle--big { color: #d7a461; fill: transparent; transform: translateX(-50%) translateY(-50%); }
body .cursor__plus { position: fixed; top: 0; left: 0; z-index: 1000; stroke: transparent; fill: transparent; transform: translateX(-50%) translateY(-50%); }
body .cursor__plus--area { stroke: transparent; }

@media( max-width: 800px ) {
    body .cursor { display: none; }
}

.owl-gallery-big .owl-nav .owl-next:hover > span {
	-webkit-animation: buttonFromLeftToRight .5s ease-in-out forwards;
	animation: buttonFromLeftToRight .5s ease-in-out forwards;
}

.owl-gallery-big .owl-nav .owl-prev:hover > span {
	-webkit-animation: buttonFromRightToLeft .5s ease-in-out forwards;
	animation: buttonFromRightToLeft .5s ease-in-out forwards;
}

/* Animation states */
@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0%, -50%);
  }

  25% {
    opacity: 0;
    transform: translate(100%, -50%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  75% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0%, -50%);
  }

  25% {
    opacity: 0;
    transform: translate(100%, -50%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  75% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Animation states */
@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0%, -50%);
  }

  25% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  50% {
    opacity: 0;
    transform: translate(100%, -50%);
  }

  75% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0%, -50%);
  }

  25% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }

  50% {
    opacity: 0;
    transform: translate(100%, -50%);
  }

  75% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* BETTER CHECKBOXES AND RADIO BUTTONS */

	input[type='checkbox'],[type='radio'] {
		display: none!important;
	}

	input[type='checkbox']         + span::before,
	input[type='radio']            + span::before,
	input[type='checkbox']         + label::before,
	input[type='radio']            + label::before,
	label.checkbox::before {
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: 'tmceramics' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
	}

	input[type='checkbox']         + span::before,
	input[type='checkbox']         + label::before {
		font-size: 24px;
		top: 4px;
		margin-right: 5px;
	}

	input[type='radio']            + span::before,
	input[type='radio']            + label::before {
		font-size: 22px;
		top: 3px;
		left: -3px;
	}

	input[type='checkbox']         + span::before { content: "\e912";color: rgba(0, 0, 0, 0.7);}
	input[type='checkbox']:checked + span::before { content: "\e913";color: rgba(0, 0, 0, 0.7);}
	#footer input[type='checkbox']:checked + span::before { content: "\e913";color: #ffffff;}
	input[type='radio']            + span::before { content: "\e910";color: rgba(0, 0, 0, 0.7);}
	input[type='radio']:checked    + span::before { content: "\e911";color: rgba(0, 0, 0, 0.7);}
	#footer input[type='radio']:checked    + span::before { content: "\e911";color: #ffffff;}

	input[type='checkbox']         + label::before { content: "\e912";color: rgba(0, 0, 0, 0.7);}
	input[type='checkbox']:checked + label::before { content: "\e913";color: rgba(0, 0, 0, 0.7);}
	input[type='radio']            + label::before { content: "\e910";color: rgba(0, 0, 0, 0.7);}
	input[type='radio']:checked    + label::before { content: "\e911";color: rgba(0, 0, 0, 0.7);}

	/* @group BOXZILLA */

		#boxzilla-overlay {
			background-color: rgba(30, 30, 30, .9)!important;
		}

		.boxzilla.boxzilla-741 {
		    background: #ffffff url(https://diegrundsteuerprofis.de/wp-content/themes/dhz_bootstrap/inc/img/logo-diegrundsteuerexperten.jpg)!important;
		    background-size: 250px!important;
		    background-repeat: no-repeat!important;
		    background-position: 15px 15px!important;
		    padding: 0;
		    overflow: visible!important;
		}

		.boxzilla.boxzilla-741:before {
			content: "";
			position: absolute;
			bottom: 5%;
			left: 0;
			width: 270px;
			height: 290px;
			background: #ffffff url(https://diegrundsteuerprofis.de/wp-content/uploads/2022/04/header-image.png)!important;
			background-size: 250px!important;
			background-repeat: no-repeat!important;
			background-position: 15px 15px!important;
			padding: 0;
			overflow: visible!important;
		}

		.boxzilla.boxzilla-741 .boxzilla-content {
			position: relative;
		}

		.boxzilla.boxzilla-741 .text-layer {
		    position: absolute;
		    top: -40px;
		    right: 35px;
		    height: 500px;
		    width: 400px;
		    background: #ffffff url(https://diegrundsteuerprofis.de/wp-content/uploads/2022/10/fristen-2023.png);
		    box-shadow: 0px 5px 20px 0px #202020;
		    padding: 25px 20px;
		    background-size: 180px;
		    background-repeat: no-repeat;
		    background-position: 90% 97%;
		}

		.boxzilla.boxzilla-741 .text-layer {
		  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
		  animation-delay: .25s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;

		  opacity: 0;
		  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
		  transform: translateX(100%);

		  animation-name: ulp-fadeInRight;
		}

		.boxzilla.boxzilla-741 {
		  /*-webkit-animation-duration: 1s;
		  animation-duration: 1s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
		  animation-name: ulp-fadeInLeft;*/
		}

		.boxzilla .hostess-code-header {
			font-family: "Cormorant Garamond", "serif";
		    text-align: left;
		    color: #ce1661;
		    font-size: 36px;
		    margin-bottom: 0;
		    -webkit-hyphens: none;
		}

		.boxzilla .hostess-code-text {
			position: absolute;
			top: 52%;
			left: 20px;
			font-family: "Cormorant Garamond", "serif";
			font-size: 24px;
			color: #e1342c;
		}

		.boxzilla .hostess-code {
			position: absolute;
			bottom: 60px;
			left: 50%;
			transform: translateX(-50%);
			text-align: center;
			color: #fff;
			font-size: 48px;
			font-weight: 600;
			letter-spacing: 1px;
		}

		.boxzilla .hostess-code-info {
			position: absolute;
			bottom: 20%;
			left: 50%;
			transform: translateX(-50%);
			width: 100%;
			text-align: center;
		}

		.boxzilla .hostess-code-info a {
			width: calc(100% - 40px);
			text-align: center;
			color: #000;
			font-family: "Cormorant Garamond", "serif";
			font-size: 24px;
			letter-spacing: 0;
			margin: 0!important;
			border: 2px solid #000;
			border-radius: 0;
			text-transform: none;
			transition: all .15s ease-in-out;
		}

		.boxzilla .hostess-code-info a:hover {
			color: #ffffff;
			background: #e1342c;
			border: 2px solid #e1342c;
		}

		.boxzilla .hostess-code-info a .accent {
			font-size: 14px;
		}

		.boxzilla-close-icon {
			color: #6e6f73!important;
			opacity: .7!important;
			transition: all .35s	ease-in-out;
			font-weight: 400!important;
			font-size: 36px!important;
		}

		.boxzilla-close-icon:hover {
			color: #e1342c!important;
			opacity: 1!important;
			transition: all .35s ease-in-out;
		}



		@keyframes ulp-fadeInRight {
		  0% {
		  }

		  100% {
		    opacity: 1;
		    -webkit-transform: none;
		    -ms-transform: none;
		    transform: none;
		  }
		}

		@-webkit-keyframes ulp-fadeInRight {
		  0% {
		  }

		  100% {
		    opacity: 1;
		    -webkit-transform: none;
		    transform: none;
		  }
		}

		@keyframes ulp-fadeInLeft {
		  0% {
		    opacity: 0;
		    -webkit-transform: translate3d(-70%, 0, 0);
		    -ms-transform: translate3d(-70%, 0, 0);
		    transform: translate3d(-70%, 0, 0);
		  }

		  100% {
		    opacity: 1;
		    -webkit-transform: translate3d(-50%, 0, 0);
		    -ms-transform: translate3d(-50%, 0, 0);
		    transform: translate3d(-50%, 0, 0);
		  }
		}

		@-webkit-keyframes ulp-fadeInLeft {
		  0% {
		    opacity: 0;
		    -webkit-transform: translate3d(-70%, 0, 0);
		    transform: translate3d(-70%, 0, 0);
		  }

		  100% {
		    opacity: 1;
		    -webkit-transform: translate3d(-50%, 0, 0);
		    transform: translate3d(-50%, 0, 0);
		  }
		}

		@keyframes scaleit {
		  from {
		    transform: translateX(-50%) scale(0);
		  }

		  to {
		    transform: translateX(-50%) scale(1);
		  }
		}