@import url('https://fonts.googleapis.com/css2?family=Chicle&display=swap');

.header-video {
	margin-top: 54px;
	height: calc(100vw * 0.5625);
	width: 100% !important;
	opacity: 0;
	overflow: hidden;
}

.header-video iframe {
	/* object-fit: cover;
	object-position: center; */
	min-width: 100%;
	width: 100px;
	left: 0;
	right: 0;
	position: absolute;
	height: calc(100vw * 0.4625);
}

.download {
	display: block;
	padding: 10px;
	border: 1px solid #cccd36;
	margin-bottom: 50px;
}

.download i {
	margin-right: 4px;
}

.download a {
	color: #e2007a;
}

.table tr:nth-child(even) {
	background-color: #ffc8e6;
}

/* .table tr:nth-child(even) td {
	color: #fff;
} */

.top-link {
	transition: all .25s ease-in-out;
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 0 3em 3em 0;
	border-radius: 50%;
	padding: .25em;
	width: 60px;
	height: 60px;
	background-color: #cccd36;
	z-index: 9999;
}

.top-link:hover {
	background-color: #e2007a;
}

.show {
	visibility: visible;
	opacity: 1;
}

.hide {
	visibility: hidden;
	opacity: 0;
}

.top-link svg {
	fill: #fff;
	width: 24px;
	height: 12px;
}

.screen-reader-text {
	position: absolute;
	clip-path: inset(50%);
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	z-index: 100000;
	clip-path: none;
	background-color: #eee;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	text-decoration: none;
	line-height: normal;
	color: #444;
	font-size: 1em;
	clip: auto !important;
}

.covid-19 {
	position: fixed;
	right: 0;
	top: 0;
	background: red;
	color: #fff !important;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 16px;
	transition: all 300ms ease-in-out;
}

@media only screen and (max-width: 600px) {
	.covid-19 {
		font-size: 12px;
	}
}

.covid-19:hover {
	background: black;
}

.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}

.b-lazy.b-loaded {
	opacity: 1;
}

.price-block figure {
	background: url(../images/blog-price-placeholder.svg) no-repeat center center;
}

.text-image {
	background: url(../images/text-placeholder.svg) no-repeat center center;
}

.blog figure {
	background: url(../images/blog-placeholder.svg) no-repeat center center;
}

.panels figure {
	background: url(../images/panel-placeholder.svg) no-repeat center center;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: 0px;
	display: block;
}

a, input {
	outline: none;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, .h4, h5, h6 {
	font-weight: normal;
	font-family: 'Chicle', serif;
	line-height: 1.2;
}

h1, .h1 {
	color: #e2007a;
	font-size: 3rem;
}

h2, .h2 {
	color: #63305d;
	font-size: 2.65rem;
}

h3, .h3 {
	color: #e2007a;
	font-size: 2.25rem;
}

h4, .h4 {
	color: #63305d;
	font-size: 1.95rem;
}
h5,.h5 {
	color: #e2007a;
	font-size: 1.75rem;
}
h6,.h6 {
	color: #e2007a;
	font-size: 1.5rem;
}

p, td {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

table {
	margin-bottom: 40px;
}

td {
	vertical-align: top;
	/* padding: 10px 10px 10px 0; */
}

.blog a {
	color: #bb2121;
}

html, body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #8c806e;
}

input, select, textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #8c806e;
}

