* {
    margin: auto;
    padding: 0;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto/roboto-bold-webfont.eot');
    src: url('../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/roboto-light-webfont.eot');
    src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/roboto-regular-webfont.eot');
    src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/roboto_condensed/robotocondensed-light-webfont.eot');
    src: url('../fonts/roboto_condensed/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_condensed/robotocondensed-light-webfont.woff') format('woff'),
         url('../fonts/roboto_condensed/robotocondensed-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto_condensed/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/roboto_condensed/robotocondensed-regular-webfont.eot');
    src: url('../fonts/roboto_condensed/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_condensed/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/roboto_condensed/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_condensed/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

*:focus {
    outline: none;
}

#page-background { 
    position:fixed; 
    background:url(../images/achtergrond1.jpg) center top fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height:100%;
    width:100%;
}

.wwresetlink {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    width: 100%;
    line-height: 100%;
    float: left;
}

#content {
    position:relative;
    z-index:1; 
    padding:0px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #202020 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fefefe;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #202020 inset;
    -webkit-text-fill-color: #fefefe;
}

textarea:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #202020 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fefefe;
}
textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #202020 inset;
    -webkit-text-fill-color: #fefefe;
}

body, html {
    font-family: 'robotoregular',Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #202020;
    /*height:100%;*/
    line-height: 16px;
}

b, strong {
    font-family: 'robotobold',Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.afbeelding-zijkant {
    width: 50%;
    padding: 20px;
    float: left;
    box-sizing: border-box;
}

.rechts-prive {
    width: 35%;
    float: left;
    background-color: #eeeeee;
    padding: 35px;
    margin-top: 10px;
    box-sizing: border-box;
}

.rechts-prive h1 {
    margin-bottom: 30px;
}

#prive-tekst {
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    width:65%;
}

#prive-tekst h1 {
    margin-bottom: 30px;
}

#prive-tekst ul {
    margin-left: 30px;
}

#downloads {
    margin-top: 0px;
    float: left;
    width: 100%;
}

#downloads h1 {
    margin-bottom: 30px;
}

ul.downloads {
	width: 100%;
    float: left;
    margin-left: 0px !important;
	border-top: 1px solid  #ec6528;
}

ul.downloads li {
	list-style: none;
	width: auto;
	font-weight: normal;
    border-bottom: 1px #000 solid 1px;
}

ul.downloads li a {
	color: #404040;
	padding: 9px 0px 9px 15px;
	text-decoration: none;
    display: block;
    font-size: 17px;
	border-bottom: 1px solid  #ec6528;
	transition: all 0.3s ease-out;
}     
ul.downloads li a:before {
	content: "\f1c1";
	font-weight: 500;
	font-family:"Font Awesome 5 Free";
	padding-right: 15px;
	float: left;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

ul.downloads li a:after { 
	content: "\f101"; 
	font-weight: 700;
	font-family:"Font Awesome 5 Free";
	float: right;
	padding-right: 15px;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: all 0.3s ease-out;
}
	        
			
ul.downloads li a:hover:after { 
	content: "\f101"; 
	font-weight: 700;
	font-family:"Font Awesome 5 Free";
	float: right;
	padding-right: 12px;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* LOGIN PAGINA */
#logincontainer {
    position:absolute; 
    top:50%; 
    left:50%; 
    z-index:99999; 
    transform: translate(-50%, -50%);
}

.reset { margin:-120px 0px 0px -245px !important;}

.reset_nieuw { margin:-120px 0px 0px -150px !important;}

#loginwrap {
    width: 630px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.nomail {
    text-align: left;
    float: left;
    color:#000;
    font-size: 16px;
}

#resetwrap {
    width: 490px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#resetwrap_nieuw {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.logologin {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 200px;
    width: auto;
    display: inline-block;
    padding: 15px;
    background: #fff;
    border-radius: 25px;
}

#inlogkop {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    padding: 30px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.invoerveld input {
    margin-top: 10px;
    margin-left: 15px;
}

.foutlogin {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    padding-bottom: 15px;
    text-align: left;
}

.resetbtn {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #3c4e7D;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    height: 44px;
    font-weight: bold;
    border: 0;
    padding: 14px 0px 13px 0px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
    cursor: pointer;
}

.full {
    width: 100%;
}

.button_75 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #cd0814;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 44px;
    font-weight: bold;
    border: 0;
    padding: 14px 0px 13px 0px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
}

.loginresponsive {
    display: none;
}

.button_75:hover {
    cursor: pointer;
    background-color: #3c4e7D;
}

