@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background: #fff;
	color: #12293d;
}
img {
	max-width: 100%;
	height: auto;
}
body.bodyfixed {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}
header#top {
    position: fixed;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 99;
    top:0px;
    left:0px;

}
body {
	font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #12293d;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.clearfix {
	clear: both;
}
.cfullwrapper{
    margin:0 auto;
    width:100%;
    height:auto;
}
.cfullwrapper.fixedhe{
    width:100% !important;
    height:100vh !important;
    overflow:hidden !important;
}

ul {
	margin: 0px;
}

li {
	list-style-type: none;
	margin: 0px;
}

div.entry-content ul, div.entry-content ol {
    margin: 18px;
}

div.entry-content li {
    list-style-type: square;
    margin: inherit;
    font-size: 18px;
    line-height: 30px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
.title {
	color: #12293d;
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
}
.main-title {
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
	background: url(../images/white-line.png) left 20px top 23px no-repeat;
	padding-left: 100px;
}
.sub-head {
	color: #12293d;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}
.view-btn {
	width: 240px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 30px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-left: 100px;
}
.view-btn:hover {
	background: #fff;
	color: #85b3d1;
}
header .logo-sec {
	float: left;
	padding-left: 80px;
	padding-top: 35px;
}
header .right-sec {
    float: right;
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: flex-end;
}
header .right-sec .login-sec li {
	display: inline-block;
	padding-right: 55px;
	padding-top: 32px;
}
header .right-sec .login-sec li.dropdown {
	position: relative;
	background: url(../images/drop-arrow.png) right 38px top 48px no-repeat;
}
header .right-sec .login-sec li.dropdown.open {
	background: url(../images/drop-arrow-1.png) right 40px top 48px no-repeat;
}
header .right-sec .login-sec li.dropdown .submenu {
	position: absolute;
	left: -25px;
	background: #fff;
	box-shadow: 0px 12px 12px rgba(0,0,0,.1);
	padding: 25px;
	width: 250px;
	display: none;
	padding-top: 15px;
}

header .right-sec .login-sec li.dropdown .submenu li {
	padding-top: 0px;
	padding-right: 0px;
	display: block;
}
header .right-sec .login-sec li span {
	padding-left: 12px;
	-webkit-filter: brightness(0%);
}
header .right-sec .login-sec li a {
	color: #12293d;
	font-size: 15px;
	line-height: 34px;
	font-weight: 500;
}
header .right-sec .login-sec li a:hover span {
	-webkit-filter: brightness(100%);
}
header .right-sec .login-sec li a:hover {
	color: #85b3d1;
}
header .right-sec .top-left li a {
	color: #12293d;
	font-size: 15px;
	font-weight: 500;
	line-height: 35px;
}
header .right-sec .top-left li a:hover {
	color: #85b3d1;
}
header .right-sec .top-left li span {
	padding-left: 15px;
}
header .right-sec .login-mob {
	display: none;
}
header .right-sec .login-mob li {
	display: inline-block;
	padding-right: 20px;
	padding-top: 23px;
}
header .right-sec .login-mob li a {
	-webkit-filter: brightness(0%);
}
header .right-sec .login-mob li a:hover {
	-webkit-filter: brightness(100%);
}
header .right-sec .top-right {
    background: #e6f1f7;
    width: 100%;
    max-width: 200px;
}
header .right-sec .top-right .top-left {
	padding-left: 60px;
	padding-bottom: 20px;
	padding-top: 22px;
	float: left;
}
header .right-sec .top-right .menu {
	float: right;
}
header .right-sec .top-right .menu li {
	display: inline-block;
}
header .right-sec .top-right .menu .contact {
	padding-right: 32px;
	padding-top: 32px;
	-webkit-filter: brightness(0%);
}
header .right-sec .top-right .menu .contact:hover {
	-webkit-filter: brightness(100%);
}
header .right-sec .top-right .menu .toggle {
	background: #85b3d1;
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	cursor: pointer;
}
header .right-sec .top-right .menu .toggle:hover {
	background: #12293d;
}
.welcome-outer {
	width: 100%;
	height: auto;
	padding-top: 100px;
	position: relative;
}
.welcome-outer.sub-page-aud {
	padding-top: 50px;
}
.welcome-outer::after {
	position: absolute;
	width: 100%;
	height: 1190px;
	background: #85b3d1;
	z-index: -1;
	content: "";
	left: 0;
	top: 685px;
}
.welcome-outer .welcome-inner {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
}
.welcome-outer .welcome-inner .welcome-top {
	padding: 0px 120px;
	background: url(../images/ttitle-bg.png) left 40px top 23px no-repeat;
}
.welcome-outer .welcome-inner .welcome-top p {
	padding-top: 20px;
	max-width:500px;
}
.welcome-outer .welcome-inner .welcome-top li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}
.welcome-outer .welcome-inner .welcome-top li:last-child {
    margin-right: 0;
}
.welcome-outer .welcome-inner .welcome-top .left-sec {
	width: calc(59% - 3px);
	display: inline-block;
    padding-right: 60px;
}
.welcome-outer .welcome-inner .welcome-top .right-sec {
	width: calc(41% + 50px - 3px);
    display: inline-block;
    margin-left: -50px;
    text-align:right;
}
.welcome-outer .welcome-inner .welcome-top li a {
	width: 225px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	background: #85b3d1;
}
.welcome-outer .welcome-inner .welcome-top li a:hover {
	background: #12293d;
}
.welcome-outer .welcome-inner .agenda-sec .view-btn {
	margin-top: 40px;
	margin-left: 120px;
}
.welcome-outer .welcome-inner .img-sec {
	margin: 100px 0px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, .3);
	border-radius: 10px;
	position: relative;
}
.welcome-outer .welcome-inner .img-sec video{
    width:100%;
    display: block;
    border-radius: 8px;
}
.welcome-outer .welcome-inner .img-sec::after {
	position: absolute;
	content: " ";
	width: 65px;
	height: 185px;
	background: url(../images/light-green-dot.png);
	right: -65px;
	top: 280px;
	filter: brightness(150%);
}
.welcome-outer .welcome-inner .agenda-sec {
	width: 100%;
	height: auto;
	padding-bottom: 90px;
}
.welcome-outer .welcome-inner .agenda-sec ul {
	margin-left: -35px;
	margin-right: -35px;
	border:none;
}
.welcome-outer .welcome-inner .agenda-sec ul li {
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
	width: calc(50% - 74px);
	vertical-align: top;
    clear: inherit;
    float:none;
}
.welcome-outer .welcome-inner .agenda-sec ul.gatherings li{
    min-height: 102px;
    display:none;
}
.welcome-outer .welcome-inner .agenda-sec ul.gatherings li:first-child, .welcome-outer .welcome-inner .agenda-sec ul.gatherings li:nth-child(2){
    display:inline-block;
}
.gatherings span.date{
    font-size:18px;
    color: #12293d;
    font-weight: 500;
    line-height: 30px;
    display:block;
    float:none;
    white-space: nowrap;
}
.emg-kerktijden-widget .brand{
    display:none !important;
}
.gatherings span.time , .gatherings span.preachers , .gatherings span.types{
    font-size: 18px;
line-height: 30px;
font-weight: 400;
    color: #fff;
}
.gatherings span.preachers a{
     color: #fff;
     display:inline-block;
     padding-left:0px;
     text-decoration: underline;
}
.gatherings span.preachers a:hover{
   	color: #12293d; 
}
.welcome-outer .welcome-inner .agenda-sec ul li p {
	color: #fff;
}
.welcome-outer .welcome-inner .agenda-sec ul li p a {
	text-decoration: underline;
	color: #fff;
}
.welcome-outer .welcome-inner .agenda-sec ul li p a:hover {
	color: #12293d;
}
.welcome-outer .welcome-inner .agenda-sec ul li p:first-of-type {
	color: #12293d;
	font-weight: 500;
}
.welcome-outer .welcome-inner .agenda-sec ul li .p-30 {
	padding-top: 10px;
	padding-left: 120px;
}
.welcome-outer .welcome-inner .agenda-sec .main-title {
	padding-left: 120px;
	background:url(../images/white-line.png) left 40px top 23px no-repeat;
}
.welcome-outer .welcome-inner .audiences-sec {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	padding: 80px 90px;
	max-width: 1420px;
	margin: 0 auto;
}
.welcome-outer .welcome-inner .audiences-sec ul {
	margin-left: -10px;
	margin-right: -10px;
}
.welcome-outer .welcome-inner .audiences-sec li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(33% - 22px);
}
.welcome-outer .welcome-inner .audiences-sec li .icon-sec {
	padding-bottom: 10px;
}
.welcome-outer .welcome-inner .audiences-sec li .icon-cont .sub-head {
	min-height: 90px;
}
.welcome-outer .welcome-inner .audiences-sec li p {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: thin solid #85b3d1;
}
.welcome-outer .welcome-inner .audiences-sec li p a {
	color: #12293d;
}
.welcome-outer .welcome-inner .audiences-sec li p:first-of-type {
	border-top: 1px solid #85b3d1;
}


.welcome-outer .welcome-inner .bible-sec {
	width: 100%;
	height: auto;
	background: url(../images/ttitle-bg.png) left 40px top 96px no-repeat;
	padding: 80px 120px 80px 120px;
}

.welcome-outer .welcome-inner .bible-left {
	float: left;
	width: 40%;
}
.welcome-outer .welcome-inner .bible-left h5 {
	color: #85b3d1;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding-top: 10px;
}
.welcome-outer .welcome-inner .bible-sec .dagelijkswoordtitel {
	color: #12293d;
	background: none;
	padding-left: 0px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    float: left;
    width: 40%;

}
.welcome-outer .welcome-inner .bible-sec .dagelijkswoordtitel::first-letter{
       text-transform: capitalize; 
}
.welcome-outer .welcome-inner .bible-sec .dagelijkswoordtekst {
	float: left;
	width: 59%;
	position: relative;
	background: url(../images/q-mark1.png) left top no-repeat;
	padding-left: 40px;
    margin-top: 0px;  
	font-style: italic;
	font-size: 20px;
	position: relative;
	padding-right: 40px;
}
.welcome-outer .welcome-inner .bible-sec .dagelijkswoordtekst::after {
	position: absolute;
	content: " ";
	width: 50px;
	height: 50px;
	background: url(../images/q-mark2.png) right 10px top 15px no-repeat;
}