body {
	background: #fff;
	background: -webkit-linear-gradient(180deg, #ffffff 0%, #effafd 28%, #effcff 66%, #ffffff 73%, #fff6e0 88%, #fff7e0 88%, #fff2de 91%, #ffffff 100%);
	background: -moz-linear-gradient(180deg, #ffffff 0%, #effafd 28%, #effcff 66%, #ffffff 73%, #fff6e0 88%, #fff7e0 88%, #fff2de 91%, #ffffff 100%);
	background: linear-gradient(180deg, #ffffff 0%, #effafd 28%, #effcff 66%, #ffffff 73%, #fff6e0 88%, #fff7e0 88%, #fff2de 91%, #ffffff 100%);
}

.container {
	max-width: 1452px;
}

.txtButton{
	padding: 10px;
	text-align: center;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	border-radius: 25px;
	background: #659629;
	border: 2px solid #659629;
	transition: all 300ms ease-in-out;
	text-decoration: none !important;
}

.txtButton:hover{
	border-radius: 25px;
	background-color: #f2dec4;
	color: #659629 !important;
}

.tagline-1 {
	display: block;
	color: #659629;
	font-size: 26px;
	font-weight: 900;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: inherit;
}

.btn.location-btn {
	line-height: 40px;
	background: #F35F5F;
	border: 2px solid #F35F5F;
	padding: 0px 15px;
	line-height: 50px;
	padding-left: 48px;
}

.btn.location-btn i {
	width: 40px;
	height: 40px;
	background: #af025f;
	border-radius: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
}

.btn.location-btn i img {
	max-height: 29px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
}

.btn {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 900;
	line-height: 40px;
	border-radius: 25px;
	background: #659629;
	border: 2px solid #659629;
	transition: all 300ms ease-in-out;
}

.btn:hover {
	border-radius: 25px;
	background-color: #f2dec4;
	color: #659629 !important;
}

.btn.reservebtn {
	border: solid 2px #659629;
}

.btn.reservebtn i {
	transition: all 300ms ease-in-out;
	background: url(../images/reserve.svg)no-repeat center;
}

.btn.reservebtn:hover {
	border: 2px solid rgba(243, 146, 0, 0.51);
	color: rgba(243, 146, 0, 0.51);
}

.btn.reservebtn:hover i {
	background: url(../images/reserve-hover.svg)no-repeat center;
}

.btn.reservebtn i img {
	opacity: 0;
}

.btn.reservebtn:focus {
	border: 2px solid #f89500;
	background-color: #ffc874;
	color: #fff;
}

.btn.reservebtn:focus i {
	background: url(../images/reserve.svg)no-repeat center;
}

.small-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 34px;
	border-radius: 25px;
	background: #e2007a;
	border: none;
	padding: 0px 19px;
	display: inline-block;
	text-align: center;
	transition: all 300ms ease-in-out;
}

label {
	display: block;
	color: #af025f;
	font-size: 20px;
	font-weight: 700;
}

.globaltext {
	padding: 0px 15px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #af025f;
	background: #ffffff;
	color: rgba(26, 70, 33, 1);
	font-size: 18px;
	font-weight: 300;
}

.globaltext::placeholder {
	color: rgba(26, 70, 33, 0.8);
}

textarea.globaltext {
	height: 140px;
	resize: none;
	padding: 10px 15px;
}

.links {
	color: #af025f;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	display: inline-block;
	text-decoration: underline;
}

.bold-text {
	color: #af025f;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	display: block;
}

.medium-text {
	color: #af025f;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.yellow-color-text {
	color: #cccd36 !important;
}

.orange-color-text {
	color: #659629 !important;
}

.default-text-color {
	color: #af025f !important;
}

.green-text-color {
	color: #e2007a !important;
}

#section {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#page-wrap {
	margin: 0 auto;
	width: 100%;
}

#header-wrap {
	padding: 45px 0 20px 0;
	position: absolute;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	background: #ffffff;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	position: fixed;
}

.logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 290px;
	top: 7px;
	z-index: 9;
	transition: all .2s ease-in-out;
}
.logo a, .logo a img {
	max-width: 100%;
	transition: all .2s ease-in-out;
}
#header-wrap.active {
	.logo {
		width: 175px !important;
	}
}

.nav {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.nav ul {
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.nav ul li {
	margin: 0 10px 0 0;
}

.nav ul li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 48px;
	font-weight: 900;
	display: block;
	background: #e2007a;
	padding: 0px 12px;
	border-radius: 28px;
	/* border: 2px solid #fff; */
	transition: all 300ms ease-in-out;
}

.nav ul li a i img {
	max-width: 26px;
	min-width: 20px;
	min-height: 20px;
	max-height: 26px;
}

.nav ul li a:hover, .nav ul li a.active {
	background: #af025f;
}

/* .nav ul li:nth-child(1) {
	margin-left: 50px;
}
*/

/* .nav ul li:nth-child(6) {
	margin: 0;
} */

/* .nav ul li:nth-child(6) a {
	background: red;
} */

.nav ul li:nth-child(6) a:hover {
	background: #000;
}

.nav ul li a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -4px;
}

.establishment-page .nav ul {
	position: relative;
	left: -35px;
}

.nav .changelang {
	width: 100%;
	margin-top: 10px;
}

.nav .changelang ul {
	display: none;
}

.nav .changelang ul.active {
	display: flex;
}

.changelang > ul > li {
    position: relative;
}
.changelang > ul > li > ul > li{
    width: max-content;
    margin-top:3px;
}
.changelang > ul > li > ul > li > a {
    display: block;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    font-weight: normal;
    background: #e2007a;
}
.changelang > ul > li:hover > ul {
    display: block;
}
.changelang > ul > li > ul > li:hover a,
.changelang > ul > li > ul > li a.active {
    background: #af025f;
    color: white;
}

