/*  Author @ Rudy */
/*  ==========================================================================
    Koppen en titels: Roboto Slab
    Lopende teksten: Catamaran
    Iconen: Font Awesome 5 Pro

    Kleuren:
    Rood: b10135
	Geel: f3f3dd


/*  ==========================================================================
	body
	========================================================================== */

html {
	font-size: 16px;
}

body {
	color: #000;
	font-weight: 500;
	font-family: 'Catamaran', sans-serif;
}


/*  ==========================================================================
    base
	========================================================================== */

/*  headings & paragraph
    ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}

h1,
.home h2 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	color: #b10135;
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.home h1,
.home h2 {
	margin-bottom: 0.25rem;
}

b,
strong {
	font-weight: 700;
}

/*  links
	========================================================================== */
a {
	color: #b10135;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	color: #000;
	text-decoration: none;
}

/*  lists
    ========================================================================== */
ol {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

ol li {
	padding-left: 25px;
	font-weight: 500;
}

ol li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	float: left;
	margin-left: -25px;
	color: #b10135;
	font-weight: 400;
}

/* 	gallery
	========================================================================== */
.gallery .image {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.gallery .image:hover {
	opacity: 0.8;
}

.gallery .image .caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*  ==========================================================================
    container
    ========================================================================== */

.container {
	position: relative;
	max-width: 1140px;
}

.container-narrow {
	max-width: 760px;
}


/*  ==========================================================================
    header
    ========================================================================== */

.header {
	z-index: 997;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.header-top {
	padding: 10px 0;
	background-color: #b10135;
}

/* logo */
.header .logo {
	display: block;
	width: 155px;
}

/* phonenumbers */
.header .phonenumbers {
	margin: 15px 225px auto auto;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 14px;
}

.header .phonenumbers li {
	margin: 0 10px;
}

/* quick-contact */
.header .quick-contact {
	position: absolute;
	top: 0;
	right: 15px;
}

.header .quick-contact .toggle {
	padding: 4px 30px 4px 15px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	transition: border-color 0.5s;
	line-height: 1;
	cursor: pointer;
}

.header .quick-contact .toggle:hover {
	border-color: #f3f3dd;
}

.header .quick-contact .toggle::after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 400;
}

.header .quick-contact .toggle .line-1 {
	color: #b10135;
	font-size: 14px;
}

.header .quick-contact .toggle .line-2 {
	font-size: 13px;
}

.header .quick-contact .list {
	display: none;
	z-index: 100;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 5px 15px;
	min-width: 100%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.header .quick-contact .list.active {
	display: block;
}

.header .quick-contact .list a {
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
}

.header .quick-contact .list a:hover {
	color: #b10135;
}

.header .quick-contact .button {
	display: block;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}


/*  ==========================================================================
    menu
    ========================================================================== */

@media (max-width: 1199px) {
	.nav-collapse {
		display: none;
	}
}

.nav-collapse .menu {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.nav-collapse .menu > li {
	position: relative;
	margin-right: 30px;
	font-size: 16px;
	line-height: 30px;
}

.nav-collapse .menu > li.last {
	margin-left: auto;
}

.nav-collapse .menu > li > a {
	display: block;
	color: #000;
	text-decoration: none;
}

.nav-collapse .menu > li > a:hover,
.nav-collapse .menu > li.active > a {
	color: #b10135;
}

.nav-collapse .menu li.sub .arrow {
	display: none;
}

/*  menu > ul
    ========================================================================== */
.nav-collapse .menu li.sub > ul {
	display: none;
	z-index: 200;
	position: absolute;
	min-width: 100%;
	margin: 0 0 0 -10px;
	padding: 5px 0;
	list-style: none;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.nav-collapse .menu li.sub:hover > ul {
	display: block;
}

.nav-collapse .menu li.sub > ul > li {
	font-size: 15px;
	line-height: 1.5;
	white-space: nowrap;
}

.nav-collapse .menu li.sub > ul > li > a {
	display: block;
	padding: 2px 10px;
	color: #000;
	text-decoration: none;
}

.nav-collapse .menu li.sub > ul > li > a:hover,
.nav-collapse .menu li.sub > ul > li.active > a {
	color: #b10135;
}

/*  menu - collapsed
    ========================================================================== */
.nav-collapse.collapse {
	display: none;
	width: 100%;
}

.nav-collapse.collapse .menu {
	padding: 0;
}

.nav-collapse.collapse .menu li {
	width: 100%;
	margin-right: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	line-height: 40px;
}

.nav-collapse.collapse .menu > li > a:hover,
.nav-collapse.collapse .menu > li.active > a {
	color: #b10135;
}

/* arrow */
.nav-collapse.collapse .menu li.sub .arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 25;
	display: block;
	min-width: 30px;
	font-size: 16px;
	color: #b10135;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}

.nav-collapse.collapse .menu li.sub .arrow:hover {
	color: #000;
}

/*  menu > ul - collapsed
    ========================================================================== */
.nav-collapse.collapse .menu li.sub > ul {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}

.nav-collapse.collapse .menu li.sub:hover > ul {
	display: none;
}

.nav-collapse.collapse .menu li.sub > ul > li {
	font-size: 14px;
	line-height: 40px;
	text-transform: none;
}

.nav-collapse.collapse .menu li.sub > ul > li > a {
	padding: 0 0 0 20px;
}

/*  nav-toggle
    ========================================================================== */
.nav-toggle:not([href]):not([tabindex]) {
	display: none;
	color: #b10135;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.nav-toggle:not([href]):not([tabindex]):hover {
	color: #000;
}


/*  ==========================================================================
    eyecatcher
    ========================================================================== */

.eyecatcher {
	position: relative;
	background: url('../images/loader.gif') no-repeat center center #e5e5e5;
	overflow: hidden;
}

.eyecatcher .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eyecatcher .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0), #000);
}

.eyecatcher,
.eyecatcher .item {
	height: 40vh;
	min-height: 150px;
	max-height: 300px;
}

.home .eyecatcher,
.home .eyecatcher .item {
	height: 70vh;
	min-height: 350px;
	max-height: 600px;
}

/* caption */
.eyecatcher .item .caption {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Roboto Slab', serif;
}

.eyecatcher .caption .title {
	font-size: 24px;
}

.eyecatcher .caption .subtitle {
	font-size: 18px;
}

.eyecatcher .caption .go {
	margin-top: 25px;
}


/*  ==========================================================================
    content
    ========================================================================== */

.content {
	margin: 5vh 0;
}


/*  ==========================================================================
    home-blocks (tiles)
    ========================================================================== */

.home-blocks {
	margin: 5vh 0;
}


/*  ==========================================================================
    highlights
    ========================================================================== */

.highlights {
	padding: 5vh 0;
	background-color: #f3f3dd;
}

.highlights .owl-carousel {
	margin-top: 30px;
}

.highlights .item {
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin: 6px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	color: #b10135;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	overflow: hidden;
}

.highlights .item:hover {
	color: #b10135;
}

.highlights .item[href]:hover {
	transform: rotateY(180deg);
}

.highlights .item .front,
.highlights .item .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	transition: opacity 0.5s;
	overflow: hidden;
}

.highlights .item .front {
	padding: 10px;
}

.highlights .item .back {
	opacity: 0;
	background-color: #b10135;
	color: #fff;
	transform: rotateY(-180deg);
}

.highlights .item[href]:hover .front {
	opacity: 0;
}

.highlights .item[href]:hover .back {
	opacity: 1;
}


/*  ==========================================================================
    content-blocks (tiles)
    ========================================================================== */

.content-blocks {
	margin: 5vh 0;
}


/*  ==========================================================================
    tiles
    ========================================================================== */

.tiles .item {
	margin-top: 30px;
}

.tiles .item .holder {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
}

/* image */
.tiles .item .image {
	display: block;
	background-color: #f3f3dd;
	overflow: hidden;
}

.tiles .item .image img {
	transition: transform 0.5s;
}

.tiles .item .image[href]:hover img {
	transform: scale(1.05);
}

/* caption */
.tiles .item .caption {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 20px 30px;
}

.tiles .item .caption .title {
	color: #000;
}

.tiles .item .caption .date {
	font-weight: 700;
}

.tiles .item .caption .description {
	margin-bottom: 30px;
}

.tiles .item .caption .description p {
	margin-bottom: 0;
}

.tiles .item .caption .button {
	margin-top: auto;
}

/* overview */
.tiles .overview {
	margin-top: 5vh;
}


/*  ==========================================================================
    quotes
    ========================================================================== */

.quotes {
	padding: 5vh 0;
	background-color: #f3f3dd;
}

/*  item
    ========================================================================== */
.quotes .item {
	position: relative;
	padding: 45px;
	border-radius: 15px;
	background-color: #b10135;
}

/* image */
.quotes .item .image {
	position: absolute;
	top: -115px;
	left: 0;
	right: 0;
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
	display: none !important;
}

/* caption */
.quotes .caption {
	color: #fff;
	text-align: center;
}

.quotes .caption .description {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Roboto Slab', serif;
}

.quotes .caption .description:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	margin-left: -24px;
	padding-right: 5px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 24px;
}

