* { -ms-overflow-style: none; scrollbar-width: none; } 

@media (max-width: 374px)
{
	.progressbar-text
	{
		font-size: 11px;
	}
}

@media (max-width: 768px) 
{ 
	body {font-size: 13px; }
	div.wp_main_menu_overlay li.menu-item a { font-size: 2.4em; }
	.neo-popup-content{ max-width: 768px; }
	.neo-popup-menu { max-width: 768px; }
	.neo-popup-footer { max-width: 768px; }
	.neo-page-footer { max-width: 768px; }
	.lg-aligned-right { text-align: left;}
	.lg-aligned-left { text-align: right;}
	div.inputs { height: 26px; }
	div.inputs input { height: 24px; font-size: 18px; }
	div.inputs textarea { font-size: 18px; }
	div.inputs select { font-size: 18px; }
	button { font-size: 16px; padding: 6px 14px; }
	.masonryGrid { padding: 0px; margin: 0px; }
	.masonryGridItem { width: 100%; margin-bottom: 10px; overflow: hidden; }
	.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha 
	{    
	    transform: scale(0.77);
	    -webkit-transform: scale(0.77);
	    transform-origin: 0 0;
	    -webkit-transform-origin: 0 0;
	}
} 

@media (min-width: 768px) 
{ 
	body{font-size: 13px;}  
	div.wp_main_menu_overlay li.menu-item a { font-size: 2.4em; }
	.neo-popup-content{ max-width: 992px; }
	.neo-popup-menu { max-width: 992px; }
	.neo-popup-footer { max-width: 992px; }
	.neo-page-footer { max-width: 992px; }
	.lg-aligned-right { text-align: left;}
	.lg-aligned-left { text-align: right;}
	div.inputs { height: 24px; }
	div.inputs input { height: 22px; font-size: 16px; }
	div.inputs textarea { font-size: 16px; }
	div.inputs select { font-size: 16px; }
	button { font-size: 14px; padding: 6px 14px; }
	.masonryGrid 
	{ 
		width: -moz-calc( 100% + 10px );
    	width: -webkit-calc( 100% + 10px );
    	width: calc( 100% + 10px );
		padding: 0px; margin: 0px; 
	}
	.masonryGridItem
	{
		width: -moz-calc( 50% - 10px );
    	width: -webkit-calc( 50% - 10px );
    	width: calc( 50% - 10px );
	    margin-bottom: 10px;
	    overflow: hidden;
	}
}

@media ( max-width: 991px )
{
	.pad-article { padding: 5px 15px 0px 15px !important; }
}

@media (min-width: 992px) 
{ 
	body{font-size: 12px;} 
	div.wp_main_menu_overlay li.menu-item a { font-size: 2.4em; }
	.neo-popup-content{ max-width: 1200px; }
	.neo-popup-menu { max-width: 1200px; }
	.neo-popup-footer { max-width: 1200px; }
	.neo-page-footer { max-width: 1200px; }
	.lg-aligned-right { text-align: right;}
	.lg-aligned-left { text-align: left;}
	div.inputs { height: 22px; }
	div.inputs input { height: 20px; font-size: 14px; }
	div.inputs textarea { font-size: 14px; }
	div.inputs select { font-size: 14px; }
	button { font-size: 14px; padding: 6px 14px; }
	.masonryGrid 
	{ 
		width: -moz-calc( 100% + 10px );
    	width: -webkit-calc( 100% + 10px );
    	width: calc( 100% + 10px );
		padding: 0px; margin: 0px; 
	}
	.masonryGridItem
	{
		width: -moz-calc( 25% - 10px );
    	width: -webkit-calc( 25% - 10px );
    	width: calc( 25% - 10px );
	    margin-bottom: 10px;
	    overflow: hidden;
	}
}
@media (min-width: 1200px) 
{ 
	body{font-size: 12px;}
	div.wp_main_menu_overlay li.menu-item a { font-size: 2.4em; }
	.neo-popup-content{ max-width: 1600px; }
	.neo-popup-menu { max-width: 1600px; }
	.neo-popup-footer { max-width: 1600px; }
	.neo-page-footer { max-width: 1600px; }
	.lg-aligned-right { text-align: right;}
	.lg-aligned-left { text-align: left;}
	div.inputs { height: 22px; }
	div.inputs input { height: 20px; font-size: 14px; }
	div.inputs textarea { font-size: 14px; }
	div.inputs select { font-size: 14px; }
	button { font-size: 14px; padding: 6px 14px; }
	.masonryGrid 
	{ 
		width: -moz-calc( 100% + 10px );
    	width: -webkit-calc( 100% + 10px );
    	width: calc( 100% + 10px );
		padding: 0px; margin: 0px; 
	}
	.masonryGridItem 
	{
		width: -moz-calc( 20% - 10px );
    	width: -webkit-calc( 20% - 10px );
    	width: calc( 20% - 10px );
	    margin-bottom: 10px;
	    overflow: hidden;
	}
}