@media only screen and (min-width: 1160px) {
	.changelang > ul > li > ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99;
		width: max-content;
		text-align: left;
	}
	.changelang > ul > li:hover > ul {
		display: block;
	}
}
@media only screen and (max-width: 1159px) {
	.changelang > ul > li > ul {
		display: block !important;
		transition: all .2s ease-in-out;
		height: 0;
		overflow: hidden;
		padding-left: 15px !important;
	}
	.changelang * {
		transition: all .2s ease-in-out;
	}
	.changelang > ul > li > ul :is(li, a) {
		background: none !important;
		font-weight: 300 !important;
		color: #f2f2f2 !important;
		margin-top: 0 !important;
		border: none !important;
	}
	.changelang > ul > li.active > ul {
		height: auto !important;
		transition: all .2s ease-in-out;
	}
}


.mobileFixed-nav {
	display: none;
	z-index: 9998;
	position: relative;
}

.mobileFixed-nav a {
	border: none !important;
}

.mobileFixed-nav ul li:first-child {
	display: none;
}

.mobileFixed-nav i {
	margin: 0 !important;
}

.mobileFixed-nav span {
	display: none;
}

.mobileFixed-nav a {
	background: none !important;
}

.top-nav {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999999;
}

.top-nav img {
	width: 34px;
}

.top-nav ul {
	display: flex;
}

.top-nav ul li {
	margin-right: 15px;
}

.top-nav ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	transition: all 300ms ease-in-out;
	background: #F35F5F;
	border-radius: 10px;
	padding: 2px 10px;
}

/* .top-nav ul li:first-child a {
	border: none !important;
	padding: 0;
	margin-right: 10px;
} */

.top-nav ul li a:hover, .top-nav ul li a.active {
	color: black;
	/* border: 1px solid #659629; */
}

.flag.fxd {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9999999;
}

.panel .flag.fxd {
	position: relative !important;
	top: 20px;
	right: 0;
}

.panel .flag.fxd a {
	color: #fff;
}

.panel .flag.fxd ul a {
	color: #af025f;
}

.flag {
	display: inline-block;
}

.flag a {
	display: block;
	color: #af025f;
	font-size: 12px;
	font-weight: 300;
}

.flag a:hover {
	font-weight: bold;
}

.flag a i {
	display: inline-block;
	margin-right: 2px;
	vertical-align: middle;
	position: relative;
	margin-top: -4px;
	width: 25px;
}

.flag a i img {
	width: 100%;
}

.main-nav {
	position: absolute;
	display: none;
	width: 100%;
	left: 0px;
	top: 100%;
	background: #e2007a;
	padding: 45px 20px 20px;
}

.main-nav .changelang ul {
	display: none;
}

.main-nav .changelang ul.active {
	display: block;
}

.main-nav .flag {
	position: relative;
}

.main-nav .flag a {
	color: #fff;
}

.main-nav .flag ul {
	position: absolute;
	left: -10px;
	top: 100%;
	padding: 12px 10px 10px;
	background: #ffffff;
	margin-top: 10px;
	width: calc(100% + 20px);
}

.main-nav .flag ul:after {
	content: "";
	bottom: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border-bottom: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
}

.main-nav .flag ul li {
	border-top: 1px solid #cccd36;
}

.main-nav .flag ul li a {
	display: block;
	padding: 5px 0px;
}

.main-nav .flag ul li a i {
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: -6px;
}

.main-nav .flag ul li a i img {
	max-width: 100%;
}

.main-nav .flag ul li a span {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	color: #af025f;
}

.flag.flagdrpdwn {
	/* width: 190px; */
}

.flag.flagdrpdwn p {
	font-size: 12px;
	float: left;
	margin: -4px 10px 0 0;
}

.flag.flagdrpdwn.fxd ul {
	display: none;
	margin: 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	position: absolute;
	left: -10px;
	width: calc(100% + 20px);
	top: 100%;
	background: #fff;
	z-index: 2;
	margin-top: 5px;
}

.flag.flagdrpdwn.fxd ul li {
	padding: 5px 0px;
	border-bottom: 1px solid #cccd36;
}

.flag.flagdrpdwn.fxd ul li:last-child {
	border-bottom: 0px;
}

.main-nav ul li {
	border-bottom: solid 1px #fff;
}

.main-nav ul li a {
	padding: 10px 0px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	display: block;
}

.main-nav ul li a:hover, .main-nav ul li a.active {
	color: #cccd36;
}

.main-nav p {
	color: #ffffff;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 300;
	line-height: 32px;
}

.main-nav .flag {
	float: right;
	margin-top: -44px;
}

