body.debug {
	/* visibility: visible; */
}

/* ============================================================================
   CORE CSS
   ========================================================================= */
/**
 * Contains the default styles that are to be shared throughout the site
 * (including the booking steps and the admin ckeditor).
 */
/* ----- 
 	STRUCTURE - SKIN & COLORS
 ----- */
body {
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-body);
	text-transform: var(--text-transform-body);
	font-style: var(--font-style-body);
	letter-spacing: var(--letter-spacing-body);
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
	background-color:var(--color-lightgray);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-heading);
	letter-spacing: var(--letter-spacing-heading);
}

h1 {
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  
}
.wrapper {
	/* background-color:var(--color-lightgray); */
}

.wrapper:nth-child(3n+1) {
	/* background-color:rgba(var(--color-over-rgb),0.012); */
}

.wrapper:nth-child(3n+2) {
	/* background-color:rgba(var(--color-over-rgb),0.024); */
}

.wrapper:nth-child(3n+3) {
	/* background-color:rgba(var(--color-over-rgb),0.036); */
}

.wrapper:nth-child(2n+1) {
	/* background-color:rgba(var(--color-over-rgb),0.012); */
}

.wrapper:nth-child(2n+2) {
	/* background-color:rgba(var(--color-over-rgb),0.024); */
}

.id-wrapper-header,
.id-wrapper-header:nth-child(1n) {
	background-color:var(--color-under);
	border-bottom: 1px solid var(--color-lightgray-dark);
}

.mode-standard.banner-pos-header-slider,
.mode-standard.banner-pos-header-slider .slider-controls {
	/*background-color:var(--color-text-body);*/
	/*background-color:var(--color-lightgray);*/
	background-color:var(--color-under);
}

.id-wrapper-body,
.id-wrapper-body:nth-child(1n) {
	/*background-color:var(--color-lightgray);*/
	background-color:var(--color-white);
}

.itype-0 .id-wrapper-body.offcanvas-visible,
.id-wrapper-body,
.id-wrapper-body:nth-child(1n).itype-0 {
	/*background-color:var(--color-lightgray);*/
	background-color:var(--color-beige);
}

.id-wrapper-sharebar,
.id-wrapper-sharebar:nth-child(1n) {
	/* background-color:var(--color-lightgray); */
	/* background-color:var(--color-under); */
}

.id-wrapper-footerboxes,
.id-wrapper-footerboxes:nth-child(1n) {
	/* background-color:var(--color-lightgray); */
	/* background-color:var(--color-under); */
}

.id-wrapper-footerbar,
.id-wrapper-footerbar:nth-child(1n) {
	/* background-color:var(--color-lightgray); */
	/* background-color:var(--color-under); */
}

.id-wrapper-menu-multicol,
.id-wrapper-menu-multicol:nth-child(1n) {
	background-color:var(--color-almostblack);
}

.id-wrapper-footer,
.id-wrapper-footer:nth-child(1n) {
	/* background-color:var(--color-lightgray); */
	/* background-color:var(--color-under); */
	background-color:var(--color-almostblack);
}

.system-page .id-wrapper-body,
.system-page .id-wrapper-body:nth-child(1n) {
	/*background-color:transparent;*/
}

.id-page,
.wrapper-section .wrapper-inner {
	/* background-color:var(--color-under); */
}

.requiredfield-asterisk {
	color:var(--color-warning);
}

/* ----- 
 	TYPOGRAPHY	- SKIN & COLORS
 ----- */
/*
::selection{
		
	background:rgb(47,100,198);
	color:#fff;
}

::-moz-selection{
		
	background:rgb(47,100,198);
	color:#fff;
}

*/
/*
body{
	-webkit-tap-highlight-color:rgb(47,100,198);
}

*/
/* ----- 
 	FORM AND BUTTONS - SKIN & COLORS
 ----- */
