/*-------------------------------------------- general settings */

@font-face {
	font-family: 'Klinkaart-font';
	src: url('../fonts/klinkaart.woff2') format('woff2'),  url('../fonts/klinkaart.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	color: #009ddf;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-weight: 400;
}
body {
	background: #fff;
}
a:hover {
	color: #07206c;
	text-decoration: underline;
}
#main-menu a, #submenu a, h1, h2 {
	font-family: 'Klinkaart-font';
}
strong {
	font-weight: 700;
}

h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 15px 0 0 0;
}
/*-------------------------------------------- general classes ----------------------------*/
.nolist {
	list-style: none;
}
.clear {
	clear: both;
}
.selected {
	color: #07206c;
}
/*-------------------------------------------- layout settings ----------------------------*/
.content-width {
	max-width: 1348px;
	margin: 0 auto;
	display: block;
	background: #fff;
	min-height: 100vh;
}
.left {
	float: left;
	min-height: 1px;
	width: 407px;
}
.right {
	float: left;
	min-height: 1px;
	width: calc(100% - 407px);
}
#header, #page-id, #main {
	width: 100%;
}
#main {
	padding-bottom: 30px;
}
/*-------------------------------------------- header settings ----------------------------*/
#header-img {
	width: 100%;
	max-height: 200px;
	position: relative;
	z-index: 1;
    overflow: hidden;
}
#header-img .header-img-block {
	float: left;
    display: inline-block;
    width: 33.333%;
    max-height: 200px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
#header-img .header-img-block img {
    width: 100%;
}
#header-img .header-img-block[id^="img-"] {
    margin-left: -33.333%;
}
#header-img .header-img-block:first-child {
    z-index: 5;
    height: 200px;
}
/*#header-img #img-3 {*/
	/*position: absolute;*/
	/*right: 0;*/
	/*z-index: -2;*/
/*}*/
/*-------------------------------------------- menu settings ----------------------------*/
#main-menu {
	padding: 10px 15px 0 15px;
	font-family: 'Franklin Gothic BT'
}
#submenu {
	/*margin-top: -31px;*/
	padding: 0 15px;
}
#main i {
	font-size: 18px;
}
#submenu .fa {
	margin: 0px;
}
#header .fa {
	font-size: 27px;
	background: #fff;
	height: 45px;
	width: 45px;
	margin: 10px -15px 0 0;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
}
#submenu a:hover, #submenu i:hover {
	color: #07206c;
}
#main-menu a::before {
	content: "/";
	text-decoration: none;
}
#main-menu li, #submenu li {
	font-size: 1.15em;
	line-height: 150%;
}
#main-menu a, #submenu a, #submenu-button {
	text-decoration: none;
}
#menu-button, #submenu-button, #menu-close, #submenu-close {
	display: none;
}
#main-menu #menu-button::before, #main-menu #menu-close::before {
	content: none;
}
/*-------------------------------------------- page settings ----------------------------*/
#page-number {
	border-left: dashed 1px #009ddf;
	overflow-x: hidden;
	box-sizing: border-box;
}
#page-number h1 {
	font-size: 6em;
	overflow-y: hidden;
	margin: 20px 0 0 -15px;
}
#page-number h2 {
	padding: 0 0 0 15px;
	font-size: 1.4em;
}
#page-number h1::after {
	content: "/"
}
#content {
	padding: 15px 10% 0 15px;
}
#content a {
	color: #07206c;
	text-decoration: underline;
}
p img {
	float: left;
	margin: 5px 10px 5px 0;
}
#content h2 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}
#content p, #content ul, #content ol {
	font-size: 1em;
	margin: 0 0 15px 0;
	overflow-wrap: break-word;
}

#content p,
#content li {
	line-height: 1.6em;
}
#content ul, #content ol {
	padding-left: 20px;
}
#content .nolist {
	padding-left: 0px;
}
#content strong p {
	margin: 25px 0 15px 0;
}
#content img{
	max-width: 100%;
	height: auto;
}
th, td {
	margin-right: 5px;
}
.submenu-wrapper {
    margin-top: -31px;
}