.mtoggle {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	padding: 8px;
}

.mtoggle>div {
	position: relative;
	transition: all 0.3s ease-out;
}

.mtoggle .bar1 {
	width: 24px;
	border-radius: 4px;
	border: 2px solid #e2007a;
	margin-bottom: 6px;
}

.mtoggle .bar2 {
	width: 15px;
	border-radius: 4px;
	border: 2px solid #e2007a;
	margin-bottom: 6px;
}

.mtoggle .bar3 {
	width: 24px;
	border-radius: 4px;
	border: 2px solid #e2007a;
}

.mtoggle.active .bar1 {
	transform: rotate(45deg);
	top: 10px;
}

.mtoggle.active .bar2 {
	opacity: 0;
}

.mtoggle.active .bar3 {
	transform: rotate(-45deg);
	bottom: 10px;
}

#banner-wrap {
	width: 100%;
	position: relative;
	height: 675px;
	overflow: hidden;
	margin-bottom: 6rem;
}
@media only screen and (max-width: 1000px) {
	#banner-wrap {
		height: 500px;
	}
}
@media only screen and (max-width: 600px) {
	#banner-wrap {
		height: 350px;
	}
}
#banner-wrap .in {
	position: relative;
	margin: 0 auto;
	width: 1920px; max-width: 100%;
	height: 100%; overflow: hidden;
	z-index: 9;
}
#banner-wrap .in .__hero-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner-wrap .in .slick-list,
#banner-wrap .in .slick-track {
	height: 100% !important;
}
#banner-wrap .__stuck {
	position: absolute;
	bottom: 0;
	left: 50%; transform: translateX(-50%);
	width: 1920px; max-width: 100%;
	z-index: 10; overflow: hidden;
	pointer-events: none !important;
}
#banner-wrap .__stuck img {
	height: 224px;
	object-fit: contain;
}
@media screen and (max-width: 1000px) {
	#banner-wrap .__stuck img {
		height: 150px;
	}
}
@media screen and (max-width: 600px) {
	#banner-wrap .__stuck img {
		height: 100px;
	}
}


/* #banner-wrap.sub-banner {
	margin-top: -100px;
} */

/* 
#banner-wrap .in:before {
	position: absolute;
	content: "";
	width: 1920px;
	bottom: -35px;
	left: 50%;
	height: 104px;
	background: url(../images/header_kader.png)no-repeat center/100%;
	transform: translate(-50%, 0%);
	z-index: 3;
}

#banner-wrap .in:after {
	position: absolute;
	content: "";
	width: 1920px;
	top: 100%;
	left: 50%;
	height: 413px;
	background: url(../images/header_kader2.png)no-repeat center/100%;
	transform: translate(-50%, 0%);
	margin-top: -138px;
	z-index: 2;
} */

.banner-overlay {
	padding: 26px 20px 20px;
	position: absolute;
	top: 80%;
	left: 50%;
	max-width: 550px;
	width: 100%;
	min-height: 130px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 21px;
	background: #af025f;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
}

.banner-overlay strong {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 34px;
}

.banner-overlay .btn {
	max-width: 316px;
	width: 100%;
}

#content-wrap {
	width: 100%;
	margin-bottom: 128px;
}

.about-block {
	margin-top: -100px;
	padding-top: 0;
	padding-bottom: 60px;
}

.about-block-home {
	margin-top: 0 !important;
}

.about-block.secondary-block {
	padding-top: 92px;
}

.about-block .container {
	max-width: 1470px;
}

.about-block .mainpanel-title {
	text-align: center;
	margin-bottom: 66px;
}

.mainpanel-title h1, .mainpanel-title .h1 {
	margin-bottom: 0px;
}

.mainpanel-title .tagline-1 {
	line-height: 46px;
	margin-top: -4px;
	margin-bottom: -8px;
}

.mainpanel-title span.h1 {
	line-height: 58px;
}

.about-block figure {
	display: block;
	margin-bottom: 5px;
}

.about-block figure.desktop-show {
	width: 100%;
}

.about-block figure.mobile-show {
	display: none;
}

.about-block figure.desktop-show img {
	width: 100%;
}

.about-block p {
	max-width: 756px;
	width: 100%;
	text-align: center;
	color: #af025f;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 auto;
}

#center-wrap {
	width: 100%;
	position: relative;
}

.page-wrap {
	margin-top: -50px;
}

.home-wrap {
	padding-bottom: 96px;
	margin-top: -3rem; /* fixes the gap between the header and the content */
}

#center-wrap .row {
	justify-content: space-between;
}

#center-wrap .column-left {
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

#center-wrap .column-right {
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	max-width: 31%;
}

