/*
* Web Fonts from colophon-foundry.org
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Colophon Foundry. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2023 Colophon Foundry
*
* Licenced to Elias Muller, Bivgrafik i.V. Anlagestiftung Turidomus
*/

@font-face {
	font-family: 'mabry-regular-pro';
	src: url('fonts/mabry-regular-pro.woff2') format('woff2'),
		url('fonts/mabry-regular-pro.woff') format('woff'),
		url('fonts/mabry-regular-pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	font-family: 'mabry-medium-pro';
	src: url('fonts/mabry-medium-pro.woff2') format('woff2'),
		url('fonts/mabry-medium-pro.woff') format('woff'),
		url('fonts/mabry-medium-pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
	
	

/* BG COLORS */
div[id^=mod-]:not(.static-bg):hover .tuftsbluebg,
.tuftsbluebg:not(.static-bg):hover,
.fadedredbg {background-color:#FF4640; color: white; }

div[id^=mod-]:not(.static-bg):hover .babybluebg,
.babybluebg:not(.static-bg):hover,
.titaniumyellowbg {background-color:#EFE800; color: black; }

div[id^=mod-]:not(.static-bg):hover .orchidbg,
.orchidbg:not(.static-bg):hover,
.greenbg {background-color:#009A57; color: white; }

div[id^=mod-]:not(.static-bg):hover .rawsiennabg,
.rawsiennabg:not(.static-bg):hover,
.purplebg {background-color:#5E5DA7; color: white; }

div[id^=mod-]:not(.static-bg):hover .titaniumyellowbg,
.titaniumyellowbg:not(.static-bg):hover,
.babybluebg {background-color:#AFD1FC; color: black; }

div[id^=mod-]:not(.static-bg):hover .purplebg,
.purplebg:not(.static-bg):hover,
.rawsiennabg {background-color:#F17E3D; color: white; }

div[id^=mod-]:not(.static-bg):hover .greenbg,
.greenbg:not(.static-bg):hover,
.orchidbg {background-color:#E86CD5; color: white; }

div[id^=mod-]:not(.static-bg):hover .fadedredbg,
.fadedredbg:not(.static-bg):hover,
.tuftsbluebg {background-color:#4578DE; color: white; }


.lightgraybg {background-color:#eeeeee; color: black; }

div[id^=mod-]:not(.static-bg):hover .pastelgreybg,
.pastelgreybg:not(.static-bg):hover,
.middlegraybg {background-color:#d3d3d3; color: black; }

div[id^=mod-]:not(.static-bg):hover .titanwhitebg,
.titanwhitebg:not(.static-bg):hover,
.timberwolfbg {background-color:#ded7d4; color: black; }

div[id^=mod-]:not(.static-bg):hover .magnoliabg,
.magnoliabg:not(.static-bg):hover,
.eggshellbg {background-color:#efead1; color: black; }

div[id^=mod-]:not(.static-bg):hover .middlegraybg,
.middlegraybg:not(.static-bg):hover,
.pastelgreybg {background-color:#d3d0bf; color: black; }

div[id^=mod-]:not(.static-bg):hover .lightgraybg,
.lightgraybg:not(.static-bg):hover,
div[id^=mod-]:not(.static-bg):hover .timberwolfbg,
.timberwolfbg:not(.static-bg):hover,
.titanwhitebg {background-color:#e9f0ff; color: black; }

div[id^=mod-]:not(.static-bg):hover .eggshellbg,
.eggshellbg:not(.static-bg):hover,
.magnoliabg {background-color:#f4f2ff; color: black; }





.fadedredbg * { color: white !important; }
.titaniumyellowbg * { color: black !important; }
.greenbg * { color: white !important; }
.purplebg * { color: white !important; }
.babybluebg * { color: black !important; }
.rawsiennabg * { color: white !important; }
.orchidbg * { color: white !important; }
.tuftsbluebg * { color: white !important; }
.lightgraybg * { color: black !important; }
.middlegraybg * { color: black !important; }
.timberwolfbg * { color: black !important; }
.eggshellbg * { color: black !important; }
.pastelgreybg * { color: black !important; }
.titanwhitebg * { color: black !important; }
.magnoliabg * { color: black !important; }	
	


.desktoponly {
	display: block;
}
.mobileonly {
	display: none;
}



a.arrow-link,
a.arrow-link:hover {
	position: relative;
	padding-left: 24px;
	margin: 5px 0;
	display: block;
	text-decoration: underline;
}
a.arrow-link::before {
	content: '→';	
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;	
}


	


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
    }
	
html, body {
	height: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }

:focus {
	outline: 0;
    }
    
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
    *zoom:1;
}

small, sub, sup { font-size: .7em }
sub             { vertical-align: sub }
sup             { vertical-align: super }


body {
	line-height: 1;
	color: #000;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #ffffff;
	font-family: 'mabry-regular-pro',Arial,sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: left;
	color: black;
	hyphens: auto;
    }
body.hidden-scroll {
	overflow: hidden;
}

ol, ul {
	list-style: none;
    }

div.content ul,
div.content ol {
	padding-left: 20px;
}

div.content ul > li {
	margin-bottom: 3px;
}

div.content ol > li {
	list-style-type: decimal;
}

div.content ul > li:before {
	content: "–";
	display: inline-block;   
	width: 18px;
	margin-left: -20px;

}	

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	
	
    }

thead th,
thead td,
tbody td  {
    vertical-align : top;
	
	font-size: 15px;
	line-height: 1;
	
	padding: 10px 0;
	border-bottom: 2px solid #000;
}

thead td,
thead th {
	font-family: 'mabry-medium-pro',Arial,sans-serif;
	font-weight: normal;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

b, strong {
	font-family: 'mabry-medium-pro',Arial,sans-serif;
	font-weight: normal;
}
a{
	text-decoration: underline;
	color: inherit;
}

a:hover{
     text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.magazine p {
	margin-bottom: 15px;
}

.container {
	max-width: 1390px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-top: 150px;
	transition: all .3s ease;
}

div.wrapper div.container{
	height: auto !important;
    min-height: 100%;	
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	transition: opacity .1s ease;
	background-color: transparent;	
	/* transition: all .3s ease; */
	opacity: 1;
	
}
header.sticky {
	background-color: #ffffff;
	box-shadow: 2px 7px 15px -6px rgba(0,0,0,0.66);
	-webkit-box-shadow: 2px 7px 15px -6px rgba(0,0,0,0.66);
	-moz-box-shadow: 2px 7px 15px -6px rgba(0,0,0,0.66);
}

header.invisible {
	opacity: 0;
	visibility: hidden;
}
.view3Dmode header {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	z-index: 26;
	opacity: 1;
	visibility: visible;
}

header.isometrie {
	background-color: #eeeeee;	
	
}

header .wrap {
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	/* transition: all .3s ease; */	
}

header.isometrie .wrap {
	height: 90px;
}

header.sticky .wrap {
	height: 90px;
}

header div.logo {
	width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 13px 0 0;
	
	transition: all .3s ease;
}

.magazine header div.logo {
	width: 426px;
}

header.sticky div.logo {
	width: 180px;
}

header.isometrie div.logo {
	width: 180px;
}


header div.logo a img{
	width: 100%;
	height: auto;
}

.magazine header div.logo img.main-logo {
	display: none;
}

.magazine.view3Dmode header div.logo img.main-logo {
	display: block;
}
.magazine.view3Dmode header div.logo img.magazine-logo {
	display: none;
}


header div.top-link {
	display: none;
}


header ul.meta-menu {    	
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 0 0;
}

.view3Dmode header ul.meta-menu,
.isometrie-mode header ul.meta-menu {    
	display: none;
}

header ul.meta-menu li{
	min-width: 50px;
	height: 50px;	
	background-color: black;
	border: solid 2px black;
	border-radius: 28px;
	
	display: flex;	
	align-items: center;
	justify-content: center;

	padding: 0;
	
	margin: 0 0 0 10px;
	
}

.magazine header ul.meta-menu li { 
	background-color: transparent;
}

.magazine header ul.meta-menu li.menu,
.magazine header ul.meta-menu li.menu:hover,
header ul.meta-menu li.menu,
header ul.meta-menu li.menu:hover {
	background-color: black;
	padding: 0;
}

header ul.meta-menu li a {
	height: 100%;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: white;
	text-decoration: none;
	align-items: center;

	padding: 0 5px;
}

header ul.meta-menu li.menu a{	
	color: white;
	height: 34px;
}


header ul.meta-menu li a.bigger {
	font-size: 26px;
}



header ul.meta-menu li:hover,
header ul.meta-menu li > a:hover,
header ul.meta-menu li.active > a{
	text-decoration: none;
	color: black;
	background-color: transparent;
}


.magazine header ul.meta-menu li a {
	color: black
}
.magazine header ul.meta-menu li:hover {
	background-color: black;
}
.magazine header ul.meta-menu li:hover a {
	color: white;
}


.pagecolor {
	color: var(--base-page-color);
}


.content_wrapper .content,
.footer-modules {
	display: flex;
	/* max-width: 1350px; */
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	/* margin-bottom: 40px; */
	
}
.content_wrapper .content .pagetitle {
	width: 100%;
	padding: 15px 0;
	
}

.content_wrapper .content .pagetitle span.over-title {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: left;	
	
	width: 100%;
	display: inline-block;
	padding: 0 20px;
	
}

.content_wrapper .content .pagetitle h1 {
	display: flex;
	align-items: center;
	padding: 0 210px 0 20px;
	margin: 0;
}

.content_wrapper .content .pagetitle h1 > span {
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 35px;
	letter-spacing: normal;
	text-align: center;
	
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 20px;
	background-color: #000000;
	color: #ffffff !important;
	
	margin-right: 10px;
}



h1,
.h1 {	
	font-family: 'mabry-medium-pro', Arial,sans-serif;
	font-size: 45px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	margin-bottom: 10px;
}
h2,
.h2 {	
	font-family: 'mabry-medium-pro', Arial,sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	margin-bottom: 10px;
}



/* Module HButton */
.hbutton {
	position: absolute;
	right: 5%;
	top: 125px;
	z-index: 19;
	width: 145px;
	height: 145px;
	border-radius: 100px;
		
	font-size: 20px;
	line-height: 1.1;
	
	display: flex;
	align-items: center;
	text-align: center;
	transform: rotate(12deg);
}
.hbutton p {
	padding: 0 20px;
	width: 100%;
	word-break: break-word;
	margin: 0;
	hyphens: manual;
}
.hbutton a {
	text-decoration: none;	
}

/* Module CButton */
.cbutton-module {
	position: relative;
	width: 100%;
	height: 0;
}

.cbutton {
	position: absolute;
	right: calc((100% - 710px) / 2 - 200px);
	top: -75px;
	z-index: 2;
	width: 145px;
	height: 145px;
	border-radius: 100px;
		
	font-size: 20px;
	line-height: 1.1;
	
	display: flex;
	align-items: center;
	text-align: center;
	transform: rotate(12deg);
}
.cbutton p {
	padding: 0 20px;
	width: 100%;
	
}
.cbutton a {
	text-decoration: none;	
}










/* Footer */

div.footer-modules {
	display: flex;
	flex-direction: column;
}

div.footer-modules .container,
div.footer .container {
	padding: 0 20px;
}

div.footer-modules .footer-top {
	margin: auto;
	width: 120px;
	height: 60px;
	font-family: 'mabry-medium-pro', Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	text-align: center;		
	color: #ffffff;
	padding-bottom: 10px;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NzUgMzM3LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWExNzFiO3N0cm9rZS13aWR0aDowcHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTMzNy41LDBDMTUxLjEsMCwwLDE1MS4xLDAsMzM3LjVoNjc1QzY3NSwxNTEuMSw1MjMuOSwwLDMzNy41LDBaIi8+PC9zdmc+);
	
	
	
	background-repeat: no-repeat;
	background-size: contain;
	
	
}
	
div.footer {
	width: 100%;
    display: inline-block;
	background-color: #eeeeee;
	
	padding-bottom: 30px;
	margin-top: 50px;
}
div.footer a {
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}


div.footer .head-links {
	background-color: #ffffff;
}

div.footer .wrap {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
	
	transition: all .3s ease;
}


div.footer .wrap .half {	
	width: 50%;	
	text-align: center;	
	height: 105px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
	transition: all .3s ease;
}

div.footer .wrap .full {	
	width: 100%;	
	text-align: center;	
	height: 135px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
	transition: all .3s ease;
}


div.footer .wrap.other-links {
	flex-wrap: wrap;
	padding: 0;
}
div.footer .wrap.other-links .row {
	width: 50%;
	display: flex;
	display: flex;
	flex-wrap: wrap;
}

div.footer .wrap.other-links .col {
	width: calc( 100% / 2);		
	padding: 20px 30px 20px 0;
	
	
}

div.footer .wrap.other-links .col > a {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}

div.footer .wrap.other-links .col ul li,
div.footer .wrap.other-links .col ul li a {
	font-size: 25px;
	line-height: 1.1;
}

div.footer .wrap.other-links a {
	font-size: 15px;
	line-height: 1;
}

div.footer .wrap .half .title,
div.footer .wrap .full .title {
	height: 50px;
	width: 100%;
	position: relative;
	
	font-size: 30px;
	line-height: 45px;	
	font-family: 'mabry-medium-pro',Arial,sans-serif;
	font-weight: normal;
	
	text-decoration: none;
	
	
}

div.footer .wrap .full .title {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

div.footer .wrap .full .title > img {
	width: 182px;
	max-width: 100%;
}

div.footer .wrap .half .cap,
div.footer .wrap .full .cap {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom left;
	
	/* filter: brightness(0) saturate(100%) invert(54%) sepia(7%) saturate(3444%) hue-rotate(84deg) brightness(94%) contrast(77%); */
	height: 65px;
	width: 100%;
	display: block;
	margin-bottom: -1px;

}
div.footer .wrap .full .cap {
	background-repeat: repeat-x;
	background-size: 50% auto;
	
}

div.footer .wrap .half.left .cap {		
	background-image: url('/includes/svgs/footer-halfs-green.svg');	
}
div.footer .wrap .half.right .cap,
div.footer .wrap .full .cap  {
	background-image: url('/includes/svgs/footer-halfs-purple.svg');	
}



div.footer .wrap .half.left:hover .cap{
	background-image: url('/includes/svgs/footer-halfs-green-hover.svg');	
}
div.footer .wrap .half.right:hover .cap,
div.footer .wrap .full:hover .cap{
	background-image: url('/includes/svgs/footer-halfs-purple-hover.svg');
}





div.footer div.footer-text{
	margin-top:11px;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align:center;
	line-height:28px;
	font-size: 12px;
   
	font-weight:bold;
	color: #000000;
	padding:7px 0px;
}

div.footer div.footer-text a,
p.nav-menu-mobile-footer a{
	text-decoration: none;
	color: #000000;
}
div.footer div.footer-text a:hover,
p.nav-menu-mobile-footer a:hover{
	color: #a8cbb7;
}


.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 5px;
  background: #ffffff;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #ffffff;
	content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -ms-transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
  
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  background-color:#ffffff;
}
div.o-grid__item{
	display: block;
}
ul.nav-menu-mobile,
p.nav-menu-mobile-footer{
	display: none;
}

/* Contact form */
div.contact-form {
	width: 100%;
	padding: 30px;	

	

}

div.contact-form div.contactform_div {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

div.contact-form div.contactform_div #form_content {margin-top:20px;}
div.contact-form div.contactform_div #form_content {margin-top:20px; font-size: 20px; line-height: 1.2;}
div.contact-form div.contactform_div input[type=text],
div.contact-form div.contactform_div input[type=submit]{width:100%; box-sizing: border-box; color:#000000; background-color:#ffffff; border: none; border-bottom: 2px solid #000000; font-size:20px; line-height:1.2; height:50px; margin-bottom:15px; padding:0px; font-family: 'mabry-regular-pro',Arial,sans-serif;}
div.contact-form div.contactform_div textarea {width:100%; box-sizing: border-box; color:#000000; opacity: 0.9; background-color:#ffffff; border: none; font-size:20px; line-height:1.2; padding:0px; margin: 0; font-family: 'mabry-regular-pro',Arial,sans-serif;}
div.contact-form div.contactform_div input:focus{outline:none;}
div.contact-form div.contactform_div textarea:focus {opacity: 1;}

div.contact-form div.contactform_div select{
	min-width: 133px; 
	width: auto;
	color:#000000; 
	background-image: url(/includes/icons/down-arrow.png); 
	background-repeat: no-repeat; 
	background-position: center right;
	background-size: auto 15px;
	background-color:#ffffff; 
	border-bottom: 2px solid #000000; 
	font-size:20px; 
	line-height:1.2; 
	height:50px; 
	padding:0px; 
	position: relative; 
	border: 0; 
	font-family: 'mabry-medium-pro', Arial,sans-serif; 	
}

div.contact-form div.contactform_div select:focus{outline:none;}
div.contact-form div.contactform_div input[type=text], div.contact-form div.contactform_div input[type=submit], div.contact-form div.contactform_div select, #floating-panel input, #floating-panel .input, button, .btn, #ap_login-form input, .filter-buttons input, .filter-group input[type="reset"], .filter-group input[type="button"], .filter-group input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; outline: none; }
div.contact-form div.contactform_div select::-ms-expand { display: none; }

div.contact-form div.contactform_div select.error, div.contact-form div.contactform_div input.error, div.contact-form div.contactform_div textarea.error,
div.contact-form div.contactform_div select.error_input, div.contact-form div.contactform_div input.error_input, div.contact-form div.contactform_div textarea.error_input { color: red; border-bottom: 2px solid red;}

div.error_input label {
	color: red;
}

div.contact-form div.contactform_div  label.required-label{ font-size:15px; display:block; line-height:1.2; margin-bottom: 30px; margin-top: 20px; }
div.contact-form div.contactform_div  label.anonymous-label{ font-size:20px; display:block; line-height:1.2;margin-top:15px; }
div.contact-form div.contactform_div  label.anonymous-label-inner{ font-size:16px; display:inline-block; line-height:18px;margin-right:10px;padding-left:20px;}
div.contact-form div.contactform_div  label.anonymous-label-inner::before{top:2px; width:14px; height:14px; border-radius:7px;}
div.contact-form div.contactform_div  label.anonymous-label-inner::after	{content: '';    position: absolute;  top: 5px;  left: 3px;  transition: all .2s; width: 8px;  height: 8px;  border-radius: 4px;}
div.contact-form div.contactform_div  .anonymous_input{    line-height: 1.2; height: 30px; margin-top:10px; font-size:20px; max-width:73px;}


div.contact-form div.contactform_div.wait input, 
div.contact-form div.contactform_div.wait select, 
div.contact-form div.contactform_div.wait label { pointer-events:none !important; }
div.contact-form div.contactform_div.wait { cursor: progress; }

div.contact-form div.contactform_div input::-webkit-input-placeholder{color: #000000; opacity: 0.5;}
div.contact-form div.contactform_div input::-moz-placeholder{color: #000000; opacity: 0.5;}
div.contact-form div.contactform_div input:-ms-input-placeholder{color: #000000; opacity: 0.5;}
div.contact-form div.contactform_div input:-moz-placeholder{color: #000000; opacity: 0.5;}
div.contact-form div.contactform_div input::placeholder{color: #000000; opacity: 0.5;}


div.contact-form div.contactform_div input.error_input::-webkit-input-placeholder, div.contact-form div.contactform_div textarea.error_input::-webkit-input-placeholder{color: red;}
div.contact-form div.contactform_div input.error_input::-moz-placeholder, div.contact-form div.contactform_div textarea.error_input::-moz-placeholder {color: red;}
div.contact-form div.contactform_div input.error_input:-ms-input-placeholder, div.contact-form div.contactform_div textarea.error_input:-ms-input-placeholder {color: red;}
div.contact-form div.contactform_div input.error_input:-moz-placeholder, div.contact-form div.contactform_div textarea.error_input:-moz-placeholder{color: red;}
div.contact-form div.contactform_div input.error_input::placeholder, div.contact-form div.contactform_div textarea.error_input::placeholder{color: red;}

div.contact-form div.contactform_div div.input.error input::-webkit-input-placeholder{color: red;}
div.contact-form div.contactform_div div.input.error input::-moz-placeholder, div.contact-form div.contactform_div textarea.error_input::-moz-placeholder {color: red;}
div.contact-form div.contactform_div div.input.error input:-ms-input-placeholder, div.contact-form div.contactform_div textarea.error_input:-ms-input-placeholder {color: red;}
div.contact-form div.contactform_div div.input.error input:-moz-placeholder, div.contact-form div.contactform_div textarea.error_input:-moz-placeholder{color: red;}
div.contact-form div.contactform_div div.input.error input::placeholder, div.contact-form div.contactform_div textarea.error_input::placeholder{color: red;}


div.contact-form div.contactform_div div.submit input { 
	text-decoration: none;
	font-family: "mabry-regular-pro",serif;
	font-size: 20px;
	line-height: 1.2;
	padding: 5px 30px;
	margin: 20px 0;	
	width: auto;
	height: auto;
	position: relative;
	transition: all .05s ease;
	color: #ffffff;
	background-color: #000000;
	cursor: pointer;	
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	

}

div.contact-form .thankyou-message {
	display: none;
	
}

.contactformhc div.contact-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 15px 0;
	margin: 0;

}


.contactformhc div.contact-form div.contactform_div div.input {
	border-bottom: solid 2px black;
	margin-bottom: 15px;
}
.contactformhc div.contact-form div.contactform_div div.input.hc {
	width: 49%;
	margin-right: 2%;
	float: left;
	
}
.contactformhc div.contact-form div.contactform_div div.input.hc.right {
	float: right;
	margin-right: 0;
}


.contactformhc div.contact-form div.contactform_div input[type="text"], 
.contactformhc div.contact-form div.contactform_div select,
.contactformhc div.contact-form div.contactform_div input.error, 
.contactformhc div.contact-form div.contactform_div select.error_input, 
.contactformhc div.contact-form div.contactform_div input.error_input {
	height: 30px;
	border-bottom: none;
	margin: 0;
	
}
.contactformhc div.contact-form div.contactform_div textarea.error, 
.contactformhc div.contact-form div.contactform_div textarea.error_input {
	border-bottom: none;
	margin: 0;
}

.contactformhc div.contact-form div.contactform_div input[type="submit"] {
	float: right;
	margin: 0;
}

.contactformhc div.contact-form div.contactform_div div.input.error {
	color: red;
	border-bottom: 2px solid red;
}
.contactformhc div.contact-form div.contactform_div div.input.error textarea:focus {
	color: black;
}






/***********************************************/
/***********************************************/
/* New styles Zwhatt 2023 */
img { width: 100%; }
.hc-mobile,
.footer-hc-mobile {
	display: none;
	width: 100%;
	
}

.hc-mobile {
	padding: 0 20px;
}

.hc-left {
	float: left;
	width: 50%;
	max-width: 695px;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 20px;
}

.hc-right {
	float: right;
	width: 50%;
	max-width: 695px;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 20px;
}

.nopadding .hc-left,
.nopadding .hc-right {
	padding: 0;
	max-width: 675px;
}
.nopadding .hc-mobile { 
	padding: 0;
	max-width: 100%;
}


.footer-hc-left {
	float: left;
	width: calc(100% / 3);
	max-width: 450px;
	box-sizing: border-box;
	display: inline-block;
}
.footer-hc-right {
	float: right;
	width: calc(100% / 3);
	max-width: 450px;
	box-sizing: border-box;
	display: inline-block;
}
.footer-hc-center {
	float: none;
	width: calc(100% / 3);
	max-width: 450px;
	box-sizing: border-box;
	display: inline-block;
}








/* Google map module */
.module-map {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family:"mabry-regular-pro", serif;
}

.module-map .title {	
	max-width: 1390px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}

#map{width:100%;height:800px}

#floating-panel {
	position: absolute;
	top: 45px;
	left: 20px;
	z-index: 5;
	width:auto;
	text-align:left; 
	font-family:"mabry-medium-pro", serif;
}

#floating-panel > .title { font-size: 35px; }

#floating-panel input, #floating-panel .input{	font-size:24px; letter-spacing:normal; color: #000000; padding: 5px 10px;display: block;float: left;border: medium none;margin-bottom: 20px; text-align: left;cursor: pointer;clear: both;line-height: normal; /*-webkit-box-shadow: 5px 5px 0px 1px #000000; box-shadow: 5px 5px 0px 1px #000000; transform: translate(-5px, -5px);*/
	width: 185px;
	height: 25px;
	margin: 0 30px 6px 0;
	padding: 5px 10px 0;
	border-radius: 13px; 
	text-align: center; 
	font-family: "mabry-medium-pro", serif;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #fff;
	box-sizing: border-box;}

#floating-panel input:active, #floating-panel input:focus, #floating-panel .input:active, #floating-panel .input:focus{outline:0}
#floating-panel .input.selected, #floating-panel .input.selected span{ text-decoration:none; color: #ffffff; -webkit-box-shadow: 0px 0px 0px 0px #000000; box-shadow: 0px 0px 0px 0px #000000; transform: translate(0, 0);}
#floating-panel input.not-selected, #floating-panel .input.not-selected{opacity:1; }
#floating-panel input.filter, #floating-panel .input.filter{	height: 0; background-color: #ABAAAA; float:left; text-align:left; width:auto; font-size:24px;margin-bottom:20px;padding: 5px 10px; margin-left: 0; opacity: 0; visibility: hidden; }
#floating-panel .input.filter  + .filters_wrapper { display:none; }
#floating-panel .input.filter.open  + .filters_wrapper { display:block; }
/* #floating-panel .input.filter.open span { border-bottom: 1px solid #fff; } */
.place-type{position: absolute;	top: 44px;left: 255px;z-index: 5;background-color: #808080;color:#ffffff;padding:10px;min-width:200px;text-align:left;}
.place-name{font-size: 16px;line-height:20px;cursor:pointer;margin-bottom:4px;text-indent: -17px;margin-left: 14px;}
.place-name span {font-size: 16px;}
.place-name.selected span{text-decoration:none; border-bottom: 1px solid #fff;margin-bottom:3px;}
.close-type{position: absolute; right: -33px; top: 0px;line-height: 27px; font-size:29px; width: 30px;  height: 30px; text-align: center;cursor:pointer;}
.input.filter.filter2 + .filters_wrapper .place-type { top: 98px; }

.g-popup {position:relative;  padding-bottom: 40px; }
/* .g-popup .pointer-left {position: absolute; overflow: hidden; left: calc( 50% - 16px); bottom: -9px; width: 16px; height: 10px;  }
.g-popup .pointer-left div{position: absolute; left: 6px; transform: skewX(45deg); transform-origin: 0px 0px 0px; height: 24px; width: 10px;  }
.g-popup .pointer-right {position: absolute; overflow: hidden; bottom: -9px; left: calc( 50%); width: 16px; height: 10px; }
.g-popup .pointer-right div{position: absolute; left: 0px; transform: skewX(-45deg); transform-origin: 10px 0px 0px; height: 24px; width: 10px;    } */
.gm-style .g-popup img{max-width:100%; margin-bottom:-21px; }

.g-popup  .close-icon{cursor:pointer;width:21px;height:21px;color:#fff; position:absolute;bottom:10px;right:10px;}
.g-popup .close-icon span {
	font-size: 36px;
	position: absolute;	
	width: 25px;
	height: 25px;
	background: #fff;
	line-height: 23px;
	color: inherit;
	text-align: center;
	border-radius: 15px;
}


.g-popup h4{ font-family:"mabry-medium-pro", serif; font-size:18px; line-height: 22px; color: #ffffff; padding:0px 10px; padding-top: 10px; margin-bottom: 0;}
.g-popup h6{ font-family:"mabry-medium-pro", serif; font-size:15px; font-weight: normal;  color: #fff; padding: 10px 10px 0; position: relative; display: none;}
.g-popup p{ font-family:"mabry-regular-pro", serif; font-size:15px; line-height: 1.2; color: #ffffff; padding: 10px 20px 10px 10px; margin-bottom: 0;}

.g-popup.mobile-detail{display:none;}

.gm-style {
	font-family:"mabry-regular-pro", serif;
}

.gm-style .gm-style-iw-c {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}
.gm-style .gm-style-iw-c > button.gm-ui-hover-effect {
	display: none !important;
}

.gm-style .gm-style-iw-t::after {
	background: none;
	box-shadow: none;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transform: none;
	width: 0;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
	background: transparent;
	padding: 0;
}




/* Modules: SVG HC, Teaser HC, SVGFOOTER HC, Teaserfooter HC, Video HC */

.svg-element,
.svg-element .svg-caption,
.svg-element svg *,
.svgfooter-element,
.svgfooter-element .svg-caption,
.svgfooter-element svg *,
.teaserhc-element,
.teaserhc-element .img-caption,
.teaserfooter-element,
.teaserfooter-element .img-caption,
.video-element,
.video-element .video-caption,
.isometrie-element,
.gteaserhc-element,
.gteaserhc-element .img-caption  {
	transition: all .3s ease;
}






.svg-element,
.svgfooter-element,
.teaserhc-element,
.teaserfooter-element,
.video-element,
.isometrie-element,
.gteaserhc-element {
	display: flex;
	flex-direction: column;
}

.hc-left .svg-element:first-child,
.hc-right .svg-element:first-child,
.hc-left .gteaserhc-element:first-child,
.hc-right .gteaserhc-element:first-child {
	margin-top: 18px;
}
.nopadding .hc-left .svg-element:first-child,
.nopadding .hc-right .svg-element:first-child,
.nopadding .hc-left .gteaserhc-element:first-child,
.nopadding .hc-right .gteaserhc-element:first-child {
	margin-top: 0;
}


.teaserhc-element,
.video-element,
.gteaserhc-element {
	padding: 40px 110px;
}
.teaserfooter-element {
	padding: 30px 90px;
}



.svg-element > a,
.svgfooter-element > a,
.teaserhc-element > a,
.teaserfooter-element > a,
.video-element > a,
.gteaserhc-element > a,
.gteaserhc-element > div.no-link {
	display: flex;
	flex-direction: column;	  
	text-decoration: none;
}




.svg-element:hover .svg-caption,
.svgfooter-element:hover .svg-caption,
.teaserhc-element:hover,
.teaserfooter-element:hover,
.video-element:hover,
.gteaserhc-element:hover  {
	/* background-color: var(--base-page-hover-color) !important; */
	transition: all .3s ease;
}

/* .svg-element:hover img {
	filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(256deg) brightness(90%) contrast(83%);
}
 */
.svg-element:not(.no-hover):hover svg path,
.svg-element:not(.no-hover):hover svg polygon,
.svg-element:not(.no-hover):hover svg .cls-1,
.svgfooter-element:hover svg path,
.svgfooter-element:hover svg polygon,
.svgfooter-element:hover svg .cls-1 {
	/* fill: var(--base-page-hover-color) !important; */
	transition: all .3s ease;
}

.svg-element .svg-caption,
.svgfooter-element .svg-caption,
.teaserhc-element .img-caption,
.teaserfooter-element .img-caption,
.video-element .video-caption,
.gteaserhc-element .img-caption {
	margin-top: -1px;
}
.svg-element .svg-caption span,
.svgfooter-element .svg-caption span,
.teaserhc-element .img-caption span,
.teaserfooter-element .img-caption span,
.video-element .video-caption span,
.gteaserhc-element .video-caption span {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	
	display: inline-block;
	width: 100%;
	height: auto;
	
	padding: 10px 10px 0 10px;
}



.svg-element .svg-caption p,
.teaserhc-element .img-caption p,
.svgfooter-element .svg-caption p,
.teaserfooter-element .img-caption p,
.video-element .video-caption p,
.gteaserhc-element .img-caption p {	
	font-size: 30px;
	font-family: 'mabry-medium-pro',Arial,sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
		
	display: inline-block;
	width: 100%;
	height: auto;
	
	padding: 3px 10px 10px;
	margin: 0;
}


.svgfooter-element .svg-caption p,
.teaserfooter-element .img-caption p {	
	font-size: 20px;	
	padding: 5px 10px 10px;
}



.teaserhc-element .img-caption span,
.teaserfooter-element .img-caption span,
.video-element .video-caption span,
.gteaserhc-element .img-caption span,
.teaserhc-element .img-caption p,
.teaserfooter-element .img-caption p,
.video-element .video-caption p,
.gteaserhc-element .img-caption p {
	padding-left: 0;
	padding-right: 0;
}


.video-element a .img_wrap {
	position: relative;
}

.video-element a .img_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	
	background-image: url('icons/icon-play.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	
	
}



/* Module Textarea HC */
.textarea-hc {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px 20px 10px;
}
.textarea-hc.no-color {
	padding: 15px 0 10px;
}

/* Module GTeaser HC */

.gteaserhc-element {
	padding: 40px 110px 30px;
	position: relative;
}

.gteaserhc-element .img-top {
	margin-bottom: 32px;
	height: 85px;
	overflow: hidden;
}
.gteaserhc-element .category {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.gteaserhc-element .h2 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.gteaserhc-element .lead {
	font-size: 22px;
	line-height: 1;
}
.gteaserhc-element .img-bottom {
	margin-top: 10px;
	height: 188px;
	overflow: hidden;
}

.gteaserhc-element .circle {
	position: absolute;
	right: 20px;
	top: 40px;
	
	width: 75px;
	height: 75px;
	border-radius: 50px;
	background-color: #FF4640;
	color: white !important;
	
	font-size: 12px;
	line-height: 1;
	
	display: flex;
	align-items: center;
	text-align: center;
	transform: rotate(12deg);
}



/* Module Isometrie */
.isometrie-element {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 calc((100% - 1170px) / 2);
	margin-bottom: 40px;
}
.nopadding .isometrie-element {
	margin-bottom: 0;
}






/* Module Gallery */
.gallery {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align:center;
	
	padding: 60px;
	margin-bottom: 40px;
}
.nopadding .gallery {
	margin-bottom: 0;
}

.gallery.hidden {
	height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}

.gallery .item { display: block; margin: 0 auto;  width: 100%; }

.gallery.hidden .item {
	display: none;	
}

/* .gallery.gallery-small .item { max-width: 940px; width: 100%; }
.gallery.gallery-big .item { max-width: 1308px; width: 100%; } */
.gallery .item img { width: auto; max-height: 700px; }

.gallery .item .caption,
.gallery-element .item .caption {
	margin: 6px 20px 0;	
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	
	max-width: 100%;
	margin: 6px auto;
	
	padding: 0 20px;
	
}


/* Module Gallery Element - HC*/
.gallery-element {	
	padding: 30px 45px 15px;
}
.gallery-element.no-color {
	padding: 18px 45px 15px;
}

.gallery .item,
.gallery .item:hover,
.gallery-element .item,
.gallery-element .item:hover{
	text-decoration: none;
	text-align: center;
}


/* Module Block Open */
.block-open {
	display: flex;
	flex-direction: column;
	
	width: 100%;
	margin-bottom: 50px;
	
}

.block-open-element {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 15px 0 0;
	margin: 0;	
}



.block-open-element .h2 {
	margin: 0;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
}
.no-border-bottom .block-open-element .h2 {
	border-bottom: none;
}

.block-open-element .block-open-content {
	margin-top: 10px;
	padding: 0 0 15px 0;
	
}



.block-open-element + .list-element,
.block-open-element + .accordion-element,
.block-open-element + .accordion2-element {
	border-top: 2px solid black;
}


.list-element {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 8px 0;
	margin: 0;
	border-bottom: 2px solid #000000;
	position: relative;
}

.list-element .list-element-button {	
	position: relative;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	background-color: #FF4640;
	color: white !important;
	font-size: 12px;
	line-height: 1;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 5px;
	justify-content: center;
	transform: rotate(12deg);
}

.list-element .wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	
}
.list-element.with-circle .wrap {
	width: calc(100% - 80px);
	padding-right: 10px;
	
}





.list-element .h2 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.list-element.with-circle .h2 span.itemnumber + span.title {
	width: calc(100% - 40px);
}


.list-element a.more {
	position: relative;
	padding-left: 24px;
}
.list-element a.more:before {
	content: '→';
	
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	
	
}

.list-element p {
	margin: 0;
}


.itemnumber {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 28px;
	letter-spacing: normal;
	text-align: center;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background-color: #000000;
	color: #ffffff !important;
	margin-right: 10px;
	
}

/* Modules Accordion and Accordion2 */
.accordion-element,
.accordion2-element {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5px 0;
	margin: 0;
	border-bottom: 2px solid #000000;
	position: relative;
}

.accordion2-element.with-circle {
	min-height: 100px;
}

.accordion-element .acc-btn { 	
	padding-right:40px;
	background-image:url('/includes/icons/arrow-down.png'); 
	background-repeat:no-repeat; 
	background-position: right center; 
	background-size: 26px auto; 
	
	cursor: pointer;
	

}
.accordion2-element .acc-btn { 
	width: calc(100% - 80px);
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.accordion-element .acc-btn .h2,
.accordion2-element .h2 {
	margin: 0;
}

.accordion2-element .h2 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

.accordion-element .acc-btn.selected { 
	background-image:url('/includes/icons/arrow-up.png'); 
}
.accordion2-element .acc-btn .subtitle {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: underline;
	margin: 5px 0;
}

.accordion2-element .acc-btn .subtitle:before {
	content: '→';
	
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: -2px;
}
.accordion2-element .acc-btn.selected .subtitle:before {
	content: "↑";
	
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}


.accordion2-element .accordion2-element-button {	
	position: absolute;
	right: 0;
	top: 10px;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	background-color: #FF4640;
	color: white !important;
	font-size: 12px;
	line-height: 1;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 5px;
	justify-content: center;
	transform: rotate(12deg);
}


.accordion2-element .accordion2-element-button > a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 5px;
	justify-content: center;
	text-decoration: none;
}

.accordion2-element.with-circle .h2 {
	width: calc(100% - 80px);
	padding-right: 10px;
}

.accordion2-element.with-circle .h2 span.itemnumber + span.title {
	width: calc(100% - 40px);
}

.accordion2-element.with-circle p {	
	width: calc(100% - 80px);
	padding-right: 10px;
}
.accordion2-element p {
	margin-bottom: 0;	
}


.accordion-element .acc-content,
.accordion2-element .acc-content { 
	display:none; 
}
.accordion-element .acc-btn.selected + .acc-content,
.accordion2-element .acc-btn.selected + .acc-content { 
	display:block; 
	margin-top: 10px;
}
.accordion2-element .acc-btn.selected + .acc-content { 
	margin-top: 0;
}

.accordion2-element .acc-content p {
	margin-bottom: 10px;
}

.accordion2-element .acc-btn.selected + .acc-content > p { 
	margin: 0;
}



/* Module Textarea */
.module-textarea {	
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px 0;	
}
.module-textarea .container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 750px;
	padding: 0 20px;
}




	
/* Fanybox overrides */	
.fancybox__container {
	--fancybox-color: #000000;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(238, 238, 238, 1);	
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	direction: ltr;
	color: #f8f8f8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	
	justify-content: center;
}


.fancybox__content {
	width: 100% !important;
	/* height: 100% !important; */
	transform: matrix(1, 0, 0, 1, 0, 0) !important;
	
	background: none;
	text-align: center;
	vertical-align: middle;
	display: flex !important;
	justify-content: center;
	padding: 0;
	
	font-size: 30px;
	
}

.fancybox__content > .f-button.is-close-btn {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: #000000;
	--f-button-hover-bg: #000000;
	--f-button-active-bg: #000000;
	--f-button-svg-width: 38px;
	--f-button-svg-height: 38px;
	position: absolute;
	top: -20px;
	right: -65px;
	opacity: 1;
	border-radius: 25px;
}

.fancybox__content > .f-button.is-close-btn img,
.fancybox__toolbar .f-button.is-close-btn img {
	width: 30px;
	height: 30px;
}

/* .fancybox__viewport {
	position: relative;
	
} */

.fancybox__caption {
	font-size: 15px;
	line-height: 1.2;
}

.fancybox__toolbar .f-button.is-close-btn {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: #000000;
	--f-button-hover-bg: #000000;
	--f-button-active-bg: #000000;
	--f-button-svg-width: 38px;
	--f-button-svg-height: 38px;
	
	opacity: 1;
	border-radius: 25px;
	top: 20px;
	right: 15px;
}
.fancybox__slide {
	padding: 60px 80px;
}

.f-button.is-next,
.f-button.is-prev {
	width: 50px;
	height: 50px;
	text-align: center;
}

.f-button.is-next img,
.f-button.is-prev img {
	width: 23px;
	height: auto;
}
.f-button.is-next img {
	margin-left: 5px;
}
.f-button.is-prev img {
	margin-right: 5px;
}

.fancybox__content.text-content {
	max-width: 700px;	
	padding: 0 20px;
}
.fancybox__content .q-author {
	font-size: 20px;
	text-align: center;
	position: relative;

}





/* Module Contact Form HC */
.contactformhc .h2 {
	margin: 0;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;

}

.contactformhc .contact-image {
	width: 180px;
	height: 180px;
	border-radius: 90px;
	margin: 50px auto 20px;
}

.contactformhc .description {
	text-align: center;
}















/* Magazine template */

.grid-filter-label {
	margin: -60px auto 0;
	width: 120px;
	height: 60px;
	font-family: 'mabry-medium-pro', Arial,sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;		
	color: #ffffff;
	padding-bottom: 10px;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NzUgMzM3LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWExNzFiO3N0cm9rZS13aWR0aDowcHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTMzNy41LDBDMTUxLjEsMCwwLDE1MS4xLDAsMzM3LjVoNjc1QzY3NSwxNTEuMSw1MjMuOSwwLDMzNy41LDBaIi8+PC9zdmc+);
		
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
	
	position: relative;	
	z-index: 21;
	cursor: pointer;
	
}
.grid-filter-label:hover {
	text-decoration: underline;
}

.grid-filter-label > span {	
	opacity: 1;
	transition: opacity .1s ease;
	
	text-align: center;
	width: auto;
	white-space: break-spaces;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;

}

.grid-filter-label.open > span {	
	opacity: 0;
}

.grid-filter-label.open::before {
	background-image: url('/includes/icons/icon-close.png');
	content: "";
	background-size: 30px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5px;
}





.grid-filters {
	width: 100%;
	height: 0;
	display: block;
	background-color: #eeeeee;
	overflow: hidden;
	transition: height .3s ease;
	
}
.grid-filters.shown {	
	height: 150px;	
}

.grid-filters .wrap {
	width: 100%;
	max-width: 1000px;
	margin: auto;	
	
	padding: 36px 0;
}

.grid-filters .wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.grid-filters .wrap ul li {	
	margin-right: 50px;
	margin: 3px 50px 3px 0;
	position: relative;
}

.grid-filters .wrap ul li::before {
	content: "";
	position: relative;
	
	width: 14px;
	height: 14px;
	
	border: solid 2px black;
	background-color: transparent;
	
	display: inline-block;
	border-radius: 10px;
	margin-right: 8px;
}

.grid-filters .wrap ul li.active::before {
	background-color: black;
}


.grid-filters .wrap ul li a {
	font-size: 30px;
	display: inline-block;
	text-decoration: none;
}




.grid-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1350px;
	opacity: 1;
	transition: opacity .3s ease;
}

.grid-wrapper.filtering {
	opacity: 0;
}

.grid-item  {
	display: flex;
	flex-direction: column;
	width: 50%;
	max-width: 675px;
	
	height: auto;
	padding: 0;
	text-decoration: none;
		
		
	display: none;
/* 	opacity: 0;	
	width: 0;		
	height: 0;
	visibility: hidden;  */
}
.grid-item.shown {	
/* 	width: 50%; 
	opacity: 1;		
	height: auto;
	visibility: visible; */		
	display: flex;
	justify-content: center;
}


.grid-item div.image {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: center;
	margin: 50px 80px 0;
}
.grid-item div.image.landscape img {
	height: auto;
	width: 100%;
}
.grid-item div.image.portrait img {
	height: 100%;
	width: auto;
}

.grid-item  div.text .over-title {
	display: block;
	margin-bottom: 4px;
}

.grid-item  div.text {
	height: auto;
	padding: 15px 80px 50px;
}
.grid-item  div.text .lead {	
	font-size: 27px;
	line-height: 1;
}

.grid-item  div.text .more {
	position: relative;
	padding-left: 24px;
	margin-top: 12px;
	text-decoration: underline;
}
.grid-item  div.text .more:hover {
	text-decoration: none;
}

.grid-item  div.text .more::before {
	content: '→';
	
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;	
}

.back-to-grid {
	width: auto;
	min-width: 50px;
	height: 50px;
	background-color: #000000;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 50px 10px 70px;
	text-decoration: none;
	color: white;
	font-family: 'mabry-medium-pro', Arial,sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 0.73;
	padding: 0 10px;
}

a.more-grid-items {
	text-align: center;
	font-style: italic;
	color: #000000;
	border: medium none;
	line-height: 22px;
	width: 100px;
	display: block;
	margin: -50px auto 50px;
	
	position: relative;
}




/* Module Magazine Gallery */

.gallery.magazine .over-title {	
	max-width: 700px;
	margin: 0 auto 10px;
}
.gallery.magazine h1 {
	max-width: 900px;
	margin: 0 auto 10px;
	
}

.gallery.magazine .lead {
	max-width: 700px;
	font-size: 30px;
	margin: 0 auto 60px;
}



.gallery.magazine .video-wrap  {
	display: flex;
	flex-direction: column;	
	align-self: center;
	width: 100%;
	max-width: 1020px;
	padding: 0 20px;
}



/* Module Magazine Gallery Element */
.magazine.gallery-element {
	width: 100%;
	display: block;	
	
}

.magazine.gallery-element .wrap {
	width: 100%;
	max-width: 940px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.magazine.gallery-element .wrap img {
	width: auto;
	max-width: 100%;
}


/* Module Textarea Magazine */
.textarea-magazine {	
	width: 100%;
	display: flex;
	flex-direction: column;	
	align-items: center;
	margin: 30px 0;
}

.textarea-magazine .wrap {
	display: flex;
	flex-direction: column;	
	width: 100%;
	max-width: 750px;
	padding: 0 20px;
}

.textarea-magazine .wrap .left-line {
	display: block;
	border-left: 2px solid #000;
	padding-left: 8px;
	margin: 0 100px;

}
.textarea-magazine .wrap .h-lines {
	padding: 8px 0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin: -2px 0 0;
}

.textarea-magazine .wrap ol.ball-numbers {	
	counter-reset: item;
	padding: 0;
}

.textarea-magazine .wrap ol.ball-numbers li {
	position: relative;	
	padding-top: 70px;
	list-style-type: none;
}

.textarea-magazine .wrap ol.ball-numbers li::before {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	
	display: inline-block;
	content: counter(item);
	counter-increment: item;
	
	color: white;
	background-color: black;
	border-radius: 25px;
	line-height: 35px;
	text-align: center;
	
	
}


.textarea-magazine .wrap .quote {
	width: 100%;
	max-width: 470px;
	text-align: center;
	margin: 0 auto 5px;
	
	font-size: 30px;
	line-height: 1;
	font-family: 'mabry-medium-pro',Arial,sans-serif;
	font-weight: normal;
}
.textarea-magazine .wrap .q-author {
	width: 100%;
	max-width: 470px;
	text-align: center;
	margin: auto;
	position: relative;
	padding-bottom: 35px;
}

.textarea-magazine .wrap .q-author::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background-color: black;
	display: inline-block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 20px;
}


/* Magazine Video */
.video-magazine  {	
	width: 100%;
	display: flex;
	flex-direction: column;	
	align-items: center;
	margin: 30px 0;
}

.video-magazine  .wrap {
	display: flex;
	flex-direction: column;	
	width: 100%;
	max-width: 750px;
	padding: 0 20px;
}



/* Module Magazine Footer */
.footer-magazine .grid-wrapper-footer {
	display: flex;	
}

.footer-magazine .grid-wrapper-footer .grid-item-footer {	
	width: calc(100% / 3);
	max-width: 450px;
	box-sizing: border-box;
			
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	padding: 0;
	text-decoration: none;

}

.footer-magazine .grid-wrapper-footer .grid-item-footer div.image {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: center;
	margin: 30px 45px 0;
}

.footer-magazine .grid-wrapper-footer .grid-item-footer div.image.landscape img {
	height: auto;
	width: 100%;
}
.footer-magazine .grid-wrapper-footer .grid-item-footer div.image.portrait img {
	height: 100%;
	width: auto;
}


.footer-magazine .grid-wrapper-footer .grid-item-footer div.text {
	height: auto;
	padding: 15px 45px 30px;
}


.footer-magazine .grid-wrapper-footer .grid-item-footer div.text .over-title { 
	font-size: 15px;
	line-height: 1.47;
}
.footer-magazine .grid-wrapper-footer .grid-item-footer div.text .lead {
	font-size: 20px;
	line-height: 1.1;
}

.footer-magazine .grid-wrapper-footer .grid-item-footer div.text .more {
	font-size: 15px;
	line-height: 1.47;
	position: relative;
	padding-left: 18px;
	margin-top: 6px;
	text-decoration: underline;
}

.footer-magazine .grid-wrapper-footer .grid-item-footer div.text .more:hover {
	text-decoration: none;
}


.footer-magazine .grid-wrapper-footer .grid-item-footer div.text .more::before {
	content: '→';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}





/* Module Apartments */

div.apartments-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 50px;
	padding: 20px 0 10px;
}

div.apartments-list div.table-wrapper {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

div.apartments-list table {
	width: 650px;	
}

div.apartments-list table > thead th {
	color: var(--base-page-color);
	font-size: 15px;
	cursor: pointer;
	padding: 5px 0;
	font-family: 'mabry-regular-pro',Arial,sans-serif;
}

div.apartments-list table > thead th div.tablesorter-header-inner {
	display: flex;
}

div.apartments-list table > thead th div.tablesorter-header-inner::after {
	content: " ";
	position: relative;	
	font-size: 16px;
	padding: 0 0 0 5px;
	width: 18px;	
	box-sizing: border-box;
}
div.apartments-list table > thead th div.tablesorter-header-inner span {
	white-space: nowrap;
}


div.apartments-list table > thead th.sorter-false div.tablesorter-header-inner::after {	
	padding: 0;
	width: 0;	
}

div.apartments-list table > thead th.asc div.tablesorter-header-inner::after {
	content: "↓";
}
div.apartments-list table > thead th.desc div.tablesorter-header-inner::after {
	content: "↑";	
}


div.apartments-list table > tbody td {
	padding: 4px 0;
	
}

div.apartments-list table > tbody td span.grey {
	opacity: 0.3;
}

div.apartments-list .bottom-label {
	font-size: 15px;
	margin: 10px 0;
}

div.apartments-list table > tbody td .iconn {
	text-decoration: none;
}



/* Chatbot */
#chatbot, #chatbot * { 
	box-sizing: border-box; 
}
#chatbot { 
	position: fixed; 
	z-index: 100; 
	min-height: 50px; 
	
	bottom: 0; 
	right: 0; 
	padding: 20px 20px 0 20px; 
	background-color: #eee;
	width: 49.6vw;  
	min-width: 430px;
	/* height: 100vh;  */
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#chatbot:not(.closed) { 
	top: 0;
}

#chatbot-loader {
	position: relative;
	display: block;
	left: 0;
	bottom: 0;
	width: 40px;
}

#chatbot-heading {
	width: auto;
	max-width: calc(100% - 	100px);
	margin-bottom: 30px;
}
	
#chatbot-bottom { 
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	min-height: 230px;
	height: auto;
	padding-top: 10px;
	
	
}

#chatbot.closed #chatbot-header, 
#chatbot.closed #chatbot-bottom,
#chatbot.closed #chatbot-top { 
	display: none; 	
}
/* 
#chatbot #chatbot-header, 
#chatbot #chatbot-bottom,
#chatbot #chatbot-top { 
	
	border: solid red 1px;
} */

#chatbot-top { 
	height: auto; 
	overflow: hidden; 
	
	
}

#chatbot-header { 
	overflow: auto; 
	max-height: calc(100% - 55px); 
	padding-bottom: 40px;
	position: relative;
}
#chatbot-bottom { 
	top: unset; 
	bottom: 0; 
	
}


.chatbot-answer, 
.chatbot-question { 
	border-radius: 25px; 
	border: none; 
	min-height: 42px; 
	font-family: 'mabry-regular-pro',Arial,sans-serif; 
	font-size: 20px; 
	font-weight: normal; 
	font-stretch: normal; 
	font-style: normal;
	line-height: 1.2; 
	letter-spacing: normal; 
	text-align: left; 
	color: #fff;
}



.chatbot-answer { 
	padding: 12px; 
	background-color: #009A57; 
}

.chatbot-question { 
	padding: 16px 18px; 
	background-color: #E86CD5; 
	margin: 0 5px 10px 0; 
	border-bottom-right-radius: 0;
	
}
button.chatbot-question { 
	cursor: pointer; 
}
button.chatbot-question:hover { 
	background-color: #009A57;
}



#chatbot-header .item-wrap {
	width: 100%;
	float: left;
	white-space: pre-line;
}

#chatbot-header .item-wrap .chatbot-question {
	border-bottom-right-radius: 0;
	max-width: 70%;
	float: right;
}
#chatbot-header .item-wrap .chatbot-answer {
	border-bottom-left-radius: 0;
	max-width: 70%;
	float: left;

}




#chatbot textarea { 
	width: 100%; 
}
#chatbot textarea:focus {
	background-color: #fff;
	color: #000;
	border: 5px solid #E86CD5;
    box-sizing: border-box;
}

#chatbot .chatbot-close-btn { 
	width: 50px; 
	height: 50px; 
	padding: 8px; 
	background-color: black; 
	border-radius: 25px; 
	position: absolute; 
	top: 20px; 
	right: 20px; 
	z-index: 40; 
	cursor: pointer; 
	display: flex;
	border: 0;
	justify-content: center;
	align-content: center;
	align-items: center;
	
}
#chatbot .chatbot-close-btn img { 
	width: 30px; 
	height: 30px; 
}
#chatbot.closed { 
	min-width: 0;
	width: 172px; 
	height: 50px; 
	background-image:url('/includes/icons/chat_teaser.gif'); 
	background-color: transparent; 
	background-size: cover; 
	cursor: pointer; 
	padding: 5px; 
	bottom: 10px; 
	right: 10px; 
}
#chatbot.closed .chatbot-close-btn,
#chatbot.closed #chatbot-preloader	{ 
	display: none; 
}





/**** Module Gallery Slider (Owl-carousel) ****/
.gallery-slider-module {
	display: block;
	width: 100%;
	height: auto;
	margin: 50px 0;
	position: relative;
	
	padding: 50px 0 0;
	background-color: #eeeeee;
}

.gallery-slider-module.mobileonly {
	display: none;
}

.gallery-slider-module .owl-carousel {	
	height: auto;
}

.gallery-slider-module .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.gallery-slider-module .owl-carousel .owl-item {
	width: auto !important;
	height: 100%;
	position: relative;	
}


.gallery-slider-module .owl-carousel .owl-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	transition: background .3s ease;
} 

.gallery-slider-module .owl-carousel .owl-item::before {
	background: #eeeeee;
}



.gallery-slider-module .owl-carousel .owl-item.center:before {	
	background: rgba(0, 0, 0, 0);
	transition: background .3s ease;
}

.gallery-slider-module .owl-carousel .owl-item img {
	height: auto !important;
	width: auto !important;
	max-width: 1000px !important;
	/* border-left: 15px solid transparent;
	border-right: 15px solid transparent; */
	padding: 0 30px;
	
}
.gallery-slider-module .owl-carousel .owl-item img.svg {	
	height: 400px !important;
	width: 1200px !important;	
}  

 
 

.gallery-slider-module .owl-nav {
	width: 100% !important;
	height: 40px;
	max-width: 1350px;
	display: table;
	padding: 0 33px;
	position: absolute;
	margin: 0 auto;
	top: calc(50% - 34px);
	z-index: 20;
	width: 80%;
	left: 0;
	right: 0;
	
}
.gallery-slider-module .owl-nav .owl-prev {
	position: absolute;
	top: 14px;
	left: 10px;	
	border: 0;
	background: none;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 37px;
	cursor: pointer;
	
	width: 37px;
	height: 20px;
	background-image: url('icons/arrow-left.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
	transition: all .3s ease;
}


.gallery-slider-module .owl-nav .owl-prev:hover {
	left: -5px;
	background-image: url('/includes/icons/arrow-left.png');
}

.gallery-slider-module .owl-nav .owl-next {
	position: absolute;
	top: 14px;
	right: 10px;
	border: 0;
	background: none;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 37px;
	cursor: pointer;
	
	width: 37px;
	height: 20px;
	background-image: url('icons/arrow-right.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	transition: all .3s ease;
}
.gallery-slider-module .owl-nav .owl-next:hover {
	right: -5px;
	background-image: url('icons/arrow-right.png');
}
.gallery-slider-module .owl-nav .owl-prev img,
.gallery-slider-module .owl-nav .owl-next img {
	width: 29px;
}

/* .gallery-slider-module .my-nav {
	display: none;
}
 */

.gallery-slider-module .owl-item span {
	width: 100%;	
	height: 10px;
	font-size: 22px;  
	line-height: 24px;
	letter-spacing: normal;
	color: #000000;
	display: block;
	text-align: center;
	
	opacity: 0;

}
.gallery-slider-module .owl-caption {
	width: auto;
	max-width: 1000px;
	height: auto;
	min-height: 42px;
	transition: all .3s ease;
	position: relative;	
	margin: 20px auto;
	padding: 0 20px;
	text-align: center;
	
	display: flex;
	justify-content: center;
	

}

.gallery-slider-module .owl-caption  .slide-number {	
	margin-right: 10px;
	width: auto;

	font-size: 15px;	
}

.gallery-slider-module .owl-caption  .wrap {	
	transition: all .3s ease;		
	width: auto;	
	font-size: 15px;	
}






/*** 3D Popup ***/

#view3D-popup-wrapper {
    background-color: #fff;
    min-height: 100%;
	height: 100%;
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    width: 100%;
    z-index: 25;
	/* display: none; */	
	display: block;	
	text-align: center;
}


#view3D-popup-wrapper .loading {
	position: fixed;
	top: 35%;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 101;
	display: block;
}

#view3D-popup {	
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;	
}

#view3D-popup > div {
	height: 100%;
	width: 100%;
	min-height: 100%;
	display: flex;
}

.close-3D {
	border: 0;		
	
	transition: all .3s ease;
	position: fixed;
	top: 20px;
	right: calc((100% - 1170px) / 2);
	cursor: pointer;
	z-index: 30;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #000000;
	border-radius: 28px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-image: url(/includes/icons/icon-close.png);
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: center;
	
	visibility: hidden;
	opacity: 0;
}

.view3Dmode .close-3D {
	
	visibility:visible;
	opacity: 0.8;
}
.view3Dmode .close-3D:hover {
	opacity: 1;	
}

#loader {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	background-image: url('/includes/loadinfo.net.gif');
	background-size: 48px auto;
	background-repeat: no-repeat;
	background-position: center;
	
}
