:root {
	--primary-color: #2a2c6c;
	--secondary-color: #72143a;
}
body {
	background-color: #fff;
	color: #fff;
	margin:0;
	padding:0;	
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

#devicegrade > div:after { 
	content: "PC";
} 

.video {
	max-height: 100%;
	overflow: hidden;
}
#video { 
	object-fit: cover;
    height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}

#video-overlay {
	position: absolute;
	z-index: 3;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/site/images/video_overlay_pattern.png);
}

#video-overlay-shadow {
	position: absolute;
	z-index: 4;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/site/images/video-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	color: #31393a;
	font-weight: 800;
	margin-bottom: 25px;
}


.space-black {
	padding: 0 0px 20px 0px;
	color: #fff;
	margin: 10px 0;
}

.administrator-icon {
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #847d59;
	text-align: center;
}

.administrator-icon a  {
	display: block;
}

.administrator-icon a i {
	color: #fff;
	line-height: 40px;
	font-size: 24px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #fff;
}

#language {
	display:none;	
}

.row.row_end {
	background-color: #000;
}

h1 {
	font-size: 34px;
	line-height: 40px;
	
}

h2 {
	font-size: 30px;
	line-height: 34px;
}

h3 {
	font-size: 28px;
	line-height: 32px;
}

#devicegrade {
	position: fixed; 
	z-index:100;
	border:none;
	bottom: 100px;
	left: 10px;
	display: none;
	font-size: 12px;
	font-weight:bold;
	text-align: center;		
}

#devicegrade > div {
	position:fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #602272;
	border-radius: 50px;
}

#devicegrade.active {
	display:block;	
}

.cookiebar {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	min-height: 40px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99999;
}

.cookiebar span {
	background-color: var(--primary-color);
	border-radius: 3px;
	cursor: pointer;
	margin-left: 15px;
	padding: 3px 10px;
}

.cookiebar span:hover {
	opacity: 0.9;
}

.scroll-div {
	position:fixed;
	right:50px;
	bottom:50px;
	margin:0 auto;
	text-align:center;
	opacity:0;
	z-index:10;
}

a[rel="button"] {
	letter-spacing: 2px;
}
.scroll-div > i {
	font-size:24px;	
	line-height:40px;
	display:block;
	position:fixed;
	border-radius:5px;
	width:40px;
	height:40px;
}

.scroll-div > i:hover {
	cursor:pointer;	
	border-radius:5px;
	opacity:0.8;
}

.row.row_content a[rel="button"] {
	font-size: 14px;
    font-weight: 800;
	color: #fff;
	padding: 14px 35px 14px 35px;
    position: relative;
	background-color: var(--primary-color);
	border: solid 1px var(--primary-color);
	transition: 0.2s linear;
	transition-property: background-color, border-color, color;
	letter-spacing: 3px;
	text-decoration: none;
	display: inline-block;
}

.row.row_content a[rel="button"]:hover {
	color: #fff;
	text-decoration: none;
	background:none;
	border: solid 1px #fff;
}

img {
	height: auto;
	max-width: 100%;
}

table th,
table td {
	white-space: normal;
	padding:5px 5px 5px 5px;
	vertical-align:top;
}

label[for] {
	cursor:pointer;	
}

div.span100 {
    max-width: 100%;
    min-width: 100%;
}
div.span90 {
    float: left;
    max-width: 90%;
    min-width: 90%;
    width: 90%;
}
div.span80 {
    float: left;
    max-width: 80%;
    min-width: 80%;
    width: 80%;
}
div.span75 {
    float: left;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
}
div.span70 {
    float: left;
    max-width: 70%;
    min-width: 70%;
    width: 70%;
}
div.span65 {
    float: left;
    max-width: 65%;
    width: 65%;
}
div.span66 {
    float: left;
    max-width: 66.6%;
    width: 66.6%;
}
div.span60 {
    float: left;
    max-width: 60%;
    width: 60%;
}
div.span50 {
    float: left;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}
div.span40 {
    float: left;
    max-width: 40%;
    width: 40%;
}
div.span35 {
    float: left;
    max-width: 35%;
    min-width: 35%;
    width: 35%;
}
div.span33 {
    float: left;
    max-width: 33.3%;
    min-width: 33.3%;
    width: 33.3%;
}
div.span30 {
    float: left;
    max-width: 30%;
    min-width: 30%;
    width: 30%;
}
div.span25 {
    float: left;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
}
div.span20 {
    float: left;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
}
div.span15 {
    float: left;
    max-width: 15%;
    min-width: 15%;
    width: 15%;
}
div.span12 {
    float: left;
    max-width: 12.5%;
    min-width: 12.5%;
    width: 12.5%;
}
div.span10 {
    float: left;
    max-width: 10%;
    min-width: 10%;
    width: 10%;
}

/*
* Force to keep childeren within the parent.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
}
	

/*
*	Default a tags
*/
a {
	color: #fff;
	text-decoration: none;
}

.row.row_content a {
	color: #fff;
	text-decoration: underline;
}