.most-chosen-panel {
	position: relative;
	padding: 28px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}

.most-chosen-panel .top-label {
	position: absolute;
	top: -12px;
	left: 0px;
	z-index: 1;
	max-width: 35%;
	width: 110%;
}

.most-chosen-panel .top-label img {
	max-width: 100%;
}

.most-chosen-panel .panel {
	margin-bottom: 228px;
	position: relative;
}

.most-chosen-panel .panel:after {
	content: "";
	width: 118px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: -162px;
	transform: translate(-50%, 0%);
	background: url(../images/banaan@2x.png)no-repeat center/98px;
}

.most-chosen-panel .panel:last-child {
	margin-bottom: 166px;
}

.most-chosen-panel .panel figure {
	margin-bottom: 26px;
}

.most-chosen-panel .panel figure img {
	width: 100%;
}

.most-chosen-panel .panel h2 {
	margin-bottom: 22px;
}

.most-chosen-panel .panel strong {
	color: #000;
	display: block;
	font-family: Raleway;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 30px;
}

.most-chosen-panel .panel .btn {
	display: block;
	margin: 0 auto;
	margin-top: 92px;
	line-height: 40px;
	max-width: 250px;
}

.most-chosen-panel .panel h2.mrgnbtm44 {
	margin-bottom: 44px;
}

.most-chosen-panel.second .panel .btn {
	margin-top: 52px;
}

.most-chosen-panel.second .panel {
	margin-bottom: 226px;
}

.most-chosen-panel.second .panel:last-child {
	margin-bottom: 192px;
}

.most-chosen-panel.second .panel:after {
	bottom: -155px;
}

#center-wrap .column-right {
	margin-top: 55px;
}

.sidepanel, .sidepanel2 {
	position: relative;
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}

.sidepanel:before {
	width: 165px;
	height: 422px;
	content: "";
	position: absolute;
	left: 100%;
	top: 12px;
	background: url(../images/element-usp-1.png)no-repeat center;
	margin-left: -6px;
	z-index: -10 !important;
}

.sidepanel .sidepanel-title, .sidepanel2 .sidepanel-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	background: url(../images/title-img.png)no-repeat center/100%;
	padding: 35px 50px;
	width: calc(100% + 60px);
	margin-left: -15px;
	top: -30px; left: -15px;
	position: relative;
	z-index: 9998 !important;
}

.sidepanel .sidepanel-content, .sidepanel2 .sidepanel-content {
	padding: 20px 25px 44px;
	background: #ffffff;
	margin-top: -40px;
}

/* .sidepanel strong,
.sidepanel2 strong {
	margin-bottom: 32px;
} */

.sidepanel p, .sidepanel2 p {
	margin-bottom: 30px;
}

/* .sidepanel2 {
	position: relative;
	padding: 28px 25px 16px;
	box-shadow: 0 2px 40px rgba(0, 0, 0, 0.16);
	background: #ffffff !important;
} */

.sidepanel2:before {
	width: 98px;
	height: 278px;
	content: "";
	position: absolute;
	right: 100%;
	top: 62px;
	background: url(../images/element-usp-2.png)no-repeat center;
}

/* .sidepanel2 strong {
	display: block;
	color: #e2007a;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 24px;
}

.sidepanel2 p {
	margin-bottom: 24px;
} */

.last:after {
	width: 100%;
	content: "";
	position: absolute;
	top: 100%;
	background: url(../images/USP_liaan.png)no-repeat center;
	margin-top: -70px;
	z-index: 999;
	height: 255px;
	background-size: 100%;
}

.sidepanel.leftleave:before {
	width: 98px;
	height: 278px;
	content: "";
	position: absolute;
	right: 100%;
	top: 62px;
	left: inherit;
	background: url(../images/element-usp-2.png)no-repeat center;
}

.sidepanel.bottomleave:after {
	width: 251px;
	height: 235px;
	content: "";
	position: absolute;
	top: 100%;
	background: url(../images/USP_liaan.png)no-repeat center;
	margin-top: -58px;
	right: 45px;
	z-index: 9999999 !important;
}

.panels figure {
	margin: 0px;
	margin-bottom: 24px;
}

.panels figure img {
	width: 100%;
}

.panels .btn {
	display: block;
}

.panels ul, .price-block ul {
	display: block;
	margin-bottom: 24px;
}

.panels li, .price-block li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding-left: 48px;
	position: relative;
}

.panels li.bld, .price-block li.bld {
	font-weight: 700;
}