.news-sec {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.news-sec .news-outer {
	width: 100%;
	background: #e6f1f7;
	margin: 0 auto;
	max-width: 1820px;
	padding: 80px 0px;
}
.news-sec .news-outer .news-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1240px;
}
.news-sec .news-outer .news-inner ul {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 50px;
	padding-bottom: 35px;
}
.news-sec .news-outer .news-inner ul li {
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 44px);
}
.news-sec .news-outer .news-inner ul li h5 {
	font-size: 20px;
	color: #85b3d1;
	line-height: 30px;
	font-weight: 400;
}
.news-sec .news-outer .news-inner ul li .img-sec {
	margin-top: 30px;
	margin-bottom: 50px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 9;
}
.news-sec .news-outer .news-inner ul li .img-sec::after {
	width: 70px;
	height: 170px;
	content: " ";
	z-index: -1;
	background: url(../images/green-dot.png);
	right: -30px;
	top: -22px;
	position: absolute;
}
.news-sec .news-outer .news-inner ul li .img-sec img {
	width: 100%;
	max-width: 100%;
}
.news-sec .news-outer .news-inner ul li .img-cont a {
	color: #12293d;
	font-size: 16px;
	text-decoration: underline;
}
.news-sec .news-outer .news-inner ul li .img-cont p:first-of-type {
	padding-bottom: 20px;
}
.news-sec .news-outer .news-inner .main-title {
	color: #12293d;
	padding-left: 120px;
	background: url(../images/dark-green-dot.png) left 40px center no-repeat;
	margin-left: -120px;
}
.news-sec .news-outer .news-inner .view-btn {
	color: #85b3d1;
	border-color: #85b3d1;
	margin-left: 0;
}
.news-sec .news-outer .news-inner .view-btn:hover {
	background: #85b3d1;
	color: #fff;
}
.footer-sec {
	width: 100%;
	height: auto;
	background: #1f6fa8;
	padding: 80px 0px;
	position: relative;
}
.footer-sec .footer-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.footer-sec .footer-inner li {
	display: inline-block;
	vertical-align: top;
}
.footer-sec .footer-inner li .sub-head {
	padding-bottom: 30px;
	color: #fff;
	font-weight:600;
}
.footer-sec .footer-inner li:first-child {
	width: 40%;
}
.footer-sec .footer-inner li:nth-child(2) {
	width: 25%;
}
.footer-sec .footer-inner li:last-child {
	width: 34%;
}
.footer-sec .footer-inner li:last-child a {
	color: inherit;
	text-decoration: inherit;
	background: url(../images/white-dot.png) left center no-repeat;
	padding-left: 10px;
}
.footer-sec .footer-inner p {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
}
.footer-sec .footer-inner .bold {
	font-weight: 600;
}
.footer-sec .footer-inner p a {
	color: #fff;
	text-decoration: underline;
}
.footer-sec .footer-inner p a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-sec .footer-inner li .bold {
	padding-top: 30px;
}
.footer-sec .footer-inner li .bold:first-of-type {
	padding-top: 0px;
}
.footer-sec .footer-inner .footer-btm {
	padding-top: 80px;
}
.footer-sec .footer-inner .footer-btm p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.footer-sec .footer-inner .footer-btm li {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	width: inherit;
	padding-right: 30px;
	padding-bottom: 10px;
}
.footer-sec .footer-inner .footer-btm li a {
	color: #fff;
	background: none;
}
.footer-sec .footer-inner .footer-btm li a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer-sec .naar-boven {
	position: fixed;
	content: "";
	z-index: 9;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	background: url(../images/go-top.png) right top no-repeat;
	cursor: pointer;
	display:none;
}

