@font-face {
    font-family: 'Merienda';
    src: url('../fonts/Merienda-Regular_0_wt.woff2') format('woff2'),
        url('../fonts/Merienda-Regular_0_wt.woff') format('woff'),
        url('../fonts/Merienda-Regular_0_wt.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coming Soon';
    src: url('../fonts/ComingSoon-Regular.woff2') format('woff2'),
        url('../fonts/ComingSoon-Regular.woff') format('woff'),
        url('../fonts/ComingSoon-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Short Stack';
    src: url('../fonts/ShortStack.woff2') format('woff2'),
        url('../fonts/ShortStack.woff') format('woff'),
        url('../fonts/ShortStack.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nothing You Could Do';
    src: url('../fonts/NothingYouCouldDo.woff2') format('woff2'),
        url('../fonts/NothingYouCouldDo.woff') format('woff'),
        url('../fonts/NothingYouCouldDo.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('../fonts/Ubuntu-Regular.woff') format('woff'),
        url('../fonts/Ubuntu-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Homemade Apple';
    src: url('../fonts/HomemadeApple-Regular.woff2') format('woff2'),
        url('../fonts/HomemadeApple-Regular.woff') format('woff'),
        url('../fonts/HomemadeApple-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo-Regular.woff2') format('woff2'),
        url('../fonts/Exo-Regular.woff') format('woff'),
        url('../fonts/Exo-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'handlee';
    src: url('../fonts/handlee.woff2') format('woff2'),
        url('../fonts/handlee.woff') format('woff'),
        url('../fonts/handlee.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
/* Stylesheet voor de portal */
/* Reset browser styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
    font-family: 'Source Sans Pro';
}

html {
    overflow:hidden;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro';
}

input[type=checkbox], input[type=radio] {
    width: 17px;
    height: 17px;
}

input[type=text], input[type=password] {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    width: 100%;
    height: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
}

select {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    width: 100%;
    height: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
}

textarea {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    width: 100%;
    height: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
}

*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}
*::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}
*:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}
*:-moz-placeholder { /* Firefox 18- */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}
textarea:-moz-placeholder { /* Firefox 19+ */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}
textarea:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}
textarea::-moz-placeholder { /* Firefox 18- */
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: grey;
}

.headerbar {
    height: 40px;
    max-height:40px;
    background-color: #333333;
}


.leftcolumn {
    width: 250px;
    min-width: 250px;
    background-color:#fff;
    border-right: 1px solid lightgrey;
}

.leftmenuwrapper {
    background-color:#fff;
    margin-top: 10px;
    box-sizing: border-box;
    display: block;
    width: 250px;
    min-width: 250px;
    text-align: left;
    overflow: hidden;
    height: 100%
}

.leftmenu {
    width: 250px;
    min-width: 250px;
    position: absolute;
}

.editormenu {
    width: 250px;
    min-width: 250px;
    position: absolute;
}

.menuheader {
    color: black;
    font-size: 20px;
    padding-left: 10px;
    padding-bottom: 3px;
}

.menuitem {
    color: #000;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 5px;
}

.menuitemactive {
    background-color: #4696BF;
    color: white;
    border-radius: 10px;
}

.menuitem:hover {
    background-color: #4696BF;
    color: white;
    border-radius: 10px;
}

.gradientline {
    width:100%;
    border: 0;
    height: 1px;
    max-height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.1));
    margin-top: 7px;
    margin-bottom: 7px;
}

.noscroll {	overflow: hidden; }
.noresize {	resize: none; }

/* Lettergrootte */
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }
.font21 { font-size: 21px; }
.font22 { font-size: 22px; }
.font23 { font-size: 23px; }
.font24 { font-size: 24px; }
.font25 { font-size: 25px; }
.font26 { font-size: 26px; }

/* Font-weight 4 is normal, 7 is bold */
.bold1 { font-weight: 100; }
.bold2 { font-weight: 200; }
.bold3 { font-weight: 300; }
.bold4 { font-weight: 400; }
.bold5 { font-weight: 500; }
.bold6 { font-weight: 600; }
.bold7 { font-weight: 700; }
.bold8 { font-weight: 800; }
.bold9 { font-weight: 900; }

.italic { font-style: italic; }
.indent5 { text-indent: 5px; }
.indent10 { text-indent: 10px; }
.indent15 { text-indent: 15px; }

.fontwhite { color: white; }
.fontblack { color: black; }
.fontblue {color: #1A86D2; }

.backwhite { background-color: white; }

.topleft { text-align: left; vertical-align: top; }
.topcenter { text-align: center; vertical-align: top; }
.topright { text-align: right; vertical-align: top; }
.middleleft { text-align: left; vertical-align: middle; }
.middlecenter { text-align: center; vertical-align: middle; }
.middleright { text-align: right; vertical-align: middle; }
.bottomleft{ text-align: left; vertical-align: bottom; }
.bottomcenter { text-align: center; vertical-align: bottom; }
.bottomright { text-align: right; vertical-align: bottom; }

.width10 { width:10px; }
.width20 { width:20px; }
.width30 { width:30px; }
.width40 { width:40px; }
.width50 { width:50px; }
.width60 { width:60px; }

.height10 { height:10px; }
.height20 { height:20px; }
.height30 { height:30px; }
.height40 { height:40px; }
.height50 { height:50px; }
.height60 { height:60px; }

.maxsize { margin: 0;	padding: 0;	height: 100%;	width: 100%; }
.maxwidth {	width: 100%; }
.maxheight { height: 100%; }
.halfwidth { width: 50%; }

.nopadding { padding: 0px; }
.nomargin { margin: 0px; }

.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }

.noborder { border: 0px; }
.solid1black { border: 1px solid black; }
.solid1darkgrey { border: 1px solid darkgrey; }
.solid1grey { border: 1px solid grey; }
.solid1lightgrey { border: 1px solid lightgrey; }

.hand { cursor: pointer; }

.radius5 { border-radius: 5px; }
.radius10 { border-radius: 10px; }
.radius15 { border-radius: 15px; }
.radius20 { border-radius: 20px; }
.radius25 { border-radius: 25px; }
.radius30 { border-radius: 30px; }
.radius35 { border-radius: 35px; }
.radius40 { border-radius: 40px; }
.radius100 { border-radius: 100%; }
	
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }

.button {
	box-shadow:inset -5px -13px 0px -22px #474747;
	background:linear-gradient(to bottom, #5e5e5e 5%, #000000 100%);
	background-color:#5e5e5e;
	border:1px solid #f2f2f2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size: 12px;
	padding: 8px 10px;
	text-decoration:none;
}
.button:hover {
	background:linear-gradient(to bottom, #000000 5%, #5e5e5e 100%);
	background-color:#000000;
}

.button:active {
	position:relative;
	top:1px;
}

.button1 {
	box-shadow: 0px 7px 11px -6px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:3px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:7px 14px;
	text-decoration:none;
	text-shadow:0px 1px 14px #5b8a3c;
}
.button1:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.button1:active {
	position:relative;
	top:1px;
}
   

@media only screen and (max-width: 480px) {
	[class*="ak-column-span-"] {
        margin-top: 0px !important;
		width: 98%;
	}

    .ak-spacer-h-5 {
        margin-top: 5px;
        height:5px !important;
        min-height: 5px !important;
    }

    .ak-image-fixed-height {
        height: 1px !important;
    }

    .ak-responsive-table {
        width: 100% !important;
        max-width: 100%;
    }

    .ak-responsive-table tr:not(.ak-not-responsive) {
        width: 100% !important;
    }

    .ak-responsive-table td:not(.ak-not-responsive) {
        float: left;
        width: 100% !important;
        height: auto !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}