html, body
{
	width: 100%; 
	font-family: 'Montserrat';
	-webkit-overflow-scrolling : touch; 
	color: white;
}

div.container-fluid
{
	max-width: 1600px;
}

::-webkit-scrollbar 
{
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb 
{
    background: rgb(103, 152, 150);
}

/* * */
/* { */
/* 	border: 1px solid red; */
/* } */

.background
{
	background: #000000; 
}

.background.light_gradient
{
	background: rgba(39, 39, 39, 0.88);
}

.background.dark_gradient
{
	background: rgba(39, 39, 39, 0.94);
}

.background.progressbar
{
	background: -moz-linear-gradient(left, #4BB79E 0%, rgba(183,216,242,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4BB79E 0%,rgba(183,216,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4BB79E 0%,rgba(183,216,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2fe9', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	border-radius: 4px; 
	margin: 0; 
	height: 100%; 
	padding: 2px;
}

div.errors
{
	background: #ffa6a6;
	color: #ba4646;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 20px;
	word-break: break-all;
  	word-wrap: break-word;
}

div.mandatories
{
	background: #fcffc9;
	color: #b6bd45;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 20px;
	word-break: break-all;
  	word-wrap: break-word;
}

div.informations
{
	background: #e1fbe2;
	color: #389c3c;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 20px;
	word-break: break-all;
  	word-wrap: break-word;
}

nav#neo-navbar
{
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #202020;
	position: fixed;
}

nav#neo-footer
{
	height: 60px;
	display: none;
	background: #202020;
}

div.neo-page-footer
{
	margin-left: auto;
	margin-right: auto;
}

div#content
{
	margin-top: 72px;
	/* background-color: rgba(39, 39, 39, 0.99); */
}

.neo-popup
{
	position: fixed; 
	left: 0; top: 0; width: 100%; 
	display: none; 
	overflow: hidden; 
	z-index: 9998;
	height: 100%;
}

.neo-popup-menu
{
	width: 100%;
	height: 61px;
	overflow: hidden;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #4BB79E;
}

.neo-popup-menu .closer
{
	margin: 0 1.0em; 
	padding: 0.7em 0 0.2em 0;
	cursor: pointer;
}

.neo-popup-menu .closer i
{
	color: white;
	font-size: 1.0em;
}

.neo-popup-menu .navigation
{
	padding: 0.7em 0 0.2em 0; 
	float: right;
	cursor: pointer;
}

.neo-popup-menu .navigation.next
{
	margin: 0 1.0em;
}

.neo-popup-menu .navigation.previous
{
	margin: 0 0em; 
}

.neo-popup-menu .navigation i
{
	color: white; 
	font-size: 1.0em;
}

.neo-popup-menu .navigation i.disabled
{
	color: gray; 
}

.neo-popup-content
{
	width: 100%;
	height: -moz-calc( 100% - 100px );
    height: -webkit-calc( 100% - 100px );
    height: calc( 100% - 100px );
    overflow-y: auto; 
    overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
}

.neo-popup-footer
{
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #4BB79E;
}

.neo-sidebar
{
	position: fixed; 
	left: 0; top: 0; width: 100%; 
	display: none; 
	overflow: hidden; 
	z-index: 9999;
	height: 100%;
	height: -moz-calc( 100% + 100px );
    height: -webkit-calc( 100% + 100px );
    height: calc( 100% + 100px );
}

.neo-sidebar-top
{
	position: fixed;
	left: 0; top: 0; 
	width: 300px; 
	height: 60px;
}

.neo-sidebar-top button.right
{
	float: right;
}

.neo-sidebar-top h2.center
{
	float: left;
	margin: 0 1.1em;
    padding: 1.2em 0 0.5em 0;
}

.neo-sidebar-top h1.center
{
	float: left;
	margin: 0 1em;
    padding: 0.9em 0 0.5em 0;
}

.neo-sidebar-content
{
	height: 100vh;
    overflow-y: auto; 
    overflow-x: hidden;
	width: 300px;
}

.neo-sidebar-content.left
{
	float: left; 
	text-align: left;
}

.neo-sidebar-content.right
{
	float: right; 
	text-align: left;
}

.pad-0 { padding: 0; }
.pad-5 { padding: 5px; }
.pad-10 { padding: 10px; }
.pad-20 { padding: 20px; }
.mar-0 { margin: 0; }
.mar-5 { margin: 5px; }
.mar-10 { margin: 10px; }
.mar-20 { margin: 20px; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1px; }
.mt-2 { margin-top: 2px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.fullheight { height: 100%; }
.opac-black-80 { background: rgba( 0, 0, 0, 0.8 ); }
.opac-black-70 { background: rgba( 0, 0, 0, 0.7 ); }
.opac-black-60 { background: rgba( 0, 0, 0, 0.6 ); }
.opac-black-50 { background: rgba( 0, 0, 0, 0.5 ); }
.opac-basecolor-80 { background: rgba( 39, 39, 39, 0.8 ); }
.opac-basecolor-70 { background: rgba( 39, 39, 39, 0.7 ); }
.opac-basecolor-60 { background: rgba( 39, 39, 39, 0.6 ); }
.opac-basecolor-50 { background: rgba( 39, 39, 39, 0.5 ); }
.opac-basecolor-20 { background: rgba( 39, 39, 39, 0.2 ); }
.opac-ligthcolor-80 { background: rgba( 139, 93, 164, 0.8 ); }
.opac-ligthcolor-70 { background: rgba( 139, 93, 164, 0.7 ); }
.opac-ligthcolor-60 { background: rgba( 139, 93, 164, 0.6 ); }
.opac-ligthcolor-50 { background: rgba( 139, 93, 164, 0.5 ); }
.opac-ligthcolor-20 { background: rgba( 139, 93, 164, 0.5 ); }
.opac-ligthcolor-10 { background: rgba( 139, 93, 164, 0.1 ); }
.shadow-border-left { box-shadow: -2px 0px 15px black; }
.shadow-border-bottom { box-shadow: 0px 1px 10px black; }
.shadow-border-top { box-shadow: 0px -5px 15px black; }
button:focus { outline: none; }
button::-moz-focus-inner { border: 0; }
.background.lighty { background: #587784; }
.background.colored { background: #a21560; }
.background.light { background: #587784; }
.background.lighti { background: #587784; }
.background.lighter { background: #587784; }
.background.dark { background: rgb( 32, 32, 32 ); }
.background.darker { background: #080005;  }
.background.white { background: #FFFFFF;  }
.background.status.confirmed { background: #0ABAB5; color: white; }
.background.status.pending { background: #E85050; color: white; }
.max-lines-3 { max-height: 3.6em; line-height: 1.8em; }
.lower { text-transform: lowercase; }
.upper { text-transform: uppercase; }
.bold { font-weight: 400; }
.colored { color: #4BB79E; }
.right { text-align: right; }
.empty { color: #4BB79E }
.status.confirmed { color: #0ABAB5; }
.status.pending { color: #E85050; }
i.fa.gray { color: #a1a0a0; }

img.indicator16
{
	margin-top: 30px;
}

div.menu 
{
	width: 100%;
	text-align: right; 
	padding-top: 13px; 
	padding-bottom: 0px; 
	color: white; 
}

div.menu.overlay
{
	width: 100%;
	height: 1000px;
	text-align: left; 
	padding: 40px; 
	color: white; 
}

div.menu span.item 
{
	margin: 10px;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
}

div.menu.overlay div.item
{
	margin: 0px 10px;
	font-size: 2em;
	font-family: 'Montserrat';
}

div.sidebar.menu.text
{
	color: white;
	padding: 16px 30px; margin: 0;
	font-size: 1.0em;
	font-family: 'Montserrat';
	position: relative;
}

div.sidebar.menu.text .badge
{
    position: absolute;
    left: 250px; top: 16px;
	min-width: 20px; height: 20px;
	border-radius: 10px;
    color: white;
    text-align: center;
    background-color: #6798A0;
    font-size: 1.2em;
    padding: 2px 6px;
}

div.with-badge { position: relative; }
div.with-badge .badge
{
    position: absolute;
    right: 10px; top: 0px;
	min-width: 20px; height: 20px;
	border-radius: 10px;
    color: white;
    text-align: center;
    background-color: #6798A0;
    font-size: 0.9em;
    padding: 4px 6px;
}

div.points.badge
{
	position: absolute; 
	left: 0px; top: 9px; 
    width: 40px; height: 40px;
	border-radius: 40px;
    color: white;
    text-align: center;
    background-color: #6798A0;
    font-size: 1.2em;
    padding: 7px 6px;
}

div.points.badge.plus
{
    background-color: #119199;
}

div.points.badge.minus
{
    background-color: #DA413D;
}

div.content
{
	width: 100%;
	color: white;
	padding: 0; margin: 0;
	/* border: 1px solid lightgray; */
}

div.content.block
{
	background-color: #563569;
}

div.content.text
{
	color: white;
	padding: 0; margin: 0;
	font-size: 1.0em;
	font-family: 'Montserrat';
}

div.checkout
{
	position: relative;
	width: 100%; height: 100%;
	padding: 0; margin: 0;
}

div.checkout button
{
	position: absolute;
	top: -50px; width: 140px; height: 90px;
	left: -moz-calc( 50% - 70px );
    left: -webkit-calc( 50% - 70px );
    left: calc( 50% - 70px );
	padding: 3px 10px; margin: auto; 
	margin-top: 0; margin-bottom: 0;
	border-top-left-radius: 140px;
	border-top-right-radius: 140px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #4BB79E;
}

div.checkout button[disabled=true]
{
	background: rgb(95 95 95 / 20%);
	border: 1px solid rgb(45 45 45 / 50%);
	color: #4BB79E;
}

div.basketSummary
{
	position: relative;
	border: 1px solid white;
	width: 100px; height: 40px;
	padding: 0; margin: 0;
	border-radius: 40px;
	background: white;
}

div.basketSummary.disabled
{
	background: rgba( 180, 180, 180, 0.2 );
	border: 1px solid rgba( 180, 180, 180, 0.3 );
}

div.basketSummary.right
{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	float: right; 
}

div.basketSummary.left
{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left; 
}

div.basketSummary.left
{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left; 
}


div.basketSummary .icon
{
	position: absolute;
	top: 10px; width: 20px; height: 18px;
	color: #341E40; padding: 0;
}

div.basketSummary .icon.left
{
	left: 4px; text-align: left;
	border-right: 1px solid #4BB79E; 
}

div.basketSummary.disabled .icon.left
{
	border-right: 0; 
}

div.basketSummary .icon.right
{
	right: 4px; text-align: right;
	border-left: 1px solid #4BB79E; 
}

div.basketSummary.disabled .icon.right
{
	border-right: 0; 
}

div.basketSummary .text
{
	position: absolute;
	top: 10px; width: 100px; height: 16px;
	color: #341E40; padding: 0;
}

div.basketSummary .text.right
{
	right: 8px; 
	text-align: right;
}

div.basketSummary .text.left
{
	left: 8px; 
	text-align: left;
}

img.userPicture 
{
	width: 100%;
	border-radius: 50%;
	border: 1px solid #4BB79E;
	background: #6e4081;
}

div.content.text.max-lines
{
	display: block; 
 	text-overflow: ellipsis;
  	word-wrap: break-word;
  	overflow: hidden;
	line-height: 1.2em;
}

div.content.max-lines.lines-1 { height: 1.2em; }
div.content.max-lines.lines-2 { height: 2.4em; }
div.content.max-lines.lines-3 { height: 3.6em; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }

h1.iconed { position: relative; padding-left: 35px; }
h1.iconed i { position: absolute; left: 0px; top: 2px; width: 25px; font-size: 1.0em; }

h3.iconed { position: relative; padding-left: 25px; }
h3.iconed i { position: absolute; left: 0px; top: 0; width: 25px; font-size: 1.1em; }

hr 
{
  	margin-top: 1rem;
  	margin-bottom: 1rem;
  	border: 0;
  	border-top: 1px solid #424141; 
}

hr.light
{
  	border-top: 1px solid #4BB79E; 	
}

hr.colored
{
  	border-top: 1px solid #4c2a5e; 	
}

hr.dark
{
  	border-top: 1px solid #472858; 	
}

button
{
	border: 1px solid #4BB79E;
	background: #4BB79E;
	color: white;
	outline: 0;
	cursor: pointer;
}

button.disabled
{
	background: #c0c0c0;
}

button.navbar-toggler
{
	margin: 0 0.8em; 
	padding: 0.2em 0 0.2em 0;
}

button.navbar-toggler i:hover
{
	color: #d6d6d6 !important;
}

button.navbar-closer.right
{
	margin: 0 1em;
	padding: 0.7em 0 0.5em 0;
	border: 0;
	font-size: 1.6em;
}
button.inverse
{
	background: #4BB79E;
}

button.inverse:hover
{
	background: #4BA2BC;
	border: 1px solid #4BB79E;
}

button.invers
{
	background: #4BB79E;
}

button:hover
{
	background:  #4BB79E;
}

button.nohover:hover
{
	background: none;
}

button.facebook
{
	border: 1px solid #3b5998;
	background: #3b5998;
}

button.facebook:hover
{
	background: #0855a6;
	border: 1px solid grey;
}

button.thirdParty
{
	border: 1px solid #4BB79E;
	background: #4BB79E;
}

button.thirdParty:hover, input[type=submit].thirdparty:hover
{
	background: #4BB79E ;
}

input[type=submit].thirdparty
{
	border: 1px solid #4BB79E;
	background: #4BB79E;
	color: white;
	padding: 10px;
}

input[type=submit].thirdparty:hover
{
	background: #4BB79E ;
	cursor: pointer;
}

button.thirdParty.dark
{
	border: 1px solid #54335c;
	background: #200627;
}

button.thirdParty.dark:hover
{
	border: 1px solid #200627;
	background: #54335c;
}

button.thirdParty.disabled
{
	border: 1px solid #587784;
	background: #587784;
	cursor: default;
}

button.thirdParty[disabled=disabled]
{
	color: black;
	border: 1px solid rgba( 58, 170, 224, 0.2 ) !important;
	background-color: rgba( 58, 170, 224, 0.2 ) !important;
	cursor: default;
}

button.thirdParty[disabled=true]
{
	color: black;
	border: 1px solid rgba( 58, 170, 224, 0.2 ) !important;
	background-color: rgba( 58, 170, 224, 0.2 ) !important;
	cursor: default;
}

button.thirdParty.disabled:hover
{
	background: #6798A0;
}

button.thirdParty.red
{
	border: 1px solid #6798A0;
	background: #6798A0;
}

button.thirdParty.red:hover
{
	background: #6798A0;
}

button.thirdParty.green
{
	border: 1px solid #6798A0;
	background: #6798A0;
}

button.thirdParty.green:hover
{
	background: #6798A0;
	border: 1px solid #6798A0;
}

button.thirdParty.white
{
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #4BB79E;
}

button.thirdParty.white:hover
{
	opacity: 0.8;	
}

button.circle
{
    background-color: #4BB79E;
    width: 23px; height: 23px;
    padding: 0px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

button.circle.big
{
    width: 46px; height: 46px;
}

button.circle:hover
{
    border: 1px solid #ffffff;
	background: #ffffff;
    color: #4BB79E;
}

a, a:hover, a:active, a:focus
{
	outline: 0;
	color: #4BB79E;
	padding: 0; margin: 0;
	font-size: 1.0em;
	text-decoration: none;
}

div.neo-badge-content
{
	width: 100%;
	text-align: center;
	background-color: #6798A0;
	font-size: 1.2em;
	padding: 8px 0px;
	border-radius: 25px;
	margin-right: 10px;
}

div.neo-badge-content.hidden
{
	display: none;
}

/***************************************/
/* Some CSS espcially for forms ********/
/***************************************/
.mandatory_error { display: none; text-align: left; }
.mandatory_error.light { color: #f69f6f; }
.mandatory_error.dark { color: #f69f6f; }
.mandatory_border { border-bottom: 1px solid #f69f6f !important; }

.forms_input { border: 0; border-bottom: 1px solid #f69f6f !important; width: 100%; padding: 0px; overflow: hidden; text-align: left; }
.forms_textarea { border: 0; border-bottom: 1px solid #f69f6f !important; width: 100%; padding: 0px; overflow: hidden; text-align: left; }

.forms_input_mandatory { border: 0; width: 100%; padding: 0px; overflow: hidden; text-align: left; }
.forms_input_mandatory.follow.mandatory { color: #ff4500; border-top: 1px solid #ff4500 !important; text-align: left; width: 100%; }
.forms_input_mandatory.follow.error { color: #f69f6f; border-top: 1px solid #f69f6f !important; text-align: left; width: 100%; }
.forms_input_mandatory.follow.okay { color: #01bdbd; border-top: 1px solid #01bdbd !important; text-align: left; width: 100%; }
.forms_input_mandatory.follow.facebook { color: #6a84bd; border-top: 1px solid #01bdbd !important; text-align: left; width: 100%; }

.forms_select_mandatory { border: 0; width: 100%; padding: 0px; overflow: hidden; text-align: left !important; }
.forms_select_mandatory.follow { text-align: left !important; width: 100%; margin-top: 2px; }
.forms_select_mandatory.follow.mandatory { color: #ff4500; border-top: 1px solid #ff4500 !important; text-align: left; width: 100%; }
.forms_select_mandatory.follow.error { color: #f69f6f; border-top: 1px solid #f69f6f !important; text-align: left; width: 100%; }
.forms_select_mandatory.follow.okay { color: #01bdbd; border-top: 1px solid #01bdbd !important; text-align: left; width: 100%; }
.forms_select_mandatory.follow.facebook { color: #6a84bd; border-top: 1px solid #01bdbd !important; text-align: left; width: 100%; }
.forms_select_mandatory select.lighter { background: #4BB79E !important; }
.forms_select_mandatory select.darker { background: #587784 !important; }
.forms_select_mandatory select
{
	width: 100%;
	border: 0;
	color: white;
  	padding: 0;
  	margin: -2px;
  	text-align: left; 
	-webkit-appearance: none;
	-moz-appearance: none; 
    appearance: none;
}

.select_box
{
  	width: 100%;
  	overflow: hidden;
  	border: 1px solid #4BB79E;
  	position: relative;
  	padding: 0px;
  	background: #4BB79E;
}

.select_box:after 
{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    position: absolute;
    top: 12px;
    right: 11px;
    content: "";
    z-index: 99;
}

.select_box select
{
	width: 100%;
	border: 0;
	position: relative;
  	background: #4BB79E;
	color: #FFFFFF;
  	padding: 5px 8px;
	z-index: 98;
	-webkit-appearance: none;
	-moz-appearance: none; 
    appearance: none; 
}

div.inputs
{
	background: none;
	padding: 2px 0px; 
	margin: 0px; 
	border: 0; 
	/* border-bottom: 1px solid #4BB79E; */
}
div.inputs input
{
	width: 100%;
	background: none;
    border: 0;
	padding: 0; 
	margin: 0; 
    color: white;
	outline: 0;
}
div.inputs textarea
{
	width: 100%;
	height: 100%;	
	background: none;
    border: 0;
	padding: 0; 
	margin: 0; 
    color: white;
	outline: 0;
}

div.inputs select
{
	width: 100%;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	color: white;
	outline: 0;
}

div.inputs-light select
{
	background-color: #4BB79E;
}

div.inputs.dark input::-moz-placeholder { color: #4BB79E; }
div.inputs.dark input:-ms-input-placeholder { color: #4BB79E; }
div.inputs.dark input::-webkit-input-placeholder { color: #4BB79E; }
div.inputs.dark textarea::-moz-placeholder { color: #4BB79E; }
div.inputs.dark textarea:-ms-input-placeholder { color: #4BB79E; }
div.inputs.dark textarea::-webkit-input-placeholder { color: #4BB79E; }
div.inputs.light input::-moz-placeholder { color: #587784; }
div.inputs.light input:-ms-input-placeholder { color: #587784; }
div.inputs.light input::-webkit-input-placeholder { color: #587784; }
div.inputs.light textarea::-moz-placeholder { color: #587784; }
div.inputs.light textarea:-ms-input-placeholder { color: #587784; }
div.inputs.light textarea::-webkit-input-placeholder { color: #587784; }

div.input i
{
	left: 0; top: 0;
	width: 20px; height: 20px;
	color: white; padding-top: 5px;
    font-size: 12px;
}

div.input
{
	position: relative;
	background: #587784;
	padding: 5px; 
	height: 35px;
}

div.input i
{
	left: 0; top: 0;
	width: 20px; height: 20px;
	color: white; padding-top: 5px;
    font-size: 12px;
}

div.input input
{
	left: 25px; top: 12px;
	width: -moz-calc( 100% - 25px );
    width: -webkit-calc( 100% - 25px );
    width: calc( 100% - 25px );
    height: 20px;
    background: none;
    border: 0;
    color: white;
    font-size: 12px;
	outline: 0;
}

div.input input::-moz-placeholder { color: #ffffff; }
div.input input:-ms-input-placeholder { color: #ffffff; }
div.input input::-webkit-input-placeholder { color: #ffffff; }

.divider
{
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

div.voucher_hint
{
	background-color: #6798A0;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    padding-top: 60px;
    color: white;
    margin: 0;
    margin-left: 10px;
    height: 100%;
    text-align: center;
}

/***************************************/
/**** Som WordPress specific styles ****/
/***************************************/
div.wp_main_menu
{
	width: 100%;
	text-align: right; 
	padding-top: 13px; 
	padding-bottom: 0px; 
	color: white; 
}

div.wp_main_menu ul
{
	padding-top: 13px; 
	padding-bottom: 0px; 
	color: white; 
    margin:  0;
    padding:  0;
    float: right;
}

div.wp_main_menu li
{
	display: block;
    float: left;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    text-decoration: none;
	position: relative;
}

div.wp_main_menu li.menu-item a
{
	outline: 0;
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	text-decoration: none;
	text-transform: uppercase;
}

div.wp_main_menu_overlay
{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: left;	
    padding: 20px 0px;
    /** height: auto !important; **/
    /** min-height: 942px !important; **/
}

div.wp_main_menu_overlay li
{
	display: block;
}

div.wp_main_menu_overlay ul
{
    padding-left: 0px;
}

div.wp_main_menu_overlay li.menu-item a
{
	display: block;
	padding: 6px 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 30px 0px 30px;
}

/** div.wp_main_menu_overlay li.menu-item a:hover, div.wp_main_menu_overlay li.menu-item a:active
{
	background-color: #2F2242 !important;
} **/

div.wp_main_menu_overlay li.menu-item ul.sub-menu a
{
	display: block;
	padding: 6px 50px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	font-size: 2em;
	font-weight: normal !important;
}

/** #menu-item-infos:hover ul.sub-menu a, #menu-item-kontakt:hover ul.sub-menu a
{
	display: initial;
} **/

div.wp_sidebar_menu
{
	width: 100%;
}

div.wp_sidebar_menu ul
{
	margin: 0;
	padding: 0;
}

div.wp_sidebar_menu li
{
	display: block;
	background: #472858;
	margin: 2px 0 0 0;
	padding: 16px 30px;
}

div.wp_main_menu li.menu-item ul.sub-menu
{
	position: absolute;
    margin-top: 0px;
    display: none;
    background: #341E40;
    text-align: left;
    padding: 0 0px 10px 10px;
    margin-left:  -10px;
}

div.wp_main_menu li.menu-item ul.sub-menu li
{
	display: block;
    padding: 3px 0px 0px 0px;
    font-size: 0.9em;
    float: left;
    white-space: nowrap;
}

div.wp_main_menu li.menu-item:hover > ul
{
    display: block;
}

div.wp_sidebar_menu li.menu-item a
{
	outline: 0;
	color: #ffffff;
	text-transform: uppercase;
	text-transform: uppercase;
	font-size: 1.0em;
	position: relative;
}

div.wp_sidebar_menu.badge
{
    position: absolute;
    left: 250px; top: 16px;
	min-width: 20px; height: 20px;
	border-radius: 10px;
    color: white;
    text-align: center;
    background-color: #6798A0;
    font-size: 1.2em;
    padding: 2px 6px;
} 

div.u18-video-container 
{ 
	width: 100%; height: 100%;
	padding-top: 56.25%; 
	position: relative;
}

div.u18-video-container IFRAME
{
	position: absolute; 
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
}

.wp_contact_form_input { border: 0; background: white; width: 100%; padding: 0px; text-align: left; position: relative; height: 30px; }
.wp_contact_form_input .addon { position: absolute; color: #c0c0c0; top: 6px; width: 30px; }
.wp_contact_form_input .addon.left { left: 10px;}
.wp_contact_form_input .addon.right { right: 10px; }
.wp_contact_form_input .addon.right.mandatory { color: #4BB79E; }
.wp_contact_form_input span { left: 30px; top: 0px; width: 100%; }
.wp_contact_form_input span input { outline: none !important; box-shadow: none !important; font-size: 1.0em; border: 0; margin: 0; padding: 0; height: 30px; width: 90%; width: -moz-calc( 100% - 60px ); width: -webkit-calc( 100% - 60px ); width: calc( 100% - 60px ); }
.wp_contact_form_input span input[type=file] { outline: none !important; box-shadow: none !important; font-size: 1.0em; border: 0; margin: 0; padding: 0; padding-top: 3px; height: 30px; width: 90%; width: -moz-calc( 100% - 60px ); width: -webkit-calc( 100% - 60px ); width: calc( 100% - 60px ); }
.wp_contact_form_input span select 
{ 
	outline: none !important;
	box-shadow: none !important; 
	font-size: 1.0em; 
	border: 0; 
	margin: 0; 
	margin-left: -5px; 
	padding: 0; height: 30px !important; 
	width: 90%; 
	width: -moz-calc( 100% - 60px ); 
	width: -webkit-calc( 100% - 60px ); 
	width: calc( 100% - 60px ); 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}
.wp_contact_form_input span select option { background: #FFFFFF !important; }
.wp_contact_form_input span span[role=alert] { color: #ffa2a2; margin-left: -30px; }
.wp_contact_form_checkbox { position: relative; }
.wp_contact_form_checkbox span.wpcf7-list-item-label { display: none; }
.wp_contact_form_checkbox input[type=checkbox] { position: absolute; left: 13px; top: -7px; height: 20px; width: 20px; margin-top: 5px; margin-left: -13px; }
.wp_contact_form_checkbox .label { position: absolute; left: 27px; top: -12px; }
.wpcf7-response-output { border: 0 !important; padding: 20px !important; margin: 0px !important; margin-bottom: 2px; margin-top: 2px; }
.wpcf7-response-output.wpcf7-validation-info { background: #e1fbe2; color: #389c3c; }
.wpcf7-response-output.wpcf7-validation-errors { background: #ffa6a6; color: #ba4646; }
.wpcf7-response-output.wpcf7-mail-sent-ok { background: #e1fbe2; color: #389c3c; }
.wpcf7-response-output.wpcf7-spam-blocked { background: #ffa6a6; color: #ba4646; }
.wpcf7-form-control-wrap span[role=alert] { color: #ffa2a2; margin-left: 0px; margin-top: 0px !important; }
.wpcf7-form.sent .wpcf7-response-output { background: #e1fbe2; color: #389c3c; }
.wpcf7-form.invalid .wpcf7-response-output { background: #ffa6a6; color: #ba4646; }

.wp_contact_form_textarea { border: 0; background: white; width: 100%; padding: 0px; text-align: left; position: relative; height: 200px; }
.wp_contact_form_textarea .addon { position: absolute; color: #c0c0c0; top: 6px; width: 20px; }
.wp_contact_form_textarea .addon.right { right: 10px; }
.wp_contact_form_textarea .addon.right.mandatory { color: #4BB79E; }
.wp_contact_form_textarea span { left: 0px; top: 0px; width: 100%; }
.wp_contact_form_textarea span textarea { outline: none !important; box-shadow: none !important; font-size: 1.0em; border: 0; margin: 0; height: 200px; width: 90%; width: -moz-calc( 100% - 25px ); width: -webkit-calc( 100% - 25px ); width: calc( 100% - 25px ); max-height: 100%; }
.wp_contact_form_textarea span span[role=alert] { color: #ffa2a2; }
/** div.wpcf7 .ajax-loader { background-image: url( "../images/indicators/32/indicator_leaf.gif") !important; width: 32px !important; height: 32px !important; } **/

div.wpcf7 .ajax-loader 
{
	position: relative !important;
	background-image: none !important;
	width: 32px !important;
	height: 32px !important;
	background: transparent !important;
	padding: 20px;
	border: 3px solid #6b6b6b !important;	
	border-radius: 50% !important;	
}

div.wpcf7 .ajax-loader:before
{
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 32px;
	height: 32px;
	border: 3px solid transparent;
	border-top: 3px solid #4BB79E;
	border-right: 3px solid #4BB79E;
    border-radius: 50%;
    animation: animateCircle 2s linear  infinite;
}

a#lg-download{ font-family: lg; }
.datetimepicker { color: black; }
p { margin-bottom: 0em !important; }
.grecaptcha-badge { display: none; }
span.wpcf7-not-valid-tip { margin-top: 10px !important; }

div.footer-menu ul{ padding: 0px !important; margin: 0px !important; }

div.footer-menu ul li{ padding: 3px; list-style: none; display: inline; }

a { overflow-wrap: break-word; word-wrap: break-word;	}
#dtnz-list { word-wrap: break-word; }
#dtnz-list li{ margin: 10px; }
#dtnz-list li ol li{ margin: 10px; }

@media (max-width: 37.5em) { #einlass-header{ font-size:2.4em !important; }   }

#app-section-logged 
{
	position: relative;  
	width: 300px; 
	/** margin-top: 112px; **/ 
}
#app-section-unlogged { position: absolute; bottom: 100px; width: 300px; }
@media (max-height: 700px) { #app-section-unlogged { position: relative !important; bottom: 0px !important; }   }  
@media (min-height: 960px) { #app-section-logged { position: absolute !important;  width: 300px; bottom: 100px; } }

.memberlobby_wrapper{width:80%;height:100%;margin:0 auto;}
.memberlobby_iframe{position:relative;}
.memberlobby_iframe .ratio {display:block;width:100%;height:auto;}
.memberlobby_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
.grecaptcha-badge { display: none; }

.page-link
{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #FFFFFF !important;
    background-color: #41284e;
    border: 1px solid #808080;
}

.page-link.active{ background-color: #a8005b !important; }
.page-link:hover, .page-link:active{ background-color: #a8005b !important; }

select option {
    background: rgba(0, 0, 0, 0.3);
    background: rgba(39, 39, 39, 0.88);
}

.white-button:hover
{
	background-color: #d6d6d6 !important;
}

.ring-loader
{
	position: relative !important;
	background-image: none !important;
	width: 32px !important;
	height: 32px !important;
	background: transparent !important;
	border: 3px solid #6b6b6b !important;	
	border-radius: 50% !important;	
}

.ring-loader:before
{
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	padding: 10px;
	margin: 0;
	width: 32px;
	height: 32px;
	border: 3px solid transparent;
	border-top: 3px solid #2f1323;
	border-right: 3px solid #2f1323;
    border-radius: 50%;
    animation: animateCircle 1s linear infinite;
}

/** Animate **/
@keyframes animateCircle
{
    0% 
    {
        transform: rotate(0deg);
    }
    
    30% 
    {
        border-top: 3px solid #4BB79E;
		border-right: 3px solid #4BB79E;
    }

    100% 
    {
        transform: rotate(360deg);
    }
}

select::-ms-expand { display: none; }


div.wpcf7 input[type='file'] { padding: 0 10px !important; }
div.wpcf7 input[type='file']::-ms-value { background: none !important; border: none !important; }
div.wpcf7 input[type='file']::-webkit-file-upload-button { padding: 5px 5px !important; } 

.pad-article { padding: 5px 15px 15px 15px; }

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { padding: 9px; }

.areabtn { background-color: #587784; border: 0; font-size: 1.0em; font-family: 'Montserrat'; }
.areabtn.active { background-color: #4BB79E; }