@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
html {
}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height:1.5;
	color: #444;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position: relative;
    background: white url('../imgs/background-site.png') repeat;
	margin: 0;
}

#wrap {
	min-height: 100%;
	height: auto;
	/*margin: 0 auto -150px;
	padding: 0 0 250px;*/
}



@media (max-width: 767px){
.container {
	padding-right: 16px;
	padding-left: 16px;
}
}

@media (max-width:991px) {
.container {
	width: 100%;
    padding-right: 0;
	padding-left: 0;
}
}

@media (min-width: 992px) {
.container {
    width: 100%;
    padding-right: 0;
	padding-left: 0;
}
}

/*HEADER -------------------------------------------------------------*/
header {
    /* margin-right: -16px;
    margin-left: -16px; */
    height: 70px;
    background: #da002f;
   /* -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
}



.header-logo img {
    margin-left: -16px;
    border: 0;
}

.header-logo-big {
    display: none;
}

.header-hamburger {
    text-align: right;
    padding-right: 25px;
    background: url(../imgs/header-hamburger-bg.png) right no-repeat;
}

header .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (min-width:992px) {
    header {
        background: #fff;
        height: 100px;
        box-shadow: none;
        z-index: 2;
        position: relative;
    }
    header .row {
        width: 960px;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .header-logo-small {
        display: none;
    }
    .header-logo-big {
        display: block;
    }
    .panel {
        -webkit-box-shadow: 0 0 0 !important;
        box-shadow: 0 0 0 !important;
    }
    #main {
        /*margin-top: -65px;*/
    }
}

@media (min-width:1200px) {
    header .row {
        width: 1140px;

    }
}



/*navbar toggle*/
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: transparent;
    background-image: none;*/
    border: 0;
    border-radius: 0;
    padding: 8px;
}

.navbar-toggle-menu {
    background: url(../imgs/menu.png);
    width: 90px;
}

@media (min-width: 768px) {
.navbar-toggle {
    display: block !important;
    }
}

@media (max-width: 376px) {
    .navbar-toggle-menu {
        background: url(../imgs/menu-klein.png);
        width: 43px;
    }
    .navbar-toggle-sluiten {
        background: url(../imgs/menu-sluiten-klein.png) !important;
        width: 43px !important;
    }
    .header-hamburger {
        text-align: right;
        padding-right: 25px;
        background: url(../imgs/header-hamburger-bg-klein.png) right no-repeat !important;
    }
    ul .navigatie-lijst {
        column-count: 1 !important;
        -webkit-columns: 1 !important;
    }
}

@media (max-width: 265px) {
    .navbar-toggle-menu {
        background: url(../imgs/menu-klein.png);
        width: 43px;
    }
    .navbar-toggle-sluiten {
        background: url(../imgs/menu-sluiten-klein.png) !important;
        width: 43px !important;
    }
    .header-hamburger {
        text-align: right;
        padding-right: 7px;
        background: url(../imgs/header-hamburger-bg-klein.png) 130% no-repeat !important;
    }
    ul .navigatie-lijst {
        column-count: 1 !important;
        -webkit-columns: 1 !important;
    }
}

.navbar-toggle-sluiten {
    background: url(../imgs/menu-sluiten.png);
    width: 90px;
}

.navbar-toggle-search {
	float: right;
	margin: 17px 10px 0 0;
	height: 40px;
	width: 40px;
	background: url(../imgs/search.png) 5px 5px no-repeat;
}

.navbar-toggle-cross {
    float: right;
	margin: 15px 10px 0 0;
    height: 40px;
	width: 40px;
	background: url(../imgs/cross.png) 5px 5px no-repeat;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    background: white;
}

.c-hamburger {
    background: blacks;
    height: 40px;
    margin-top: 18px;
    margin-right: 0;
}

.panel {
    border: 0;
    border-radius: 0;
    background-color: #fff !important;
    margin-bottom: 0 !important;
}

::-webkit-input-placeholder {
        color: rgba(218,0,47,0.8);
    }

ul .navigatie-lijst {
    column-count: 2;
    column-gap: 50px;
    columns: 2;
    -webkit-columns: 2;
}

.fixedPosition {
        overflow: hidden;
    }