.logindiv {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(60, 78, 125);
    color: #fefefe;
    padding: 12px 10px 10px 10px;
    height: 23px;
    width: 265px;
    margin-right: 5px;
    -moz-box-shadow: inset 0 0 2px #3c4e7D;
    -webkit-box-shadow: inset 0 0 2px #3c4e7D;
    box-shadow: inset 0 0 2px #3c4e7D;
    float: left;
    text-align: left;
}

.logindiv .fa-user, .logindiv .fa-lock {
    color: #fff;
    font-size: 22px;
    padding-right: 15px;
    display: inline;
}

.logindiv_nieuw {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(32, 32, 32);
    color: #fefefe;
    padding: 12px 10px 10px 10px;
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow: inset 0 0 2px #000000;
    float: left;
    text-align: left;
}

.logindiv_nieuw .fa-user, .logindiv .fa-lock {
    color: #fff;
    font-size: 22px;
    padding-right: 15px;
    display: inline;
}

.tekstvak_medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #fefefe;
    text-decoration: none;
    outline: none;
    width: auto;
    border: 0;
    padding: 0 0 0 0;
    background: none;
    position: absolute;
    margin-top: 5px;
}
/* EINDE LOGIN PAGINA */

/* MENU BOVENBALK */
#topmenubalk {
    background: url(../images/logo_topmenubalk.png) top left no-repeat #3c4e7D;
    width: 100%;
    height: 63px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.topmenu-logo {
    position: absolute;
    width: 170px;
    top: 10px;
    left: 19px;
}

.mob-toggle {
    display: none;
}

#gebruiker {
    position: absolute;
    right: 20px;
    top: 23px;
    color: #FFF;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}

#gebruiker a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

#gebruiker a:hover {
    color: #ec6528;
    text-decoration: none;
}

.fa-user {
    color: #FFF;
    font-size: 17px;
    padding-right: 5px;
}

.fa-chevron-down {
    color: #FFF;
    font-size: 12px;
}

.fa-chevron-down {
    color: #FFF;
    font-size: 12px;
}

.fa-picture-o {
    color: #DBDBDB;
    font-size: 70px;
}

#topmenu_nieuw {
    width: 300px;
    height: auto;
    position: absolute;
    margin: 27px 0px 0px 259px;
}

a.top_toggle {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    width: 200px;
    height: auto;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
}

a.top_toggle:hover {
    color: #ec6528;
}

#topmenu_nieuw .fa-plus {
    color: #f5f5f5;
    font-size: 16px;
    padding-right: 5px;
}

.topmenu_opties {
    background-color: #202020;
    width: 150px;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    margin-top: 20px;
    margin-left: -13px;
    padding: 10px 0px 5px 0px;
}

.topmenu_opties a {
    display: block;
    width: auto;
    padding: 8px 0px 8px 12px;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
}

.topmenu_opties a:hover {
    color: #ec6528;
}

#gebruiker .gebruiker_opties {
    background-color: #202020;
    width: 180px;
    height: auto;
    display: none;
    position: absolute;
    right: 0;
    margin-top: 20px;
    margin-right: -20px;
    padding: 0px 0px 5px 0px;
    text-align: left;
}

#gebruiker .gebruiker_opties a {
    display: block;
    width: auto;
    padding: 8px 0px 8px 12px;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
}

#gebruiker .gebruiker_opties a:hover {
    color: #ec6528;
}
/* EINDE MENU BOVENBALK */

/* HOOFDMENU CMS */
#menulinks_bg {
    background-color: #f5f5f5;
    border-right: #e0e0e0 solid 1px;
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    z-index: 20;
}

#menulinks {
    width: 230px;
    height: auto;
    position: absolute;
    padding-top: 63px;
    z-index: 20;
}

#cms_menu li {
    width: 92%;
    border-bottom: #e0e0e0 solid 1px;
    border-top: #FFF solid 1px;
    padding-left: 8%;
}

#cms_menu li:hover {
    background: url(../images/cms_menu_hover.png) top right repeat-y;
    cursor: pointer;
}

#cms_menu li.active {
    background: url(../images/cms_menu_hover.png) top right repeat-y;
    cursor: pointer;
}

#cms_menu li a {
    font-size: 14px;
    text-decoration: none;
    color: #202020;
    display: block;
    padding: 13px 0px;
}

#cms_menu li .fa-home {
    color: #202020;
    font-size: 18px;
    width: 30px;
}

#cms_menu li .fa-comments {
    color: #202020;
    font-size: 14px;
    width: 21px;
}

#cms_menu li .fa-users {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li a .fa-list-alt {
    color: #202020;
    font-size: 15px;
    width: 20px;
}

