/*body {
	--offset-top: 0px;
}*/

#mast-head {
	position: fixed;
	width: 100%;
	top: 0px;
	overflow: visible;
	z-index: 99;
}

#header-bar {
	width: 100%;
	box-sizing: border-box;
	top: 0px;
	overflow: visible;
	z-index: 99;
	height: var(--menu-height-small);
}

@media screen and (min-width: 992px) {
	#header-bar {
		height: var(--menu-height-large);
	}
}

#header-bar .inside,
#top-strip .inside {
	max-width: var(--max-width-large);
}

#header-bar.static {
	position: relative;
}

#top-strip {
	height: var(--offset-top);
	font-size: 80%;
}

#top-strip .inside {
	padding: 0 15px;
}

#top-strip .inside>div {
	width: auto;
}

#top-strip p {
	margin-bottom:0;
}

#top-strip a::after {
  display:none;
}

#top-strip [class*="ce_"] {
	padding: 0 10px;
}

#nav {
	z-index: 9;
	padding: 0;
}

#nav.block {
	overflow: visible;
}

.pre-header,
#top-strip {
	display: flex;
	justify-content: center;
}

.pre-header.stacked {
	flex-direction: column;
}

.pre-header .inside,
#top-strip .inside {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#top-strip .inside {
	justify-content: flex-end;
}

#top-strip.links-left .inside {
	justify-content: flex-start;
}

.pre-header>.inside {
		width: 100%;
	}

.pre-header div[class*="mod_"] {
	width: auto;
}

.pre-header .top-links {
	display: flex;
	align-items: center;
}

.pre-header .top-links > div {
	padding: 0 10px;
	width: auto;
	overflow: visible;
}
.pre-header .top-links *[class*="btn"] a {
	margin-bottom: 0;
}

.pre-header #top-links .inside div,
.pre-header #top-links .inside button {
	margin-right: .7rem;
}

#brand {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#brand .logo > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
		padding: 0 10px;
}

#brand .logo p {
	padding:0;
	margin:0;
}

#brand a.logo {
	color: var(--logo-text-color);
}

.no-header #ef_columns {
	padding-top: calc(var(--menu-height-small) + var(--offset-top,0px));
}

@media screen and (min-width: 992px) {
.no-header #ef_columns {
	padding-top: calc(var(--menu-height-large) + var(--offset-top,0px));
	}
}
a.invisible {
	visibility: hidden;
}

.mm-spn.mm-spn--light {
	color: #000;
	background: #fff;
}

.mm-spn strong {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
}

.mm-spn span.active {
	font-weight: bold;
}

.mmenu_toggler {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	left: 10px;
	z-index: 999;
	width: 28px;
	outline: none;
	cursor: pointer;
	padding: 0 10px 0 0;
	border-radius: 100%;
}

@media (min-width : 992px) {
	.mmenu_toggler {
		margin-right: 2rem;
		}
}

