 body {
  background-color:#ffffff;
  font-family: Poppins,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color:rgb(82, 82, 115);
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.header {
	background-color:#ef7e30;
}
h1,.h1 {
	font-size: 2.2rem;
}
.logo-img {
    max-height: 46px;
}
.logo-img-gemeente {
	max-height: 80px;
}
.main-content{
  background-color: transparent;
  padding: 50px 15px 30px;
}
.custom-shadow {
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}
.bg-points {
	background: rgb(44,66,84);
	background: -moz-linear-gradient(0deg, rgba(44,66,84,1) 0%, rgba(54,82,104,1) 70%, rgba(61,92,117,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(44,66,84,1) 0%, rgba(54,82,104,1) 70%, rgba(61,92,117,1) 100%);
	background: linear-gradient(0deg, rgba(44,66,84,1) 0%, rgba(54,82,104,1) 70%, rgba(61,92,117,1) 100%);
}
.bg-custom-blue {
    background: rgb(44,66,84);
	background: -moz-linear-gradient(0deg, rgba(44,66,84,1) 0%, rgba(54,82,104,1) 70%, rgba(61,92,117,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(44,66,84,1) 0%, rgba(54,82,104,1) 70%, rgba(61,92,117,1) 100%);
	background: linear-gradient(0deg, rgba(44,66,84,1) 0%, rgba(54,82,104,1) 70%, rgba(61,92,117,1) 100%);
}
.bg-grey-gradient {
	background: rgb(245,246,247);
	background: -moz-linear-gradient(180deg, rgba(245,246,247,1) 0%, rgba(249,249,249,1) 70%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(245,246,247,1) 0%, rgba(249,249,249,1) 70%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(245,246,247,1) 0%, rgba(249,249,249,1) 70%, rgba(255,255,255,1) 100%);
}
p {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}
ol, ul, dl {
	padding-left:1rem;
}
a:hover {
  text-decoration: none;
}
.text-lg {
	font-size: 1.1rem;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1a303e;
	font-weight:500;
	font-stretch: condensed;
}
.text-primary {
  color: #009fe3 !important;
}
a.text-light:hover, 
a.text-light:focus {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #008bc7 !important;
}
.required {
  color: red;
}
.btn-lg {
	font-size: 1.1rem;
	padding: 0.8rem 1.3rem;
}
.btn-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}
.btn-primary:hover {
  color: #fff;
  background-color: #008bc7;
  border-color: #008bc7;
}
.btn-primary:focus, .btn-primary.focus {
	background-color: #008bc7;
  border-color: #008bc7;
}
.btn-light {
  color: #212529;
  background-color: #f1f1f9;
  border-color: #f1f1f9;
}
.btn-light:hover {
  color: #212529;
  background-color: #eaeaf7;
  border-color: #eaeaf7;
}
.btn-pos-search {
    position:relative;
    z-index:1;
    left: -36px;
 }
.bg-primary {
  background-color: #009fe3 !important;
}
.form-control::placeholder {
	color:#c2c2c2;
}
.form-control-hp {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.form-control:focus {
	border-color: #00857a;
}

.input-lg+.select2-container--bootstrap .select2-selection--single {
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.input-lg+.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    top: 55% !important;
}
.input-lg+.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.input-lg+.select2-container--bootstrap .select2-selection--single {
    border: 1px solid #ced4da !important;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.invalid-videofile {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.upload-area {
  background-color: #ffffff;
  border: 1px dashed #c0ccda;
  border-radius: 2px;
}
.upload-area.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
	position: absolute;
	z-index: 1;
	display: block;
	width: 2.375rem;
	height: 2.975rem;
	line-height: 2.975rem;
	text-align: center;
	pointer-events: none;
	color: #91c9e1;
	font-size: 1.2rem;
}
.has-clear .form-control {
  padding-right: 2.375rem;
}
.has-clear .form-control-clear {
  position: absolute;
	right: 15px;
	display: block;
	width: 2.375rem;
	height: 2.975rem;
	line-height: 2.975rem;
	text-align: center;
	color: #333;
	font-size: 1.2rem;
}
::-ms-clear {
  display: none;
}
.form-control-clear {
  z-index: 10;
  pointer-events: auto !important;
  cursor: pointer;
}

.form-control-lg {
 font-size: 1.13rem;
 }

.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}
.form_title p {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}
.form_title h3 strong {
  background-color: #009fe3;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.label_explanation {
  color: #999;
  font-size: 13px;
  line-height: 14px;
  margin-bottom:0.5rem;
}
.step {
  border-left: 1px solid #ddd;
  padding: 20px 0 20px 31px;
  margin: 0 0 10px 20px;
}
.rounded-number {
  line-height: 34px;
  font-size: 18px;
  font-weight:700;
  text-align: center;
  display: block;
  height: 34px;
  width:34px;
  min-width:34px;
  color:#91c9e1;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded-icon {
  line-height: 54px;
  font-size: 24px;
  text-align: center;
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  background-color: #91c9e1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rounded-icon i {
	color: #ffffff;
}
.cursor-pointer, button {
	cursor:pointer !important;
}

.icon-view-video,
.icon-view-url {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);

	height: 60px;
	width: 60px;
	z-index: 9;
	background-position: center;
	background-size: cover;
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
}
.icon-view-video {
	background-image: url("/img/view_video.png");
}
.icon-view-url {
	background-image: url("/img/view_url.png");
}
.icon-view-video:hover,
.icon-view-url:hover,
.message_container:hover .icon-view-url {
	background-color: rgba(255,255,255,1);
}
.message_container {
  margin: 0 0 30px;
  position: relative;
  border:1px solid #d2d2d2;
}
.message_container:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:1px solid #91c9e1;
}
.message_container figure {
	position: relative;
	overflow: hidden;
	margin:0;
}
.message_container figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.message_container:hover figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.message_container .message_title {
  padding: 20px 20px 15px;
  position: relative;
}
/*
.message_container:hover .message_title {
  background-color:#91c9e1;
}
*/
.message_container .message_title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.message_container .message_title .organisation {
  color: #009fe3;
  font-weight: 300;
}
@media (min-width: 1280px) {
   .container, .container-sm, .container-md, .container-lg, .container-xl {
     max-width: 1280px;
   } 
}

@media screen and (max-width: 767px) {
	h1,.h1 {
		font-size: 2rem;
	}
	h2,.h2 {
	  font-size: 1.8rem;
	}
	h3, .h3 {
	  font-size: 1.55rem;
	}
	h4, .h4 {
	  font-size: 1.3rem;
	}
	h5, .h5 {
		font-size: 1.2rem;
	}
  .btn-lg {
	padding: 0.75rem 0.95rem;
	font-size: 1.1rem;
	line-height: 1.5;
  }
}
@media (max-width: 576px) {
	h1,.h1 {
		font-size: 1.8rem;
	}
	h2,.h2 {
	  font-size: 1.6rem;
	}
	h3, .h3 {
	  font-size: 1.42rem;
	}
	h4, .h4 {
	  font-size: 1.25rem;
	}
	h5,.h5 {
		font-size: 1.1rem;
	}
	.btn-lg {
		display:block;
		width: 100%;
	}
}