@media (max-width: 991px){
    .uitklap-menu {
        position: fixed;
        z-index: 1;
        width: 100%;
        height: 100%;
        /*margin-left: -15px;*/
    }

    .nav {
        background: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
        }

    .nav ul {
        list-style:  none;
        margin-top: 10px;
        margin-left: -40px;
        overflow: hidden;
    }

    .nav li a {
        color: #939598;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.2em;
    }

    .nav-titel {
        color: #939598;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.2em;
    }

    .nav li {
        float: none;
        border: none;
        border-bottom: 1px solid #ddd;
        line-height: 45pt;
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .nav li:open {
            background: red;
    }

    .nav li:last-child {
        border-bottom: 0;
    }

    .navigatielinks li:last-child/*, .navigatielinks li:nth-last-child(2)*/ {
        list-style-image: url(../imgs/list-arrow-red.png) !important;
        margin-left: calc(7.5% + 15px);
    }
    .servicelinks  {
        background: #f8f8f8 url('../imgs/background-site.png') repeat;
        margin-bottom: 0;
        /*margin-left: 0 !important;*/
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #eeeff0;
    }

    .servicelinks li {
        /*display: inline;
        padding-left: 10px;
        width: 100%;*/
        line-height: 2.5em;
        border-top: 1px #fff solid;

    }

    .servicelinks li:first-child {
            padding-left: 0;
        border-top: 0;
    }

    .nav .servicelinks li a {
        color: black;
        text-transform: none;
        font-size: 1.1em;
    }

    .nav .servicelinks li a:hover {
        text-decoration: underline;
    }

    .uitklap-zoek {
        position: absolute;
        /*z-index: 1;*/
        width: 100%;;
        height: 100%;
        margin-top: 70px;
    }

    .zoek {
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
        background: white;
        padding: 20px 5%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .uitklap-zoek input[type=search] {
        border: 0;
        border-bottom: 1px solid #da002f;
        height: 40px;
        width: 100% /*calc(100% - 40px)*/;
        padding: 5px 40px 5px 10px;
        font-size: 1.1em;
        border-radius: 0;
    }

    .uitklap-zoek .btn-zoek {
        background: url(../imgs/search-red.png) 5px 5px no-repeat /*#21b7a7*/;
        height: 40px;
        width: 40px;
        /*border-radius: 0 8px 8px 0;*/
        /*float: right;*/
        right: 20px;
        position: absolute;
        padding: 0 !important;

    }

    .fixedPosition {
        overflow: hidden;
    }

    .dropdown-menu {
        width: 100%;
        margin-top: -10px !important;
        position: relative;
        border: 0;
        box-shadow: none;
        border-radius: 0 !important;
        margin-left: 0px !important;
        margin-bottom: 10px;
        border-bottom: 1px #da002f solid;
        padding-bottom: 15px;
    }

    .navigatie-lijst {
        margin-top: 0 !important;
        margin-left: -40px !important;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .dropdown-menu li {
        border: 0 !important;
        margin-left: 15px;
    }

    .dropdown-menu>li>a {
        font-size: 1.2em !important;
        padding: 5px 5px;
    }

    .navigatie-lijst li {
        border: 0 !important;
        margin-left: 15px;
    }

    .navigatie-lijst li:last-child/*, .navigatie-lijst li:nth-last-child(2)*/ {
        margin-left: 15px;
    }

    .navigatie-lijst>li>a {
        font-size: 1.2em !important;
        padding: 5px 5px;
        display: block;
        line-height: 1.5;
    }


    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #fff;
        border-color: #fff;
    }

    ul .dropdown-menu, ul .navigatie-lijst  {
        list-style-image: url('../imgs/list-arrow-red.png') !important;
       /* width: 100%;
        margin-left: -15% !important;
        width: 130%;
        margin-top: -20px !important;*/
    }
}

@media (max-width: 575px) {
    .uitklap-zoek {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin-top: 70px;
}
}

@media (min-width: 576px) {
    .uitklap-zoek {
        display: table;
        /*z-index: 1;*/

    }
    .navbar-toggle-search {
        display: none;
    }
    .zoek {
        box-shadow: none;
        background: none;
        width: 250px;
        margin-right: 125px;
        margin-top: -75px;
        padding: 20px 5px;
    }
    .uitklap-zoek input[type=search] {
        background: #da002f;
        border-radius: 0;
        border-bottom: 1px solid white;
        color: white !important;
    }

    .uitklap-zoek .btn-zoek {
        background: url(../imgs/search.png) 5px 5px no-repeat;
        border-radius: 0;
        position: absolute;
        right: 125px;
        top: -54px;
    }
    ::-webkit-input-placeholder {
        color: rgba(255,255,255,0.8);
    }
    ul .navigatie-lijst {
    column-count: 3;
    column-gap: 50px;
    columns: 3;
    -webkit-columns: 3;
}
}



@media (min-width: 992px) {
    .header-hamburger {
        background: url(../imgs/header-hamburger-bg-black.png) right 15px no-repeat;
    }
    .c-hamburger {
        margin-top: 33px;
    }
    .uitklap-zoek {
        display: table;
        background: blue;
        position: relative;
        /*right: -85px;*/
        width: 100%;
    }
    .zoek {
        margin-right: 135px;
        margin-top: -95px;
        padding: 24px 0;
        width: 300px;
        float: right;
        /*background: red;*/
    }
    .uitklap-zoek input[type=search] {
        background: #fff;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #000;
        color: white !important;
    }
    .uitklap-zoek .btn-zoek {
        background: url(../imgs/search-black.png) 5px 5px no-repeat;
        border-radius: 0;
        position: relative;
        right: -100px;
        top: 0;
    }
    ::-webkit-input-placeholder {
        color: rgba(0,0,0,0.4);
    }
    .navbar-toggle-menu {
        background: url(../imgs/menu-black.png);
        width: 90px;
    }
    .navbar-toggle-sluiten {
        background: url(../imgs/menu-sluiten-black.png);
        width: 90px;
    }
    .navbar-toggle-search {
        float: right;
        margin: 32px 10px 0 0;
        height: 40px;
        width: 40px;
        background: url(../imgs/search-black.png) 5px 5px no-repeat;
    }
    .uitklap-zoek input[type=search] {
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,0.5);
        height: 40px;
        width: 100% /*calc(100% - 40px)*/;
        padding: 5px 40px 5px 10px;
        font-size: 1.1em;
        color: black !important;
    }

    .uitklap-zoek .btn-zoek {
        background: url(../imgs/search-black.png) 5px 5px no-repeat /*#21b7a7*/;
        height: 40px;
        width: 40px;
        /*border-radius: 0 8px 8px 0;*/
        /*float: right;*/
        right: 130px;
        top: -69px;
        position: absolute;
        padding: 0 !important;
    }

    /*.navigatie-row {
        min-height: 600px;
    }
    */
  /*  .navigatie {
        width: 100% !important;
        overflow: hidden;
        background: yellow;
    }*/
    .panel-menu {
        background: #f3f3f3 !important;
        position: relative;
        z-index: 2;
    }

    .uitklap-menu {
        height: 100%;
        width: 960px;
        margin-right: auto;
        margin-left: auto;
        z-index: 1;
        position: relative;
    }

    .nav {
        background: /*#f3f3f3*/ url(../imgs/background-nav.png);
        padding: 15px;
        min-height: 300px;
    }
    .nav ul {
        /*list-style-image: url(../imgs/list-arrow-red.png) !important*/;
        list-style:  none;
        /*margin-top: 10px;*/
        margin-left: -70px;
        margin-bottom: 0;
    }

    .nav li a {
        color: #939598;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.2em;
    }

    .nav-titel {
        color: #939598;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.2em;
    }

    .nav li a:hover {
        color: #000;

    }

    .nav li {
        float: none;
        border: none;
        border-bottom: 1px solid #ddd;
        line-height: 60pt;
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .nav li:first-child {
        list-style:  none;
    }

/*    .nav li:open {
            background: red;
    }*/


    .nav li:last-child {
        border-bottom: 0;
        margin-left: 65px;
        list-style-image: url(../imgs/list-arrow-red.png) !important;
    }

   /* .nav li:nth-last-child(2) {
        margin-left: 65px;
        list-style-image: url(../imgs/list-arrow-red.png) !important;
    }*/

    .navigatielinks {
        float: left;
        width: 700px;
    }
    .servicelinks  {
        margin-right: 25px;
        padding-top: 20px;
        float: right;
        width: 310px;
    }

    .servicelinks li {
        line-height: 3em;
        border-top: 1px #fff solid;
    }

    .servicelinks li:first-child {
        padding-left: 0;
        border-top: 0;
    }

    .servicelinks li:last-child/*, .servicelinks li:nth-last-child(2)*/  {
        margin-left: 20px;
        list-style: none !important;
    }


    .nav .servicelinks li a {
        color: #6b6b6b;
        text-transform: none;
        font-size: 1.1em;
    }

    .nav .servicelinks li a:hover {
        text-decoration: underline;
    }

    .dropdown-menu {
        width: 100%;
        margin-top: -10px !important;
        position: relative;
        border: 0;
        box-shadow: none;
        border-radius: 0 !important;
        margin-left: 0px !important;
        margin-bottom: 10px;
        border-bottom: 1px #ddd solid;
        padding-bottom: 15px;
        background: #f3f3f3;
    }

    .navigatie-lijst {
        margin-top: -15px !important;
        margin-left: -40px !important;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .dropdown-menu li {
        border: 0 !important;
        margin-left: 15px;
    }

    .dropdown-menu>li>a {
        font-size: 1.2em !important;
        padding: 5px 5px;
    }

    .dropdown-menu>li>a:hover {
        background-color: #f3f3f3;
    }

    .navigatie-lijst li {
        border: 0 !important;
        margin-left: 15px;
    }

    .navigatie-lijst li:first-child {
        list-style-image: url('../imgs/list-arrow-red.png') !important;
    }

    .navigatie-lijst li:last-child/*, .navigatie-lijst li:nth-last-child(2)*/ {
        margin-left: 15px;
    }

    .navigatie-lijst>li>a {
        font-size: 1.2em !important;
        padding: 5px 5px;
        display: block;
        line-height: 1.2;
    }

    .navigatie-lijst>li>a:hover {
        background-color: #f3f3f3;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #f3f3f3;
        color: black;
    }

    ul .dropdown-menu, ul .navigatie-lijst  {
        list-style-image: url('../imgs/list-arrow-red.png') !important;
    }

}

/*#logo-baseline {
    position: absolute;
    width: 50px;
    margin-top: 16px;
    margin-left: 105px;
    color: rgba(255,255,255,0.9);
    font-size: 0.7em;
    text-transform: uppercase
}*/

#logo-baseline {
    position: absolute;
    z-index: 10;
    width: 50px;
    margin-top: 35px;
    margin-left: 75px;
    color: #939495;
    font-size: 0.65em;
    text-transform: uppercase
}

@media (min-width: 992px) {
    #logo-baseline {
        display: none;
    }
}


/*MAIN ----------------------------------------------------------------*/
#main {
    /*padding-top: 20px;
    overflow: hidden;
    margin-right: -16px;
    margin-left: -16px;*/

}