.button[type=reset]:not(.button-reset) {
	text-shadow: none!important;
	box-shadow: none!important;
	/* background-image:-webkit-linear-gradient(top,rgba(var(--color-over-rgb),0.15) 0%,rgba(var(--color-over-rgb),0.15) 100%)!important; */
	/* background-image:linear-gradient(to bottom,rgba(var(--color-over-rgb),0.15) 0%,rgba(var(--color-over-rgb),0.15) 100%)!important; */
	background-image: -webkit-linear-gradient(top,rgba(var(--color-over-rgb),0.5) 0%,rgba(var(--color-over-rgb),0.5) 100%)!important;
	background-image: linear-gradient(to bottom,rgba(var(--color-over-rgb),0.5) 0%,rgba(var(--color-over-rgb),0.5) 100%)!important;
	/* background-image:none; */
	color: #fff!important;
	border-color: transparent!important;
}

/**
 * Button skin DEFAULT
 */
.button {
	text-shadow: none;
	/* text-shadow:1px 1px 1px rgba(var(--color-over-rgb),0.3); */
	box-shadow: none;
	/* box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3),0 1px 2px rgba(var(--color-over-rgb),0.15); */
	background-image: none;
	/* background-image:-webkit-linear-gradient(top,var(--color-accent) 0%,var(--color-accent-dark) 100%); */
	/* background-image:linear-gradient(to bottom,var(--color-accent) 0%,var(--color-accent-dark) 100%); */
	background-color:var(--color-darkgreen);
	color: #fff;
	border-color:var(--color-darkgreen);
}

/**
 * Button skin DEFAULT:HOVER
 */
.button:hover {
	text-shadow: none;
	/* text-shadow:0 0 2px rgba(var(--color-over-rgb),0.4); */
	box-shadow: none;
	/* box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5),0 1px 3px rgba(var(--color-over-rgb),0.35); */
	/* box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3); */
	background-image: none;
	/* background-image:-webkit-linear-gradient(top,var(--color-accent) 50%,var(--color-accent-dark) 100%); */
	/* background-image:linear-gradient(to bottom,var(--color-accent) 50%,var(--color-accent-dark) 100%); */
	background-color:var(--color-lightgreen);
	/* background-color:var(--color-accent); */
	color: #fff;
	border-color:var(--color-lightgreen);
	cursor: pointer;
}

/**
 * Button skin DEFAULT:ACTIVE
 */
.button:active,
.button.active,
.button.active:hover,
.button.active:active {
	text-shadow: none;
	/* text-shadow:-1px -1px 1px rgba(var(--color-over-rgb),0.4),1px 1px 1px rgba(255,255,255,0.1); */
	box-shadow: none;
	/* box-shadow:inset 0 3px 6px 0 rgba(var(--color-over-rgb),0.15),inset 0 -1px 1px 0 rgba(255,255,255,0.5),-1px -1px 2px 0 rgba(var(--color-over-rgb),0.2),1px 1px 2px 0 rgba(255,255,255,0.15); */
	background-image: none;
	background-color:var(--color-lightgreen);
	color: #fff;
	border-color:var(--color-lightgreen);
}

/* =====
 COMPONETS ON ALL TEMPLATES - SKIN & COLORS
 ====== */
.page-notice {
	background-color:var(--color-under);
	box-shadow: 0 0 5px 2px rgba(var(--color-text-body-rgb),0.2);
}

.page-notice-error,
.page-notice-error:nth-child(1n) {
	background-color:var(--color-warning);
	border-bottom-color:var(--color-warning-dark);
}

.page-notice-error,
.page-notice-error a,
.page-notice-error h1,
.page-notice-error h2 .page-notice-error h3,
.page-notice-error .page-notice-title {
	color: #fff;
}

.cookienotice-box .box-inner {
	background-color:var(--color-under);
	box-shadow: 0 0 5px 2px rgba(var(--color-text-body-rgb),0.2);
}

/** 'screen-reader-text' has been replaced by 'sr-only' but is still used when writing out rating(stars) so keep until it has been changed */
.sr-only,
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

.no-typeicon .sr-only,
.no-typeicon .screen-reader-text {
	position: static;
	top: auto;
	left: auto;
}

/* ----- 
 	LAYOUT
 ----- */
/*
html [class^="grid-col-"],
html [class*=" grid-col-"]{
	padding-top:15px;
	padding-bottom:15px;
}
*/

/**
 *  customize scrollbar (Chrome and webkit)
 */
::-webkit-scrollbar {
	/* width:12px; */
	/* box-shadow:none; */
	/* background-color:var(--color-lightgray); */
}
 
