* {
    margin: 0;
    box-sizing: border-box;
}
html {

}

body {
    margin: 0;
	max-width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    image-orientation: from-image;
}

/* SITE */

.site {
    
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;

    display: flex;
    min-height: 100vh;
    height:100%;
    flex-direction: column;
}

.site-uitklap {
  transition: left 0.25s ease-in;
  left: 300px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.75);
}


.body-uitklap {
    overflow: hidden;
    width: 100%;
    position: fixed;
}


.site-header {
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  justify-content:center;
}

.site-submenu {
	flex:1;
}

.site-submenu-items {

    box-sizing:border-box;
    overflow:hidden;
}

.site-submenu h2 {
	margin-bottom:20px;
}
	
.site-submenu ul {
	list-style: none;
	text-align:center;
	margin:0;
	padding:0;
}

.site-submenu li {

	width:100%;
	display:inline-block;
    font-weight: normal;
}

.site-submenu li hr {
    text-align:center;
	margin:5px 0 5px 25%;
	border: 0;
    height: 1px;
}

.site-submenu li a {
    text-decoration: none;
	display:block;
}

.site-submenu li a:hover {
    
}

.site-submenu li a.actief {
    cursor:default;
}


/* CONTENT */

.site-content {
	-webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
	width:100%;
	box-sizing:border-box;
	margin:auto;
}

