/**
 * ===================================================================
 *
 *  Brenda's Hair Dream - theme layer
 *  Zachte, lichte huisstijl op basis van het visitekaartje.
 *  ------------------------------------------------------------------
 *  TOC:
 *  01. tokens
 *  02. typografie
 *  03. buttons
 *  04. header & navigatie
 *  05. hero / intro
 *  06. secties & ornamenten
 *  07. over mij + vaardigheden
 *  08. tarieven (kaarten, tabel, formulier)
 *  09. recensies
 *  10. contact
 *  11. footer & go-top
 *  12. preloader
 *
 * ===================================================================
 */


/* ===================================================================
 * 01. tokens
 * ------------------------------------------------------------------- */
:root {
	--rose: #d89d9d;
	--rose-dark: #bb8486;
	--rose-deep: #a2696b;
	--rose-tint: #f7efef;
	--rose-line: #e9dcdc;

	--off: #f4f4f4;
	--white: #ffffff;
	--grey: #707070;
	--grey-soft: #8b8b8b;
	--ink: #5c5c5c;

	--shadow-soft: 0 2px 4px rgba(112, 112, 112, .04), 0 14px 40px rgba(187, 132, 134, .10);
	--shadow-lift: 0 2px 6px rgba(112, 112, 112, .06), 0 22px 60px rgba(187, 132, 134, .18);
	--radius: 4px;
	--radius-lg: 10px;

	--font-script: 'Great Vibes', 'Segoe Script', cursive;
	--font-display: 'Cormorant Garamond', Georgia, serif;
	--font-body: 'poppins-regular', 'Poppins', -apple-system, sans-serif;
	--font-body-light: 'poppins-light', 'Poppins', -apple-system, sans-serif;
	--font-ui: 'poppins-medium', 'Poppins', -apple-system, sans-serif;
}


/* ===================================================================
 * 02. typografie
 * ------------------------------------------------------------------- */
body {
	background: var(--white);
	font-family: var(--font-body-light);
	font-size: 1.6rem;
	line-height: 3rem;
	color: var(--grey);
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .h01, .h02, .h03, .h04 {
	font-family: var(--font-display);
	font-weight: 400;
	color: var(--ink);
	letter-spacing: 0;
}

h5, h6, .h05, .h06 {
	font-family: var(--font-ui);
	font-weight: normal;
	letter-spacing: .32rem;
	text-transform: uppercase;
}

p.lead {
	font-family: var(--font-body-light);
	font-size: 1.8rem;
	line-height: 1.85;
	color: var(--grey);
}

em, i {
	font-family: var(--font-body-light);
	font-style: italic;
}

strong, b {
	font-family: var(--font-ui);
	font-size: inherit;
	line-height: inherit;
}

a, a:visited {
	color: var(--rose-deep);
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: var(--rose-dark);
}

::selection {
	background: var(--rose);
	color: var(--white);
}


/* ===================================================================
 * 03. buttons
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="button"] {
	font-family: var(--font-ui);
	font-size: 1.25rem;
	letter-spacing: .22rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3.4rem;
	border-radius: 100px;
	background: var(--white);
	border: 1px solid var(--rose);
	color: var(--rose-deep);
	box-shadow: none;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
.button:focus,
button:focus {
	background: var(--rose-dark);
	border-color: var(--rose-dark);
	color: var(--white);
	box-shadow: 0 10px 24px rgba(187, 132, 134, .24);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

button.stroke, .button.stroke {
	border: 1px solid var(--rose);
	color: var(--rose-deep);
	line-height: 5.2rem;
	box-shadow: none;
}

button.stroke:hover, .button.stroke:hover {
	border: 1px solid var(--rose-dark);
	background: var(--rose-dark) !important;
	color: var(--white);
	box-shadow: 0 12px 28px rgba(187, 132, 134, .26);
}


/* ===================================================================
 * 04. header & navigatie
 * ------------------------------------------------------------------- */
header {
	min-height: 74px;
	background: rgba(255, 255, 255, .9);
	-webkit-backdrop-filter: saturate(150%) blur(12px);
	backdrop-filter: saturate(150%) blur(12px);
	border-bottom: 1px solid var(--rose-line);
}

header .row {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 74px;
	padding: 0 30px;
	position: relative;
}

header .top-bar {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 74px;
	background: transparent;
	width: auto;
}

header .logo {
	float: none;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 1;
}

header .logo a {
	display: inline-block;
	margin: 0;
	font-family: var(--font-script);
	font-size: 3.2rem;
	line-height: 1.2;
	color: var(--rose-dark);
}

header .logo a:hover {
	color: var(--rose-deep);
}

.menu-toggle {
	float: none;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 30px;
	height: 30px;
	margin: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
	background-color: var(--rose-dark);
	border-radius: 2px;
}

#main-nav-wrap {
	font-family: var(--font-ui);
	font-size: 1.25rem;
}

