html {
	--portal-main-color: #0054a6;
	scroll-behavior: smooth;
}

body, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	padding-bottom: 20px;
	font-family: var(--default-font);
	font-size: 16px;
}

h2 {
	font-size: 2.6em;
	font-weight: 275;
	padding: 10px 0;
	color: #0C5B8A;
}

.container {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0px;
	overflow-x: hidden;
}

.left-block,
.right-block {
	position: relative;
}

.left-block {
	margin-bottom: 0px;
	margin-right: 24px;

}

.right-block {
	padding-top: 14px;
}

div.inner-wrap {
	position: relative;
}

.mr05{
	margin-right: 5px;
}

.mr1{
	margin-right: 10px;
}

.mr15{
	margin-right: 15px;
}

.mr2{
	margin-right: 20px;
}

.mt24 {
	margin-top: 24px;
}

.mb24 {
	margin-bottom: 24px;
}


/* blocks */

.block {
	padding: 1em 0;
}


/* buttons */

.btn {
	font-family: var(--default-font);
	background-color: #fcfcfc;
	border-width: 1px;
	border-style: solid;
	border-color: #a5b0c0;
	color: #495a74;
	text-decoration: none;
	padding: 0.4em 0.8em;
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.btn:active {
	box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=50);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .5;
}

.btn:hover,
.btn:active {
	background-color: #fff;
	border-color: #0054a6;
	color: #043359;
	cursor: pointer;
}

.btn.small {
	font-size: 14px;
	font-weight: 500;
}

.btn.big {
	font-size: 22px;
}

/*.btn.round,
.form-control.round {
	border-radius: 18px;
}

.btn.big.round{
	border-radius: 26px;
}*/

.btn.primary {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}

.btn.primary:hover,
.btn.primary:active {
	background-color: #444;
	border-color: #444;
	color: #fff;
}

.content article .btn.modest{
	background-color: #fcfcfc;
	border-color: #a5b0c0;
	color: #495a74;
	font-weight: 500;
}

.content article .btn.modest:hover {
	background-color: #fff;
	border-color: #0054a6;
	color: #043359;
}

.btn.vivid.disabled,
.btn.vivid[disabled],
fieldset[disabled] .btn.vivid {
	cursor: not-allowed;
	filter: alpha(opacity=100);
	opacity: 1;
}


/* special buttons */

.btn .icon-id-kaart,
.btn .icon-mobiil-id{
	float: left;
	padding: 3px 0 2px;
}

.lg-signature:hover,
.lg-signature:active {
	background-color: #0054a6;
	border-color: #0054a6;
	color: #fff;
}


/* forms */

input, textarea{
	font-family: var(--default-font);
	font-size: 16px;
}

button:focus,
textarea:focus,
input:focus {
	outline: none;
}

textarea,
input {
	width: 100%;
}

textarea{
	resize: none;
}

.form-group {
	margin-bottom: 15px;
	margin-top: 15px;
}

.input-group {
	position: relative;
	border-collapse: separate;
	width: 100%;
}

.form-control {
	display: block;
	font-size: 16px;
	padding: 6px 12px;
	line-height: 1.4;
	border-radius: 8px;
	color: #555;
	background-color: #f7f9fa;
	background-image: none;
	border: 1px solid #dde0e4;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
	box-shadow: inset 0px 1px 3px rgb(0 0 0 / 0.07);
}

.form-control.inline {
	display: inline-block;
}

.fake-textarea {
	padding: 1em;
}


/* Alerts */
/* todo */
.alert {
	font-weight: 400;
	font-size: 29px;
	padding: 15px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.special-header {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.special-header img {
	width: 100%;
}

.new-footer {
	display: none;
}

/* special menu default styles */
.special-menu {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 1440px;
}

.special-menu-container {
	display: flex;
	justify-content: space-between;
	font-family: var(--default-font);
	font-size: 16px;
	padding: 10px 0 1px;
}

.left-block .special-menu-container {
	padding-top: 0px;
}

.special-menu-item {
	border: 1px solid;
	height: 50px;
	display: flex;
	flex-basis: 300px;
	margin-right: 10px;
	flex-grow: 2;
}

.special-menu-item a {
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: calc(14px + 6 * ((100vw - 769px) / 2560));
}

.special-menu-item a:hover,
.left-block .special-menu-item a:hover {
	color: #fff;
	background-color: #0054a6;
}

.special-menu-item:last-child {
	margin-right: 0px;
}

@media (max-width: 730px) {
	.special-menu-container {
		flex-direction: column;
		margin: 0 5px;
	}

	.special-menu-item {
		height: 40px;
		flex-basis: 40px;
		margin-right: 0px;
		margin-bottom: 5px;
	}
}