.content-met-submenu {
	display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.main-content {

    flex:4;
}

.volledigbreed {
	width:100%;
	
}
.volledigbreed section {
	width:100%;
	margin:auto;
	
}
/* FOOTER */

.site-footer {
	
	
}


/* MOBILE NAV */

.mobile-nav {
    display:none;
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow:scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left:80px;
    z-index: 0;

}

.mobile-nav h2 {
    
    font-weight: normal;
    margin:10px;
}

.mobile-nav ul {
    
    list-style: none;
    margin:20px 0 0 0;
    padding:0px;
}



.mobile-nav li {
  
    font-weight: normal;
}

.mobile-nav li:first-child {
    
}

.mobile-nav li a {
    
    display:block;
}

.mobile-nav li a:hover {
 
}

.mobile-nav li a.actief {
	cursor:default;
}

.mobile-nav ul li ul{
	margin:0 0 0 0px;
}

.mobile-nav ul li ul li a {
	padding-left:20px;
}

/* HEADER - BOVENBALK */
.bovenbalk {
	width:100%;
	padding:0;
	box-sizing:border-box;
	margin:auto;
	display: flex;
    -webkit-flex-direction:row;
	flex-direction:row;
    -webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
    -webkit-justify-content:flex-end;
	justify-content:flex-end;
    -webkit-align-items:center;
	align-items:center;
}

.bovenbalk div {
	flex:none;
}

.bovenbalk div:first-child {
}

.bovenbalk span {
    font-weight: normal;
    margin:0;
    padding:0;
}

.bovenbalk span:before {
    
    font-weight: normal;
    margin:0;
    padding:0;
}


.bovenbalk a{

}

.bovenbalk a:hover{

}




/* HEADER - VISUAL */

.header-visual-home {
	display:flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}

.header-visual {
	display:flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}




.visual {
	height:inherit;
	flex:2;
}

/* BUTTONS */


.button {
    font-weight: normal;
	border: 0;
	cursor:pointer;
}


.button_met_icon {
	display:block;
 	padding:0;
}
.button-tekstueel {

	display:inline-block;
}

.button_met_icon span {

}

.button_met_icon span:before {
	
}



.foutmeldingen {
        
}

.foutmeldingen li {
    font-weight: normal;
}


/* PAY OFF HEADER */

.payoffheader {

	height:inherit;
	min-height:inherit;
	width:100%;
	
	margin:auto;
	
    
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.payoffheader_content {

}

.payoffheader h2 {

}

.payoffheader h3 {

}

.payoffheader span {

}


.payoffheader button {

}


/* HEADER - NAVIGATIE */
.hoofdnav {
	width:100%;
	box-sizing:border-box;
	padding:0;
	margin:auto;
}

.hoofdnav ul {
    list-style: none;
    margin: 0;
	text-align:center;
}

.hoofdnav li {
	display:inline-block;
    font-weight: normal;
}

.hoofdnav li:last-child {
	border-right: 0;
}

.hoofdnav li a {
    
    text-decoration: none;
	display:block;
}

.hoofdnav li a:hover {

}

.hoofdnav li a.actief {

	cursor:default;
}

.icon-menu {
 
}

.icon-menu:hover {
 
}
/* HEADER - NAVIGATIE - SUB UITKLAP */

.hoofdnav li ul {
	position:absolute;
	display:none;
	text-align:left;
}


.hoofdnav li ul li {
	display:block;
}

.hoofdnav li li {
	
	border-right:0;
	height:auto;
	
}

.hoofdnav li:hover ul
{
	z-index:99;
	display:block;
}

/* CONTENT - ALGEMENE INDELING */

section {
    padding: 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:flex-start;
}

section div {
}

.section-zelfde-hoogte {
	align-items:stretch;
}

.flex1div {
	margin:0;
	flex:1;
	
}

.div2-12 {
	margin: 10px 1%;
	flex:1 0 14%;
}

.div3-12 {
	margin: 10px 1%;
	flex:1 0 23%;
}

.div4-12 {
	margin: 10px 1%;
	flex:1 0 31%;
}

.div5-12 {
	margin: 10px 1%;
	flex:1 0 38%;
}

.div6-12 {
	margin: 10px 1%;
	flex:1 0 48%;
}

.div7-12 {
	margin: 10px 1%;
	flex:1 0 58%;
}

.div8-12 {
	margin: 10px 1%;
	flex:1 0 65%;
}
.div9-12 {
	margin: 10px 1%;
	flex:1 0 73%;
}

.div12-12 {
	margin: 10px 1%;
	flex:1 0 98%;
}

.standaard-padding {
	box-sizing:border-box;
	padding:20px;
}

.standaard-padding_verticaal {
	box-sizing:border-box;
	padding:20px 0;
}

.standaard-vertical_padding {

	width:100%;
	height:20px;
}

/* CONTENT */

.content-naast-elkaar {
	display:flex;
	-webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content:flex-start;
	justify-content:flex-start;
    -webkit-align-items:stretch;
	align-items:stretch;
}

.imgbackground-stretch {
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.animeer {
	transition:.5s all ease;
}

.centreren {
	text-align:center;
}
.afgerond {
	
	overflow:hidden;
}

.border {
	
}


.mobilenietzichtbaar {
	
}

.mobilewelzichtbaar {
	display:none;
}

.toggle1nietzichtbaar {
	
}

.toggle1welzichtbaar {
	display:none;
}

.toggle2nietzichtbaar {
	
}

.toggle2welzichtbaar {
	display:none;
}


.kruimelpad {

    font-weight: normal;
    
    
}
.kruimelpad a {

}

.kruimelpad a:hover {

}


/* FONT */


H1 {

    font-weight: normal;
	padding:0;
	margin:0 0 10px 0;
}

H2 {
    font-weight: normal;
	padding:0;
	margin:0 0 10px 0;
}

H3 {
    font-weight: normal;
	padding:0;
	margin:0 0 10px 0;
}

H4 {
	padding:0;
	margin:0;
}


P, P P {
	padding:0;
	margin:0 0 10px 0;
}

P:empty:first-of-type {
    display:none;
    
}


P:empty {
    
    //display:none;
}

label {
	padding:0;
}

strong {
    font-weight: bold;
}



section img {
    width:100%;
    max-width:inherit;
    height:auto;
}


.margin_0	{ margin:0; }
.margin_5	{ margin:5px; }
.margin_10	{ margin:10px; }
.margin_15	{ margin:15px; }
.margin_20	{ margin:20px; }
.margin_25	{ margin:25px; }

.margin_top_20 { margin-top:20px; }

.margin_bottom_20 { margin-bottom:20px; }

.margin_ver_5	{ margin:5px 0; }
.margin_ver_10	{ margin:10px 0; }
.margin_ver_15	{ margin:15px 0; }
.margin_ver_20	{ margin:20px 0; }
.margin_ver_25	{ margin:25px 0; }

.margin_hor_5	{ margin:0 5px; }
.margin_hor_10	{ margin:0 10px; }
.margin_hor_15	{ margin:0 15px; }
.margin_hor_20	{ margin:0 20px; }
.margin_hor_25	{ margin:0 25px; }

.padding_0	{ padding:0; }
.padding_5	{ padding:5px; }
.padding_10	{ padding:10px; }
.padding_15	{ padding:15px; }
.padding_20	{ padding:20px; }
.padding_25	{ padding:25px; }
.padding_30	{ padding:30px; }
.padding_40	{ padding:40px; }
.padding_50	{ padding:50px; }

.padding_40_20	{ padding:40px 20px; }


.padding_ver_5	{ padding:5px 0; }
.padding_ver_10	{ padding:10px 0; }
.padding_ver_15	{ padding:15px 0; }
.padding_ver_20	{ padding:20px 0; }
.padding_ver_25	{ padding:25px 0; }
.padding_ver_30	{ padding:30px 0; }
.padding_ver_40	{ padding:40px 0; }
.padding_ver_50	{ padding:50px 0; }

.padding_hor_5	{ padding:0 5px; }
.padding_hor_10	{ padding:0 10px; }
.padding_hor_15	{ padding:0 15px; }
.padding_hor_20	{ padding:0 20px; }
.padding_hor_25	{ padding:0 25px; }
.padding_hor_30	{ padding:0 30px; }
.padding_hor_40	{ padding:0 40px; }
.padding_hor_50	{ padding:0 50px; }

.padding_left_0	{ padding-left: 0px; }

.fontsize_10 { font-size:10px; }
.fontsize_14 { font-size:14px; }
.fontsize_15 { font-size:15px; }
.fontsize_18 { font-size:18px; }
.fontsize_20 { font-size:20px; }
.fontsize_25 { font-size:25px; }
.fontsize_30 { font-size:30px; }
.fontsize_40 { font-size:40px; }
.fontsize_50 { font-size:50px; }
.fontsize_60 { font-size:60px; }
.fontsize_70 { font-size:70px; }
.fontsize_80 { font-size:80px; }
.fontsize_90 { font-size:90px; }
.fontsize_100 { font-size:100px; }


.flex_0	{ flex:none;}
.flex_1	{ flex:1; }
.flex_2	{ flex:2; }
.flex_3	{ flex:3; }
.flex_4	{ flex:4; }

.display_flex_row {
	display:flex;
    -webkit-flex-direction:row;
	flex-direction:row;
    -webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}
.display_flex_column {
	display:flex;
    -webkit-flex-direction:row;
	flex-direction:row;
    -webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}

.wrap {
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.nowrap {
    -webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}


.position_relative {
    position: relative;
}

.right { text-align:right; }
.onzichtbaar { display:none; }
.vet { font-weight:bold; }
.ul_geen_opmaak {
	list-style: none;
	margin:0;
	padding:0;
}

.ul_geen_opmaak li {
    font-weight: normal;
}

.bg_alert {
	background:red;
}

.padding_20 {
	padding			: 20px;
}

/* DOWNLOADS TABEL */

table {
    margin-bottom:30px;
}

.downloads {
    
    font-weight: normal;
}

tr {
    
}

td {
    padding:10px;
    margin:0;
}


tr:hover {

}

.formulier_melding
{
	padding: 10px;
	border-radius: 5px;
}

.clearboth
{
	clear:both;
}

audio {
	background:red;
	margin-bottom:10px;
}
/* Standaard formulier opmaak */

form {
    padding: 10px 0;
}

form > div {
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}

form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}
form > div > label,
legend {
    width: 25%;
    float: left;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 14px;
}
form > div > div,
form > div > fieldset > div {
}
form > div > fieldset label {
    font-size: 12px;
}
fieldset {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
    width: 100%;
    background: #f2f2f2;
    border: 0px solid rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 50px;
    /*padding: 20px 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    color: #817E83;
    outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    background: #f8f8f8;
    outline: none;
}
textarea {
    height: 120px;
    padding-top: 10px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
select {
    width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border-color: rgba(0,0,0,0.3);
}


input[type=submit]{
	display: block;
    outline: 0;
    -webkit-appearance: none;
	font-weight: normal;
	border: 0;
	cursor: pointer;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    font-size: 15px;
    line-height: 50px;
    background-color: rgb(77,75,75);
	color: rgb(255,255,255);
	margin-bottom: 20px;
	padding: 0 20px;
}
input[type=submit]:hover{
	background-color: rgb(49,49,49);
	color: rgb(255,255,255);
}
.bg_zwart input[type=submit]:hover {
	background-color: rgb(107,183,179);
	color: rgb(255,255,255);
}

.error {
	background-color: rgba(107,183,179, 0.5);
	color: rgb(49,49,49);
}

/* ===== ICONS & ERROR MESSAGES ===== */
.inputregel_input {
    position:relative;
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
    position: absolute;
    right: 0.625em;
    top: calc(25% + 0.5em);
    font-size: 0.5em;
}

textarea ~ .icon-input-ok,
textarea ~ .icon-input-nok,
textarea ~ .icon-input-verplicht {
    top: 1.5em;
}

.icon-input-ok {
    color: green;
}

.icon-input-nok {
    color: red;
}

.icon-input-verplicht {
    color: rgb(77,75,75);
}

.icon-input-nok.button_with_icon,
.icon-input-verplicht.button_with_icon,
.icon-input-ok.button_with_icon {
    position: initial;
    top: initial;
    right: initial;
    font-size: initial;
}


@media (max-width: 900px) {
    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    select {
        width: 75%;
    }
}
@media (max-width: 600px) {
    form > div {
        margin: 0 0 15px 0;
    }
    form > div > label,
    legend {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    form > div > div,
    form > div > fieldset > div {
        width: 100%;
        float: none;
    }
    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=password],
    textarea,
    select {
        width: 100%;
        }
    }
@media (min-width: 1200px) {
    form > div > label,
    legend {
        text-align: right;
    }
}body {
 	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
 	color:rgb(49,49,49);
    font-size: 1.1em;
}

a {
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    color:inherit;
}

/* FONT */

H1, H2, H3, H4 {
    font-family: 'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
    font-weight: normal;
    line-height:1;
}

H1 {
	font-size:1.6em;
	line-height:1.2;
}

H2 {
	font-size:1.3em;
}

H3 {
	font-size:1.2em;
}

H4 {
	font-size:1.1em;
}

P, P P {
    font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size:1em;
    line-height:1.6;
}


/* KLEUREN */

.bg_wit {
	background-color:rgb(255,255,255);
	color:rgb(49,49,49);
}

.bg_zwart {
	background-color:rgb(49,49,49);
	color:rgb(255,255,255);
}

.bg_a {
    background-color:rgb(107,183,179);
    color:rgb(255,255,255);
}

.bg_b {
	background-color:rgb(77,75,75);
	color:rgb(255,255,255);
}

.bg_e {
	background-color:rgb(0,148,169);
	color:rgb(255,255,255);
}

.hoofdstuk_overzicht .bg_wit.div12-12,
.hoofdstuk_overzicht .bg_zwart.div12-12,
.hoofdstuk_overzicht .bg_b.div12-12,
.hoofdstuk_overzicht .bg_a.div12-12 {
	padding:20px;
}

.bg_grijs {
	background-color:rgb(235,230,221);
}

.tekst_wit  {
	color:rgb(255,255,255);
}

.tekst_zwart {
	color:rgb(49,49,49);
}

.tekst_b {
	color:rgb(77,75,75);
}

.tekst_a {
	color:rgb(107,183,179);
}

.margin_ver_5 {
	margin: 5px 0;
}


/* SITE */

.site-content {
	max-width:1200px;
	padding:0 20px;
	min-height:40px;
}

.volledigbreed section {
	max-width:1200px;
	width:100%;
	margin:auto;
}

.display_flex_row_wrap {
    display:flex;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.width_50 {
    width: 50%;
}

.display_block {
    display: block;
}

	
/* HEADER - BOVENBALK */

.bovenbalk {
	width:100%;
	background-color:rgb(77,75,75);
}

.bovenbalk-content {
	width:100%;
	max-width:1200px;
	margin:auto;
	height:auto;
	color:rgb(255,255,255);
	display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}

.bovenbalk-content a {
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size:16px;
 	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
 	padding:10px;
	border-right:1px solid rgb(255,255,255);
}

.bovenbalk-content a:before {
	font-size:16px;
	padding:5px;
}

.bovenbalk-content a:first-child {
	border-left:1px solid rgb(255,255,255);
}

.bovenbalk-content a:hover {
	color:rgb(107,183,179);
}


/* HEADER - NAVIGATIE */

.hoofdnav {
	background-color:rgb(255,255,255);
	min-height:50px;
}

.hoofdnav ul {
	position: relative;
	padding:0;
	text-align:center;
	max-width:1200px;
	margin:auto;
}

.hoofdnav li {
	padding:15px 20px;
	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	text-transform: uppercase;
	text-align: left;
}

.hoofdnav li a {
 	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    color:rgb(49,49,49);
}

.hoofdnav li a:hover {
    color: rgb(77,75,75);
}

.hoofdnav li a.actief {
	font-family: 'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
}

.site-submenu li a.actief {
    font-family: 'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
}

/* HEADER - NAVIGATIE - SUB */

.hoofdnav li ul {
	margin:10px 0 0 -10px;
}

.hoofdnav li li {
	min-height:30px;
	padding:10px;
	background-color:rgb(255,255,255);
	border-bottom: 1px solid rgb(235,230,221);
}


/* HEADER - NAVIGATIE - SUB - SUB */

.hoofdnav li li ul {
	margin:0;
}

.hoofdnav li li li {
	background-color:rgb(235,230,221);
}


/* HEADER - VISUAL */

.header-visual-home {
	position:relative;
	height:600px;
}

.header-visual {
	position:relative;
	height:450px;
}

/* PAY OFF HEADER */

.payoffheader {
	position:absolute;
	height:inherit;
	min-height:inherit;
	max-width:1160px;
	left:0;
	right:0;
	display: flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    -webkit-justify-content: center;
	justify-content: center;
	padding:20px 20px 50px 20px;
	z-index:3;
}

.payoffheader a {
	display:inline-block;
	padding:20px;
	font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size:22px;
	text-transform:uppercase;
	background-color:rgba(255,255,255,0.8);
}

.payoffheader h4 {
	display:inline-block;
	padding:25px;
	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	color:rgb(255,255,255);
	font-size:32px;
	text-transform:uppercase;
	background-color:rgba(77,75,75,0.8);
	margin-bottom:0;
	border-bottom:1px solid rgb(255,255,255);
}

.payoffheader h5 {
	display:inline-block;
	padding:10px 15px;
	font-family:'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	color:rgb(77,75,75);
	font-size:1.1em;
	text-transform:uppercase;
	background-color:rgb(49,49,49);
	margin-bottom:30px;
	margin-top:-2px;
	border-top:2px solid rgb(77,75,75);
}

/* MOBILE NAV */

.mobile-nav {
	padding-left: 60px;
    background: rgb(77,75,75);
}

.mobile-nav h2 {
    font-family: 'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
    color:rgb(255,255,255);
    font-size: 30px;
}

.mobile-nav li {
    line-height:30px;
	font-size:18px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li:first-child {
    border-top: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li a {
    padding:10px;
    color:rgb(255,255,255);
}

.mobile-nav li a:hover {
     background-color: rgba(255,255,255,0.25);
}

.mobile-nav li a.actief {
    background-color: rgba(255,255,255,0.5);
}

.mobile-nav li li:first-child {
	border-top:none;
}

.mobile-nav li  li{
    font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    line-height:20px;
	font-size:12px;
}

.mobile-nav li ul li:last-child {
    border-bottom: none;
}

.mobile-nav li ul li a.actief {
     background-color: rgba(255,255,255,0.25);
}


/* BUTTONS */

.button {
	display:inline-block;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    font-size:1em;
	padding:0 15px;
	line-height:40px;
    background-color:rgb();
	color:rgb(255,255,255);
}

.button a {
	color:rgb(255,255,255);
}

.buttonwit {
	padding:0 13px;
	line-height:36px;
	background-color:rgb(255,255,255);
	border:2px solid rgb();
	color:rgb();
}

.buttongrijs {
	display:inline-block;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    font-size:1em;
	padding:0 15px;
	line-height:40px;
    background-color:rgb();
	color:rgb(255,255,255);
}

.button-tekstueel {
	display:inline-block;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    font-size:18px;
    text-transform: uppercase;
	padding:0 20px;
	line-height:40px;
	color:rgb();
}

/* DOWNLOADS TABEL */

.downloads {
    max-width:400px;
    font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    margin-bottom:40px;
    border:1px solid rgb(49,49,49);
}

.downloads a {
	font-family: 'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
}

.hoofdstuk-download-container {
	margin-top: 40px;
}

tr:hover {
    background-color:rgb(77,75,75);
}

.leesverder {
	margin-bottom:20px;
}/* EXTRA HEADER */

.logodiv {
	position:absolute;
	width:100%;
	max-width:1160px;
	padding:20px;
	margin:auto;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	height:167px;
	pointer-events: none;
}

.logo {
	pointer-events: auto;
	position: absolute;
	top: -40px;
	left: 20px;
	z-index: 99;
	background-color: rgb(255,255,255);
}

.gratis_voorstelling_balk h3 {
	font-family:'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	padding:10px 20px;
	text-align:center;
	width:100%;
	max-width:1200px;
	margin:auto;
}

.gratis_voorstelling_balk h3 span {
	color:rgb(107,183,179);
}

.gratis_voorstelling_balk p {
	font-family:'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	width:100%;
	max-width:1200px;
	padding: 5px;
	border: 1px solid rgb(235,230,221);
}

.gratis_voorstelling_balk p span {
	font-family:'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
	color:rgb(107,183,179);
}

<!--.site {-->
<!--	background-image: url("../img/bg_lang.jpg");-->
<!--    background-repeat: no-repeat;-->
<!--    background-position: center center;-->
<!--    background-attachment: fixed;-->
<!--	-webkit-background-size: cover;-->
<!--	-moz-background-size: cover;-->
<!--	-o-background-size: cover;-->
<!--	background-size: cover;-->
<!--}-->
<!---->
<!--.site.bg_zwart {-->
<!--    background-image: none;-->
<!--}-->

.zoekbalk input.zoek-trefwoord {
	background-color: rgb(235,230,221);
	width: calc(100% - 120px);
	height: 50px;
}

.zoekbalk input.zoek-trefwoord:focus {
	border-color: rgb(77,75,75);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(49,49,49,.075),0 0 8px rgba(77,75,75,.6);
    box-shadow: inset 0 1px 1px rgba(49,49,49,.075),0 0 8px rgba(77,75,75,.6);
}

.zoekbalk input.zoek-submit {
	line-height: 50px;
	width: 100px !important;
	height: 50px;
	display: inline-block;
	margin: 0;
	padding: 0;
}


/* HOME */

.margin-titel-home {
	margin:20px 0 20px 10px;
}


.lijn {
	width:100%;
	height: 2px;
}

/* PADDING & MARGINS */

.standaard-padding_horizontaal {
	box-sizing:border-box;
	padding:0 20px;
}

.margin_bottom_20	{
	 margin:0 0 20px 0;
 }
 
 .margin-footer {
 	margin: 10px 1% 30px 1%;
 }

.position_absolute {
	position: absolute;
}



/* BUTTONS */

.button,
input[type=submit] {
    display:inline-block;
	width:auto;
	min-height:40px;
	padding:10px 20px;
    margin: 0;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    text-align:center;
	font-size:1em;
	font-weight: normal;
    line-height:1.2;
    color:rgb(255,255,255);
    background-color:rgb(77,75,75);
    border: 1px solid rgb(77,75,75);
}

.button.bg_b {
    color:rgb(255,255,255);
    background-color:rgb(77,75,75);
    border: 1px solid rgb(77,75,75);
}

.bg_b .button,
.bg_b input[type=submit] {
    background-color:rgb(0,148,169);
    border: 1px solid rgb(0,148,169);
}

.button:hover,
input[type=submit]:hover {
    background-color:rgb(49,49,49);
    border: 1px solid rgb(49,49,49);
}

.bg_zwart .button:hover,
.bg_zwart input[type=submit]:hover {
    background-color:rgb(0,148,169);
    border: 1px solid rgb(0,148,169);
}

.bg_zwart .button.bg_a {
    color:rgb(255,255,255);
    background-color:rgb(255,0,0);
    border: 1px solid rgb(255,0,0);
    margin: 0.5em;
}

.bg_zwart .button.bg_a:hover {
    background-color:rgb(107,183,179);
    border:1px solid  rgb(107,183,179);
}

.button-bestel_kaarten-rood {
	width:auto;
	min-height:50px;
	display:inline-block;
	padding:15px 33px;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    text-align:center;
	font-size:20px;
	font-weight: normal;
    line-height:1.2;
    color:rgb(255,255,255);
    background-color:rgb(107,183,179);
}

/* ICONS */

.icon {
	font-family:'zeeuwseconcertzaal';
	font-size:20px;
	padding:10px;
	margin:0 0 0 -1px;
	width:40px;
	min-height:40px;
	color:rgb(49,49,49);
	border: 1px solid rgb(235,230,221);
	background-color:rgb(255,255,255);
}

.icon-kleur-b {
	font-family:'zeeuwseconcertzaal';
	font-size:20px;
	padding:10px;
	margin:0 0 0 -1px;
	line-height:40px;
	color:rgb(255,255,255);
	border: 1px solid rgb(77,75,75);
	background-color: rgb(77,75,75);
}

.icon-kleur-b:hover {
    border: 1px solid rgb(49,49,49);
    background-color: rgb(49,49,49);
}

.icons-row {
	display:flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-justify-content:flex-start;
	justify-content:flex-start;
    -webkit-align-items:flex-start;
	align-items:flex-start;
}

.icons-row a {
	position:relative;
	padding-left:50px;
	padding-right:10px;
	margin-right:20px;
	line-height:38px;
	min-height:40px;
	font-family:'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	border: 1px solid rgb(235,230,221);
}

.icons-row a:before {
	position:absolute;
	top:-1px;
	left:-1px;
	bottom:-1px;
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:20px;
	color:rgb(255,255,255);
	background-color:rgb(77,75,75);
	z-index:2;
}

/* BUTTONS + ICONS SPACING */

.space_between {
	display:flex;
    -webkit-flex-direction: column;
	flex-direction: column;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}

.bottom-padding {
	padding:0 20px 20px 20px;
}

.bottom-flex {
	width:100%;
	position:relative;
	display:flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}

.bottom-rechts {
	padding-top:10px;
}

.bottom-links {
	margin:0 10px 0 0;
	padding-top:10px;
}


/* NIEUWS - BANNER ROOD */

.banner-rood span {
	font-family: 'fagonotfbold','Arial Black','Arial Bold','Helvetica Bold','sans-serif';
	font-size:22px;
	line-height:1;
	color:rgb(77,75,75);
}

.banner-rood span:first-of-type {
	color:rgb(255,255,255);
}


/* NIEUWS ITEM */

.fotobgdiv {
	height:auto;
}

.nieuws * {
	overflow-wrap: break-word;
 	word-wrap: break-word;
 	word-break: break-word;
}


/* AGENDA ITEM */

.agenda-headerimage {
	width:100%;
	margin:0;
	vertical-align:middle;
}

.serie {
	position:absolute;
	max-width:114px;
	right:0px;
	top:10px;
}

.vriendenconcert {
	top: 0px;
	max-width: 42px;
}

.agenda_homepage .vriendenconcert,
.agenda_archief .vriendenconcert,
.agendaitem .vriendenconcert {
	top: 20px;
}

.maandoverzicht .vriendenconcert {
	right: -20px;
}

h1.met-vriendenconcert-icon {
	margin-right: 20px;
}

.serie-detail {
	position:absolute;
	right:0;
	width:inherit;
}

.agenda {
	flex:1;
	display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.agenda_item span {
    font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size:1em;
	line-height:1;
	color:rgb(49,49,49);
}

.agenda_item span:first-of-type {
	color:rgb(77,75,75);
	margin-right:20px;
}

.agenda-3-12 span:first-of-type {
	display:block;
}

.agenda_item * {
	overflow-wrap: break-word;
 	word-wrap: break-word;
 	word-break: break-word;
}

.agenda_item {
	display:flex;
    -webkit-flex-direction:column;
	flex-direction:column;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}

.agenda_item {
	flex:1 0 calc(50% - 10px);
	max-width:calc(50% - 10px);
	margin-bottom:20px;
}

.agenda_item:nth-child(even) {
	margin-right:10px;
}

.agenda_item:nth-child(odd) {
	margin-left:10px;
}

.agenda_item:first-child {
	margin-left:0;
	margin-right:0;
	flex:1 0 100%;
	max-width:100%;
}

/* ARCHIEF */

.agenda_archief {

}

.agenda_archief_item {
	margin-bottom:10px;
}

.agenda_archief_item_klein {
	padding:10px 20px;
}

.agenda_archief_item_klein span {
	width:100px;
	display:inline-block;
}

/* HOOFDSTUK - HOOFDSTRUCTUUR INHOUD EN KOLOM */

.inhoud_met_kolom {
	margin:20px 0;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.inhoud_met_kolom_inhoud {
	flex:1;
}


.inhoud_met_kolom_kolom {
	flex:1;
	margin-left:20px;
	max-width:270px;
}

.inhoud_met_kolom_kolom div {
	margin-bottom:20px;
}

.inhoud_met_kolom_kolom div div {
	margin-bottom:0px;
}

.kolomitem .button {
	margin-top:20px;
	width:100%;
}

<!--.bg_zwart .button {-->
<!--	background-color:rgb(--><!--);-->
<!--	color:rgb(--><!--);-->
<!--}-->

.kolomslider {
	width:100%;
}

.kolomslider img {
	width:100%;
	height:auto;
}

.testrob {
	position:relative;
	margin:20px 0;
}

.slidepager {
  	overflow: hidden;
	display: block;
	width: 100%;
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top:-25px;
	position:absolute;
	z-index:20;
}

.slidepager li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 1em 0 0;
    border-radius: 50%;
}

.slidepager li.sy-active a {
    background-color: rgb(107,183,179);
}

.slidepager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(255,255,255);
    text-indent: -9999px;
    -moz-background-size: 2em;
    -o-background-size: 2em;
    -webkit-background-size: 2em;
    background-size: 2em;
    border-radius: 50%;
    border:2px solid rgb(255,255,255);
}

/* AGENDA - PAGINA NUMMERS */

.paginering {
	text-align:center;
	margin:40px 0;
}

.paginering a {
 	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	margin:0 5px;
	padding:5px 10px;
}

.paginering a.actief,
.paginering a:hover {
	background-color:rgba(49,49,49, 0.5);
}


/* AGENDA - TABEL */

.prijzentabel table {
    width: 45%;
    border: none;
    display: table;
    margin: 30px 0 30px 0;
	overflow-wrap: normal;
    word-wrap: normal;
    word-break: keep-all;
}

.prijzentabel td {
	font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	text-align: left;
    height: 22px;
    padding:0;
    margin:0;
}

.prijzentabel td:first-child {
	color:rgb(107,183,179);
	text-transform: uppercase;
}

.prijzentabel td:last-child {
	text-align: right;
}


/* KOLOM - AGENDA SELECTIE OP MAAND OF SERIE */

.toggle-button {
	margin-bottom:10px;
}

.toggle-button a {
	display:inline-block;
	width:50%;
	margin-top:5px;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    text-align:center;
	font-size:1em;
	font-weight: normal;
    line-height:40px;
    color:rgb(255,255,255);
    background-color:rgb(49,49,49);
}
   
.toggle-button a:first-child {
    color:rgb(49,49,49);
    background-color:rgb(77,75,75);
}

.toggle-button a:hover,
.toggle-button a:active {
	padding-top:5px;
	margin-top:0px;
}

.toggle-kolom a {
 	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	display:block;
	line-height:1.5;
	float:left;
	width:50%;
}

.toggle-kolom a.actief,
.toggle-kolom a:hover {
 	font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}


.toggle-kolom-serie a {
 	font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	display:block;
	line-height:1.5;
	float:left;
	width:100%;
}

.toggle-kolom-serie a.actief,
.toggle-kolom-serie a:hover {
 	font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.toggle-uit {
	display:none;
}



/* KOLOM - NIEUWSBRIEF */

.nieuwsbrief {
	display:flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-justify-content:flex-start;
	justify-content:flex-start;
    -webkit-align-items:flex-start;
	align-items:flex-start;
}

.nieuwsbrief input {
	height:40px;
	line-height:40px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(255,255,255);
	color:rgb(235,230,221);
}

.nieuwsbrief div:first-child {
	flex:1;
}

.nieuwsbrief input[type=submit]  {
	flex:none;
	width:40px;
	height:40px;
	text-align:center;
	line-height:20px;
	background-color:rgb(77,75,75);
	color:rgb(255,255,255);
	font-size:20px;
	font-family:'zeeuwseconcertzaal';
	padding:0;
}

.nieuwsbrief input[type=submit]:hover {
    background-color:rgb(49,49,49);
    border:1px solid rgb(255,255,255);
}

/* KOLOM - BINNENKORT */

.binnenkort {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom:10px;
	border-bottom:1px solid rgba(235,230,221,0.8);
}

.binnenkort div {
	flex:1;
	max-width:70px;
	margin-right:5px;
}

.binnenkort img {
	flex:1;
	width:100%;
	height:auto;
}
	
.binnenkort a {
	flex:2;
    font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size:0.9em;
	line-height:1.2;
	color:rgb(255,255,255);
}


/* HOOFDSTUKKEN */

.hoofdstuk H2 {
	margin-bottom:20px;
}

.fotogallerij {
	display:flex;
	-webkit-flex-direction: row;
	flex-direction: row;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
}

.fotogallerij div {
	flex:1;
	max-width:31.33%;
	margin:1%;
}

.fotogallerij img {
	max-width:100%;
	width:100%;
	height:auto;
}


/* SUBMENU */

.site-submenu {
	flex:1;
	margin:20px 20px 0 0;
}

.site-submenu div {
	background-color: rgb(0,148,169);
	padding:10px;
    box-sizing:border-box;
    overflow:hidden;
}

.site-submenu h2 {
	color: rgb(255,255,255);
	font-size:20px;
	text-align:center;
	margin:0px;
}
	
.site-submenu ul {
	color: rgb(255,255,255);
	list-style: none;
	text-align:center;
	margin:0;
	padding:0;
}

.site-submenu li {
	width:100%;
	display:inline-block;
}

.site-submenu li hr {
    text-align:center;
}

.site-submenu li a {
    font-family: 'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    text-decoration: none;
	display:block;
	line-height:1.6;
}

.site-submenu li a:hover {
 	font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.site-submenu li a.actief {
    cursor:default;
}

/* FOOTER */

.site-footer {
	width:100%;
	height:auto;
	border-top:2px solid rgb(77,75,75);
	background-color:rgb(0,148,169);
	margin-top:40px;
}

.site-footer section {
	border:none;
	margin:auto;
}

.site-footer-content {
	max-width:1200px;
}


/* FOOTER - TERUG NAAR BOVEN */

.terugnaarboven {
	margin:0 1%;
	padding:0 20px;
	text-align:right;
}


/* FOOTER - COPYRIGHT */

.copyright {
	width:100%;
	height:auto;
	background-color:rgb(235,230,221);
}

.copyright-content {
	max-width:1200px;
	width:100%;
	margin:auto;
}

.copyright p {
	color:rgb(49,49,49);
}

.copyright a {
	color:rgb(49,49,49);
}


/* FOOTER - MENU */

.footer-menu a {
	font-family:'questa_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	line-height:1.6;
}

.site-footer-content a {
    color:rgb(255,255,255);
}

/* FOOTER - DONATIES */

.donaties h3 {
	font-size:1.2em;
	margin:0;
}

.donaties h3:before {
	margin-right:10px;
}

.button-donaties {
	width:100%;
	min-height:40px;
	display:inline-block;
	padding:12px 10px;
    font-family: 'fagonotfbold','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
    text-align: center;
	font-size:1em;
	font-weight: normal;
    line-height:1.2;
    color:rgb(255,255,255);
    background-color:rgb(0,148,169);
    margin-top:20px;
}

.button-donaties:hover {
    background-color:rgb(49,49,49);
}

/* FOOTER - ADRES */

.footer-adres a {
	color:rgb(77,75,75);
}

.footer-icon {
	font-family:'zeeuwseconcertzaal';
	font-size:20px;
	padding:10px;
	margin:0 0 0 -1px;
	color:rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
	line-height:40px;
}

/* HOOFDSTUKKEN */
.uitlijning-links,
.uitlijning-rechts {
	width: 50%;
}

.uitlijning-klein {
	width: 25%;
}

.uitlijning-links {
	float:left;

	margin: 0;
	margin-right: 10px;
}

.uitlijning-rechts {
	float:right;

	margin: 0;
	margin-left: 10px;
}

.uitlijning-boven {
	margin-bottom: 10px;
}

.uitlijning-onder {
	margin-top: 10px;
}

/* PIANO DONATIE PAGINAS */

.visual_overlay_color {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(107,183,179,0.8);
}

.visual_overlay .visual_overlay_color {
    display: block;
}

.visual_overlay .payoffheader a {
    background-color: rgba(49,49,49,1);
}

.visual_overlay .payoffheader a:hover {
    background-color: rgba(49,49,49,0.8);
}

.visual_overlay .payoffheader h4 {
    padding: 25px 0;
    font-size: 42px;
    text-transform: none;
    background-color: transparent;
    border-bottom: none;
}

.visual_overlay .payoffheader h5 {
    padding: 0;
    margin-top: 0;
    color: rgb(255,255,255);
    text-transform: none;
    font-weight: normal;
    background-color: transparent;
    border-top: none;
}

.pianoDonaties .socialmedia {
    text-align: center;
}

.pianoDonaties .socialmedia a {
    color: rgb(107,183,179);
}

.pianoDonaties .foutmelding-regel {
    color: rgb(255,0,0);
}

.pianoPage {
    position: relative;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.vogelContainer {
    position: absolute;
    top: -100px;
    right: -7%;
    width: 50%;
    height: 100%;
    background-image: url('../img/vleugels-01.svg');
    background-repeat: no-repeat;
}

.vogelContainer2 {
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 60%;
    height: 368px;
    background-image: url('../img/vleugels-02.svg');
    background-repeat: no-repeat;
}

.pianoInfoDiv {
    margin-top: 200px;
    z-index: 2;
}

.pianoContainer {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}

.octaveContainer {
    margin-top: 0;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.octaveShoppingCartIcon {
    display: block;
    font-family: 'zeeuwseconcertzaal';
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    align-self: center;
    background-color: rgb(255,0,0);
    color: rgb(255,255,255);
    z-index: 2;
}

.octaveShoppingCartIcon:hover {
    background-color: rgb(107,183,179);
}

.octaveShoppingCartIcon.sold {
    background-color: transparent;
}

.shoppingcart_total {
    border-top: 1px solid rgb(77,75,75);
    font-size: 1.5em;
}

.octaveDiv {
    flex: none;
    width: 40px;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.curly-brace-1,
.curly-brace-6 {
    height: 30%;
    max-height: 30px;
    border-left: 8px solid rgb(77,75,75);
    margin-left: 8px;
}

.curly-brace-2,
.curly-brace-5 {
    width: 16px;
    border-right: 8px solid rgb(77,75,75);
    flex: 1;
}

.curly-brace-3,
.curly-brace-4 {
    width: 28px;
    height: 20%;
    max-height: 20px;
    border-right: 8px solid rgb(77,75,75);
    margin-left: -12px;
}

.curly-brace-1 {
    border-top-left-radius: 30px;
}

.curly-brace-3 {
    border-bottom-right-radius: 20px;
}

.curly-brace-4 {
    border-top-right-radius: 20px;
}

.curly-brace-6 {
    border-bottom-left-radius: 30px;
}

.pianoContainer ul {
    position: relative;
    flex: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pianoContainer li {
    position: relative;
}

.pianoContainer .white {
    height: 42px;
    z-index: 2;
    padding-top: 8px;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-radius: 0 5px 5px 0;
    box-shadow: -1px 0 0 rgba(255,255,255,0.8) inset, 0 0 5px #ccc inset,0 0 3px rgba(0,0,0,0.2);
    background: linear-gradient(to right,#eee 0%,#fff 100%)
}

.pianoContainer .white:active,
.pianoContainer .white.active {
    border-right: 1px solid #777;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    box-shadow: 2px -3px 0 rgba(0,0,0,0.1) inset,-5px 5px 20px rgba(0,0,0,0.2) inset,0 0 3px rgba(0,0,0,0.2);
    background: linear-gradient(to right,#fff 0%,#e9e9e9 100%)
}

.pianoContainer .black {
    position: absolute;
    width: 40%;
    height: 36px;
    z-index: 3;
    margin-top: -20px;

    border: 1px solid #000;
    border-radius: 0 3px 3px 0;
    box-shadow: -1px -1px 2px rgba(255,255,255,0.2) inset,0 -5px 2px 3px rgba(0,0,0,0.6) inset,0 2px 4px rgba(0,0,0,0.5);
    background: linear-gradient(-45deg,#222 0%,#555 100%)
}

.pianoContainer .black:active,
.pianoContainer .black.active {
    box-shadow: -1px -1px 2px rgba(255,255,255,0.2) inset,0 -2px 2px 3px rgba(0,0,0,0.6) inset,0 1px 2px rgba(0,0,0,0.5);
    background: linear-gradient(to top,#444 0%,#222 100%)
}

.pianoContainer li span {
    display: block;
    font-size: 10px;
    line-height: 30px;
}

.pianoContainer .white span {
    color: black;
    text-align: right;
    margin-right: 20px;
}

.pianoContainer .black span {
    color: white;
    text-align: left;
    margin-left: 20px;
}


/* MEDIA QUERIES */

@media all and (max-width:1120px) and (min-width:900px) {

	.header_buttons {
	
		flex-direction: column;
		
	}
	
	.logomenubalk .button:first-child {
		margin-bottom:10px;
	}
	.logomenubalk .button {
		line-height:40px;
		text-align:center;
	}
	
}



@media all and (max-width:1000px) {
	
	
    
    .content-met-submenu {
        -webkit-flex-direction: column;
		flex-direction: column;
        -webkit-flex-wrap:nowrap;
		flex-wrap:nowrap;
        margin-top:10px;
	}
    
    
    .site-submenu {
        display:block;
        width:100%;
        margin:0;
        padding:0;
        border:0;
    }

    .site-submenu-items {
        border-radius: 0;
        border:0;
        margin:0;
        padding:0;
    }


    .site-submenu h2 {
        display: none;
    }

    .site-submenu ul {
        list-style: none;
        line-height:30px;
        text-align:center;
        margin:0;
        padding:0;
    }

    .site-submenu li {

        padding:5px;
        width:inherit;
        margin-right:10px;
        font-size:12px;
        line-height:30px;

    }

    .site-submenu a {
        margin:0;
        padding:0;
    }

    .site-submenu li hr {
        display:none;
    }

	.toggle1nietzichtbaar {
		display:none;
	}
	
	.toggle1welzichtbaar {
		display:inline;
	}
	
	

    
}

@media all and (max-width:900px) {
	
	
}


@media all and (max-width:800px) {
	
	.div3-12 {
		flex:1 0 48%;
	}
	
	.div4-12 {
		flex:1 0 48%;

	}
	
	.div8-12 {
		flex:1 0 48%
	}
	
	.div9-12 {
		flex:1 0 48%;
	}
	
	.toggle2nietzichtbaar {
		display:none;
	}
	
	.toggle2welzichtbaar {
		display:inline;
	}
	
	.opsomming-keyvalue-td-breed200 {
		width:150px;
	}

    .header-visual {
        height: 250px;
    }

    .visual_overlay .payoffheader h5 {
        display: none;
    }

}

@media all and (max-width:750px) {

	.header_buttons {
		flex-direction: column;
	}
	
	.logomenubalk .button:first-child {
		margin-bottom:10px;
	}
	.logomenubalk .button {
		line-height:40px;
		text-align:center;
	}
	
}


@media all and (max-width: 600px) {

	.header_buttons {
		display:none;
	}
	
	.logomenubalk_logo {
		margin-right:20px;
	}

	.bovenbalk{
		justify-content:space-between;
	}

    .div2-12,
	.div3-12,
	.div4-12,
    .div5-12,
	.div6-12,
	.div7-12,
	.div8-12,
	.div9-12,
	.div10-12,
	.div11-12 {
		flex:1 0 100%;
	}

	.mobilenietzichtbaar {
		display:none;
		transition: all 0.5s ease-in;
	}

	.mobilewelzichtbaar {
		display:inline;
		transition: all 0.5s ease-in;
	}


	.opsomming-keyvalue-td-breed150 {
		width:100px;
	}
	
	.opsomming-keyvalue-td-breed200 {
		width:100px;
	}

    .pianoInfoDiv {
        margin-top: 20px;
    }

}

/* MEDIA QUERIES */


@media all and (max-width:1000px) {
	

	
	.header-visual-home {
		position:relative;
		height:600px;
		transition: height 0.5s ease-in;
	}

    .site-submenu-items {
        border-bottom: 1px solid #dedede;
        height:50px;
    }

    .site-submenu ul {
        line-height:30px;
    }

    .site-submenu li {
        padding:5px;
        margin-right:10px;
        font-size:12px;
        line-height:30px;
    }

   	.payoffheader h2 {
		font-size:40px;
	}
	
	.payoffheader h3 {
		font-size:25px;

	}
	
	.payoffheader span {
	
		font-size:16px;
	}
    
}
@media all and (max-width:800px) {
	
	.header-visual-home {
		position:relative;
		height:500px;
		transition: height 0.5s ease-in;
	}
	
	.hoofdnav li a {
		padding: 0 5px;
	}
	
	.progressbalk_tekst {
		font-size:12px;
	}
		
		
	.hoofdnav li {

//		font-size:12px;
	}
	
	.payoffheader h2 {
		font-size:30px;
	}
	
	.payoffheader h3 {

		font-size:20px;

	}
	
	.payoffheader span {
	
		display:none;
		font-size:14px;
	}


	
}


@media all and (max-width: 600px) {
	
	.header-visual-home {
		position:relative;
		height:250px;
		transition: height 0.5s ease-in;
	}
	
	.progressbalk_tekst {
		display:none;
	}
		
}


/* MEDIA QUERIES */



@media all and (max-width:1000px) {

    
    .content-met-submenu {
        -webkit-flex-direction: column;
		flex-direction: column;
        -webkit-flex-wrap:nowrap;
		flex-wrap:nowrap;
        margin-top:10px;
	}
    
    .site-submenu {
        display:block;
        width:100%;
        margin:0;
        padding:0;
        border:0;
    }

    .site-submenu h2 {
        display: none;
    }

    .site-submenu ul {
        list-style: none;
        line-height:1.2;
        text-align:center;
        margin:0;
        padding:0;
    }

    .site-submenu li {
        padding:5px;
        width:inherit;
        margin-right:10px;
        font-size:15px;
        line-height:15px;
	}

	.prijzentabel table {
	    width: 60%;
	}

	.icons-row a {
		font-size:0;
		padding-left:0;
		width:40px;
	}
	

	.header-visual-home:after,
	.header-visual:after {
		background-position: 65% bottom;
	}
}






@media all and (max-width:800px) {
	
	.hoofdnav li {
		padding:15px 10px;
		font-size:15px;
	}

	.logo {
		left: 10px;
	}
	
	.inhoud_met_kolom {
		flex-direction: column;
		flex-wrap:wrap; 
	}
		
	.inhoud_met_kolom_kolom {
		margin-left:0;
		max-width:none;
	}

	.agenda_archief_item_klein span {
		display:block;
	}
}

@media all and (max-width: 700px) {

	.hoofdnav li {
		padding:15px 5px;
		font-size:14px;
	}
	
	.header-visual-home:after,
	.header-visual:after {
		background-position: 70% bottom;
	}
}

@media all and (max-width: 600px) {
	
	.bovenbalk-content a {
		font-size:0;
		width:50px;
	}
	
	.logo {
		top: -36px;
	}
	
	.prijzentabel table {
    	width: 100%;
	}

	.inhoud_met_kolom_inhoud .agenda {
		flex:1 0 100%;
		max-width:100%;
		margin-bottom:20px;
	}
	.inhoud_met_kolom_inhoud .agenda:nth-child(even) {
		margin-right:0;
	}
	
	.inhoud_met_kolom_inhoud .agenda:nth-child(odd) {
		margin-left:0;
	}

    .pianoInfoDiv {
        order: 1;
    }
    .pianoContainer {
        order: 2;
    }
}


@media all and (max-width: 400px) {
	
}