.mmenu_toggler span,
.mmenu_toggler span::before,
.mmenu_toggler span::after {
	position: absolute;
	content: "";
	width: 28px;
	height: 2.5px;
	background: var(--link-color);
	border-radius: 20px;
	transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mmenu_toggler:hover span,
.mmenu_toggler:hover span::before,
.mmenu_toggler:hover span::after {
	background: var(--link-color-hover);
}

.mmenu_toggler span::before {
	top: -8px;
}

.mmenu_toggler span::after {
	top: 8px;
}

body.boxed {
	margin: 0 0 20px 0;
}

.boxed .custom {
	display: flex;
	justify-content: center;
}

.boxed #mast-head,
.boxed .pre-header {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*@media (min-width : 992px) {
	.boxed #mast-head,
	.boxed .pre-header {
		max-width: var(--max-width-medium);
	}
}*/

@media (min-width : 1200px) {
	.boxed #mast-head,
	.boxed .pre-header {
		max-width: var(--max-width-large);
	}
}

.headroom--pinned {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#mast-head.headroom--not-top {
/*	-ms-transform: translateY(calc(0px - var(--top-strip-height)));
	-webkit-transform: translateY(calc(0px - var(--top-strip-height)));*/
	transform: translateY(calc(0px - var(--offset-top)));
}

.headroom--unpinned {
	-ms-transform: translateY(-100%) !important;
	-webkit-transform: translateY(-100%) !important;
	transform: translateY(-100%) !important;
}

#mast-head.headroom--top {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.inside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*="ce_"] [class*="ce_"],
[class*="ce_"] [class*="mod_"] {
	padding: 0;
}

[class*="mod_news"], [class*="mod_event"], [class*="mod_breadcrumb"], [class*="mod_search"] {
	padding: 0 15px;
}

.mod_article .inside {
	z-index: 2;
}

#ef_header .mod_article .inside {
	z-index: inherit;
}

.mod_article,
.mod_wrapper {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.ce_image {
	position: relative;
}

#ef_main .mod_article.no-margin .inside {
	padding: 0 0 0 0;
}

.mod_navigation.horizontal {
	position: absolute;
	height: 50px;
	line-height: 2.5em;
	z-index: 3;
}

.mod_navigation.horizontal ul.level_1 {
	float: right;
}

.mod_navigation.horizontal li {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
}

.mod_navigation li {
	list-style: none;
}

.mod_navigation a,
.mod_navigation span,
.mod_navigation strong {
	text-decoration: none;
}

.mod_navigation a:before,
.mod_navigation span:before,
.mod_navigation strong.active:before {
	padding-right: .3em;
}

.ce_table,
.mod_calendar {
	overflow-x: auto;
}

.image_container {
	position: relative;
}

.image_container.float_left {
	margin-right: 3em;
}

.image_container.float_right {
	margin-left: 3em;
}

.layout_full .ce_text {
	padding-left: 0;
	padding-right: 0;
}

img {
	vertical-align: middle;
}

.image_container {
	line-height: 0;
}

.ce_gallery>ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.ce_gallery>ul li {
	float: left;
}

.ce_gallery>ul li.col_first {
	clear: left;
}

.ce_gallery>ul li {
	margin-bottom: 0;
	position: relative;
}

.checkbox_container span,
.radio_container span {
	display: block;
	padding-left: .05em;
	padding-right: 1em;
}

.hero .inside, .hero [class*="ce_"], [class*="ce_"].hero  {
	padding: 0;
	margin: 0 !important;
}

.hero .ce_text {
	padding: 0 !important;
}

.hero_bg {
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
  align-content: center;
  align-items: center;
}

.hero_bg.fixed-bg {
	background-attachment: fixed;
}

.hero_inside {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/*align-items: center;*/
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 2;
}

.hero-button {
	margin-top: 2rem!important;
}

.hero img {
	width: 100%;
}

.hero-full .hero_bg, .hero-100 .hero_bg {
	height: 100vh;
}

.hero-lg .hero_bg, .hero-80 .hero_bg {
	height: 80vh;
}

.hero-md .hero_bg, .hero-60 .hero_bg {
	height: 60vh;
}

.hero-sm .hero_bg, .hero-40 .hero_bg {
	height: 40vh;
}

.hero-xs .hero_bg, .hero-20 .image-section_bg {
	height: 20vh;
}

[class*="hero-"] .ce_image, [class*="hero-"].ce_text {
	padding: 0!important;
}

[class*="hero-"] p, [class*="hero-"] h1, [class*="hero-"] h2, [class*="hero-"] h3, [class*="hero-"] h4, [class*="hero-"] h5, [class*="hero-"] h6 {
	margin: 0!important;
	padding-bottom: 1em;
}

.ce_sliderStart.hero {
	padding: 0 !important;
}

.ce_gallery>ul.cols_2 li {
	width: 50%;
}

.ce_gallery>ul.cols_3 li {
	width: 33.33%;
}

.ce_gallery>ul.cols_4 li {
	width: 25%;
}

.ce_gallery>ul.cols_5 li {
	width: 20%;
}

.ce_gallery>ul.cols_6 li {
	width: 16.66%;
}

.ce_gallery>ul.cols_7 li {
	width: 14.285%;
}

.ce_gallery>ul.cols_8 li {
	width: 12.5%;
}

nav.pagination {
		display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.pagination li {
	display: inline;
	padding: 1rem;
}

.mod_booknav ul {
	list-style: none;
}

.mod_booknav li {
	float: left;
	padding: 1em;
}

.mod_booknav li a {
	text-decoration: none;
}

.submit_container.block {
	width: auto;
}


/* ---------- useful helper classes ------------ */

.round img {
	border-radius: 50%;
}

.round .image_container a:after {
	display: none;
}

.slider-control .slider-prev {
	left: 1%;
}

.slider-control .slider-next {
	right: 1%;
}

.ce_sliderStart.hide-controls .slider-control {
	display: none;
}

.slider-control .slider-menu {
    font-size: 40px;
    line-height: 1;
	}

.center {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	clear: both;
	text-align: center;
}

.right {
	float: right;
	clear: left;
}

.divider-top,
.divider-bottom,
.divider-top-bottom {
	position: relative;
	overflow: hidden;
}

.divider-top:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 96%;
	top: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.divider-bottom:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 96%;
	bottom: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.divider-top-bottom:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 96%;
	top: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.divider-top-bottom:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 96%;
	bottom: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

/* Border radius */

[class*="mod_"].radius3,
[class*="ce_"].radius3,
.radius3 img:not(.card img),
.box.radius3,
.radius3 .card,
.radius3 .card:not(.carousel .card),
.radius3 .carousel .card .inner,
.radius3.carousel .card .inner,
.radius3 [class*="mod_"],
.radius3 [class*="ce_"],
.radius3 [class*="overlay"]:before,
.radius3 input[type="email"],
.radius3 input[type="number"],
.radius3 input[type="search"],
.radius3 input[type="text"],
.radius3 input[type="tel"],
.radius3 input[type="url"],
.radius3 input[type="password"],
.radius3 input[type="submit"],
.radius3 textarea,
.radius3 select {
	border-radius: 3px;
}

[class*="mod_"].radius5,
[class*="ce_"].radius5,
.radius5 img:not(.card img),
.box.radius5,
.radius5 .card,
.radius5 .card:not(.carousel .card),
.radius5 .carousel .card .inner,
.radius5.carousel .card .inner,
.radius5 [class*="mod_"],
.radius5 [class*="ce_"],
.radius5 [class*="overlay"]:before,
.radius5 input[type="email"],
.radius5 input[type="number"],
.radius5 input[type="search"],
.radius5 input[type="text"],
.radius5 input[type="tel"],
.radius5 input[type="url"],
.radius5 input[type="password"],
.radius5 input[type="submit"],
.radius5 textarea,
.radius5 select {
	border-radius: 5px;
}

[class*="mod_"].radius10,
[class*="ce_"].radius10,
.radius10 img:not(.card img),
.box.radius10,
.radius10 .card:not(.carousel .card),
.radius10 .carousel .card .inner,
.radius10.carousel .card .inner,
.radius10 [class*="mod_"],
.radius10 [class*="ce_"],
.radius10 [class*="overlay"]:before,
.radius10 input[type="email"],
.radius10 input[type="number"],
.radius10 input[type="search"],
.radius10 input[type="text"],
.radius10 input[type="tel"],
.radius10 input[type="url"],
.radius10 input[type="password"],
.radius10 input[type="submit"],
.radius10 textarea,
.radius10 select {
	border-radius: 10px;
}


body.boxed {
    background-image:none;
}

#ef_header {
	margin-top: 0;
}

#ef_header-bar {
	height: var(--menu-height-small)
}

#brand, #brand .logo img {
	max-height: calc(var(--menu-height-small) - 10px);
	width: auto;
}

.image_container.float_left {
	margin-right: 1em;
}

.image_container.float_right {
	margin-left: 1em;
}

[class*="style-"] {
	background-attachment: scroll;
	background-position: 50% 0 !important;
}

.mod_navigation.horizontal {
	visibility: hidden;
}

@media only screen and (min-width : 992px) {

body.boxed {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

 /*.boxed #ef_wrapper {
	 max-width: var(--max-width-medium);
 }
*/
#ef_header-bar {
	height: var(--menu-height-large);
}

#brand, #brand .logo img {
		max-height: var(--menu-height-large);
		}

	[class*="style-"] {
		/*This is a hack to avoid display problems on some mobile devices*/
		background-attachment: scroll;
		background-position: 50% 0 !important;
	}
}

/* Desktop version */
@media (min-width: 1200px) {

	.boxed #ef_wrapper {
 	 max-width: var(--max-width-large);
  }

	#ef_header {
		min-height: calc(var(--offset-top) + var(--menu-height-large));
	}

	.boxed #ef_header-bar {
		visibility: visible;
	}

	#ef_header-bar {
		visibility: visible;
	}

	#ef_header-bar>.inside,
	#top-strip>.inside {
		padding-left: 0;
		padding-right: 0;
	}

	#ef_main *[class*="mod_"] .inside,
	#ef_footer *[class*="mod_"] .inside {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		max-width: var(--max-width-large);
	}

	[class*="style-"] {
		/*This is a hack to avoid display problems on some mobile devices*/
		background-attachment: fixed;
		background-position: 50% 0 !important;
	}

}

/* -------------------------------- Typographic definitions -------------------------------- */