.row.row_content a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.test-omgeving {
	background-color:#CB3336; 
	color:#fff; 
	font-size:20px; 
	padding:15px; 
	height: 50px;
	text-align:center;
}
/*
* start of sidebar + hamburger menu
*/

	.menu-list-wrap {
		position:absolute;
		width:50px;
		height:50px;
		overflow:hidden;
		display:none;
	}

	.menu-list-wrap.right {
		right: 0;
	}
	
	.menu-list-wrap.active {
		position:fixed;
		height:100%;
		width:100%;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index:9999;
		
	}
	.menu-list-wrap.right > .toggle-wrap {
    right: 0;
}
.toggle-wrap {
    padding: 10px 10px 9px 10px;
    cursor: pointer;
    float: left;
    z-index: 9001;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
	.menu-list-wrap > .overlay {
		background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
		cursor: pointer;
		width:100%;
		height:100%;
		opacity:0;
		position:fixed;
		z-index:-1;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		overflow:hidden;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	.menu-list-wrap.active > .overlay {
		opacity:1;	
		z-index: 7000;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		overflow:hidden;
	}

	
	.menu-list-wrap > .menu-list {
		position:fixed;
		background-color:#fff;
		margin-left:-85%;
		width:85%;
		height:100%;
		overflow-y:auto;
		z-index:8000;

		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	.menu-list-wrap.active .menu-list {
		margin-left:0;	
		z-index:9000;
	}

	.menu-list-wrap.right > .menu-list {
		margin-left: auto;
		right: -85%;
	}
	
	.menu-list-wrap.right.active > .menu-list {
		right: 0px;
	}
	
	.menu-list-wrap.active .toggle-wrap.active {
	
		background-color:#fff;	
	}
	
	.menu-list-wrap.active .toggle-bar::before,
	.menu-list-wrap.active .toggle-bar::after {
		background-color:#353535;
	}
	
	.menu-list-wrap .menu-list .static-wrap ul {
		padding:0;
		margin:0;	
	}
	
	.menu-list-wrap .menu-list .static-wrap ul > li ul {
		display:none;	
	}
	
	.menu-list-wrap .menu-list .static-wrap ul > li.active > ul,
	.menu-list-wrap .menu-list .static-wrap ul > li.active > div > div > ul,
	.menu-list-wrap .menu-list .static-wrap ul > li.active > .submenu-wrap.hidden{
		display:block !important;	
	}
	
	.menu-list-wrap .menu-list .static-wrap {
		position:static; 
		left:0; 
		right:0; 
		top:0; 
		bottom:0; 
		overflow:hidden;
	}
	
	.menu-list-wrap .menu-list  .static-wrap > .article {
		margin-top:50px;
	}
	
	.menu-list-wrap .menu-list  .static-wrap > .article > .margin > .padding {
		padding:0;	
	}
	
	
	.menu-list-wrap .menu-list  .static-wrap ul li {
		list-style:none;
		list-style-image:none;	
		position:relative;
	}

	
	.menu-list-wrap .menu-list  .static-wrap ul li > a {
		text-decoration:none;
		color:#000;
		border-bottom: 1px solid #f5f5f2;
		height: 50px;
		line-height: 50px;
		padding:0 50px 0 15px;
		display:block;
		font-family:16px;
	}
	
	

	.menu-list-wrap .menu-list .static-wrap ul li span.drop-down{
		display:block;
		position:absolute;
		right:0;
		top:0;
		width:50px;
		height:50px;
		text-align:center;
		line-height:50px;
	}
	.menu-list-wrap .menu-list .static-wrap ul li span.drop-down {
		display:none;
	}
	
	.menu-list-wrap .menu-list .static-wrap ul li.has-children > span.drop-down {
		display:block;
		cursor:pointer
	}
	
	.menu-list-wrap > .menu-list .static-wrap ul li span.drop-down > svg {
		font-size:22px;	
		color:#494949;
		
	}
	
	.menu-list-wrap > .menu-list .static-wrap ul li:hover a,
	.menu-list-wrap > .menu-list .static-wrap ul li:hover::after {
		color:var(--primary-color);	

	}
	
	
	.menu-list-wrap > .menu-list .static-wrap ul li ul {
		background-color:#F1F1F1;
	}
	
	.menu-list-wrap > .menu-list .static-wrap ul li ul li ul {
		background-color:#F8F8F8;
		padding-left:20px;
	}
	
	.menu-list-wrap > .menu-list .static-wrap > ul > li > ul,
	.menu-list-wrap > .menu-list .static-wrap > ul > li > ul > li > ul {
		display:none;	
	}
	
	.menu-list-wrap > .menu-list .static-wrap > ul > li.active > ul,
	.menu-list-wrap > .menu-list .static-wrap > ul > li.active > ul > li.active > ul {
		display:block;
	}
	
	.menu-list-wrap > .menu-list a:hover {
		color:#1986CB;	
	}
	.menu-list-wrap > .menu-list .static-wrap ul li.currentpath a,
	.menu-list-wrap > .menu-list .static-wrap ul li.currentpath::after {
		color:#fff;	
		background-color:var(--primary-color);
	}
	
	.menu-list-wrap > .menu-list .static-wrap ul li.currentpath .drop-down i {
		color:#fff;
	}
	
	.menu-list-wrap > .menu-list .static-wrap ul li ul > li > a {
		padding-left:30px;	
		border-bottom:none;
	}
	
	.menu-list-wrap > .menu-list .icon-bar {
		position:fixed;
		overflow:hidden;
		height:50px;
		background-color:#fff;
		z-index:1000;
		width:85%;
		top:0;
	}

	.menu-list-wrap > .menu-list .icon-bar.shadow {
		-webkit-box-shadow: -13px -10px 20px 5px #8F8F8F;
		box-shadow: -13px -10px 20px 5px #8F8F8F;
	}
	
	.menu-list-wrap > .menu-list .icon-bar > div {
		float:right;
		width:50px;
		height:50px;
		line-height:50px;
		margin:0 auto;
		display:none;
	}
	
	.menu-list-wrap > .menu-list .icon-bar > div i{
		font-size:22px;
		cursor:pointer;
	}
.menu-list-wrap.active .toggle-wrap .toggle-bar {
    border-top: 3px solid transparent;
}
.toggle-bar {
    border-top: solid 3px #fff;
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after {
    width: 30px;
}
.toggle-bar {
    width: 30px;
    margin: 14px 0;
    position: relative;
    border-top: 3px solid #fff;
    display: block;
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after, 
.toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, 
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-list-wrap.active .toggle-wrap .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-list-wrap.active .toggle-bar::before, .menu-list-wrap.active .toggle-bar::after {
    background-color: #353535;
}
.toggle-bar::before, .toggle-bar::after {
    background-color: #fff;
}
.toggle-bar::after {
    top: 4px !important;
}
.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    position: absolute;
    top: -10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 17%;
    -webkit-transform-origin: 17%;
    transform-origin: 17%;
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after {
    width: 30px;
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-list-wrap.active .toggle-wrap .toggle-bar {
    border-top: 3px solid transparent;
}
.menu-list-wrap.active .toggle-wrap .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-list-wrap.active .toggle-wrap .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-list-wrap.active .toggle-bar::before, .menu-list-wrap.active .toggle-bar::after {
    background-color: #353535;
}

.test-omgeving ~ .menu-list-wrap.active {
	top: 50px;
}

 .menu-list-wrap.active .menu-list .static-wrap ul:first-child { 
	padding-top: 50px;
}
/*
* end of sidebar + hamburger menu
*/

/*
* Allow us to float & clear easily.
*/

.float-left {
	float:left;	
}

.float-right {
	float:right;	
}

.clear {
	clear:both;
}	

.clear-left{
	clear:left;
}	

.clear-right{
	clear:right;
}

.row {
    width: 100%;
}

.row.white {
	background-color: #fff;
}

.row.white h1,
.row.white h2,
.row.white h3,
.row.white h4,
.row.white h5,
.row.white h6 {
	color: #31393a;
}

.row.blue {
	background-color: var(--primary-color);
	color: #fff;
}

.row.blue > div {
	padding: 50px 0;
}


.row.blue > div .artikel {
	text-align: center;
}

.row.blue > div .artikel b,
.row.blue > div .artikel strong,
.row.blue > div .artikel span[style*='font-weight'] {
	font-weight: 800;
	font-size: 20px;
}

.row.blue h1,
.row.blue h2,
.row.blue h3,
.row.blue h4,
.row.blue h5,
.row.blue h6 {
	color: #fff;
}

.row > div {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

.row.top {
	background-image: url(/site/images/space_bg.gif);
	background-repeat: repeat-x;
}

.row.top > div > .languages {
	text-align: right;
	padding: 0;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.row.top > div > .languages > div {
	display:inline-block; 
	color: #fff;
	background-color: var(--primary-color);
	padding: 0 5px 0 15px;
}


.row.top > div > .languages > div.left a {
	padding: 13px 10px 13px 0;
	display: inline-block;
	font-weight: bold;
}

.row.top > div > .languages > div.left a:last-child:after {
	display: none;
}

.row.top > div > .languages > div.left a::after {
	content: " | ";
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding-left: 10px;
}

.row.top > div > .languages > div.left a:hover,
.row.top > div > .languages > div.left a:focus {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.row.top > div > .languages > div.right > .flag {
	display: inline-block;
	margin-left: 5px;
}

.row.top > div > .logo-menu-wrapper {
	margin-top: 30px;
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
}

.row.top > div > .logo-menu-wrapper > #logo {
	/*position: absolute;
	z-index: 1;
	left: 50%;
	top: 20px;
	margin-left: -62px;*/
}

body .row.top {
	background: none;
	position: absolute;
	z-index: 5;
}

body .row.row_content,
body .row.row_arrangementen {
	background-image: url("/site/images/quizboxing-bg.png");
    background-repeat: repeat-x;
	background-size: cover; 
}

.row.row_content > div,
.row.row_arrangementen > div {
	padding: 50px 0;
}

.row.top > div > .logo-menu-wrapper {
	display: flex;
	align-items: center;
}

.row.top > div > .logo-menu-wrapper > a {
	width: 15%;
	display: block;
}

.row.top > div > .logo-menu-wrapper > .menu {
	width: 85%;	
}

.row.top > div > .logo-menu-wrapper > .menu > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: right;

}

.row.top > div > .logo-menu-wrapper > .menu > ul > li {
	display: block; 
	position: relative;
	padding: 0 20px;
}

.row.top > div > .logo-menu-wrapper > .menu > ul > li:first-child {
	padding-left: 0;
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li:last-child {
	background-color: var(--secondary-color);
	transition: background-color 0.2s linear;
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li:last-child:hover {
	background-color: var(--primary-color);
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li:last-child:hover a {
	text-decoration: none;
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li:last-child a:hover {
	border-color: transparent !important;
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li.has-children:after {
    position: absolute;
    content: '\f107';
    font-family: fontAwesome;
    top: 9px;
    right: 0px;
    color: #fff;
    font-size: 18px;
    transition: 0.2s linear;
    transition-property: color, transform;
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li.has-children:hover:after {
    transform: rotate(-180deg);
}

.row_footer .artikel > .padding > b,
.row_footer .artikel > .padding > span,
.row_footer .artikel > .padding > strong {
	margin-bottom: 25px;
	display: block;
}

body .row.row_content .artikel:not(.grijze-blok) {
	font-size: 16px;
}

body .row_content .artikel {
	position: relative;
	z-index: 4;
}

body .row.row_content > div,
body .row.row_arrangementen > div {
	padding: 150px 0 80px 0;
}

body .row_content .artikel.span33 {
	margin-bottom: 50px;
}
body.name_home .row_content .artikel.span33 {
	margin-top: -254px;
}

body.name_home .row_content .artikel > .padding {
	padding: 40px;
	margin: 0 20px;
	background-color: rgba(0,0,0,0.5);
}

body .row_content .artikel > .padding iframe {
	max-width: 100%;
	height: 280px;
}

body .row_content .artikel.span33 table {
	width: 100%;
}

body .row_content .artikel.span33 table tr td {
	padding: 0;
}

body .row_content .artikel.span33 table tr td p {
	padding: 30px;
	margin: 0;
}

body .row_content .artikel.span33 table tr td a:not([rel="button"]):not([rel="button-blue"]) {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 15px 40px 15px;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}

body .row_content .artikel.span33 table tr td a:not([rel="button"]):not([rel="button-blue"]):hover {
	text-decoration: none;
	background: rgba(42,44,108,0.8);
}

body .row_content .artikel.span33 table tr:nth-child(2) td a{
	padding: 0 !important;
}

body .row_content .artikel.span33 table tr:nth-child(3) td p{
	min-height: 156px;
}

#mobile-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -23px;
	z-index: 5;
	opacity: 0.9;
	display: none;
	transition: opacity 0.15s linear;
}

#mobile-play-button:hover {
	opacity: 1;
	
}
.row.top > div > .logo-menu-wrapper > .menu > ul > li > a {
	display: block;
	padding: 10px 0 7px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 3px transparent;
}

.row.top > div > .logo-menu-wrapper > .menu > ul > li:not(.logo) > a:hover,
.row.top > div > .logo-menu-wrapper > .menu > ul > li:not(.logo) > a:focus,
.row.top > div > .logo-menu-wrapper > .menu > ul > li.currentpath:not(.logo) > a {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 3px var(--secondary-color);
}

.row.top > div > .logo-menu-wrapper .menu > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 110;
	background-color: var(--secondary-color);
	width: auto;
	padding: 10px 30px 15px 10px;
	list-style: none;
}
.row.top > div > .logo-menu-wrapper .menu > ul > li > ul > li {
	list-style: none;
    font-size: 16px;
    display: block;
    height: 100%;
    position: relative;
}
.row.top > div > .logo-menu-wrapper .menu > ul > li > ul > li > a {
    display: block;
	padding: 10px 15px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
	text-transform: uppercase;
	transition: opacity 0.2s linear;
}
.row.top > div > .logo-menu-wrapper .menu > ul > li > ul > li > a:before {
	font-family: fontAwesome;
    content: '\f105';
    font-size: 16px;
    padding-right: 12px;
}
.row.top > div > .logo-menu-wrapper .menu > ul > li > ul > li:hover > a {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}

.row.top > div > .logo-menu-wrapper .menu > ul > li:hover > ul {
	display: block;
}

.row.home_video {
	min-height: 100vh;
	position: relative;
}
.row.home_video > div  {
	max-width: 100%;
	position: absolute;
	inset: 0;
	
}

.row.home_video > div > .gradient-overlay {
	background-image: url(/site/images/overlay-gradient.png);
	background-repeat: repeat-x;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	height: 357px;
	z-index: 2;
}

.row.home_video > div > .video {
	height: 100%;
	width: 100%;
	background-color: #000;
	position: absolute;
	inset: 0;
}

.row.home_video.video-active > div > .video > iframe {
	display: block;
}

.row.home_video > div.text-overlay {
	max-width: 1200px;
	margin: 0 auto;
	vertical-align: middle;
	z-index: 4;
	text-align: center;
	line-height: 800px;
	position: relative;
	display: none;
}

.row.home_video.video-active > div.text-overlay {
	display: none;
}

.row.home_video > div.text-overlay span.large {
	font-size: 88px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
  	vertical-align: middle;
	line-height: 88px;
	padding: 150px 70px 0 70px;
}

.row.home_video > div.text-overlay span.large > span {
	display: block;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.row.home_video > div.text-overlay span.large > a[rel="button"] {
	line-height: normal;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	padding: 17px 60px 17px 45px;
	background: rgba(96,191,215,0.9);
	position: relative;
	transition: background-color 0.2s ease-in-out;
}

.row.home_video > div.text-overlay span.large > a[rel="button"] > i {
	position: absolute;
	padding-left: 10px;
	top:17px;
	font-size: 22px;
	transition: color 0.2s ease-in-out;
}

.btn.annuleer {
	background-color: var(--primary-color);
    border: medium none;
    color: #fff;
	float: right;
    min-width: 200px;
	text-align: center;
    padding: 8px;
	transition: background-color 0.2s ease-in-out;
	cursor: pointer;
}

.btn.annuleer:hover {
	background-color: #1da3b7;
}

.row.row_content > div.pagina-annuleren {
	max-width: 890px;
	margin: 0 auto;
}

.row.row_content > div.pagina-annuleren > .annulering {
	padding: 20px;
}

body.id-455 .row.blue,
body.id-455 .row.row_other_rooms,
body.id-457 .row.blue,
body.id-457 .row.row_other_rooms{
	display: none;
}

.row.home_video > div.text-overlay span.large > a[rel="button"]:hover,
.row.home_video > div.text-overlay span.large > a[rel="button"]:focus {
	text-decoration: none;
	background-color: rgba(96,191,215,1.0);
}

.row.home_video > div.text-overlay span.large > a[rel="button"]:hover > i {
	padding-left: 15px;
}

.row.row_end > div {
	padding: 25px 0;
}

.row.row_end > div > ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.row.row_end > div > ul > li {
	display: inline-block;
	padding: 0 10px 0 0;
}

.row.row_end > div > ul > li::after {
	content: " | ";
	display: inline-block;
	padding-left: 10px;
	color: #686868;
}

.row.row_end > div > ul > li:last-child::after {
	content: "";
}

.row.row_end > div > ul > li > a {
	color: #686868;
}

.row.row_end > div > ul > li > a:hover,
.row.row_end > div > ul > li > a:focus {
	text-decoration: none;
	color: #fff;
}

.row.row_footer {
	background-image: url(/site/images/quizboxing-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.row.row_footer > div {
	padding: 50px 20px 30px 20px;
	line-height: 30px;
}

.row.row_footer > div table {
	margin-top: -5px;
}
.row.row_footer > div ul {
	padding: 0;
	margin: 5px 0 0 0;
}

.row.row_footer > div ul > li {
	list-style: none;
}

.row.row_footer > div ul > li > a {
	transition: opacity 0.2s linear;
}

.row.row_footer > div ul > li > a:hover,
.row.row_footer > div ul > li > a:focus,
.row.row_footer > div a:hover,
.row.row_footer > div a:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}

.row.row_footer > div ul > li::before {
	content: "\f105 ";
	font-family: fontAwesome;
	font-size: 16px;
	color: #fff;
	padding-right: 15px;
	transition: opacity 0.2s linear;
}

.row.row_footer > div ul > li:hover::before {
	color: #fff;
	opacity: 0.5;
}

.row.row_other_rooms h2 {
	font-size: 34px;
	font-weight: 800;
}

body h1 {
	font-size: 36px;
}

.row.row_other_rooms {

}

.row.row_other_rooms > div {
	padding: 50px 0 0 0;
	color: #31393a;
}

.row.row_other_rooms > div > .rooms_content {
	line-height: 26px;
	max-width: 890px;
	margin: 0 auto;
}

.room-slider-responsive {
	position: relative;
	margin: 50px auto 50px;
	box-sizing: border-box;
    display: block;
    position: relative;
	max-width: 890px;
    touch-action: pan-y;
}

.room-slider-responsive .slide {
	width: 33.3%;
	float: left;
}

.room-slider-responsive .slide > .image {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.room-slider-responsive .slide > .title {
	color: #31393a;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}

.room-slider-responsive .slide > .button {
	text-align: center;
	padding-bottom: 20px;
}

.room-slider-responsive .slide > .button > a {
	border: solid 2px #5a6161;
	color: #31393a;
	display: inline-block;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
  	transition: 0.2s linear;
	transition-property: background-color, border-color, color;
}

.room-slider-responsive .slide > .button > a:hover,
.room-slider-responsive .slide > .button > a:focus {
	text-decoration: none;
	border-color: var(--primary-color);
	color: #fff;
	background-color: var(--primary-color);
}

.row_content .artikel > .padding {
	padding: 0 20px 20px 20px;
	line-height: 24px;
}

.padding_form {
	padding: 0 20px;
}

body .row_content a[rel="button"],
.row.row_content .grijze-blok a[rel="button"] {
	border: solid 2px #fff;
	font-size: 14px;
    font-weight: 800;
	padding: 14px 45px 14px 45px;
    position: relative;
	color: #fff;
	transition: 0.2s linear;
	transition-property: background-color, border-color, color;
}

body .row_content a[rel="button"]:hover,
body .row_content a[rel="button"]:focus,
.row.row_content .grijze-blok a[rel="button"]:hover,
.row.row_content .grijze-blok a[rel="button"]:focus {
	color: #fff;
	text-decoration: none;
	background-color:var(--primary-color);
	border:solid 2px var(--primary-color);
}

body .row_content .grijze-blok a[rel="button"] {
	padding: 14px 0;
	display: block;
	text-align: center;
}

.row_content a[rel="button-blue"],
.space-reviews a[rel="button-blue"] {
	font-size: 14px;
    font-weight: 800;
	color: #fff;
	padding: 14px 35px 14px 35px;
    position: relative;
	background-color: var(--primary-color);
	border: solid 2px var(--primary-color);
	transition: 0.2s linear;
	transition-property: background-color, border-color, color;
	letter-spacing: 3px;
	display: inline-block;
	text-decoration: none;
}
.row_content a[rel="button-blue"]:hover,
.row_content a[rel="button-blue"]:focus,
.space-reviews a[rel="button-blue"]:hover,
.space-reviews a[rel="button-blue"]:focus {
	color: #fff;
	text-decoration: none;
	background:none;
	border: solid 2px #fff;
}

/* body:not(.name_home) .grijze-blok > .padding > table {
	
}

body:not(.name_home) .grijze-blok > .padding > table > tr {
	
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:first-child > td:first-child {
	padding: 35px 15px;
	font-size: 24px;
	font-weight: bold;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody{
	background-image: url(/site/images/space_bg.gif);
	background-repeat: repeat;
	color: #fff;
	
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(2) td {
	padding: 0;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(3) td {
	padding: 30px 30px 5px 30px;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(3) td ul {
	padding: 0;
	margin: 0;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(3) td ul li {
	list-style:none;
	padding-left: 5px;
	background-image: url(/site/images/list-check-circle.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	margin-bottom: 25px;
}


body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(2) td a[rel="button"] {
	background-color: none;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
	font-size: 14px;
    font-weight: 800;
	display: inline-block;
    padding: 10px 40px;
	margin-top: 30px;
    position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(2) td a[rel="button"]:hover,
body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(2) td a[rel="button"]:focus {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(4) td {
	padding-bottom: 30px;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(4) td span {
	padding-bottom: 10px;
	display: inline-block;
	
}
body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(4) td p {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 0;
	display: inline;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(4) td p::after {
	font-size: 21px;
	content: "p.p.";
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >  tr:nth-child(5) td {
	padding-bottom: 30px;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table {

}

body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr {
	
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr > td {
	text-align: center;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr > td span {
	font-size: 48px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	color: #fff;
	padding-bottom: 20px;
	display: block;
	margin-top: 40px;
	padding: 0 30px;
	line-height: 58px;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr > td a[rel="button"] {
	background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    text-decoration: none;
	font-size: 14px;
    font-weight: 800;
    padding: 10px 40px;
    position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr > td a[rel="button"]:hover,
body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr > td a[rel="button"]:focus {
	background-color: #1DA3B7;
    border: 2px solid #1DA3B7;
}



body:not(.name_home) .grijze-blok > .padding > table > tbody >tr > td:first-child > table > tbody > tr:first-child {
	vertical-align: bottom;
} */

body  .grijze-blok table {
	background: rgba(0,0,0,0.43);
	line-height: 24px;
	display: block;
}

body .grijze-blok table tr td {
	padding: 0 25px;
}

body .grijze-blok table tr:first-child td {
	padding: 0;	
}

body .grijze-blok table tr:first-child td img {
	width: 100%;
	max-width: 100%;
}

body .grijze-blok table tr:nth-child(2) td {
	padding-top: 25px;
	font-weight: 800;
	font-size: 20px;
}

body .grijze-blok table tr:nth-child(3) td {
	padding-top:10px;
}

body .grijze-blok table tr:nth-child(3) td img {
	margin-right: 10px;
}

body .grijze-blok table tr:nth-child(4) td {
	padding-top:10px;
}

body .grijze-blok table tr:nth-child(5) td {
	padding-top:20px;
	font-size: 16px;
	line-height: 24px;
}

body .grijze-blok table tr:nth-child(6) td {
	padding-top:20px;
}

.vr-tarieven-wrap {
	margin: 45px 0;
}

.vr-tarieven-wrap > .single-room-wrap,
.vr-tarieven-wrap > .double-room-wrap {
	float: left;
}

.vr-tarieven-wrap > .single-room-wrap {
	width: 100%;
}

.vr-tarieven-wrap > .double-room-wrap {
	width: 65%;
}

.vr-tarieven-wrap > .single-room-wrap > .head,
.vr-tarieven-wrap > .double-room-wrap  > .head {
	
}

.vr-tarieven-wrap > .single-room-wrap > .head > .title,
.vr-tarieven-wrap > .double-room-wrap  > .head > .title {
	font-weight: 800;
	font-size: 26px;
	padding-bottom: 5px;
}

.vr-tarieven-wrap > .double-room-wrap > .head > .title {
	color: #f67a00;
}

.vr-tarieven-wrap > .single-room-wrap > .head > .text,
.vr-tarieven-wrap > .double-room-wrap  > .head > .text {
	font-size: 24px;
	
}

.vr-tarieven-wrap > .single-room-wrap > .head > .text img,
.vr-tarieven-wrap > .double-room-wrap  > .head > .text img {
	padding: 0 3px;	
}

.vr-tarieven-wrap > div > .body {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.vr-tarieven-wrap > div > .body > .item {
	background-color: var(--secondary-color);
	color: #fff;
	position: relative;
}

.vr-tarieven-wrap > .double-room-wrap  > .body > .item:last-child {
	margin-right: 0;
}

.vr-tarieven-wrap > div > .body > .item > .head {
	height: 100px;
	padding-top: 25px;
	text-align: center;
	position: relative;
}

.vr-tarieven-wrap > div > .body > .item > .head::after {
	width: 100%;
	height: 23px;
	position: absolute;
	bottom: -22px;
	content: "";
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}


.vr-tarieven-wrap > .single-room-wrap > .body > .item > .head::after {
	background-image: url(/site/images/arrow_down_purple.png);
}

.vr-tarieven-wrap > .double-room-wrap > .body > .item > .head::after {
	background-image: url(/site/images/arrow_down_red.png);
}

.vr-tarieven-wrap > div > .body > .item > .head > span {
	display: block;
}

.vr-tarieven-wrap > div > .body > .item > .head > span:first-child {
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 13px;
}

.vr-tarieven-wrap > div > .body > .item > .head > span:nth-child(2) {
	font-size: 14px;
}

.vr-tarieven-wrap > .single-room-wrap > .body > .item > .head {
	background-color: var(--primary-color);
}

.vr-tarieven-wrap > .double-room-wrap > .body > .item > .head {
	background-color: #f67a00;
}

.vr-tarieven-wrap > .single-room-wrap > .body > .item,
.vr-tarieven-wrap > .double-room-wrap > .body > .item {
	float: left;
}

.vr-tarieven-wrap > div > .body > .item > .body {
	padding-top: 25px;
}

.vr-tarieven-wrap > div > .body > .item > .body > .dotted-line {
	margin: 10px 0;
	height: 1px ;
	border-top:dashed 1px #fff;
}

.vr-tarieven-wrap > div > .body > .item > .body > .week,
.vr-tarieven-wrap > div > .body > .item > .body > .weekend,
.vr-tarieven-wrap > div > .body > .item > .body > .button {
	padding: 10px;
	text-align: center;
}

.vr-tarieven-wrap > div > .body > .item > .body > .week > .days,
.vr-tarieven-wrap > div > .body > .item > .body > .weekend > .days {
	font-weight: 800;
}

.vr-tarieven-wrap > div > .body > .item > .body > .week > .price,
.vr-tarieven-wrap > div > .body > .item > .body > .weekend > .price {
	font-weight:bold;
	font-size: 30px;
	line-height: 40px;
}

.vr-tarieven-wrap > div > .body > .item > .body > .week > .price-pp,
.vr-tarieven-wrap > div > .body > .item > .body > .weekend > .price-pp {
	font-size: 12px;
}

.vr-tarieven-wrap > div > .body > .item > .body > .button a[rel="button"] {
	border-color:#fff;
	color: #fff;
}

.vr-tarieven-wrap > div > .body > .item > .body > .button a[rel="button"]:hover,
.vr-tarieven-wrap > div > .body > .item > .body > .button a[rel="button"]:focus {
	border-color:var(--primary-color);
}

/*kinderfeest + vrienden & collega's */
body.id-466 .row.row_content .artikel.span25 img,
body.id-467 .row.row_content .artikel.span25 img,
body.id-453 .row.row_content .artikel.span25 img,
body.id-456 .row.row_content .artikel.span25 img{
	border-radius: 50%;
	line-height: 26px;
}

body.id-466 .row.row_content .artikel.span25 h2,
body.id-467 .row.row_content .artikel.span25 h2,
body.id-453 .row.row_content .artikel.span25 h2,
body.id-456 .row.row_content .artikel.span25 h2 {
	margin-bottom: 0;
	font-size: 22px;	
	margin-top: 15px;
}

body.id-466 .row.row_content .artikel.span25,
body.id-467 .row.row_content .artikel.span25,
body.id-453 .row.row_content .artikel.span25,
body.id-456 .row.row_content .artikel.span25{
	padding-bottom: 30px;
}
/*einde kinderfeest + vrienden & collega's*/


.row.row_content label {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
	padding: 5px;
}

.row.row_content label > p {
	margin: 0;
	display: inline-block;
	min-width: 65%;
	float: right;
	text-align: left;
	min-height: 40px;
	padding: 10px 0;
	vertical-align: middle;
}

.row.row_content form label input[type="checkbox"] {
	width: auto;
	min-width: 0;
	float: left;
}

.row.row_content form label input, 
.row.row_content form label select, 
.row.row_content form label textarea {
    border-radius: 0;
    color: #666;
    float: right;
    min-width: 65%;
}

input:not([type="radio"]), 
textarea, select {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    text-transform: none;
}

.row.row_content form label input[type="submit"] {
    background-color: var(--primary-color);
    border: medium none;
    color: #fff;
    min-width: 200px;
    padding: 5px;
	transition: background-color 0.2s ease-in-out;
}

.row.row_content form label input[type="submit"]:hover,
.row.row_content form label input[type="submit"]:focus {
	background-color: var(--secondary-color);
}

input[name="controle_tegen_niet_mensen"] {
    display: none;
}

input.warning, textarea.warning, select.warning {
    border-bottom: 2px solid #B03638;
}

.responsive-calendar{
	background: none !important;
	background-color: var(--secondary-color) !important;
    margin-top: 20px;
}

.responsive-calendar.active {
	margin-top: 20px;
	display: block;
}

.blok-rechts.artikel {
	background-color:var(--primary-color);
}

.blok-rechts.artikel > .padding {
	padding: 10px 0 0 10px;
	overflow: hidden;
}

.blok-rechts.artikel img  {
	padding-bottom: 10px;
}

.responsive-calendar .controls {
	border-radius: 0 !important;
	background-color: var(--primary-color) !important;
	
}

.responsive-calendar .controls h4 {
	font-size: 16px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
}

.reserveer-item {
    margin-bottom: 20px;
    width: 100%;
}

.reserveer-item label.yellow-label {
    background-color: var(--primary-color);
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    height: 40px;
    padding: 6px 10px;
    position: relative;
    width: 20%;
    z-index: 2;
}
.reserveer-item select {
    display: none;
    padding: 9px 0;
    width: 70%;
}
.reserveer-item .fake-select.popup {
    z-index: 1;
}
.reserveer-item .fake-select {
    background-color: var(--secondary-color);
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    padding: 6px 0;
    position: relative;
    width: 80%;
    z-index: 1;
}
.reserveer-item label.yellow-label {
	position: relative;
	text-transform: uppercase;
	font-weight: 800;
}
.reserveer-item label.yellow-label::after {
	font-family: fontAwesome;
	font-size: 28px;
	position: absolute;
	right: -20px;
	top: 0;
	color: #fff;
	content: " ";
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent var(--primary-color);

}

.blauwe-blok {
	padding: 0 20px;
}

.blauwe-blok > .padding {
	padding: 30px !important;
	background-color: #06b4cd;
	color: #fff;
}

.blauwe-blok > .padding h1,
.blauwe-blok > .padding h2,
.blauwe-blok > .padding h3,
.blauwe-blok > .padding h4,
.blauwe-blok > .padding h5,
.blauwe-blok > .padding h6 {
	color: #fff;
}

#reserveren-div {
	padding-top: 0;
}

.reserveer-item .fake-select:hover {
    cursor: pointer;
}
.reserveer-item .fake-select .index {
    padding-bottom: 2px;
    padding-left: 40px;
    padding-top: 2px;
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
}

.reserveer-item .fake-select .index::after {
	font-family: fontAwesome;
	font-size: 28px;
	position: absolute;
	right: 15px;
	top: 3px;
	color: #fff;
	content: "\f107 ";
}
.reserveer-item .fake-select .options {
    border-radius: 0 0 5px 5px;
    max-height: 360px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.reserveer-item.persons .fake-select .options {
	width: 90%;
}

.reserveer-item.persons .fake-select .options:last-child {

}

.reserveer-item .fake-select .options > div.option:first-child {
}
.reserveer-item .fake-select:not(.active) .options > div.option.active {
   	background-color: var(--secondary-color);
    display: block;
}
.reserveer-item .fake-select .options > div.option {
    display: none;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-top: 8px;
    width: 100%;
	font-weight: 800;
	text-transform: uppercase;
	background-color: var(--secondary-color);
	
}
.reserveer-item .fake-select.active .options > div.option {
    display: block;
}
.reserveer-item .fake-select .options > div.option:hover {

}

#reserveren-div > .span75 {
	padding-right: 30px;
}
.reserveer-item .text-label {
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    padding: 8px 0 8px 40px;
    position: relative;
    width: 80%;
	text-transform: uppercase;
	font-weight: 800;
	background-color: var(--secondary-color);
}

.responsive-calendar .controls .pull-left,
.responsive-calendar .controls .pull-right{
	position: relative;
}

img[src="/site/images/cal-prev.png"], 
img[src="/site/images/cal-next.png"] {
	visibility: hidden;
}

.responsive-calendar .controls .pull-left::after {
	font-family: fontAwesome;
	font-size: 28px;
	position: absolute;
	color: #fff;
	top:0;
	left:0;
	content: "\f104  ";
}

.responsive-calendar .controls .pull-right::after {
	font-family: fontAwesome;
	font-size: 28px;
	position: absolute;
	color: #fff;
	top:0;
	right: 0;
	content: "\f105  ";
}

.responsive-calendar .day a:hover,
.responsive-calendar .day.selected a{
    background-color: var(--primary-color) !important ;
    text-decoration: none;
	color: #fff!important;
}



.tijden {
	padding-left:0;
	padding-top: 15px;
	display:none;
	position:relative;
	z-index:2;
}
.tijden .time {
	background-color:#ebebeb;
	border-radius:5px;	
	text-align:center;
	float:left;
	width:30.8%;
	margin-right:2.5%;
	margin-bottom:8px;
	color:#4b4640;
	font-size:14px;
	padding:6px;
	font-weight: 800;
}

.tijden .time:hover  {
	color:#fff;
	background-color:var(--primary-color);
	cursor:pointer;
}

.tijden .time.active {
	color:#fff !important;
	background-color:var(--primary-color) !important;
	cursor:pointer !important;
}

.tijden .time.disabled,.tijden .time.disabled:hover  {
	background-color:#f5f5f5;
	color:#B4B4B4;
	cursor:no-drop;
}

.price-pp,
.price-total {
	font-size:20px;
	text-align: center;
	line-height: 30px;
}

.price-pp {
	color:#aaaaaa ;
	font-size: 13px;
	line-height: 18px;
}

.price-pp .lbl,.price-total .lbl {
	display: inline-block;
}

.price-pp .prc,.price-total .prc {
	display: inline-block;	
}
.price-pp .prc {

}

.price-total {
	padding-top: 10px;
	font-weight: 800;
}

.price-pp .prc  .mark, .price-total .prc .mark{
	display: inline-block;
}

.price-pp .prc  .final-price ,.price-total .prc  .final-price{
	display: inline-block;
}


.btw-message {
	font-size:9px;
	text-align: center;
	color:#aaaaaa ;
	line-height: 18px;
}


.reservation-room {
	width: 48.5%;
	margin-left: 1%;
	float: left;
	margin-bottom: 1%;
	padding-bottom: 10px;
	border: solid 1px #fff;
	transition: all .2s ease-in-out;
}

.reservation-room:hover {
	box-shadow: 0px 0px 10px 0px rgba(156,156,156,1);
}

.reservation-room > .image {
	position: relative;
}

.reservation-room > .image .all-reserved {
	position: absolute;
	background: rgba(0,0,0,0.6);
	text-align: center;
	top:0;
	left:0;
	right: 0;
	bottom: 0;	
}

.reservation-room > .image .all-reserved > span {
	position:absolute;
	top: 50%;
	margin-top: -15px;
	left: 15px;
	right: 15px;
	color: #fff;
}

.reservation-room > .image > img {
	display: block;
	width: 100%;
}

.reservation-room > .text {
	padding: 15px 10px 5px 10px;
}

.reservation-room > .text > .title {
	font-size: 18px;
	line-height: 18px;
	max-height: 36px;
	height: 36px;
	font-weight: 800;
	overflow: hidden;
}

.reservation-room > .text > .rooms {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.reservation-room > .text > .persons {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.reservation-room > .times-wrap {
	padding: 0 10px;
}

.reservation-room > .times-wrap > .title {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.reservation-room > .times-wrap > .times {
	
}

.tripadvisor > div > div {
	width: 100% !important;
	margin: 0 !important;
}

.sideb {
	position: sticky;
    top: 50px;
}
.sideb.fixed {
	top: 0;
	position: absolute;
	right: 0;
}

.sideb-content {
	padding: 0;
}

.prices-total-wrap {
	padding:0;
}

.message-today-tomorrow {
    background-color:#ebebeb;
    margin-bottom: 20px;
    padding: 20px;
}

.prices-total-wrap > .title {
	font-size: 24px;
	padding: 0 0 5px 0;
	font-weight: 800;
}

.prices-total-wrap > .item-row {
	line-height: 30px;
}

.prices-total-wrap > .item-row > i {
	font-size: 17px;
	padding-right: 5px;
}

.prices-total-wrap > .rooms {
	padding-top: 15px;
}

.prices-total-wrap > .rooms > .room {
	width: 100%;
	border-bottom: dashed 1px #ccc;
	padding: 10px 5px 10px 0px;
	position: relative;
}

.prices-total-wrap > .rooms > .room > .room-name {
	line-height: 18px;
	padding-right: 20px;
}

.prices-total-wrap > .rooms > .room > .room-teams {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 7px;
	padding: 10px 20px 10px 0;
}

.prices-total-wrap > .rooms > .room:first-child {
	border-top: dashed 1px #ccc;
}

.prices-total-wrap > .rooms > .room > .room-time {
	display: inline-block;
	background-color: var(--primary-color);
	color: #fff;
	width: 30%;
	margin-right: 5%;
	padding: 5px 0;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	float: left;
	font-weight: 800;
}

.prices-total-wrap > .rooms > .room > .personen {
	width: 65%;
	float: left;
}

.prices-total-wrap > .rooms > .room > .personen select {
	min-height: 35px !important;
	padding: 8px !important;
	width: 100%;
}

.prices-total-wrap > .rooms > .room > .remove {
	position: absolute;
	top: 5px;
	right: 5px;
}

.prices-total-wrap > .rooms > .room > .remove i {
	cursor: pointer;
	font-size: 16px;
}

.prices-total-wrap > .rooms > .room > .remove i:hover {
	color: #ce0a2e;
}

.button.add-to.disabled {
    background-color: #ebebeb;
    cursor: not-allowed;
	border:solid 2px #ebebeb;
	color: #9B9B9B !important;
}
.button.add-to {
   	background-color: var(--secondary-color);
	border:solid 2px var(--secondary-color);
	color: #fff !important;
    display: block;
	font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    padding: 12px 0;
    text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.2s linear;
	transition-property: background-color, border-color;
}
.button.add-to:hover {
	text-decoration: none;
}

.button.add-to:not(.disabled):hover {
	background: none;
	border-color: #fff;
	
}


#confirmbox .content .buttons .btn.confirm,
#confirmbox .content .buttons .btn.cancel {
	color: var(--primary-color) !important;
}


.winkelwagen-overzicht {
	width:100%;
	margin-top:10px;
	margin-bottom:30px;


}
.winkelwagen-overzicht  .total-price {
	font-size:18px;	
	font-weight: 800;
	text-align:right;
	padding-right:30px;
	margin-top:20px;
}

.winkelwagen-overzicht  .total-price .lbl {
	padding-right:50px;	
}

.winkelwagen-overzicht  .total-price .price {
	width:110px;
	display: inline-block;
}

.winkelwagen-overzicht  .total-price-pp {
	font-size:13px;	
	font-weight: 800;
	text-align:right;
	padding-right:30px;
	margin-top:15px;
}

.winkelwagen-overzicht  .total-price-pp .lbl {
	padding-right:50px;	
}

.winkelwagen-overzicht  .total-price-pp .price {
	width:110px;
	display: inline-block;
}

.winkelwagen-overzicht .btw-message-cart {
	font-size:11px;	
	text-align:right;
	padding-right:195px;
	margin-top: -5px;
}

.winkelwagen-overzicht .item {
	width:100%;
	padding:3px 3px 3px 10px;
	background-color: #ebebeb;
	margin-bottom:10px;
}

.winkelwagen-overzicht .item .teams {
	font-size:14px;
	width:15%;
	float:left;
	text-align:center;
	height:37px;
	line-height:37px;
	font-weight: 800;
	color: #4d4d4d;
}

.winkelwagen-overzicht .item .time {
	float:left;
	width:11%;	
	border-radius:5px;
	background-color:var(--primary-color);
	color:#fff;
	font-weight: 800;
	text-align:center;
	font-size:14px;

	height:37px;
	line-height:37px;
}

.winkelwagen-overzicht .item .name {
	color:#4d4d4d;
	font-size:14px;
	float:left;
	font-weight: 800;
	height:37px;
	line-height:37px;
	width:30%;
	padding-left:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.winkelwagen-overzicht .item .amount {
	float:left;
	width:20%;
	height:37px;
	line-height:37px;	
	font-weight: 800;
	font-size:14px;
}

.winkelwagen-overzicht .item .amount > select {
	width: 150px !important;
	min-height: 30px !important;
	padding: 3px 8px !important;
	max-height: 30px !important;
}

.winkelwagen-overzicht .item .price {
	float:left;
	width:15%;
	height:37px;
	line-height:37px;	
	font-weight: 800;
	font-size:14px;
	color: #4d4d4d;
}

.winkelwagen-overzicht .item .price span.small {
	font-size:12px;	
	text-transform:none;
}

.winkelwagen-overzicht .item .delete {
	float:left;
	width:9%;
	height:37px;
	line-height:37px;	
	text-align:right;
	padding-right:20px;
	font-weight: 800;
	font-size:14px;
}

.winkelwagen-overzicht .item .delete a {
	color:#4d4d4d;
	text-decoration: none;
}

.winkelwagen {
	display: block;
	float: left;
	text-align: right;
	width: 100%;
}

.winkelwagen .txt {
	display:inline-block;
}

.winkelwagen .txt > a {
	padding-left:15px;
	color: #535353;
}

.winkelwagen .txt:hover > a {
	text-decoration:none;	
	color:#e3b600;
}

.winkelwagen .txt > a span.total {
	padding-right:7px;

}

.winkelwagen .txt > a span.txt > span {
	display:none;
}
.winkelwagen .txt > a span.txt > span.active {
	display:block !important;
}

.ideal-logo {
	background-image: url("/site/images/ideal-logo.png");
	background-position: 90% 6px;
	background-repeat: no-repeat;
}

.add-another {
	background:none;
	width:40%;
	font-weight: 800;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:30px;
	display:block;
	text-align:center;
	text-decoration: none !important;
	border: 2px solid #fff;
	transition: 0.2s linear;
	transition-property: background-color, color, border-color;
}

.add-another:hover {
	color:#fff;
	text-decoration:none;	
	background-color: var(--primary-color);
	opacity:0.9;
	color: #fff !important; 
	border: 2px solid var(--primary-color);
}

.vr-rechts-blok-1 {
	background-color: #f6f6f6;
	margin: 20px 0;
	background-image: url(/site/images/vr-blok-rechts-mensen.png);
	background-repeat: repeat-x;
}

.vr-rechts-blok-1 > .padding {
	padding: 15px 25px 110px 25px !important;
	font-size: 14px;
	line-height: 24px !important;
}

.vr-rechts-blok-2 {
	margin-top: 20px;
	border: solid 1px #fff;
}

.vr-rechts-blok-2 > .padding {
	padding: 15px 35px !important;
	font-size: 14px;
	line-height: 24px !important;
}

.vr-rechts-blok-2 > .padding a[rel="button"] {
	letter-spacing:  0;
	border:none;
	background-color: #e3b700;
	border: solid 1px #e3b700;
	color: #fff;
}

.vr-rechts-blok-2 > .padding a[rel="button"]:hover {
	background-color: #ECC110;
}

#payment-page-three span.title {
    display: block;
    width: 100%;
}
#reserveren-div span.title {
   	color: #fff;
   	display: block;
	font-weight: 800;
   	font-size: 24px;
   	margin-bottom: 20px;
   	padding: 10px 10px 0px 15px;
  	width: 100%;
}

#payment-page-three > .span60, #payment-page-three > .span40 {
    padding: 0 15px;
}

#payment-page-three .left.first .label {
    display: inline-block;

    padding-right: 30px;
}
#reserveren-div div.label {
   
}
.select-wrap {
    border-radius: 8px;
    display: inline-block;
    padding: 5px;
}

#reserveren-div input[type="radio"] {
    border-radius: 50px;
    padding: 7px;
}
#reserveren-div input[type="radio"],
#reserveren-div input[type="checkbox"] {
    width: auto;
}
#reserveren-div input,
#reserveren-div select {
    max-height: 40px;
}
#reserveren-div input,
#reserveren-div textarea,
#reserveren-div select {
    background-color: #fff;
    color: #4d4d4d;
    width: 100%;
}
#payment-page-three .total_price {
    display: block;
	font-weight: 800;
    font-size: 24px;
    text-align: right;
    width: 100%;
}
#payment-page-three .total_price .lbl {
    padding-right: 50px;
}
#payment-page-three .total_price .prc {
}

.ideal-message {
    background-color: #C57878;
    display: none;color: #fff;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}


#payup_btn.disabled {
    background-color: #ebebeb;
    cursor: not-allowed;
	border:solid 2px #ebebeb;
	color: #9B9B9B !important;
}

#payup_btn {
	cursor: pointer;
	background: var(--primary-color);
	border: 2px solid #fff;
    color: #fff;
    display: block;
	font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    width: auto;
	transition: 0.2s ease-in-out;
	transition-property: background-color, color, border-color;
}

#payup_btn:not(.disabled):hover {
	background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.text.reserveren .date-title, .text.reserveren .persons-title {
    padding: 0 15px 10px;
}
.text.reserveren .date-title {
    float: left;
    width: 56%;
}
.text.reserveren .date-title > i, .text.reserveren .persons-title > i {
    font-size: 18px;
}

.text.reserveren .date-title > span, 
.text.reserveren .persons-title > span {
	font-weight: 800;
}

#reserveren-div > .span50.left, #reserveren-div > .span50.right, #reserveren-div > .span100 {
    padding: 10px 15px;
}
.height-30 {
    height: 30px;
}


#reserveren-div .left {
    padding-right: 40px;
}
.row_content .left {
    float: left;
}

#reserveren-div div.label.short {
    display: inline-block;
    padding-right: 30px;
}

.ie9-logo {
	display: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.space-reviews {
	background-color: var(--secondary-color);
}

.space-reviews > div {
	padding: 50px 0;
	color: #fff;
}

.space-reviews > div .artikel {
	padding: 0 20px;
}

.space-reviews > div .artikel.review ul {
	padding: 0;
	list-style: none;
}

.space-reviews > div .artikel.review ul > li::before {
	font-family: fontAwesome;
	content: "\f00c ";
	padding-right: 5px;
}

.space-reviews > div .artikel > .padding {
	border: solid 2px #fff;
	background: none;
	padding: 30px;
}

.space-reviews > div .artikel h3,
.space-reviews > div .artikel h4 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
}

.space-reviews > div .artikel.first-child > .padding a:not([rel="button-blue"]) {
	color: #06b4cd;
}

.vr-slider > div {
	max-width: 100%;
}

.article.item-popup {
	position: fixed;
	inset: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
}

.article.item-popup.hide {
	top: -150%;
	bottom: 100%;
}

.article.item-popup > .margin {
	width: 100%;
	border-radius: 3px;
	margin: 0px auto;
	margin-top: 5%;
}

.article.item-popup.slide-top > .margin {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.article.item-popup.centered > .margin {
	position: fixed;
	top: 50%;
}

.article.item-popup.centered.hide > .margin {
	top: -100%;
}

.article.item-popup.bottom > .margin {
	position: fixed;
	bottom: 0px;
}

.article.item-popup.bottom.hide > .margin {
	bottom: -100%;
}

.article.item-popup.small > .margin {
	max-width: 300px;
}

.article.item-popup.middle > .margin {
	max-width: 600px;
}

.article.item-popup.large > .margin {
	max-width: 1100px;
}

.article.item-popup > .margin > .padding {
	position: relative;
	padding: 40px !important;
	color: #000;
	border: solid 3px #000;
	border-radius: 3px;
	margin: 0px;
	background-color: #fff;
}

.article.item-popup > .margin > .close {
	position: relative;
	right: 0;
	font-size: 14px;
	line-height: 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 10001;
	text-align: right;
}

.article.item-popup > .margin > .close i {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	top: 2px;
	margin-left: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.article.item-popup > .margin > .close:hover i {
	transform: rotate(180deg);
}

.article.item-popup > .margin > .padding h2,
.article.item-popup > .margin > .padding h3,
.article.item-popup > .margin > .padding h4 {
	margin: 0px;
	padding: 0 0 20px 0;
}

.article.item-popup > .margin > .padding a {
	font-weight: 400;
}

.article.item-popup > .margin > .padding ul {
	margin: 0px !important;
}

.article.item-popup > .margin > .padding > figure {
	display: block;
}

.article.item-popup > .margin > .padding > figure > img {
	display: block;
	margin-bottom: 20px;
}

.article.item-popup > .margin > .padding .align-button {
	text-align: right;
	padding-top: 40px;
}

.article.item-popup > .margin > .padding a[rel="button"] {
	background-color: #747574;
	padding: 10px 30px 10px 20px;
	font-size: 16px;
	line-height: 20px;
	transition: background-color 0.2s linear;
}

.article.item-popup > .margin > .padding a[rel="button"]:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	position: relative;
	top: 1px;
	left: 10px;
}

.article.item-popup > .margin > .padding a[rel="button"]:hover {
	background-color: #525252;
}

.article.item-popup > .margin > .padding a strong {
	font-weight: 700;
}

#mc_embed_signup_scroll input[type="email"] {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 34px;
}

#mc_embed_signup_scroll input[type="submit"] {
	width: 100%;
	margin-top: 10px;
	background-color: var(--primary-color);
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 34px;
	border: none;
}

