@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap);
:root {
  --hoofdkleur: #B70958;
  --subkleur: #7B1E3F;
  --vinkkleur: #F47C20;
  --lichtesectie: rgba(183,9,88,.05);
}
body {
	background-color: #fff;
	overflow-x: hidden;
}
iframe {
	border: none;
	width: 100%;
	height: 480px;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
	outline: 0;
	box-sizing: border-box;
	font-family: Inter, sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.ns {
	width: 0;
	height: 0;
	overflow: hidden;
}
.holder {
	width: 90%;
	margin: 0 auto;
}
a.button {
	background-color: #f5a640;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 50px;
	text-decoration: none;
}
ul#slideshow {
	list-style: none;
	width: 833px;
	height: 449px;
	overflow: hidden;
	clip-path: url(https://minibroch.mijnveiligheid.nl/css/#clip-re);
}
ul#slideshow img {
	height: 449px;
}
section.content:nth-child(even) {
	background-color: rgba(13, 79, 159, 0.9);
	color: #fff;
}
section.content:nth-child(even) p {
	color: #fff;
}
section.content {
	padding: 15px 0;
	color: #333;
}
section.content h2 {
	margin-bottom: 10px;
}
section.content p {
	color: #333;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 15px;
}
.offergen {
	margin-top: 20px;
	padding: 10px 0;
}
.offergen h2 {
	font-size: 40px;
	text-align: center;
}
section.content a {
	color: #333;
}
section.content img {
	max-width: 100%;
	max-height: 200px;
}
footer {
	background-color: #0d4f9f;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
@keyframes move {
	0% {
		transform: translateX(3%);
	}
	50% {
		transform: translateX(-3%);
	}
	100% {
		transform: translateX(3%);
	}
}
.faq {
	max-width: 800px;
	margin: 0 auto;
	padding: 1rem;
	font-family: system-ui, sans-serif;
}
.faq h2 {
	margin-bottom: 1rem;
}
.faq-item {
	border-bottom: 1px solid #e5e5e5;
}
.faq-question {
	width: 100%;
	background: 0 0;
	border: none;
	padding: 1rem 0;
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #222;
}
.faq-question:hover {
	color: #67b236;
}
.icon {
	display: inline-block;
	font-size: 1.5rem;
	transition: transform 0.3s ease;
	color: #67b236;
}
.faq-item.active .icon {
	transform: rotate(45deg);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
}
.faq-item.active .faq-answer {
	max-height: 300px;
	padding-bottom: 1rem;
}
.testimonials {
	padding: 4rem 1rem;
	background: #f8f9f8;
	font-family: system-ui, sans-serif;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
}
.header {
	text-align: center;
	margin-bottom: 2rem;
}
.slider {
	position: relative;
}
.viewport {
	overflow-y: auto;
	overflow-x: hidden;
	height: 360px;
}
.track {
	display: flex;
	transition: transform 0.4s ease;
	overflow: visible;
}
.slide {
	flex: 0 0 100%;
	padding: 0.5rem;
}
.card {
	background: #fff;
	padding: 2rem;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	height: 100%;
}
.quote {
	font-size: 2.5rem;
	color: #2faa4f;
	line-height: 1;
	margin-bottom: 1rem;
}
.author {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #555;
}
.author span {
	display: block;
}
.controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
}
.navbtn {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
}
.arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #2faa4f;
	border-bottom: 2px solid #2faa4f;
}
.arrow.left {
	transform: rotate(135deg);
}
.arrow.right {
	transform: rotate(-45deg);
}
.dotbar {
	display: flex;
	gap: 0.5rem;
}
.dotbar button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #cfd8cf;
	cursor: pointer;
}
.dotbar button.active {
	background: #2faa4f;
}
footer .column {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}
footer img {
	max-width: 30%;
	max-height: 200px;
	margin-right: 20px;
}
footer h4 {
	font-weight: 600;
	font-size: 20px;
}
footer a {
	color: #333;
}
.flexblue.twocards > div div.card {
	position: relative;
	background-image: linear-gradient(
			315deg,
			rgba(255, 255, 255, 0) 0,
			rgba(255, 255, 255, 0.7) 40%,
			rgba(255, 255, 255, 1) 70%
		),
		url(https://minibroch.mijnveiligheid.nl/img/centralistmirror.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.flexblue.twocards > div:nth-child(2) div.card {
	background-image: linear-gradient(
			315deg,
			rgba(255, 255, 255, 0) 0,
			rgba(255, 255, 255, 0.7) 40%,
			rgba(255, 255, 255, 1) 70%
		),
		url(https://minibroch.mijnveiligheid.nl/img/jannick.jpg);
}
.flexblue.twocards > div {
	width: 50%;
	padding: 10px;
}
.flexblue.twocards > div div.card p,
.flexblue.twocards > div div.card ul li,
.flexblue.twocards > div div.card ul.adv li {
	font-weight: 400 !important;
}
.flexblue.twocards > div div.card p strong,
.flexblue.twocards > div div.card ul.adv li strong {
	font-weight: 600 !important;
}
.flexprods.fh div div div.pricevak {
	height: auto;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.flexprods.fh div div div.pricevak div.choice {
	height: auto;
	background-color: #f7f8f9;
	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 10px;
	font-weight: 400;
}
.flexprods.fh div div div.theprice,
.flexprods.fh div div div.theprice div.labeler,
.flexprods.fh div div div.theprice div.pricevakje {
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.flexprods.fh div div div.theprice {
	padding: 5px 0;
}
.flexprods.fh div div div.theprice.wl {
	border-bottom: 1px solid #ccc;
}
.flexprods.fh div div div.theprice div.labeler {
	width: 25%;
}
.flexprods.fh div div div.theprice div.pricevakje {
	height: auto;
	padding: 0;
	text-align: right;
	padding-right: 10px;
	width: 73%;
}
.flexprods.three.fh img.icn {
	height: 80px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
}
h2#oplossingen {
	background-color: none;
	color: #333;
}
section#whites {
	text-align: center;
}
#bovenbalk {
	padding: 20px 0;
	margin: 0 auto;
	width: 90%;
	display: flex;
	padding: 10px 0;
}
div.screenshot {
	position: absolute;
	top: 20px;
	right: 20px;
}
div.screenshot img {
	max-height: 450px;
}
#bovenbalk div.topline {
	display: inline-block;
	width: 30%;
	flex: 1;
	vertical-align: top;
	position: relative;
}
#bovenbalk div:nth-child(3) {
	text-align: right;
}
#bovenbalk div.topline img {
	padding: 10px;
	height: 90px;
}
div#reviewswidget {
	margin-left: 20px;
	flex: 1;
	margin-top: 0;
}
div#reviewswidget ul li {
	display: inline-block;
}
p strong {
	font-weight: 400;
}
div#reviewswidget a.reviews {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	height: 95px;
	padding: 46px 10px 0 10px;
	background-image: url(https://new.zoveilig.nl/assets/img/reviewbox.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #000;
	position: relative;
}
div#reviewswidget a.reviews ul li img {
	height: 16px;
}
div#reviewswidget a.reviews span {
	display: block;
}
div#reviewswidget a.reviews span:nth-of-type(2) {
	font-size: 8px;
}
div#reviewswidget a.reviews.google::before,
div#reviewswidget a.reviews.tp::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 55px;
	background-image: url(https://new.zoveilig.nl/assets/img/glogo.svg);
	height: 24px;
	width: 24px;
}
div#reviewswidget a.reviews.tp::before {
	background-image: url(https://new.zoveilig.nl/assets/img/tplogo.svg);
	left: 57px;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	/*background: #fff;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0) 100%
	);*/
}
.hero-content {
	position: relative;
	z-index: 1;
	color: #111;
}
.parallax-section {
  position: relative;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0); /* donker laagje voor leesbaarheid */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}