/*HOME  ----------------------------------------------------------------*/
#home-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

#home-container .row {
    margin-bottom: 5px;
}

.home-primary .home-item-title {
    font-size: 1.5em;
}



.home-item-kader, .home-item-kader2 {
	padding: 0;
    background: white;
    border-radius: 20px;
    margin-bottom: 10px;
    /* -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.regio-sop- .home-item-kader2 {
    margin-bottom: 40px;
}

.regio-sop- .home-item-label {
    padding-top: 1px !important;
}

.regio-sop- a {
    text-decoration: none !important;
}

.home-item-kader2:hover {
    background: #f1f1f1;
    transition: 0.5s;
}

.home-item-kader:first-child {
    margin-top: 20px;
}
/*.home-item {
    padding: 10px;
    background: white;
}*/


.home-item-text {
    padding: 30px;
    border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    color: #585858;
    margin-top: -15px;
    /*background: white;*/
    transition: 0.5s;
}



.home-item-auteur {
    float: left;
    font-size: 0.84em;
    font-weight: bold;
}
.home-item-datum {
    font-size: 0.84em;
    font-weight: bold;
}

.home-item-title {
    color: #16b8a7;
    font-weight: bold;
    font-size: 1.5em;
    /*line-height: 30px;*/
    margin: 15px 0;
    word-break: break-word;
}


.home-item-label {
    text-transform: uppercase;
    background: #16b8a7;
    color: white;
    font-size: 0.8em;
    padding: 7px 8px 7px 12px;
    text-align: right;
    position: relative;
    float: right;
    /*margin-top: -16px;*/
    z-index: /*11*/ 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 30px;
}

.home-item-background {
        /*position: absolute;*/
        z-index: -9;
    }
    .home-item-background img {
        width: 100%;
        transition: 0.5s;
    }

.home-item .home-item-thumb {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	text-align: center;
}

.home-item-thumb img {
	width: 100%;
	height: auto;
	transition: transform .5s;
	-webkit-backface-visibility: visible;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.home-item-intro {
    font-size: 1.05em;
}

.home-item-link:hover .home-item img {
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2,1.2);
    border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

@media (min-width: 576px){
    #home-container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 767px){
    #home-container {
        width: 720px;
        max-width: 100%;
    }
}


.home-primary .home-item-link:hover,
.home-secondary .home-item-link:hover {
        text-decoration: none;
    }



@media (max-width:991px) {
    .home-item-kader2{
        margin-top: 20px;
        overflow: hidden;
    }

    .home-primary{
        margin-top: -20px;
    }

    .home-primary .col-xs-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /*.home-item-label {
        margin-top: -15px;
    }*/
    .home-item-background img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .home-item-link:hover .home-item-background img {
        -ms-transform: scale(1.1,1.1); /* IE 9 */
        -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
        transform: scale(1.1,1.1);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .home-item-text {
        float: right;
        background: white;
        min-width: 100%;
        position: relative;
    }

    .home-item-kader2 .home-item {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
        transition: 0.5s;
    }
    .home-item-link:hover .home-item-text {
        background: #f1f1f1;
    }

    .home-item-kader2 {
        /*position:relative;*/
        overflow:hidden;
        display:block;
        width: 100%;
        border-radius: 20px;
        background-size: 100%;

    }

    .home-item-label {
        margin-top: -15px;
        position: absolute;
        right: 0;
    }

    .home-secondary .home-item-label,
    .home-themes .home-item-label {
        right: 15px;
    }

    .home-item-background {
        /*position: absolute;*/
        z-index: -9;
    }
    .home-item-background img {
        width: 100%;
        transition: 0.5s;
    }
    /*.kader-thema-page .home-item-background {
        position: relative !important;
    }*/
    .kader-thema-page .home-item-label {
        margin-top: 30%;
        position: relative;
        right: 0;
    }
}


@media (min-width: 992px){
    #home-container {
        width: 960px;
        max-width: 100%;
    }

    .home-secondary {
        margin-top: 20px;
    }

    .col-lg-4 {
        float: left;
        width: 33.3333333333%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .home-primary .col-lg-4 {
        float: left;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }


    .home-item-kader:hover {
        background: #f1f1f1;
        transition: 0.5s;
        }

    .home-primary .home-item-kader2 {
        /*margin-top: 40px;*/
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding-top: 15px;
    }

    .home-primary .home-item-title {
    font-size: 2em;
}


    .home-primary .home-item-background img {
        /*width: 110%;
        margin-top: -15px;
        margin-left: -25%;*/
        /*width: 86%;*/
        margin-top: -15px;
        margin-left: -20%;
    }

    /*.home-primary .home-item-thumb {
        float: left;
        width: 466px;
        height: 260px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }*/

    .home-primary .home-item {
        position: relative;
    }

    .home-primary .home-item-thumb img {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
        transform: scale(1.6,1.6);
    }

    .home-primary .home-item-link:hover .home-item-background img {
        -ms-transform: scale(1.1,1.1); /* IE 9 */
        -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
        transform: scale(1.1,1.1);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .home-primary .home-item-link:hover .home-item-text {
        background: #f1f1f1;
    }

    .home-primary .home-item-link,
    .home-primary .home-item-link:hover {
        text-decoration: none;
    }

    .home-primary .home-item-label {
        margin-top: 0;
        /*right: 464px;*/
        border-top-left-radius: 0;
        border-top-right-radius: 20px;
    }

    .home-primary .home-item-text {
        /*float: right;*/
        /*width: 460px;*/
        padding: 40px;
        background: white;
        margin-left: 465px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }

    .home-primary .home-item-intro {
        line-height: 2em;
        /*margin-bottom: 30px;*/
    }

    .home-item-link:hover .home-item img {
        border-top-right-radius: 0;
    }


    .home-secondary .home-item-text, .home-themes .home-item-text {
        float: right;
        background: white;
    }

    .home-secondary .home-item-kader2 .home-item,
    .home-themes .home-item-kader2 .home-item{
        /*margin-top: 125px;*/
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        /*background: rgba(255,255,255,1);*/
        overflow: hidden;
        transition: 0.5s;
    }
    .home-secondary .home-item-link:hover .home-item-text,
    .home-themes .home-item-link:hover .home-item-text {
        background: #f1f1f1;
    }

    .home-secondary .home-item-kader2,
    .home-themes .home-item-kader2 {
        position:relative;
        z-index: 1;
        overflow:hidden;
        display:block;
        width: 100%;
        border-radius: 20px;
        background-size: 100%;

    }

    .home-item-label {
        margin-top: 110px;
    }

    .home-item-background {
        position: absolute;
        /*z-index: -9;*/
    }
    .home-item-background img {
        width: 100%;
        transition: 0.5s;
    }

    .home-secondary .home-item-link:hover .home-item-background img,
    .home-themes .home-item-link:hover .home-item-background img{
        transform: scale(1.1,1.1);
    }

    .home-lijn {
        margin-top: 10px;
        text-transform: uppercase;
        color: #c1c1c1;
        font-size: 1.2em;
        display: table;
        white-space: nowrap;
        }
    .home-lijn:before, .home-lijn:after {
          border-top: 1px solid #c1c1c1;
          content: '';
          display: table-cell;
          position: relative;
          top: 0.65em;
        }
    .home-lijn:before {
        right: 1%; width: 3%;
    }
    .home-lijn:after {
        left: 1%; width: 100%;
    }
}


@media (min-width: 1200px){
    #home-container {
        width: 1140px;
        max-width: 100%;
        padding: 0 15px;
    }

    .home-primary {
        width: 480px;
        }
    .home-secondary {
        margin-top: 0;
        width: 650px;
        float: right;
        }



    .home-primary .home-item-kader2 {
        /*margin-top: 20px;*/
        background: white;
    }

    .home-primary .home-item-thumb {
        float: left;
        width: 100%;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .home-primary .home-item-thumb img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .home-primary .home-item-background img {
        width: 100%;
        margin-left: 0;
    }

    .home-primary .home-item-link:hover .home-item img {
        -ms-transform: scale(1.7,1.7); /* IE 9 */
        -webkit-transform: scale(1.7,1.7); /* Chrome, Safari, Opera */
        transform: scale(1.7,1.7);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .home-primary .home-item-label {
        margin-top: 170px;
        right: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
    }
    .home-primary .home-item-text {
        position: relative;
        float: right;
        width: 100%;
        padding: 50px;
        border-top-right-radius: 0;
    }

    .home-primary .home-item-title {
        margin: 30px 0;
        }

    .home-primary .home-item-intro {
        line-height: 2em;
        }
    .col-xl-12 {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .col-xl-12:first-child {
        margin-top: 0;
    }

    .home-secondary .home-item-kader2 {
        position:relative;
        overflow:hidden;
        display:block;
        width: 100%;
        border-radius: 20px;
        background-size: 100%;
        min-height: 160px;
    }

    .home-secondary .home-item-kader2 .home-item {
        margin-left: 150px;
        margin-top: 0;
        background: rgba(255,255,255,1);
        /*overflow: hidden;*/
        transition: 0.5s;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 20px;
    }


     .home-secondary .home-item-link:hover .home-item-text {
        background: #f1f1f1;

    }

    .home-item-background {
        position: absolute;
        z-index: -9;

    }
    .home-item-background img {
        width: 100%;
        transition: 0.5s;
    }
    .home-secondary .home-item-link:hover .home-item-background img {
        transform: scale(1.1,1.1);
    }

    .home-secondary .home-item-thumb {
        width: 150px;
        height: auto;
        background: red;
    }


    .home-secondary .home-item-thumb img {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
        float: left;

    /*    overflow: hidden;*/
    }

    .home-secondary .home-item-text {
        float: left;
        /*padding: 30px;*/
        margin-top: -25px;
        /*margin-bottom: 10px;*/
        background: #fff;
        transition: 0.5s;
        border-bottom-left-radius: 0;
        min-height: 160px;
        width: 100%;
    }
    .home-secondary .home-item-label {
        margin-top: 0;
        border-top-left-radius: 0;
        margin-bottom: -5px;
    }
    .home-secondary .home-item-title {
        font-size: 1.4em;
        margin: 5px 0;
    }

    .home-themes .home-item-text {
        float: right;
        background: white;
    }


    .home-themes .home-item-kader2 .home-item{
        /*margin-top: 125px;*/
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        /*background: rgba(255,255,255,1);*/
        overflow: hidden;
        transition: 0.5s;
    }

    .home-themes .home-item-link:hover .home-item-text {
        background: #f1f1f1;
    }


    .home-themes .home-item-kader2 {
        position:relative;
        overflow:hidden;
        display:block;
        width: 100%;
        border-radius: 20px;
        background-size: 100%;

    }

    .home-themes .home-item-label {
        margin-top: 40%;
    }

    /*.home-item-background {
        position: relative;
        z-index: 0;
    }*/
    .home-item-background img {
        /*width: 100%;*/
        transition: 0.5s;
        width: 75%;
        margin-top: -15px;
        margin-left: -10%;
    }

    .home-themes .home-item-link:hover .home-item-background img{
        transform: scale(1.1,1.1);
    }

    .home-themes .home-item-background img {
        width: 110%;
        transition: 0.5s;
    }

    .home-themes .col-xl-12 {
        width: 33.3333333333%;
        float: left;
        margin-top: 20px;
    }
    .home-item-label {
        margin-top: 120px;
    }
}

/*CONTENT -------------------------------------------------------------*/

#content-container {
    width: 100%;
    background: white;
    /*z-index: -1;*/
    position: relative;
    /*padding: 0 150px;*/
    margin-top: -20px;
    min-height: 350px;
    }

.top-image {
    position: relative;
    text-align: center;
}

.top-image img {
    width: 100%;
    }


/*@media (min-width: 992px) {
.top-image .front-image {
    width: 1200px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
}

.top-image .back-image {
    position: absolute;
    z-index: -1;
    margin-top: -600px;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
}

@media (max-width: 991px){
    .top-image {
        z-index: -1;
        position: relative;
        width: 100%;
    }

    .top-image img {
        width: 100%;
    }
    .top-image .back-image{
        display: none;
    }
}*/

.content-txt {
    /*z-index: -1;
    margin-top: -20px;*/
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 70px;
    position: relative;
    background: white;
    font-size: 1.25em;
    line-height: 1.7em;
}

.content-txt .intro::first-letter {
    float: left;
    font-family: "Lora",Georgia,"Times New Roman",Times,Serif;
    font-weight: bold;
    font-size: 3em !important;
    line-height: 1em !important;
    margin: 0 0.1em -5px 0 !important;
}

.content-txt h1 {
    color: #16b8a7;
    font-weight: bolder;
    font-size: 1.8em;
    padding-top: 25px;
    margin-bottom: 40px;
    text-align: center
}

.kader-autor {
    margin: 15px auto 40px auto;
    text-align: center;
}

.autor-info {
    display: inline-flex;
    color: #bbb;
    text-align: left;
    font-size: 0.75em;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    line-height: 1.5em;
}

.avatar {
    border-radius: 50% !important;
    max-width: 4rem;
    max-height: 4rem;
    float: left;
    margin-right: 10px;
}

.avatar img {
    margin-top: 0 !important;
}

.content-txt a {
    color: #da002f;
    text-decoration: underline;
}

.content-txt .text-auteur {
    font-family: "Lora",Georgia,"Times New Roman",Times,Serif;
}
.content-txt .text-auteur,
.content-txt .text-date,
.content-txt .text-label {
    color: #262626;
    font-size: 1em;
    margin-bottom: 20px;
}

.content-txt .labels {
    text-align: center;
    margin-top: -30px;
}

.content-txt .text-label {
    text-transform: uppercase;
    color: white;
    font-size: 0.75em;
}

.text-label a {
    color: white;
    text-decoration: none;
    background: #939598;
    padding: 2px 5px;
}

.text-label a:hover {
    background: #595959;
}

.content-txt .intro {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1em;
    clear: both;
    text-align: left !important;
    float: left;
}

.content-txt h2 {
    color: #da002f;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 25px;
    line-height: 1.5em;
}

.content-txt img {
    width: 100%;
    height: 100%;
    margin: 20px 0;
    border-radius: 20px;
}

.content-txt ul {
    list-style-image: url(../imgs/list-arrow-red.png) !important;
    margin-top: 5px;
}

.content-txt li {
    padding-left: 5px;
    line-height: 2em
}

.onderschrift-img {
    color: #999;
    padding: 0 5px;
    font-size: 0.8em;
    margin-top: -15px;
    margin-bottom: 20px;
}

.quote {
    color: #16b8a7;
    font-size: 1.5em;
    text-align: center;
    margin: 50px auto;
    line-height: 1.2em;
    width: 80%;
    font-family: "Lora",Georgia,"Times New Roman",Times,Serif;
}

.quote::before {
    content: "\201C";
    margin-right: -2px;
}
.quote::after {
    content: "\201D";
    margin-left: -5px;
}
@media (min-width: 576px){
    .top-image {
        max-height: 300px;
    }
    .top-image img {
        margin-top: -5%;
    }
    .content-txt h1 {
        font-size: 2.4em !important;
    }
}

@media (min-width: 850px){
    .content-txt {
        margin-right: auto;
        margin-left: auto;
        width: 750px;
    }

}

@media (min-width: 991px){
    .content-txt {
        margin-right: auto;
        margin-left: auto;
        width: 750px;
    }
    .quote {
        float: left;
        margin-left: -3.5em;
        margin-right: 2em;
        margin-bottom: 1.5em;
        width: 40% !important;
        text-align: right;
    }
}
@media (min-width: 1200px){
    .content-txt {
        /*padding-right: 250px;
        padding-left: 250px;*/
        margin-right: auto;
        margin-left: auto;
        width: 750px;
        padding: 0;
        padding-bottom: 70px;
    }
    /*.top-image img {
        margin-top: -10%;
    }*/

}

@media (min-width: 1200px) {
.top-image img {
    width: 1200px;
}
.top-img-white-background {
    background: rgba(255,255,255,0.5);
}
}
/*content footer --------------------------------------------------------------*/
#content-footer {
    width: 100%;
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    text-transform: uppercase;
    font-size: 0.85em;

}

#content-footer a {
    text-transform: none;
}

#content-footer .content-lees-ook {
    margin-bottom: 20px;
}

#content-footer .labels {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content-footer .text-label a {
    text-transform: uppercase;
    font-size: 1.2em;
}

