/* ALLES HIERONDER IS HANDIG OM OVERAL TE HEBBEN */

.requiredstar::after {
	content: '*';
	font-family: 'Courier';
	color: red;
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: red;
}

figure {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    height: auto;
}


figure.image-left {
    float: left;
    margin: 0px 10px 0px 0px;
}

figure.image-right {
    float: right;
    margin: 0px 0px 0px 10px;
}

figure.image-center {
    margin: 0;
}


figure.image-left img, figure.image-right img, figure.image-center img, figure img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

figure.image-center img {
  max-width: 100%;
  height: auto;
}

span.jaren {
  font-weight: 600;
  font-size: 16px;
}

.about__list ul li i.iconkleur {
  color: white;
}

li.d-flex.align-items-center.letterkleur {
  color: white;
}

.counter__icon.icoontjes i {
  padding: 30px;
  border-radius: 50%;
  font-size: 3rem;
}

.counter__content.icoontje {
  margin-top: 35%;
}

.footer__social ul li a:hover {
  background-color: transparent !important;
  color: white !important;
}

body {
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

.counter__content.icoontje.spacing {
  margin-top: 3rem;
}

#cta-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#cta-dialog:open {
  display: flex;
}

.cta__content h3 {
    position: relative;
    z-index: 1;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 0;
}

.cta__content p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
}

.section__title {
  color: #148ba9;
}

.e-btn-border:hover{
    background: #148ba9;
    border-color: #148ba9;
}

.brand__title {
  color: #148ba9;
}


.main-menu-3 ul li a::before {
    background: #148ba9;
}

.header__search-2 svg path {
  fill: #148ba9 !important;
}

.header__area.sticky .header__search-2 svg path  {
  fill: #148ba9 !important;
}

a.effectje:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.slider__content span {
  color: #148ba9;
}

.custom-radio label {
  display: flex;
  align-items: center;
}

.custom-radio input {
  margin-right: 10px;
}

.e-btn.header-button {
  padding: 0 12px;
}

 
input#nieuwsbrief {
  color: #0e1133;
  padding: 2%;
  font-size: 16px;
}

input#nieuwsbrief::placeholder {
 color: #148ba9;
}

input.e-btn.e-btn-white.nieuwsbrief {
  line-height: 0;
}

.footer__area.footer-bg {
  padding-top: 80px
}

.marginbrief {
  margin-bottom: -80px;
}

input.e-btn.e-btn-white.nieuwsbrief {
  text-transform: capitalize;
}