::-webkit-scrollbar-track {   
	/* border-radius:10px; */
	/* box-shadow:inset 0 0 6px rgba(var(--color-over-rgb),0.3); */
	/* background-color:var(--color-lightgray); */
}
 
::-webkit-scrollbar-thumb {
	/* border-radius:10px; */
	/* box-shadow:inset 0 0 0 3px var(--color-lightgray),inset 3px 0 0 0 var(--color-lightgray),inset -3px 0 0 0 var(--color-lightgray); */
	/* background-color:var(--color-midgray); */
}



.loading-page,
.loading-ajax {
	cursor: progress;
	cursor: wait;
}

.id-wrapper-body {
	-webkit-transition: min-height 1.3s ease-out;
	transition: min-height 1.3s ease-out;
}

/* ----- 
 	TYPOGRAPHY	
 ----- */
.slider-wrapper{
/* 	font-size: 14px; */
/* 	font-size: 1.4rem; */
}
.render-booking-version,
.render-booking-version .id-wrapper-body,
.render-booking-pricetable-version,
.render-booking-pricetable-version .id-wrapper-body {
	font-size: 14px;
	font-size: 1.4rem;
}

/*
.no-js body,
.js body,
.no-js h4,
.js h4,
.no-js h5,
.js h5,
.no-js h6,
.js h6{
	font-family:Arial,Helvetica,sans-serif;
}

.mac body,
.ios body,
.mac h4,
.ios h4,
.mac h5,
.ios h5,
.mac h6,
.ios h6{
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
*/
/**
 * Readability resets (box-desc,box-nav etc are sometimes UL or P) 
 */
.renderPrintVersionMenu,
.render-booking-version h1,
.render-booking-version h2,
.render-booking-version h3,
.render-booking-version h4,
.render-booking-version h5,
.render-booking-version h6,
.render-booking-version p,
.render-booking-version table,
.render-booking-version form,
.render-booking-version ul,
.render-booking-version ol,
.render-booking-version dl,
.render-booking-version table,
.render-booking-pricetable-version h1,
.render-booking-pricetable-version h2,
.render-booking-pricetable-version h3,
.render-booking-pricetable-version h4,
.render-booking-pricetable-version h5,
.render-booking-pricetable-version h6,
.render-booking-pricetable-version p,
.render-booking-pricetable-version table,
.render-booking-pricetable-version form,
.render-booking-pricetable-version ul,
.render-booking-pricetable-version ol,
.render-booking-pricetable-version dl,
.render-booking-pricetable-version table {
	max-width: 100%;
}

/* ----- 
 	FORM AND BUTTONS 
 ----- */
.button {
	width: auto;
	height: 36px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	gap: 8px;
	border-radius: 30px;
	background-color: var(--color-darkgreen);
	color: var(--color-white)
	
}

button.button, input.button {
	/*padding-top:4px;*/
	/*padding-bottom:4px;*/
	/*padding-top:0.333em;*/
	/*padding-bottom:0.333em;*/
}

.button {
	/* padding-left:0.75em; */
	/* padding-right:0.75em; */
}

button.button {
	/* padding:0.25em 0.83em; */
}

a.button {
	/* padding:0.25em 0.83em; */
}

input.button {
	/* padding:0.333em 0.85em; */
}

/* ----- 
 	GENERAL STYLE FRAMEWORK
 ----- */