#nb-footer {
    background: #ddd url('../imgs/icon-newsletter.png')  20px 50% no-repeat;
    text-transform: none;
    padding: 20px 20px 20px 90px;
    font-size: 0.85em;
    line-height: 1.5em;
}

/*footer thema's --------------------------------------------------------------*/
#thema-footer {
    margin-right: -16px;
    margin-left: -16px;
    background: #d0d1d3;
    position: relative;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

#thema-footer ul{
    padding-left: 50px;
    width: 925px;
    margin-right: auto;
    margin-left: auto;
    column-count: 1;
    list-style-type: none;
    }
#thema-footer li {
    background: white;
    float: left;
    margin-right: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    }

#thema-footer li a{
    color: black;
    }




/*footer --------------------------------------------------------------*/

#footer {
    background: #595959;
    /* margin-right: -16px;
    margin-left: -16px; */
    }

#footer-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: auto;

    font-size: 1.1em;
    }

#footer-disclaimer a {
    color: white;
    }

#footer-container h1 {
    text-transform: uppercase;
    font-size: 1.3em;
    color: white;
    margin-bottom: 1.3em;
    margin-top: 0.5em;
    }

#footer-container ul {
    list-style-type: none;
    margin-left: -40px;
    }

#footer-container a {
    color: #ddd;
    font-size: 1.2em;
    }