#ho,
footer {
	border-top: 5px solid var(--hoofdkleur);
	padding-top: 130px;
	color: #333;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-image: url(/img/medicura.jpg);
	background-size: 108%;
	background-position: left -110px top -150px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
#ho {
	padding-top: 20px;
}
#ho h1,
footer h1 {
	font-weight: 200;
	font-size: 40px;
	margin-bottom: 10px;
}
#ho h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#ho::after,
footer::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 200px;
	background-image: url(/img/essie2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
}
footer {
	background-image: url(https://minibroch.mijnveiligheid.nl/img/AdobeStock_220694040.jpeg);
	background-size: cover;
	height: 380px;
	background-position: center top;
	position: relative;
	color: #FFF;
}
footer a {
	color: #FFF;
}
footer div {
	position: relative;
	z-index: 2;
}
footer::before {
	z-index: 1;
}
footer::after {
	content: "";
	position: absolute;
	background-color: rgba(183,9,88, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
footer {
	border: none;
}
footer::before {
	transform: rotate(180deg);
	top: -1px;
}
#bovenbalk a.button {
	position: absolute;
	right: 0;
	top: 25px;
}
a.button {
	border: 1px solid var(--subkleur);
	color: var(--subkleur) !important;
	font-weight: 250;
	text-decoration: none;
	padding: 7px 30px;
	font-size: 16px;
	background-color: #fff !important;
	transition: 0.5s;
	-webkit-box-shadow: 3px 9px 15px 0 rgba(0, 79, 159, 0.3);
	box-shadow: 3px 9px 15px 0 rgba(0, 79, 159, 0.3);
}
a.button:hover {
	transform: translateY(-5px);
	background-color: #004f9f !important;
	color: #fff !important;
}
#ho a.button {
	background-color: var(--subkleur) !important;
	color: #fff !important;
}
#ho a.button:hover {
	color: #004f9f !important;
	background-color: #fff !important;
}
#whites h2 {
	font-size: 45px;
	padding: 20px 0;
	font-weight: 500;
	text-align: center;
}
section#whites div.flexprods.fw1 div div p {
	min-height: 100px;
}
section#whites div.flexprods.fw1 div div div.h4div {
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
	height: 70px;
}
section#whites div.flexprods.fw2 div div p {
	min-height: 150px;
}
.flexprods {
	display: inline-flex;
	padding: 0 5%;
	align-items: stretch;
	width: 100%;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.flexprods.flexcol {
	flex-direction: column;
}
.flexprods.flexcol > div {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.flexprods.flexcol > div div {
	flex-basis: 100%;
}
.flexprods.flexcol > div div:nth-child(1) {
	width: 20%;
	flex-basis: 20%;
	justify-content: center;
	align-items: center;
}
.flexprods.flexcol > div div:nth-child(2) {
	width: 80%;
	flex-basis: 80%;
	text-align: left;
}
.flexprods.flexcol > div div:nth-child(2) h4 {
	text-align: left;
	justify-content: left;
}
.flexprods.flexcol p {
	padding: 0;
	margin: 10px 0;
}
.flexprods.flexcol div div img {
	height: 80px;
}
.flexprods.flexcol h4 {
	margin: 0;
	padding: 0;
	height: auto;
}
/* icoon container */
.flexprods.flexcol > div div:nth-child(1) {
  position: relative;
}

/* ovale schaduw */
.flexprods.flexcol > div div:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 55%;
  height: 10px;
  background: rgba(0,0,0,0.18);
  border-radius: 50%;
  filter: blur(6px);
  transform: translateX(-50%) scale(0.6);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* icoon animatie */
.flexprods.flexcol > div div:nth-child(1) img {
  transition: transform 0.25s ease;
}

/* hover */
.flexprods.flexcol > div:hover div:nth-child(1) img {
  transform: translateY(-8px);
}

.flexprods.flexcol > div:hover div:nth-child(1)::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.flexprods.three div {
	width: 100%;
	flex-basis: 33.3%;
}
.flexprods.five div {
	width: 100%;
	flex-basis: 20%;
}
.flexprods > div:first-child {
	width: 100%;
	flex-basis: 100%;
}
.flexprods div {
	width: 25%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	justify-content: center;
	text-align: center;
	flex-basis: 25%;
	padding: 10px 0;
	transition: 0.5s;
}
.flexprods h4 {
	font-weight: 400;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.flexprods p {
	font-size: 14px;
	font-weight: 200;
	margin: 20px 0;
	padding: 0 20px;
	min-height: 250px;
}
.flexprods.fh p {
	min-height: auto;
}
.flexprods.fh div div {
	height: auto;
}
.flexprods div div {
	text-align: center;
	justify-content: center;
	width: 100%;
	border: none;
	position: relative;
}
.flexprods div:last-child {
	border-right: 0;
}
.flexprods > div > div:hover {
	transform-origin: center center;
	scale: 1.05;
}
.flexprods div div img {
	height: 200px;
	margin-bottom: 20px;
}
.flexprods div div img.icn {
	height: 85px;
}
.bstop {
	margin-top: 20px;
	line-height: 30px;
	padding: 20px 0;
	text-align: center;
}
.fe strong {
	font-size: 24px;
	border-bottom: 2px solid #67b236;
}
.bstop h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
.flexprods div.price {
	top: -25px;
	z-index: 999999;
	right: 5px;
}
.flexprods div.price.rent {
	left: 5px;
}
#bluesect {
	background-color: #004f9f;
	color: #fff;
	overflow: hidden;
	position: relative;
}
section.backgroundholder::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10%;
	left: 50%;
	background-image: url('/img/background.svg');
	background-size: 500px;
	background-repeat: no-repeat;
}
#bluesect {
	background: #004f9f;
	background: linear-gradient(180deg, var(--lichtesectie) 0, var(--lichtesectie) 100%);
	color: #333;
}
#bluesect.offergen {
	background-color: #e9f0f7;
	color: #333;
	margin-top: 0;
}
.darkblue {
	background-color: #fff;
	padding: 14px;
}
.darkblue strong {
	font-size: 30px;
	font-weight: 700;
}
.darkblue {
	text-align: center;
	padding: 0;
	position: relative;
}
.darkblue::after,
.darkblue::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: linear-gradient(to right, #fff 0, #666 50%, #fff 100%);
}
.darkblue::before {
	margin-bottom: 8px;
}
.darkblue::after {
	margin-top: 8px;
}
.darkblue p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	color: #333;
	font-weight: 300;
	font-size: 20px;
}
.flexblue {
	display: inline-flex;
	align-items: stretch;
	padding: 30px 5%;
	width: 100%;
}
.flexblue.centerall {
	justify-content: center;
	align-items: center;
	gap: 3rem;
	display: flex;
}
.flexblue.three div:nth-child(1) {
	width: 20%;
}
.flexblue.three div:nth-child(2) {
	width: 30%;
}
.flexblue.three div:nth-child(3) {
	width: 50%;
}
.flexblue ul {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
ul.adv {
	width: auto;
	/*padding-left: 50px;*/
}
.flexblue ul li,
ul.adv li {
	background-image: url(/img/tick.svg);
	background-position: top 3px left;
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 30px;
}
.flexblue p {
	line-height: 30px;
}
.flexblue img {
	max-height: 300px;
	padding: 0 50px;
}
.flexblue h2,
footer h3 {
	font-size: 40px;
	margin: 0;
	font-weight: 500;
}
.flexblue p {
	margin: 10px 0;
}
.flexblue a.button,
.flexprods a.button,
a.button.orange {
	color: #fff !important;
	background-color: #67b236 !important;
	border-radius: 5px;
	-webkit-box-shadow: 3px 9px 15px 0 rgba(47, 170, 79, 0.3);
	box-shadow: 3px 9px 15px 0 rgba(47, 170, 79, 0.3);
	border: none;
}
footer .flexblue {
	padding: 0 5% 30px 5%;
}
div.price {
	height: 60px !important;
	position: absolute !important;
	text-align: right !important;
	top: -30px;
	right: 0;
	width: 100px !important;
	padding: 0 !important;
	border: none !important;
}
div.price.rent {
	left: 0;
	text-align: left !important;
}
div.price.rent div.label {
	float: left;
	background-color: #203c80 !important;
	color: #fff !important;
}
.flexprods div.price div.label {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #000 !important;
}
.flexprods div.price.rent div.label {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #000 !important;
}
.flexprods div.daadprice {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	color: #333 !important;
}
div.price sup {
	font-weight: 700;
}
div.daadprice,
div.label,
div.month,
div.submonth {
	height: auto !important;
	padding: 0 !important;
	border: none !important;
	font-weight: 700;
}
div.label {
	background-color: #203c80 !important;
	color: #fff !important;
	border-radius: 0 10px;
	padding: 5px !important;
	width: 80px !important;
	float: right;
}
div.daadprice {
	width: 100% !important;
	color: #fff;
	border-radius: 10px 0;
	float: left;
	padding: 5px 0 !important;
	background-color: #000;
}
div.month,
div.submonth {
	display: inline-block !important;
	font-size: 10px;
	float: left;
	vertical-align: top;
}
div.submonth {
	width: 30% !important;
	padding: 5px !important;
}
div.month {
	width: 69% !important;
	border-radius: 10px 0;
	padding: 5px 0 !important;
	height: 26px !important;
	margin-top: -5px;
	z-index: -1;
	background-color: #ccc;
	color: #000;
}
.system {
	position: relative;
	width: 100% !important;
}
.system div {
	text-align: center !important;
}
.system img {
	margin: 50px 50px 0 50px;
	width: 90% !important;
	max-height: 200px;
}
.system div.price {
	width: 90px !important;
	top: 5px;
}
.sm {
	display: none;
}
.fw2 img {
	filter: grayscale(0);
	transition: 0.5s;
}
.fw2 img:hover {
	filter: grayscale(0);
}
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
	background: #fff;
	margin: auto;
	padding: 20px;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.close-btn {
	float: right;
	font-size: 24px;
	cursor: pointer;
}
.modal-content input {
	width: 100%;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.modal-content button {
	background: #67b236;
	color: #fff;
	padding: 12px 18px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.modal-content button:hover {
	background: #447a20;
}
.buttonp {
	text-align: left;
}
div.advor {
	text-align: left;
}
.system iframe {
	width: 600px;
	height: 250px;
	border: 5px solid #CCC;
	border-radius: 10px;
}
.tv {
  position: relative;
  display: inline-block;
}

/* scherm */
.tv iframe {
  width: 600px;
  height: 250px;
  border: 5px solid #CCC;
  border-radius: 10px;
  background: #000;
  display: block;
}

/* nek */
.tv::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 12px;
  height: 22px;
  background: #bbb;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* voet */
.tv::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 140px;
  height: 12px;
  background: #bbb;
  transform: translateX(-50%);
  border-radius: 6px;
  box-shadow: 0 8px 14px rgba(0,0,0,0.25);
}
p.smal {
	width: 50%;
	margin: 0 auto;
}
div.advor ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.1rem;
}
div.advor ul li p {
	margin: 0;
}
.hero-content ul,
.hero-content ul li {
	list-style: disc;
}
.hero-content ul.adv,
.hero-content ul.adv li {
	list-style: none;
}
.hero-content {
	padding-top: 90px;
}
.hero-content p {
	width: 70%;
	line-height: 24px;
	margin: 12px auto;
}
/* ===== Inline styles → CSS ===== */

/* Hero */
.hero-title {
	font-size: 45px;
	font-weight: 500;
}

.hero-subtitle {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

/* Sticky CTA */
.sticky-cta {
	position: sticky;
	top: calc(100% - 30px);
	z-index: 999;
	text-align: center;
	margin: 10px 0;
}

/* Section titles */
.section-title {
	font-size: 45px;
	font-weight: 500;
}

.section-title.center {
	text-align: center;
	padding: 20px 0 5px 0;
	margin: 0;
}

.section-text {
	line-height: 24px;
	text-align: center;
}

/* System images */
.img-full {
	width: 100%;
	height: auto;
	padding: 0;
}

/* Cards */
.card-text {
	color: #333;
}

.card-title {
	font-size: 30px;
	font-weight: 500;
}

.list-reset {
	margin: 0;
	padding: 0;
}

/* Utility */
.no-margin {
	margin: 0;
}
.daadprice strike {
	font-size: 10px;
}

/* =========================
   INLINE STYLES → CSS
   ========================= */

/* Headings */
.h1-large {
	font-size: 45px;
	font-weight: 500;
}

.h2-large {
	font-size: 45px;
	font-weight: 500;
}

.h2-large.center {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

.h3-center {
	text-align: center;
}

.h3-medium {
	font-size: 30px;
	font-weight: 500;
}

/* Text */
.text-center {
	text-align: center;
}

.text-line {
	line-height: 24px;
}

.text-reset {
	margin: 0;
	padding: 0;
}

/* Sections */
.section-reset {
	margin: 0;
}

/* Images */
.img-fluid {
	width: 100%;
	height: auto;
	padding: 0;
}
.img-fluid.klein {
	width: 80%!important;
}

/* Cards */
.card-dark {
	color: #333;
}

/* Lists */
.list-clean {
	margin: 0;
	padding: 0;
}

/* ===== Inline styles – laatste rest ===== */

/* Hidden (noscript pixel) */
.is-hidden {
	display: none;
}

/* Flexprods items */
.no-border {
	border-bottom: none;
}

/* Small text */
.text-xs {
	font-size: 12px;
}

/* Card */
.card-dark {
	color: #333;
}

.h3-medium {
	font-size: 30px;
	font-weight: 500;
}

/* Large headings */
.h2-large {
	font-size: 45px;
	font-weight: 500;
}

.h2-large.center {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

/* Center text */
.text-center {
	text-align: center;
}

/* Clickable slides */
.is-clickable {
	cursor: pointer;
}

/* Footer */
.footer-left {
	text-align: left;
}