.panels li:after, .price-block li:after {
	position: absolute;
	width: 20px;
	height: 15px;
	content: "";
	left: 10px;
	top: 6px;
	background: url(../images/vinkje.svg)no-repeat center;
}

.panels li a, .price-block li a, .panels p a {
	color: #659629;
	font-weight: 700;
	text-decoration: underline;
}

.divider {
	height: 278px;
	width: 100%;
	background: url(../images/kokosnoten.png)no-repeat center;
}

.list {
	display: block;
}

.list li, .blog li, .mainpanel-block .column-left li {
	color: #af025f;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 48px;
	position: relative;
}

.list li.bld, .blog li.bld, .mainpanel-block .column-left li.bld {
	font-weight: 700;
}

.list li:after, .blog li:after, .mainpanel-block .column-left li:after {
	position: absolute;
	width: 20px;
	height: 15px;
	content: "";
	left: 10px;
	top: 6px;
	background: url(../images/vinkje.svg)no-repeat center;
}

.list li a, .blog li a, .mainpanel-block .column-left li a {
	color: #659629;
	font-weight: 700;
	text-decoration: underline;
}

.default-list {
	display: block;
}

.default-list li {
	color: #af025f;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}

.default-list li a {
	color: #659629;
}

.default-list li a:hover {
	color: #af025f;
}

.schedule-block.paddtop92 {
	padding-top: 92px;
	padding-bottom: 96px;
}

.schedule-block .inner {
	padding: 40px 48px 60px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}

.schedule-block .mainpanel-title {
	text-align: center;
	margin-bottom: 64px;
}

.schedule-block .column-left {
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	max-width: 54%;
}

.schedule-block .column-right {
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
	padding-right: 0px;
}

.schedule-block .bold-text {
	margin-bottom: 35px;
	color: #af025f;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.schedule-block .column-right figure img {
	max-width: 100%;
}

.schedule-block h4 {
	color: #63305d;
	font-family: Raleway;
	font-weight: 700; font-size: 1.5rem;
}

address, address a {
	color: #000;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	font-style: normal;
}

address a:hover {
	text-decoration: underline;
}

.schedulelist li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #af025f;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	font-style: normal;
	justify-content: space-between;
}

.schedulelist li span {
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 49%;
}

.scheduleServicelist {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.schedule-block td {
	color: #af025f;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
}

.scheduleServicelist li {
	color: #af025f;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	border-left: solid 1px #cccd36;
}

.scheduleServicelist li span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 0px 0px 10px;
}

.scheduleServicelist li i {
	display: inline-block;
	margin-right: 5px;
	width: 26px;
}

.galarypanel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.galarypanel .section-left {
	padding-right: 20px;
	-ms-flex: 0 0 73.5%;
	flex: 0 0 73.5%;
	max-width: 73.5%;
}

.galarypanel .section-right {
	-ms-flex: 0 0 26.5%;
	flex: 0 0 26.5%;
	max-width: 26.5%;
}

.galarypanel a {
	display: block;
	padding: 0 20px 20px 0;
	width: 33.33333%;
}

.galarypanel a:nth-child(3n) {
	padding: 0 20px 0 0;
}

.galarypanel .figpanel img {
	width: 100%;
}

.lb-nav a.lb-next {
	width: 40px;
	height: 40px;
	background: url(../images/next-arrow-white.svg)no-repeat center;
	float: none;
	position: absolute;
	opacity: 1;
	top: 50%;
	transform: translate(0%, -50%);
	right: -65px;
	cursor: pointer;
}

.lb-nav a.lb-prev {
	width: 40px;
	height: 40px;
	background: url(../images/prev-arrow-white.svg)no-repeat center;
	float: none;
	position: absolute;
	opacity: 1;
	top: 50%;
	transform: translate(0%, -50%);
	left: -65px;
	cursor: pointer;
}

.lb-data .lb-number {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.51);
	color: #ffffff;
	font-family: Raleway;
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	margin-top: 25px;
}

.lb-data .lb-details {
	width: 100%;
}

#center-wrap.paddTop135 {
	padding-top: 135px;
}

#center-wrap.paddTop135 .column-right {
	margin-top: 160px;
}

#center-wrap.paddTop135 .divider {
	height: 232px;
}

#banner-wrap.sub-banner.mrngtop54 {
	margin-top: 54px;
}

#banner-wrap.sub-banner.mrgtopless125 {
	margin-top: -125px;
}

.prices-panel {
	position: relative;
	padding: 28px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}

.prices-panel .panel2 h2.h1 {
	text-align: center;
	margin-bottom: 42px;
}

.prices-panel .panel2 h2 {
	margin-bottom: 10px;
}

.prices-panel .panel2 figure {
	margin-bottom: 23px;
}