.button, [class^="icon-"], [class*=" icon-"],
.id-header {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/** 
 * Remove cursor hand/pointer for everything except links, 
 * see article: https://adamsilver.io/articles/buttons-shouldnt-have-a-hand-cursor/ 
 */
.button,
.requiredfield-asterisk {
	cursor: default;
	-webkit-tap-highlight-color: transparent;
}
.button span,
.button strong{
	cursor: inherit;
}

.button[href]:not([href^="#"]):not([href^="javascript:void(0)"]) {
	cursor: pointer;
}

.button,
.button:hover,
.button:hover span {
	text-decoration: none;
}
.button {
	white-space: nowrap;
}
input.button[disabled]
input.button[disabled]:hover,
input.button[readonly],
input.button[readonly]:hover,
input.button:focus,
input.button:required,
input.button:required:focus,
input.button:valid:focus,
input.button:invalid:focus,
input.button:invalid:required:focus{
	/* text-shadow:none; */
	/* box-shadow:none; */
	/* background-image:none; */
	/* color:inherit; */
	/* background-color:inherit; */
	/* border-color:inherit; */
}

.android-only {
	display: none!important;
}

.isAndroid .android-only {
	display: block!important;
}

/**/
/*
 Stereo - Simple framework for 2 column content
*/
.stereo-container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.stereo-container {
	display: block;
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 22px;
}

.stereo-left {
	float: left;
	width: 43%;
	margin-right: 2%;
}

.stereo-right {
	float: right;
	width: 55%;
}

.stereo-full {
	width: 100%
}

/**/



.id-wrapper-body {
	/*padding:1.5em 0;*/
	padding: 0;
}

/* =====
 COMPONETS ON ALL TEMPLATES
 ====== */
/* PAGE NOTICE (ALERT BOX - dom-start.asp)*/
.page-notice,
.page-notice-inner,
.page-notice-title,
.page-notice-desc,
.page-notice-nav {
	box-sizing: border-box;
}

.page-notice {
	/* margin-bottom:1.5em; */
	position: relative;
	z-index: 4;
}

.page-notice + .wrapper {
	z-index: 3;
}

.page-notice-inner {
	width: 90ch;
	max-width: 100%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.page-notice-title,
.page-notice-desc,
.page-notice-nav {
	max-width: 100%;
	/* width:450px; */
	margin-left: auto;
	margin-right: auto;
	padding-left: 9px;
	padding-right: 9px;
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}

.page-notice-nav {
	text-align: right;
}

.page-notice-icon {
	display: inline-block;
	/* vertical-align: middle; */
	vertical-align: baseline;
}

.page-notice p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-notice-error {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.page-notice-error a {
	font-family:var(--font-family-body-bold);
	font-weight:var(--font-weight-body-bold);
}

.show-page-notice-highlight .wrapper {
	opacity: 0.2;
}

.show-page-notice-highlight .wrapper.page-notice {
	opacity: 1;
}

/**/
.box.cookienotice-box,
.cookienotice-box .box-inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

.box.cookienotice-box {
	font-size: 1em;
	width: 100%;
	/*padding-bottom:1.5em;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.cookienotice-box .box-inner {
	font-size: 0.875em;
	padding: 0.75em;
}

.cookienotice-box,
.cookienotice-box .box-inner,
.cookienotice-box .box-title,
.cookienotice-box .box-desc,
.cookienotice-box .box-nav {
	display: block;
	text-align: center;
}

.cookienotice-box .box-title {
	font-family:var(--font-family-body-bold);
	font-weight:var(--font-weight-body-bold);
	font-size: 1em;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}

.cookienotice-box .box-title,
.cookienotice-box .box-desc,
.cookienotice-box .box-nav {
	margin-top: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0;
}

.cookienotice-box-readmore {
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.cookienotice-box-dismiss {
	padding-left: 0.75em;
	padding-right: 0.75em;
	vertical-align: middle;
}

/* =====
 STRUCTURE
 ====== */
.wrapper {
	/*width:100%;*/
	/*max-width:1680px;*/
	/*margin-left:auto;*/
	/*margin-right:auto;*/
	/*box-shadow:-2px 0 0 0 rgba(var(--color-over-rgb),0.12), 2px 0 0 0 rgba(var(--color-over-rgb),0.12);*/
}

.wrapper:after,
.wrapper-inner:after {
	content: "";
	display: table;
	clear: both;
}

.id-wrapper-header .wrapper-inner {
/* 	box-sizing: border-box; */
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
}

.id-wrapper-header-secondary-menu .wrapper-inner {
	box-sizing: border-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/* =====
 HEADER (main section)
 ====== */
.id-header .main-section-inner {
	position: relative;
	/* border-radius:0; */
	/* background-position:left top; */
	/* background-repeat:no-repeat; */
	/* background-size:cover; */
}

@supports(display:flex) {
	.id-header .main-section-inner {
		display:flex!important;
		flex-flow:row nowrap;		
		align-items:center;
	}
	.id-header .main-section-inner:before,
	.id-header .main-section-inner:after{
		display: none;
	}	
	.id-logo{
		flex: none;
		width: auto!important;
	}
	.header-navigation{
		/* width:100%!important; */
		/* overflow:hidden; */
		flex:1 1 auto;
	}
	.id-offcanvas-nav-mobile-header {
		width:100%!important;
		overflow:hidden;
		/* flex:1 1 auto; */
	}
}

.id-header .main-section-inner:after {
	content: "";
	display: table;
	clear: both;
}

.id-logo {
	text-align: center;
	/* margin-left: auto; */
	/* margin-right: auto; */
}

.logo-inner,
.logo-inner:hover {
	text-decoration: none;
}

.logo-inner {
	display: block;
	padding: 0.75em;
}

.id-logo img {
	height: auto;
	/* 	width: auto; */
	/* width:22rem; */
	width:16rem;
	max-width: 100%;
	display: inline;
	display: inline-block;
	vertical-align: middle;
	/* box-shadow:inset 0 0 0 1em rgba(255,255,255,0.35),0 0 6px 0 rgba(255,255,255,0.35); */
	/* border-radius:6px; */
}

.id-logo,
.logo-inner,
.id-logo img {
	line-height: 0;
}

/* =====
 MAIN FIGURE - WRAPPER IMAGE WIDE (main section)
 ====== */

.id-wrapper-hero-header {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	visibility: hidden;
	/* display: none; */
	position: relative;
}

.id-wrapper-hero-header .wrapper-inner {
	position: relative;
}

.id-wrapper-hero-header .inlay-image {
	/* min-height:16vw; */
	/* max-height:40em; */
	/* max-height:560px; */
}

.id-wrapper-hero-header .inlay-image-static {
	/* min-height:16vw; */
	/* min-height:280px; */
	/* max-height:300px; */
	/* max-height:30vh; */
	/* max-height:560px; */
	overflow: hidden;
	text-align: center;
}

.id-wrapper-hero-header .inlay-image-static img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

@supports (object-fit: cover) {
	.id-wrapper-hero-header .inlay-image-static {
		max-height:none;
	}

	.id-wrapper-hero-header .inlay-image-static img {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 0;
		/* max-height:560px; */
		object-fit: cover;
		/* object-position:50% 0; */
	}
}
.id-wrapper-hero-header-titlewrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 45px 0;	
	/* background-color:rgba(var(--color-over-rgb),0.12);	 */
}

@supports(display:flex) {
	.id-wrapper-hero-header-titlewrap {
		display:flex!important;
		flex-flow: column nowrap;
		justify-content: center;
	}
	.id-wrapper-hero-header-titlewrap:before,
	.id-wrapper-hero-header-titlewrap:after{
		display: none;
	}
}

.id-wrapper-hero-header-titlewrap-inner {
	font-size: 1.125em;
	padding: 15px 0;
	/* 	background-color:rgba(var(--color-over-rgb),0.5); */
}

.category .id-wrapper-hero-header-cta,
.id-wrapper-hero-header-title,
.id-wrapper-hero-header-subtitle,
.id-wrapper-hero-header-nav {
	display: block;
	width: 100%;
	width: 1200px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	color: #fff;
	/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));

}

.category .id-wrapper-hero-header-cta {
	margin-top: 2em;
}

.itype-3 .id-wrapper-hero-header-title,
.itype-3 .id-wrapper-hero-header-subtitle,
.itype-3 .id-wrapper-hero-header-nav  {
	filter: none;
}
.id-wrapper-hero-header-title:only-child {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.slidermode-nav-inimage .id-wrapper-hero-header-titlewrap {
	justify-content: center;
}

.slidermode-nav-inimage .id-wrapper-hero-header-title {
	text-align: center!important;
}

/** (2021-02-01 LS) Show search engine over .id-wrapper-hero-header image Admin Link: admin/posts.asp?id={DED62A9B-D915-4A65-8544-C6E9D6F3EBDC} */
/** (2021-02-01 LS) Created general logic for this, requires:
	----
	.wrapper.wrapper-overunder
	.wrapper.wrapper-overunder > .wrapper-inner.wrapper-inner-over
	.wrapper.wrapper-overunder > .wrapper-inner.wrapper-inner-under
	---
	Component height is controlled by the content over(.wrapper-inner-over).
	The image content ubderneath(.wrapper-inner-under) fills out the cotainer.
 */
.wrapper{
	/* position: relative; */
}
.wrapper-overunder{
	position: relative;
}
.wrapper-inner-over{
	position: relative!important;
	z-index: 1;
}
.wrapper-inner-under{
	position: absolute!important;
	z-index: 0;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
}
.wrapper-inner-under .inlay-image,
.wrapper-inner-under .inlay-image picture{
	height: 100%;
	max-height: 100%;
}
.wrapper-inner-under .inlay-image img{
	height: 100%;
	width: auto;
	min-width: 0;
	max-width: none;
	min-height: 0;
	max-height: 100%;
}
@supports (object-fit: cover) {
	.wrapper-inner-under .inlay-image img{
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position:50% 50%;
	}
}
/** .id-wrapper-hero-header, keep min image aspect ratio */
.slider-wrapper .wrapper-inner-over{
	display: flex;
	justify-content:center;
	align-items:center;
}
.slider-wrapper .wrapper-inner-over > .grid-container{
	width: 100%;
}
/** @bannerPosDratioL1 (16:9) */
.layout-1 .slider-wrapper .wrapper-inner-over{
	aspect-ratio: 16 / 9;
}
/** @bannerPosDratioL2 (2:1) */
.layout-2 .slider-wrapper .wrapper-inner-over{
	aspect-ratio: 2 / 1;
}

/** @bannerPosDratioL3 (3:1) */
.layout-3 .slider-wrapper .wrapper-inner-over{
	aspect-ratio: 3 / 1;
}

/** 
* In case header image becomes to tall causing the main content to be 'displayed under the fold'
* Then activate this to disable proportional scaling 
* keep in mind this opens up for the possability 
* of the content in the top and bottom part of the image getting cropped.
*/
.layout-1 .slider-wrapper .wrapper-inner-over,
.layout-2 .slider-wrapper .wrapper-inner-over,
.layout-3 .slider-wrapper .wrapper-inner-over{
/* 	aspect-ratio:auto; */
/* 	min-height:33.333vh; */
}


.id-wrapper-section-header.wrapper-section{
	background-color: var(--color-lightgreen);
	color:var(--color-white);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	gap: 8rem;
	
}
.uspright::before,
.uspmiddle::before,
.uspleft::before
 {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("../images/check_white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	/* margin-left: 0.5em; */
	margin-bottom: .1em;
	margin-right: 1rem;

}
.id-wrapper-footerbar {
	width: 100%;
	background-color: var(--color-almostblack);
	color: var(--color-white);
}
.id-wrapper-footerbar .grid-col-sm3-3 {
display: flex;
flex-direction: column;
margin-left: 1em;
padding-top: 3em;
width: 20%;

}
.footer-logo {
	width: 40%;
	padding-top: 2rem;
}

/* gallery hotel */

.hotel-gallery-container {
	display: flex;
	max-width: 1200px;
	background-color: #ffffff;
	gap: 12px;
	flex-direction: column;
	.large-image {
		flex-basis: 100%;
		display: flex;
		gap: 12px;
	}
	.right-column {
		flex-basis: 34%;
		display: flex;
		flex-direction: column;
		gap: 10px;
		justify-content: space-evenly;
	}
	.left-column img, .right-column img, .bottom-images img {
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
	.left-column {
		flex-basis: 70%;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.bottom-images {
		display: flex;
		gap: 11.5px;
		flex-basis: 100%;
	}
	.bottom-image {
		flex-basis: 20%;
	}
	
	.bottom-image{
		position:relative;
	}	

	.moreimages-slideshow-inner-button {
		top: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
		border: 0;
	}
}

/* Hotel attributes grid */
.facts-box {
    background: var(--color-beige);
    padding: 24px 42px;
    border-radius: 10px;

	h2 {
    	color: var(--color-darkorange);
		padding-bottom: 0;
	}

	.attributes-grid {
		padding-top: 48px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 48px;
		row-gap: 9px;
	}

	.attributes-row {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #AFB59B;
		padding: 0.25rem 0;
	}
	.attributes-key {
		font-weight: var(--font-weight-body);
	}
}
.category-tourlist-grid-row .grid-row .row-loadmore{
	margin:2rem;
}


.itype-5 .main-header {
	padding: 1rem 1.5rem;

}

.itype-5 .value-rating {
	display: inline;
}