@font-face {
	font-family: 'Manrope-Regular';
	src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/Manrope-Regular.ttf')  format('truetype'), url('../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-ExtraLight';
	src: url('../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/Manrope-ExtraLight.woff') format('woff'), url('../fonts/Manrope-ExtraLight.ttf')  format('truetype'), url('../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-SemiBold';
	src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Manrope-SemiBold.woff') format('woff'), url('../fonts/Manrope-SemiBold.ttf')  format('truetype'), url('../fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-Bold';
	src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Manrope-Bold.woff') format('woff'), url('../fonts/Manrope-Bold.ttf')  format('truetype'), url('../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-Medium';
	src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf')  format('truetype'), url('../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** Base CSS Start ***/
:root {
  --bodyfont-color: #3D3D3D;
  --bodyfont-color2: #3E3E3E;
  --bg-gray: #3D3D3D;
  --footerfont-color: #3E3E3E;
  --rbrown-color: #A39D88;
  --rbrown-dark-color: #898471;
} 

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td{
	margin: 0;
	padding: 0;
}
html, body {  
	color: #3D3D3D;
	font-size: 14px; 
	font-family: 'Manrope-Regular'; 
	line-height: 1.6; 
	height: 100%; 
	letter-spacing: 1px; 
	-webkit-overflow-scrolling:touch; 
}
body{ overflow-x: hidden; }
body:after { display: none; }
table{ border-collapse: collapse; border-spacing: 0; margin-left: -0.5em; margin-right: -0.5em; }
fieldset, img{ border: 0; }
caption, th{ text-align: left; }
sup { line-height: 1; font-size: 50%; }
sub { vertical-align: text-bottom; }
input, textarea, select{ font-family: inherit; font-size: inherit; font-weight: inherit; }
input.form-input, textarea{ -webkit-appearance: none; -webkit-border-radius: 0; }
figure{ margin: 0; }
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, html, body{ font-weight: normal; font-style: normal; font-variant: normal; }
abbr, acronym { border-bottom: 1px dotted #000000; cursor: help; font-variant: normal; }
em{ font-style: italic; }
th, td{ border: 0px; padding: 0 0.5em; vertical-align: top; }
caption{ margin-bottom: 0.5em; text-align: center; }
p, pre{ margin-bottom: 30px; margin-top: 0; }
[type="button"], [type="reset"], [type="submit"], button{ -webkit-appearance: none; }
button{ background: transparent; text-transform: none; font-family: inherit; font-size: 100%; line-height: 1; margin: 0; border: 0; }
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, :after, :before{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
b,strong {font-weight: normal; font-family: 'Manrope-SemiBold';}
*:focus { outline: none; }
ul {margin-left: 1em; margin-bottom: 15px;}

.img-fluid, .ce-gallery img {
  max-width: 100%;
  height: auto;
}
.clearfix:after{ 
	content: " "; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both; 
}
a {color: #000000; text-decoration: none;}
h1, h2, h3, h4, h5 { font-weight: normal; letter-spacing: 1.2px; margin-bottom: 15px;}
h1{ 
	font-size: 82px; 
	line-height: 1;  
	margin-bottom: 40px;  
	position: relative; 
}
h2, .frame-layout-2 h1{ 
	font-size: 68px; 
	line-height: 1; 
	font-family: 'Manrope-ExtraLight'; 
}
h3, .frame-layout-3 h1 {
	font-size: 32px; 
	line-height: 1.3; 
	margin-bottom: 40px; 
}
h4 {
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 1.2;
}
h5{ 
	font-size: 20px; 
	line-height: 1.4;
	margin-bottom: 10px;
}
h1 span.highlight, h2 span.highlight, h3 span.highlight {
	font-family: Manrope-Bold;
	display: block;
}
p {letter-spacing: 0.5px;}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: var(--bs-gutter-y);
}
.row.gutter-x-s, .row.gutter-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row.gutter-x-s > *, .row.gutter-40 > * {
	padding-right: 20px;
	padding-left: 20px;
}
.row.gutter-80 {
	margin-left: -40px;
	margin-right: -40px;
}
.row.gutter-80 > * {
	padding-right: 40px;
	padding-left: 40px;
}
.row.gutter-100 {
	margin-left: -50px;
	margin-right: -50px;
}
.row.gutter-100 > * {
	padding-right: 50px;
	padding-left: 50px;
}
.row.gutter-120 {
	margin-left: -60px;
	margin-right: -60px;
}
.row.gutter-120 > * {
	padding-right: 60px;
	padding-left: 60px;
}


.col {
  /*flex: 1 0 0%;*/
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.text-center {text-align: center;}
.color-rbrown {color: #898471;}
.d-flex{ display: flex; flex-flow: row wrap; }
.align-items-center {align-items: center;}
.align-items-end {align-items: flex-end;}
.align-self-end { align-self: flex-end;}
.align-self-center { align-self: center;}
.justify-content-center {justify-content: center;}
.justify-content-between {justify-content: space-between;}
.text-uppercase {text-transform: uppercase;}
.ht-100 {height: 100%;}
.wt-100 {width: 100%;}
.pos-abs {position: absolute;}
.abs-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.abs-hcenter {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.abs-vcenter {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.container{ 
	max-width: 90%; 
	padding-left: 20px;
	padding-right: 20px;
	margin: auto; 
	height: 100%; 
	position: relative; 
}
.container-100 {max-width: 100%;}
.container-70 {width: 68%;}
.container-60 {max-width: 58%;}
.container-65 {max-width: 63%;}
.container-55 {max-width: 55%;}
.container-50 {max-width: 50%;}
.container-45 {max-width: 45%;}
.container-80 {max-width: 78%;}
.container-75 {max-width: 74%;}
.indent-right {padding-right: 10%;}
.indent-left {padding-right: 10%;}
.frame-space-before-small {margin-top: 40px;}
.frame-space-after-small {margin-bottom: 40px;}
.frame-space-before-medium {margin-top: 100px;}
.frame-space-after-medium {margin-bottom: 100px;}
.frame-space-before-large {margin-top: 150px;}
.frame-space-after-large {margin-bottom: 150px;}
.frame-space-before-extra-large {margin-top: 235px;}
.frame-space-after-extra-large {margin-bottom: 235px;}

.container-right {margin-right: 0}


/*** Base CSS End ***/

/*** Main CSS Start ***/
.bg-gray {background-color: #3D3D3D; color: #ffffff;}
.content-area {
	/*padding-top: 235px;*/
	position: relative;
	min-height: calc(100vh - 200px);
}

#loader {
	background-color: #3D3D3D;
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 99;
}
.loader-logo {
	opacity: 0; 
	width: 250px; 
	height: 250px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
}
.loader-logo svg {width: 100%; height: 100%;}

#header {
	position: fixed; 
	left: 0;
	width: 100%;
	top:0;
	z-index: 10;
	height: 135px;
	/*box-shadow: rgba(50, 50, 50, 0.125) 0px -2px 19px 0px;*/
	transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.header-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3D3D3D;
    height: 235px;
    width: 100%;
    box-shadow: 2px 0px 10px #3d3d3d;
	transition: .5s ease 0s;
}
#logo .logo-inner {
	width: 135px;
	height: 145px;	
	position: relative; 
	z-index: 9;
	transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
}
#header.header-up {
	transform: translateY(-110%);
	-webkit-transform: translateY(-110%);
}
#header .header-wrap {
	padding: 45px 15px 45px 50px;
	transition: .6s cubic-bezier(.215,.61,.355,1) 0s;
}

#header.small-header.nav-up {
 /*   transform: translateY(-110%);*/
}

#header ul, #footer ul {margin: 0;}
#header li, #footer li {list-style: none;}
#header a, #footer a {text-decoration: none;} 
.menu-wrap { margin-left: auto; margin-right: auto;}
.menu li {
	font-size: 16px;
	padding: 0px 25px;
	position: relative;
}
.menu > li {float: left;}
.menu > li> a{text-transform: uppercase;}
.menu li ul.submenu {
	/*position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;*/
}
.menu li a {
	color: #fff;
	display: inline-block;
}
.menu > li.active .submenu li.active > a {
	font-family: 'Manrope-Bold';
}
.menu > li.active > a {
	font-family: 'Manrope-Bold';
}
.menu li ul li a {
	padding: 5px 0px;
    color: #A39D88;
}


.lang-menu a {color: #fff; font-size: 16px;}
.lang-menu li {}
.pipe-line-wrp >* {position: relative; margin-right: 5px; padding-right: 5px;}
.pipe-line-wrp.type-2 >* {
	margin-right: 10px; 
	padding-right: 10px;
}
.pipe-line-wrp >*:after {
	content: '';
	position: absolute;
	right: 0;
	width:1px;
	top: 4px;
	bottom: 2px;
	background-color: #fff;
}
.pipe-line-wrp >*:last-child {margin-right: 0; padding-right: 0;}
.pipe-line-wrp >*:last-child:after {display: none;}
.lang-menu li.active { font-family:'Manrope-Bold';}

#footer {color: #3E3E3E;}
#footer .pipe-line-wrp >*:after {background-color: #3E3E3E;}
.footer-wrap {min-height: 200px;}
.footer-left {font-size: 12px;}
.footer-left p {margin-bottom: 0;}
.footer-left p span {font-size: 14px;}
.footer-right {font-size: 14px;}


.home-block {padding-top: 300px;}
.home-block h1 {
	font-family: 'Manrope-ExtraLight';	
}

.c-wrap { 
	width: 45%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
}
.c-wrap-inner {
	max-width: 490px;
}
.home-block .c-wrap {
	padding-bottom: 100px;
	padding-bottom: 85px;
}

.home-block .header-wrap h1 {}
.pos-rel {position: relative;}
.bg-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner {
    height: 640px;
    overflow: hidden;
}

.banner-with-stickypos {padding-top: 135px; height: 100vh;}
.banner-text h2, .banner-text h3 {
	text-shadow: 0 0 5px #000;
	color: #fff;
}
.section {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.icon-with-text {padding-top: 15px; padding-bottom: 15px;}
.icon-with-text .icon {width: 100px; padding-right: 40px;}
.icon-with-text .text {
	width: calc(100% - 100px);
	align-self: center;
}
.icon-with-text .text h4, .icon-with-text .text h3, .icon-with-text .text h5 {
	font-family: 'Manrope-Bold';
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.three-col .icon-with-text .text h4 {margin-bottom: 0;}
.container-wrap {padding-top: 100px; padding-bottom: 100px;}
.container-wrap.p_btm-0 {padding-bottom: 0;}
.container-wrap.p_top-0 {padding-top: 0;}
.container-wrap.p_top-0_botm-0 {padding-top: 0; padding-bottom: 0;}

.counter-wrapper {padding-top: 120px;}

.counter-content {font-family: 'Manrope-Bold'; color: #A39D88;}
.counter-block {font-size: 50px; line-height: 1;}
.counter-cont-block {font-size: 24px; padding-top: 10px;}
.count-num-hidden {opacity: 0; visibility: hidden;}
.count-num {position: absolute; top: 0;}
.img-full-width .ce-center .ce-inner, .ce-center .ce-outer, .img-full-width .ce-left .ce-gallery, .img-full-width .ce-column {float: none;}
.img-full-width .ce-gallery figure {width: 100%;}
.img-full-width img {width: 100%; height: auto;}

.bg-rbrown {background-color: #A39D88;}
.bg-rbrown-dark {background-color: #898471;}
.bg-layer {
	position: absolute; 
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	height: 100%;
}
.bg-ht-20 {height: 20%;}
.bg-ht-30 {height: 30%;}
.bg-ht-40 {height: 40%;}
.bg-ht-50 {height: 50%;}
.br-wrapper.move-to-top {margin-top: -150px; padding-top: 150px;}

.br-wrapper.wt-90 .bg-layer { left: calc(5% + 20px);  right: calc(5% + 20px);}
.br-wrapper.wt-90.left-align .bg-layer {left: 0; right: calc(10% + 20px); }
.br-wrapper.wt-90.right-align .bg-layer {right: 0; left: calc(10% + 20px); }

.br-wrapper.wt-95.left-align .bg-layer {left: 0; right: 40px; }
.br-wrapper.wt-95.right-align .bg-layer {right: 0; left: 40px; }

.br-wrapper.wt-85.left-align .bg-layer {left: 0; right: calc(16% + 20px); }
.br-wrapper.wt-85.right-align .bg-layer {right: 0; left: calc(16% + 20px); }

.br-wrapper.wt-85.left-align .container {padding-right: 6%;}

.royalSlider {
	width: 100%;
}
body {
    counter-reset: number;
}
.gallerySlider .rsNavItem:before {
    counter-increment: number;
    content: counter(number);
}
.gallerySlider {height: 420px; padding-bottom: 0; margin-top: 60px;position: relative;z-index: 9;}
.gallerySlider .rsBullets {
	line-height: 1;
	max-width: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: left;
	display: none;
}
.gallerySlider .rsBullet span {display: none;}

.gallerySlider .rsBullet {
	height: auto; 
	width: auto;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-family: 'Manrope-ExtraLight';
	background-color: #A39D88;
}
.gallerySlider .rsBullet:first-child {padding-left: 0;}
.gallerySlider .rsBullet.rsNavSelected {
	font-family: 'Manrope-Bold';	
}
.rsDefault.gallerySlider .rsArrow {
	width: 50px; 
	height: 50px;
	top: 50%;
	transform: translateY(-50%);	
	-webkit-transform: translateY(-50%);
	
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;	
	background-size: 15px auto;
}
.gallerySlider .rsArrow.rsArrowLeft {
	background-image: url(../images/arrow-left.svg);
	left: 50px;
}
.gallerySlider .rsArrow.rsArrowRight {
	background-image: url(../images/arrow-right.svg);
	right: 50px;
}
.rsDefault .rsArrow .rsArrowIcn {
	display: none;
}
.gallerySlider .small-text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    background-color: rgba(0,0,0, 0.6);
    padding: 4px 10px;
    font-family: Manrope-ExtraLight;
}

.webcam-timelapse-container .container {
    margin-top: -150px;
	padding-top: 250px;
	padding-bottom: 120px;
	max-width: calc(68% + 220px);
	padding-left: 130px;
	padding-right: 130px;
}
.webcam-wrap, .timelapse-wrap {
}
.webcam-timelapse-wrap-innr img {
    width: 100%;
    height: auto;
    display: block;
}
.fancybox-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100vh;
    min-width: 200vh;
    width: 100vw;
    height: 70vw;
}
.fancybox-slide--iframe .fancybox-content {
    background-color: transparent;
}
.fancybox-container, .fancybox-slide {
    overflow: hidden;
}
.fancybox-toolbar .fancybox-button {
    background: transparent;
    padding: 0;
}
.fancybox-navigation .fancybox-button[disabled] {
    opacity: 0 !important;
    visibility: hidden !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 50px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 50px;
}
.fancybox-toolbar {
    right: 20px;
    top: 20px;
}
.fancybox-navigation .fancybox-button, .fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent;
    padding: 0;
}
.bg-rbrown-dark-wrap, .bg-rbrown-wrap, .bg-rbrown-dark-wrap a, .bg-rbrown-wrap a {color: #fff;}
.contact-wrap {
	/*
	margin-left: auto;
	max-width: calc(15% + 400px);
	padding-right: 15%;*/
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
}
/*
.contact-wrap p img {
	width: 25px; 
	height: auto; 
	vertical-align: middle;
	margin-left: -44px;
	margin-right: 20px;
}*/
.contact-wrap p {font-size: 18px;}
.contact-wrap .frame-type-textpic p {
	margin-bottom: 10px;
}
.contact-wrap .frame-type-textpic figure {
    width: 160px;
}
.contact-wrap .ce-below .ce-gallery {
    margin-top: 0;
}
.contact-wrap .frame-type-textpic figure img {
	width: 100%;
}

.form-group {margin-bottom: 35px;}
.form-input {
	background-color: #fff;
	border: 0;
	height: 40px;
	width: 100%;
	padding: 5px 10px;
	color: #3E3E3E;
}
textarea.form-input {
	height: 180px;
	resize: none;
	overflow: auto;
}
.powermail_form {font-size: 16px;}
.powermail_label {display: block; margin-bottom: 20px;}
.checkbox {margin-bottom: 15px; position: relative;}
.powermail_fieldwrap_type_check {margin-bottom: 50px;}
.btn {
	padding: 10px 15px;
	min-width: 200px;
	border: 4px solid #fff;
	background-color: #898471;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.btn.brimary-outline {
	border-color: #898471;
	background-color: #ffffff;
	color: #3E3E3E;
}
.powermail_fieldwrap_type_check .powermail_label {margin-bottom: 30px;}
.form-input::-webkit-input-placeholder {
  opacity: 1;
}
.form-input::-moz-placeholder {
  opacity: 1;
}
.form-input::placeholder {
  opacity: 1;
}
.parsley-errors-list {list-style: none; font-size: 14px; margin: 0;}
.contact-tel::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icon-telephone.svg');
    position: absolute;
    margin-left: -40px;
	opacity: 0.9;
}
.contact-email::before {
    content: "";
    display: block;
	width: 24px;
    height: 20px;
    background-image: url('../images/icon-email.svg');
    position: absolute;
    margin-left: -40px;
	opacity: 0.9;
}
.contact-tel::before, .contact-email::before {
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
}
.contact-email, .contact-tel {
    display: flex;
    align-items: center;
}

/* checkbox styles */
.radio, .checkbox {position: relative;}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    opacity: 0;
	position: absolute;
    left: 0;
    margin-left: 0;
    z-index: 9;
    cursor: pointer;
}
.checkbox .cr, .checkbox label input[type="checkbox"], .radio .cr, .radio label input[type="radio"]  {
	width: 20px;
    height: 20px;
	margin: 4px 25px 4px 10px;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -2px;
	margin-top: -9px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	 width: 6px;
    height: 14px;
	border: solid #fff;
    border-width: 0 1px 1px 0;
}
.radio >label, .checkbox >label {display: flex;}
.checkbox .text, .radio .text {
    width: calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
	display: inline-block;
	position: relative;
}
.checkbox .text .mandatory {position: absolute; left: -8px;}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {opacity: 0;}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {opacity: 1;}

.radio input + .cr > .cr-icon {opacity: 0;}
.radio input:checked + .cr { border: 1px solid #eb6021; }
.radio input:checked + .cr > .cr-icon {opacity: 1;}
#map {height: 640px;}

.container-with-left-indent .c-wrap {
	margin: 0; 
	padding-top: 0; 
	padding-left: 0; 
	padding-right: 0;
}
.twocol-img-text-top-indent .c-wrap {
	width: 100%; 
	margin: 0; 
	padding-right: 0; 
	padding-bottom: 100px;
}
.twocol-img-text-top-indent .col-left {
	margin-left: 27.5%;
	width: 27%; 
	padding-right: 40px;
}
.twocol-img-text-top-indent .col-right {width: 25%;} 
.two-block-img-botmtext .c-wrap {padding-bottom: 50px;}


.twocol-img-text-top-indent.col-reverse .col-left {width: 50%; margin-left: 0;}
.twocol-img-text-top-indent.col-reverse .col-right {width: 30%;}
.twocol-img-text-top-indent.col-reverse .img-wrap {padding-bottom: 150px;}
.twocol-img-text-top-indent.col-reverse .c-wrap {padding-bottom: 0;}

.c-outer-wrap, .container-wrap {max-width: 1920px; margin-left: auto; margin-right: auto;}

.two-block-img-botmtext.block-with-lefttext .img1 {
	width: 54.5%; 
	padding-right: 40px; 
	text-align: right; 
	margin-top: -50px; 
	padding-left: 6%;
} 
.two-block-img-botmtext.block-with-lefttext .img2 {
	width: 34%; 
	padding-top: 40px;
} 

.two-block-img-botmtext.block-with-righttext .img1 {
	width: 50%; 
	padding-right: 40px; 
	padding-top: 40px;
}
.two-block-img-botmtext.block-with-righttext .img1 img, .two-block-img-botmtext.block-with-righttext .img2 img {width: 100%;} 
.two-block-img-botmtext.block-with-righttext .img2 {
	width: 50%; 
	padding-top: 40px;
} 
.two-block-img-botmtext.block-with-righttext .c-wrap {
	width: 50%;
	padding: 0 0 0 20px;
	margin: -30px 0 0 auto;
}

.two-block-img-botmtext.block-with-lefttext2 .img1 {
	width: 63%; 
	padding-right: 20px;
	padding-left: calc(5% + 20px);
}
.two-block-img-botmtext.block-with-lefttext2 .img2 {
	width: 37%; 
	padding-left: 20px;
	padding-right: calc(5% + 20px);
}
.two-block-img-botmtext.block-with-lefttext2 .c-wrap { 
	padding-bottom: 0; 
	padding-right: 10%;
	margin-bottom: 50px;
}



.two-block-img-botmtext.block-with-lefttext2.col-left-bg .img1 {
	padding-right: 50px; 
	width: 65%;
	padding-top: 235px;
}
.two-block-img-botmtext.block-with-lefttext2.col-left-bg .img2 {
	padding-left: 35px; 
	width: 30%;
	margin-right: 5%;
}
.two-block-img-botmtext.block-with-lefttext2.col-left-bg .c-wrap-inner {max-width: 420px;}

.container .c-wrap-outer {
	margin-left: -7%;
	margin-right: -7%;
	width: 114%;
}
/*
.container .two-block-img-botmtext.block-with-lefttext2 .c-wrap {width: 51%;}
*/


.two-block-img-botmtext.col-left-bg .c-wrap {margin-bottom: 100px;}

.page-link {
	font-size: 32px;
	color: #A39D88;
	background-image: url(../images/page-link-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px 22px;
	padding-right: 70px;
}
.two-col.col60-40 .col1 {width: 60%;}
.two-col.col60-40 .col2 {width: 40%;}
.two-col.col40-60 .col1 {width: 40%;}
.two-col.col40-60 .col2 {width: 60%;}
.two-col.col70-30 .col1 {width: 70%;}
.two-col.col70-30 .col2 {width: 30%;}
.two-col.col80-20 .col1 {width: 80%;}
.two-col.col80-20 .col2 {width: 20%;}

.two-col.col45-55 .col1 {width: 45%;}
.two-col.col45-55 .col2 {width: 55%;}
.two-col.col55-45 .col1 {width: 55%;}
.two-col.col55-45 .col2 {width: 45%;}
.two-col .c-wrap, .two-col .frame-type-text {width: 100%; padding: 50px 0 60px 20px;}

.two-col.flex-row-reverse .frame-type-text .col2 {
	padding-left: 0;
}


.two-col.bg-left-end .col1, .two-col.bg-right-end .col2, .two-block-img-botmtext.col-left-bg .img1 {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.two-col.bg-left-end .col1:before, .two-col.bg-right-end .col2:before, .two-block-img-botmtext.col-left-bg .img1:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    padding-bottom: 50px;
    bottom: 0;
	background-color: #A39D88;
	z-index: -1;
}
.two-col.bg-left-end .col1:before, .two-block-img-botmtext.col-left-bg .img1:before {
	right: 0;
	padding-left: 2000px;
	margin-left: -2000px;
}
.two-col.bg-right-end .col2:before {
	left: 0;
	padding-right: 2000px;
	margin-right: -2000px;
}

.lightbox-with-image > div.title-wrap:not(:first-child) {
	display: none;
}
.more-lik-with-icon {
	background-image: url(../images/icon-img-lightbox.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	padding-left: 50px;
	display: inline-block;
}

.imgbxSlider {margin-bottom: 100px;}
.imgbxSlider .img-with-overlay-text {
	width: 24%;
	padding-left: 25px;
	padding-right: 25px;
}	
.imgbxSlider .img-with-overlay-text-inner {
	overflow: hidden;
	cursor: pointer;
}

.img-with-overlay-text .img-wrap {
	height: 0;
	padding-bottom: 110%;
	overflow:hidden;
}
.img-with-overlay-text .img-wrap img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.img-with-overlay-text .title-wrap {
	color: #898471;
	text-transform: uppercase;
	font-family: 'Manrope-Bold';
	transition: 0.5s ease 0s;
	padding: 5px 0px;
	font-size: 12px;
}
.img-with-overlay-text .title-wrap:before {
	content: "_";
}
.img-with-overlay-text .text-wrap {
	color: #ffffff;
	padding: 20px;
	background-color: rgba(62,62,62,0.85);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s ease 0s;
	font-family: 'Manrope-Medium';
	line-height: 1.4;
}
.imgbxSlider .img-with-overlay-text-inner:hover .text-wrap{
	opacity: 1;
} 
.imgbxSlider .img-with-overlay-text-inner:hover .title-wrap {
	color: #3E3E3E;
}
.flickity-prev-next-button.previous {
	background-image: url(../images/arrow-left-gray.svg);
	left: 20px;
}
.flickity-prev-next-button.next {
	background-image: url(../images/arrow-right-gray.svg);
	right: 20px;
}	
.flickity-prev-next-button {
	background-color: transparent !important;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
	z-index: 4;
}
.flickity-prev-next-button svg {display: none;}	
.flickity-viewport::before {
    content: '';
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 13%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.flickity-viewport::after {
    content: '';
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 13%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
	
	
#map-content-area {
    position: relative;
    width: 100%;
    height: 100%;
}	
#map-content-area img {
    width: 100%;
    height: auto;
    display: block;
}
#map-hover-img {
    z-index: 2;
}
#map-hover-img, #map-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
#map-hover-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#map-wrap {
    width: 100%;
    height: 100%;
	z-index: 3;
}
.map-hover-content ul {margin-left: 1em;}
.map-hover-content-wrap {
	margin-bottom: 25px; 
	list-style: decimal; 
	opacity: 0.5;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
}
.map-hover-content-wrap.active {opacity: 1;}

.page-title {
    transform: rotate(-90deg) translate(-100%, 0%);
    -webkit-transform: rotate(-90deg) translate(-100%, 0%);
    top: 800px;
    position: absolute;
    left: 130px;
    transform-origin: left top;
    text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.page-title::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 115px;
    background-color: currentColor;
    left: 50%;
    top: -130px;
    -webkit-transform: translateX(-50%);
}

#logo,.menu-wrap .menu, .lang-menu-wrap {
	opacity: 0;
}
.management-pateform {
	padding-top: 80px;
	padding-bottom: 100px;
	padding-left: 40px;
}
.management-pateform .security-system {
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
	max-width: 1034px;
	
}
.management-pateform .header {
	max-width: 800px;
	padding-right: 50px;
	margin-bottom: 160px;
}
.management-pateform .reg-process {
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}
.management-pateform .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 35px;
	font-family: 'Manrope-Bold';
	position: relative;
	text-align: center;
	letter-spacing: 0;
}
.management-pateform .title span {
	background-color: #A39D88;
	padding-left: 15px;
	padding-right: 15px;
}
.management-pateform .reg-process:first-child .title {
	padding-left: 0;
	text-align: left;
}
.management-pateform .reg-process:last-child .title:after {display: none;}
.management-pateform .title:after {
	content: '';
	height: 1px;
	width: 15vw;
	position: absolute;
	background-color: #fff;
	top: 50%;
	opacity: 0;
	transition: 0.5s ease 0s;
}
.management-pateform .reg-process.go .title:after {
	transition: all 1s ease 1s;
	opacity: 1;
}
/*
.management-pateform .reg-process.go.delay-0 .title:after {
	transition: all 1s ease 0.2s;
}
.management-pateform .reg-process.go.delay-1 .title:after {
	transition: all 1s ease 0.4s;
}
.management-pateform .reg-process.go.delay-2 .title:after {
	transition: all 1s ease 0.6s;
}
.management-pateform .reg-process.go.delay-3 .title:after {
	transition: all 1s ease 0.8s;
}*/
.management-pateform .img-wrap {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.management-pateform .img-wrap img {
	max-width: 100%;
	height: auto;
}
.management-pateform .reg-process:last-child .img-wrap {
	align-items: flex-end;
}
.hotspot-content-area img {
	width: 100%;
	height: auto;
}
.hotspot-info {
	position: absolute;
	z-index: 1;
}
.hotspot-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	font-size: 16px;
	transition: 0.5s ease 0s;
	font-family: 'Manrope-Bold';
}
.hotspot-info.active .hotspot-icon {
	background-color: #000000;
	color: #ffffff;
}
.section.subpage:first-child .two-col.bg-left-end .col1 {
	padding-top: 280px;
}

.roman-numerals li{
	list-style-type: upper-roman;
	list-style-position: inside;
}



/* News changes */
.section46 {
	padding-top: 235px;
}
.section46 .container {
	max-width: 1600px;
}

.news-list-view {

}

.news-list-view .article {
	position: relative;
	width: 50%;
	float: left;
	padding: 0 30px;
	margin-bottom: 80px;
}
.news-list-view .article-inner {
    border-bottom: 1px solid #898471;
    padding-bottom: 15px;
    border-left: 1px solid #898471;
    padding-left: 20px;
}
.news-list-view .article.fullwidth {
	width: 100%;
}
.news-list-view .article.specialview {
		
}
.news-list-view .article.specialview .article-inner {
    border: none;
}   

.news-list-view .news-img-wrap {}
.news-list-view .news-img-wrap a{
	border: none;
	padding: 0;
	float: none;
	width: 100%;
	display: block;
}
.news-list-view .news-img-wrap a img{
	max-width: 100%;
	height: auto;
    display: block;
}

.news-list-view .news-content {
	margin-top: 30px;
}
.news-list-view .article.specialview .news-content {
	position: absolute;
	width: calc(100% - 120px);
	left: 70px;
	bottom: 35px;
	background-color: #898471;
	max-width: 400px;
	padding: 20px;
	color: #3D3D3D;
}
.news-list-view .news-content .header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.news-list-view .news-content h3 {}
.news-list-view .article.specialview h3 {
	font-size: 20px;
}
.news-list-view .news-content h3 a{
	color: #3D3D3D;
}
.news-list-view .article.specialview .news-content h3 a{
	color: #FFF;
}
.news-list-view .teaser-text {}
.news-list-view .article.specialview .teaser-text {
	display: none;
}
.news-list-view .more {
	color: #898471;
	position: relative;
	padding-right: 35px;
}
.news-list-view .article.specialview .more {
	color: #3D3D3D;
}
.news-list-view .more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: url("../images/news-right-arrow-light.svg");
	background-repeat: no-repeat;
	background-position: right center;
}
.news-list-view .article.specialview .more:after {
	background-image: url("../images/news-right-arrow.svg");
}

.news-single {
	
}
.news-single .banner img{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -9999px;
}

.news-single .header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.news-single .news-list-date {
	text-align: right;
}

.news-single .news-content {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
.news-single h1 {
	font-size: 40px;
}
.news-single .news-text-wrap {
	max-height: 5000px;
	transition: max-height 1s ease 0s;

}
.news-single .news-backlink-wrap {
	
}

.news-single .news-text-wrap.lessHt {
	max-height: 300px;
	position: relative;
	overflow: hidden;
}
.news-single .news-text-wrap-overlay {
	cursor: pointer;
	text-align: center;
	padding-top: 100px;
	margin-top: -80px;
	position: relative;
	z-index: 1;
	background-image: url('../images/overlay-weiterlesen.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-single .news-text-wrap-overlay span {
	display: block;
	height: 2px;
	background-color: #707070;
	margin-bottom: 10px;
}
.news-single .news-backlink-wrap a {
	color: #898471;
	position: relative;
	padding-left: 35px;
}
.news-single .news-backlink-wrap a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: url("../images/news-right-arrow-light.svg");
	background-repeat: no-repeat;
	background-position: right center;
	transform: rotate(180deg);
}

.news-single .news-related-files{
	margin-top: 100px;
}
.news-single .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
	width: 50%;
	padding: 0 15px;
}
.news-single .image:first-child {
	width: 100%;
}
.news-single .image .animatedParent {
	position: relative;
	overflow: hidden;
}
.news-single .image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.news-single .image span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.news-single .banner .bg-img {
	background-position: top center;
}


/*#section-45 .news-list-view .article {
    width: 100%;
    margin-bottom: 0;
}*/
#c387 {
    max-width: 210px;
}

.map-outer {
	position: relative;
}
.map-bg-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-image: url('../images/mapblurry.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	color: #3D3D3D;
	display: none;
}
.map-bg-wrap .mapsbutwrap {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	margin: 0;
	width: 70%;
	max-width: 800px;
	text-align: center;
}
.map-bg-wrap .mapsbutwrap p {
	text-align: left;
}
.mapsbutton {
	padding: 10px 30px 10px 45px;
	color: #fff;
	display: inline-block;
	margin-top: 35px;
	border: none;
	cursor: pointer;
}