@font-face {
  font-family: 'Theinhardt';
  src: url('fonts/Theinhardt-Regular.eot');
  src: url('fonts/Theinhardt-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Theinhardt-Regular.woff2') format('woff2'),
       url('fonts/Theinhardt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} 

@font-face {
  font-family: 'Theinhardt-Bold';
  src: url('fonts/Theinhardt-Bold.eot');
  src: url('fonts/Theinhardt-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Theinhardt-Bold.woff2') format('woff2'),
       url('fonts/Theinhardt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'tg_praktikalbold';
    src: url('fonts/tegami_type_-_tg_praktikal_bold-webfont.woff2') format('woff2'),
         url('fonts/tegami_type_-_tg_praktikal_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}




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;
    }

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 50%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

:focus {
	outline: 0;
    }
    
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
    *zoom:1;
}
body {
	line-height: 1;
	color: #000;
	overflow-y: scroll;
	background-color: #ffffff;
	font-family: 'Theinhardt', sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #0D153F;
    }
body.hidden-scroll {
	overflow-y: hidden;
}

body.hidden-scroll > .wrapper::before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 6;
	
}
body.hidden-scroll > .wrapper {
	background-color: #ffffff;
	
}

ol, ul {
	list-style: none;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td  {
    vertical-align : top;
    }

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

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

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

strong {
	font-family: 'Theinhardt-Bold', sans-serif;
}
a{
    text-decoration: none;
	color: #0D153F;;
}

a:hover{
    text-decoration: underline;
	color: #0D153F;;
}

a.button-black {
	background: transparent;
	color: #0D153F;
	
	width: auto;
	height: 38px;
	border: 1px solid #0D153F;
	box-sizing: border-box;
	padding: 0 35px;
	margin: 10px 0;
	text-align: center;
	
	font-size: 17px;
	line-height: 35px;
	
	text-decoration: none !important;
	display: inline-block;
	
	transition: top .3s ease;
}
a.button-black:hover {
	color: #ffffff;
	background: #0D153F;
	text-decoration: none !important;
}
a.button-white {
	background: transparent;
	color: #ffffff;
	
	width: auto;
	height: 38px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	padding: 0 35px;
	margin: 10px 0;
	text-align: center;
	
	font-size: 17px;
	line-height: 35px;
	
	text-decoration: none !important;
	display: inline-block;
	
	transition: top .3s ease;
}
a.button-white:hover {
	color: #0D153F;
	background: #ffffff;
	border-color: inherit;
	text-decoration: none !important;
}

a.pdf {  
	cursor: pointer;
	padding: 0 6px 0 25px; 
	display: block; 
	background-image: url('icons/download.png'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-size: 16px; 
	color: #0D153F; 
}
a.pdf:hover {
	text-decoration: underline;
}

a.web-link {  
	cursor: pointer;
	padding: 7px 6px 7px 25px; 
	display: block; 
	background-image: url('icons/link.png'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-size: 18px; 
	color: #0D153F; 
}
a.web-link:hover {
	text-decoration: underline;
}


span.dark-green {
	padding-left: 15px;
	position: relative;
}
span.dark-green:before {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 7px;
	height: 7px;
	content: "";
	display: block;
	background-color: #72C185;
}

span.light-green {
	padding-left: 15px;
	position: relative;
}
span.light-green:before {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 7px;
	height: 7px;
	content: "";
	display: block;
	background-color: #E3F3E7;
}

span.orange {
	padding-left: 15px;
	position: relative;
}
span.orange:before {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 7px;
	height: 7px;
	content: "";
	display: block;
	background-color: orange;
}



h1 {
	font-family: 'tg_praktikalbold', sans-serif;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 30px;
}

.news-detail h1 {
	font-size: 60px;
	line-height: 65px;
}

h2,
.likeh2 {
	font-family: 'tg_praktikalbold', sans-serif;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 30px;
}

h3 {
	font-family: 'tg_praktikalbold', sans-serif;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 15px;
}

h4 {
	font-family: 'tg_praktikalbold', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #767676;
	margin-bottom: 10px;
	
}

span.h4 {
	font-family: 'tg_praktikal', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #767676;
	margin-bottom: 10px;
	
}


.booking-popup {	
	display: inline-block;
	width: 1124px;
	max-width: calc(100% - 40px);
	/* max-height: 90vh; */
	height: auto;
	
	background-color: #F5DC70;
	padding: 60px 120px 120px;
	
	
	margin: 40px auto 0;
	font-size: 16px;
	line-height: 20px;
	
	position: relative;

}

@media screen and (max-width: 860px) {
	.booking-popup {
		padding: 40px 20px 40px;
	}
}

.booking-popup a.close-button {
	
	width: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	background-image: url('icons/close-black.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


.booking-popup .submit {
	height: 35px;
	width: 100%;
	display: block;
}

.booking-popup a.button, 
.booking-popup a.button:hover {
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	height: 35px;
	line-height: 32px;
	cursor: pointer;
	border: solid 1px #DC3838;
	background-color: #DC3838;
	
	display: block;
	text-align: center;	
	text-decoration: none;
}


.booking-popup ul {	
	list-style: disc outside;
	padding-left: 20px;
	margin: 10px 0;
}

.booking-popup ol {
	list-style: decimal outside;
	padding-left: 20px;
	margin: 10px 0;
}

div.responsive-table {
	overflow-x: scroll;
	overflow-y: hidden;
}



div.wrapper{
	margin: 0 auto;
    position: relative;
    width: 100%;
	height:100%;
	min-height: 100%;
	
	padding-top: 113px;
	background-color: #0D153F;
}

div.wrapper div.container{
	height: auto !important;
    min-height: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

div.container header{
	width: 100%;	
	height: 143px;
	margin-bottom: 30px;
	
	box-sizing: border-box;
	
	position: fixed;
	top: 0;
	z-index: 100;
	
	transition: height,width .3s ease;
}
div.container header.sticky {
	height: 93px;
}
div.container header.mobile-nav-open {
	right: 0;
	width: 50%;
	transition: height,width .3s ease;
}




div.container header .blue-line {
	width: 100%;
	height: 113px;
	background-color: #0D153F;
	margin: 0 auto;
	transition: all .3s ease;
}
div.container header.sticky .blue-line {
	height: 63px;
}


div.container header .wrap {
	width: 100%;
	max-width: 1124px;
	height: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}


header a.contact-button,
.nav-menu-mobile a.contact-button {
	background: transparent;
	color: #ffffff;
	
	height: 38px;
	border: 1px solid #ffffff;
	padding: 0 35px;
	text-align: center;
	
	font-size: 17px;
	line-height: 35px;
	
	position: relative;
	top: 64px;
	right: 0;
	z-index: 2;
	
	transition: top .3s ease;
}

.nav-menu-mobile a.contact-button {
	display: none !important;
}

header a.contact-button:hover,
.nav-menu-mobile a.contact-button:hover {
	color: #0D153F;
	background: #ffffff;
	text-decoration: none;
}
header.sticky a.contact-button {
	top: 12px;
}



div.container header div.logo{
	/* height: 84px; */
	z-index: 2;
	width: 150px;
	transition: all .3s ease;
}
div.container header.sticky div.logo{
	width: 120px;
	
}

div.container header div.logo a img{
	width: 100%;
	height: auto;
	margin-top: 60px;
	transition: all .3s ease;
}
div.container header.sticky div.logo a img {
	margin-top: 10px;
}
div.container header.roomfinder div.logo a img {
	margin-top: 13px;
}



header ul.nav-menu {
	margin: 0 auto;
	display: flex;
	width: 1124px;	
	padding: 0 0 0 180px;
	justify-content: space-around;
}
header ul.nav-menu li{
	display: flex;
	flex-direction: column;
	/* flex: 1 1 0; */
	color: #ffffff;
	min-width: 120px;
	
	padding-bottom: 15px;
    padding-top: 15px;
	font-size:16px;
	line-height: 25px;
}

header ul.nav-menu li a{
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
    font-size:16px;
	line-height: 25px;
	font-weight: 700;

}
header ul.nav-menu li > a:hover,
header ul.nav-menu li.active > a{
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
}

header ul.nav-menu > li ul {
	display: none;
	position: relative;
	padding: 10px 0px 30px;
	
	text-align: left;
	z-index:5;
	margin-top: 5px;
		
	/* transition: height .3s ease;
	transition: opacity .1s ease;
	 
	height: 0;
	opacity: 0;
	padding: 0;
	*/
} 


header ul.nav-menu:hover ul {
	display: block; 
	
	/* height: auto;
	opacity: 1;
	padding: 10px 0 30px; */
	
}

header ul.nav-menu > li ul li {
	
	padding: 2px 0;
}

header ul.nav-menu > li ul li a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	padding: 0;
	font-weight: 400;
	
	min-height: 25px;
    line-height: 18px;
	padding-top: 4px;
}
header ul.nav-menu > li ul li.active > a,
header ul.nav-menu > li ul li > a:hover {
	font-weight: 400;
	text-decoration: underline;
}

header div.nav-menu-flyout {
	position: fixed;
	display: flex; 
	background-color: #0D153F;
	margin-top: -55px;
	
	
	width: 100%;
	z-index: 1;

}



/***** Flyout fixed links / Mobile links in Menu*****/
.isometrie .flyout-links {
	display: none;
}

.flyout-links {
	position: fixed;
	width: 170px;
	min-height: 110px;
	height: auto;
		
	top: calc(50% - 55px);
	right: 0;
}
.nav-menu-mobile .mobile-links {
	position: relative;
	width: 100%;
	height: auto;
	
	margin: 15px 0;
}

.flyout-links a,
.nav-menu-mobile .mobile-links a {
	width: 100%;
	max-width: 170px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	
	font-weight: 500;
	color: #ffffff;
	background-color: #0D153F;
	
	transition: all .3s ease;
}
/* .flyout-links a:hover {
	padding: 0 0 0 15px;
	
} */
.nav-menu-mobile .mobile-links a {
	padding: 0 0 0 8px;	
	text-align: left;
	
	max-width: 100%;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
}

.flyout-links a span,
.nav-menu-mobile .mobile-links a span {

}



/*** In-content anchor navigation ***/
ul.nav-menu-onepager {
	display: flex;
	width: 940px;
	margin: 0 auto;
	justify-content: center;
}	
ul.nav-menu-onepager li {
	/*margin: 10px;*/
}
.nav-menu-onepager li a {
	margin: 10px 6px;
	padding: 0 4px;
}
.nav-menu-onepager li a:hover {
	text-decoration: none;
	background-color: #C4C4C4;
}
/*** End In-content anchor navigation ***/

.content_wrapper{
	padding-top: 100px;
   /*  padding-bottom: 97px;	 */
}

.nav-menu-onepager + .content_wrapper,
.content_wrapper.footer_nav{
	padding-top: 0;
}

.content_wrapper .wrap {
	max-width: 1124px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	
}	
.content_wrapper .wrap.smaller {
	max-width: 750px;
	
	
}

.content_wrapper .base-content {
	max-width: 1214px;
	padding-left: 45px;
	padding-right: 45px;
	margin: 100px auto 30px;
}

.content_wrapper > .content {
	/* padding-top: 100px; */
	display: inline-block;
	width: 100%;
}
.content_wrapper > .content + .content,
.content_wrapper > .content + .content + .content {
	padding-top: 0px;
}

.content_wrapper > .content.news {
	padding-top: 0;
}


.content_wrapper a {
	text-decoration: underline;
}
.content_wrapper a:hover {
	text-decoration: none;
}


.content_wrapper ul{
	
    list-style: disc outside;
	padding-left: 20px;
	margin: 10px 0;
}
.content_wrapper ol{
	
    list-style:decimal outside;
	padding-left: 20px;	
	margin: 10px 0;
}
.content_wrapper p {
	margin-bottom: 30px;
}	
	

/*** Module Header image ***/
.headerImage {
	width: 100%;
	height: auto;	
	display: inline-block;
	position: relative;
	background-color: #0D153F;
}
.headerImage > .extendedTarget {	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}


.headerImage img {
	max-width: 100%;
	width: 100%;
	height: auto;
	float: left;
}
.headerImage img.mobile { 
	display:none;
}

.fullScreenImageOverlay {
	max-width: 905px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	opacity: 0;
	
	background: rgba(0, 0, 0, 0);
}

.fullScreenImageOverlay div.h1 {
	font-family: 'tg_praktikalbold', sans-serif;
	font-style: normal;	
	font-size: 120px;
	line-height: 110px;
	text-align: center;
	color: #FFFFFF;

	text-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25);
	background-color: initial;
	

	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
	margin: 45px auto;
	padding: 0;
	text-transform: none;
}

.fullScreenImageOverlay div.h1 p {
	background-color: initial;
}



.headerImage.full-page {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	/* min-height: 123px; */
	min-height: auto;
	float: left;
}


.headerImage div.header-film {
    width: 100%;
    min-height: 100%;
    /* position: absolute; */
	position: relative;
    top: 0px;
	left:0px;
	z-index: 2;
    	
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	
	transition: opacity ease .5s;
}	



.headerImage div.header-film.vimeo iframe{
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
	z-index: 3;
}

	
/***** Module Transformer *****/

div.transformer {
	display: flex;
	width: 100%;
	margin: 0 auto;		
	
}
div.transformer.white-text {
	color: #ffffff;
}

div.transformer.py {
	padding-top: 150px;
	padding-bottom: 150px;
}

div.transformer4.py {
	padding-top: 60px;
	padding-bottom: 60px;
}

div.transformer-wrapper {
	display: block;
	width: 100%;

}
div.transformer.py .transformer-wrapper {
	padding: 0;
}

div.transformer .col1 {
	padding: 0;
	float: left;
}
div.transformer .col1 .transformer-image,
div.transformer .col1 .transformer-text {
	padding: 0 15px 0 15px;
}

div.transformer .col2 {
	padding: 0;
	float: left;
}
div.transformer .col2 .transformer-image,
div.transformer .col2 .transformer-text {
	padding: 0 15px 0 15px;
}

div.transformer .col1:last-of-type {
	padding: 0;
}


/***** Full browser width (.transformer0) *****/

div.transformer0 {
	display: flex;
	flex-direction: column;
	float: left;
}

div.transformer0 .col1,
div.transformer0 .col2 {
	width: 100%;	
}

div.transformer.transformer0 .col1 .transformer-image,
div.transformer.transformer0 .col2 .transformer-image {
	padding: 0 0 50px 0;
}


/***** Wide content (.transformer1) *****/
div.transformer1 .col1 {
	width: 100%;	
}
div.transformer1 .transformer-wrapper {
	max-width: 1154px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	/* padding: 20px 0; */
	padding: 0 0 100px;
	text-align: center;
	
}
div.transformer-image {
	width: 100%;
	height: 100%;
	
	/* margin: 0 auto 20px; */
	margin: 0 auto;
	float: left;
}
div.transformer-image img {
	width: 100%;
	height: auto;
	float: left;
}
div.transformer-text {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

div.transformer1 div.transformer-text {
	max-width: 100%;
}


/***** Half-browser width  (.transformer2) *****/
div.transformer2 {
	
}
div.transformer2 .transformer-wrapper {
	width: 100%;
	max-width: 1154px;
	display: flex;
	margin: 0 auto;
	/* padding: 20px 0; */
	padding: 60px 0 100px 0;
	
}
div.transformer2 .col1 {
	width: 50%;	
}	
div.transformer2 .col2 {
	width: 50%;	
}
div.transformer2 .col1 .transformer-text {
	width: calc(100% - 15px);
	float: left;
}

div.transformer2 .col2 .transformer-text {
	width: calc(100% - 15px);
	float: left;
}

/***** Full content width   (.transformer3) *****/
div.transformer3 {
	margin: 0 auto;
	display: flex;
	max-width: 1124px;
	width: 100%;
}
div.transformer.transformer3.py {
	padding-top: 20px;
	padding-bottom: 20px;
}
div.transformer3 .transformer-wrapper {
	max-width: 780px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	/* padding: 20px 0; */
	padding: 100px 0;
	text-align: center;
}
div.transformer3 .col1 {
	width: 100%;
	display: flex;
	flex-direction: column;
}


/***** Half content width    (.transformer4) *****/
div.transformer4 {
	margin: 0 auto;
}
div.transformer4 .transformer-wrapper {
	max-width: 780px;
	width: 100%;
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	margin: 0 auto;
	padding: 0;

	
}


div.transformer4 .col1 {
	width: 50%;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	-ms-flex-direction: column;	
	flex-direction: column;
	
	justify-content
}	
div.transformer4 .col2 {
	width: 50%;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	-ms-flex-direction: column;	
	flex-direction: column;
}
div.transformer4 .col2.vertical-line .transformer-text {
	border-left: 1px solid #000000;
	
}
div.transformer4 .col1 .transformer-text {
	width: 100%;
	float: right;
	height: 100%;
}

div.transformer4 .col2 .transformer-text {
	width: 100%;
	float: left;
	height: 100%;
	
}
div.transformer4 .transformer-image {
	margin: 0 auto 30px;
	height: auto;

}

.transformer-text > p {
	margin-bottom: 10px;
}




/***** 1/3rd content width  (.transformer6) *****/
div.transformer6 .transformer-wrapper {
	width: 100%;
	max-width: 1154px;
	display: flex;
	margin: 0 auto;
	
}
div.transformer6 .col1 {
	width: calc(100%/3 + 15px - 20px);	
}	
div.transformer6 .col2 {
	width: calc(100%/3*2 + 30px - 20px);	
}
div.transformer6 .col1 .transformer-text {
	width: 100%;
	float: right;
}

div.transformer6 .col2 .transformer-text {
	width: 100%;
	float: left;
}

	
/*** End Transformer ***/	





/***** News Template *****/


div.news-wrapper {
	max-width: 1139px;
	width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 100px;
	
	justify-content: left;
	
}

div.news-wrapper .container {
	max-width: 1139px;
	width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	
	justify-content: left;
}

div.news-wrapper .news-item {
	/* width: calc(100%/3 - 30px); */
	width: 364px; 
	border-bottom: none;
	background-color: #ffffff;
	
	/* padding: 10px; */
	margin: 7.5px;
	
	height: 494px;
	
	text-decoration: none;
	
	transition: all .3s ease;
}	
div.news-wrapper .news-item:hover {
	/*
	margin: 15px 25px 15px 5px;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	*/
	/* transform: scale(1.1); */
}

div.news-wrapper .news-item .image {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
/*
div.news-wrapper .news-item .image:before {
	content: '';
	width: 100%;
	height: 100%;	
	position: absolute;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	
	transition: all .3s ease;
}

div.news-wrapper .news-item:hover .image:before {
	background: rgba(0, 0, 0, 0);
}
*/

div.news-wrapper .news-item .image img {
	width: auto;
	
	float: left;
	height: 100%;
}

div.news-wrapper .news-item .text {	
	background-color: #ffffff;
	color: #000000;
	
	float: left;
	width: 100%;
	height: 243px;
	padding: 15px 0 0;	
	overflow: hidden;
	border-bottom: solid 12px rgba(0, 0, 0, 0);
	
	line-height: 31px;
	
	font-family: 'cera_proregular', Arial, sans-serif; 
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;

}

div.news-wrapper div.news-more {
	margin: 50px auto;
}


.news-navigation {	
	max-width: 1214px;
	width: 100%;	
	text-align: center;
	margin: 30px auto 125px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 45px;
	
}

div.news-wrapper .news-item span {
	text-decoration: underline;
}
div.news-wrapper .news-item:hover span {
	text-decoration: none;
}

.news-navigation a {
	font-size: 13px;
	line-height: 20px;
	
	text-decoration: none;
}
.news-navigation a:hover {
	text-decoration: underline;
}

.news-navigation .news-prev {
	padding-left: 18px;
	position: relative;
}
.news-navigation .news-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	display: inline-block !important;
	width: 0;
	height: 0;
	border-right: 8px solid #0D153F;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;	
}

.news-navigation .news-back a {
	text-decoration: underline;
}
.news-navigation .news-back a:hover {
	text-decoration: none;
}
.news-navigation .news-next {
	padding-right: 18px;
	position: relative;
}
.news-navigation .news-next:before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	display: inline-block !important;
	width: 0;
	height: 0;
	border-left: 8px solid #0D153F;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;	
}



.top-navigation a.go-back-parent,
.bottom-navigation a.go-back-parent {
	border-bottom: none;	
	text-decoration: none;
	text-transform: uppercase;
	
	transition: all .1s ease;	
	
	
	font-family: 'cera_probold', Arial, sans-serif; 
	font-size: 24px;	
	line-height: 1;
	letter-spacing: -0.57px;	

	padding-left: 50px;
	background-image: url('/includes/icons/arrow.png');
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-position: left 10px;
	
	
}

/*** End of News Template ***/



/*** Module Video ***/
.video {
	position:relative;	
	padding: 60px 25px;
}
.video.py {
	position:relative;	
	padding: 150px 25px;
	margin-bottom: 60px;
}





/*** Module Image ***/
.image_module img {
	width: 100%;
	height: auto;
}




/*** 360 degrees module ***/

div.view360-module {
	position: relative;	
	width: 100%;
	height: auto;
	display: block;	
	margin: 35px 0;
	padding: 0 15px;
}

div.view360-module h3 {
	font-family: 'Theinhardt-Bold', sans-serif;
	margin-bottom: 5px;
}

div.view360-module div.frame {
	width: 100%;
    position: relative;
    padding-bottom: calc((100% / 2.12)); 
}

div.view360-module div.frame iframe {
	border-radius: 5px;
	position: absolute;
    width: 100%;
    height: 100%;
}

div.view360-module div.lead {
	font-family: 'Theinhardt', sans-serif;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -1.25px;
	
	margin-top: 8px;
	margin-bottom: 5px;
}

div.view360-module div.tiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.view360-module div.tiles div.img-wrap {
	width: calc((100% - 75px) / 6);
	height: 0;
	
	padding: 3px 10px;
	
	padding-top: calc((((100% - 75px) / 6) / 1.5086) - 3px);
	
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	justify-content: flex-end;	
		
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;

	color: white;
}

div.view360-module div.tiles div.img-wrap:last-child{
	margin-right: 0;
}

/* div.view360-module div.tiles div.img-wrap img {
	width: 100%;
	height: auto;
} */
div.view360-module div.tiles div.img-wrap p {
	margin: 0;
	
	font-size: 15px;
	line-height: 1.53;
}






	
	
/*** Footer and above footer links ***/	

div.bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 60px;
	background-color: #ffffff;
}


div.bottom div.share {  position: relative; display: block; margin-left: 20px; margin-bottom: 30px;}
div.bottom div.share:hover,
div.bottom div.share .shareicon:hover,
div.bottom div.share:hover .shareicon { text-decoration: none; }
div.bottom div.share img { width: 28px; height: 28px; }
div.bottom div.share .shareicon {  text-decoration: underline; cursor: pointer;padding: 7px 6px 7px 25px; display: block; background-image: url('icons/share.png'); background-repeat: no-repeat; background-position: left center; background-size: 16px; color: #0D153F; font-size: 13px; line-height: 20px; }
div.bottom div.share .sharespan { display: none; position: absolute; width: auto; left: 60px; top: -5px; padding: 8px 20px 8px 0; background-color: transparent; }
div.bottom div.share .sharespan a { display: inline-block; float:none; padding: 0px 10px; }
div.bottom div.share .sharespan a:last-child { border-right:none; }
div.bottom div.share .sharespan img { width: 30px; height: 30px; vertical-align: middle; }
div.bottom div.share .sharespan > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

div.bottom div.share .sharespan a.a2a_button_facebook img { width: 30px; height: 30px; }
div.bottom div.share .sharespan a.a2a_button_twitter img,
div.bottom div.share .sharespan a.a2a_button_linkedin img { width: 26px; height: 26px; }
div.bottom div.share .sharespan a.a2a_button_wahtsapp img { width: 26px; height: 26px; }


div.bottom div.share.open .sharespan { display:inline-block; }
div.bottom div.share.open .shareicon {  }

	
	
footer{
	width: 100%;
    display: inline-block;
	background-color:#6D66DD;
}

.roomfinder footer,
.roomfinder div.bottom{
	display: none;	
}

footer div.wrap{
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 1214px;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 45px;
	padding-right: 45px;
	
	font-size: 14px;
	line-height: 19px;
}

div.bottom a.go-top {
	padding: 7px 6px;
	text-decoration: underline;	
	color: #0D153F; 
	font-size: 13px; 
	line-height: 20px;
	margin-right: 20px;
	position: relative;
}

div.bottom a.go-top:hover {
	text-decoration: none;

}



footer div.wrap .row {
	
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	color: #ffffff;
	
}
footer div.wrap .row .col {	
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
}
footer div.wrap .row .col:first-child {	
	flex: 0 0 250px;
}

footer div.wrap .row .col .address{
	flex-direction: column;
	display: flex;
	width: 180px;
	margin-right: 40px;
	margin-bottom: 17px;
}
footer div.wrap .row .col.intercity .logo-intercity{
	flex-direction: column;
}
footer div.wrap .row .col.intercity .logo-intercity img{
	width: 141px;
	height: auto;
}
footer div.wrap .row .col.intercity .logo-tivoli-rem img{
	width: 155px;
	height: auto;
}
footer .row.white a{
	text-decoration: none;
	color: #ffffff;
	display: block;
}
footer .row.white a:hover {
	text-decoration: underline;
}

footer .row.black a,
footer .row.black a.no-underline:hover {
	text-decoration: underline;
	color: #ffffff;
	display: block;
	width: 100%;
}
footer .row.black a:hover,
footer .row.black a.no-underline {
	text-decoration: none;
}


footer .row ul li {
	width: 100%;	
	
}

footer .row.white ul li.lead {
	margin-bottom: 15px;	
	
}

footer .row ul li.lead,
footer .row ul li.lead a {
	font-family: 'Theinhardt-Bold', sans-serif;
}


footer div.wrap .row.black .col:last-child {
	
	flex: 0 0 193px;
	justify-content: space-evenly;
}

footer .row.black a.instagram,
footer .row.black a.facebook {
	
	width: 20px;
	height: 20px;
	
	margin-right: 20px;
}
footer a.instagram img,
footer a.facebook img {
	width: 20px;
	height: 20px;
	float: left;
}


.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  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: 24px;
  left: 5px;
  right: 5px;
  height: 1px;
  background: #ffffff;
}

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

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

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

.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;
  width: 36px;
  height: 36px;
}

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

.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;
  
  height: 2px;
}
div.o-grid__item{
	display: none;
	transition: all .3s ease;
}
ul.nav-menu-mobile,
p.nav-menu-mobile-footer{
	display: none;
}


/* Module Micro-macro map */
.micro-macro-map {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.micro-macro-map  .wrapper {
	width: 100%;
	max-width: 1154px;
	display: flex;
	margin: 0 auto;	
	padding: 50px 0;
	background-color: transparent;
}

.micro-macro-map .col1,
.micro-macro-map .col2 {
	padding: 0;
	float: left;
	width: 50%;
	position: relative;
}

.micro-macro-map div.image {
	width: 100%;
	height: 100%;	
	margin: 0 auto;
	float: left;
	
	padding: 0 15px;
	position: relative;
	
	position: absolute;
	top: 0;
	left: 0;	
	
	opacity: 0;
	transition: all .3s ease;
}
.micro-macro-map div.image.shown {
	opacity: 1;
	position: relative;
}

.micro-macro-map div.image img {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
a.button-black.toggleMicroMacro {
	margin-left: 15px;
}


.micro-macro-map div.text {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	opacity: 0;
	transition: opacity .3s ease;
	
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 1;
}
.micro-macro-map div.text.shown {
	opacity: 1;
	position: relative;
	z-index: 2;
}



/*** Contact form ***/

div.contact-form {	
	position: relative;
	display: block;	
	width: 100%;
	margin-top: -100px;
	margin-bottom: -50px;
}
div.contact-form .wrap {
	position: relative;
	background-color: #F5DC70;
	padding: 60px 120px 120px;
	z-index: 2;

}



div.contact-form a.close-contact {
	position: absolute;
	right: 0;
	top: 7px;
	z-index: 2;
	
	width: 28px;
	height: 28px;
	display: block;
	
	text-decoration: none;
	border: 0;
	cursor: pointer;
	
	background-image: url('icons/close-black.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


div.contact-form div.contactform_div,
div.contact-form div[id^=thank-you-msg_] {
	margin: 40px auto 0;
	font-size: 16px;
	line-height: 20px;
	max-width: 750px;
	width: 100%;	
}

div.contact-form div[id^=thank-you-msg_] a.close-contact {
	right: 40px;
	top: 21px;
}

div.contact-form div.contactform_div div.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
}
div.contact-form div.contactform_div div.row div.col {
	width: 230px;	
}

div.contact-form div.contactform_div div.row div.col:first-child {
	width: 425px;	
}


div.contact-form div.contactform_div #form_content {margin-top: 0px; position: relative;}
div.contact-form div.contactform_div input[type=text]{width:100%; box-sizing: border-box; color:#0D153F; background-color:#ffffff; border: 1px solid #ffffff; font-size: 16px; line-height:35px; height: 35px; margin-bottom:15px; padding:0px 10px;}
div.contact-form div.contactform_div textarea {width:100%; box-sizing: border-box; color:#0D153F; background-color:#ffffff; border: 1px solid #ffffff;  font-size:16px; margin-bottom: 20px; padding:0px 10px; }
div.contact-form div.contactform_div input[type=text]:focus{outline:none;}
div.contact-form div.contactform_div input[type=text]::-webkit-input-placeholder{color: #C4C4C4; opacity: 1;}
div.contact-form div.contactform_div input[type=text]::-moz-placeholder{color: #C4C4C4; opacity: 1;}
div.contact-form div.contactform_div input[type=text]:-ms-input-placeholder{color: #C4C4C4; opacity: 1;}
div.contact-form div.contactform_div input[type=text]:-moz-placeholder{color: #C4C4C4; opacity: 1;}
div.contact-form div.contactform_div input[type=text]::placeholder{color: #C4C4C4; opacity: 1;}



div.contact-form div.contactform_div div.input {  }

div.contact-form div.contactform_div select{width:165px; color:#0D153F; background: url(/includes/icons/select-down-arrow.png) no-repeat 135px 20px; background-color:#ffffff; border:1px solid #ffffff; font-size:24px; line-height:42px; height:50px; margin-bottom:15px; padding:0px 15px; }
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 select, 
button, 
.btn { 
	-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 input::-webkit-input-placeholder, 
div.contact-form div.contactform_div textarea::-webkit-input-placeholder{ font-size: 16px; }
div.contact-form div.contactform_div input::-moz-placeholder, 
div.contact-form div.contactform_div textarea::-moz-placeholder { font-size: 16px; }
div.contact-form div.contactform_div input:-ms-input-placeholder, 
div.contact-form div.contactform_div textarea:-ms-input-placeholder { font-size: 16px; }
div.contact-form div.contactform_div input:-moz-placeholder, 
div.contact-form div.contactform_div textarea:-moz-placeholder{ font-size: 16px; }
div.contact-form div.contactform_div input::placeholder, 
div.contact-form div.contactform_div textarea::placeholder{ font-size: 16px; }

div.contact-form div.contactform_div select.error, 
div.contact-form div.contactform_div input.error, 
div.contact-form div.contactform_div textarea.error { color: #DC3838; border:1px solid #DC3838;}
div.contact-form div.contactform_div input.error::-webkit-input-placeholder, 
div.contact-form div.contactform_div textarea.error::-webkit-input-placeholder {color: #DC3838;}
div.contact-form div.contactform_div input.error::-moz-placeholder, 
div.contact-form div.contactform_div textarea.error::-moz-placeholder { color: #DC3838;}
div.contact-form div.contactform_div input.error:-ms-input-placeholder, 
div.contact-form div.contactform_div textarea.error:-ms-input-placeholder {color: #DC3838;}
div.contact-form div.contactform_div input.error:-moz-placeholder, 
div.contact-form div.contactform_div textarea.error:-moz-placeholder {color: #DC3838;}
div.contact-form div.contactform_div input.error::placeholder, 
div.contact-form div.contactform_div textarea.error::placeholder {color: #DC3838;}

div.contact-form div.contactform_div  label.required-label{  font-size:16px; display:block; line-height:18px; margin-bottom: 30px; margin-top: 20px; }

 
div.contact-form div.contactform_div div.submit input,
div.contact-form div.contactform_div div.submit input:hover {
	  
	font-size: 16px;	
	color: #ffffff;
	width: 100%;
	height: 35px;
	line-height: 32px;
	cursor: pointer;
	
	border: solid 1px #DC3838;
	background-color: #DC3838;
	
}
div.contact-form div.contactform_div div.submit input:hover {
	
	text-decoration: none;
}
 



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 p.label {
	margin: 10px 0 ;
}
div.contact-form div.contactform_div p.label.small-text {
	font-size: 16px; 
	line-height: 1;
}
div.contact-form div.contactform_div div.col > label {	 
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
div.contact-form div.contactform_div div.col33 { width:33%; margin-right:2%; display: inline-block; float:left; }
div.contact-form div.contactform_div div.col65 { width:65%; display: inline-block; }
div.contact-form div.contactform_div div.col25 { width:25%; margin-right:2%; display: inline-block; float:left; }
div.contact-form div.contactform_div div.col73 { width:73%; display: inline-block; }
div.contact-form div.contactform_div div.col49 { width:49%; display: inline-block; float:left; margin-right:2%; }
div.contact-form div.contactform_div div.col49 + div.col49 { margin-right:0; }



/* The container of radio button (rb) */
.container-rb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-rb  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio */
.container-rb  {
  display: inline-block;
  margin-right: 100px;
  position: relative;
  padding-left: 21px;
  margin-bottom: 30px;
  cursor: pointer;
 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
 

  font-size: 16px; 
  line-height: 1;
  color: #0D153F;
 
  
}

.fs22 .container-rb  { 
	font-size: 16px;
	margin-bottom: 22px;
}


/* Hide the browser's default radio button */
.container-rb  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-rb .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  /*
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #ffffff;
  */
  border-radius: 50%;
  border: solid 1px #0D153F;
}

.container-rb.error .checkmark {
	border: solid 1px #DC3838;
	
}
/* On mouse-over, add a grey background color */
.container-rb :hover input ~ .checkmark {
  background-color: #0D153F;
}

/* When the radio button is checked, add a blue background */
.container-rb  input:checked ~ .checkmark {
  background-color: #0D153F;
}

/*
.container-rb .checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

.container-rb  .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background:  #F5DC70;
}
.container-rb  input:checked ~ .checkmark:after {
  display: block;
  background:  #000000;
}
*/


.container-cb {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 5px;
   
 
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #0D153F;

  
}

/* Hide the browser's default checkbox */
.container-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container-cb .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 13px;
	width: 13px;
	/*
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ffffff;
	*/
	border: 1px solid #0D153F;
}

.container-cb.error .checkmark {
	border: solid 1px #DC3838;
	
}
/* On mouse-over, add a grey background color */
.container-cb:hover input ~ .checkmark {
  background-color: #0D153F;
}

/* When the checkbox is checked, add a blue background */
.container-cb input:checked ~ .checkmark {
  background-color: #0D153F;
}

/*
.container-cb .checkmark:after {
	content: "";
	position: absolute;
	display: block;
	color: #F5DC70;
	height: 15px;
	width: 15px;
	border-radius: 5px;
	font-size: 32px;
}

.container-cb .checkmark:after {
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background-color: #F5DC70;
}
.container-cb input:checked ~ .checkmark:after {
  display: block;
  background-color: #000000;
}
*/
div.contact-form div.contactform_div input,
div.contact-form div.contactform_div textarea { font-family: 'Theinhardt', sans-serif; }
div.content div.contactform_div input:focus,
div.contact-form div.contactform_div textarea:focus {outline:none;}
div.content div.contactform_div input::-webkit-input-placeholder,
div.contact-form div.contactform_div textarea::-webkit-input-placeholder {color: #C4C4C4; opacity:1;}div.content div.contactform_div input::-moz-placeholder{color: #C4C4C4; opacity:1;}
div.content div.contactform_div input:-ms-input-placeholder,
div.contact-form div.contactform_div textarea:-ms-input-placeholder {color: #C4C4C4; opacity:1;}div.content div.contactform_div input:-moz-placeholder{color: #C4C4C4; opacity:1;}
div.content div.contactform_div input::placeholder,
div.contact-form div.contactform_div textarea::placeholder {color: #C4C4C4; opacity:1;}
div.contact-form div.contactform_div textarea.grey {color:#C4C4C4; opacity:1;}


div#preloader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #e7e4e1 url(loading.gif) no-repeat center center;
    opacity: 0.8;
}





/* Gallery */
.gallery_overlay { display: none; }

div.gallery-wrapper { width: 100%; height: 100%; display: inline-block; margin: 0 0 50px 0; }

div.gallery-wrapper img.trigger {
	width: 100%;
	height: auto;	
}

div.gallery-wrapper div.gallery { position:relative; max-height: 540px; overflow: hidden;}
div.gallery-wrapper div.gallery p.image { position:relative; display:none; margin:0 !important; padding:0; text-align:center; }
div.gallery-wrapper div.gallery p.image span { display:none; }
div.gallery-wrapper div.gallery p.image:first-child { display:block; }

div.gallery-wrapper div.gallery div.gallery { position:absolute; top:0; left:50%; height:100%; width:auto; white-space:nowrap; font-size: 0; }
div.gallery-wrapper div.gallery div.gallery p.image { display:inline; border-left:15px solid transparent; border-right:15px solid transparent; }
div.gallery-wrapper div.gallery div.gallery p.image img { display:inline; position:relative; height:100%; width:auto; margin:0; /*border-left:5px solid #fff; border-right:5px solid #fff;*/ }


div.gallery-wrapper div.gallery_nav { text-align:center; font-size:0.82em; line-height:1.33em; width: 100%; /* margin-bottom: 20px;  */ margin-bottom: 0px; }
div.gallery-wrapper div.gallery_nav .icon { background-color: transparent; border:medium none; display:inline-block; text-decoration: none; }
div.gallery-wrapper div.gallery_nav .icon img { height:22px; }
div.gallery-wrapper div.gallery_nav .icon.prev { cursor:pointer; margin-right: 20px; height: 14px; width: 14px; border: 2px solid; border-color: transparent transparent #000 #000; transform: translateX(15px) rotate(45deg); opacity: 1;}
div.gallery-wrapper div.gallery_nav .icon.next  { cursor:pointer; margin-left:-10px; margin-right: 30px; height: 14px; width: 14px; border: 2px solid; border-color: #000 #000 transparent transparent; transform: translateX(15px) rotate(45deg); opacity: 1;}

div.gallery-wrapper div.gallery_nav .icon .active { display:none; }
/* div.gallery-wrapper div.gallery_nav .icon:hover img { display:none; } 
div.gallery-wrapper div.gallery_nav .icon:hover img.active { display:inline-block; } */

div.gallery-wrapper div.gallery_nav p { font-size:19px; font-size:24px; max-width:640px; width: 100%; margin: 10px auto; display: block;}
div.gallery-wrapper div.gallery_nav p.title{ font-size:18px; line-height: 22px; max-width: 750px; margin: 10px auto; }
@media only screen and (min-width: 0px) and (max-width: 425px) {
	div.gallery-wrapper div.gallery_nav p { font-size:18px; }
	div.gallery-wrapper div.gallery_nav p .icon.prev { height: 10px; width: 10px; margin-bottom: 2px; }
	div.gallery-wrapper div.gallery_nav p .icon.next { height: 10px; width: 10px; margin-bottom: 2px; }
}

div.gallery-wrapper div.gallery_overlay {display: none; position: fixed; width:100%; height:100%; top:0; left:0; z-index: 1000; background-color: #fff; overflow: hidden;}
div.gallery-wrapper div.gallery_hidden { position:relative; margin-top: 25px; }
div.gallery-wrapper div.gallery_hidden p.image { position:relative; display:none; margin:0 !important; padding:0; text-align:center; }
div.gallery-wrapper div.gallery_hidden p.image span { display:none; }
div.gallery-wrapper div.gallery_hidden p.image:first-child { display:block; }
div.gallery-wrapper div.gallery_hidden div.gallery_hidden { position:absolute; top:0; left:50%; height:100%; width:auto; white-space:nowrap; }
div.gallery-wrapper div.gallery_hidden div.gallery_hidden p.image { display:inline; }
div.gallery-wrapper div.gallery_hidden div.gallery_hidden p.image img { display:inline; position:relative; height:100%; width:auto; margin:0; border-left:5px solid #fff; border-right:5px solid #fff; }
div.gallery-wrapper div.gallery_overlay div.gallery_nav { text-align:center; font-size:0.82em; line-height:1.33em; width: 100%; height: 42px; position: absolute; bottom: 0; z-index: 1001; background-color: #fff; opacity: 0.8; padding: 15px; margin-left: 0; }
div.gallery-wrapper div.gallery_overlay div.gallery_nav p { margin: 0; }
div.gallery-wrapper div.gallery_overlay a.icon.close {position: absolute; right: 0; margin-right: 90px; }
div.wrapper.gal {z-index:90;}




div.download-link {
	max-width: 860px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
	padding: 0 40px;
}


a.sticky-button {	
	display: flex;	
	align-items: center;
	justify-content: center;
	
	
	background-color: #E35F5F;
	color: white;
	text-align: center;
	
	height: 130px;
	width: 280px;
	border-radius: 50%;
	
	font-family: "tg_praktikalbold", sans-serif;
	font-size: 20px;
	line-height: 1.3;
	padding: 0 50px;
	
	position: absolute;
	bottom: -53px;
	right: 250px;
	z-index: 1;
	
	transform: translate3d(0, 0, 0)  rotateZ(-15deg);
	transition: all .3s ease;
}

.roomfinder a.sticky-button { 
	bottom: -110px;
	right: calc((100% - 1124px) / 2);
}

a.sticky-button:hover {
	/* transform: rotateZ(0deg); */
	text-decoration: none;
	
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0)  rotateZ(-15deg);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) rotateZ(-15deg);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0)  rotateZ(-15deg);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0)  rotateZ(-15deg);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0)  rotateZ(-15deg);
}