.footer-sec .naar-boven a {
	color: #fff;
	font-size: 18px;
	line-height: 150px;
	font-weight: 500;
    font-weight: 500;
    display: block;
}
.footer-sec .naar-boven a span {
	padding-left: 22px;
}
.footer-sec .footer-inner .footer-btm .right {
	float: right;
}
.footer-sec .footer-inner .footer-btm .right a{
    color: #fff;
    text-decoration:none;
}
.footer-sec .footer-inner .footer-btm .right a:hover{
    color:#fff;
    text-decoration:underline;
}
.menu-outer {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #e6f1f7;
	position: fixed;
	z-index: 999;
	display: none;
	top:0px;
}
.menu-outer .menu-top .logo-sec {
	padding-left: 80px;
	padding-top: 35px;
	float: left;
}
.menu-outer .menu-top .menu-right {
	float: right;
}
.menu-outer .menu-top .menu-right p {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
}
.menu-outer .menu-top .menu-right .close-menu {
	width: 95px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	background: #85b3d1;
	cursor: pointer;
	display: inline-block;
	margin-left: 30px;
}
.menu-outer .main-menu {
	width: 100%;
	padding-top: 6vh;
	max-width: 1360px;
	margin: 0 auto;
}
.menu-outer .main-menu .menu-left {
	float: left;
	width: calc(100% - 250px);
}
.menu-outer .main-menu .menu-right {
	float: left;
	width: 250px;
	background: url(../images/contact.png) left top 3px no-repeat;
	padding-left: 50px;
}
.menu-outer .main-menu li {
	padding-bottom: 3vh;
	position: relative;
}
.menu-outer .main-menu .menu-left > ul > li:last-child {
	display: none;
}
.menu-outer .main-menu .menu-left ul {
	max-width: 490px;
}
.menu-outer .main-menu li a:hover {
	color: #85b3d1;
}
.menu-outer .main-menu li span {
	
	display: inline-block;
	vertical-align: top;
	filter: brightness(0%);
	-webkit-filter: brightness(0%);
	padding-top: 5px;
}
.menu-outer .main-menu .menu-left span {
    width: 62px;
}
.menu-outer .main-menu li:hover span {
	display: inline-block;
	vertical-align: top;
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
}
.menu-outer .main-menu .menu-left li h4 {
	display: inline-block;
	width: calc(100% - 68px);
	color: #12293d;
    font-size: 34px;
    line-height: 46px;
	font-weight: 700;
}
.menu-outer .main-menu .menu-left .active h4 {
	color: #85b3d1;
}
.menu-outer .main-menu .menu-left .active span {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
}
.menu-outer .main-menu .menu-left li h4:hover {
	color: #85b3d1;
}
.menu-outer .main-menu .menu-left li li {
	padding-bottom: 0px;
}
.menu-outer .main-menu .menu-left li ul {
	position: absolute;
	left: 100%;
	top: 5px;
	padding-left: 100px;
	display: none;
	width: 100%;
}
.menu-outer .main-menu .menu-left ul li:nth-last-child(2) ul {
	top: inherit;
	bottom:0px;
}
.menu-outer .main-menu .menu-left li:hover ul{
	display: block;
}
.menu-outer .main-menu .menu-left li.active:hover ul {
    display: block !important;
}
.menu-outer .main-menu .menu-left li li a {
	font-size: 22px;
	line-height: 42px;
	margin-bottom: 0px;
	color: #85b3d1;
    background: url(../images/green-dot.png) left top 18px no-repeat;
	padding-left: 12px;
	font-weight: 600;
	display:block;
}
.menu-outer .main-menu .menu-left li li a:hover {
    background: url(../images/green-dot.png) left top 18px  no-repeat;
    color: #85b3d1;
}
.menu-outer .main-menu .menu-right h3 {
	color: #12293d;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}
.menu-outer .main-menu .menu-right .bold {
	font-weight: 600;
}
.menu-outer .main-menu .menu-right a {
	color: #12293d;
}
.menu-outer .menu-footer {
	width: 100%;
	background: #85b3d1;
	padding: 40px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu-outer .menu-footer .footer-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.menu-outer .menu-footer .footer-inner .row {
    margin:0px;
}
.menu-outer .menu-footer .footer-inner .row .col-lg-7.col-12 {
    padding:0px;
}

.menu-outer .menu-footer .footer-inner .row .col-lg-9.col-12 {
    padding:0px;
}
.menu-outer .menu-footer .footer-inner ul {
	margin-left: -70px;
	margin-right: -70px;
}
.menu-outer .menu-footer .footer-inner li {
	display: inline-block;
	vertical-align: top;
	margin-left: 70px;
	margin-right: 70px;
	width: calc(30% - 150px);
}
.menu-outer .menu-footer .footer-inner h3 {
	color: #12293d;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	padding-bottom: 20px;
}
.menu-outer .menu-footer .footer-inner h3 span {
    font-family: "Inter", sans-serif !important;
    font-size:24px !important;
    font-weight:600;
}
.menu-outer .menu-footer .footer-inner p {
	color: #fff;
	font-weight:300;
}
.menu-outer .menu-footer .footer-inner p a {
	color: #fff;
	text-decoration: underline;
}
.menu-outer .menu-footer .footer-inner p a:hover {
	color: #12293d;
}
.bold {
	font-weight: 500;
}
.mob-menu-toggle {
	position: fixed;
	height: 50px;
	line-height: 50px;
	width: 130px;
	z-index: 99999;
	display: none;
	cursor: pointer;
	bottom: 0px;
	left: calc(50% - 60px);
	border-left: 1px solid #3d4248;
	border-right: 1px solid #3d4248;
}
.mob-menu-toggle .music-play-btn {
	float: left;
	cursor: pointer;
}
.mob-menu-toggle .mob-contact-btn {
	float: right;
	cursor: pointer;
}

/*vv-login-start*/
.login-outer {
	background: #e6f1f7;
	padding: 80px 0px;
	width: 100%;
}
.login-outer .login-inner {
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}
.login-top-link ul li {
	display: inline-block;
	position: relative;
}
.login-top-link ul li:last-child:after {
	display: none;
}
.login-top-link {
	padding-bottom: 30px;
}
.login-top-link ul li::after {
	content: "/";
	font-size: 13px;
	line-height: 30px;
	padding: 0px 8px;
	color: #a6afb0;
}
.login-top-link ul li a {
	color: #a6afb0;
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
}
.login-top-link ul .active a {
	color: #12293d;
}
.login-outer.contact-sec .login-inner {
	text-align: left;
}
.login-outer.contact-sec .login-inner .sub-title {
	background: url(../images/ttitle-bg.png) left center no-repeat;
	margin-left: -85px;
	padding-left: 68px;
}
.sub-title span {
	background: #e6f1f7;
	padding: 0px 15px;
}
.sub-title {
	background: url(../images/sub-title-bg.png) center center repeat-x;
	width: 100%;
	font-size: 40px;
	line-height: 48px;
	color: #12293d;
	font-weight: 700;
}
.login-form {
	width: 100%;
	padding: 80px 0px;
}
.login-form .login-inner {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.login-form .login-inner li {
	width: 100%;
	padding: 0px 0px 10px 0px;
}
.login-form .login-inner li:last-child {
	border-bottom: 2px solid #e6f1f7;
	padding-top: 10px;
	padding-bottom: 30px;
}
.login-form .login-inner input[type="text"] , .login-form .login-inner input[type="email"] , .login-form .login-inner input[type="password"] {
	border: 2px solid #e6f1f7;
	padding-left: 20px;
	color: #12293d;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	height: 60px;
	line-height: 56px;
}
.login-form .login-inner select{
 	border: 2px solid #e6f1f7;
	padding-left: 20px;
	color: #12293d;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	height: 60px;
	line-height: 56px;   
}
.login-form .login-inner input[type="checkbox"] {
	opacity: 1;
	margin-right:10px;
}
.login-form .login-inner input[type="checkbox"] + label {
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	padding-top: 20px;
}
.login-form .login-inner input[type="checkbox"]+label::before {
	position: absolute;
	content: " ";
	border: 1px solid #12293d;
	width: 20px;
	height: 20px;
	left: 20px;
}
.login-form .login-inner input[type="checkbox"]:checked+label::before {
	background: url(../images/check-hvr.png) center center no-repeat;
}
::placeholder {
opacity:1;
color:#12293d;
}
.login-form .login-inner input[type="submit"] {
	width: 270px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border-radius: 30px;
	background: #85b3d1;
	color: #Fff;
	font-size: 18px;
	cursor: pointer;
	border: none;
	border: 2px solid#85b3d1;
	float: right;
}
.login-form .login-inner input[type="submit"]:hover {
	color: #85b3d1;
	border: 2px solid#85b3d1;
	background: none;
}
.login-form .login-inner p a {
	color: #85b3d1;
	text-decoration: underline;
}
.login-form .login-inner p a:hover {
	color: #12293d;
}
.login-form .login-inner p {
	padding-top: 20px;
	color: #85b3d1;
}
/*vv-register-start*/
.contact-btm {
	width: 100%;
	height: auto;
	padding: 50px 0px 80px 0px;
}
.contact-btm .contact-inner {
	max-width: 1240px;
	margin: 0 auto;
}
.contact-btm .contact-inner ul {
	margin-left: -70px;
	margin-right: -70px;
}
.contact-btm .contact-inner li {
	display: inline-block;
	vertical-align: top;
	margin-left: 70px;
	margin-right: 70px;
	width: calc(50% - 144px);
}
.contact-btm .contact-inner li a {
	color: #12293d;
	text-decoration: underline;
}
.contact-btm .contact-inner li .bold {
	padding-top: 30px;
}
.contact-btm .contact-inner li .p-30 {
	padding-bottom: 30px;
}
.contact-btm .contact-inner .map-sec {
	padding-top: 80px;
}
.contact-btm .contact-inner .p-20 {
	padding-top: 30px;
}
.footer-sec.contact-sec {
	padding: 0px;
	background: none;
}
.footer-sec.contact-sec .footer-inner .footer-btm {
	padding-top: 0px;
	padding-bottom: 80px;
}
.footer-sec.contact-sec .naar-boven {
	display: none;
}
.footer-sec.contact-sec .footer-inner li a:hover {
	color: #85b3d1;
}
.login-outer.contact-sec .login-inner .sub-link {
	color: #12293d;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding-top: 20px;
	display: block;
}
/*vv-gallery*/
.gallery-sec {
	width: 100%;
	height: auto;
	padding: 90px 0px;
}
.gallery-sec .gallery-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.gallery-sec .gallery-inner .main-title {
	color: #12293d;
	background: url(../images/ttitle-bg.png) left center no-repeat;
	margin-left: -100px;
	margin-bottom: 30px;
}
.gallery-sec .gallery-inner .img-sec {
	padding-top: 70px;
}
.gallery-sec .gallery-inner .img-sec li:first-child {
	float: left;
	width: 64.3%;
}
.gallery-sec .gallery-inner .img-sec li:nth-child(2) {
	width: 31%;
}
.gallery-sec .gallery-inner .img-sec li {
	float: right;
	width: 14.7%;
	margin-bottom: 16px;
	margin-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}
.gallery-sec .gallery-inner .img-sec li:first-child, .gallery-sec .gallery-inner .img-sec li:nth-child(2), .gallery-sec .gallery-inner .img-sec li:nth-child(5), .gallery-sec .gallery-inner .img-sec li:nth-child(3) {
	margin-right: 0px;
}
.gallery-sec .gallery-inner .img-sec li:hover img {
	width: 100%;
	cursor:pointer;
}
/*vv-profile-form*/
.profile-outer-form {
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.profile-outer-form .profile-inner-form {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
.profile-outer-form .profile-inner-form .top-form .img-sec {
	float: left;
	width: 150px;
	border-radius:50%;
	overflow:hidden;
	position:relative;
}
.profile-outer-form .profile-inner-form .top-form .img-sec .upload-pic{
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:16px;
    line-height:26px;
    padding-top:50px;
    top: 0px;
    left: 0px;
    display:none;
    cursor:pointer;
}
.profile-outer-form .profile-inner-form .top-form .img-sec:hover .upload-pic{
    display:block;
}
.profile-outer-form .profile-inner-form .top-form .img-cont {
	float: right;
	width: calc(100% - 180px);
	padding-top: 15px;
}
.profile-outer-form .profile-inner-form .top-form .img-cont .sub-title {
	background: none;
}
.profile-outer-form .profile-inner-form .top-form .img-cont .p-30 {
	color: #85b3d1;
	padding: 5px 0px 10px 0px;
}
.profile-outer-form .profile-inner-form .top-form .img-cont input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}
.profile-outer-form .profile-inner-form .top-form .img-cont input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	padding-top: 0px;
}
.profile-outer-form .profile-inner-form .top-form .img-cont input[type="checkbox"] + label::before {
	position: absolute;
	content: " ";
	border: 1px solid #12293d;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 5px;
}
.profile-outer-form .profile-inner-form .top-form .img-cont input[type="checkbox"]:checked+label::before {
	background: url(../images/check-hvr.png) center center no-repeat;
}
.profile-outer-form .profile-inner-form .top-form {
	max-width: 720px;
	float: right;
}
.profile-outer-form .profile-inner-form .form-sec ul {
	padding-top: 40px;
	border-bottom: 2px solid #e6f1f7;
	border-top: 2px solid #e6f1f7;
	padding-bottom: 40px;
	margin: 40px 0px;
}
.profile-outer-form .profile-inner-form .form-sec ul li {
	margin-left: 12px;
	margin-right: 12px;
	display: inline-block;
	width: calc(50% - 30px);
	vertical-align: top;
	margin-top:10px;
}
.profile-outer-form .profile-inner-form .form-sec ul li input[type="text"] , .profile-outer-form .profile-inner-form .form-sec ul li input[type="email"] , .profile-outer-form .profile-inner-form .form-sec ul li input[type="password"] {
	width: 100%;
	padding-left: 20px;
	border: 2px solid#e6f1f7;
	height: 60px;
	line-height: 56px;
}
.profile-outer-form .profile-inner-form .form-sec ul li p {
	padding-bottom: 10px;
}
.profile-outer-form .profile-inner-form .form-sec .left {
	float: left;
	padding-top: 15px;
}
.profile-outer-form .profile-inner-form .form-sec input[type="submit"] {
	width: 200px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border-radius: 30px;
	background: #85b3d1;
	color: #Fff;
	font-size: 18px;
	cursor: pointer;
	border: none;
	border: 2px solid #85b3d1;
	float: right;
}
.profile-outer-form .profile-inner-form .form-sec input[type="submit"]:hover {
	color: #85b3d1;
	border: 2px solid #85b3d1;
	background: none;
}
/*vv-overzicht*/
.overzicht {
	width: 100%;
	height: auto;
	padding: 80px 0px 30px 0px;
}
.overzicht.ccagenda-news{
    padding-top:0px;
}
.overzicht-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.overzicht-inner ul li:first-child {
	width: 24%;
}
.overzicht-inner ul li:nth-child(2) {
	width: 37%;
}
.overzicht-inner ul li:last-child {
	width: 38%;
}
.overzicht-inner li {
	display: inline-block;
	vertical-align: top;
	position:relative;
}
.overzicht-inner li h4 {
	color: #12293d;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
}
.overzicht-inner li span {
	color: #12293d;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	padding-right: 20px;
}
.overzicht-inner li input[type="text"] {
	border: 2px solid #e6f1f7;
	padding-left: 20px;
	height: 50px;
	line-height: 46px;
	width: calc(100% - 120px);
}


.overzicht-inner li input[type="submit"]  {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/search-icon2.png) center center no-repeat;
    text-indent: 200px;
    overflow: hidden;
}
.overzicht-inner li select {
	border: 2px solid #e6f1f7;
	padding-left: 20px;
	height: 50px;
	line-height: 46px;
	-webkit-appearance: none;
	width: calc(100% - 120px);
	background: url(../images/dropdown-icon.png) right 20px center no-repeat;
}
.kraker-outer {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}
.kraker-outer .kraker-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1240px;
}
.kraker-outer .kraker-inner .top-cont {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 40px;
}
.kraker-outer .kraker-inner .top-cont li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 24px);
	border-top: 1px solid #85b3d1;
	padding-top: 30px;
	padding-bottom: 40px;
}
.kraker-outer .kraker-inner .top-cont li:nth-last-child(1), .kraker-outer .kraker-inner .top-cont li:nth-last-child(2), .kraker-outer .kraker-inner .top-cont li:nth-last-child(3) {
	border-bottom: 1px solid #85b3d1;
}
.kraker-outer .kraker-inner .top-cont li .img-sec {
	width: 100px;
	height:100px;
	overflow:hidden;
	border-radius:50%;
	float: left;
}
.kraker-outer .kraker-inner .top-cont li .img-cont {
	width: calc(100% - 100px);
	float: left;
	padding-top: 20px;
	padding-left:25px;
}
.kraker-outer .kraker-inner .top-cont li .top-sec {
	padding-bottom: 30px;
}
.kraker-outer .kraker-inner .page-ination li {
	display: inline-block;
	margin-right: 10px;
}
.kraker-outer .kraker-inner .page-ination {
	text-align: center;
}
.kraker-outer .kraker-inner .page-ination li span{
    display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #1f6fa8;
	border-radius: 5px;
}
.kraker-outer .kraker-inner .page-ination a {
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #85b3d1;
	border-radius: 5px;
}
.kraker-outer .kraker-inner .page-ination .active {
	background: #85b3d1;
	border-radius: 5px;
}
.kraker-outer .kraker-inner .page-ination .active a {
	color: #fff;
}
.kraker-outer .kraker-inner .page-ination li a {
	color: #12293d;
}
.chrgeloof-outer {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.top-banner-part {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #e6f1f7;
	position: relative;
}
.top-banner-part::after {
	content: ' ';
	position: absolute;
	height: 100px;
	background: #fff;
	z-index: 1;
	width: 100%;
	bottom: 0px;
}
.top-banner-part.openbaarnuw{
    padding:80px 0px;
}
.top-banner-part.openbaarnuw::after{
    display:none;
}
.inner-conntet {
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1240px;
	position: relative;
	z-index: 9;
}
.top-banner-part.openbaarnuw .inner-conntet .banner-left-content{
    padding-top:0px;
}
.top-banner-part .inner-conntet .banner-left-content {
	float: left;
	padding-top: 90px;
	width: 100%;
	max-width: 590px;
}
.top-banner-part .inner-conntet .banner-pic {
	float: right;
	width: 50%;
	position: relative;
}
.top-banner-part .inner-conntet .banner-pic::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 185px;
	background: url(../images/green-dot.png) right bottom;
	right: -65px;
	bottom: 220px;
	z-index: -1;
}
.top-banner-part .inner-conntet .banner-pic::before {
	position: absolute;
	content: " ";
	width: 50px;
	height: 275px;
	background: #85b3d1 right bottom no-repeat;
	right: -20px;
	bottom: 0;
	z-index: -9;
}
.top-banner-part.openbaarnuw .inner-conntet .banner-pic::before{
    display:none;
}
.top-banner-part .inner-conntet .banner-cont {
	margin: 0 auto;
	padding-right: 35px;
}
.top-banner-part .inner-conntet .banner-cont ul {
	border-top: thin solid #85b3d1;
	margin-top: 30px;
}
.top-banner-part .inner-conntet .banner-cont li {
	line-height: 58px;
	border-bottom: thin solid #85b3d1;
}
.top-banner-part .inner-conntet .banner-cont li a {
	font-size: 18px;
	color: #12293d;
	display: block;
	background: url(../images/black-arrow.png) left center no-repeat;
	padding-left: 10px;
}
.top-banner-part .inner-conntet .banner-cont h1 {
	font-size: 40px;
	font-weight: 600;
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 90px;
	margin-left: -90px;
}
.ub-content-outer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
	padding-top: 80px;
}

