<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom fonts */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal; /* Regular weight */
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold; /* Bold weight */
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900; /* Black weight */
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium weight */
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic; /* Italic style */
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300; /* Light weight */
}

/* mail style start */
body {
	font-family: 'Poppins';
	color:#000;
	text-align:left;
	font-size:18px;
	background: #fff50d;
}
* {
	margin: 0;
	padding: 0;
}

ul, li, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}
.cls {
    clear: both;
}
a {
	outline: none;
	color: #701AE6;			/* paars */
	text-decoration: none;
}
a:hover{
	color:#701AE6;
	text-decoration:none;
}

.mobilemenuheader{
	padding: 10px 10px;
	overflow: hidden;
	border-bottom: 5px solid #fff;
}
.mobile-menu-logo{
	float: left;
}
.mobile-menu-logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 80px;
}
.menu-close-button{
	float: right;
	cursor: pointer;
	margin: 10px 0 0 0;
}
.overlay-menu{
	position: fixed;
	top: 0;
	left: -200%;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: #da23b1;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.overlay-menu--is-open{
	left: 0;
}
.menubox{
	padding: 20px 30px;
	overflow: hidden;
}
.menubox ul li{
	padding: 10px 0 10px 0;
}
.menubox ul li a{
	font-size: 18px;
	font-family: 'Poppins';
	display: block;
	text-decoration: none;
	color: #fff;
}
.menubox ul li a:hover{
	color: #701AE6;				/* paars */
	text-decoration: none;
}
.smallmenubox ul li{
	padding: 5px 0 5px 0;
}
.smallmenubox ul li a{
	font-family: 'Poppins';
	font-size: 15px;
}

.container{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding: 0 10px;
}
.header-area{
	padding: 10px 0 10px 0;
	background: #da23b1;
	color: #fff;
}
.header-container{
	max-width:770px;
	margin:0 auto;
	padding: 0 10px;
}
.header{
	overflow: hidden;
}
.headerleft{
	float: left;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 150px;
}
.header-right{
	float: left;
	padding: 30px 0 0 0;
}
.navigation ul li{
	display: inline-block;
	padding: 0 10px 0 10px;
}
.navigation ul li a{
	font-size: 22px;
	font-family: 'Poppins';
	display: block;
	text-decoration: none;
	color: #fff;
}
.navigation ul li a:hover{
	color: #701AE6;
}
.menuicon{
	display: none;
	cursor: pointer;
	margin: 12px 0 0 0;
}
.home-area{
	padding: 30px 10px;
	overflow: hidden;
}
.home-container{
	max-width: 520px;
	margin: 0 auto;
}
.event-banner-area{
	position: relative;
	margin: 0 0 30px 0;
}
.event-banner-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.event-ocerlay-area{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}
.event-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.event-button{
	padding: 0 10px;
}
.event-button a{
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	background: #fff50d;
	padding: 18px 50px 15px 50px;
	color: #701AE6;
	display: block;
}
.event-button a:hover{
	background: #701AE6;
	color: #fff50d;					/* yellow */
}
.thumbnail-holder{
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumbnail-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.home-content{
	font-size: 18px;
	line-height:24px;
	background: #fff;
	padding: 20px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.home-content p{
	padding: 10px 0 10px 0;
	line-height: 28px;
}
.footer-area{
	padding: 60px 0 60px 0;
	overflow: hidden;
	background: #da23b1;
	color: #fff;
}
.footer-info{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 50px 0;
}
.footer-menu-col{
	width: 33.33%;
	margin: 0 0 20px 0;
}
.footer-menu ul li{
	padding: 0 0 15px 0;
}
.footer-menu ul li a{
	font-size: 18px;
	font-family: 'Poppins';
	color: #fbffff;
}
.footer-menu ul li a:hover{
	color:#701AE6;
}
.footer-link ul li{
	padding: 0 0 10px 0;
}
.footer-link ul li a{
	color: #ffe7ff;
	text-decoration: none;
}
.footer-link ul li a:hover{
	color:#701AE6;
}
.footer-contact-info{
	display: flex;
	flex-wrap: wrap;
}
.contact-icon img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 62px;
}
.contact-info{
	padding: 5px 0 0 25px;
}
.contact-info p{
	padding: 5px 0 5px 0;
}
.social-link h4{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Poppins';
	padding: 0 0 10px 0;
}
.social-link img{
	margin: 0 10px 0 0;
}

/* for product page */
.product-area{
	padding: 30px 0;
	overflow: hidden;
}
.product-content{
	overflow: hidden;
}
.product-left{
	width: 66%;
	float: left;
}
.product-thumbnail-holder{
	margin: 0 0 0 0;
	overflow: hidden;
}
.product-thumbnail-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.product-right{
	width: 32%;
	float: right;
}
.sidebar{
	background: #e4f2fe;
	overflow: hidden;
	min-height: 797px;
	position: relative;
}
.product-price-box{
	background: #da23b1;
	padding: 25px 25px 25px 25px;
	color: #fff;
}
.ticket-price-list{
	overflow: hidden;
	padding: 0 0 25px 0;
}
.ticket-price{
	width: 40%;
	float: left;
}
.ticket-price span{
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 20px;
	display: block;
}
.ticket-name{
	font-size:22px;
	width: 59%;
	float: right;
}
.ticket-name p{
	padding: 0 0 0 0;
}
.ticket-button input{
	font-family: 'Poppins';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
	height: 55px;
	border: none;
	cursor: pointer;
	background: #fff;
	color: #e72cab;
}
.ticket-button input:hover{
	background: #701AE6;
	color: #fff;
}
.additional-link{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.additional-link ul li{
	padding: 15px 0 0 0;
}
.additional-link a{
	font-size: 18px;
	color: #e72cab;
	text-decoration: none;
	font-weight: 300;
	padding: 0 0 0 35px;
}
.additional-link a:hover{
	color: #701AE6;
	text-decoration: none;
}
.additional-link ul li.evenement a{
	background: url(../images/event-fb-icon.png) no-repeat 0 center;
}
.additional-link ul li.salsa a{
	background: url(../images/icon01.png) no-repeat 0 center;
}

.ee-button {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #fff50d;					/* yellow */
	padding: 15px 50px 15px 50px;
	border: none;
	/*display: block; even uit voor knop inline krijgen */
	background: #701AE6;				/* purple */
	cursor: pointer;
}
.ee-button:hover {
	color: #fff50d;					/* yellow */
	background: #DA23B1;				/* pink */
}
.error {
	color:red
}
.ee-input{
	width:243px;
	height:17px;
	font-size:14px;
	color:#808080;
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:12px;
	margin-top:0px;
	margin-bottom:0px;
}
.home-content li {
	list-style-image: url('/images/dot.gif');
}
h3 {
    font-family: 'Poppins', sans-serif; /* Ensure the font family is set */
    font-weight: bold; /* Intended weight for this element */
}</pre></body></html>