@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");



/* =============================================

   CMS Page Overrides

   ============================================= */

#contentpage {

	padding-right: 0;

	padding-left: 0;

}



#contentpage .col-12:first-child {

	padding-right: 0;

	padding-left: 0;

}



body {

	overflow-x: hidden;

}



.skyscraper {

	display: none;

}



#content {

	margin-top: -4px;

	margin-bottom: -43px;

}



/* =============================================

   Blog Base Styles

   ============================================= */

#MATemplate {

	font-family: "Poppins", sans-serif !important;

}



#MATemplate section {

	margin: 50px 15px;

}



#MATemplate .row {

	margin: 0 auto;

	max-width: 1100px;

}



#MATemplate .col-12 {

	padding: 0;

}



#MATemplate .btn {

	border-radius: 3px;

	background: #ad0109;

	transition: all 0.3s ease;

	color: white;

}



#MATemplate .btn:hover {

	background: #8a030a;

}



#MATemplate ul {

	font-family: "Poppins", sans-serif;

	font-size: 1rem;

	padding: 0 2rem;

}



#MATemplate li {

	margin: 0.5rem 0;

	line-height: 1.7;

}



#MATemplate h1 {

	color: #000;

	font-size: 28px;

	font-weight: 700;

}



#MATemplate h2 {

	color: #000;

	font-size: 24px;

	font-weight: 700;

	margin-top: 1.5rem;

	margin-bottom: 1rem;

}



#MATemplate h3:not(.promoTitle) {

	color: #000;

	font-size: 18px;

	font-weight: 700;

	margin-top: 1.2rem;

	margin-bottom: 0.8rem;

}



#MATemplate p {

	color: #000;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.7;

}



#MATemplate a:not(.btn-primary) {

	color: #ad0109;

	font-weight: bold;

}



/* =============================================

   Column Gap Padding

   ============================================= */

.MAPaddingRight {

	padding-right: 20px !important;

}



.MAPaddingLeft {

	padding-left: 20px !important;

}



@media (max-width: 991px) {

	.MAPaddingRight {

		padding-right: 0 !important;

	}

	.MAPaddingLeft {

		padding-left: 0 !important;

	}

}



/* =============================================

   Full-Width Sections

   ============================================= */

#MATemplate .MAHeader {

	width: 100dvw;

	position: relative;

	left: 50%;

	right: 50%;

	margin-left: -50vw !important;

	margin-right: -50vw !important;

	margin-top: 2px;

	height: 400px;

	margin-bottom: 30px !important;

	display: flex;

	justify-content: center;

	align-items: center;

	color: white;

	padding: 75px 0;

	/* HERO IMAGE: pas deze URL aan naar de gewenste afbeelding */

	background-image:

		linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(14, 14, 14, 0.4) 100%),

		url("/tw/be-test-robin/teaser/mobile/coverBlast.png");

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}



.MAHeader p {

	font-size: 3rem !important;

	font-weight: 800 !important;

	color: #fff !important;

}



.MAFullWidthGray {

	width: 100dvw;

	position: relative;

	left: 50%;

	right: 50%;

	margin-left: -50vw !important;

	margin-right: -50vw !important;

	margin-top: 50px !important;

	margin-bottom: 0 !important;

	padding-top: 50px !important;

	padding-bottom: 50px !important;

	background-color: #ececec;

}



.MAFullWidthGrayPaddingTop {

	width: 100dvw;

	position: relative;

	left: 50%;

	right: 50%;

	margin-left: -50vw !important;

	margin-right: -50vw !important;

	padding: 50px 15px !important;

	margin-top: 20px !important;

	margin-bottom: 20px !important;

	background-color: #ececec;

}



/* =============================================

   Images & CTA Buttons

   ============================================= */

.MACTACenter {

	text-align: center;

	padding: 20px 0;

}



.MACTACenter .btn {

	font-size: 1rem;

	padding: 12px 24px;

	display: inline-block;

}



/* =============================================

   Contact Section

   ============================================= */

.MAContactText {

	margin: auto 0;

	padding: 1rem 0;

	text-align: center;

}



@media (min-width: 768px) {

	.MAContactText {

		text-align: left;

	}

}



.MAContactImgMargin {

	max-width: 280px;

	height: auto;

}



@media (max-width: 1345px) {

	.MAContactLinkMargin {

		margin-left: 20px;

	}

	.MAContactPadding {

		padding-left: 15px !important;

		padding-right: 15px !important;

	}

}



@media (min-width: 1200px) {

	.MAContactImgMargin {

		margin-top: 50px;

	}

}



@media (max-width: 760px) {

	.MAContactImgMargin {

		width: 80%;

	}

}



/* =============================================

   FAQ Accordion

   ============================================= */

.accordion-item.faq-item {

	margin-bottom: 15px;

	border: 1px solid #ffffff;

	border-radius: 8px;

	overflow: hidden;

	background-color: #ffffff;

}



.accordion-button.faq-question {

	width: 100%;

	padding: 15px 20px;

	background-color: #ffffff;

	border: none;

	text-align: left;

	font-size: 14px !important;

	font-weight: 600 !important;

	cursor: pointer;

	display: flex;

	justify-content: space-between;

	align-items: center;

	transition: background-color 0.3s ease;

	box-sizing: border-box;

	color: inherit;

}