.ub-content-outer .content-left {
	float: left;
	width: 50%;
	padding-right: 40px;
}
.ub-content-outer .content-right {
	float: right;
	width: 50%;
	padding-left: 40px;
	padding-top: 100px;
}
.ub-content-outer h2 {
	font-size: 32px;
	font-weight: 600;
	background: url(../images/dark-green-dot.png) left top 20px no-repeat;
	padding-left: 90px;
	margin-left: -90px;
	margin-bottom: 30px;
}
.ub-content-outer p {
	font-size: 18px;
	line-height: 30px;
}
.ub-content-outer p a {
	text-decoration: underline;
	color: #12293d;
}
.ub-content-outer p a:hover {
	text-decoration: none;
}
.ub-content-outer .ub-pic {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
	margin-top: 70px;
	margin-bottom: 70px;
}
.ub-content-outer .ub-pic img {
	width: 100%;
	height: auto;
}
.ub-content-outer h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.ub-content-outer .content-right ul {
	padding-left: 20px;
	margin-bottom: 40px;
}
.ub-content-outer p {
	margin-bottom: 30px;
}
.ub-content-outer .full-content ol {
	padding-left: 20px;
}
.ub-content-outer .full-content li {
	list-style-type: decimal;
	padding-left: 20px;
}
.ub-content-outer .quote {
	padding: 50px 0px;
	text-align: center;
	max-width: 870px;
	margin: 0 auto;
}
.ub-content-outer .quote p {
	font-style: italic;
	display: inline-block;
	position: relative;
	font-size: 22px;
	line-height: 36px;
}
.ub-content-outer .quote p:before {
	content: ' ';
	background: url(../images/q-mark1.png) left top no-repeat;
	width: 28px;
	height: 22px;
	position: absolute;
	left: -20px;
	top: -2px;
}
.ub-content-outer .quote p:after {
	content: ' ';
	background: url(../images/q-mark2.png) left top no-repeat;
	width: 28px;
	height: 22px;
	position: absolute;
	display: inline-block;
	bottom: -5px;
	margin-left: 5px;
}
.ub-content-outer .quote h4 {
	color: #85b3d1;
	font-size: 16px;
}
.welcome-outer.sub-page-aud::after {
	display: none;
}
.welcome-outer.sub-page-aud .welcome-inner {
	max-width: 1840px;
	background: #e6f1f7;
	margin-bottom: 50px;
}
.welcome-outer.sub-page-aud .welcome-inner .audiences-sec {
	box-shadow: none;
	background: none;
}
.preken-section {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #e6f1f7;
	padding: 90px 0px;
}
.preken-section h1.main-title {
	background: url(../images/dark-green-dot.png) left top 20px no-repeat;
	padding-left: 90px;
	margin-left: -90px;
	margin-bottom: 30px;
	color: #12293d;
}
.preken-section ul.top-list {
	margin-left: -40px;
	margin-right: -40px;
}
.preken-section ul.top-list li {
	display: inline-block;
	width: calc(33.3% - 84px);
	margin-left: 40px;
	margin-right: 40px;
	vertical-align: top;
}
.preken-section ul.top-list li .preken-cont {
	margin: 0 auto;
}
.preken-section ul.top-list li .preken-cont h2 {
	font-size: 20px;
	color: #85b3d1;
	margin-bottom: 8px;
}
.preken-section ul.top-list li .preken-cont .play-music {
	margin-top: 50px;
	padding-top: 20px;
	border-top: thin solid #85b3d1;
}
.preken-section .preken-bot-cont {
	margin-top: 70px;
}
.preken-section .preken-bot-cont h3 {
	font-size: 26px;
	color: #85b3d1;
	margin-bottom: 10px;
}
.preken-section .preken-bot-cont h4 {
	font-size: 18px;
	color: #12293d;
	margin-bottom: 10px;
	padding-left: 35px;
	font-weight: 600;
	margin-top: 30px;
}
.preken-section .preken-bot-cont li {
	margin-bottom: 10px;
}
.preken-section .preken-bot-cont li a{
    color:#12293d;
}
.preken-section .preken-bot-cont li span {
	width: 35px;
	display: inline-block;
}
.diverse-section {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #85b3d1;
	padding: 90px 0px;
}
.diverse-section h1.main-title {
	margin-left: -100px;
	margin-bottom: 8px;
}
.diverse-section h2 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
.diverse-section .diverse-list {
	margin-top: 50px;
}
.diverse-section .diverse-list ul {
	margin-left: -20px;
	margin-right: -20px;
}
.diverse-section .diverse-list ul li {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(33.3% - 44px);
	display: inline-block;
	vertical-align: top;
}
.diverse-section .diverse-list ul li h3 {
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 10px;
	font-weight: 500;
}
.diverse-section .diverse-list .d-pic-sect {
	border-radius: 4px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	position: relative;
	z-index: 9;
}
.diverse-section .diverse-list .d-pic-sect::after {
	position: absolute;
	content: " ";
	background: url(../images/light-green-dot.png) right top no-repeat;
	width: 70px;
	height: 185px;
	right: -20px;
	top: -20px;
	z-index: -9;
}
.diverse-section .diverse-list .d-pic-sect::before {
	background: #b9d6e6 right bottom no-repeat;
	width: 210px;
	height: 134px;
	content: " ";
	right: -20px;
	bottom: -20px;
	position: absolute;
	z-index: -9;
}
.diverse-section .diverse-list .d-pic-sect img {
	width: 100%;
}
.diverse-section .diverse-list .diverse-content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 400;
}
.diverse-section .diverse-list .diverse-content p a {
	color: #fff;
	text-decoration: underline;
}
.apostolische-sect {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-top: 90px;
	background: #fff;
}
.apostolische-sect h1.main-title {
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 90px;
	margin-left: -90px;
	margin-bottom: 30px;
	color: #12293d;
}
.apostolische-sect h2 {
	font-size: 22px;
	max-width: 980px;
}
.apostolische-sect ul {
	margin-top: 15px;
}
.apostolische-sect ul li {
	background: url(../images/green-dot.png) left top 14px no-repeat;
	padding-left: 18px;
	line-height: 30px;
}
.pdl-50 {
	padding-left: 50px;
}
.kerkelijke-gemeente-outer .ub-content-outer .content-right {
	padding-top: 65px;
}
.ub-content-outer .content-right .ub-pic {
	margin-top: 0px;
}
.ub-content-outer .content-left.bott-sect {
	padding-top: 70px;
}
.ub-content-outer .full-content ul.links li {
	display: inline-block;
	width: calc(33.3% - 24px);
	vertical-align: top;
	padding: 8px 0px;
	border-top: thin solid #85b3d1;
	margin-left: 10px;
	margin-right: 10px;
}
.ub-content-outer .full-content ul.links li a {
	color: #12293d;
	display: block;
}
.ub-content-outer .full-content ul.links {
	margin-left: -10px;
	margin-right: -10px;
}
.verenigingen-outer {
	margin: 0 auto;
	width: calc(100% - 50px);
	background: #85b3d1;
	padding: 90px 0px;
}
.verenigingen-outer ul.cont-sect {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 35px;
}
.verenigingen-outer ul.cont-sect > li {
	display: inline-block;
	width: calc(33.3% - 24px);
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
}
.verenigingen-outer ul.cont-sect > li h2 {
	font-size: 24px;
	color: #12293d;
	font-weight: 600;
	margin-bottom: 25px;
}
.verenigingen-outer ul.cont-sect > li li {
	width: 100%;
	height: auto;
	line-height: 48px;
	border-bottom: thin solid #fff;
}
.verenigingen-outer ul.cont-sect > li li:first-child {
	border-top: thin solid #fff;
}
.verenigingen-outer ul.cont-sect > li li a {
	font-size: 18px;
	color: #fff;
	display: block;
	background: url(../images/white-dot.png) left top 23px no-repeat;
	padding-left: 12px;
}
.verenigingen-outer h1.main-title {
	margin-left: -100px;
}
.commissies-sect {
	margin: 0 auto;
	width: calc(100% - 50px);
	background: #e6f1f7;
	padding: 90px 0px;
}
.commissies-sect h1.main-title {
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 90px;
	margin-left: -90px;
	margin-bottom: 30px;
	color: #12293d;
}
.commissie-cont .nav.toptabs {
	border-bottom: thin solid #d3e4ee;
}
.commissie-cont .nav.toptabs li {
	display: inline-block;
	padding-right: 65px;
}
.commissie-cont .nav.toptabs li a {
	padding: 20px 0px;
	font-size: 24px;
	color: #12293d;
	margin-bottom: -1px;
}
.commissie-cont .nav.toptabs li a.active {
	font-weight: 600;
	border-bottom: 2px solid #85b3d1;
}
.commissie-cont .nav.left-links {
	float: left;
	width: 100%;
	max-width: 300px;
	margin-top: 55px;
}
.commissie-cont .nav.left-links li {
	width: 100%;
	line-height: 60px;
	border-bottom: thin solid #85b3d1;
}
.commissie-cont .nav.left-links li:first-child {
	border-top: thin solid #85b3d1;
}
.commissie-cont .nav.left-links li a {
	display: block;
	font-size: 18px;
	color: #12293d;
	padding: 0px;
}
.commissie-cont .nav.left-links li a.active {
	font-weight: 600;
}
.commissie-cont .right-tab-content {
	float: right;
	width: calc(100% - 385px);
	margin-top: 55px;
}
.commissie-cont .right-tab-content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 14px;
}
.commissie-cont .login-form-table {
	margin-top: 60px;
	padding-top: 40px;
	border-top: thin solid #85b3d1;
}
.commissie-cont .login-form-table #loginform {
	margin-top: 12px;
	margin-left: -4px;
	margin-right: -4px;
}
.commissie-cont .login-form-table #loginform p {
	width: calc(40% - 8px);
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.commissie-cont .login-form-table #loginform p.login-submit {
	width: 18%;
}
.commissie-cont .login-form-table #loginform p input[type='text'], .commissie-cont .login-form-table #loginform p input[type='password'] {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 0px;
	outline: none;
	font-size: 18px;
	color: #12293d;
	text-indent: 20px;
}
.commissie-cont .login-form-table #loginform p input[type='submit'] {
	height: 60px;
	line-height: 60px;
	border: none;
	width: 160px;
	color: #ffffff;
	background: #85b3d1;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.commissie-cont .login-form-table #loginform p input[type='submit']:hover {
	background: #12293d;
}
/*vv-verenigingen-start*/