.quotes .caption .description:after {
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	margin-right: -24px;
	padding-left: 5px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 24px;
}

.quotes .caption .title {
	margin-top: 15px;
	font-size: 13px;
}


/*  ==========================================================================
    footer
    ========================================================================== */

.footer {
	position: relative;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .col {
	margin-bottom: 30px;
}

/* divider */
.footer .divider {
	border-bottom: 1px solid #dedede;
}

/*  address
    ========================================================================== */
.footer .address {
	padding-top: 5vh;
}

/*  sitelinks
    ========================================================================== */
.footer .sitelinks {
	padding-top: 5vh;
	font-size: 14px;
}

.footer .sitelinks h6 {
	margin-bottom: 15px;
}

/*  copyright
    ========================================================================== */
.footer .copyright {
	padding: 30px 0;
	font-size: 14px;
}

.footer .copyright ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer .copyright ul li a {
	color: #000;
}

.footer .copyright ul li a:hover {
	color: #b10135;
}


/*  ==========================================================================
    buttons
    ========================================================================== */

.btn {
	padding: 9px 25px;
	border-color: #b10135;
	background-color: #b10135;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: 'Catamaran', sans-serif;
	text-decoration: none !important;
}

.btn:hover,
.btn:focus {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

/* btn-small */
.btn.btn-small {
	min-width: auto;
}


/* 	==========================================================================
   	tinymce
	========================================================================== */

.tinymce {
	margin: 5px;
	padding: 0;
}

.tinymce h1 {
	font-size: 36px;
}

.tinymce h2 {
	font-size: 30px;
}

.tinymce h3 {
	font-size: 24px;
}


/*  ==========================================================================
    scroll-up
    ========================================================================== */

.scroll-up,
.scroll-up:not([href]):not([tabindex]) {
	z-index: 998;
	position: fixed;
	bottom: -65px;
	right: 25px;
	width: 40px;
	border-radius: 4px;
	border: 1px solid #b10135;
	background-color: #b10135;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
}

.scroll-up:not([href]):not([tabindex]):focus,
.scroll-up:not([href]):not([tabindex]):hover {
	background-color: #fff;
	color: #b10135;
}


/*  ==========================================================================
    misc
	========================================================================== */

/* link */
.link {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
}

.link::after {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 900;
	margin-left: 8px;
}

.link:hover {
	padding-left: 3px;
}


/*  ==========================================================================
    forms
    ========================================================================== */

.has-error .form-control {
	border-color: #dc3545;
}

.has-error .form-control:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.has-error .form-text {
	color: #dc3545;
}


/* 	==========================================================================
   	media - img & iframe
   	========================================================================== */

.image img {
	display: block;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}


/*  ==========================================================================
    css3 transition
    ========================================================================== */

a,
.btn {
	transition: 0.5s;
}


/* ==========================================================================
	owl-carousel
	========================================================================== */

/* owl-dots */
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #000;
	transition: background-color 0.5s;
	outline: none;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
	background-color: #000;
}

.owl-carousel .owl-dots .owl-dot.active {
	cursor: default;
}

#memori-widget {
	min-height: 500px;
}