
/* FONTS */

/* font-family: "filson-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "filson-pro", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "filson-pro", sans-serif;
font-weight: 800;
font-style: normal; */


:root {
  --h1-fontSize: 2rem;
  --h2-fontSize: 1.867rem;
  --h3-fontSize: 1.5rem;
  --h4-fontSize: 1.333rem;
  --h5-fontSize: 1.2rem;
  --h6-fontSize: 1.2rem;
}


html, body {
	font-family: "filson-pro", Verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .04em;
}

* {
	hyphens: unset !important;
	word-wrap: unset !important;
}

@media(max-width:500px) {
	* {
		hyphens: auto;
	}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: "filson-pro", Verdana, sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: .02em;
	color: #006070;
	/* hyphens: auto; */
}

.ce_revolutionslider_text.bold.txt-color-white {
	color: white;
	line-height: 1.3;
	font-style: normal;
	letter-spacing: .02em !important;
}


/* H1 */
h1, .h1 {
	text-transform: uppercase;
}


.ce_headline_extended span.color-accent {
	color: inherit;
	font-weight: 400;
}


img.fullwidth {
	width: 100% !important;
	height: auto !important;
}



.font_serif_2,
.font-serif-2 {
	font-family: inherit;
}



.ce_iconbox_v3.style2 .image_container {
	background-color: var(--customColor1);
	padding: 7px;
	border-radius: 100%;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ce_iconbox_v2.style3 .ce_iconbox_outside {
	background-color: var(--customColor1);
	border: none !important;
	border-radius: 0 !important;
}

.ce_iconbox_v2.style3 .content {
	color: unset;
}

.ce_iconbox_v2.style3 .ce_iconbox_outside a.link {
	margin-top: 15px;
	color: unset;
}


.ce_iconbox_v2 h1.headline,
.ce_iconbox_v2 h2.headline,
.ce_iconbox_v2 h3.headline,
.ce_iconbox_v2 h4.headline,
.ce_iconbox_v2 h5.headline,
.ce_iconbox_v2 h6.headline {
	font-size: var(--h3-fontSize);
}




/* bottom */
#bottom nav ul {
	display: flex;
}

#bottom nav ul a.active,
#bottom nav ul a.trail {
	border-bottom: 1px solid;
}


/* ACCORDION */
.handorgel__header__button {
	padding-left: 48px;
	position: relative;
}

.handorgel__header__button::before {
	content: "\f055";
	font-family: FontAwesome;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
}

.handorgel__header__button[aria-expanded="true"]::before {
	content: "\f057";
}



.mod_subscribe.align-center {
	max-width: 100%;
}

.mod_subscribe .formbody {
	flex-wrap: wrap;
}

.widget-captcha {
	flex: 0 0 100%;
}

.widget-captcha .captcha_text.error {
	display: block;
}


form.style4 {
	padding: 1.5rem;
	border-width: 1px;
	border-radius: 8px;
}


.mainmenu ul li.highlighted a:hover {
	opacity: 1 !important;
}

#mmenu .mod_navigation li.highlighted a span,
.header .mainmenu ul li.highlighted > a span {
	background-color: var(--customColor1);
	color: var(--body-color);
	padding: 10px 15px;
	font-weight: bold;
	position: relative;
	transition: all ease 200ms;
}

#mmenu .mod_navigation li.highlighted a span {
	padding: 10px 15px;
	margin-top: 20px;
}

#mmenu .mod_navigation li.highlighted a.active span,
#mmenu .mod_navigation li.highlighted a:hover span,
#mmenu .mod_navigation li.highlighted a:focus span,
.header .mainmenu ul li.highlighted > a.active span,
.header .mainmenu ul li.highlighted > a:hover span,
.header .mainmenu ul li.highlighted > a:focus span {
	background-color: #006070;
	color: white;
}

.news-teaser-more-btn,
.ce_text a.btn,
.ce_customlink[data-style="style1"] a,
.color-white .ce_customlink[data-style="style1"] a.hyperlink_txt {
  border-width: 1px;
  border-radius: 5px !important;
  border-color: var(--secondColor) !important;
  background-color: var(--secondColor) !important;
  color: var(--body-color) !important;
  font-weight: bold !important;
  padding: 10px 25px;
  line-height: 1.6;
  text-transform: uppercase;
}

a:hover .news-teaser-more-btn,
a:focus .news-teaser-more-btn,
.ce_text a.btn:hover,
.ce_text a.btn:focus,
.ce_customlink[data-style="style1"] a:hover,
.ce_customlink[data-style="style1"] a:focus,
.color-white .ce_customlink[data-style="style1"] a.hyperlink_txt:hover,
.color-white .ce_customlink[data-style="style1"] a.hyperlink_txt:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}