.footer-over-viva {
    width: 100%;
    padding: 2em 6em;
    }
.footer-themas {
    background: #696969;
    width: 100%;
    padding: 2em 6em;
    }

.media-links {
    background: #7d7d7d;
    width: 100%;
    padding: 2em 6em;
    }

.social-media {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid white;
    text-align: center;
    }

.social-media a:hover {
    text-decoration: none;
    }

.social-media img {
    height: 45px;
    width: 45px;
}

.partners-footer {
    background: white;
    text-align: center;
    padding: 10px;
    /* margin-right: -16px;
    margin-left: -16px; */
    }

#footer-disclaimer {
    background: black;
    text-align: center;
    padding: 20px;
    /* margin-right: -16px;
    margin-left: -16px; */
    color: white;
    /*z-index: -1;*/
    position: relative;
    }



@media (min-width: 700px) {
    #footer-container {
        width: 700px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        overflow: auto;
    }

    #footer-container a {
    font-size: 1em;
    }

    .footer-over-viva {
        padding-left: 50px;
        float: left;
        width: 33%;
        background: none;
        padding: 2em;
    }
    .footer-themas {
        padding-left: 50px;
        float: left;
        width: 33%;
        background: none;
        padding: 2em;
    }
    .media-links {
        padding-left: 50px;
        padding-right: 50px;
        float: left;
        width: 33%;
        background: none;
        padding: 2em;
    }

    .social-media {
        text-align: left;
    }

    .social-media a:hover {
        text-decoration: none;
    }
}
@media (min-width: 992px) {
    .footer-logo-big {
        display: none;
    }
}