#cms_menu li a .fa-file-alt {
    color: #202020;
    font-size: 15px;
    width: 20px;
}

#cms_menu li .fa-newspaper-o {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-list {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-address-card-o {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-file-text-o {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-outdent {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-envelope-o {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-wrench {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-share-alt {
    color: #202020;
    font-size: 15px;
    width: 30px;
}

#cms_menu li .fa-user {
    color: #202020;
    font-size: 15px;
    width: 30px;
    padding-right: 0px;
}

#cms_menu li .fa-info-circle {
    color: #202020;
    font-size: 16px;
    width: 30px;
}

#cms_menu li .fa-trash-o {
    color: #202020;
    font-size: 16px;
    width: 30px;
}

#cms_menu li .fa-tags {
    color: #202020;
    font-size: 16px;
    width: 30px;
}
/* EINDE HOOFDMENU CMS */



#links {
    width: 75%;
    float: left;
}

#rechts {
    width: 20%;
    float: left;
    background-color: #F4F1E8;
    padding: 1%;
    min-height: 400px;
    margin-top: 10px;
}

.fout, .succes {
    float: right;
    margin-top: 0px;
    width: auto;
    background-color: #FFCACA;
    color: #b32727;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
}

.grijs { color:#999; }
.tussengrijs { padding: 0px 10px; }

.succes {
    background-color: #6fd76d;
    color: #226425;
}

#melding_wrap {
    float: right;
    margin-top: -32px;
}

.melding {
    background-color: #FFCACA;
    color: #b32727;
    padding: 10px;
    display: none;
}

.melding_ua {
    color: #FF0000;
    padding: 3px 0px;
    font-weight: bold;
}

.geenbericht {
    padding: 5px 0px;
}

#foutveld {
    -moz-box-shadow: inset 0px 1px 3px 1px #F00000;
    box-shadow: inset 0px 1px 5px 1px rgba(240, 0, 0, 0.5), inset 0px -1px 1px 1px rgba(240, 0, 0, 0.2);
}

#dashboardwrap {
    color: #999;
    max-width: 1100px;
    float: left;
}

#dashboardwrap table tr td {
    color: #999;
}

#dashboardwrap #cms_functiebalk {
    background-color: #f5f5f5;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 25px;
}

#dashboardwrap #cms_functiebalkreactie {
    background-color: #f5f5f5;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 25px;
}

#dashboard1 {
    width: 27%;
    max-width: 320px;
    min-width: 290px;
    float: left;
    background-color: #F4F1E8;
    border: 1px solid #F4F1E8;
    padding: 25px;
    min-height: 225px;
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

#dashboard1 h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 23px;
    margin-top: 3px;
}

#dashboard2 {
    width: 27%;
    max-width: 320px;
    min-width: 290px;
    float: left;
    background-color: #F5F5F5;
    border: 1px solid #EEE;
    padding: 25px;
    min-height: 228px;
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

#dashboard2 h4 {
    font-size: 26px;
    margin-bottom: 17px;
}

#dashboard2 h5 {
    margin-bottom: 2px;
    margin-top: 0px;
}

#dashboard2 a:hover {
    color: #3c4e7D;
}

#dashboard3 {
    width: auto;
    min-width: 1025px;
    max-width: 1075px;
    float: left;
    background-color: #F5F5F5;
    border: 1px solid #EEE;
    padding: 25px;
    min-height: 200px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

#dashboard3 h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
}

#stats_links {
    float: left;
    width: 230px;
}

#uanummer {
    float: left;
    width: 280px;
    margin-right: 45px;
}

#timeline {
    height: 230px;
    margin-top: -20px;
}

.gapi-analytics-data-chart {
    height: 230px;
    margin-top: -20px;
}

#timeline svg {
    height: 230px;
    width: 430px;
    border: 1px solid #dbdbdb;
    margin-left: 40px;
}

#auth-button, #timeline, #view-selector {
    float: left;
    margin-right: 20px;
}

#auth-button div {
    padding-left: 0px;
}

#view-selector {
    width: 320px;
    margin-bottom: 10px;
}

#view-selector table {
    margin-left: -1px;
    color: red;
}

/* CMS CONTENT */
#cms_spacer {
    width: 100%;
    height: 73px;
}

#space_bot {
    height: 40px;
    width: 100%;
}

#cms_content {
    margin: 0% 25px 0px 255px;
    min-width: 400px;
    position: relative;
}

h1 {
    font-family: 'robotobold';
    color: #3c4e7D;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 5px;
}

h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