.main-navigation {
	background: var(--white);
	border-bottom: 1px solid var(--rose-line);
	box-shadow: var(--shadow-soft);
	padding: 12px 30px 24px;
}

.main-navigation li a {
	color: var(--grey);
	letter-spacing: .12rem;
	text-transform: uppercase;
}

.main-navigation li a:hover,
.main-navigation li.current > a {
	color: var(--rose-dark);
}

/* echte horizontale navigatie vanaf tablet-formaat */
@media only screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}

	#main-nav-wrap {
		position: static;
		width: auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.main-navigation {
		display: block;
		background: transparent;
		border: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
		width: auto;
	}

	.main-navigation > li {
		display: inline-block;
		margin-left: 3.2rem;
	}

	.main-navigation li a {
		padding: 0;
		line-height: 74px;
		position: relative;
	}

	.main-navigation li a:hover {
		padding-left: 0;
	}

	.main-navigation li a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 100%;
		bottom: 24px;
		height: 1px;
		background: var(--rose-dark);
		-webkit-transition: right .3s ease-in-out;
		transition: right .3s ease-in-out;
	}

	.main-navigation li a:hover::after,
	.main-navigation li.current > a::after {
		right: 0;
	}
}

@media only screen and (max-width: 400px) {
	header .row {
		padding: 0 20px;
	}

	header .logo a {
		font-size: 2.8rem;
	}
}


/* ===================================================================
 * 05. hero / intro
 * ------------------------------------------------------------------- */
#intro {
	height: auto;
	min-height: 100vh;
}