/*REGIOKEUZE --------------------------------------------------------------*/
.regiokeuze {
    width: 300px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 30px 0 0 0;
    overflow: hidden;
    text-align: center;
}

.cookiemessage {
    width: 300px;
    padding: 15px;
    background: #da002f;
    color: white;
    top: 400px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.regio-nav {
    width: 170px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    list-style-type: none;
}

.regio-nav li {
    border-bottom: 1px solid #21b7a7;
    margin-left: -45px;
    line-height: 2.5em;
}

.regio-nav li:last-child {
    border: 0 !important;
}

.regio-nav li a {
    color: #000;
    font-size: 1.1em;
}

.regio-nav li a:hover {
    text-decoration: none;
}

.regio-nav li:hover {
    background: #ececec;
}

.regio-error {
	width: 250px;
	color: #da002f;
	position: relative;
	top: 10px;
	margin: 20px auto;
}


/*FORMS --------------------------------------------------------------*/

label {

}

.contact-form input, .comment-form input, .webform-submission-form input {
    border-radius: 10px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 0;
    width: 100%;
}

.contact-form .form-textarea, .comment-form .form-textarea, .webform-submission-form .form-textarea {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: 0;
    width: 100%;
    height: 200px;
}

input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #16b8a7;
    border: 0;
    border-radius: 10px;
    color: white;
    font-size: 0.85em;
    padding: 5px 10px;
}