.accordion-button.faq-question:not(.collapsed) {

	background-color: #ffffff;

	color: inherit;

	box-shadow: none;

}



.accordion-button.faq-question::after {

	display: none;

}



.accordion-button.faq-question span[itemprop="name"] {

	flex-grow: 1;

	padding-right: 10px;

}



.faq-arrow {

	width: 0;

	height: 0;

	border-left: 5px solid transparent;

	border-right: 5px solid transparent;

	transition: transform 0.3s ease;

	flex-shrink: 0;

	right: 10px !important;

}



.accordion-button:not(.collapsed) .faq-arrow {

	transform: rotate(180deg);

}



.accordion-body.faq-answer-content {

	padding: 20px;

	padding-top: 0;

}



.accordion-body.faq-answer-content p {

	margin: 0;

	line-height: 1.6;

	font-size: 14px !important;

	font-weight: 400 !important;

}



.faq-category {

	min-width: 300px;

}



.faq-category h3 {

	font-size: 18px;

	font-weight: 600;

	margin-bottom: 15px;

	color: #333;

}



/* =============================================

   Product Slider

   ============================================= */

.promoCards {

	margin: 20px 100px;

}



.promoCards.row {

	margin-bottom: 20px !important;

}



.promoCard {

	border: unset;

}



.promoCard a {

	background: #ffffff;

	display: block;

	margin: 7px;

	padding: 14px;

	border-radius: 5px;

	text-align: center;

	text-decoration: none;

	opacity: 1;

	transition: opacity 0.2s;

}



.promoCard a:hover {

	opacity: 0.9;

}



.promoCard img {

	max-width: 100%;

}



.promoTitle {

	color: #000000;

	font-size: 1rem !important;

	line-clamp: 2;

	-webkit-line-clamp: 2;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	overflow: hidden;

	height: 2.4em;

	text-wrap: balance;

	margin-top: 4px;

	margin-bottom: 11px;

}



.promoPrices {

	position: relative;

	text-align: right;

	padding-top: 1.5rem !important;

}



.promoPrice {

	display: inline-block;

	color: #ad0109 !important;

	text-align: right;

	font-size: 14px;

	font-weight: 700 !important;

	line-height: normal;

	margin: 0;

}



.promoStrikeprice {

	position: absolute;

	bottom: 22px;

	right: 0;

	text-decoration: line-through;

	font-size: 0.8rem !important;

	margin-bottom: 0 !important;

}



.promoStrikeprice:empty,

.promoStrikeprice:has(span:empty) {

	display: none;

}



.promoCards .highlight-carousel-container {

	position: relative;

	padding: 0;

}



.promoCards .swiper {

	position: static;

	user-select: none;

	-webkit-user-select: none;

}



.promoCards .promoCard a {

	margin: 5px;

	border-radius: 2px;

	border: 1px solid rgba(0, 0, 0, 0.2);

}



.promoCards .promoCard img {

	max-width: 85%;

}



.swiper-button-prev,

.swiper-rtl .swiper-button-next,

.swiper-button-next,

.swiper-rtl .swiper-button-prev {

	margin: 0 5px;

	color: #ffffff;

	background-color: #ad0109;

	height: 35px;

	width: 35px;

	border-radius: 20px;

	top: 170px;

}



.swiper-button-prev,

.swiper-rtl .swiper-button-next {

	left: 14px !important;

}



.swiper-button-prev:after,

.swiper-rtl .swiper-button-next:after {

	margin-left: -4px;

}



.swiper-button-next,

.swiper-rtl .swiper-button-prev {

	right: 14px !important;

}



.swiper-button-next:after,

.swiper-rtl .swiper-button-prev:after {

	margin-left: 4px;

}



.swiper-button-prev:after,

.swiper-rtl .swiper-button-next:after,

.swiper-button-next:after,

.swiper-rtl .swiper-button-prev:after {

	transform: scale3d(0.5, 0.4, 0.5);

}



/* =============================================

   Sfeerbeelden

   ============================================= */

.MASfeerbeeld {

	width: 100%;

	height: auto;

	border-radius: 6px;

	margin: 10px 0;

}



/* =============================================

   Strikethrough text for eliminated teams

   ============================================= */

#MATemplate s {

	color: #999;

}



/* =============================================

   Mobile Responsive

   ============================================= */

@media (max-width: 390px) {

	#MATemplate .MAHeader {

		height: 300px;

		background-position: 85% !important;

	}

}



@media (max-width: 760px) {

	#MATemplate .MAHeader {

		height: 300px;

		background-position: right;

	}



	#MATemplate .MAHeader p {

		font-size: 1.6rem !important;

	}



	#MATemplate h1 {

		font-size: 24px;

	}



	#MATemplate h2 {

		font-size: 20px;

	}



	#MATemplate h3:not(.promoTitle) {

		font-size: 16px;

	}



	#MATemplate p {

		font-size: 14px;

	}



	#MATemplate li {

		font-size: 14px !important;

	}



	.promoTitle {

		font-size: 0.8rem !important;

	}



	.promoCards {

		margin: 20px;

	}

}



@media (max-width: 920px) {

	.swiper-button-prev,

	.swiper-rtl .swiper-button-next,

	.swiper-button-next,

	.swiper-rtl .swiper-button-prev {

		top: 155px;

	}

	.promoCards {

		margin: 20px 50px;

	}

}