html {
	font-size: 16px;
}

body {
	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;
}
.btn-grape {
	color: #FFF;
	background-color: #6F2DA8;
	border: 1px solid #6F2DA8;
}
.btn-grape:hover {
	color: #FFF;
	background-color: #431b66;
	border: 1px solid #431b66;
}
.btn-teal {
	color: #FFF;
	background-color: #008080;
	border: 1px solid #008080;
}
.btn-teal:hover {
	color: #FFF;
	background-color: #0B6565;
	border: 1px solid #0B6565;
}

.alert-primary {
  color: #D5810A;
	background-color: #FFD8A2;
  border-color: #FFC675;
}
#topbar {
	background-color: #FFF;
}
#topbar img {
	height: 2.7em;
}
#topbar .navbar-nav a, .login 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;
}


/* -------------- UPLOAD ------------------- */

form#corona {
	border-radius: .25rem;
}

.form-control {

}
.form-status {
  font-weight: bold;
  margin: 12px 0;
}

.form-status p {
    margin: 0;
}

.section .form-status .text-success {
  color: #43d084;
  font-weight: bold;
  font-size: 1rem;
}

.section .form-status .text-error {
  color: #fe7676;
  font-weight: bold;
  font-size: 1rem;
}

.form-status .progressbar-holder {
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  background: #fafbfd;
  border-radius: 6px;
  overflow: hidden;
}

.form-status .progressbar-holder .progressbar {
  height: 100%;
  width: 0;
  background: #007bff;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: width 0.2s ease;
          transition: width 0.2s ease;
}
.form-status .progressbar-holder .progressbar span {
	color: #FFF;
}
.alert-link {
  font-weight:400;
}
td.actions .btn {
	width: 40px;
}
.table tr td {
	vertical-align: middle;
}

.fileuploader-input .fileuploader-input-caption {
  color: #4380B6;
}
.fileuploader-input .fileuploader-input-button {
  color: #FFF;
  background: #4380B6;
  border: 1px solid #4380B6;
  border-radius: .25rem;
  padding: .375rem .75rem;
}
.btn-danger {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
button:focus,
input:focus,
select:focus {
  outline: none;
}

.design {
	display: flex;
	align-content:flex-start;
	flex-wrap: wrap;
}
.design input:checked +.design-option {
	background-color: #bee5eb;
}
.design label {
	margin: 5px;
	width: 18%;
	border-radius: 7px;
}
.design label:nth-child(7),
.design label:nth-child(8),
.design label:nth-child(9) {
	width: 24.6%;
}
.design label img {
	cursor: pointer;
	width: 100%;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
	background-color: #fafbfd;
}
.bd-callout-success {
    border-color: #3cbc8d;
}
.bd-callout-danger {
    border-color: #dc3545;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.bg-success {
	background-color: #3cbc8d !important;
}
.border-success {
	border-color: #3cbc8d !important;
}
.file_error:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(100, 0, 0, 0.3);
	border-radius: .3125em;
}

/* ----------- APPOINTMENTS --------------- */

.fc .fc-highlight {
	background: rgb(60, 188, 141);
	color: #fff;
}
.fc .fc-daygrid-body {
	z-index: 0;
}
.fc-bgevent {
	background-color: #222;
}
