/********** local font **********/
	/* libre-franklin-200 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 200; src: local(''), url('/assets/font/libre-franklin-v13-latin-200.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-200.woff') format('woff'); }
	/* libre-franklin-300 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 300; src: local(''), url('/assets/font/libre-franklin-v13-latin-300.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-300.woff') format('woff'); }
	/* libre-franklin-300italic - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: italic; font-weight: 300; src: local(''), url('/assets/font/libre-franklin-v13-latin-300italic.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-300italic.woff') format('woff'); }
	/* libre-franklin-regular - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 400; src: local(''), url('/assets/font/libre-franklin-v13-latin-regular.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-regular.woff') format('woff'); }
	/* libre-franklin-600 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 500; src: local(''), url('/assets/font/libre-franklin-v13-latin-600.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-600.woff') format('woff'); }
	/* libre-franklin-800 - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: normal; font-weight: 800; src: local(''), url('/assets/font/libre-franklin-v13-latin-800.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-800.woff') format('woff'); }
	/* libre-franklin-italic - latin */
	@font-face { font-family: 'Libre Franklin'; font-style: italic; font-weight: 400; src: local(''), url('/assets/font/libre-franklin-v13-latin-italic.woff2') format('woff2'), url('/assets/font/libre-franklin-v13-latin-italic.woff') format('woff'); }

