html {
	font-size: 16px;
}

body {
	font-weight: 300;
	position: relative;
	scroll-behavior: smooth;
	max-width: 100%;
	min-height: 100vh;
  overflow-x: hidden;
	font-family: sans-serif;
	background-color: #F5F5F5;
	color: #444;
}
.btn-primary {
	color: #FFF;
	background-color: #4380B6;
	border: 1px solid #4380B6;
}
.btn-primary:hover {
	color: #FFF;
	background-color: #2769A3;
	border: 1px solid #2769A3;
}
.btn-danger {
	background-color: #FCA72E;
	border: 1px solid #FCA72E;
	color: #FFF;
}
.btn-danger:hover {
	color: #FFF;
	background-color: #D5810A;
	border: 1px solid #D5810A;
}
.alert-primary {
  color: #D5810A;
	background-color: #FFD8A2;
  border-color: #FFC675;
}
#topbar {
	background-color: #FFF;
}
#topbar img {
	height: 2.7em;
}
#topbar .navbar-nav a {
	color: #444;
	font-family: source sans pro,sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 3px;
	text-transform: uppercase;
}
#topbar .navbar-nav a:hover {
	color: #3cbc8d;
}
.navbar-toggler {
	padding: 1px 7px 2px;
}
.notification-container {
	/* z-index: 1;
  position: fixed; */
	background-position: center;
	background-image: url('/img/corona.jpg');
	background-size: cover;
  /* top: calc(50vh - 240px);
  left: 25vw;
  width: 50vw;
	height: auto; */
}

.second {
	z-index: 1;
  position: fixed;
  top: 150px;
  right: 5px;
  width: 400px;
  max-width: calc(100% - 30px);
}
.notification {
  font-size: 1.2rem;
	color: #FFF;
  padding: 0 10px;
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding: 0 1.5em;
}
.section {
	padding-top: 5em;
	padding-bottom: 5em;
	text-align: center;
}
.section p {
	margin: 2em 0;
}
.section p.small {
	font-size: 1rem;
}
.section p,
.section ul li {
	font-size: 1.2rem;
  font-weight: 300;
	line-height: 1.8rem;
	text-align: left;
}
.section-wrapper {
	margin: 0 20em;
}
.front {
}
.carousel-inner {
	height: 542.79px;
}
.carousel {
	opacity: 0.6;
  filter: alpha(opacity = 60);
}
.carousel .one {
	height: 100%;
	background: url("../img/carousel/front_.jpg");
  background-size: cover;
  -moz-background-size: cover;
}
.carousel .two {
	height: 100%;
	background: url("../img/carousel/inside.jpg");
  background-size: cover;
  -moz-background-size: cover;
}
.carousel .three {
	height: 100%;
	background: url("../img/carousel/inside2.jpg");
  background-size: cover;
  -moz-background-size: cover;
}
.carousel .four {
	height: 100%;
	background: url("../img/carousel/inside3.jpg");
  background-size: cover;
  -moz-background-size: cover;
}
.item {
	background-color: #FFF;
	padding: 1rem;
	border: 1px solid #F5F5F5;
}
.item img {
	margin-bottom: 0.8rem;
}
.item p {
	text-align: center;
	font-size: 1.1rem;
	margin: 1rem 0;
}
#section-about #staff .employee img {
	width: 100%;
}
#section-about #staff .employee p {
	margin: 0 0 4em 0;
	font-size: 1.2em;
	text-align: center;
}
#section-about,
#section-map,
#section-return {
	background-color: #FFF;
}
#section-map .map {
	background-image: url('../img/mapbw.png');
	background-size: cover;
	height: 400px;
}
#section-map .info {
	padding: 3em;
	text-align: left;
}
#section-map .info h3 {
	margin-bottom: 2em;
}
#section-map .info p {
	margin: 0;
}
#section-partners img {
	width: 75%;
	margin: 1em;
}
#section-works .gallery {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 15vw);
  grid-gap: 1px;
}
#section-works .gallery img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-works .gallery .item1 {
	grid-column: 1 / 3;
  grid-row: 1 / 3;
}
#section-works .gallery .item4 {
	grid-column: 3 / 5;
  grid-row: 2 / 3;
}
#section-works .gallery .item5 {
	grid-column: 1 / 3;
  grid-row: 3 / 3;
}

#section-contact .form-control {
	padding-left: 0.3em;
	border-radius: 0;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	background-color: transparent;
	border-bottom-width: 1px;
	letter-spacing: 1px;
	font-family: source sans pro,sans-serif;
}
#section-contact .form-control:focus {
	outline: 0;
	border-bottom: 1px solid #3cbc8d;
	box-shadow: none;
}
#section-contact #attachment,
#section-contact .progress {
	display: none;
}
#section-footer {
	padding: 0.4rem 0;
	position: fixed;
	bottom: 0;
	color: #fff;
	min-width: 100vw;
	background-color: #444;
}

/* --------------------------------------------------- */

#section-copy .info,
#section-finish .info,
#section-bigformat .info {
	background-color: #FFF;
}
#section-copy .info .item,
#section-finish .info .item,
#section-bigformat .info .item {
	font-size: 1.3em;
	padding: 2em;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
#section-copy .info .item img,
#section-finish .info .item img,
#section-bigformat .info .item img {
	height: 64px;
}
.target {
  display: block;
  height: 5em; /*same height as header*/
	margin-top: -5em;
  visibility: hidden;
}
.first {
  display: block;
  height: 10em; /*same height as header*/
  visibility: hidden;
}
ul.list_openingsuren {
  padding: 0;
  list-style-type: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2
}
ul.list_openingsuren .today {
  background-color: #3cbc8d;
  color: #fff;
  padding: .15rem 0.5rem;
}


/* -------------- CONTACT ------------------- */

.progress {
  display: none;
  width: 100%;
  background-color: #eee;
  height: 25px;
}
.progress-value {
  width: 0%;
  background-color: #3cbc8d;
  height: 25px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