.show-grid {
	display: flex;
	flex-wrap: wrap;
}
.show-grid > .artikel > .padding {
	height: 100%;
}



.row.row_arrangementen {
	color: #fff;
}
.row.row_arrangementen .row-fluid > .artikel > .padding {
	padding: 15px 15px;
}
.row.row_arrangementen .row-fluid > .artikel.arrangement > .padding > div {
	height: 100%;
}
.row.row_arrangementen .row-fluid > .artikel.arrangement > .padding > div > table {
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.67);
	height: 100%;
}
.row.row_arrangementen .row-fluid > .artikel.arrangement > .padding > div > table tbody {
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
}
.row.row_arrangementen .row-fluid > .artikel > .padding > div > table tbody tr:last-child {
	margin-top: auto;
}
.row.row_arrangementen .row-fluid > .artikel > .padding > div > table img {
	width: 100%;
}
.row.row_arrangementen h1 {
	color: #fff;
	font-size: 60px;
}
.row.row_arrangementen h2 {
	color: #e3b600;
	font-size: 29px;
	font-family: evelethclean_thin;
}
.row.row_arrangementen ul {
	list-style: none;
	padding: 0px;
}
.row.row_arrangementen ul > li {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	font-family: 'evelethclean_thin';
	padding-left: 13px;
	padding-right: 13px;
}
.row.row_arrangementen ul > li:before {
	font-family: 'fontAwesome';
	content: '\f00c';
	color:#e3b600;
	font-weight: lighter;
	padding-right: 5px;
	font-size: 28px;
}
.row.row_arrangementen > div {
	background: none;
}
.row.row_arrangementen > div table {
	position: relative;
	background-color: var(--primary-color);
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.row.row_arrangementen > div table h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}
.row.row_arrangementen > div table td {
	padding: 0px;
}
.row.row_arrangementen > div table > tbody > tr:nth-child(2) td {
	margin-top: -65px;
	display: block;
	height: 90px;
}
.row.row_arrangementen > div table > tbody > tr:nth-child(3) td {
	height: 75px;
}
.row.row_arrangementen > div table > tbody > tr:nth-child(4) td {
	height: 90px;
}
.row.row_arrangementen > div table > tbody > tr:not(:nth-child(1)) td {
	padding-left: 30px;
	padding-right: 30px;
}
.row.row_arrangementen a[rel="info-popup"] {
	display: inline-block;
	background-color: var(--secondary-color);
	font-size: 14px;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	color: rgb(255, 255, 255) !important;
}