h3 {
    color: #3c4e7D;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

h4 {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

h5 {
    font-family: 'robotobold',Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #3c4e7D;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: -6px;
}

.middentekst {
    width: 900px;
    text-align: center;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin: 0 auto;
    margin-top: 100px;
}

#cms_titelbalk_main {
    border-bottom: #dbdbdb solid 1px;
    width: 100%;
    height: 35px;
}

#cms_titelbalk {
    width: 100%;
    height: 35px;
    margin: 0;
}

#cms_titelbalk .fa-user {
    color: #3c4e7D;
    font-size: 24px;
}

#cms_functiebalk {
    background-color: #f5f5f5;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#cms_functiebalk a {
    display: block;
    background: url(../images/cms_functiebalkbg.png) top right no-repeat #cd0814;
    color: #FFF;
    font-size: 13px;
    width: auto;
    padding: 7px 20px 7px 10px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    cursor: pointer;
}

#cms_functiebalk a:hover {
    color: #FFF;
    padding-right: 30px;
}

#cms_functiebalkreactie {
    background-color: #f5f5f5;
    width: 100%;
    max-width: 1000px;
    height: 30px;
    float: left;
    margin-top: 30px;
}

#cms_functiebalkreactie a {
    display: block;
    background: url(../images/cms_functiebalkbg.png) top right no-repeat #cd0814;
    color: #FFF;
    font-size: 13px;
    width: auto;
    padding: 7px 20px 7px 10px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    cursor: pointer;
}

#cms_functiebalkreactie  a:hover {
    color: #FFF;
    padding-right: 30px;
}

#cms_terugknop {
    background-color: #f5f5f5;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#cms_terugknop a {
    display: block;
    background: url(../images/cms_terugknop.png) top left no-repeat #808080;
    color: #FFF;
    font-size: 13px;
    width: auto;
    padding: 7px 15px 7px 20px;
    text-decoration: none;
    float: left;
    margin-right: 2px;
}

#cms_terugknop a:hover {
    text-decoration: underline;
}

#cms_paginaoverzicht {
    margin-top: 5px;
    margin-bottom: 30px;
}

.post {
    margin-top: 30px !important;
    width: 100%;
    max-width: 1000px;
    float: left;
    margin-bottom: 30px;
}

#cms_paginaoverzicht table {
    border: #dbdbdb solid 1px;
}

#cms_paginaoverzicht .fa-trash-o {
    font-size: 18px;
}

.paginaoverzicht_titels {
    padding: 8px 0px 8px 10px;
    font-size: 16px;
}

.paginaoverzicht_tekst {
    font-size: 13px;
    color: #202020;
    line-height: 18px;
    padding-right: 20px;
    float: left;
    width: 100%;
}

.paginaoverzicht_td {
    padding: 15px;
}

.paginaoverzicht_td_reactie {
    padding: 25px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.reactie-table {
    max-width: 1000px;
    width: 100%;
    float: left;
}

.reactie-table tr {
    width: 100%;
    float: left;
}

.paginaoverzicht_kop {
    font-family: 'Roboto', sans-serif;
    color: #3c4e7D;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    float: left;
}

.paginaoverzicht_onderwerp {
    font-family: 'Roboto', sans-serif;
    color: #3c4e7D;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    float: left;
}

.reactie-table {
    margin-top: 30px;
}

.reactie-title {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 10px;
}

.geen-reactie-title {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
    font-weight: 700;
}

.verwijder-reactie {
    float: right;
    width: 100%;
    text-align: right;
    color: #e70000;
    margin-top: 10px;
}

.verwijder-reactie:hover .far {
    animation: shake 0.82s cubic-bezier(.20,.07,.15,.77) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
      transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
      transform: translate3d(2px, 0, 0);
    }
  }

.paginaoverzicht_img {
    padding: 10px 0px;
}

#cms_zoeken {
    width: 100%;
    margin-top: 35px;
       height: auto;
    float: left;
    padding-bottom: 5px;
}

.zoekdrop {
   height: 33px;
    width: 160px;
    float: left;
    margin-right: 0px;
        border: #dbdbdb solid 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.statusdrop {
    height: 33px;
    width: 80px;
    float: left;
    margin-right: 0px;
        border: #dbdbdb solid 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	font-size:12px;
	    color: #999;
}

.zoekdrop.catte {
    float: left;
    margin-right: 0px;
}

#zoekfunctie_balk {
    width: 100%;
    float: left;
    padding-top: 7px;
}

.paginaoverzicht_zoeken, .uanummer {
    float: left;
    height: 31px;
    margin-left: 2px;
    padding-left: 5px;
    border: #dbdbdb solid 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.paginaoverzicht_zoeken {
    margin-left: 2px;
    float: left;
    width: 200px;
}