body {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

p {
	margin-bottom: 1.250em;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 1.250em 0 0.64em;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
	font-size: 4.209rem;
	line-height: 1.2;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

h2 {
	font-size: 3.157rem;
	line-height: 1.25;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

h3 {
	font-size: 2.369rem;
	line-height: 1.3;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

h4 {
	font-size: 1.777rem;
	line-height: 1.35;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h5 {
	font-size: 1.333rem;
	line-height: 1.5;
	margin-top: 1rem;
}

h6 {
	font-size: 1.2rem;
	line-height: 1.6;
}

small,
.font_small {
	font-size: 0.75rem;
}

.ce_text h2,
#ef_main [class*="ce_"] h3 {
	margin-top: 3.5rem;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

a:focus,
a:active {
	outline: none;
}

figcaption {
	font-size: .8rem;
	line-height: 1.2;
	display: block;
	padding: 0.5em;
	position: absolute;
	z-index: 1;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
}

.subheadline {
	font-size: 2rem;
}

blockquote,
q {
	border-left: 4px solid;
	padding-left: 1rem;
}

hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
}

.mod_article .ce_text.intro {
	padding-bottom: 1em;
}

.mod_breadcrumb ul {
	padding: 0;
	font-size: 1;
	list-style-type: none;
}

.mod_breadcrumb li {
	float: left;
	padding-right: .5em;
}

.mod_breadcrumb li:after {
	content: '\f006';
	font-family: basic-icons;
	font-size: .7em;
	padding-left: 0.3em;
}

.mod_breadcrumb .last:after {
	display: none;
}

.mod_breadcrumb .first {
	padding-left: 0;
}

.mod_breadcrumb .active {
	font-weight: bold;
	background: none;
}

p.time::before {
	content: '\f4c5';
	font-family: basic-icons;
	padding-right: 0.4em;
}

.location {
  font-weight: 400;
}

.location:before {
    content: '\f031';
		font-family: basic-icons;
		padding-right: .4em;
	}

body[class^="icon-"]:before,
body[class*="icon-"]:before,
.mod_navigation li[class^="icon-"]:before,
.mod_navigation li[class*="icon-"]:before,
.mod_customnav li[class^="icon-"]:before,
.mod_customnav li[class*="icon-"]:before,
[class*="icon-"].button-icon:before {
	display: none;
}

.scale-up figure {
	overflow: hidden;
}

.scale-up img {
  transform: rotateZ(0deg) scale(1);
  transition: all 0.5s ease-in-out;
}

.scale-up figure:hover img {
	transform: rotateZ(-1deg) scale(1.1);
	transition: all 0.5s ease-in-out;
}

p.back a {
	position: relative;
	font-weight: bold;
}

p.back a:before {
	content: '\f007';
	font-family: basic-icons;
	padding-right: 0.4em;
}


/* --------------- Lists and tables --------------- */

.ce_table ul,
.ce_list ul,
.ce_text ul {
	list-style: square;
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}

.ce_table ol,
.ce_list ol,
.ce_text ol {
	list-style: decimal inside;
	list-style-position: inside;
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}

.ce_table ul ul,
.ce_list ul ul,
.ce_text ul ul,
.ce_table ul ol,
.ce_list ul ol,
.ce_text ul ol,
.ce_table ol ol,
.ce_list ol ol,
.ce_text ol ol,
.ce_table ol ul,
.ce_list ol ul,
.ce_text ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
}

.ce_table li,
.ce_list li,
.ce_text li {
	margin-bottom: 1rem;
}

[class*="ce_"] table,
.mod_calendar table {
	width: 100%;
}

[class*="ce_"] th,
.mod_calendar th,
[class*="ce_"] td,
.mod_calendar td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}

[class*="ce_"] th:first-child,
.mod_calendar th:first-child,
[class*="ce_"] td:first-child,
.mod_calendar td:first-child {
	padding-left: 0;
}

[class*="ce_"] th:last-child,
.mod_calendar th:last-child,
[class*="ce_"] td:last-child,
.mod_calendar td_last-child {
	padding-right: 0;
}

.tableform table label {
	padding-right: 2em;
}

.mod_calendar thead .label {
	width: 14.28%;
}

.mod_calendar .event.upcoming {
	font-size: 80%;
}

td.weekend.empty {
	background: transparent;
}

/* ------------------ Header-image styling ----------------- */

.header-image [class*="mod_"] {
	padding: 0;
}

.header-image h1 {
	font-size: 5.0rem;
	line-height: 1.2;
}

.header-image h2 {
	font-size: 4.6rem;
	line-height: 1.25;
}

.header-image h3 {
	font-size: 4.0rem;
	line-height: 1.3;
}

.header-image h4 {
	font-size: 3.4rem;
	line-height: 1.35;
}

.header-image h5 {
	font-size: 2.8rem;
	line-height: 1.5;
}

.header-image h6 {
	font-size: 2.5rem;
	line-height: 1.6;
}

.header-image p {
	font-size: 1.8rem;
	line-height: 1.2;
}

@media (max-width: 768px) {

	.header-image h1 {
		font-size: 2.5rem;
		margin-bottom: 1rem;
		margin-top: 0;
		line-height: 1;
	}

	.header-image h2 {
		font-size: 2.2rem;
		margin-bottom: .5rem;
	}

	.header-image h3 {
		font-size: 2.0rem;
		margin-bottom: .5rem;
	}

	.header-image h4 {
		font-size: 1.8rem;
		margin-bottom: .5rem;
	}

	.header-image p,
	.header-image a {
		font-size: 1.1rem;
		line-height: 1;
	}

}

.slant-right {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.slant-left {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.font-2 {
	font-family: var(--font-family-2)!important;
}

/* --------------- Forms -------------- */

.formbody [class*="col-"].widget {
	padding-top: 0;
	padding-bottom: 0;
}

.formbody .widget {
	margin-bottom:10px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea,
select {
	width: 100%;
	padding: 6px 10px;
	background-color: rgba(255,255,255,.1);
	border: 1px solid transparent;
	border-bottom: 1px solid #000;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
}

button[type="submit"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.light input[type="email"],
.light input[type="number"],
.light input[type="search"],
.light input[type="text"],
.light input[type="tel"],
.light input[type="url"],
.light input[type="password"],
.light textarea,
.light select {
	border-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0);
	outline: 0;
}

.form-style-2 input[type="email"],
.form-style-2 input[type="number"],
.form-style-2 input[type="search"],
.form-style-2 input[type="text"],
.form-style-2 input[type="tel"],
.form-style-2 input[type="url"],
.form-style-2 input[type="password"],
.form-style-2 input[type="submit"],
.form-style-2 textarea,
.form-style-2 select {
	min-height: 3rem;
	width: 100%;
	padding: 6px 10px;
	border: 1px solid var(--brand-color-1);
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	font-weight: 400;
}

.light.form-style-2  input[type="email"],
.light.form-style-2  input[type="number"],
.light.form-style-2  input[type="search"],
.light.form-style-2  input[type="text"],
.light.form-style-2  input[type="tel"],
.light.form-style-2  input[type="url"],
.light.form-style-2  input[type="password"],
.light.form-style-2  textarea,
.light.form-style-2  select {
	border-color #fff;
	color: #fff;
}

.form-style-3 input[type="email"],
.form-style-3 input[type="number"],
.form-style-3 input[type="search"],
.form-style-3 input[type="text"],
.form-style-3 input[type="tel"],
.form-style-3 input[type="url"],
.form-style-3 input[type="password"],
.form-style-3 input[type="submit"],
.form-style-3 textarea,
.form-style-3 select {
	min-height: 3rem;
	width: 100%;
	padding: 6px 10px;
	border: 1px solid var(--link-color-hover);
	background-color: rgba(255,255,255,.3);
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	font-weight: 400;
	transition: all .3s ease;
}

.form-style-3 input:focus,
.form-style-3 textarea:focus,
.form-style-3 select:focus {
	transition: all .3s ease;
	box-shadow: 0 0 0 0 #fff, 0 0 0 3px var(--link-color-hover);
	background-color: rgba(255,255,255,.8);
}

.form-style-3 .widget {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.form-style-3 .widget label {
	font-weight: 400;
	text-transform: uppercase;
}

.form-style-3 .formbody {
	justify-content: flex-end;
}

@media screen and (min-width: 576px) {
	.form-style-3 .widget {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		}

.form-style-3 .widget input,
.form-style-3 .widget textarea,
.form-style-3 .widget select {
	flex-grow: 1;
	width: auto;
	}

.form-style-3 .widget label {
	width: 150px;
	}
}

.light.form-style-3  input[type="email"],
.light.form-style-3  input[type="number"],
.light.form-style-3  input[type="search"],
.light.form-style-3  input[type="text"],
.light.form-style-3  input[type="tel"],
.light.form-style-3  input[type="url"],
.light.form-style-3  input[type="password"],
.light.form-style-3  textarea,
.light.form-style-3  select {
	border-color: #fff;
	color: #fff;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: .4;
}

textarea {
	height: auto;
}

textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}

input[type="text"].captcha {
	display: inline-block;
	width: 4em;
}

label,
legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 300;
}

label[class*="col-"],
legend[class*="col-"] {
	padding:0;
	font-weight:400;
}

fieldset[class*="col-"] fieldset[class*="col-"] {
	padding: 0;
}

fieldset legend {
	font-weight: 400;
}

.radio_container label,
.checkbox_container label {
	display: inline-block;
}

fieldset {
	padding: 0;
	border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

label>.label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal;
}

label.block {
	width: 100%;
}

.widget > [class*="col-"] {
	width: 100%;
}

.widget.block select {
	width: 100%;
}

select {
	border-bottom-left-radius: 0;
}

.error {
	color: #ff0000;
}

.comment_default {
	border: 1px solid #dedede;
	padding: 1em;
	margin-bottom: 1em;
}

.comment_default .reply {
	padding-left: 2em;
}

.comment_default .reply p.info {
	font-weight: bold;
}

/* ------------- Buttons and input submit -------------- */

a.custom-btn:after {
	display: none;
}

.button-style-1 button,
input[type="submit"],
button[type="submit"],
.custom-btn button,
.btn a,
a.btn {
 	cursor: pointer;
 	outline: 0;
 	display: inline-block;
 	font-weight: 400;
 	line-height: 1.5;
 	text-align: center;
 	background-color: transparent;
 	border: 1px solid transparent;
 	padding: 6px 12px;
 	/*font-size: 1rem;*/
 	border-radius: 0.25rem;
 	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 	color: var(--button-color);
 	border-color: var(--button-color);
}

.light .button-style-1 button, .light.button-style-1 button,
.light input[type="submit"],
.light button[type="submit"],
.light .custom-btn button,
.light .btn a,
.light a.btn {
	background-color: transparent;
 	border: 1px solid #fff;
 	color: #fff;
}

.button-style-1 button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.custom-btn button:hover,
.btn a:hover,
a.btn:hover  {
	 color: #fff;
	 background-color: var(--button-color-hover);
	 border-color: var(--button-color-hover);
}

.button-style-2 button, .btn.button-style-2 a, .button-style-2 a.btn, a.btn.button-style-2 {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: var(--button-color);
  border-color: var(--button-color);
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  padding: 6px 12px;
  /*font-size: 1rem;*/
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button-style-2 button:hover, .btn.button-style-2 a:hover, .button-style-2 a.btn:hover, a.btn.button-style-2:hover {
  color: #fff;
	background-color: var(--button-color-hover);
	border-color: var(--button-color-hover);
}

.button-style-3 button, .btn.button-style-3 a, .button-style-3 a.btn, a.btn.button-style-3 {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid var(--button-color);
  padding: 6px 20px;
  color: var(--button-color);
  background: rgba(255,255,255,.2);
	backdrop-filter: blur(10px);
  border-radius: 0px;
  font-weight: 300;
  font-size: 1.3rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
}

.button-style-3 button:hover, .btn.button-style-3 a:hover, .button-style-3 a.btn:hover, a.btn.button-style-3:hover {
  background: #fff;
  outline: 1px solid transparent;
	color: var(--button-color-hover);
}

.button-style-4 button, .btn.button-style-4 a, .button-style-4 a.btn, a.btn.button-style-4 {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid #bababa;
  padding: 11px 24px;
  min-width: 44px;
  color: var(--text-color);
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
  font-size: .8rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.button-style-4 button:hover, .btn.button-style-4 a:hover, .button-style-4 a.btn:hover, a.btn.button-style-4:hover {
  background: #f6f6f7;
  outline: 1px solid transparent;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 8px 4px;
	color: color: var(--text-color);
	border-color: #bababa;
}

.button-style-5 button, .btn.button-style-5 a, .button-style-5 a.btn, a.btn.button-style-5 {
  display: inline-block;
  outline: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color,border-color,color,box-shadow,filter;
  transition-duration: .3s;
  border: 1px solid transparent;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 1.2em 3em;
  color: var(--text-color);
  box-shadow: inset 0 0 0 1px #616467;
  background-color: transparent;
}
.button-style-5 button:hover, .btn.button-style-5 a:hover, .button-style-5 a.btn:hover, a.btn.button-style-5:hover {
	color: #fff;
	background-color: var(--button-color-hover);
	box-shadow: none;
}

.button-style-6 button, .btn.button-style-6 a, .button-style-6 a.btn, a.btn.button-style-6 {
  display: inline-block;
  outline: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color,border-color,color,box-shadow,filter;
  transition-duration: .3s;
  border: 1px solid transparent;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 1.2em 3em;
	color: #fff;
  background-color: var(--button-color);
}

.button-style-6 button:hover, .btn.button-style-6 a:hover, .button-style-6 a.btn:hover, a.btn.button-style-6:hover {
  color: var(--text-color);
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #616467;
	border-color: transparent;
}

.button-style-7 button, .btn.button-style-7 a, .button-style-7 a.btn, a.btn.button-style-7 {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 0 56px;
  height: 45px;
  line-height: 45px;
  border-radius: 7px;
  font-weight: 400;
	letter-spacing: .2em;
  text-transform: uppercase;
  background: #fff;
  color: var(--text-color);
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
  transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
}

.button-style-7 button:hover, .btn.button-style-7 a:hover, .button-style-7 a.btn:hover, a.btn.button-style-7:hover {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 6px 20px rgb(93 93 93 / 25%);
	color: var(--text-color);
}

.button-style-8 button, .btn.button-style-8 a, .button-style-8 a.btn, a.btn.button-style-8 {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 0 56px;
  height: 45px;
  line-height: 45px;
	letter-spacing: .2em;
	text-transform: uppercase;
  border-radius: 7px;
  background-color: var(--button-color);
  color: white;
  font-weight: 400;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 55%);
  transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
}

.button-style-8 button:hover, .btn.button-style-8 a:hover, .button-style-8 a.btn:hover, a.btn.button-style-8:hover {
  background: var(--button-color-hover);
  box-shadow: 0 6px 20px rgb(0 0 0 / 23%);
}

.button-style-9 button, .btn.button-style-9 a, .button-style-9 a.btn, a.btn.button-style-9 {
	background-position: center;
	transition: background 0.5s;
	border: none;
  border-radius: 100px;
  padding: 0.4rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: var(--button-color);
  outline: none;
  margin: 2px;
}

.button-style-9 button:hover, .btn.button-style-9 a:hover, .button-style-9 a.btn:hover, a.btn.button-style-9:hover {
	background: var(--button-color-hover) radial-gradient(circle, transparent 1%, var(--button-color-hover) 1%) center/15000%;
}

.button-style-9 button:active, .btn.button-style-9 a:active, .button-style-9 a.btn:active, a.btn.button-style-9:active {
		background-color: rgba(255, 255, 255, 0.2);
    background-size: 100%;
    transition: background 0s;
	}

.button-style-10 button, .btn.button-style-10 a, .button-style-10 a.btn, a.btn.button-style-10 {
	  display: inline-block;
	  outline: none;
	  cursor: pointer;
	  font-weight: 600;
	  border-radius: 3px;
	  padding: 12px 24px;
	  border: 0;
	  color: #fff;
	  background: var(--button-color);
	  line-height: 1.15;
		transition: all .3s ease;
										}
.button-style-10 button:hover, .btn.button-style-10 a:hover, .button-style-10 a.btn:hover, a.btn.button-style-10:hover {
	  transition: all .3s ease;
		background: var(--button-color);
	  box-shadow: 0 0 0 0 #fff, 0 0 0 3px var(--button-color-hover);
}

[class*="button-icon-"] .btn-icon:before {
	font-family: basic-icons;
	padding-right: .4em;
}

[class*="button-icon-"].button-right .btn-icon:after {
	font-family: basic-icons;
	padding-left: .4em;
}

[class*="button-icon-"].button-right .btn-icon:before {
	display: none;
}

.button-icon-location .btn-icon:before, .button-icon-location.button-right .btn-icon:after {
	content: '\f031';
}
.button-icon-home .btn-icon:before, .button-icon-home.button-right .btn-icon:after {
	content: '\e80c';
}
.button-icon-time .btn-icon:before, .button-icon-time.button-right .btn-icon:after {
	content: '\e814';
}
.button-icon-info .btn-icon:before, .button-icon-info.button-right .btn-icon:after {
	content: '\f086';
}
.button-icon-mail .btn-icon:before, .button-icon-mail.button-right .btn-icon:after {
	content: '\e801';
}
.button-icon-search .btn-icon:before, .button-icon-search.button-right .btn-icon:after {
	content: '\f50d';
}
.button-icon-cart .btn-icon:before, .button-icon-cart.button-right .btn-icon:after {
	content: '\e84e';
}
.button-icon-phone .btn-icon:before, .button-icon-phone.button-right .btn-icon:after {
	content: '\e84f';
}
.button-icon-facebook .btn-icon:before, .button-icon-facebook.button-right .btn-icon:after {
	content: '\f051';
}
.button-icon-twitter .btn-icon:before, .button-icon-twitter.button-right .btn-icon:after {
	content: '\e842';
}
.button-icon-x .btn-icon:before, .button-icon-x.button-right .btn-icon:after {
	content: '\e842';
}
.button-icon-instagram .btn-icon:before, .button-icon-instagram.button-right .btn-icon:after {
	content: '\f05d';
}
.button-icon-linkedin .btn-icon:before, .button-icon-linkedin.button-right .btn-icon:after {
	content: '\f05c';
}


/* -------------- Useful helper classes. Extend as needed. ---------------- */

.space-top10 {
	padding-top: 10px !important;
}

.space-top20 {
	padding-top: 20px !important;
}

.space-top30 {
	padding-top: 30px !important;
}

.space-top40 {
	padding-top: 40px !important;
}

.space-top50 {
	padding-top: 50px !important;
}

.space-bottom10 {
	padding-bottom: 10px !important;
}

.space-bottom20 {
	padding-bottom: 20px !important;
}

.space-bottom30 {
	padding-bottom: 30px !important;
}

.space-bottom40 {
	padding-bottom: 40px !important;
}

.space-bottom50 {
	padding-bottom: 50px !important;
}

[class*="ce_"].box,
[class*="mod_"].box {
	padding: 1em 1em 0 1em;
	outline: 1px solid #dedede;
	margin: 15px;
}

.bubble p, p.bubble, .infobox p, .questionbox p, .warningbox p, .quotationbox p {
	position: relative;
	width: fit-content;
	background-color: #dedede;
	padding: 1.125em 1.5em;
	font-size: 1.1em;
	border-radius: 1rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .1), 0 0.0625rem 0.125rem rgba(0, 0, 0, .1);
}

.bubble p::after, p.bubble::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 2em;
	border: 1rem solid transparent;
	border-bottom: none;
	border-top-color: #dedede;
	filter: drop-shadow(0 0.1rem 0.06rem rgba(0, 0, 0, .1));
}

.infobox p, .questionbox p, .warningbox p, .quotationbox p {
	padding-top: 1.5em;
	margin-top: 2.5rem;
}

.infobox p::before, .questionbox p::before, .warningbox p::before, .quotationbox p::before  {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	display: block;
	position: absolute;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: .1em solid #dedede;
	top: -2rem;
	background-color: #fff;
	box-shadow:	0 -0.2rem 0.3rem rgba(0, 0, 0, .05);
}

.infobox p::before {
	content: '\0069';
}

.questionbox p::before {
	content: '\003F';
}

.warningbox p::before {
	content: '\0021';
}

.quotationbox p::before {
	content: '\201C';
}

.border .card {
	border: 1px solid var(--brand-color-1);
}

.feature-item {
	text-align: center!important;
	text-align-last: center!important;
  text-align-last: center!important;
	padding-top: 2rem;
}

.feature-item:before {
	font-size: 5em;
	padding-top: 1rem;
	padding-bottom: .5rem;
}

.soc-icons {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.soc-item {
	display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--link-color);
	height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.8rem;
  padding: 0.6rem;
	font-size: 1.5rem;
	color: #fff;
  line-height: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.soc-item:hover {
	background-color: var(--link-color-hover);
}

.light * a {
	color: #fff;
}

.light .soc-item {
	background-color: #fff;
	color: var(--link-color);
}

.light .soc-item:hover {
	background-color: var(--link-color-hover);
	color: #fff;
}

/* -------------- Misc ------------------ */

.subnav ul {
	margin-bottom: 0;
}

.subnav li {
	margin-bottom: 1px;
}

.subnav li a,
.subnav li strong {
	padding: .5em;
	display: block;
}

.subnav ul.level_2 {
	margin-left: 3em;
	line-height: 1;
}

.subnav li strong {
	font-weight: normal;
}

.ce_text a,
.more a,
.ce_hyperlink a {
	position: relative;
	text-decoration: none;
}

.more a:after,
p a:after,
.ce_hyperlink a:after {
	content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--link-color-hover);
  transform-origin: bottom right;
  transition: transform 0.2s ease-out;
}

.more a:hover:after,
p a:hover:after,
.ce_hyperlink a:hover:after {
	transform: scaleX(1);
  transform-origin: bottom left;
}

.more a:before {
	content: '\f006';
	font-family: basic-icons;
	padding-right: .4em;
	font-size: .8em;
}

a.btn:after,
.more a.arrow:after,
.ce_hyperlink.btn a:after,
.ce_hyperlink.btn-small a:after,
.ce_hyperlink.btn-large a:after {
	height: 0;
}

.mod_eventreader .layout_full p.info {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 1rem;
}

.mod_eventreader .layout_full p.info:before {
	content: '\f4c5';
	font-family: basic-icons;
	width: 100%;
	line-height: 0%;
	padding-left: .1em;
	padding-right: .5em;
}

p.recurring {
	font-style: italic;
}

p.recurring:before {
	content: '\f086';
	font-family: basic-icons;
	font-style: normal;
	width: 100%;
	line-height: 0%;
	padding-left: .1em;
	padding-right: .5em;
}

.mod_eventreader .layout_full .image_container.float_above {
	margin-bottom: 2rem;
}

.mod_eventlist .layout_teaser.last {
	margin-bottom: 2rem;
}

.mod_eventlist .layout_teaser h2 {
	font-size: 2rem;
	text-transform: none;
	margin-top: 1rem;
	margin-bottom: .5rem;
}

.mod_eventlist.light .layout_teaser a {
	color: inherit;
}

.mod_eventlist .layout_teaser h2:after {
	display: none !important;
}

.mod_eventlist .header {
	font-size: 1.5rem;
}

.mod_eventlist .layout_teaser .ce_text {
	display: flex;
	flex-direction: row;
}

.mod_eventlist .layout_teaser .image_container {
			margin: 0 15px 0 0;
			flex-shrink: 0;
		}

.mod_eventlist.cards .items,
.mod_newslist.cards .items,
.mod_newsarchive.cards .items {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.mod_eventlist .layout_upcoming a {
	font-size: 2rem;
}

.mod_eventlist.event-stack .layout_teaser {
    display: flex;
		flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
		background-color: rgba(255,255,255,.2);
		backdrop-filter: blur(10px);
		border-radius: 5px;
		margin-bottom: 5px;
}

.mod_eventlist.event-stack .layout_teaser h2 {
	font-size: 1.3rem;
	font-weight:600;
	margin: 0;
	text-transform: none;
}

.mod_eventlist.event-stack .layout_teaser h2 a,
.mod_eventlist.event-stack .layout_teaser h3 a {
	color: var(--text-color);
}

.mod_eventlist.event-stack .layout_teaser h2:after {
	display:none !important;
}

.mod_eventlist.event-stack .layout_teaser h3 {
    font-size: 1.3rem;
		font-weight:600;
		margin: 0;
}

.mod_eventlist.event-stack .layout_teaser p.time:before,
.mod_eventlist.event-stack .layout_teaser p.location:before {
	display: none;
}

.mod_eventlist.event-stack .layout_teaser p.location {
	font-weight: inherit;
}

.mod_eventlist.event-stack .layout_teaser .ce_text {
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
		margin-top: 0.5rem;
}

.mod_eventlist.event-stack .layout_teaser .image_container {
	flex-shrink: 0;
	margin-right: 15px;
}

.mod_eventlist.event-stack .layout_teaser p.more {
		text-align: right;
    width: 100%;
		font-size: .9em;
}

.mod_eventlist.event-stack p.time, .mod_eventlist.event-stack p.location {
	margin: 0;
}

@media screen and (min-width: 786px) {
	.mod_eventlist.event-stack .layout_teaser {
		flex-direction: row;
		align-items: center;
	}
	.mod_eventlist.event-stack .layout_teaser > * {
		padding: 0 10px 0 0;
	}
	.mod_eventlist.event-stack .layout_teaser h2,
	.mod_eventlist.event-stack .layout_teaser h3 {
		font-weight:400;
		width: 20%;
		flex-shrink: 0;
		order: 2;
	}
	.mod_eventlist.event-stack .layout_teaser p.time {
		width: 10%;
		flex-shrink: 0;
		order: 1;
	}
	.mod_eventlist.event-stack .layout_teaser .ce_text {
		align-items: center;
		flex-wrap: nowrap;
		flex-shrink: 0;
		width: 45%;
		order: 3;
	}
	.mod_eventlist.event-stack .layout_teaser p {
		margin-bottom: 0;
	}
	.mod_eventlist.event-stack .layout_teaser p.location {
		width: 13%;
		flex-shrink: 0;
		order: 4;
	}
	.mod_eventlist.event-stack .layout_teaser p.more {
			text-align: right;
			max-width: 12%;
			flex-basis: 12%;
			order: 5;
	}
}

.mod_eventlist.event-stack-2 .header {
	margin-top: 2rem;
}

.mod_eventlist.event-stack-2 .layout_upcoming.event {
	margin-bottom: 1rem;
}

.mod_eventlist.event-stack-2 .date {
	font-weight: bold;
}

.mod_eventlist.event-stack-2 .layout_upcoming {
	position: relative;
}

.mod_eventlist.event-stack-2 .layout_upcoming p.info {
	width: 60px;
	height: 70px;
	float: left;
	text-align: center;
}

.mod_eventlist.event-stack-2 .layout_upcoming .day {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 2rem;
	font-weight: bold;
}

.mod_eventlist.event-stack-2 .layout_upcoming .month {
	top: -10px;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #444;
	letter-spacing: .3rem;
}

.mod_eventlist.event-stack-2 .layout_upcoming .info-block {
	background-color: #efefef;
	padding: 5px 10px;
	padding-right: 90px;
	border-radius: 5px;
	backdrop-filter: blur(10px);
}

.mod_eventlist.event-stack-2 .strip.layout_upcoming .info-block {
	margin-left: 4rem;
}

.mod_eventlist.event-stack-2 .layout_upcoming .more a {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 80px;
	background-color: #000;
	border-radius: 5px;
}

.mod_eventlist.event-stack-2 .layout_upcoming .more a:before {
	position: absolute;
	top: 50%;
	content: '\f006';
	font-family: basic-icons;
	font-size: 1.5rem;
	width: 100%;
	line-height: 0%;
	left: 0;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.mod_eventlist.event-stack-2 .strip.layout_upcoming p {
	margin-bottom: 0;
}

.mod_eventlist.event-stack-2 .toggler {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.mod_eventlist.event-stack-2 .toggler:before,
.mod_eventlist .toggler.ui-state-active:before {
	padding-right: .5em;
	font-weight: normal;
	font-family: basic-icons;
	content: '\f008';
}

.mod_eventlist .layout_upcoming span.event-title {
	font-size: 1.5rem;
	display: block;
}

.mod_newslist p.info, .mod_newsarchive p.info {
	font-size: .9rem;
	margin-bottom: .5rem;
}

.mod_newslist p.info:before, .mod_newsarchive p.info:before {
	display: inline-block;
	width: 1.2em;
	font-family: basic-icons;
	content: '\e814';
	font-size: .8em;
}

.mod_newsmenu ul.level_1 a {
	font-weight: bold;
}

.mod_newsmenu ul.level_2 a {
	font-weight: normal;
}

.mod_newsmenu strong.active {
	font-weight: normal;
}

.accordion {
		display: block;
}

.accordion>div {
	padding: 1rem;
}

.toggler {
	position: relative;
	padding: 6px 10px;
	border-bottom: 1px solid;
	font-weight: bold;
	cursor: pointer;
}

.toggler:focus {
	outline: none;
}

.toggler:before {
	display: inline-block;
	width: 1.5rem;
	font-family: basic-icons;
	content: '\f004';
	padding-right: 2em;
}

.toggler.ui-state-active:before {
	font-family: basic-icons;
	content: '\f005';
	padding-right: 2em;
}

.shadow #ef_wrapper {
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .7);
}

.video-bg {
	display:block;
	position: relative;
	box-sizing: border-box;
}

.video-bg .inside {
	max-width: inherit !important;
	padding: 0 !important;
}

.video-bg .ce_player {
	padding: 0 !important;
}

.video-bg video, .video-bg iframe {
	object-fit: cover;
  width: 100vw;
  height: 100vh;
	display: block;
}

.video-bg .ce_text, .hero-overlay {
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
	padding: 0 15px;
}

.video-bg:not(.video-bg-fixed) .ce_text, .hero-overlay {
	position: absolute;
	z-index: 3;
}

.video-bg .ce_text > * {
	max-width: var(--max-width-large);
	margin-left: auto;
  margin-right: auto;
  display: block;
	padding: 0 15px;
}

.video-bg-full.video-bg video {
	height: 100vh;
}

.video-bg-lg.video-bg video {
	height: 80vh;
}

.video-bg-md.video-bg video {
	height: 60vh;
}

.video-bg-sm.video-bg video {
	height: 40vh;
}

.video-bg-xs.video-bg video {
	height: 20vh;
}

.video-bg-fixed.video-bg video {
	position: fixed;
}

.video-bg-fixed.video-bg > .ce_text {
	position: relative;
}

.glass .card .inner {
	background-color: rgba(255,255,255,.2);
	backdrop-filter: blur(10px);
}

#popup_search {
	transform: scale(0.8);
}

.popup_visible #popup_search {
	transform: scale(1);
	width: 80%;
}

#popup_search input[type="text"],
#popup_search_mobile input[type="text"] {
	background: transparent;
	text-align: center;
	font-size: 2.5rem;
	border-bottom: 2px solid;
}

#popup_search input[type="text"]:focus,
#popup_search_mobile input[type="text"]:focus {
	border-bottom: 2px solid transparent;
}

