/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web fonts:  http://www.fonts.com
*/

/* -------------------------------------------------------------- fonts */

/* frank-ruhl-libre-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/frank-ruhl-libre-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/frank-ruhl-libre-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/frank-ruhl-libre-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/frank-ruhl-libre-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/frank-ruhl-libre-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/frank-ruhl-libre-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/frank-ruhl-libre-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* -------------------------------------------------------------- CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, h7, p, a, img, strong, b, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,li {
	list-style: none;
}

body {
	line-height: 1;
}

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, *, *:before, *:after {
	   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* :focus {outline: none;}

*, * :active {
	-webkit-tap-highlight-color: rgba(20,77,221,0.05);
}

/* -------------------------------------------------------------- Body */

html, body {
	height: 100%;
}

html {
	  overflow-y: scroll; 
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	width: 100%;
	min-height: 100vh;
	color: #005199;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------- Placeholders */

::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }

/* -------------------------------------------------------------- fonts */

h1,h2,h3,h4,h5,h6,h7 {
	float: left;
	width: 100%;
	max-width: 800px;
	color: #005199;
	overflow-wrap: break-word;
}

h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 4.4em;
	line-height: 1em;
	margin: 0 0 40px 0;
}

h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 3.4em;
	line-height: 1.1em;
	margin: 0 0 40px 0;
}

h3 {
	font-weight: 700;
	font-size: 2.1em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}

h4 {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

h5 {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

h6 {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin: 0 0 10px 0;
}

h7 {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin: 0 0 10px 0;
}

b,strong {
	font-weight: 600;
}

p {
	clear: both;
	width: 100%;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 40px 0;
	word-wrap: break-word;
}

del {
	text-decoration: line-through;
}

a,a:active,a:visited {
	text-decoration: none;
	color: #005199;
	-o-transition: color .3s;
	  -ms-transition: color .3s;
	  -moz-transition: color .3s;
	  -webkit-transition: color .3s;
	 transition: color .3s;
}

a:hover {
	color: #677888;
}

@media (max-width: 768px) {
	h1,h2,h3,h4,h5,h6 {
		width: 85%;
	}
	
	h1 {
		font-size: 3.2em;
	}
	
	h2 {
		font-size: 2.4em;
	}
	
	h3 {
		font-size: 1.7em;
	}
	
	h4 {
		font-size: 1.3em;
	}
	
	h6 {
		font-size: .9em;
	}
	
	h7 {
		font-size: .85em;
	}
	
	p {
		font-size: 1.1em;
	}
}

/* -------------------------------------------------------------- Site */

.site {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	padding: 0 0 0 300px;
}

@media (max-width: 960px), (max-height: 600px) and (orientation: landscape) {
	.site {
		padding: 0;
	}
}

/* -------------------------------------------------------------- Section */

.section {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
}

.target {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	background-color: rgba(0,0,0,0);
	z-index: -1;
}

@media (max-width: 960px) and (min-width: 480px), (max-height: 600px) and (orientation: landscape) {	
	.target {
		top: -60px;
	}
}

@media (max-width: 480px) {
	.target {
		top: -50px;
	}
}

/* -------------------------------------------------------------- Holder */

.holder {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	padding: 0 60px 0 60px;
}

@media (max-width: 960px) and (min-width: 480px), (max-height: 600px) and (orientation: landscape) {
	.holder {
		max-width: 960px;
		padding: 0 40px 0 40px;
	}	
}

@media (max-width: 480px) {
	.holder {
		padding: 0 20px 0 20px;
	}
}

/* -------------------------------------------------------------- Content */

.content {
	position: relative;
	float: left;
	width: 100%;
	padding: 120px 0 200px 0;
}

@media (max-width: 960px), (max-height: 600px) and (orientation: landscape) {
	.content {
		padding: 60px 0 100px 0;
	}
}

/* -------------------------------------------------------------- Columns */

.columns {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 120px);
	margin: -60px;
}

.column {
	width: calc(50% - 120px);
	margin: 60px;
	font-size: 2em;
}

.column p {
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 1.2em;
}

@media (max-width: 1100px) and (min-width: 768px) {
	.columns {
		float: left;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 80px);
		margin: -40px;
	}
	
	.column {
		width: calc(50% - 80px);
		max-width: 600px;
		margin: 40px;
		font-size: 2em;
	}
}

@media (max-width: 768px) {
	.columns {
		width: 100%;
		max-width: 600px;
		margin: -40px 0 -40px 0;
	}
	
	.column {
		width: 85%;
		margin: 40px 0 40px 0;
		font-size: 1.6em;
	}
}

/* -------------------------------------------------------------- part */

.part {
	position: relative;
	float: left;
	width: 100%;
	max-width: 600px;
	margin: 0 0 60px 0;
}