input[type=submit]:hover {
    background: #10998b !important
}

.form, .comment-form{
    margin-top: 30px;

    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

#block-sitewidecontactform, .webform-submission-form {
    background: #f8f8f8 !important;
    padding: 30px;
}

.form-required:after {
    content: " " url(../imgs/star.png);
}

/*.contact-form*/ input[type=checkbox] {
    height: 15px;
    width: 25px;
    /* padding-top: 10px; */
    margin-top: 7px;
    position: absolute;
}

.js-form-type-checkbox {
    background: #c3c3c3;
    border-radius: 10px;
    padding: 5px 5px 0 5px;
    margin-bottom: 20px;
    width: 260px;
}

@media (max-width: 500px) {
.js-form-type-checkbox {
    width: 100%;
}
}

.js-form-type-checkbox label {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 28px;
}

/* -------------------------------------------------------------
create page form
---------------------------------------------------------------*/
.createpage-form {
    margin-top: 30px;
    background: #f3f3f3 !important;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.createpage-form .js-form-type-checkbox {
    width: 100%;
}

.createpage-form select {
    margin-bottom: 30px;
}

/* -------------------------------------------------------------
SERVICE PAGES
---------------------------------------------------------------*/
.service-page h1 {
    margin-bottom: 20px;
}

/* -------------------------------------------------------------
THEMA OPLIJSTING
---------------------------------------------------------------*/
.content-txt .row {
    margin: 0;
}

.row-thema-page {
    margin-right: -15px;
    margin-left: -15px;
}

.row-thema-page .home-item-kader2 {
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 20px;
    background-size: 100%;
    z-index: 0;
    position: relative;
}

.row-thema-page .home-item-kader2 .home-item-background {
    position: absolute;
    z-index: -1;
}

.row-thema-page .home-item-kader2 .home-item-background img {
    margin-top: -10px;
}

.row-thema-page .home-item-label {

    padding-top: 1px;
}

.row-thema-page .home-item-text {
    font-size: 14px;
    line-height: 1.5;
    float: right;
    background: white;
    width: 100%;
}

.row-thema-page .home-item-link:hover .home-item-text {
    background: #f1f1f1;
}

.row-thema-page a {
    text-decoration: none !important;
}

.row-thema-page a:hover {
    text-decoration: underline !important;
}

.row-thema-page .home-item-intro {
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    height: 6em;
}

.row-thema-page .home-item-intro p {

}

/*.row-thema-page .home-item-intro::after {
    content:"...";
    position: absolute;
    bottom: 30px;
}*/

@media (max-width:576px) {
    .row-thema-page .home-item-kader2 {
        width: 100%;
    }
}

@media (min-width: 768px) {
   .row-thema-page .col-xs-12 {
        width: 50%;
    }
}

