/* header / menu */
/* header */
.header {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    display: block;
}

.header li a {
    display: block;
    font-size: 14px;
    padding: 20px 20px;
    text-decoration: none;
    color: #bf002a;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #E9E9E9;
    color: #404040;
}

/* menu */

.header-left
{
    display: block;
    float: left;
    /*font-size: 2em;*/
    padding: 8px 20px 0 20px;
    text-decoration: none;
    width: 200px;
    /*background-color: #800; /*DEBUG*/
    /*border: 1px solid; /*DEBUG*/
    /*border-color: #f00; */
}

.header-middle
{
    width: 1600px;
    float:left;
    max-width: 1600px;
}

.header-right
{
    display: block;
    float: right;
    width: 230px;
    font-size: 2em;
    text-decoration: none;
    padding-top: 0px;
    /*background-color: #880; /*DEBUG*/
    /*border: 1px solid; /*DEBUG*/
    /*border-color: #ff0; /*DEBUG*/

}

.header li {
    float: left;
}
.header li a {
    padding: 20px 12px;
}
.header .menu {
    clear: none;
    max-height: none;
    max-width: 1500px;
}
.header .menu-icon {
    display: none;
}

.header .menuright {
    clear: none;
    max-height: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 20px 20px;
    position: relative;
    user-select: none;
    font-size: 14px;
}

.header-middle-mobile
{
    float:left;
    /*background-color: #ff534f; /*DEBUG*/

}
.header-right-mobile
{
    width: 50px;
    float:right;
    height: 46px;
    font-size: 28px;
    /*background-color: #b800ff; /*DEBUG*/
	padding-top: 8px; /* add-N */
	padding-bottom: 8px; /* add-N */

}

.mobilemenu
{
    display: none;
}

.hamburger .a
{
    float: right;
    font-size: 30px;
    padding: 20px 20px;
    color: #bf002a;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 500px; /* max height of dropdown on mobile */
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* end header / menu */

@media (max-width: 1920px) {

    .header-middle
    {
        width: 1000px;
        float:left;
        max-width: 1000px;
        background-color: #8A0; /*DEBUG*/
    }
}

@media (min-width: 1920px) {

    .nieuws-modal-lg {
        width:1728px
    }

}

@media (max-width: 600px) {

    .header-middle
    {
        width: 500px;
        float:left;
        max-width: 500px;
        background-color: #8A0; /*DEBUG*/
    }
    .header-left
    {
		padding: 6px 20px 8px 20px; /* add-N */
		
    }
	.header ul
    {
        width: 100%;
    }

    .header li {
        float: none;
		max-height:45px; /* add-N */
    }

}
