

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #f2f6f6;
	font-weight: 300;
	color: rgba(0,0,0,0.75);
	font-size: 15px;
}

.wrapper {
	width: 960px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.not-visible {
	visibility: hidden;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}
.message {
	display: block;
	width: auto;
	height: auto;
	background-color: #cc1d00;
	border-radius: 3px;
	padding: 7px 10px;
	color: #fff;
	font-size: 18px;
	margin: 0 0 8px 0;
}
.message-green {
	background-color: #00b827;
}

input[type=text],
textarea,
select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin: 4px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #b8c3c6;
	font-weight: normal;
	color: rgba(0,0,0,0.7);
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 0.2s ease;
}

input[type=text],
textarea {
	-webkit-appearance:none;
}

textarea {
	height: 160px;
	resize: none;
}

input[type=text]:focus,
textarea:focus,
select:focus {
	border: 1px solid #97a2a5;
}


input[type=text].error,
textarea.error,
select.error {
	border: 1px solid rgba(196,57,65, 0.6);
}

input[type=submit] {
	outline: none;
	display: inline-block;
	width: auto;
	height: 36px;
	margin: 0px;
	padding: 0px 12px;
	border-radius: 3px;
	background-color: #3e9fb1;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 0.2s ease;
	opacity: 0.8;
}

input[type=submit]:hover {
	opacity: 0.9;
}

input[type=submit]:active {
	opacity: 1;
}






.black-bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);
	display: none;
}


.header-bg {
	display: none;
}

header {
	width: auto;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
}

header:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	border: 1px solid rgba(255,255,255,0.7);
	box-sizing: border-box;
}

header .logo {
	display: block;
	width: 440px;
	height: 118px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .logo img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 28px;
}





.main-menu-outer {
	display: block;
	width: auto;
	height: 80px;
}


nav.main-menu {
	display: block;
	width: auto;
	height: 80px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.25s ease;
}
nav.main-menu > .image {
	display: none;
}
nav.main-menu .wrapper {
	position: relative;
}
nav.main-menu .wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(43,156,177,0.5);
	z-index: 6;
}
nav.main-menu ul {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	table-layout: fixed;
}
nav.main-menu ul li {
	width: 2%;
	text-align: center;
	height: auto;
	display: table-cell;
	vertical-align: bottom;
}
nav.main-menu ul li a {
	display: block;
	width: auto;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	color: #427983;
	text-decoration: none;
	transition: all 0.2s ease;
	padding: 43px 0 17px 0;
	position: relative;
	z-index: 10;
}
nav.main-menu ul li a span {
	position: relative;
	z-index: 10;
}
nav.main-menu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -12px;
	width: 7px;
	height: 7px;
	background-color: #2b9cb1;
	border-radius: 20px;
	border: 7px solid #fff;
	z-index: 5;
	transition: all 0.25s ease;
}
nav.main-menu ul li.active a,
nav.main-menu ul li a:hover {
	color: #e8966f;
}
nav.main-menu ul li.active a:before,
nav.main-menu ul li a:hover:before {
	border-color: #e8966f;
}
nav.main-menu ul li:first-child a:after,
nav.main-menu ul li:last-child a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
	width: 50%;
	height: 80px;
	background-color: #fff;
	z-index: 7;
}
nav.main-menu ul li:last-child a:after {
	left: auto;
	right: -9px;
}

nav.main-menu.fixed {
	position: fixed;
	width: 100%;
	height: 160px;
	top: 0;
	left: 0;
	z-index: 100;
}
nav.main-menu.fixed > .image {
	display: block;
	width: auto;
	height: 80px;
	padding: 15px 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
nav.main-menu.fixed > .image img {
	width: auto;
	height: 100%;
}








.main-box {
	
}

.main-box .page-box {
	width: auto;
	padding: 52px 0;
	min-height: 30vh;
}
.main-box .page-box:nth-child(2n) {
	background-color: #2b9cb1;
}
.main-box .page-box:last-child {
}

.main-box .page-box a.anchor {
	position: absolute;
	margin-top: -230px;
}





.text-box {
	font-size: 15px;
	font-weight: 300;
	color: rgba(0,0,0,0.75);
	line-height: 27px;
}

.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 700;
	font-size: 16px;
	color: #2b9cb1;
	margin: 0px;
	padding: 6px 0px;
	letter-spacing: 1px;
}
.text-box h1 {
	font-size: 30px;
}
.text-box h2 {
	font-size: 25px;
}
.text-box h3 {
	font-size: 20px;
}

.text-box a {
	color: #e8966f;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: none;
}

.text-box p {
	margin: 0px;
	padding: 12px 0px;
}

.text-box ul, .text-box ol {
	margin-left: 30px;
}

.text-box ul li {
	list-style: disc;
}

.text-box ol li {
	list-style: decimal;
}

.text-box img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 3px;
}

.text-box hr {
	display: block;
	width: auto;
	height: 2px;
	border: 0;
	background-color: #ddd;
	padding: 0;
	margin: 20px 0;
}

.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-box iframe {
    width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 3px;
}

.text-box table tr td:first-child {
	padding-right: 15px;
}
.text-box table tr td:last-child {
	padding-left: 15px;
}


.main-box .page-box:nth-child(2n) .text-box {
	color: rgba(255,255,255,0.9);
}

.main-box .page-box:nth-child(2n) .text-box h1,
.main-box .page-box:nth-child(2n) .text-box h2,
.main-box .page-box:nth-child(2n) .text-box h3,
.main-box .page-box:nth-child(2n) .text-box h4,
.main-box .page-box:nth-child(2n) .text-box h5,
.main-box .page-box:nth-child(2n) .text-box h6 {
	color: #fff;
}


.wait-time-box {
	float: right;
	width: 150px;
	min-height: 220px;
	margin: 0 0 0 30px;
	text-align: right;
}
.wait-time-box span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #437983;
	font-weight: 300;
	letter-spacing: 1px;
}
.wait-time-box span.number {
	width: 100px;
	height: 100px;
	margin: 3px auto;
	border-radius: 50px;
	background-color: #2b9cb1;
	line-height: 100px;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
}
.wait-time-box a.info {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: -38px 0 7px 102px;
	z-index: 2;
	background-color: #fff;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	color: #437983;
	text-decoration: none;
}









footer {
	width: auto;
	height: 80px;
	background-color: #dce5e5;
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
	box-sizing: border-box;
}

.footer-side {
        float: right;
        line-height: 23px;
}
.footer-side a {
        color: #2b9cb1;
        font-weight: bold;
}


footer ul {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
footer ul li {
	display: table-cell;
	vertical-align: middle;
}
footer ul li span {
	font-size: 14px;
	font-weight: 300;
	color: #909090;
}
footer ul li img {
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0 0 0 20px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    transition: all 0.25s ease;
}
footer ul li img:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}





#wachttijd {
	width: 600px;
	text-align: left;
}