.prices-panel .panel2 figure img {
	width: 100%;
}

.prices-panel .panel2 h3 {
	margin-bottom: 40px;
}

.prices-panel .panel2 ul {
	margin-bottom: 28px;
}

.prices-panel .panel2 ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #af025f;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding: 5px 0px;
}

.prices-panel .panel2 ul li strong {
	color: #af025f;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.prices-panel .panel2 ul li span {
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
}

.prices-panel .panel2 ul li strong {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
}

.prices-panel .panel2 p {
	margin-bottom: 30px;
}

.prices-panel .panel2 p.mrgnbtm16 {
	margin-bottom: 16px;
}

.prices-panel .panel2 p a {
	color: #659629;
	text-decoration: underline;
}

.prices-panel .panel2 {
	margin-bottom: 58px;
}

.prices-panel .panel2 ul {
	display: block;
	margin-bottom: 24px;
}

.prices-panel .panel2 ul li {
	color: #af025f;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding-left: 48px;
	position: relative !important;
	margin-bottom: 14px;
}

.faq a{
	color: #af025f;
}

.faq a:hover{
	color: #659629 !important;
}

.faq h4:hover {
	cursor: pointer;
	color: #659629 !important;
}

.prices-panel .faq ul {
	display: none;
}

.prices-panel .panel2 ul li br {
	display: none;
}

.prices-panel .panel2 ul li strong {
	max-width: 100% !important;
	flex: 100% !important;
}

.prices-panel .panel2 li:after {
	position: absolute;
	width: 20px;
	height: 15px;
	content: "";
	left: 10px;
	top: 10px;
	background: url(../images/vinkje.svg)no-repeat center;
}

.price-block h2 {
	margin-bottom: 38px;
}

.prices-panel h4 {
	color: #af025f;
}

.price-block .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #cccd36;
	padding: 85px 0px;
	position: relative;
	flex-flow: row-reverse;
}

.price-block .inner.option {
	padding-top: 205px;
}

.price-block .inner.option .tg {
	position: absolute;
	top: -13px;
	left: -28px;
}

.price-block .inner.option .tg img {
	max-width: 100%;
}

.price-block .inner .col-left {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.price-block .inner .col-right {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.price-block .inner .col-right img {
	width: 100%;
}

.price-block .inner:last-child {
	padding-bottom: 28px;
}

.price-block .inner .strong {
	color: #e2007a;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: -10px;
	margin-bottom: 22px;
}

.price-block .inner strong i {
	margin-right: 15px;
}

.price-block .inner .list {
	margin-bottom: 38px;
}

.price-block .inner p i {
	display: block;
	margin-bottom: 30px;
}

.price-block .inner b {
	color: #af025f;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 36px;
}

.price-block .inner .btn {
	text-align: left;
	min-width: 254px;
	width: 100%;
	text-align: center;
	padding: 6px 15px;
}

.price-block .inner .btn i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}

.prices-panel.paddtop48 {
	padding: 48px 48px;
}

.price-block .inner .btn.txt-center {
	text-align: center;
}

.most-chosen-panel .panel .default-list {
	display: block;
	margin-bottom: 42px;
}

.contact-panel {
	padding: 28px 48px 70px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}

.contact-panel h2.h1 {
	text-align: center;
	margin-bottom: 38px;
}

.contact-panel h3 {
	margin-bottom: 38px;
}

.contact-panel address {
	margin-bottom: 32px;
}

.contact-panel-top {
	margin-bottom: 68px;
}

.contactform {
	max-width: 418px;
	width: 100%;
}

.contactform label {
	margin-bottom: 3px;
}

.contactform .globaltext {
	margin-bottom: 14px;
}

.contactform textarea.globaltext {
	margin-bottom: 34px;
}

.contactform .btn {
	min-width: 232px;
}

#footer-wrap {
	width: 100%;
}

.footer-top {
	position: relative;
	z-index: 0;
}

.footer-top .inner {
	position: relative;
	min-height: 572px;
	background: url(../images/footer-afbeelding.png) no-repeat center bottom/cover;
	padding-bottom: 270px;
	padding-top: 122px;
}

.footer-top .mainpanel-title {
	text-align: center;
}

.footer-top .mainpanel-title .h1 {
	color: #e2007a;
	font-size: 60px;
}

.footer-block {
	position: relative;
	background: #a6c63f;
	z-index: 2;
	/*margin-top: -40px;*/
	padding-top: 86px;
	padding-bottom: 80px;
}