.verenigingen-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.verenigingen-outer.sub-page {
	width: 100%;
	background: #fff;
}
.verenigingen-outer.sub-page.jeugde {
	padding-top: 20px;
}
.verenigingen-outer .verenigingen-inner {
	max-width: 1240px;
	margin: 0 auto;
}
.verenigingen-outer .verenigingen-inner .sub-head {
	font-size: 24px;
	color: #12293d;
	font-weight: 700;
	line-height: 34px;
}
.verenigingen-outer.sub-page .verenigingen-inner li a {
	font-size: 18px;
	color: #12293d;
	background: url(../images/black-dot.png) left top 23px no-repeat;
	padding-left: 12px;
}
.verenigingen-outer.sub-page .verenigingen-inner ul {
	margin-top: 0px;
}
.verenigingen-outer.sub-page ul.cont-sect > li li {
	border-bottom: thin solid #85b3d1;
}
.verenigingen-outer.sub-page ul.cont-sect > li li:first-child {
	border-top: thin solid #85b3d1;
}
/*vv-jeugdvereniging-start*/
.top-banner-part .inner-conntet .banner-cont p {
	font-size: 18px;
	color: #12293d;
	padding-top: 40px;
}
.welcome-outer.sub-page-aud.verenigingen .welcome-inner .audiences-sec li .icon-cont a {
	background: url(../images/black-dot.png) left top 15px no-repeat;
	padding-left: 12px;
	display: block;
}
.ub-content-outer.sub-page .sub-head {
	font-size: 26px;
}
.ub-content-outer.sub-page p {
	margin-bottom: 0px;
}
.ub-content-outer.sub-page p a{
    cursor:pointer;
    text-decoration:underline;
}
.ub-content-outer.sub-page .bold {
	font-weight: 600;
}
.ub-content-outer.sub-page .c-green {
	color: #85b3d1;
	font-size: 26px;
	font-weight: 600;
	padding-top: 30px;
}
.welcome-outer.sub-page-aud.verenigingen .main-title {
	color: #12293d;
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-left: -90px;
	padding-left: 90px;
	background: url(../images/ttitle-bg.png) left top 20px no-repeat;
}
.welcome-outer.sub-page-aud.verenigingen .welcome-inner .audiences-sec li .icon-cont .sub-head {
	min-height: inherit;
	padding-bottom: 40px;
}
.welcome-outer.sub-page-aud.verenigingen .welcome-inner .audiences-sec ul {
	padding-top: 40px;
}
.ub-content-outer.sub-page .full-content {
	margin-top: 70px;
	padding-top: 40px;
	border-top: 1px solid #85b3d1;
}
.commissie-cont .login-form-table a {
	color: #12293d;
	text-decoration: underline;
	cursor:pointer;
}
.commissie-cont .login-form-table span {
	padding-left: 10px;
}
.commissie-cont .evangelisatie {
	padding-top: 70px;
}
.commissie-cont .evangelisatie > ul {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 20px;
}
.commissie-cont .evangelisatie > ul >li {
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 44px);
	margin-left: 20px;
	margin-right: 20px;
}
.commissie-cont .evangelisatie ul li > ul > li {
	border-top: 1px solid #85b3d1;
	padding: 20px 0px;
	min-height: 140px;
}
.commissie-cont .evangelisatie ul li > ul > li:last-child {
	border-bottom: 1px solid #85b3d1;
}
.commissie-cont .evangelisatie ul li p {
	padding-bottom: 5px;
}
.commissie-cont .documenten {
	padding-top: 60px;
}
.commissie-cont .documenten ul {
	margin-left: -30px;
	margin-right: -30px;
	padding-top: 20px;
}
.commissie-cont .documenten ul li {
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 64px);
}
.commissie-cont .documenten ul li a {
	color: #12293d;
	background: url(../images/black-dot.png) left top 10px no-repeat;
	padding-left: 12px;
}
.commissie-cont .documenten ul li p {
	border-top: 1px solid #85b3d1;
	padding: 10px 0px;
}
.commissie-cont .documenten ul li p:last-child {
	border-bottom: 1px solid #85b3d1;
}
.c-gallry {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
	margin-top: 70px;
}
.c-gallry::before {
	width: 100%;
	height: 650px;
	background: #85b3d1;
	content: ' ';
	position: absolute;
	top: 100px;
}
.c-gallry.gog {
	background: #85b3d1;
	padding-bottom: 80px;
}
.c-gallry.gog::before {
	height: 100px;
	background: #fff;
	top: 0px;
}
.c-gallry .gog-bot {
	margin-top: 50px;
	color: #fff;
}
.c-gallry .gog-bot h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	margin-top: -15px;
}
.c-gallry .top-gallery {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	position: relative;
}
.c-gallry .top-gallery::before {
	content: ' ';
	position: absolute;
	width: 64px;
	height: 184px;
	background: url(../images/light-green-dot.png);
	bottom: 55px;
	left: -70px;
	filter: brightness(120%);
}
.c-gallry .top-gallery ul {
	margin-left: -10px;
	margin-right: -10px;
}
.c-gallry .top-gallery ul li {
	width: calc(25% - 18px);
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: top;
}
.c-gallry .top-gallery ul li img {
	width: 100%;
}
.c-gallry .top-gallery ul li:nth-child(2n) {
	margin-top: 50px;
}
.c-gallry .cgleft {
	float: left;
	width: 50%;
	padding-right: 50px;
}
.c-gallry .cgright {
	float: right;
	width: 50%;
}
.c-gallry .cgright .cgright-pic {
	position: relative;
	float: right;
	margin-top: 40px;
}
.c-gallry .cgright .cgright-pic::after {
	content: ' ';
	position: absolute;
	width: 64px;
	height: 184px;
	background: url(../images/light-green-dot.png);
	top: 100px;
	right: -70px;
	filter: brightness(120%);
}
.c-gallry .cgright .cgright-pic img {
	box-shadow: 0px 0px 30px rgba(0,0,0,.2);
	position: relative;
}
.c-gallry .cgleft .cg-top p {
	color: #fff;
}
.c-gallry .cgleft .cg-top .quote {
	margin: 0 auto;
	max-width: 470px;
	text-align: center;
	margin-top: 50px;
}
.c-gallry .cgleft .cg-top .quote p {
	font-size: 22px;
	font-style: italic;
	position: relative;
}
.c-gallry .cgleft .cg-top .quote p::before {
	position: absolute;
	content: ' ';
	background: url(../images/lquote.png);
	width: 28px;
	height: 22px;
	left: -22px;
	top: -5px;
	opacity: .4;
}
.c-gallry .cgleft .cg-top .quote p::after {
	position: absolute;
	content: ' ';
	background: url(../images/lquoteb.png);
	width: 28px;
	height: 22px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 12px;
	opacity: .4;
}
.c-gallry .cgleft .cg-top .quote h4 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 14px;
}
.c-gallry .cgleft .cg-bottom {
	margin-top: 180px;
}
.go-topcont {
	max-width: 50%;
}
.gog-botcont {
	margin-top: 50px;
}
.gog-botcont h1.main-title {
	margin-left: -100px;
	margin-bottom: 20px;
}
.gog-botcont h3 {
	font-size: 20px;
	color: #12293d;
	font-weight: 600;
	margin-bottom: 14px;
}
.gog-botcont ul {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.gog-botcont ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	padding-left: 10px;
	background: url(../images/white-dot.png) left top 14px no-repeat;
}
.leiding-outer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #e6f1f7;
	padding: 80px 0px;
	margin-top: 50px;
}
.leiding-outer h1.main-title {
	color: #12293d;
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 88px;
	margin-left: -88px;
}
.leiding-outer .leading-inner {
	margin-top: 35px;
}
.leiding-outer .leading-inner ul {
	margin-left: -55px;
	margin-right: -55px;
}
.leiding-outer .leading-inner li {
	margin-left: 52px;
	margin-right: 52px;
	width: calc(50% - 110px);
	display: inline-block;
	border-top: thin solid #85b3d1;
	height: 60px;
	line-height: 60px;
}
.leiding-outer .leading-inner li a {
	color: #12293d;
	font-size: 18px;
	background: url(../images/black-arrow.png) left top 27px no-repeat;
	padding-left: 10px;
	display: block;
}
.leiding-outer .leading-inner li:nth-last-child(2), .leiding-outer .leading-inner li:nth-last-child(1) {
	border-bottom: thin solid #85b3d1;
}
.agenda-outer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 80px 0px;
}
.agenda-outer h1.main-title {
	color: #12293d;
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 88px;
	margin-left: -88px;
	margin-bottom: 40px;
}
.agenda-outer .agenda-inner {
	margin: 0 auto;

}
.agenda-outer .agenda-inner ul {
	display: table;
	width: 100%;
}
.agenda-outer .agenda-inner ul li {
	display: table-row;
}
.agenda-outer .agenda-inner ul li .tcell {
	display: table-cell;
	width: 14.3%;
	border: thin solid #fff;
}
.agenda-outer .agenda-inner ul li.top-head .tcell {
	background: #85b3d1;
}
.agenda-outer .agenda-inner ul li.top-head .tcell h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}
.agenda-outer .agenda-inner ul li .tcell p, .agenda-outer .agenda-inner ul li .tcell h3, .agenda-outer .agenda-inner ul li .tcell span {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 18px;
}
.agenda-outer .agenda-inner ul li .tcell span {
	background: #e6f1f7;
	font-size: 14px;
	color: #12293d;
	font-weight: 500;
}
.agenda-outer .agenda-inner ul li .tcell p {
	background: #fff;
	border: thin solid #e6f1f7;
	min-height: 125px;
	font-size: 15px;
	line-height: 22px;
}
.agenda-outer .pagers {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.agenda-outer .pagers a.left-btn {
	float: left;
	display: inline-block;
}
.agenda-outer .pagers a.right-btn {
	float: right;
	display: inline-block;
}
.agenda-outer .pagers a {
	font-size: 18px;
	color: #85b3d1;
	font-weight: 600;
}
.seizoensthema-outer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #85b3d1;
	padding: 70px 0px;
}
.seizoensthema-outer h1 {
	margin-left: -100px;
	margin-bottom: 30px;
}
.seizoensthema-outer .seizoensthema-inner h2 {
	font-size: 24px;
	font-weight: 600;
	color: #12293d;
	max-width: 450px;
	margin-bottom: 30px;
}
.seizoensthema-outer .seizoensthema-inner ul {
	margin-left: -10px;
	margin-right: -10px;
}
.seizoensthema-outer .seizoensthema-inner ul li {
	margin-left: 7px;
	margin-right: 7px;
	width: calc(50% - 20px);
	display: inline-block;
	border-top: thin solid #fff;
	line-height: 50px;
}
.seizoensthema-outer .seizoensthema-inner ul li a {
	color: #fff;
	display: block;
	background: url(../images/white-dot.png) left top 24px no-repeat;
	padding-left: 10px;
}
.seizoensthema-outer .seizoensthema-inner ul li:nth-last-child(2), .seizoensthema-outer .seizoensthema-inner ul li:nth-last-child(1) {
	border-bottom: thin solid #fff;
}
.terugblik-outer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 70px 0px;
}
.terugblik-outer h1.main-title {
	color: #12293d;
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 88px;
	margin-left: -88px;
	margin-bottom: 30px;
}
.terugblik-outer .document-inner {
	margin-top: 50px;
}
.terugblik-outer h2 {
	font-size: 24px;
	color: #12293d;
	font-weight: 600;
	margin-bottom: 20px;
}
.terugblik-outer .document-inner ul {
	margin-left: -10px;
	margin-right: -10px;
}
.terugblik-outer .document-inner ul li {
	margin-left: 7px;
	margin-right: 7px;
	width: calc(33.3% - 20px);
	display: inline-block;
	border-top: thin solid #85b3d1;
	line-height: 50px;
}

