.form-row>fieldset.form-item-field-parochie-target-id {
    width: 100%;
}
section.section {margin-top: 10vh;}
section.frontblok-1 .row {padding:8vh 0;}
.node--view-mode-teaser h2 a {
    color: #993db1;
}
.node--view-mode-teaser.node--sticky {border-bottom: none;padding:initial; }

.section-titel {
	margin-top: 0;
	margin-bottom: 15px;
	color: #151515;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 42px;
	line-height: 35px;
}
.section-border {
	background: url(./../img/sectiontitel.png) no-repeat center center;
  background-size: auto;
	width: 100%;
	height: 30px;
	margin: 5px 0 30px;
}

/*oude berichten link*/
.view .more-link a,
a.views-display-link {
	text-align: center;
	display: inline-block;
	padding: 5px;
	border: 1px outset #28a745;
	border-radius: 5px;
	background: #28a745;
	color: white;
	text-decoration: none;
	margin: 10px 20px;	
}
.view .more-link a:hover,
a.views-display-link:hover {
	background: #218838;
  border-color: #1e7e34;
}
.more-link,
.view-footer {
	text-align: center;
}

/*tw-menublok*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.tw-menublok {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  display: block;
  margin: 10px auto;
  min-width: 220px;
  max-width: 380px;
  max-height: 380px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.tw-menublok * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.tw-menublok img {
  opacity: 0.50;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

figure.tw-menublok figcaption {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: rotate(0deg) translateY(-50%) scale(1);
  transform: rotate(0deg) translateY(-50%) scale(1);
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
}

figure.tw-menublok figcaption h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}

figure.tw-menublok figcaption span {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 0.9rem;
}

figure.tw-menublok figcaption:before,
figure.tw-menublok figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.tw-menublok figcaption:before {
  left: 0;
  top: 0;
}

figure.tw-menublok figcaption:after {
  bottom: 0;
  right: 0;
}

figure.tw-menublok.blue {
  background: #091b27;
}

figure.tw-menublok.red {
  background: #2e0e0a;
}

figure.tw-menublok.yellow {
  background: #4f3204;
}

figure.tw-menublok.green {
  background: #061c10;
}

figure.tw-menublok.navy {
  background: #000000;
}

figure.tw-menublok a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.tw-menublok:hover img {
  opacity: 1;
  transform: scale(1.05);
}

figure.tw-menublok:hover figcaption {
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

figure.tw-menublok:hover figcaption:before,
figure.tw-menublok:hover figcaption:after
 {
  width: 200%;
}


.node .field--name-field-activiteiten-afbeelding.field--type-image {margin: 0 10px 0 0;}

/*contactpersoon en banner kerknet*/
.region-featured-bottom-third .block {padding:20px;}
.region-featured-bottom-third {background: #e7f2e3;margin-top: 5vh;padding-top: 1.5rem;padding-bottom:1.5rem;}