.part:last-child {
	margin: 0;
}

/* -------------------------------------------------------------- Logo */

.logo a,.logo a:active,.logo a:visited {
	position: fixed;
	top: 40px;
	left: 40px;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	color: #005199;
	overflow: hidden;
	z-index: 9999;
}

@media (max-width: 960px) and (min-width: 480px), (max-height: 600px) and (orientation: landscape) {	
	.logo a,.logo a:active,.logo a:visited {
			top: 0;
			left: 40px;
			font-size: 40px;
			line-height: 60px;
		}
}

@media (max-width: 480px) {
	.logo a,.logo a:active,.logo a:visited {
		top: 0;
		left: 20px;
		font-size: 40px;
		line-height: 50px;
	}
}

/* -------------------------------------------------------------- Hamburger */

.hamburger-container {
	position: absolute;
	display: none;
	top: 10px;
	right: 30px;
	width: 44px;
	height: 40px;
	overflow: hidden;
	z-index: 9999;
}

.hamburger {
	display: inline-block;
	width: 44px;
	height: 40px;
	font: inherit;
	overflow: visible;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .2s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 10px;
}

.hamburger-inner {
	top: 50%;
	display: block;
}

.hamburger-inner:after,.hamburger-inner:before {
	position: absolute;
	width: 24px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .2s;
	transition-property: transform;
}

.hamburger-inner:after,.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner:after,.hamburger:hover .hamburger-inner:before,
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	background-color: #005199;
}

.hamburger.is-active:hover .hamburger-inner,.hamburger.is-active:hover .hamburger-inner:after,.hamburger.is-active:hover .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
	background-color: #005199;
}

.hamburger-inner:before {
	top: 0px;
}

.hamburger-inner:after {
	bottom: 0px;
}

.hamburger--squeeze .hamburger-inner:before {
	  transition: top 50ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze .hamburger-inner:after {
	  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 4px;
	  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	  bottom: 4px;
	  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	  transform: rotate(-45deg);
}

@media (max-width: 960px) and (min-width: 480px), (max-height: 600px) and (orientation: landscape) {	
	.hamburger-container {
		display: block;
	}
}

@media (max-width: 480px) {
	.hamburger-container {
		display: block;
		top: 5px;
		right: 10px;
	}
}

/* -------------------------------------------------------------- Header */

header {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background-color: #f7f5f3;
	z-index: 9998;
	overflow: hidden;
}

.nav-box {
	position: relative;
	float: left;
	display: table;
	width: 100%;
	height: calc(100% - 184px);
}

.nav-container {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.nav {
	position: relative;
	float: left;
	width: 100%;
}

.nav a,.nav a:active,.nav a:visited {
	float: left;
	clear: left;
	width: 100%;
	display: inline-block;
	padding: 0 40px 0 40px;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 2em;
	text-decoration: none;
	color: #005199;
}

.nav a:hover {
	color: #677888;
}

.nav a.current {
	padding-left: 34px;
	border-left: 6px;
	border-style: solid;
}

.nav a.current {
	color: #e86800;
	border-color: #e86800;	
}

.nav a:nth-child(1).current {
	color: #e86800;
	border-color: #e86800;	
}

.nav a:nth-child(2).current {
	color: #108457;
	border-color: #108457;	
}

.nav a:nth-child(3).current {
	color: #b00741;
	border-color: #b00741;	
}

.nav a:nth-child(4).current {
	color: #551039;
	border-color: #551039;	
}

@media (max-width: 960px), (max-height: 600px) and (orientation: landscape) {
	header {
		width: 100%;
		-webkit-transition: height 0.5s ease;
		-moz-transition: height 0.5s ease;
		-ms-transition: height 0.5s ease;
		-o-transition: height 0.5s ease; 
		transition: height 0.5s ease;
	}
	
	header.open {
		height: 100%;
		border: 0;
		-webkit-transition: height 0.5s ease;
		-moz-transition: height 0.5s ease;
		-ms-transition: height 0.5s ease;
		-o-transition: height 0.5s ease; 
		transition: height 0.5s ease;
		opacity: 1;
	}	
	
	.nav a,.nav a:active,.nav a:visited {
		-webkit-transition: opacity 150ms ease;
		transition: opacity 150ms ease;
		opacity: 0;
	}
	
	.nav a.open {
		-webkit-transition: opacity 250ms ease;
		transition: opacity 250ms ease;
		-webkit-transition-delay: 250ms;
		transition-delay: 250ms;
		opacity: 1;
	}
}

@media (max-height: 600px) and (orientation: landscape) {
	.nav-box {
		display: block;
		width: 50%;
		height: auto;
		margin: 100px 0 0 0;
	}
	
	.nav-container {
		display: block;
		width: 100%;
		vertical-align: none;
	}
	
	.nav {
		position: relative;
		float: left;
		width: 100%;
	}
}

@media (max-width: 960px) and (min-width: 480px), (max-height: 600px) and (orientation: landscape) {	
	header {
		height: 60px;
	}
}

@media (max-width: 480px) {
	header {
		height: 50px;
	}
	
	.nav a,.nav a:active,.nav a:visited {
		padding: 0 20px 0 20px;
	}
	
	.nav a.current {
		padding-left: 16px;
		border-left: 4px;
		border-style: solid;
	}
}

/* -------------------------------------------------------------- Reserve */

.reserve a,.reserve a:active,.reserve a:visited {
	position: absolute;
	bottom: 160px;
	left: 40px;
	width: calc(100% - 80px);
	padding: 0 10px 0 10px;
	font-weight: 600;
	font-size: 1em;
	line-height: 42px;
	text-decoration: none;
	color: #e86800;
	text-align: center;
	border: 1px solid #e86800;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	cursor: pointer;
	z-index: 999;
}

.reserve i {
	margin: 0 0 0 10px;
}

.reserve a:hover {
	color: #fff;
	border: 1px solid #e86800;
	background-color: #e86800;
}

@media (max-width: 960px), (max-height: 600px) and (orientation: landscape) {
	.reserve a,.reserve a:active,.reserve a:visited {
		display: inline-block;
		top: 15px;
		right: 84px;
		bottom: none;
		left: auto;
		width: auto;
		height: 30px;
		font-size: .9em;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
	.reserve a,.reserve a:active,.reserve a:visited {
		top: 10px;
		right: 64px;
		font-size: .9em;
	}
}

/* -------------------------------------------------------------- Steps */

.steps {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 120px);
	margin: -60px;
}

.step:nth-child(odd) {
	width: calc(40% - 120px);
	margin: 60px;
}

.step:nth-child(even) {
	width: calc(60% - 120px);
	margin: 60px;
}

.step img {
	float: left;
	width: 100%;
	max-width: 100% !important;
	height: auto;
	margin: 0 0 20px 0;
}

@media (max-width: 1100px) and (min-width: 768px) {
	.steps {
		float: left;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 80px);
		margin: -40px;
	}
	
	.step:nth-child(odd) {
		width: calc(40% - 80px);
		margin: 40px;
	}
	
	.step:nth-child(even) {
		width: calc(60% - 80px);
		margin: 40px;
	}
}

@media (max-width: 768px) {
	.steps {
		float: left;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 40px);
		margin: -20px;
	}
	
	.step:nth-child(odd) {
		width: calc(40% - 40px);
		margin: 20px;
	}
	
	.step:nth-child(even) {
		width: calc(60% - 40px);
		margin: 20px;
	}
}