button.submit {
	text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  width: auto;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
	font-size: 1rem;
	line-height: 1.6rem;
	border-width: 1px;
	border-radius: 5px !important;
	border-color: var(--secondColor) !important;
	background-color: var(--secondColor) !important;
	color: var(--body-color) !important;
	font-weight: bold;
	padding: 10px 25px;
	min-width: 120px;
	border-style: solid;
}

button.submit:hover,
button.submit:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}


.ce_text_extented.font-style-quote p {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.ce_text_extented.font-style-quote p:last-child {
	padding-bottom: 0;
}



.ce_list.hasIcon ol li,
.ce_list.hasIcon ul li,
.ce_icon_text {
	align-items: flex-start;
}



.ce_divider_extended.invert {
	background: rgba(255,255,255,0.3);
}


.ce_iconbox_v2 ul {
	padding-left: 14px;
}
.ce_iconbox_v2 ul li {
	list-style-type: disc;
	list-style-position: unset;
}


.ce_iconbox_v2.style3 .ce_iconbox_outside a.link {
	color: var(--accentColor);
	font-weight: bold;
	text-transform: uppercase;
}

.ce_iconbox_v2.style3 .ce_iconbox_outside a.link:hover .text,
.ce_iconbox_v2.style3 .ce_iconbox_outside a.link:focus .text {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}



.newslist-timeline-both .headline-teaser a {
	color: var(--accentColor);
}

.newslist-timeline-both * {
	pointer-events: none;
}

.newslist-timeline-both .headline-teaser,
.newslist-timeline-both img,
.newslist-timeline-both .news-teaser-more-btn {
	pointer-events: all;
}

.newslist-timeline-both .news-teaser-more-btn {
	display: inline-block;
}

.ce_text_extented.font-style-quote {
	overflow: visible;
}


@media only screen and (max-width: 767px) {
	
	.autogrid_wrapper.gutter_l > div, .autogrid_row.gutter_l > div {
		padding-left: 0;
		padding-right: 0;
	}
	
	.autogrid_row .autogrid_row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	
}



#footer .mod_socials {
	display: block;
}

#footer .mod_socials a i {	
	background-color: white;
	border: 1px solid white;
	color: var(--accentColor);
}

.mod_socials i {
	width: 2em !important;
	aspect-ratio: 1 / 1 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mod_socials i.fa-linkedin:hover {
	border-color: rgb(2,116,179) !important;
}



#container .mod_socials a {
	color: white;
}

#container .mod_socials a i {
	background-color: var(--accentColor);
	border: 1px solid var(--accentColor);
}



/* BREVO FORM */

#wrapper #sib-container {
	font-family: "filson-pro", Verdana, sans-serif;
}

#sib-container input::placeholder,
.sib-form .entry__field input,
.sib-form .entry__field:hover active,
.sib-form .entry__field:hover input,
.sib-form .entry__field:focus input {
	font-family: "filson-pro", Verdana, sans-serif !important;
	text-align: left !important;
	font-size: 14.4px !important;
	  font-weight: 400 !important;
		font-style: normal !important;
		letter-spacing: .04em !important;
	line-height: 1em !important;
}

.sib-form .entry__field,
.sib-form .entry__field:active,
.sib-form .entry__field:hover,
.sib-form .entry__field:focus {
	background-color: rgb(248,248,248) !important;
	padding: 0 !important;
	margin: : 0 !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	outline: none !important;
	transform: none !important;
	border-radius: 0 !important;
}

.sib-form .entry__field input,
.sib-form .entry__field:hover active,
.sib-form .entry__field:hover input,
.sib-form .entry__field:focus input {
	padding: 15px !important;
	margin: : 0 !important;
	border: none !important;
	outline: none !important;
	transform: none !important;
	color: var(--body-color) !important;
	height: auto !important;
}

.sib-form-block__button:hover,
.sib-form-block__button:focus {
	text-decoration: underline;
	text-decoration-thickness: auto;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}


#wrapper #sib-container .sib-form .input,
#wrapper #sib-container .sib-form .input__button {
	color: var(--body-color) !important;
}

#sib-container input:-ms-input-placeholder {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #c0ccda;
  }

  #sib-container input::placeholder {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #c0ccda;
  }

  #sib-container textarea::placeholder {
	font-family: Helvetica, sans-serif;
	text-align: left;
	color: #c0ccda;
  }


  #sib-container a {
	text-decoration: underline;
	color: #2BB2FC;
  }