.row-thema-page .home-item-kader2 .home-item {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
}

.kader-thema-page .home-item {
     margin-top: 110px;
}

.row-thema-page .home-item-link:hover .home-item-background img {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 991px) {
    .row-thema-page .home-item-kader2 .home-item {
        margin-top: 110px;
    }
}

/* -------------------------------------------------------------
FILTER ACTIVITEITEN FORM
---------------------------------------------------------------*/

.filter-activiteiten-form {
    /*margin-top: 30px;*/
    background: #f3f3f3 !important;
    padding: 30px 30px 40px 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.filter-activiteiten-form .form-select {
    border-radius: 10px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
}

.filter-activiteiten-form input[type=submit] {
        margin-top: 10px;
        width: 100%;
    }

@media (min-width: 850px) {
    .filter-activiteiten-form label {
        float: left;
    }
    .filter-activiteiten-form .form-select {
        clear: both;
        float: left;
        width: 265px;
    }
    .js-form-type-select {
        margin-right: 20px;
        float: left;
    }
    .filter-activiteiten-form input[type=submit] {
        margin-top: 34px;
        width: 120px;
    }
}

@media (min-width: 1200px) {
    .filter-activiteiten-form .form-select {
        width: 280px;
    }
    .filter-activiteiten-form input[type=submit] {
        width: 150px;
    }
}

/* -------------------------------------------------------------
THEMA OVERZICHT PAGINA
---------------------------------------------------------------*/

.row-thema-page .home-item-kader2 img {
    margin-top: 0;
    margin-bottom: 0;
}

.col-xl-12 {
    margin-top: 0;
}


    .home-item-push {
        margin-top: 40%;
}




.title-thema-overzicht-page {
    margin-top: -10px;
}


/* -------------------------------------------------------------
CLEAR
---------------------------------------------------------------*/
/*
clear:nth-child(4n)::after {
    content: '';
    display: table;
    clear: both;
}
*/


.clear::after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------------------------
PRAKTISCHE INFO
---------------------------------------------------------------*/
.praktischeinfozone {
	padding: 10px 20px 20px 20px;
	margin: 20px 0;
    border-left: 4px solid #16b8a7;
    background: #ebf6f5;
    font-size: 0.85em;
	}

.praktischeinfozone:first-line {
    text-transform: uppercase;
    line-height: 2.5em !important;
    color: #16b8a7;
    font-weight: bold;
}

/* -------------------------------------------------------------
SHARE BUTTONS
---------------------------------------------------------------*/
#share-buttons {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
}

#share-buttons img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

#share-buttons a {
    text-decoration: none;
}

.share-text {
    margin-bottom: 10px;
}

.share-buttons-images {
    margin-top: -15px;
    margin-bottom: -20px;
}

/* -------------------------------------------------------------
INFO AUTEUR
---------------------------------------------------------------*/

.top-info-auteur {
    background: #16b8a7;
    padding: 40px;
    color: white;
    font-size: 1.1em;
    min-height: 300px;
}

.intro {
    text-align: center;
}

.blok-avatar-en-naam {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
}

.top-info-auteur .avatar-info {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    display: inline-block;
}

.avatar-info img {
    width: 60px;
    border-radius: 30px;

}

.info-auteur-naam {
    /*margin-bottom: 10px;*/
    font-size: 2em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}

.info-auteur-beschrijving a {
    background: #10998b;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
}

.info-auteur-beschrijving a:hover {
    background: #fff;
    color: black;
}

.info-auteur-beschrijving p {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 767px){
.intro {
    width: 767px;
	margin-right: auto;
    margin-left: auto;
}
}


/*-----------------------------
PORTRET BEELD
-----------------------------*/
@media (max-width: 500px){
.portait-image img {
    width: 100% !important;
    margin: 10px 0 !important;
}
}
.portait-image img {
    width: auto;
    margin: 10px 20px;
}


/*-----------------------------
REACTIES
-----------------------------*/
#Reageer {
    margin-top: 40px;
    padding: 5px 30px;
    margin-left: -30px;
    margin-right: -30px;
    /*border: 2px #ddd solid;*/
}

.comment-form {
    background: #ddd !important;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0 !important;
    margin-bottom: -5px;
}

#Reageer .content {
    border-bottom: 1px #ddd solid;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;

}

.reactie-content {
    font-size: 0.9em;
    line-height: 1.3em;
    letter-spacing: .04em;
}

.reactie-content div:first-child {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.reactie-datum {
    color: #939598 !important;
    font-size: 0.8em;
    margin-top: 10px;
}

.mark, mark {
    padding: .2em .4em !important;
    background-color: #9fe9e1 !important;
    border-radius: 5px;
    margin-left: 10px;
}

.titel-comment-form {
    background: #ddd;
    margin-left: -30px;
    margin-right: -30px;
    padding: 1px 30px 0 30px;
    margin-top: -21px;
}

h2 .titel-comment-form  {
    margin-bottom: 0 !important;
}

/*-----------------------------
CONTACT FORM
-----------------------------*/
.contact-form {
    background: #f8f8f8;

}

/*-----------------------------
ALLE ARTIKELS
-----------------------------*/
.content-txt .row {
    text-decoration: none !important;
}

.content-txt .row .home-item-kader2 {
    margin-bottom: 45px;
    background: #fbfbfb;
}

.content-txt .row .home-item-label {
    padding: 1px 10px 7px 14px;
    margin-top: 0;
    /*border-bottom-left-radius: 20px;
    border-top-left-radius: 0;*/
}

.content-txt .row a {
    text-decoration: none;
}

.content-txt .row .clear