.paginaoverzicht_zoeken.nopad {
    margin-left: 0px;
}

.uanummer {
    margin: 5px 0px;
}

.woningadd {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.swblauw {
    color: #3c4e7D;
    padding-right: 10px;
}

.zoekaantal {
    font-size: 13px;
    color: #585858;
    width: 99.8%;
    margin-top: -34px;
    text-align: right;
    float: left;

}

.button_zoek, .button_add, .button_add_bericht  {
    color: #FFF;
    width: 50px;
    height: 33px;
    background-color: #cd0814;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    -webkit-appearance: none;
}

.button_zoek {
    float: left;
}

.button_zoek.catte {
    float: left;
}

.button_add {
    float: left;
    width: 135px;
    height: 32px;
    margin-left: 0px;
}

.button_add_bericht {
    float: left;
    width: 135px;
    height: 32px;
    margin-left: 0px;
    clear: both;
}

#cms_button {
    background-color: #f5f5f5;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    clear: both;
    margin-top: 15px;
}

#cms_button input {
    display: block;
    background: url(../images/cms_functiebalkbg.png) top -2px right no-repeat #cd0814;
    color: #FFF;
    font-size: 13px;
    width: auto;
    padding: 6px 20px 6px 10px;
    text-decoration: none;
    float: left;
    border: 0px;
    cursor: pointer;
    font-family: 'robotoregular',Arial, Helvetica, sans-serif;
}

#cms_functiebutton {
    background-color: #fff;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#cms_functiebutton a {
    display: block;
    background: url(../images/cms_functiebalkbg.png) top right no-repeat #3c4e7D;
    color: #FFF;
    font-size: 13px;
    width: 150px;
    padding: 7px 20px 7px 10px;
    text-decoration: none;
    float: left;
}

#cms_functiebutton a:hover {
    text-decoration: underline;
}
/* EINDE CMS CONTENT */

/* PAGINA MENUSTRUCTUUR */
.hoofditem {
    color: #202020;
    font-size: 13px;
    width: 120px;
    float: left;
    height: 24px;
    border-top: #dbdbdb solid 1px;
    border-bottom: #dbdbdb solid 1px;
    border-left: #dbdbdb solid 1px;
    padding-left: 1%;
    background-color: #F5F5F5;
    float: left;
    color: #202020;
    font-size: 13px;
    padding-top: 10px;
    vertical-align: middle;
    margin-top: 4px;
}

.hoofditemtitel {
    width: 480px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    border: #dbdbdb solid 1px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    padding-top: 10px;
    margin-top: 4px;
}

.linkpag {
    color: #3c4e7D;
    font-size: 13px;
    width: 55px;
    height: 26px;
    padding-left: 1%;
    background-color: #15A7D8;
    float: left;
    font-size: 13px;
    padding-top: 10px;
    vertical-align: middle;
    margin-top: 4px;
}

.linkpag a:link, .linkpag a:visited {
    color: #FFF;
}

.subitem {
    color: #3c4e7D;
    font-size: 13px;
    width: 120px;
    float: left;
    height: 24px;
    border-top: #dbdbdb solid 1px;
    border-bottom: #dbdbdb solid 1px;
    border-left: #dbdbdb solid 1px;
    padding-left: 1%;
    background-color: #F5F5F5;
    float: left;
    font-size: 13px;
    padding-top: 10px;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 129px;
}

.subitemtitel {
    width: 351px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    border: #dbdbdb solid 1px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    padding-top: 10px;
    margin-top: 4px;
}

#structuur {
    float: left;
    min-width: 690px;
}

#structuursub {
    clear: both;
    float: left;
    width: 100%;
    min-width: 400px;
    margin-top: -4px;
}

#structuur ul {
    margin: 0px;
    padding: 0px;
}

#structuur li {
    list-style: none;
    margin: 0 0 0 0;
    height: 35px;
    margin-top: 4px;
    padding: 0px 5px 0px 0px;
    color: #000;
    clear: both;
}

#structuur li:hover {
    color: #000;
    cursor: pointer;
    background-image: url(images/bg_dragdrop_main.png);
    background-repeat: no-repeat;
    background-position: right;
}

#structuursub li:hover {
    color: #000;
    cursor: pointer;
    background-image: url(images/bg_dragdrop_maingrijs.png);
    background-repeat: no-repeat;
    background-position: right;
}

/* EINDE PAGINA MENUSTRUCTUUR */

/* INVOERVELDEN */
#passwordAlert {
    color: red;
    margin: 0px;
    display: none;
    text-align: left;
    background-color: #F5F5F5;
    padding: 5px;
}