body {
	font-family: 'Libre Franklin', arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
}
h1 {
	font-size: 2.3em;
	margin-bottom: 60px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-white {
	color: #ffffff;
}
.text-samt {
	color: #9c0154;
}
.text-success {
	color: #669900;
}
.bttn {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #61172d;
	border-radius: 4px;
	text-decoration: none;
	color: #61172d;
	transition: 0.2s all;
	font-weight: 400;
	margin: 0 20px;
}
.bttn:hover, .bttn:active, .bttn:focus {
	text-decoration: none;
	color: #ba4d87;
	border-color: #ba4d87;
}
.bttn.cta {
	background: #9c0154;
	color: #ffffff;
	border-color: #61172d;
}
.bttn.cta:hover, .bttn.cta:focus, .bttn.cta:active {
	background: rgba(255,255,255,0.3);
	color: #9c0154;
	border-color: #9c0154;
}
input, input:focus, input:active {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #61172d;
	border-radius: 4px;
	text-decoration: none;
	color: #000000;
	transition: 0.2s all;
	font-weight: 300;
	margin-bottom: 20px;
	outline: none;
	box-sizing: border-box;
}
input:focus, input:active {
	color: #9c0154;
	border-color: #9c0154;
}
input.bttn {
	display: inline-block;
	max-width: 320px;
}
header {
	background: transparent;
	transition: 0.2s all;
	position: fixed;
	height: 59px;
	width: 100%;
	z-index: 5;
}
header.scroll {
	background: #b68b57;
	border-bottom: 1px solid #f1e8df;
}
header .bttn {
	padding: 5px 20px;
	margin-top: 9px;
	color: #ffffff;
	border-color: #ffffff;
	margin-left: 0;
	margin-right: 0;
}
header .bttn:hover, header .bttn:focus, header .bttn:active {
	background: #d0b594;
	color: #ffffff;
	border-color: #ffffff;
}
header .logo img {
	display: block;
	margin-top: 8px;
}
header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
header.scroll ul {
	display: block;
	margin-top: 17px;
}
header ul li {
	float: left;
	display: inline-block;
	margin-right: 30px;
}
header ul li a {
	text-decoration: none;
	color: #e2d1bc;
	transition: 0.2s all;
}
header ul li a:hover, header ul li a:focus, header ul li a:active {
	color: #ffffff;
	text-decoration: none;
}
span.image-copyright {
	font-size: 10px;
	color: #b68b57;
	text-align: left;
	line-height: 100%;
	display: block;
	margin-top: 2px;
}
section.wrapper {
	padding: 60px 0;
}
section.stage {
	background: rgba(182,139,87,0.5);
	padding-top: 120px;
}
section.comingup {
	background: #f1e8df;
}
section.comingup h1 {
	margin-bottom: 20px;
}
section.comingup .teaser {
	margin-top: 20px;
}
section.about .icons {
	font-size: 0.8em;
	color: #9c0154;
}
section.dates {
	background: #d0b594;
}
section.dates .coming-up {
	margin-top: 40px;
}
section.dates .detail-event {
	display: none;
}
section.dates .detail-event.active {
	display: block;
}
section.dates .next {
	border: 1px solid transparent;
	padding: 10px;
	display: block;
}
section.dates .next {
	color: #000000;
	border-radius: 2px;
	min-height: 125px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.dates .next:hover, section.dates .next:active, section.dates .next:focus {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
	transition: 0.2s all;
}
section.dates .next.active {
	background: rgba(255,255,255,0.2);
}
section.dates h4 {
	font-size: 1.0em;
}
section.dates .coming-up p {
	font-size: 0.6em;
	line-height: 120%;
}
section.location {
	background: #e2d1bc;
}
section.apply {
	background: #ffffff;
}
section.apply h1 {
	margin-bottom: 30px;
}
#applyForm {
	display: none;
}
.application-disclaimer, .application-disclaimer a, .application-disclaimer a:link {
	color: #999999;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
}
.application-disclaimer a, .application-disclaimer a:link {
	text-decoration: underline;
}
#applied, #appliedNL {
	display: none;
}
.info-cgn, .info-muc, .info-waitinglist {
	display: none;
}
.newsletter-disclaimer {
	margin-left: 5px;
}
.required.warning {
	background: #f2d5e5;
}
blockquote.testimonial {
	position: relative;
	padding: 0;
    margin: 0;
    font-size: inherit;
    border-left: none;
}
blockquote.testimonial .start {
	position: absolute; 
	font-size: 100px; 
	top: -30px; 
	color: #d0b594;
	left: -2px;
}
blockquote.testimonial .text p span {
	display: inline-block;
	width: 25px;
	height: 5px;
}
blockquote.testimonial .text {
	background: #f1e8df; 
	padding: 10px;
}
blockquote.testimonial .text p {
	z-index: 5;
    position: relative;
}
blockquote.testimonial .flag {
	width: 0; height: 0; 
	border-style: solid; 
	border-width: 0 100px 40px 0; 
	border-color: transparent #f1e8df transparent transparent; 
	position: absolute; 
	right: 40%; 
	bottom: 30px;
    z-index: -2;
}
blockquote.testimonial .person {
	padding-top: 10px; 
	text-align: right;
}
footer {
	background: #b68b57;
	padding: 20px 0 20px 0;
}
footer a, footer a:hover {
	color: #fff;
}
@media (max-width: 480px) {
	section.about .icons .col-xs-6 {
		min-height: 115px;
	}
}
@media (max-width: 991px) {
	body {
		font-size: 16px;
	}
	section.wrapper {
		padding: 30px 0;
	}
	h1 {
		margin-bottom: 30px;
		font-size: 2.0em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1em;
	}
	.bttn {
		margin: 0 10px;
	}
	section.dates .next {
		min-height: 80px;
		margin-bottom: 10px;
	}
	header ul {
		display: none !important;
	}
	section.stage {
		padding-top: 70px;
	}
	blockquote.testimonial {
		margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.onsite-nav {
		font-size: 0.8em;
	}
}

/* owl */
.owl-dots {
	text-align: center;
	margin-top: 5px;
}
.owl-dot {
	display: inline-block;
}
.owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 100%;
	border: 1px solid #d0b594;
}
.owl-dot.active span {
	background: #9c0154;
	border-color: #9c0154;
}

/* custom checkbox */

.customcheckbox input {								
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
  height: 28px;
}
.customcheckbox .checkmark {								
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border: 1px solid #61172d;
  border-radius: 4px;
}
.customcheckbox input:checked ~ .checkmark {
  background-color: #ffffff;
  color: #9c0154;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
	font-size: inherit;
}
.customcheckbox input:checked ~ .checkmark:before { 
	content: "\f00c";
	margin-left: 2px;
	font-size: 26px;
}
.customcheckbox.customradio label {
     margin-left: 40px;
}
.customcheckbox.customradio .checkmark {
	border-radius: 100%;
}
.customcheckbox.customradio input:checked ~ .checkmark:before {
	margin-left: 0;
}