.footer-block:after {
	height: 176px;
	width: 1920px;
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	transform: translate(-50%, 0%);
	background: url(../images/footer-bg.svg)no-repeat center bottom/100%;
	margin-top: -150px;
	z-index: -1;
}

.footer-block .container {
	max-width: 1330px;
}

.footer-block h4, .footer-block .h4 {
}

.footerlinks li a:hover, .footer-block .h4:hover {
	font-weight: bold;
}

.footer-block .active {
	font-weight: bold;
}

.footer-block h4.mrgnbtm-30, .footer-block .h4.mrgnbtm-30 {
	margin-bottom: 30px;
}

.footerlinks li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

.footer-block .column-left {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

.footer-block .column-middle {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}

.footer-block .column-right {
	-ms-flex: 0 0 57%;
	flex: 0 0 57%;
	max-width: 57%;
}

.footer-block .column-1 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.footer-block .column-2 {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

.footer-block .column-3 {
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width: 17%;
	padding-right: 0px;
}

.footer-block .column-4 {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}

.footer-block .column-5 {
	-ms-flex: 0 0 21%;
	flex: 0 0 21%;
	max-width: 21%;
	padding-right: 0px;
}

.footer-block .col-full {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.footer-block .column-left .panel, .footer-block .column-middle .panel {
	margin-bottom: 20px;
}

.footer-block .column-right .panel {
	margin-bottom: 45px;
}

.footer-block .column-right .panel.mrgnbtm0 {
	margin-bottom: 0px;
}

.footer-block .panel.lastpanel {
	margin-bottom: 0px;
}

.footer-block .panel.minheight200 {
	min-height: 184px;
}

.footer-block .panel.paddtop35 {
	padding-top: 35px;
}

.sociallinks {
	display: flex;
}

.sociallinks li {
	margin-right: 5px;
}

.sociallinks li a {
	display: block;
}

.flagbtn {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}

.flagbtn i {
	vertical-align: middle;
	display: inline-block;
	margin-right: 2px;
}

.seo-block {
	text-align: center;
	margin: 80px auto auto auto;
}

.seo-block ul {
	width: 100%;
	margin: auto;
}

.seo-block ul li {
	margin: 4px;
	display: inline-block;
}

.seo-block ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all 300ms ease-in-out;
	background: #F35F5F;
	border-radius: 10px;
	padding: 2px 10px;
}

.seo-block ul li a:hover, .seo-block ul li a.active {
	color: black;
}

/* copyright-block */

.copyright-block {
	background: #ffffff;
	padding-top: 74px;
	padding-bottom: 20px;
}

.copyright-block p {
	text-align: center;
	font-size: 14px;
}

.copyright-block a {
	color: #e2007a;
	font-size: 14px;
	text-decoration: underline;
}

.footer-block .column-left1 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.footer-block .column-middle1 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.footer-block .column-middle2 {
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.footer-block .column-right1 {
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.footer-block .desktophide {
	display: none;
}

.contactform .btn:hover, .small-btn:hover {
	color: #fff !important;
	border: 2px solid rgba(59, 149, 62, 0.7);
	background-color: rgba(59, 149, 62, 0.7);
}

#page-wrap:after {
	content: "";
	background: #e2007a;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	z-index: 9999;
	transition: 0.3s ease-in-out 0s;
}

#page-wrap.menu-active:after {
	height: 100%;
}

.cloud1 {
	width: 375px;
	height: 145px;
	background: url(../images/wolk_2.png)no-repeat center/100%;
}

.cloud2 {
	width: 680px;
	height: 170px;
	background: url(../images/wolk_1.png)no-repeat center/100%;
}

.position1 {
	position: absolute;
	top: 25.5%;
	right: 5%;
	z-index: -12;
}

.position2 {
	position: absolute;
	top: 16%;
	left: -14%;
	z-index: -12;
}

.position3 {
	position: absolute;
	top: 50%;
	right: 5%;
	z-index: -12;
}

.position4 {
	position: absolute;
	top: 49%;
	left: 1%;
	z-index: -12;
}

.linkToVestigingen{
	display: none;
	margin-top: 40px;
}

.linkToVestigingen ul li{
	padding: 0 !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.linkToVestigingen ul li:after{
	background: none !important;
}

.linkToVestigingen ul li a{
	font-weight: normal;
	text-decoration: none;
}

.logo_in_header {
	max-width: 290px !important;
}

@media (max-width: 1224px) {
	.logo_in_header {
		max-width: 250px !important;
	}
}
@media (max-width: 1000px) {
	.logo_in_header {
		max-width: 100% !important;
	}
}

@media (max-width: 1000px) {
	#convious-trigger-button-frame {
		bottom: 0 !important;
	}
}