#kenmerkenvlak {
    width: 100%;
    border: #dbdbdb solid 1px;
    color: #808080;
    padding: 10px;
    min-height: 150px;
}

.invoerveld, .invoerveld_vraag {
    width: 80%;
    max-width: 1000px;
    height: 34px;
    float: left;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
}
.invoerveld2 {
    width: 10%;
    max-width: 1000px;
    height: 34px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
}

.invoerveld_klein {
    width: 20%;
    max-width: 1000px;
    height: 34px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
}

.invoerveld_vraag {
    background-color: #FFF;
    color: #999;
    width: 100%;
    margin-top: 0px;
}

.tekstvak_addbericht_forum, .tekstvak_bericht_smal_forum {
    width: 300px;
    height: 31px;
    border: #dbdbdb solid 1px;
    padding-left: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
    clear: both;
}

.tekstvak_bericht_smal_forum {
    width: 75px;
}

.tekstvak_addbericht_multi {
    box-sizing: border-box;
    width: 100%;
    font-family: 'robotoregular';
    max-width: 1000px;
    border: #dbdbdb solid 1px;
    padding-left: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    padding-top: 10px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
    clear: both;
}

.invoerveld_link {
    width: 50%;
    max-width: 1000px;
    height: 34px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    float: left;
}

.invoerveld_target {
    width: 27.8%;
    max-width: 1000px;
    height: 23px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    margin-left: 1%;
    padding-top: 11px;
    float: left;
}

.stelvraag {
    width: 94%;
    height: 80px;
    margin-top: 10px;
    border: #dbdbdb solid 1px;
    padding: 3%;
    font-family: 'robotoregular';
}

#verzendvraag {
    cursor: pointer;
    background: url(../images/cms_functiebalkbg.png) top right no-repeat #bfa94a;
    color: #FFF;
    font-size: 13px;
    width: auto;
    padding: 7px 20px 7px 10px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    margin-top: 12px;
}

#verzendvraag:hover {
    color: #FFF;
    padding-right: 30px;
}

.vraagfout {
    position: absolute;
    right: 25px;
    bottom: 16px;
    background-color: #FFCACA;
    width: 150px;
    padding: 4px 9px;
    color: #404040;
}

.vraagsucces {
    font-size: 13px;
    line-height: 19px;
}

.invoerveld_pulldown_wrap {
    width: 80%;
    max-width: 1000px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    height: 34px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    float: left;
}

.invoerveld_pulldown {
    width: 100%;
    height: 32px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-left: -7px;
    font-size: 13px;
    display: block;
    background-color: none;
    background-color: transparent;
}

.invoerveld_pulldown_check {
    width: 80%;
    max-width: 1000px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    height: 23px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    float: left;
    padding-top: 11px;
}

.invoerveld_tekst_wrap {
    width: 81%;
    max-width: 1000px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    height: 470px;
    border: #dbdbdb solid 0px;
    margin-top: 10px;
    float: left;
}

.invoerveld_tekst {
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    width: 80%;
    min-height: 300px;
    border: #dbdbdb solid 1px;
    padding-left: 1%;
    margin-top: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-top: 10px;
}

.invoerveld_pulldown_wrap_klein {
    width: 20%;
    max-width: 1000px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    height: 34px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    float: left;
    margin-right: 3px;
}

.label {
    clear: both;
    width: 15%;
    height: 24px;
    border-top: #dbdbdb solid 1px;
    border-bottom: #dbdbdb solid 1px;
    border-left: #dbdbdb solid 1px;
    padding-left: 1%;
    margin-top: 10px;
    background-color: #F5F5F5;
    float: left;
    color: #202020;
    font-size: 13px;
    padding-top: 10px;
    vertical-align: middle;
}

.label_media {

    width: 30%;
    height: 24px;
    border:#dbdbdb solid 1px;
    padding-left: 1%;
    margin-top: 10px;
    background-color: #F5F5F5;
    float: left;
    color: #202020;
    font-size: 13px;
    padding-top: 10px;
    vertical-align: middle;
    margin-right: 1%;
}

.vink {
    height: 15px;
    width: 15px;
    border: #dbdbdb solid 1px;
    margin-top: 20px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    float: left;
    margin-left: -15px;
}

.linkvak {
    width: 80%;
    max-width: 1000px;
    height: 24px;
    border: #dbdbdb solid 1px;
    margin-top: 10px;
    padding-left: 1%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    font-size: 13px;
    padding-right: 0px;
    padding-top: 10px;
    float: left;
}

#output {
    color: #3c4e7D;
}