.intro-overlay {
	bottom: 0;
	height: auto;
	overflow: hidden;
	background: -webkit-linear-gradient(top, #ffffff 0%, var(--rose-tint) 55%, var(--off) 100%);
	background: linear-gradient(180deg, #ffffff 0%, var(--rose-tint) 55%, var(--off) 100%);
	background-attachment: scroll;
}

/* zachte rozewolk rechtsboven */
.intro-overlay::before {
	content: "";
	position: absolute;
	top: -22vw;
	right: -14vw;
	width: 62vw;
	height: 62vw;
	border-radius: 50%;
	background: -webkit-radial-gradient(center, ellipse, rgba(216, 157, 157, .34) 0%, rgba(216, 157, 157, 0) 70%);
	background: radial-gradient(ellipse at center, rgba(216, 157, 157, .34) 0%, rgba(216, 157, 157, 0) 70%);
}

/* het kam-en-schaar motief: roze gemaskeerd, en met een tweede maskerlaag
   (radiaal vanaf linksonder) naar rechtsboven uitgefade. De tekening schaalt
   op de breedte van het vak, zodat er nooit een harde rand in valt. */
.intro-overlay::after {
	content: "";
	position: absolute;
	left: -7vw;
	bottom: 0;
	width: 47vw;
	height: 100%;
	opacity: .3;
	background: -webkit-linear-gradient(top, var(--rose) 0%, var(--rose-dark) 100%);
	background: linear-gradient(180deg, var(--rose) 0%, var(--rose-dark) 100%);

	-webkit-mask-image: url(../images/knipschaartight.png), -webkit-radial-gradient(0% 100%, 125% 118%, #000 0%, #000 30%, rgba(0, 0, 0, 0) 80%);
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-position: left bottom, left bottom;
	-webkit-mask-size: 100% auto, 100% 100%;
	-webkit-mask-composite: source-in;

	mask-image: url(../images/knipschaartight.png), radial-gradient(125% 118% at 0% 100%, #000 0%, #000 30%, rgba(0, 0, 0, 0) 80%);
	mask-repeat: no-repeat, no-repeat;
	mask-position: left bottom, left bottom;
	mask-size: 100% auto, 100% 100%;
	mask-composite: intersect;
}

.intro-content {
	position: relative;
	z-index: 2;
	-webkit-transform: none;
	transform: none;
	padding-top: 74px;
}

/* woordmerk */
.intro-content h1.wordmark {
	font-size: inherit;
	line-height: 1;
	letter-spacing: 0;
	border-bottom: none;
	text-shadow: none;
	color: inherit;
	max-width: none;
	margin: 0 auto 2.4rem;
	padding: 0;
	position: relative;
	display: inline-block;
}

.wordmark .wm-script {
	display: block;
	font-family: var(--font-script);
	font-size: 11rem;
	font-size: clamp(6rem, 13vw, 13rem);
	line-height: 1.05;
	color: var(--rose-dark);
	padding: 0 .1em .06em;
}

.wordmark .wm-sub {
	display: block;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 3.4vw, 2.9rem);
	text-transform: uppercase;
	letter-spacing: .5em;
	text-indent: .5em;
	color: var(--grey);
	margin-top: -.4rem;
}

/* sprankels naast het woordmerk */
.wordmark .sparkle {
	position: absolute;
	color: var(--rose);
	pointer-events: none;
}

.wordmark .sparkle svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wordmark .sparkle-1 {
	width: 26px;
	height: 26px;
	top: -6px;
	left: -34px;
}

.wordmark .sparkle-2 {
	width: 16px;
	height: 16px;
	top: 34px;
	left: -58px;
	opacity: .7;
}

.wordmark .sparkle-3 {
	width: 20px;
	height: 20px;
	top: 8px;
	right: -40px;
	opacity: .85;
}

@media only screen and (max-width: 768px) {
	.wordmark .sparkle-2 {
		display: none;
	}

	.wordmark .sparkle-1 {
		left: -22px;
	}

	.wordmark .sparkle-3 {
		right: -22px;
	}
}

/* ornament onder het woordmerk */
.intro-rule {
	display: block;
	width: 190px;
	max-width: 60%;
	margin: 0 auto 2.7rem;
	color: var(--rose);
}

.intro-content .intro-position {
	font-family: var(--font-ui);
	font-size: 1.35rem;
	line-height: 2.8rem;
	letter-spacing: .22rem;
	text-transform: uppercase;
	color: var(--grey);
	text-shadow: none;
	margin-bottom: 3.6rem;
}

.intro-content .intro-position span::after,
.intro-content .intro-position span:first-child::before {
	content: "\25C6";
	font-size: .8rem;
	position: relative;
	top: -.2rem;
	color: var(--rose);
	padding: 0 1.2rem;
}

.intro-content .intro-position span:first-child::before {
	display: none;
}

.intro-content .intro-position span:last-child::after {
	display: none;
}

.intro-content .button {
	color: var(--rose-deep) !important;
	border-color: var(--rose);
	background: rgba(255, 255, 255, .7) !important;
	height: 5.6rem !important;
	line-height: 5.4rem !important;
	padding: 0 3.4rem !important;
	font-size: 1.25rem;
	letter-spacing: .22rem;
}

.intro-content .button:hover,
.intro-content .button:focus {
	color: var(--white) !important;
	border-color: var(--rose-dark);
	background: var(--rose-dark) !important;
}

.intro-content .button::after {
	left: 1rem;
	font-size: 1.4rem;
}

/* scroll-hint */
.intro-scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4.2rem;
	text-align: center;
	z-index: 2;
}

.intro-scroll span {
	display: block;
	width: 1px;
	height: 46px;
	margin: 0 auto;
	background: -webkit-linear-gradient(top, rgba(216, 157, 157, 0), var(--rose));
	background: linear-gradient(180deg, rgba(216, 157, 157, 0), var(--rose));
}

@media only screen and (max-width: 768px) {
	#intro {
		min-height: 88vh;
	}

	.intro-overlay::after {
		left: -10vw;
		width: 82vw;
		opacity: .22;
	}

	.intro-scroll {
		display: none;
	}
}


/* ===================================================================
 * 06. secties & ornamenten
 * ------------------------------------------------------------------- */
.grey-section {
	background: var(--off);
}

.section-intro {
	max-width: 760px;
	margin-bottom: 5.4rem;
}

.section-intro h1,
.section-intro h2 {
	font-family: var(--font-display);
	font-size: 4.4rem;
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--ink);
	margin-bottom: 1.8rem;
}