/* -------------------------------------------------------------- Footer */

.footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: calc(100% - 80px);
}

@media (max-width: 960px), (max-height: 600px) and (orientation: landscape) {
	.footer {
		-webkit-transition: opacity 150ms ease;
		transition: opacity 150ms ease;
		opacity: 0;
	}

	.footer.open {
		-webkit-transition: opacity 250ms ease;
		transition: opacity 250ms ease;
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms;
		opacity: 1;
	}
}

@media (max-height: 600px) and (orientation: landscape) {
	.footer {
		position: relative;
		float: left;
		width: 50%;
		margin: 100px 0 0 0;
		bottom: auto;
		left: auto;
	}
}

@media (max-width: 480px) {
	.footer {
		left: 20px;
		width: calc(100% - 40px);
	}
}

/* -------------------------------------------------------------- Quick Menu */

.quick-menu a, .quick-menu a:active, .quick-menu a:visited {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: .95em;
	line-height: 29px;
	text-decoration: none;
	border-bottom: 1px solid #005199;
	color: #005199;
}

.quick-menu a:hover {
	color: #677888;
	border-bottom: 1px solid #677888;
}

/* -------------------------------------------------------------- Social */

.social {
	float: left;
	margin: 10px 0 0 -10px;
}

.social a,.social a:active,.social a:visited {
	display: inline-block;
	padding: 0 10px 0 10px;
	font-weight: 500;
	line-height: 26px;
	font-size: 1em;
	color: #005199;
}

.social a:hover {
	color: #677888;
}

/* -------------------------------------------------------------- Language */

.language a,.language a:active,.language a:visited {
	float: right;
	width: 28px;
	height: 26px;
	margin: 10px 0 0 0;
	line-height: 25px;
	font-style: normal;
	font-weight: 600;
	font-size: .75em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #005199;
	border: 1px solid #005199;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	z-index: 999;
	overflow: hidden;
}

.language a:hover {
	color: #fff;
	border: 1px solid #005199;
	background-color: #005199;
}

@media (max-width: 960px), (max-height: 600px) and (orientation: landscape) {
}