.terugblik-outer .document-inner ul li a {
	font-size: 18px;
	color: #12293d;
}
.terugblik-outer .document-inner ul li:nth-last-child(2), .terugblik-outer .document-inner ul li:nth-last-child(1) , .terugblik-outer .document-inner ul li:nth-last-child(3) {
	border-bottom: thin solid #85b3d1;
}
.terugblik-outer .foto-album {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.terugblik-outer .foto-album .album-inner ul {
	margin-left: -20px;
	margin-right: -20px;
}
.terugblik-outer .foto-album .album-inner ul li {
	margin-left: 17px;
	margin-right: 17px;
	width: calc(33.3% - 40px);
	display: inline-block;
	vertical-align: top;
}
.terugblik-outer .foto-album .album-inner h3 {
	font-size: 20px;
	font-weight: 600;
	color: #85b3d1;
	margin-bottom: 25px;
}
.terugblik-outer .foto-album .album-cont {
	margin-top: 50px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}
.terugblik-outer .foto-album .album-inner ul {
	margin-top: 40px;
}
.terugblik-outer .foto-album .album-inner .album-box a {
	color: #12293d;
	text-decoration: underline;
}
.terugblik-outer .foto-album .album-inner .album-box a:hover {
	color: #12293d;
	text-decoration: none;
}
.terugblik-outer .foto-album .album-box .album-pic {
	position: relative;
}
.terugblik-outer .foto-album .album-box .album-pic img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	border-radius: 6px;
}
.terugblik-outer .foto-album .album-box .album-pic::after {
	content: ' ';
	position: absolute;
	top: -20px;
	right: -22px;
	background: url(../images/green-dot.png);
	width: 64px;
	height: 184px;
	z-index: -1;
}
.terugblik-outer .foto-album .album-box .album-pic::before {
	content: ' ';
	position: absolute;
	bottom: -22px;
	right: -22px;
	background: #e6f1f7;
	width: 210px;
	height: 133px;
	z-index: -1;
}
.terugblik-outer .foto-album .cpagination {
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 620px;
	text-align: center;
	margin-top: 80px;
}
.terugblik-outer .foto-album .cpagination ul li {
	display: inline-block;
	vertical-align: top;
}
.terugblik-outer .foto-album .cpagination ul li a , .terugblik-outer .foto-album .cpagination ul li span {
	width: 40px;
	height: 40px;
	background: #e6f1f7;
	font-size: 18px;
	display: block;
	line-height: 40px;
	color: #32363b;
}
.terugblik-outer .foto-album .cpagination ul li span.current{
    background: #85b3d1;
color: #fff;
}

.terugblik-outer .foto-album .cpagination ul li.prev a, .terugblik-outer .foto-album .cpagination ul li.next a {
	width: auto;
	background: none;
	color: #32363b;
}
.terugblik-outer .foto-album .cpagination ul li.next {
	float: right;
}
.terugblik-outer .foto-album .cpagination ul li.prev {
	float: left;
}
.terugblik-outer .foto-album .cpagination ul li.active a {
	background: #85b3d1;
	color: #fff;
}
.verenigingen-outer.sub-page .verenigingen-inner h1.main-title {
	color: #12293d;
	background: url(../images/dark-green-dot.png) left top 23px no-repeat;
	padding-left: 88px;
	margin-left: -88px;
	margin-bottom: 40px;
}
/*vv-agenda*/
.agenda-outer.sub-page {
	padding-top: 0px;
}
.agenda-outer.sub-page {
	margin-top: -40px;
	position: relative;
}
.agenda-outer.sub-page::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 105px;
	background: #e6f1f7;
	left: 0;
	top: 0;
}
.terugblik-outer.agenda {
    padding-top:70px;
}
.terugblik-outer.agenda .foto-album .album-inner ul {
	margin-top: 0px;
}
.terugblik-outer.agenda h1.main-title {
	margin-bottom: 0px;
}
.terugblik-outer.agenda .foto-album {
	margin-top: 30px;
}
.terugblik-outer.agenda .foto-album .album-inner ul li {
	padding-bottom: 70px;
}
.welcome-outer.sub-page-aud.agenda .welcome-inner {
	max-width: 100%;
	margin-bottom: 0px;
}
.welcome-outer.sub-page-aud.agenda {
	padding-top: 0;
}
.actuele-sec {
	width: 100%;
	margin: 0 auto;
	max-width: 1820px;
	background: #e6f1f7;
	padding: 90px 0px;
	margin-bottom: 50px;
}
.actuele-sec .actuele-sec-inner {
	max-width: 1240px;
	margin: 0 auto;
}
.actuele-sec .actuele-sec-inner ul {
	margin-left: -35px;
	margin-right: -35px;
}
.actuele-sec .actuele-sec-inner ul li {
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 74px);
}
.actuele-sec .actuele-sec-inner .main-title {
	color: #12293d;
	background: url(../images/ttitle-bg.png) left top 23px no-repeat;
	margin-left: -90px;
	padding-left: 90px;
}
.overzicht .overzicht-inner .main-title {
	color: #12293d;
	background: url(../images/ttitle-bg.png) left top 23px no-repeat;
	margin-left: -90px;
	padding-left: 90px;
	margin-bottom:25px;
}
.kraker-outer .kraker-inner .view-btn {
    color: #85b3d1;
    border-color: #85b3d1;
    margin-left: 0;
}
.kraker-outer .kraker-inner .view-btn:hover {
    background: #85b3d1;
    color: #fff;
}