#popup_search input[type="submit"] {
	font-size: 2.5rem;
	line-height: 0;
	padding: 30px 30px;
}

.search_label a,
.search_label_mobile a {
	cursor: pointer;
}

.search_label a:before,
.search_label_mobile a:before {
	content: '\f50d';
	font-family: basic-icons;
	font-size: 1.5em;
}

.link-print::before,
.link-pdf::before,
.link-fb::before,
.link-twitter::before,
.link-google::before {
	height: 1.5rem;
	width: 1.5rem;
	font-family: basic-icons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: .5em;
	display: inline-block;
	margin: .2em;
	color: #666;
	opacity: .7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.link-print:hover::before,
.link-pdf:hover::before,
.link-fb:hover::before,
.link-twitter:hover::before,
.link-google:hover::before {
	color: #000;
}

.link-print::before {
	content: '\f087';
}

.link-pdf::before {
	content: '\f02e';
}

.link-fb::before {
	content: '\f052';
}

.link-twitter::before {
	content: '\f058';
}

.card .inner {
	width: 100%;
	  display: flex;
		flex-direction: row;
		/*align-items: center;*/
		background-color: var(--card-bg);
		overflow: hidden;
	}

.card .card-image {
	flex-basis: 33%;
	flex-shrink: 0;
}

.card .card-image {
		padding-left: 1%
	}

.card .card-body {
	  padding: 5px 10px;
	  display: flex;
	  flex-direction: column;
		width: 100%;
    box-sizing: border-box;
	}

.card .inner {
		flex-direction: column;
		}

@media screen and (min-width: 768px) {

	.card .card-image {
			max-width: fit-content;
			padding-left: 0;
		}
	.card .card-body {
			padding: 20px 15px 5px 15px;
			}
}

[class*="mod_"].cards h1, [class*="mod_"].cards h2, [class*="mod_"].cards h3, [class*="mod_"].cards h4, [class*="mod_"].cards h5, [class*="mod_"].cards h6 {
  width: 100%;
}

.card .image_container {
  overflow: hidden;
	width: 100%;
}
.card img {
  width: 100%;
}

.card figcaption {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  text-align: right;
  font-size: 70%;
}

.feature-box .card .card-image {
	margin-left: auto;
  margin-right: auto;
}

.feature-box .card .image_container {
	padding-top: 2rem;
}

.feature-box .card img {
	width: inherit;
}

.shadow .card, .shadow.carousel .inner, .shadow img {
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

[class*="ce_"].text-shadow {
	text-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.card time {
  font-weight: bold;
}
[class*="mod_"].card, [class*="mod_"].cards {
  overflow: visible;
}
[class*="mod_"].cards-landscape h1, [class*="mod_"].cards-landscape h2, [class*="mod_"].cards-landscape h3, [class*="mod_"].cards-landscape h4, [class*="mod_"].cards-landscape h5, [class*="mod_"].cards-landscape h6 {
  width: 100%;
}

.cards-landscape.card-wrapper {
	width: 100%;
	margin: 15px 0;
}

.card-landscape .inner {
  display: flex;
  flex-direction: row;
	/*align-items: center;*/
  background-color: rgba(255, 255, 255, 1);
}
.card-landscape .image_container {
  margin-bottom: 0;
}
.card-landscape .card-body {
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.card-landscape .card-image {
  padding: 0;
}
.cards-landscape .inner {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 1);
}
.cards-landscape .image_container {
  width: 30%;
}
.cards-landscape .card-body {
  padding: 5% 2.5% 1% 2.5%;
  align-items: start;
}
.cards-landscape .card-body {
  width: 70%;
  line-height: 1.4;
}
.mod_newslist .card h3,
.mod_newsarchive .card h3,
.mod_eventlist .card h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.cards.mod_newslist h4,
.cards.mod_newsarchive h4,
.cards-landscape.mod_newslist h4,
.cards-landscape.mod_newsarchive h4,
.mod_newslist .card h4,
.mod_newsarchive .card h4,
.mod_eventlist .card h4,
.mod_eventarchive .card h4 {
  font-size: 1.2rem;
  font-weight: normal;
	margin-top: 0;
}
.cards.mod_newslist .info, .cards-landscape.mod_newslist .info,
.cards.mod_newsarchive .info, .cards-landscape.mod_newsarchive .info {
  font-size: 0.8rem;
}

.scale-up .card {
	-ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.scale-up .card:hover {
	-ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
	cursor: default;
}

.scale-up .card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 12px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.scale-up .card:hover img {
  transform: rotateZ(-1deg) scale(1.1);
  transition: all 0.5s ease-in-out;
}

.scale-up .items >div:hover {
	z-index: 999;
}

.scale-up .items >div {
	padding-bottom: 30px;
	overflow: visible;
}

.card .image_container.float_left {
  margin-right:0;
}

.card, *[class*="-cards"] {
    	overflow: hidden;
			height: 100%;
			display: flex;
      	}

.card .teaser, *[class*="-cards"] .teaser {
  padding: 10px;
}

.card h3 {
	font-size: 1.5rem;
	line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem;
}
*[class*="-cards"].ce_text {
  padding:0;
}

.carousel {
	overflow: hidden;
}
.carousel .inside, [class*="mod_"].carousel .items  {
  display: flex;
	flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;   /* make it smooth on iOS */
  scroll-snap-type: x mandatory;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.carousel .inside::-webkit-scrollbar, [class*="mod_"].carousel .items::-webkit-scrollbar {
  	display: none;
	}

.mod_newslist.carousel, .mod_newsarchive.carousel .mod_eventlist.carousel {
	display: block;
	padding: 0 !important;
}

.carousel .card-wrapper {
	display: flex;
	flex-shrink: 0;
  width: 75vw;
  margin-bottom: 10px;
	scroll-snap-align: start;
}

.carousel .card .inner {
	flex-direction: column;
}

[class*="mod_"] .carousel .card {
	box-sizing: border-box;
}

.carousel .card-wrapper {
	padding: 15px;
	}

@media (min-width: 576px) {
	.carousel .card-wrapper {
		width: 320px;
		}
}

@media (min-width: 992px) {
	.carousel.carousel-md .items, .carousel.carousel-md .inside {
		flex-wrap:wrap;
		justify-content: center;
		}
}

@media (min-width: 1200px) {
	.carousel.carousel-lg .items, .carousel.carousel-lg .inside {
		flex-wrap:wrap;
		justify-content: center;
		}
	.carousel .card-wrapper {
		width: 22.5%;
	  *width: 22.4%;
			}
}

/* --------------------- Page layout ----------------------- */


#ef_columns {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}

#ef_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
	align-content: center;
}

#ef_content{
  display: flex;
  flex: 1;
  justify-content: center;
	width: 100%;
}

#ef_main {
	overflow: hidden;
  order: 1;
	width: 100%;
}

#ef_left {
  order: 2;
  width: 100%;
}

#ef_right {
  order: 3;
  width: 100%;
}