.section-intro h5 {
	font-family: var(--font-ui);
	color: var(--rose-dark);
	font-size: 1.25rem;
	line-height: 2;
	letter-spacing: .42rem;
	margin-bottom: 1.2rem;
}

.section-intro h1 .accent,
.section-intro h2 .accent {
	font-family: var(--font-script);
	font-size: 1.32em;
	line-height: 1;
	color: var(--rose-dark);
	white-space: nowrap;
}

/* klein ornament: lijn - ruit - lijn */
.ornament {
	display: block;
	width: 150px;
	margin: 2.4rem auto 0;
	color: var(--rose);
}

h3 {
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .34rem;
	color: var(--rose-deep);
	margin-bottom: 2.1rem;
	position: relative;
	padding-bottom: 1.5rem;
}

h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 1px;
	background: var(--rose);
}


/* ===================================================================
 * 07. over mij + vaardigheden
 * ------------------------------------------------------------------- */
#about {
	background: var(--white);
	padding-top: 13rem;
}

.about-content {
	max-width: 1000px;
	text-align: center;
}

.about-content h3 {
	font-family: var(--font-display);
	font-size: 1.5rem;
	letter-spacing: .34rem;
}

.about-content h3::after {
	left: 50%;
	margin-left: -21px;
}

/* kopjes gecentreerd, lopende tekst gewoon links uitgelijnd */
.about-content p {
	text-align: left;
}

/* vaardigheden als zachte pillen (vervangt de skill-bars) */
ul.skills {
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
	text-align: center;
}

ul.skills li {
	display: inline-block;
	padding: .9rem 2rem;
	margin: 0 .4rem .9rem;
	background: var(--rose-tint);
	border: 1px solid var(--rose-line);
	border-radius: 100px;
	font-family: var(--font-ui);
	font-size: 1.25rem;
	line-height: 1.8;
	letter-spacing: .1rem;
	color: var(--rose-deep);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul.skills li:hover {
	background: var(--rose-dark);
	border-color: var(--rose-dark);
	color: var(--white);
}


/* ===================================================================
 * 08. tarieven
 * ------------------------------------------------------------------- */
#tarief {
	background: var(--off);
}

.card {
	background: var(--white);
	border: 1px solid var(--rose-line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	padding: 4rem 4rem 3rem;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	.card {
		padding: 3rem 2.4rem 2rem;
	}
}

.card .note {
	font-family: var(--font-body-light);
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: var(--grey-soft);
}

table {
	font-family: var(--font-body-light);
	margin-bottom: 2.4rem;
}

th, td {
	padding: 1.4rem 1rem;
	border-bottom: 1px solid var(--rose-line);
}

th {
	font-family: var(--font-ui);
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: .22rem;
	color: var(--rose-deep);
	border-bottom: 1px solid var(--rose);
}

td {
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: var(--grey);
}

#tarief th:last-child,
#tarief td:last-child {
	text-align: right;
}

#tarief tbody td:last-child {
	font-family: var(--font-ui);
	color: var(--ink);
	white-space: nowrap;
}

tbody tr:last-child td {
	border-bottom: none;
}