.form-popup-wrap {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
}
.form-popup-wrap > .popup {
	position: absolute;
	float: none;
	padding: 35px 40px;
	max-width: 450px;
	width: 100%;
	top: 10%;
	left: 50%;
	margin-left: -225px;
	background-image: url(/site/images/bg-pattern.jpg);
}
.form-popup-wrap > .popup .close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #4d4d4d;
	cursor: pointer;
}
.form-popup-wrap > .popup .close-popup i {
	font-weight: 400;
}
.form-popup-wrap > .popup .header {
	font-size: 18px;
	color: var(--primary-color);
	font-family: eveleth_regularbold;
	text-align: center;
}
.form-popup-wrap > .popup .title {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #4d4d4d;
	text-align: center;
}
.form-popup-wrap > .popup .message {
	float: left;
	width: 100%;
	background-color: #D37778;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}
.form-popup-wrap > .popup .message-succes {
	display: none;
	padding: 50px 0px;
	text-align: center;
}
.form-popup-wrap > .popup .input {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-popup-wrap > .popup .input .prefix {
	float: left;
	background-color: var(--primary-color);
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-top: 7px;
	border: solid 1px #c1c1c1;
	border-right: none;
}
.form-popup-wrap > .popup .input .prefix i {
	margin-bottom: 10px;
}
.form-popup-wrap > .popup .input input {
	float: left;
	width: calc(100% - 45px);
	height: 45px;
}
.form-popup-wrap > .popup .input textarea {
	width: 100%;
}
.form-popup-wrap > .popup .input select {
	width: calc(100% - 45px);
	height: 45px;
}
.form-popup-wrap > .popup .input label {
	float: left;
	width: 100%;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
}
.form-popup-wrap > .popup .input label.small {
	font-size: 12px;
}
.form-popup-wrap > .popup .send_button a {
	display: inline-block;
	background-color: var(--primary-color);
	font-family: eveleth_regularbold;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	margin-top: 15px;
	color: rgb(255, 255, 255) !important;
	border-radius: 5px;
	width: 100%;
}
.form-popup-wrap > .popup .extra-info {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.form-popup-wrap > .popup .cancel {
	text-align: center;
}
.form-popup-wrap > .popup .cancel a {
	font-size: 14px;
	color: #4d4d4d;
	text-decoration: underline;
}


@media (max-width:1450px),(max-device-width:1450px) and (orientation:landscape) {
	.row.home_video {
		min-height: 700px;
		position: relative;
	}
}

@media (max-width:1250px),(max-device-width:1250px) and (orientation:landscape) {
	.row.home_video {
		min-height: 600px;
		position: relative;
	}
}

@media (max-width:1070px),(max-device-width:1070px) and (orientation:landscape) {
	.row.home_video {
		min-height: 550px;
		position: relative;
	}
	
		
}



@media (max-width:1190px),(max-device-width:1190px) and (orientation:landscape) {
	.vr-tarieven-wrap > div > .body > .item {
		margin-right: 12px;
	}
	
	.row.top > div > .logo-menu-wrapper > a {
		padding-left: 10px;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:last-child {
		padding-right: 10px;
	}
	
}

@media (max-width:1140px),(max-device-width:1140px) and (orientation:landscape) {
	#devicegrade{ z-index:8 }
	
	.slick-prev {
		left: -40px;
	}
	
	.slick-next {
		right: -40px;
	}
	
	.vr-tarieven-wrap > div > .body > .item {
		margin-right: 4px;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li {
		padding: 0 10px;
	}
}




/* - A */
@media (max-device-width:1023px) and (orientation:landscape) {
	/*Tablet landscape*/
	#devicegrade{ z-index:10 }
	
	
	#devicegrade > div:after { 
		content: "A";
	} 
	
	body .row_content .artikel.span33 table tr td a:not([rel="button"]):not([rel="button-blue"]) {
		font-size: 20px;
	}
	
	.row.home_video {
		min-height: 425px !important;
	}
	
	.vr-rechts-blok-1 {
		background-position: bottom;
	}
	
	.vr-rechts-blok-2 {
		background-position: center;
		background-size: cover;
	}
	.vr-rechts-blok-1 > .padding {
		padding: 15px 10px 100px 10px !important;
	}
	
	#video-overlay-shadow {
		opacity: 0.35;
	}

	.row.top > div > .languages {
		display: none;
	}
	
	.row.top > div > .logo-menu-wrapper {
		margin-top: 0;
		padding-top: 30px;
	}
	
	body:not(.name_home) .row.top > div > .logo-menu-wrapper {
		text-align: center;
		display: block;
	}
	
	body:not(.name_home) .row.top > div > .logo-menu-wrapper > a {
		display: inline-block;
	}
	
	body .row_content .artikel.span33 table tr:nth-child(3) td p {
		min-height: 210px;
	}
	
	body.id-469 .row.row_content form label input, 
	body.id-469 .row.row_content form label select, 
	body.id-469 .row.row_content form label textarea {
		min-width: 60%;
	}
	
	body .row.row_content .artikel.grijze-blok{
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	body .grijze-blok table tr:nth-child(5) td {
		min-height: 140px;
		display: block;
	}
	
	.room-slider-responsive {
		max-width: 100%;
	}
	
	body.id-454 .grijze-blok > .padding > table > tbody > tr:nth-child(2) td {
		display: block;
		min-height: 510px;
	}
	
	
	.tijden .time:hover {
		background-color: #ebebeb;
		color: #4b4640;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu {
		
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:not(.logo) > a:hover, 
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:not(.logo) > a:focus, 
	.row.top > div > .logo-menu-wrapper > .menu > ul > li.currentpath:not(.logo) > a {
		background: none;
		color: var(--primary-color);
	}
	
	
	
	body.id-466 .row.row_content .artikel.span25:nth-child(2n+1) , 
	body.id-467 .row.row_content .artikel.span25:nth-child(2n+1)  {
		clear: both;
	}
	
	
	.row.top > div > .logo-menu-wrapper > .menu > ul {
		display: -webkit-flex;
  		display: flex;
	}
	.row.top > div > .logo-menu-wrapper > .menu > ul > li {
		width: auto !important;
		-webkit-flex: 1;
        flex: 1;
		
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:nth-child(5) {
		-webkit-box-ordinal-group: 6;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:nth-child(6) {
		-webkit-box-ordinal-group: 7;
		-moz-box-ordinal-group: 7;
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:nth-child(7) {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}
	
	.slick-prev {
		left: 0;
	}
	
	.slick-next {
		right:0;
	}
	
	.row.blue > div {
		padding: 80px 20px;
	}
	
	.row.row_footer > div {
		padding: 80px 20px 60px 20px;
	}
	
	.room-slider-responsive .slide > .image {
		width: 240px;
		height: 240px;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li {
		width: 18%;
	}
	
	.row.top > div > .languages {
		padding-right: 10px;
	}
	
	.row.home_video {
		min-height: 630px;
		
	}
	
	.row.row_footer .artikel {
		width: 33.3%;
		min-width: 33.3%;
		max-width: 33.3%;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:not(.logo) {
		display: none;
	}
	
	.row.top > div > .logo-menu-wrapper > a {
		padding-left: 15px;
	}
	
	.row.home_video > div.text-overlay {
		line-height: 630px;
	}
	
	.row.home_video > div.text-overlay span.large {
		font-size: 48px;
		line-height: 68px;
	}
	
	.vr-tarieven-wrap > .single-room-wrap,
	.vr-tarieven-wrap > .double-room-wrap {
		width: 100%;
	}
	.vr-tarieven-wrap > .single-room-wrap {
		margin-bottom: 40px;
	}
	
	.vr-tarieven-wrap > div > .body > .item {
		margin-right: 40px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td span {
		font-size: 34px;
		line-height: 38px;
	}
	
	body .row.row_content .artikel:not(.span33) {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 30px;
	}
	
	body .row.row_content .artikel:not(.span33) > .padding {
		min-height: 0;
	}
	
	.menu-list-wrap {
		display: block;
	}
	
	.row.row_content form label input, 
	.row.row_content form label select, 
	.row.row_content form label textarea,
	.row.row_content label > p{
		min-width: 100%;
	}
}

/* - B */
@media (max-device-width:1023px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape) {
	/*Tablet portrait*/
	#devicegrade{z-index:20}
	
	#devicegrade > div:after { 
		content: "B";
	} 
	
	.row.top > div > .logo-menu-wrapper {
		margin-top: 15px;
	}
	
	.row.top > div > .logo-menu-wrapper > a {
		padding-left: 15px;
	}
	
	.row.row_content form label input, 
	.row.row_content form label select, 
	.row.row_content form label textarea,
	.row.row_content label > p{
		min-width: 100%;
	}
	
	.row.top > div > .logo-menu-wrapper {
		margin-top: 0;
		padding-top: 30px;
	}
	
	.space-reviews > div .artikel {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	body:not(.name_home) .row.top > div > .logo-menu-wrapper {
		text-align: center;
		display: block;
	}
	
	body:not(.name_home) .row.top > div > .logo-menu-wrapper > a {
		display: inline-block;
	}
	
	#video-overlay-shadow {
		opacity: 0.35;
	}
	
	body .row_content .artikel.span33 table tr:nth-child(3) td p {
		min-height: 210px;
	}
	
	.room-slider-responsive {
		max-width: 100%;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li.logo img { 
		max-width: 180px;	
		margin-left: 0;
	}
	
	.row.home_video {
		min-height: 375px !important;
	}
	
	.row.row_footer > div {
		padding: 30px 20px 10px 20px;
	}
	
	.vr-rechts-blok-1 {
		background-position: bottom;
	}
	
	.vr-rechts-blok-2 {
		background-position: center;
		background-size: cover;
	}
	.vr-rechts-blok-1 > .padding {
		padding: 15px 10px 100px 10px !important;
	}
	
	.tijden .time:hover {
		background-color: #ebebeb;
		color: #4b4640;
	}
	
	body.id-469 .row.row_content form label input, 
	body.id-469 .row.row_content form label select, 
	body.id-469 .row.row_content form label textarea {
		min-width: 100%;
	}
	
	.row.blue > div {
		padding: 80px 20px;
	}
	
	.row.home_video > div.text-overlay span.large {
		font-size: 48px;
		line-height: 68px;
	}
	
	.slick-prev {
		left:-20px;
	}
	
	.slick-next {
		right: -20px;
	}
	
	.row.row_other_rooms > div {
		padding: 80px 20px 40px 20px;
	}
	.room-slider-responsive .slide > .image {
		width: 225px;
		height: 225px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(2) td {
		padding: 20px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td span {
		font-size: 36px;
		line-height: 46px;
		padding: 0 20px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:first-child > td:first-child {
		background-position: center;
		background-size: cover;
	}
	
	.vr-tarieven-wrap > .single-room-wrap, 
	.vr-tarieven-wrap > .double-room-wrap {
		width: 100%;
	}
	
	.vr-tarieven-wrap > div > .body > .item {
		margin-right: 40px;
	}
	
	.menu-list-wrap {
		display: block;
	}
	
	.vr-tarieven-wrap > .single-room-wrap {
		margin-bottom: 40px;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li:not(.logo) {
		display: none;
	}
	

	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td span {
		font-size: 32px;
		line-height: 36px;
		padding: 0;
		min-height: 72px;
		
	}
	
	body.id-454 .grijze-blok > .padding > table > tbody > tr:nth-child(2) td {
		display: block;
    	min-height: 510px;
	}

	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(2) td {
		padding: 0;
	}
	
	.row.home_video {
		min-height: 550px;
	}
	
	.row.home_video > div.text-overlay {
		line-height: 550px;
	}
	
	
	
	body:not(.name_home) .grijze-blok {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(3) td {
		padding: 15px 15px 5px 15px;
	}
	.row.home_video > div > .video {
		background-size: cover;
	}
	
	.row_content a[rel="button-blue"], .space-reviews a[rel="button-blue"] {
		display: inline-block;
		padding: 15px 15px;
	}
	
	body .row_content .artikel.span33 table tr td a:not([rel="button"]):not([rel="button-blue"]) {
		font-size: 18px;
		padding: 35px 10px;
	}
	
	body .row.row_content .artikel.grijze-blok {
		max-width: 50%;
		min-width: 50%;
		width: 50%;
	}

	
	body .row_content .artikel.span33 table tr td p {
		padding: 30px 15px;
	}
	
	body .grijze-blok table tr:nth-child(5) td {
		display: block;
		min-height: 170px;
	}
	
	.row.row_footer .artikel {
		max-width: 50%;
		min-width: 50%;
		width: 50%;
	}
	
	.row.top > div > .languages > div {
		display: none;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu {
		margin-top: 20px;
	}
	
	.row.top > div > .logo-menu-wrapper > .menu > ul > li {
		width: 100%;
	}

	body.id-466 .row.row_content .artikel.span25, 
	body.id-467 .row.row_content .artikel.span25 {
		width: 35%;
		min-width: 35%;
		max-width: 35%;
	}
	
	body.id-466 .row.row_content .artikel.span75, 
	body.id-467 .row.row_content .artikel.span75 {
		width: 65%;
		min-width: 65%;
		max-width: 65%;
	}
	
	body.id-466 .row.row_content .artikel.span25:nth-child(2n+1), 
	body.id-467 .row.row_content .artikel.span25:nth-child(2n+1) {
		clear: both;
	}
	
	#reserveren-div > .span70 {
		width: 65%;
		min-width: 65%;
		max-width: 65%;
	}
	
	#reserveren-div > .span30 {
		width: 35%;
		min-width: 35%;
		max-width: 35%;
	}
	
	.winkelwagen-overzicht .item .amount > select {
		width: 120px !important ;
	}
	
	.winkelwagen-overzicht .item .amount {
		width: 18%;
	}
	
	.winkelwagen-overzicht .item .price {
		width: 17%;
	}
}

/* - C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and (orientation:landscape) {	
	/*Mobile landscape*/
	#devicegrade{z-index:30}
	
	#devicegrade > div:after { 
		content: "C";
	} 
	
	.row.top > div > .logo-menu-wrapper {
		padding-top: 10px;
	} 
	
	.row.top > div > .logo-menu-wrapper > a > img {
		max-width: 75px;
	}
	
	.row.top > div > .logo-menu-wrapper > a {
		width: 100%;
	}
	body .row.row_content > div {
		padding-top: 30px;
	}
	.row.top > div > .languages {
		padding: 0 20px;
		text-align: center;
		position: absolute;
		top: 285px;
		left: 0;
		right: 0;
		display: block;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody {
		background-repeat: repeat;
	}
	.row.top > div > .languages > div {
		display: block;
	}
	
	.space-reviews > div .artikel {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	.space-reviews > div {
		padding-bottom: 35px;
	}
	
	.row.top > div > .languages > div.left a {
		display: none;
	}
	
	.row.top > div > .languages > div.left a::after {
		content: "";
	}
	
	.row.top > div > .languages > div.left a:first-child {
		display: block;
	}
	
	#mobile-play-button {
		display: block;
	}
	.row.top > div > .logo-menu-wrapper > .menu > ul > li.logo img { 
		max-width: 150px;
		margin-left: 0;
	}
	
	.room-slider-responsive {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	body .row_content .artikel.span33 {
		margin-top: 0 !important;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
	}
	
	body .row_content .artikel.span33 > .padding {
		margin-left: 0;
		margin-right: 0;
	}
	
	body .row_content .artikel.span33 table tr {
		display: none;
	}
	
	body .row_content .artikel.span33 table tr td {
		display: block;
	}
	
	body .row_content .artikel.span33 table tr:first-child {
		display: block;
	}
	
	body .row.row_content .artikel:not(.span33) > .padding {
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
	}
	
	body .row_content .artikel > .padding {
		padding: 20px;
	}
	
	body .row.row_content .artikel:not(.span33) {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	body .row_content .artikel.span33 table tr td a:not([rel="button"]):not([rel="button-blue"]) {
		background: rgba(42, 44, 108,0.6);
		padding: 15px 10px 15px 20px;
		text-align: left;
		position: relative;
	}
	
	body .row_content .artikel.span33:nth-child(3) {
		margin-bottom: 30px;
	}
	
	body .row_content .artikel.span33 table tr td a:not([rel="button"]):not([rel="button-blue"])::after {
		content: "\f105 ";
		font-family: fontAwesome;
		display: inline-block;
		position: absolute;
		right: 20px;
		font-size: 24px;
	}
	
	.row.home_video > div > .gradient-overlay {
		display: none;
	}
	body h1,
	h1{
		font-size: 26px;
	}
	
	body h2, 
	body h3, 
	body h4, 
	body h5, 
	body h6,
	h2,h3,h4,h5,h6 {
		
	}
	.row.home_video {
		min-height: 275px !important;
	}
	
	.tijden .time:hover {
		background-color: #ebebeb;
		color: #4b4640;
	}
	
	.slick-prev {
		left: 0;
	}
	
	.slick-next {
		right:0;
	}
	
	.slick-prev,
	.slick-next {
		width: 50px;
		height: 50px;
	}
	
	.slick-prev::before, 
	.slick-next::before {
		font-size: 50px;
	}
	
	.span50.annulering {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.room-slider-responsive .slide > .image {
		width: 170px;
		height: 170px;
	}
	
	
	.row.row_footer .artikel {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
	
	.row.row_footer > div {
		padding: 30px 20px 10px 20px;
	}
	
	.row.home_video > div.text-overlay span.large {
		font-size: 28px;
		line-height: 38px;
	}
	
	body.id-466 .row.row_content .artikel.span25, 
	body.id-467 .row.row_content .artikel.span25 {
		width: 100%;
		min-width: 100%;
		margin-top: 20px;
		max-width: 100%;
	}
	
	body.id-466 .row.row_content .artikel.span25 *, 
	body.id-467 .row.row_content .artikel.span25 * {
		text-align: center !important;
	}
	
	body.id-466 .row.row_content .artikel.span75, 
	body.id-467 .row.row_content .artikel.span75 {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.row.home_video > div.text-overlay {
		line-height: 420px;
	}
	
	.row.home_video {
		min-height: 420px;
	}
	
	.row.home_video > div.text-overlay span.large > span {
		margin-bottom: 40px;
	}
	
	
	
	.row.blue > div .artikel {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td span {
		font-size: 30px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td a[rel="button"] {
		padding: 10px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(2) td {
		font-size: 16px;
		padding: 0;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(2) td img {
		width: 100%;
	}

	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr:nth-child(2) td a[rel="button"] {
		padding: 10px;
	}
	
	.vr-tarieven-wrap > .single-room-wrap > .body > .item, .vr-tarieven-wrap > .double-room-wrap > .body > .item {
		margin-bottom: 20px;
		margin-right: 23px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td span {
		font-size: 24px;
		line-height: 30px;
		min-height: 90px;
	}
	
	body.id-454 .grijze-blok > .padding > table > tbody > tr:nth-child(2) td {
		min-height: auto;
	}
	
	.row.row_content form label input, 
	.row.row_content form label select, 
	.row.row_content form label textarea {
		min-width: 65%;
	}

	#reserveren-div .span30, 
	#reserveren-div .span70 {
    	max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	
	#reserveren-div .span70 {
		padding-right: 0;
	}
	
	.price-pp, 
	.price-total,
	.btw-message{
		text-align: right;
	}

	.add-another {
		width: 50%;
	}

	.text.reserveren .date-title, 
	.text.reserveren .persons-title {
		width: 100%;
	}

	.winkelwagen-overzicht .item {
		position: relative;
		padding: 10px 20px;
	}
	.winkelwagen-overzicht .item .price {
		width: 100%;
	}

	.winkelwagen-overzicht .item .delete {
		font-size: 19px;
		position: absolute;
		right: 0;
		top: 10px;
	}
	
	.winkelwagen-overzicht .item .amount,
	.winkelwagen-overzicht .item .teams,
	.winkelwagen-overzicht .item .name,
	.winkelwagen-overzicht .item .time {
		width: 50%;
		padding-left:0;
		text-align: left;
	}
	
	.winkelwagen-overzicht .item .name {
		width: 45%;
	}
	
	.winkelwagen-overzicht .item .name,
	.winkelwagen-overzicht .item .time {
		font-size: 18px;
	}
	
	.winkelwagen-overzicht .item .time  {
		background: none;
		color: #31393a;
	}

	.winkelwagen-overzicht .total-price-pp {
		margin-top: 0;
	}

	#reserveren-div > .span50.left, 
	#reserveren-div > .span50.right, 
	#reserveren-div > .span100 {
		padding: 0 0 10px 0;
	}

	#reserveren-div > .left > .span40, 
	#reserveren-div > .left > .span60 {
		float: left;
	}
	#reserveren-div > .left > .span60 {
		max-width: 80%;
		min-width: 80%;
		width: 80%;
	}
	#reserveren-div > .left > .span40, #reserveren-div > .left > .span60 {
		margin: 0;
	}

	#reserveren-div div.span100, 
	#reserveren-div div.span90, 
	#reserveren-div div.span80, 
	#reserveren-div div.span75, 
	#reserveren-div div.span70, 
	#reserveren-div div.span65, 
	#reserveren-div div.span60, 
	#reserveren-div div.span50, 
	#reserveren-div div.span40 {
		float: none;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	
	#reserveren-div > .left > .span40, #reserveren-div > .left > .span60 {
		float: left;
	}
	#reserveren-div > .left > .span40 {
		max-width: 20%;
		min-width: 20%;
		width: 20%;
	}
	
	#confirmbox > .content {
		max-width: 100% !important; 
		width: 90% !important;
		left: 5% !important;
		right: 5% !important;
		margin-left: auto !important;
	}

	#reserveringspagina.pagina-annuleren {
		padding: 20px;
	}
	
	body:not(.name_home) .row.top > div > .languages {
		display: none;
	}
	
	.row.top > div {
		min-height: 115px;
	}
	
	.row.row_content > div.text.reserveren {
		padding: 20px 0;
	}
}

/* - D */
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait) {
	#devicegrade{z-index:40}

	div.span90,
	div.span80,
	div.span75,
	div.span70,
	div.span65,
	div.span66,
	div.span60,
	div.span50,
	div.span40,
	div.span35,
	div.span33,
	div.span30,
	div.span25,
	div.span20,
	div.span15 {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	div.span12,
	div.span10 {
		float: left;
		max-width: 50%;
		min-width: 50%;
		width: 50%;
	}

	#devicegrade > div:after { 
		content: "D";
	}
	.room-slider-responsive {
		max-width: 100%;
	}

	.reservation-room {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.btn.annuleer {
		min-width: 100%;
	}
	
	.row.top > div > .logo-menu-wrapper {
		margin-top: 0;
	}
	
	.tijden .time:hover {
		background-color: #ebebeb;
		color: #4b4640;
	}
	
	.row.top > div > .languages {
		top: 240px;
	}
	
	.row.home_video {
		min-height: 230px !important;
	}
	
	.row.row_footer .artikel {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.row.row_footer > div ul {
		margin-bottom: 20px;
	}

	body .row.row_content .artikel.grijze-blok {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	
	body .grijze-blok table tr:nth-child(5) td {
		min-height: auto;
	}
	.slick-prev {
		left: 0;
	}
	
	.slick-next {
		right:0;
	}
	
	.room-slider-responsive .slide > .image {
		width: 240px;
		height: 240px;
	}
	
	.room-slider-responsive .slide > .image {
		width: 150px;
		height: 150px;
	}
	
	.row.home_video > div.text-overlay span.large > span {
		margin-bottom: 20px;
	}

	.row.home_video > div.text-overlay span.large {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 24px;
    	line-height: 35px;
	}
	
	.row.row_content .artikel.grijze-blok {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	
	#payment-page-three .left.first .label {
		width: 100%;
		padding-right: 0;
	}
	
	#payment-page-three .total_price {
		padding-top: 20px;
	}
	
	body:not(.name_home) .grijze-blok > .padding > table > tbody > tr > td:first-child > table > tbody > tr > td span {
		min-height: auto;
	}

	.add-another {
		width: 100%;
	}

	.winkelwagen-overzicht .total-price-pp .lbl,
	.winkelwagen-overzicht .total-price .lbl {
		padding-right: 0;
		width: 50%;
		float: left;
		text-align: left;
		padding-left: 5px;
	}

	.winkelwagen-overzicht .total-price, 
	.winkelwagen-overzicht .total-price-pp,
	.winkelwagen-overzicht .btw-message-cart{
		padding-right: 0;
	}

	.winkelwagen-overzicht .total-price-pp .price {
		width: 50%;
	}
	
	.vr-tarieven-wrap > div > .body > .item > .body > .week > .price-pp, 
	.vr-tarieven-wrap > div > .body > .item > .body > .weekend > .price-pp {
		text-align: center;
	}
	
	.vr-tarieven-wrap > .single-room-wrap > .body > .item, 
	.vr-tarieven-wrap > .double-room-wrap > .body > .item {
		margin-right: 12px;
	}
	
	body.id-466 .row.row_content .artikel.span25, 
	body.id-467 .row.row_content .artikel.span25 {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}

	.row.row_content form label input, 
	.row.row_content form label select, 
	.row.row_content form label textarea {
		min-width: 100%;
	}
	
	.reserveer-item label.yellow-label {
		width: 30%;
	}

	.reserveer-item .fake-select,
	.reserveer-item .text-label{
		width: 70%;
		
	}
	
	.reserveer-item .text-label {
		line-height: 15px;
	}
	
	.reserveer-item .text-label,
	.reserveer-item .fake-select .options > div.option {
		padding-left: 30px;
		font-size: 15px;
	}
	
	.reserveer-item .text-label {
		line-height: 26px;
	}

	.responsive-calendar .day-headers,
	.responsive-calendar .days {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	
	.row.row_content .artikel {
		width: 100% !important;
		min-width:  100%!important;
		max-width: 100% !important;
	}
	
	.reserveer-item .fake-select,
	.reserveer-item .text-label{
		font-size: 16px;
		max-height: 40px;
	}
	
	.reserveer-item .text-label,
	.reserveer-item .fake-select .options > div.option {
		padding-left: 40px;
	}
	
	.reserveer-item .fake-select .index {
		font-size: 15px;
		line-height: 26px;
		max-height: 30px;
		overflow: hidden;
	}
	
	.row.row_content form label input, 
	.row.row_content form label select, 
	.row.row_content form label textarea,
	.row.row_content label > p {
		min-width: 100%;
	}

	#reserveren-div > .span75 {
		padding-right: 0;
	}
}

/* - E */
@media (max-width:410px),(max-device-width:410px) and (orientation:portrait) {
	#devicegrade{z-index:50}

	#devicegrade > div:after { 
		content: "E";
	}
	
	.row.top > div > .languages {
		top: 225px;
	}
	
	.row.home_video > div {
		overflow: hidden;
	}
	.row.home_video > div > .video {
		width: 100% !important;
		height: 100% !important;
	}
	.row.home_video {
		min-height: 215px !important;
	}
	
	.reserveer-item.times .text-label {
		line-height: 13px;
	}
	
	.reserveer-item.persons .index {
		line-height: 13px;
	}
	
	.reserveer-item .fake-select,
	.reserveer-item .text-label{
		font-size: 16px;
	}
	
	.vr-tarieven-wrap > div > .body > .item > .body > .button a[rel="button"] {
		padding-left:  5px;
		padding-right: 5px;
	}
	
	.vr-tarieven-wrap > .single-room-wrap > .body > .item, .vr-tarieven-wrap > .double-room-wrap > .body > .item {
		margin-right: 5px;
	}
	
	.vr-tarieven-wrap > div > .body > .item {
		width: calc(50% - 8px);
	}
	

	
	.vr-tarieven-wrap > div > .body > .item > .head::after {
		background-position: center;
	}
	
	h1 {
		font-size: 34px;
		line-height: 38px;
	}
	
	body.id-466 .row.row_content .artikel.span25, 
	body.id-467 .row.row_content .artikel.span25 {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
}


@media (max-width:340px),(max-device-width:340px) and (orientation:portrait) {
	.reserveer-item.date .text-label {
		line-height: 13px;
	}
}