/*-------------------------------------------- responsive settings ----------------------------*/
@media screen and (max-width: 1200px) {
    #header-img .header-img-block {
        vertical-align: top;
    }
    #header-img .header-img-block#img-3 {
        display: none;
    }
    #header-img .header-img-block#img-2 {
        width: 66.666%;
    }
    #header-img {
        /*background: url("../img/header-2.png") no-repeat;*/
        /*background-size: calc(100% - 313px);*/
        /*background-position: right;*/
    }
    #header-img .header-img-block[id^="img-"] {
        margin-left: -66.666%;
    }
    #header-img {
        background-color: #239cd3;
    }
    #header-img .header-img-block:first-child {
        background-color: #239cd3;
    }
}

@media screen and (max-width: 1050px) {
    * {
        font-size: 97%;
    }
    .left {
        width: 300px;
    }
    .right {
        width: calc(100% - 300px);
    }
    #submenu {
        margin-top: -25px;
    }
    #header-img {
        width: 100%;
        max-height: 160px;
        display: block;
    }
}

@media screen and (max-width: 927px) {
    #img-2 {
        position: absolute;
        display: block;
        right: 0;
        z-index: -1;
    }
    #header-img {
        /*background: none;*/
    }
    #header-img {
        display: inline-table;
        width: 100%;
    }
    #header-img .header-img-block {
        background-color: #239cd3;
    }
}

@media screen and (max-width: 800px) {
    #header-img .header-img-block#img-2 {
        display: none;
    }
    #header-img {
        background-color: #239cd3;
    }
    #header-img img {
        float: right;
        /*max-width: calc(100% - 50px);*/
    }
    #header-img .header-img-block:first-child {
        float: right;
        width: 100%;
        max-width: 312px;
    }
}

@media screen and (max-width: 700px) {
    #main .left {
        float: none;
        padding-left: 40px;
        width: 100%;
        padding-top: 30px;
    }
    #main .right {
        padding-left: 40px;
        width: 100%;
        margin-top: 35px;
    }
    #header .left {
        width: 40px;
    }
    #header .right {
        width: calc(100% - 40px);
    }
    #submenu {
        width: calc(100% - 15px);
        padding: 0 10px;
        margin-top: 15px;
    }
	
	#submenu a {
		font-family: 'Open Sans', sans-serif;
	}
    #menu-button {
        position: absolute;
        z-index: 10;
        display: block;
        left: 5px;
        top: 10px;
    }
    #menu-close {
        position: absolute;
        z-index: 300;
        display: block;
        top: 0;
        left: 0;
    }
    #main-menu {
        display: block;
        max-width: 270px;
        border-radius: 10px;
        padding: 60px 20px 60px 10px;
        position: fixed;
        z-index: 200;
        background: #fff;
        top: 10px;
        left: -100%;
    }
    .visible #main-menu {
        left: 5px;
    }
    #submenu {
        display: inline-block;
        background: #F4F4F4;
        padding: 45px 15px 15px 15px;
        border-radius: 10px;
        position: relative;
        z-index: 20;
        width: calc(100% - 30px);
    }
    #submenu-button {
        display: block;
        font-size: 1.15em;
        position: absolute;
        left: 55px;
        z-index: 10;
        margin-bottom: 25px;
    }
    #submenu-close {
        position: absolute;
        z-index: 30;
        display: block;
        top: 10px;
        left: 15px;
        font-size: 1.35em;
    }
    .mask {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.4;
        z-index: 150;
        top: 0;
        display: none;
    }
    .visible {
        display: block;
    }
    .visible .mask {
        display: block;
    }
    .hidden {
        display: none;
    }
    #header-img .header-img-block:first-child {
        height: auto;
    }
    .submenu-wrapper.height0 {
        display: block;
        height: 0;
        overflow: hidden;
        float: none;
        clear: both;
    }
    .submenu-wrapper.height100 {
        display: block;
        height: 100%;
        overflow: hidden;
        float: none;
        clear: both;
        padding-top: 10px;
    }
}