/* formulier reiskosten */
label, legend {
	font-family: var(--font-ui);
	font-size: 1.25rem;
	letter-spacing: .1rem;
	color: var(--grey);
	margin-bottom: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
	font-family: var(--font-body-light);
	font-size: 1.5rem;
	color: var(--ink);
	background: var(--white);
	height: 5.6rem;
	padding: 1.5rem 1.8rem;
	border: 1px solid var(--rose-line);
	border-radius: var(--radius);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	color: var(--ink);
	border: 1px solid var(--rose);
	box-shadow: 0 0 0 4px rgba(216, 157, 157, .16);
}

::-webkit-input-placeholder {
	color: #b7a9a9;
}

::-moz-placeholder {
	color: #b7a9a9;
}

:-ms-input-placeholder {
	color: #b7a9a9;
}

/* resultaat reiskosten */
/* de km- en prijswaarden die mapsies.js in het resultaat zet */
#reiskostenResultaat .hl {
	color: var(--rose-deep);
}

/* waarschuwing wanneer de afstand mogelijk buiten het werkgebied valt */
#reiskostenResultaat .warning {
	display: block;
	margin-top: 1.2rem;
	padding-left: 1.2rem;
	border-left: 2px solid var(--rose-dark);
	font-family: var(--font-body-light);
	font-size: 1.3rem;
	line-height: 2.1rem;
	color: var(--rose-deep);
}

#reiskostenResultaat {
	background: var(--off);
	border: 1px solid var(--rose-line);
	border-radius: var(--radius);
	padding: 1.8rem 2rem;
	font-family: var(--font-ui);
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: var(--grey);
	margin-bottom: 2.4rem;
}


/* ===================================================================
 * 09. recensies
 * ------------------------------------------------------------------- */
#reviews {
	background: -webkit-linear-gradient(left, var(--rose) 0%, var(--rose-dark) 100%);
	background: linear-gradient(100deg, var(--rose) 0%, var(--rose-dark) 100%);
}

#reviews .section-intro h5 {
	color: rgba(255, 255, 255, .8);
}

#reviews .section-intro h1,
#reviews .section-intro h2 {
	color: var(--white);
}

#reviews .ornament {
	color: rgba(255, 255, 255, .7);
}

.review-card {
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: var(--radius-lg);
	padding: 3.6rem 3.6rem 3rem;
	margin-bottom: 2.4rem;
	height: 100%;
}

.review-card .stars {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .3rem;
	color: var(--white);
	margin-bottom: 1.5rem;
}

.review-card h3 {
	font-family: var(--font-display);
	font-size: 2.2rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--white);
	padding-bottom: 0;
	margin-bottom: 1.5rem;
}

.review-card h3::after {
	display: none;
}

.review-card p {
	font-family: var(--font-body-light);
	font-size: 1.6rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, .92);
	margin-bottom: 1.8rem;
}

.review-card cite {
	display: block;
	font-family: var(--font-ui);
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: .2rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8);
}

.review-card cite::before {
	content: "\2014 \0020";
}


/* ===================================================================
 * 10. contact
 * ------------------------------------------------------------------- */
#contact {
	background: var(--white);
	padding-bottom: 8rem;
}

#contact .section-intro h1,
#contact .section-intro h2 {
	color: var(--ink);
}

#contact .section-intro h5 {
	color: var(--rose-dark);
}

#contact .section-intro p {
	color: var(--grey);
}