@media (max-width: 480px) {
}

/* -------------------------------------------------------------- Action */

.action a,.action a:active,.action a:visited {
	position: relative;
	display: inline-block;
	padding: 0 0 5px 0;
	font-weight: 600;
	text-decoration: none;
	color: #e86800;
	border-bottom: 1px solid #e86800;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	cursor: pointer;
	z-index: 999;
}

.action i {
	margin: 0 0 0 10px;
}

.action a:hover {
	color: #e86800;
	border-bottom: 1px solid #e86800;
}

/* -------------------------------------------------------------- Button */

.button a,.button a:active,.button a:visited,
.chat-button,
.Gulden-button {
	position: relative;
	display: inline-block;
	margin: 6px 10px 0 0;
	padding: 0 0 5px 0;
	font-weight: 500;
	text-decoration: none;
	color: #e86800;
	border-bottom: 1px solid #e86800;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	cursor: pointer;
	z-index: 999;
}

.button i,
.chat-button i,
.Gulden-button i {
	margin: 0 0 0 10px;
}

.button a:hover,
.chat-button:hover
.Gulden-button:hover {
	color: #677888!important;
	border-bottom: 1px solid #677888;
}

/* -------------------------------------------------------------- Gulden Symbol */

.gulden-symbol-holder {
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
}

.gulden-symbol {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	padding-top: 100%;
	background-image: url('img/gulden-symbol.png') !important;
	background-image: url('img/gulden-symbol.svg'), linear-gradient(transparent, transparent) !important;
	background-size: cover !important;
	opacity: .6;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.gulden-symbol {
		background-image: url('img/gulden-symbol.png') !important;
		background-image: url('img/gulden-symbol.svg'), linear-gradient(transparent, transparent) !important;
		background-size: cover !important;	
	}
}

/* -------------------------------------------------------------- Cover */

.cover {
	float: left;
	width: 100%;
	padding: 100px 0 20px 0;
	background-color: #005199;
}

.cover h1,
.cover h2 {
	color: #fff;	
}

.cover h6 {
	color: #f7f5f3;
}

@media (max-width: 960px) {
	.cover {
		padding: 100px 0 10px 0;
	}
}

/* -------------------------------------------------------------- Title */

.title {
	position: relative;
	float: left;
	width: 100%;
	padding: 160px 0 20px 0;
	background-color: #005199;
	overflow: hidden;
	z-index: 2;
}

.title h1,
.title h2 {
	color: #fff;	
}

.title h6 {
	color: #f7f5f3;
}

@media (max-width: 960px) {
	.title {
		padding: 160px 0 10px 0;
	}
}

/* -------------------------------------------------------------- Title Heads */

.title-head {
	position: absolute;
	height: 100%;
	aspect-ratio: 12/10;
	top: 0;
	right: 0;
	z-index: -1;
}

.joost-van-den-vondel {
	background-color: #088543;
}

.joost-van-den-vondel .title-head {
	background-image: url('img/joost-van-den-vondel.png') !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.jan-pietersz-sweelinck {
	background-color: #b00741;
}

.jan-pietersz-sweelinck .title-head {
	background-image: url('img/jan-pietersz-sweelinck.png') !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.baruch-d-espinoza {
	background-color: #108457;
}

.baruch-d-espinoza .title-head {
	background-image: url('img/baruch-d-espinoza.png') !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.watersnip {
	background-color: #551039;
}

.watersnip .title-head {
	background-image: url('img/watersnip.png') !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

@media (max-width: 480px) {
	.title-head {
		aspect-ratio: 7/10;
	}
}

/* -------------------------------------------------------------- Smallchat */

#Smallchat, #chat-button {
   display: none;
}

#Smallchat.display, #chat-button.display {
   display: inline-block;
}

/* -------------------------------------------------------------- Slack */

.Gulden-desc {
	float: left;
	width: 100%;
}

.Gulden-desc p {
	font-size: .9em;
}

.Gulden-desc a,.Gulden-desc a:active,.Gulden-desc a:visited {
	color: #005199;
}

.Gulden-desc a:hover {
	color: #677888;
}

/* -------------------------------------------------------------- 404 */

.notfound {
	background-color: #380024;
}

.notfound h2 {
	color: #fff;
}

/* -------------------------------------------------------------- Bottom */

.bottom {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0 100px 300px;
	border-top: 1px solid #e9e7e5;
}

@media (max-width: 960px) {	
	.bottom {
		padding: 100px 0 100px 0;
	}
}

/* -------------------------------------------------------------- Footer */

#Smallchat .Layout {
	box-shadow: none !important;
}

/* -------------------------------------------------------------- Terms */

.terms h5 {
	color: #677888;	
}

.terms p {
	font-size: .9em;
	line-height: 1.4em;
	color: #677888;
}