.actuele-sec .actuele-sec-inner ul {
	padding-top: 30px;
}
.actuele-sec .actuele-sec-inner ul li h4 {
	color: #85b3d1;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
.actuele-sec .actuele-sec-inner ul li p {
	border-bottom: 1px solid #85b3d1;
	padding-bottom: 15px;
	margin-top: 15px;
}

.lmeeuis + div{
    display:inline-block !important;
    vertical-align: middle;
}
.plyr--audio .plyr__controls{
    background:none !important;
}
button.plyr__control{
color: #85b3d1 !important;
box-shadow: none !important;
border-radius:50% !important;
}

.plyr--full-ui input[type="range"]{
  color: #85b3d1 !important;  
}
a.plyr__control{
    display:none !important;  
}
input[data-plyr = 'volume']{
    display:none !important;  
}

p.login-remember{
    float:left;
    margin-top: 15px;
}
.login-form .wppb-user-forms + p{
    clear:both;
}

.login-form .login-inner p label{
    color: #12293d;
    font-size: 16px;
    font-weight: 400;
}
.gallery-pop-up{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    top: -50%;
    left: 50%;
    text-align: center;
    background: #e6f1f7;
    transform:translate(-50% , -50%);
    transition:top .6s;
}
.gallery-pop-up.show{
    top:50%;
}

#gallery-pop{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50% , -50%);
}
.carousel-control-next{
    opacity:1;
}
.gallery-pop-up .close-popup{
    position:absolute;
    top:0px;
    right:0px;
    z-index:999;
    background: #85b3d1;
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    cursor: pointer;
}
.gallery-pop-up .carousel-indicators li{
    display: none;
    text-indent: inherit;
    width: auto;
    height: auto;
    background: no-repeat;
}
.gallery-pop-up .carousel-indicators li.active{
    display:block;
}
.gallery-pop-up .carousel-indicators{
    width: 120px;
    left: 50%;
    margin-left: 0px;
    transform: translateX(-50%);
    bottom: -50px;
    background: url(../images/camera-foto.png) left top 4px no-repeat;
    padding-left: 20px;
}

.rooster-outer{
    margin:0 auto;
    width:100%;
    height:auto;
}
.rooster-outer .rooster-inner{
    margin:0 auto;
    width:100%;
    height:auto;
    max-width:1240px;
    padding-top:0px;
}
.rooster-outer .rooster-inner h1.title{
    background: url(../images/ttitle-bg.png) left center no-repeat;
    margin-left: -85px;
    padding-left: 85px;
    margin-bottom:20px;
}
.rooster-outer .rooster-inner .rooster-cont{
    margin:0 auto;
    width:100%;
    height:auto;
    padding-bottom:60px;
}
.rooster-outer .rooster-inner .rooster-cont ul{
    display:table;
    width:100%;
}
.rooster-outer .rooster-inner .rooster-cont ul li{
    display:table-row;
}
.rooster-outer .rooster-inner .rooster-cont ul li .cell-content{
    display:table-cell;
    width:25%;
    line-height:48px;
    font-size:18px;
    font-weight:400;
    position:relative;
}
.rooster-outer .rooster-inner .rooster-cont ul li.top-head .cell-content{
    font-weight:600;
}
.rooster-outer .rooster-inner .rooster-cont ul li .cell-content:after{
    content:' ';
    position:absolute;
    width:calc(100% - 40px);
    height:1px;
    background:#85b3d1;
    bottom:0px;
    left:0px;
}
.rooster-outer .rooster-inner .rooster-cont ul li .cell-content p{
     line-height:48px;
    font-size:18px;   
}
.rooster-outer .rooster-inner .rooster-cont ul li .cell-content h4{
     line-height:48px;
    font-size:18px; 
    border-bottom:thin solid #85b3d1;
    width:calc(100% - 40px);
    font-weight:400;
}
p.login-remember{
    display:none !important;
}
.commissie-cont p{
    margin-bottom:25px;
}
.commissie-cont p a {
    color:#12293d;
    text-decoration:underline;
}




#showform.full-content .login-form-table {
	margin-top: 60px;
	padding-top: 40px;
	border-top: thin solid #85b3d1;
}
#showform.full-content #loginform {
	margin-top: 12px;
	margin-left: -4px;
	margin-right: -4px;
}
#showform.full-content #loginform p {
	width: calc(40% - 8px);
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
#showform.full-content #loginform p.login-submit {
	width: 18%;
}
#showform.full-content #loginform p input[type='text'], #showform.full-content #loginform p input[type='password'] {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 0px;
	outline: none;
	font-size: 18px;
	color: #12293d;
	text-indent: 20px;
	background:#f0f0f0;
}
#showform.full-content #loginform p input[type='submit'] {
	height: 60px;
	line-height: 60px;
	border: none;
	width: 160px;
	color: #ffffff;
	background: #85b3d1;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
#showform.full-content #loginform{
    max-width:900px;
    margin-bottom:25px;
}
#showform.full-content #loginform p input[type='submit']:hover {
	background: #12293d;
}

.ub-content-outer.sub-page + h2{
    margin:0 auto;
    width:100%;
    max-width:1280px;
}

.ub-content-outer.sub-page + h2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    padding: 60px 0px 80px 0px;
    font-weight: 600;
    font-size: 32px;
}

#wppb-edit-user-edit-profile ul:nth-of-type(2){
    display:none;
}

.form-sec #wppb_form_success_message{
    text-align:center !important;
}

.form-sec .wppb-form-field.wppb-upload{
    display:none !important;
}
#ggmap{
    height:600px;
    width:100%;
}
.gm-style-iw.gm-style-iw-c{
    background: #85b3d1 !important;
    border-radius: 0px !important;
    color:#fff !important;
    padding:15px !important;
}
.gm-style-iw.gm-style-iw-c h3.firstHeading{
    font-size:20px !important;
    font-weight:600 !important;
}
.gm-style-iw.gm-style-iw-c p{
    font-size:16px !important;
    font-weight:400 !important;
    color:#fff !important;
}
.gm-style-iw.gm-style-iw-c p a{
    font-size:16px !important;
    font-weight:400 !important;
    color:#fff !important;
}
.gm-style .gm-style-iw-t::after{
    background:#85b3d1 !important;
}
.plyr__control svg{
    opacity:0 !important;
}
.plyr__volume .plyr__control svg{
    opacity:1 !important;
}
.plyr__control[aria-label='Play']{
    background:url(../images/play-music.png) !important;
}
.plyr__control.plyr__control--pressed[aria-label='Play']{
     background:url(../images/pause-music.png) !important;   
}

.wppb-send-credentials-checkbox{
    display:none;
}

.fc-day-grid-event .fc-content {
    white-space: pre-wrap !important;
    overflow: hidden !important;
    line-height: 22px !important;
}
.emg-kerktijden-widget ul.gatherings {
    padding: 3px 16px 3px 16px  !important;
}


a[href='https://www.dagelijkswoord.nl/']{
    display:none;
}

#dagelijkswoordbox{
    overflow:visible !important;
}

.fc-scroller{
    width:100% !important;
}
#dagelijkswoordinschrijven form center{
    text-align:left !important;
}
#dagelijkswoordinschrijven span{
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    margin-bottom:16px !important;
    display:inline-block;
    font-weight:600;
}
#dagelijkswoordinschrijven input[type='text']{
    width: 30% !important;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 18px !important;
    color:#12293d;
    text-indent: 20px;
    background:#f0f0f0;
    margin-right:15px;
    margin-left:5px;
}
#dagelijkswoordinschrijven select{
    width: 30% !important;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 18px !important;
    color:#12293d;
    text-indent: 10px;
    background:#f0f0f0;
    margin-right:15px;
}
#dagelijkswoordinschrijven input[type='submit']{
    height: 48px;
    line-height: 48px;
    border: none;
    width: 15% !important;
    color: #ffffff;
    background: #85b3d1;
    border-radius: 30px;
    font-size: 18px !important;
    font-weight: 600;
    cursor: pointer;
}
#dagelijkswoordinschrijven input[type='text'] + br{
    display:none;
}
.dagelijkswoordinschrijven select option {display: none;}
.dagelijkswoordinschrijven select option:nth-child(3) {display: block;}

/***********************beluister-kerkdiensten******************/
.beluister-btm.beluister-btm-table {
	padding-top: 80px;
	padding-bottom: 80px;
}
.beluister-btm-table .beluister-inner {
	max-width: 1240px;
	margin: 0 auto;
}
.beluister-btm-table .beluister-inner .sub-title {
	background: url(../images/ttitle-bg.png) left center no-repeat;
	margin-left: -85px;
	padding-left: 83px;
	font-size:35px;
}
.beluister-btm-table .beluister-inner .sub-title span {
	background: #fff;
	padding: 0px 0;
}
.beluister-btm-table .beluister-inner .row .common-style {
	color: #12293d;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	border-bottom:1px solid #85b3d1;
	padding: 9px 0;
}
.beluister-btm-table .beluister-inner .row .date-format.common-style{
    text-transform:lowercase;
}
.beluister-btm-table .beluister-bottom-text {
    color: #12293d;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-top:10px;
}
.beluister-btm-table .beluister-bottom-text a{
    text-decoration:underline;
    color:#12293d;
}
.beluister-btm-table .beluister-inner .row-first .common-style {
    color: #85b3d1;
    font-weight:600;
}
.beluister-btm-table .beluister-inner .row {
    margin-left:0;
    margin-right:0;
}
.beluister-btm-table .beluister-inner .beluister-services-list.gnrl-2 .row .common-style{
    text-align:center;
}

