@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Page Styling */
.calendly-overlay .calendly-popup {
	max-width: 1200px !important;
	width: 100% !important;
}

#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;
}

#MATemplate .st0{fill:#FFFFFF;}

#MATemplate .MAHeader svg {
	max-height: 160px;
	padding: 20px;
}


/* Blog related styles */
#MATemplate {
	font-family: 'Poppins', sans-serif !important;
}

#MATemplate section {
	margin: 50px 15px;
}

#MATemplate .row {
	margin: 0 auto;
	max-width: 1300px;
}

#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;
}

#MATemplate .centerUL {
	text-align: center;
	list-style: inside;
}


/* This is to create a gap in the 2 collumns in the row */
.MAPaddingRight {
    padding-right: 20px !important;
}
.MAPaddingLeft {
    padding-left: 20px !important;
}

@media (max-width: 991px) {
    .MAPaddingRight {
        padding-right: 0px !important;
    }
    .MAPaddingLeft {
        padding-left: 0px !important;
    }
}

#MATemplate .MAHeader {
	margin-top: 2px;
    height: 400px;
	width: 100dvw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	margin-bottom: 30px !important;
	display: flex;
	justify-content: center;
	align-items: center;
    color: white;
	padding: 75px 0;
	background-image: linear-gradient(45deg,rgba(0, 0, 0, 0.5)  0%,rgba(14, 14, 14, 0.5) 100%), url(https://business.alternate.be/download/b2c_be_nl/pic/b2b/MediaArchitect/threadripper1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.MAHeader p {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #fff !important;
	text-align: center;
}

.MAFullWidthGray {
	width: 100dvw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	margin-top: 50px !important;
	margin-bottom: 0px !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;
}

.MAFullWidth {
	width: 100dvw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	margin-top: 50px !important;
	margin-bottom: 0px !important;
}

#MATemplate .MAHeaderContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    color: white;
	padding: 75px 0px;
	background-image: url(https://business.alternate.be/download/b2c_be_nl/pic/b2b/MediaArchitect/zwareSoftware.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.MAHeaderContainer h3 {
	font-size: 2.2rem !important;
	font-weight: 500 !important;
	color: #fff !important;
	margin: 0 0;
	padding: 0 2rem;
	text-align: center;
}

.MAHeaderContainer p {
	text-align: center;
	padding: 0 2rem;
	color: #fff !important;
	font-weight: 300 !important;
	font-size: 1.5rem !important;
}

.MAHeaderContainer button {
	font-size: 1rem !important;
}

#MATemplate .block {
	padding: 10px;
	width: 100%;
	text-align: center;
	border: 2px solid #000;
}

#MATemplate h1 {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#MATemplate h2 {
	color: #000000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#MATemplate h3:not(.promoTitle) {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#MATemplate p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

#MATemplate a:not(.btn-primary) {
	color: #AD0109;
	font-weight: bold;
}


@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.8rem !important;
	}
    
    #MATemplate h1 {
		color: #000;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	#MATemplate h2 {
		color: #000000;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	#MATemplate h3:not(.promoTitle) {
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	#MATemplate p {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
	}

	.MAFullWidthGrayPaddingTop {
		padding: 50px 15px !important;
	}
	

	.MAContactImgMargin {
		width: 80%;
	}

	.MAHeaderContainer h3 {
		font-size: 1.3rem !important;
		text-align: center;
	}

	.MAHeaderContainer p {
		font-size: 1.1rem !important;
	}
}

@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;
	}
}

/*Product row swiper css*/
/*niet alles zal nodig zijn*/

.promoCards {
	margin: 0 -5px;
	justify-content: flex-end;
}

.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, .promoSky a:hover, .promoHeaderOutlet a:hover, .promoLogos a:hover {
	opacity: 0.9;
	transition: opacity 0.2s;
}

.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;
}

@media only screen and (max-width: 600px) {
	.promoTitle {
		font-size: 0.8rem;
		line-clamp: 3;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 3.5em;
	}
	
}

.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-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.promoPrice {
		display: block;
		margin: 10px 0 0 0;
		padding: 0.1rem 0.5rem;
		font-size: 1.15rem;
	}
	.promoPrice span span {
		font-size: 0.5rem;
	}
}

@media only screen and (max-width: 1120px) and (min-width: 992px) {
	.promoPrice {
		display: block;
		margin: 5px 0 0 0;
		padding: 0.1rem 0.5rem;
		line-height: 45px;
		font-size: 1.1rem;
	}
}

.promoStrikeprice {
	position: absolute;
	bottom: 22px;
	text-decoration: line-through;
	font-size: 0.8rem !important;
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
	.promoStrikeprice {
		bottom: 25px;
		right: 5px;
	}
}


.promoStrikeprice:empty, .promoStrikeprice:has(span:empty) {
	display: none;
}


.promoCards {
	margin: 20px 100px;
}

.promoCards .highlight-carousel-container {
	position: relative;
	padding: 0px;
}

.promoCards .swiper {
	position: static;
	user-select: none;
}

.promoCards a.card {
	background-color: #ffffff;
	border: 1px solid rgba(242, 175, 66, 0.5)!important;
}

.promoCards a.card {
	opacity: 1;
	transition: opacity 0.1s;
}

.promoCards a.card:hover {
	opacity: 0.8;
	transition: opacity 0.1s;
}

.promoCards .promoTitle {
	color: black;
	font-size: 1rem;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3.6em;
}

.promoCards .promoCard a {
	margin: 5px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.20);
}

.promoCards .promoCard img {
	max-width: 85%;
}

.promoCards .eyecatcher-container div span {
	line-height: 1.5;
}

.promoCards .promoPrices {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.promoPriceDifference {
	font-weight: 900;
}

.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;
	/* padding: 0 9px; */
	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);
}

@media only screen and (max-width: 1300px) {
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 8px!important;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 8px!important;
	}
}

@media only screen and (max-width: 650px) {
	.promoCards .promoPrices {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}
	.promoCards .promoPrices div {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
	.promoCards .promoPrices {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}
	.promoCards .promoPrices div {
		width: 100%;
		margin-bottom: 10px;
	}
}

@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;
    }
}

@media (max-width: 620px) {
	.promoTitle{
		font-size: 0.8rem !important;
	}

    
    .promoCards {
        margin: 20px;
    }

	.promoCards.row {
		margin-bottom: 20px !important;
		justify-content: flex-end;
	}

	.product-carousel {
		min-height: auto !important;
	}

	.promoStrikeprice {
		margin-bottom: 0px !important;
	}

	.promoStrikeprice {
		bottom: 15px;
		right: 8px;
	}

	.promoPrices {
		padding-top: 1rem !important;
	}

}

@media (max-width: 450px) {
    
    .swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
        top: 130px;
    }
}