@media screen and (min-width: 992px) {
    #ef_columns {
      flex-direction: row;
    }
    #ef_main {
      flex: 1;
			order: 2;
    }
    #ef_left {
      flex: 0 0 var(--left-col-width);
			order: 1;
    }
    #ef_right {
      flex: 0 0 var(--right-col-width);
			order: 3;
    }

		.has-columns #ef_columns {
			max-width: var(--max-width-large);
		}
}

@media (min-width: 1200px) {
[class*="mod_"] .inside {
			position: relative;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			overflow: visible;
			}

.full-width [class*="mod_"] .inside {
				position: relative;
				max-width: 100%;
				margin-left: auto;
				margin-right: auto;
				overflow: auto;
			}
}

.full-width #ef_columns {
    width: 100%;
    max-width: 100%;
    }

.full-width #header-bar .inside, .full-width #top-strip .inside,
.full-width	#ef_main *[class*="mod_"] .inside, .full-width #ef_footer .inside {
			max-width:inherit;
		}

#ef_main .inside > [class*="mod_"] > .inside > *:not([class*="col-"]),
#ef_left .inside > [class*="mod_"] > .inside > *:not([class*="col-"]),
#ef_right .inside > [class*="mod_"] > .inside > *:not([class*="col-"]),
#ef_footer .inside > [class*="mod_"] > .inside > *:not([class*="col-"]) {
  padding-left: 15px;
  padding-right: 15px;
	/*margin: 15px;*/
}

#ef_header .inside {
    padding: 0;
  }