.beluister-btm-table .beluister-inner .row .common-style:nth-child(3),
.beluister-btm-table .beluister-inner .row .common-style:nth-child(4){
	text-align: center;
}
.beluister-btm-table .beluister-inner .pagination-custom .page-numbers {
	width: 44px;
	height: 44px;
	border: 1px solid #85b3d1;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	color: #12293d;
	font-size: 18px;
	border-radius: 3px;
	margin: 0 4px;
}
.beluister-btm-table .beluister-inner .pagination-custom .page-numbers.current {
  background:#85b3d1;
  color:#fff;
}
.beluister-btm-table .beluister-inner .pagination-custom {
	text-align: center;
	margin-top: 30px;
		position: relative;
}
.beluister-btm-table .beluister-inner .pagination-custom .prev.page-numbers {
	width: auto !important;
	float: left;
	border: none !important;
	text-align: left !important;
	color: #85b3d1 !important;
	font-weight:600;
	margin:0;
	font-size: 20px;
	position:absolute;
	left:0;
}
.beluister-btm-table .beluister-inner .pagination-custom .next.page-numbers {
	width: auto !important;
	float: right;
	border: none !important;
	text-align: left !important;
	color: #85b3d1 !important;
	font-weight: 600;
		margin:0;
		font-size: 20px;
		position:absolute;
		 right:0;
}
.beluister-btm-table .beluister-services-list {
	margin-top: 30px;
	margin-bottom: 30px;
}
.submit-prekenoverzicht {
	background: no-repeat;
	border: none;
	text-decoration:underline;
	cursor: pointer;
}
.downlive {
	display: inline-block;
}
.downlive-form form {
	display: inline-block;
}
.wppb-front-end-logout span{
    display: none;
}
.wppb-front-end-logout a {
    position:relative;
}
.wppb-front-end-logout a::after {

	width: 15px;
	content: " ";
	height: 15px;
	width: 12px;
	position: absolute;
	right: -3px;
	top: 4px;
}
.footer-btm .wppb-front-end-logout a::after{
    	background: #85b3d1;
}
header .wppb-front-end-logout a::after{
    	background: #fff;
}
/******new-css-gen-page********/
.ub-content-outer.gen-new {
	padding-top: 0px;
}
.preken-section.gen-new .gen-new-inner-para {
	column-count: 2;
	column-gap: 60px;
}
.preken-section.gen-new h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.preken-section.gen-new p {
    padding-bottom:30px;
}
.ub-content-outer.ub-content-outer-gen-page .ub-pic {
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	overflow:inherit;
}
.ub-content-outer.ub-content-outer-gen-page .ub-pic::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 180px;
	background: url(../images/green-dot.png) left bottom;
	left: -70px;
	bottom: 0;
	z-index: 1;
}
.ub-content-outer.ub-content-outer-gen-page {
	padding-top: 90px;
	padding-bottom: 90px;
}
.ub-content-outer.ub-content-outer-gen-page .content-left {
	padding-right: 50px;
}
.ub-content-outer.ub-content-outer-gen-page .content-right {
	padding-left: 50px;
	padding-top: 0px;
}
.ub-content-outer.ub-content-outer-gen-page h2 {
	background: none;
	padding-left:0px;
	margin-left:0px;
}
.ub-content-outer-gen-page.green-bg {
    background:#e6f1f7;
    padding-bottom:90px;
}
.agenda-new .top-banner-part::after {
    display:none;
}
.agenda-outer.agenda-new {
	position: relative;
	padding-top: 45px;
}
.agenda-outer.agenda-new::before {
	content: ' ';
	position: absolute;
	height: 150px;
	background: #e6f1f7;
	z-index: 1;
	width: 100%;
	top: 0px;
}
.contact-btm .contact-inner .map-sec .gm-err-icon img {
    width:auto;
    height: auto;
}
.menu-outer .main-menu .menu-left li li a .submit-prekenoverzicht {
	font-weight: 600;
	text-decoration: none;
	position:relative;
	color: transparent;
   width:100%;
}
.menu-outer .main-menu .menu-left li li .reekarchief{
    position:relative;
}
.menu-outer .main-menu .menu-left li li .reekarchief:before {
    content:"Preekarchief";
    position:absolute;
    font-size: 22px;
line-height: 42px;
margin-bottom: 0px;
color: #85b3d1;
padding-left: 12px;
font-weight: 600;
display: block;
}
.live-bekijken {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding-bottom:100px;
	padding-top:40px;
}
.live-bekijken .entry-content {
    padding-top:50px;
}
.live-bekijken iframe {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.map-sec .gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto !important;
}
.inner-conntet .full-content p iframe {
	width:100%;
    height:600px;
}
a.menurout {
color: #12293d !important;
text-decoration: underline !important;
}
a.menurout:hover {
color: #fff;
}
.mob-menu-bar {
	position: fixed;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #212720;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.mob-header{
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 99;
    background:#fff;
    top: 0px;
    left: 0px;
    display:none;
}
.mob-header .logo-sec {
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
	float:left;
}
.mob-header .logo-sec a{
    font-size:20px;
    color:#12293d;
    
}
.mob-header .mobile-header-left {
    float: left;
}
.mob-header .mobile-header-left .login-sec{
    padding-top:20px;
}
.mob-header .mobile-header-left .login-sec li {
	display: inline-block;
	padding-left: 20px;
	padding-top: 20px;
}
.mob-header .mobile-header-left li.dropdown {
	position: relative;
	background: url(../images/drop-arrow.png) left 38px bottom 12px no-repeat;
}

.mob-header .mobile-header-left .login-sec li a{
	color: #12293d;
	font-size: 15px;
	line-height: 34px;
	font-weight: 500;
}


.mob-header .mobile-header-right{
    float:right;
}
.mob-header .mobile-header-right .login-sec{
    padding-top:20px;
}
.mob-header .mobile-header-right .login-sec li {
	display: inline-block;
	padding-right: 55px;
	padding-top: 20px;
}
.mob-header .mobile-header-right li.dropdown {
	position: relative;
	background: url(../images/drop-arrow.png) right 38px bottom 12px no-repeat;
}
.mob-header .mobile-header-right .login-sec li a{
	color: #12293d;
	font-size: 15px;
	line-height: 34px;
	font-weight: 500;
}
.mob-header .mobile-header-right .login-sec li.dropdown .submenu {
	position: absolute;
	left: -25px;
	background: #fff;
	box-shadow: 0px 12px 12px rgba(0,0,0,.1);
	padding: 25px 15px;
	width: 250px;
	display: none;
	padding-top: 15px;
}
.welcome-outer .welcome-inner .img-sec {
    margin: 100px 0px auto;
}
.agenda-sec.cust-agenda-sec {
    padding-top: 90px;
}
.welcome-outer::after {
    height: 1450px;
}
.cust-agenda-sec .ktn-gatherings span,
.cust-agenda-sec .ktn-more{
    font-size: 18px !important;
    line-height: 30px !important;
    color: #1f2430 !important;
    font-weight: 400 !important;
}


.cust-agenda-sec .ktn-gatherings li{
    margin-bottom: 5px;
    line-height: 25px;
    white-space: nowrap;
}


.cust-agenda-sec .ktn-gatherings span {
    margin-right: 48px;
}


.cust-agenda-sec .ktn-more img{
    height: auto !important;
    padding: 5px;
    width: 167px;
    margin-right: 4px;
}

.cust-agenda-sec .ktn-more a{
    display: flex;
    line-height: 45px;
    align-items: center;
    color: #1f2430 !important;
}

.cust-agenda-sec .ktn-gatherings a {
    color: #1f2430 !important;
}

.cust-agenda-sec .ktn-more{
    margin-top: 29px;
}

.cust-agenda-sec a.more-btn {
    background: #4440db;
    color: #fff;
    width: 240px;
    height: 45px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 43px;
    margin-top: 30px;
}

.cust-agenda-sec a.more-btn:hover{
    background: #000;
}

.cust-agenda-sec > ul {
    display: table;
        width: 100%;
}

.cust-agenda-sec > ul li {
    width: auto !important;
}

.cust-agenda-sec .ktn-gatherings > li {
    width: 100% !important;
    display:table-row !important;
    white-space: unset;
}

.cust-agenda-sec .ktn-gatherings > li span {
    white-space: initial;
    width: auto;
    display: table-cell;
    padding: 4px 20px;
        white-space: nowrap;
}

.cust-agenda-sec .ktn-gatherings > li span:first-child {
    padding-left:0;
}

.cust-agenda-sec .ktn-gatherings > li span:last-child {
    padding-right:0;
}

.cust-agenda-sec ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none;
}

.cust-agenda-sec .ktn-gatherings > li span.ktn-date {
    width: 137px;
}

.cust-agenda-sec .ktn-gatherings > li span.ktn-time {
     width: 92px;
}

.cust-agenda-sec .ktn-gatherings > li span.ktn-dienst {
    width: auto !important;
}


.cust-agenda-sec .ktn-gatherings > li span:last-child {
    margin-right: 0;
}

.cust-agenda-sec > ul > li:first-child {
       width: 55% !important;
}

.cust-agenda-sec > ul > li .row,
.cust-agenda-sec > ul > li .row > div,
.cust-agenda-sec > ul > li .row > div > li{
    width: 100% !important;
}
.beluister-btm-table .beluister-inner .beluister-services-list.gnrl-2 .row .common-style.txtlft {
	text-align: left;
}
.menu-outer .main-menu li a.blockcursor {
	cursor: inherit;
}
.cust-agenda-sec .ktn-gatherings > li .ktn-dienst span:last-child {
    display: none !important;
}
.col-hier {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: thin solid #85b3d1;  position: relative;
}
.col-hier form {
  position: relative;
}
.col-hier form::after {
  content: "Preekarchief";
  color: #12293d;
  text-decoration: none;  position: absolute;
left: 0; cursor: pointer;
}

.col-hier .submit-prekenoverzicht {
  opacity: 0;
width: 40%;
 position: relative;
z-index: 1;
}
.col-hier .submit-prekenoverzicht, .col-hier form::after {
font-size: 18px;
line-height: 30px;
font-weight: 400;
}
.peggy .pf-form-row--repeater--repeater .repeater-container {
  padding-top: 0px;
}
.extra-collection-wrapper{
	margin:0 auto;
	width:100%;
	max-width:740px;
	text-align:center;
	padding-bottom:100px;
}
.extra-collection-wrapper .sub-title{
	background:none;
	padding-bottom:20px;
}
.peggy-body__embed-container iframe {
    /*height:auto !important;*/
    min-height: 1300px !important;
    max-height:5000px !important;

}
.extra-coll-btn	
{
    font-weight: bold;
font-size: 18px;
line-height: calc(32px + 18px);
background: #e89727;
color:#fff;
box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.05) inset, 0 12px 24px rgba(255, 255, 255, 0.075) inset, 0 4px 8px 0 rgba(255, 255, 255, 0.05) inset, 0 0 16px 0px rgba(255, 255, 255, 0.2);
padding-top: 16px;
padding-bottom: 16px;
width: 100%;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans',sans-serif;
font-weight: 300;
border-radius:13px;

    
}
.extra-coll-btn:hover{
    background: #dd8a17;
    color:#fff;
}

.menu-outer .main-menu .menu-left li li.active {
    text-decoration: underline !important;
    text-decoration-color: #85b3d1 !important;
}




.footer-sec .footer-inner .footer-btm .right a:hover{
	color:#fff;
}


/* copyright heart  */


#heart {
    position: relative;
       width: 21px;
    height: 13px;
    margin-top: 0;
    display: inline-block;
}

#heart::before, #heart::after {
 content: "";
    position: absolute;
    top: 0;
        width: 10px;
    height: 15px;
    border-radius: 50px 50px 0 0;
    background: red;
}

#heart::before {
   left: 10px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

#heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}