.invoerveld_pulldown_klein {
    width: 100%;
    height: 32px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 13px;
    display: block;
    margin-top: 8px;
    background-color: #F5F5F5;
    color: #808080;
}

.invoerveld_rechts {
    width: 100%;
    height: 32px;
    margin: 0px;
    padding: 0 0 0 4px;
    border: 0px;
    font-size: 13px;
    display: block;
    margin-top: 8px;
    background-color: #fff;
    color: #808080;
}

.info {
    padding: 20px;
    border: 1px solid #D9D9D9;
    background-color: #E7EFF1;
    font-style: italic;
    color: #808080;
    padding-left: 45px;
}

::-webkit-input-placeholder {
    font-size: 13px;
    color: #ccc;
}

:-moz-placeholder {
 /* Firefox 18- */
    font-size: 13px;
    color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
    font-size: 13px;
    color: #ccc;
}

:-ms-input-placeholder {
    font-size: 13px;
    color: #ccc;
}

#mce_40 {
    border: #dbdbdb solid 1px;
}

#mce_40 button {
    height: 28px;
    background-color: #F5F5F5;
    border: 0px solid #F4F1E8;
}

.mce-panel {
    background-image: none;
    background-color: #F5F5F5;
}
/* EINDE INVOERVELDEN */

/* PAGINA NUMMERING */
#nummeringwrap {
    clear: both;
    width: 100%;
    min-height: 30px;
    padding-bottom: 40px;
    position: relative;
}

a.nummering {
    border: 1px solid #3c4e7D;
    padding: 5px 0px 5px 0px;
    width: 25px;
    text-align: center;
    display: block;
    color: #3c4e7D;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

a.nummering:hover {
    background-color: #3c4e7D;
    color: #FFF;
}

#activenum {
    background-color: #3c4e7D;
    color: #FFF;
    font-weight: bold;
}

/* PAGINA NUMMERING */

/* POPUP FANCYBOX */
#popupbalk {
    width: 100%;
    height: 27px;
    background-color: #161616;
}
/* EINDE POPUP FANCYBOX */

/* POPUP AFBEELDING UPLOAD */
#contentLeft {
    float: left;
    height: 320px;
    overflow: auto;
}

#contentLeft ul {
    margin: 0px;
    padding: 0px;
}

#contentLeft li {
    list-style: none;
    margin: 0px 4px 4px 0px;
    padding: 5px;
    width: 100px;
    float: left;
    color: #3c4e7D;
    text-transform: uppercase;
    font-size: 10px;
    background-color: #fff;
    border: #CCCCCC solid 1px;
}

#contentLeft li:hover {
    cursor: pointer;
    background-image: url(../images/bg_dragdrop_img.png);
    background-repeat: no-repeat;
}

#contentRight {
    height: 20px;
    padding: 7px 15px 4px 15px;
    background-color: #fff;
    color: #666;
    border: #CCCCCC solid 1px;
    margin-top: -33px;
    text-align: center;
    float: right;
}

#contentRight  p {
    margin: 0px;
    padding: 0px;
}

.box {
    margin-left: 5px;
    float: left;
    width: 100%;
}

.box.berichtadd {
    margin-left: 0px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .box {
    width: 96%;
    margin-left: 2% !important;
    }
}



table a, tr a, td a {
    color: #333;
}

.verwijderen a:hover {
    color: #000;
    text-decoration: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.msg {
    padding: 7px;
    background: lightyellow;
    border: 1px dashed black;
    border-radius: 3px;
    margin: 10px 26px 10px 0px;
}

#adbeeldingen {
    width: 949px;
    min-height: 200px;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
    position: relative;
}

.invoerveld input {
    background-color: #3c4e7D;
}

#files::-webkit-file-upload-button {
    visibility: hidden;
}

#files::before {
    content: 'selecteren';
    display: inline-block;
    display: block;
    background: url(../images/cms_functiebalkbg.png) top right no-repeat #bfa94a;
    color: #FFF;
    font-size: 13px;
    width: auto;
    padding: 8px 20px 7px 10px;
    text-decoration: none;
    float: left;
    border: 0px;
    cursor: pointer;
    margin-left: -10px;
    margin-top: -5px;
}

#files:hover::before {
    border-color: black;
}

#files:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.tabelhover:hover {
    background-color: #E7EFF1;
    cursor: pointer;
}

/* EINDE POPUP AFBEELDING UPLOAD */

/* META POPUP */
#googlepreview {
    margin: 30px 0px;
}

#googlepreview h3 {
    margin-bottom: 10px;
}

.maxtekens {
    padding-left: 153px;
}