.notice {
	max-width: 68rem;
	margin: 0 auto 4.2rem;
	padding: 2.8rem 3rem 2.4rem;
	text-align: center;
	background: var(--rose-tint);
	border: 1px solid var(--rose-line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
}

.notice h5 {
	font-family: var(--font-ui);
	font-size: 1.2rem;
	letter-spacing: .32rem;
	text-transform: uppercase;
	color: var(--rose-deep);
	margin: 0 0 1.2rem;
}

.notice p {
	font-family: var(--font-body-light);
	font-size: 1.5rem;
	line-height: 2.8rem;
	color: var(--ink);
	margin: 0;
}

.notice p:empty {
	display: none;
}

@media only screen and (max-width: 600px) {
	.notice {
		padding: 2.4rem 2rem 2rem;
		margin-bottom: 3rem;
	}
}

.contact-info {
	margin-top: 1.8rem;
	font-family: var(--font-body-light);
	font-size: 1.5rem;
}

.contact-info [class*="col-"] {
	margin-bottom: 3rem;
}

.contact-card {
	background: var(--white);
	border: 1px solid var(--rose-line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	padding: 3.6rem 2.4rem 3rem;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-card:hover {
	box-shadow: var(--shadow-lift);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.contact-info .icon {
	width: 6.4rem;
	height: 6.4rem;
	line-height: 6.4rem;
	margin: 0 auto 2.1rem;
	border-radius: 50%;
	background: var(--rose-tint);
	border: 1px solid var(--rose-line);
}

.contact-info .icon i {
	font-size: 2.6rem;
	line-height: 6.4rem;
	color: var(--rose-dark);
}

.contact-info h5 {
	font-family: var(--font-ui);
	font-size: 1.2rem;
	letter-spacing: .32rem;
	color: var(--rose-deep);
	margin-bottom: 1.5rem;
}

.contact-info p {
	color: var(--grey);
	margin-bottom: 0;
}

.contact-info a,
.contact-info a:visited {
	color: var(--grey);
	border-bottom: 1px solid var(--rose-line);
}

.contact-info a:hover {
	color: var(--rose-deep);
	border-bottom-color: var(--rose);
}

#openingtijdtable {
	margin-bottom: 0;
}

#openingtijdtable td {
	padding: .9rem .5rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: var(--grey);
	border-color: var(--rose-line);
}

#openingtijdtable tr:last-child td {
	border-bottom: none;
}


/* ===================================================================
 * 11. footer & go-top
 * ------------------------------------------------------------------- */
footer {
	background: var(--off);
	border-top: 1px solid var(--rose-line);
	padding-top: 4.2rem;
	padding-bottom: 4.2rem;
	font-family: var(--font-body-light);
	font-size: 1.3rem;
	color: var(--grey-soft);
	text-align: center;
}

footer .footer-mark {
	display: block;
	font-family: var(--font-script);
	font-size: 3rem;
	line-height: 1.4;
	color: var(--rose-dark);
	margin-bottom: .6rem;
}

footer a, footer a:visited {
	color: var(--grey);
}

footer a:hover, footer a:focus {
	color: var(--rose-deep);
}

footer .copyright span::after {
	color: var(--rose);
}

#go-top a {
	height: 5rem;
	width: 5rem;
	line-height: 5rem;
	margin: 0 2.4rem 2.4rem 0;
	border-radius: 50%;
	background-color: var(--rose-dark);
	box-shadow: 0 10px 26px rgba(187, 132, 134, .32);
}

#go-top a:hover {
	background: var(--rose-deep);
}


/* ===================================================================
 * 12. preloader
 * ------------------------------------------------------------------- */
#preloader {
	background: var(--off);
}

#loader:before {
	border-top-color: var(--rose-line);
	border-right-color: var(--rose-line);
	border-bottom-color: var(--rose-line);
	border-left-color: var(--rose-dark);
	border-width: 4px;
}

/* ===================================================================
 * 13. kaartenrij - gelijke hoogtes zonder floats
 * ------------------------------------------------------------------- */
.row.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.cards::before,
.row.cards::after {
	display: none;
}

.row.cards > [class*="col-"] {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4rem;
}

.row.cards > [class*="col-"] > * {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.row.cards > [class*="col-"] {
		width: 100%;
	}
}

/* ===================================================================
 * 14. losse correcties op de basislaag
 * ------------------------------------------------------------------- */
blockquote.review-card {
	margin: 0;
	padding: 3.6rem 3.6rem 3rem;
}

blockquote.review-card::before {
	content: none;
}

blockquote.review-card p {
	font-family: var(--font-body-light);
	font-style: normal;
}

@media only screen and (max-width: 600px) {
	blockquote.review-card {
		padding: 3rem 2.4rem 2.4rem;
	}
}