.metatiet, #metaurl, .metadesc {
    font-family: arial;
}

.metatiet {
    color: #12c!important;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
}

#metaurl {
    color: #093;
    line-height: 16px;
}

.metadesc {
    color: #222;
    width: 450px;
    line-height: 16px;
    float: left;
    font-size: 12px;
}
/* EINDE META POPUP */

/*RESPONSIVE*/
@media all and (max-width: 768px) { 
* {
    box-sizing: border-box;
}

#logincontainer {
    position:absolute; 
    top:20%; 
    left:5%; 
    width: 90%;
    margin: 0 auto;
}

#loginwrap {    
    margin: 0 auto;
    width: 100%;
}

.logindiv {
    width: 100%;
    height: 52px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.logologin {
    width: 120px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.button_75 {
    width:100%;
    margin: 0 auto;
    padding: 16px 0px 15px 0px;
    font-size: 12px;
}

.loginnormal {
    display: none;
}

.tekstvak_medium {
    height: 30px;
    margin-top: 0px;
}

.logindiv .fa-user, .logindiv .fa-lock {
    margin-top: 4px;
    display: block;
    float: left;
    width: 30px;
}

.loginresponsive {
    display: block;
}

#topmenubalk {
    background:none;
    background-color: #222321;
}

.topmenu-logo {
    width: 120px;
    top: 22px;
    left: 10px;
}

.mob-toggle {
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 26px 0px 0px 145px;
}

.mob-toggle .toggeler {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #FFF;
    margin-bottom: 4px;
}

a.top_toggle {
    width: 80px;
}

#gebruiker .gebruiker_opties {
    margin-top: 15px;
}

#gebruiker a {
    font-size: 0px;
}

#topmenu_nieuw {
    width: 200px;
    left: 0%;
    width: auto;
    left: auto;
    right: 137px;
    margin-top: 25px;
    margin-left: 0px;
}

#menulinks_bg, #menulinks {
    display: none;
    width: 0px;
}

#menulinks {
    height: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

#menulinks_bg {
    -webkit-box-shadow: 4px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 4px 0px rgba(0,0,0,0.3);
}

#cms_menu {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
    padding-bottom: 64px;
}

.open-menu {
    width: 230px!important;
    display: block!important;
}

#cms_menu li {
    width: 100%;
}

#cms_titelbalk_main {
    width: 96%;
    margin: 0 auto;
}

#cms_titelbalk {
    width: 100%;
}

#cms_content {
    margin: 0 auto;
    min-width: 96%;
}

#dashboardwrap {
    max-width: 96%;
    margin: 0 auto;
    float: none;
}

#dashboard1, #dashboard2, #dashboard3 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 25px;
    min-height: auto;
}

#dashboard2 {
    background-color: #F5F5F5;
    border: 1px solid #EEE;
    margin-top: 10px;
    margin-right: 0px;
}

#dashboard3 {
    background-color: #F5F5F5;
    margin-top: 10px;
}

.login-history {
    min-height: 150px;
}

.stelvraag {
    width: 100%;
}

#cms_zoeken {
    margin-top: 15px;
}

#cms_functiebalk {
    background-color: #f5f5f5;
    width: 96%;
    margin: 0 auto;
    height: 30px;
    margin-top: 10px;
}

#cms_functiebalkreactie {
    background-color: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    height: 30px;
    margin-top: 20px;
    max-width: 1000px;
    float: left;
}

#zoekfunctie_balk {
    width: 96%;
    margin: 0 auto;
    float: none;
}

.zoekdrop, .paginaoverzicht_zoeken {
    width: 100%;
    height: 38px;
    margin-left: 0px!important;
    margin-bottom: 3px;
}

.button_zoek, .button_add {
    margin-left: 0px;
    width: 100px;
    font-size: 15px;
}

.button_zoek .button_add_bericht {
    margin-left: 0px;
    width: 100px;
    font-size: 15px;
    clear: both;
}

#cms_paginaoverzicht {
    float: left;
    margin-top: 25px;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 30px;
}

.hide-col {
    display: none;
}

#links {
    width: 96%;
    margin-left: 2%;
}

.label {
    width: 100%;
    height: 37px;
    padding-left: 3%;
    border-right: #dbdbdb solid 1px;
}

.invoerveld_pulldown_wrap, .invoerveld {
    width: 100%;
    height: 37px;
    padding-left: 3%;
}

.invoerveld_tekst_wrap {
    width: 100%;
}

#rechts {
    width: 96%;
    margin-left: 2%;
}

h1 {
    font-size: 20px;
    line-height: 20px;
}
}
/*EINDE RESPONSIVE*/