html {
	scroll-behavior: smooth;
}
@media all and (max-width: 992px) {
	body {
		font-size: 16px;
		line-height: 23px;
	}
}
body {
	position: relative;
	font-size: 20px;
	line-height: 30px;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 20px 0;
}
main div.row:first-child h1,
main div.frame:first-child h1 {
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
div.leadtext,
p.leadtext {
	font-size: 30px;
	line-height: 38px;
}
@media all and (max-width: 992px) {
	p.leadtext {
		font-size: 20px;
		line-height: 25px;
	}
}
span.bigtext {
	font-size: 30px;
	line-height: 38px;
}

img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}

#gtx-trans { display: none !important; }



.accordion-header h1,
.accordion-header h2,
.accordion-header h3 {
  cursor: pointer;
  color: var(--color-main);
}
.accordion-header h1:hover,
.accordion-header h2:hover,
.accordion-header h3:hover {
}
.accordion-element {
  margin-bottom: 25px;
}

.accordion-header {
  border-bottom: 3px solid var(--color-main);
}

.accordion-element > .collapsing,
.accordion-element > .collapse {
	background-color: #fff8eb;
	padding: 35px 20px 25px 68px;
}
@media all and (max-width: 450px) {
	.accordion-element > .collapsing,
	.accordion-element > .collapse {
		padding-left: 20px;
	}
}

.accordion-header h1,
.accordion-header h2,
.accordion-header h3 {
  display: flex;
	align-items: center;
}
.accordion-icon {
	font-style: normal;
  font-size: 42px;
  line-height: 42px;
	color: #fff;
	width: 42px;
	min-width: 42px;
	height: 42px;
	background-color: var(--color-main);
	border-radius: 42px;
  transition: all .3s linear;
	margin-right: 25px;
	text-align: center;
	padding-top: 1px;
}
.collapsed .accordion-icon {
  transform: rotateZ(0deg);
}
.accordion-icon {
  transform: rotateZ(45deg);
}

.accordion-title-content h1,
.accordion-title-content h2,
.accordion-title-content h3 {
  display: none;
}



.accordion2-link {
	color: var(--green);
	font-style: italic;
	font-weight: 500;
	cursor: pointer;
}
.accordion2-link:hover {
	color: var(--color-main);
}





.figcaption,
.image-caption {
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin-top: 5px;
}








.header {
	top: 0;
	height: 50vh;
	width: 100%;
	position: relative;
	justify-content: space-between;
	background: transparent;
}
.header.home {
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
}

.header .headerImage {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: none;
	background-size: cover;
}


.headerDescription {
	background-color: var(--green);
	padding: 25px;
	text-align: center;
	color: var(--white);
	font-weight: 500;
	max-width: 1004px;
	margin-left: auto;
	margin-right: auto;
}
.headerDescription b {
	display: block;
	font-weight: normal;
	font-size: 30px;
	line-height: 38px;
	padding-left: 30px;
	padding-right: 30px;
}
@media all and (max-width: 768px) {
}

.headerTitleWrap {
	z-index: 5;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-self: center;
	align-self: end;
	margin: -280px auto 0 auto;
	min-height: 300px;
}
.headerTitle {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	background-color: var(--color-main);
	color: #fff;
	border-radius: 52px;
	padding: 10px 30px;
	display: inline-block;
	margin: 0 auto 20px auto;
	justify-self: center;
}



.header.home .headerImage .headerTitleWrap {
	background-color: transparent;
	font-size: 30px;
	line-height: 38px;
	width: 1320px;
	justify-self: center;
	align-self: end;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
	.header.home .headerImage .headerTitleWrap {
		font-size: 18px;
		line-height: 22px;
	}
}
.header.home .headerDescription {
	background-color: transparent;
	width: 100%;
}
.header.home .headerTitle {
	display: none;
}

.headerImageOverlay {
	display: none;
	z-index: 4;
	width: 100%;
	height: 50vh;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,176,44,1) 50%, rgba(248,176,44,1) 50%);
}
.header.home .headerImage .headerImageOverlay {
	display: block;
}





.navbar {
	display: flex;
	align-content: flex-start;
	padding: 16px 0 0 50px;
	width: 360px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	min-height: 115px;
	border-radius: 0 60px 60px 0;
	z-index: 10;

	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.navbar.open {
	width: 570px;
	max-width: 100%;
}

a.navbar-brand {
	margin-top: -5px;
}
.navbar-brand img {
	width: auto;
	height: 60px;
}
.navbar-brand a {
	display: flex;
	align-items: center;
	color: var(--black);
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	margin: 35px 0 0 25px;
}

ul.navbar-nav {
	margin-top: 13px;
	margin: 50px 0 50px 80px;
}
@media all and (max-width: 768px) {
	ul.navbar-nav {
		margin-left: 5px;
	}

	nav.navbar {
		max-width: 100px;
		padding-left: 0;
	}
	nav.navbar.open {
		padding-left: 50px;
	}

	.navbar-brand img {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		width: 0;
	}
	nav.navbar.open .navbar-brand img {
		width: 205px;
	}
}


.subnav-break {
	flex-basis: 100%;
	height: 0;
}

.subnav {
	max-height: 0px;
	overflow: hidden;

	-webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.navbar.open .subnav {
	max-height: 800px;
}


nav.navbar .navbar-nav a.nav-link {
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  padding-left: 0;
  padding-right: 20px;
	text-decoration: none;
}
@media all and (max-width: 768px) {
	nav.navbar .navbar-nav a.nav-link {
		font-size: 30px;
		line-height: 40px;
	}
}
nav.navbar .navbar-nav a.nav-link.active,
nav.navbar .navbar-nav a.nav-link:hover {
  color: var(--color-main);
  text-decoration: none;
}




button.navbar-toggler:focus {
  outline: none;
	box-shadow: none;
}
.navbar-toggler {
  border: none;
	border-radius: 0;
	display: flex;
	font-weight: 300;
	margin-top: 5px;
}

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
	display: inline-block;
  margin: 6px 15px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #ffffff;
}
body .animated-icon1 span {
  background: var(--black);
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}


.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}




main {
	min-height: calc(100vh - 455px);  /* 200 footer.height, 205 main.margin-top, 50 footer.margin-top */
}






main .frame-type-form_formframework {
	margin-bottom: 50px;
}




main > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
@media all and (max-width: 992px) {
	main > .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.frame-layout-1,
	.frame-layout-2,
	.frame-layout-3 {
		margin-left: -15px;
		margin-right: -15px;
	}
}
main > .container-fluid > .frame {
	max-width: 1320px;
	margin: 0 auto;
}
.no-padding,
.gridelements > .container-xxl {
	padding-right: 0;
	padding-left: 0;
}

main > .container-fluid > .frame-narrow,
.frame-narrow,
.width-narrow {
	max-width: 1004px;
	margin-left: auto;
	margin-right: auto;
}



.gridelements {
}


.grid-2cols {
	margin: 0 auto;
}


.frame-layout-1 {
	background-color: var(--color-main);
	color: #fff;
	padding: 25px 15px 50px 15px;
}
.grid-1col.frame-layout-1 {
	padding: 25px 15px 25px 15px;
}

.frame-layout-2 {
	background-color: var(--color-grey);
	padding-left: 15px;
	padding-right: 15px;
}

.frame-layout-3 {
	background-color: var(--green);
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}





.frame-layout-1 .dce-linkbox,
.frame-layout-2 .dce-linkbox,
.frame-layout-3 .dce-linkbox {
	margin-bottom: 100px;
}
.frame-layout-1 .frame-type-text,
.frame-layout-2 .frame-type-text,
.frame-layout-3 .frame-type-text {
	margin-top: 40px;
}


main > .container-fluid > .frame-layout-0 {
	margin-top: 30px;
	margin-bottom: 30px;
}





.frame-layout-0.frame-space-before-extra-small {
	margin-top: 10px !important;
}
.frame-layout-0.frame-space-before-small {
	margin-top: 25px !important;
}
.frame-layout-0.frame-space-before-medium {
	margin-top: 40px !important;
}
.frame-layout-0.frame-space-before-large {
	margin-top: 50px !important;
}
.frame-layout-0.frame-space-before-extra-large {
	margin-top: 80px !important;
}


.frame-layout-0.frame-space-after-extra-small {
	margin-bottom: 10px !important;
}
.frame-layout-0.frame-space-after-small {
	margin-bottom: 25px !important;
}
.frame-layout-0.frame-space-after-medium {
	margin-bottom: 40px !important;
}
.frame-layout-0.frame-space-after-large {
	margin-bottom: 50px !important;
}
.frame-layout-0.frame-space-after-extra-large {
	margin-bottom: 80px !important;
}



.frame-layout-1.frame-space-before-extra-small,
.frame-layout-2.frame-space-before-extra-small,
.frame-layout-3.frame-space-before-extra-small {
	padding-top: 10px !important;
	margin-top: 0;
}
.frame-layout-1.frame-space-before-small,
.frame-layout-2.frame-space-before-small,
.frame-layout-3.frame-space-before-small {
	padding-top: 25px !important;
	margin-top: 0;
}
.frame-layout-1.frame-space-before-medium,
.frame-layout-2.frame-space-before-medium,
.frame-layout-3.frame-space-before-medium {
	padding-top: 40px !important;
	margin-top: 0;
}
.frame-layout-1.frame-space-before-large,
.frame-layout-2.frame-space-before-large,
.frame-layout-3.frame-space-before-large {
	padding-top: 50px !important;
	margin-top: 0;
}
.frame-layout-1.frame-space-before-extra-large,
.frame-layout-2.frame-space-before-extra-large,
.frame-layout-3.frame-space-before-extra-large {
	padding-top: 80px !important;
	margin-top: 0;
}


.frame-layout-1.frame-space-after-extra-small,
.frame-layout-2.frame-space-after-extra-small,
.frame-layout-3.frame-space-after-extra-small {
	padding-bottom: 10px !important;
	margin-bottom: 0;
}
.frame-layout-1.frame-space-after-small,
.frame-layout-2.frame-space-after-small,
.frame-layout-3.frame-space-after-small {
	padding-bottom: 25px !important;
	margin-bottom: 0;
}
.frame-layout-1.frame-space-after-medium,
.frame-layout-2.frame-space-after-medium,
.frame-layout-3.frame-space-after-medium {
	padding-bottom: 40px !important;
	margin-bottom: 0;
}
.frame-layout-1.frame-space-after-large,
.frame-layout-2.frame-space-after-large,
.frame-layout-3.frame-space-after-large {
	padding-bottom: 50px !important;
	margin-bottom: 0;
}
.frame-layout-1.frame-space-after-extra-large,
.frame-layout-2.frame-space-after-extra-large,
.frame-layout-3.frame-space-after-extra-large {
	padding-bottom: 80px !important;
	margin-bottom: 0;
}








.ce-gallery[data-ce-columns="2"] .ce-column {
	max-width: 48%;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
	max-width: 31%;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
	max-width: 23%;
}

.ce-intext .ce-gallery {
	max-width: 50%;
}
.ce-above .ce-gallery,
.ce-below .ce-gallery {
	margin-top: 25px;
	margin-bottom: 25px;
}
.ce-gallery .ce-row {
	display: flex;
	justify-content: space-between;
}

@media all and (max-width: 450px) {
	.ce-intext > .ce-gallery {
		float: none;
		max-width: 100%;
	}
}






/* Anchor link offset */
/*
:target {
  display: block;
  position: relative;
  top: -80px;
}
*/
/*
html {
	scroll-padding-top: 72px;
}
*/





.contenttable {
	width: 100%;
}
.contenttable th,
.contenttable td {
	vertical-align: top;
	padding: 3px 5px;
}
.contenttable tr:nth-child(even) {
	background-color: #e0e0e0;
}
.contenttable tr:nth-child(odd) {
	background-color: #fff;
}







.footer {
	background-color: var(--color-main);
	padding: 50px 15px 20px 15px;
	color: var(--white);
	min-height: 200px;
}

.footer-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 18px;
}


.footer a,
.footer a:hover {
	color: var(--white);
}
.footer a:hover {
	text-decoration: underline;
}

.footer .gridelements {
	margin-top: 0;
}



.footer .shariff-button {
	width: 30px !important;
	min-width: 30px !important;
	flex: unset !important;
	margin-right: 6% !important;
}
.footer .shariff-button a {
	background: transparent !important;
}
.footer .shariff-button span.share_text {
	display: none !important;
}




.footer-meta {
	border-top: 3px solid var(--white);
	padding: 15px 0 0 0;
	margin-top: 30px;
}
ul.meta {
	margin: 0;
	padding: 0;
}

ul.meta li {
    display: inline-block;
    list-style: none outside none;
}

.meta a,
.meta a:hover,
.meta a:active,
.meta a:visited {
	display: block;
	padding: 0;
	margin-right: 30px;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #717171;
}

.meta a:hover,
.meta a:active,
.meta .current a {
    color: var(--black);
}



span.social > a {
	display: inline-block;
	margin-left: 15px;
	background: #fff;
	width: 30px;
	height: 30px;
	padding: 1px 4px;
	color: var(--color-main);
	font-size: 24px;
	line-height: 30px;
}
span.social > a:hover {
	color: var(--color-main);
}






span.tx-indexedsearch-icon,
span.tx-indexedsearch-percent,
dl.tx-indexedsearch-info {
	display: none;
}

strong.tx-indexedsearch-redMarkup,
span.tx-indexedsearch-info-sword-word {
	color: var(--color-main);
	font-weight: bold;
}







main .lpcForm .lpcFormGroup select,
main .lpcForm .lpcFormGroup textarea,
main .lpcForm .lpcFormGroup input {
	background-color: var(--color-grey);
	border: 0;
	outline: none;
}
main .lpcForm .lpcFormGroup input:focus {
	outline: 2px solid var(--color-main);
}
main .lpcForm .actionButtons button {
	font-size: 22px;
}











.lpcFormGroup label {
	font-weight: 300;
}




.dce-number {
	font-weight: 500;
}
.dce-number .title {
	font-size: 45px;
	line-height: 68px;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.dce-number .text {
	text-align: center;
	padding-top: 15px;
}


.dce-news {
	position: relative;
	min-height: 454px;
}
.dce-news .news-image {
	border-right: 16px solid var(--color-main);
	position: absolute;
}
.dce-news .news-text {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 0px;
	top: 102px;
	background-color: #fff;
	width: 425px;
	min-height: 250px;
	padding: 15px 30px;
}
.dce-news .news-date {
	color: #909090;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
}
.dce-news .news-title {
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	margin-top: 5px;
	width: 100%;
}
.dce-news .news-subtitle {
	color: var(--color-main);
	font-size: 20px;
	font-weight: 500;
	align-self: end;
}
@media all and (max-width: 992px) {
	.dce-news .news-image {
		position: relative;
	}
	.dce-news .news-text {
		position: relative;
		top: 0;
		width: 100%;
		flex-direction: column;
	}
	.dce-news .news-subtitle {
		align-self: auto;
	}
}



.dce-linkbox {
	background-color: #fff;
	position: relative;
}
.dce-linkbox .linkbox-image {
	position: relative;
}
.dce-linkbox .image-circle {
	width: 43px;
	height: 43px;
	background-color: var(--color-main);
	border-radius: 43px;
	position: absolute;
	bottom: -21px;
	left: 15px;
	z-index: 1;
}
.dce-linkbox .linkbox-text {
	padding: 45px 20px 35px 20px;
	display: flex;
	flex-wrap: wrap;
	min-height: 324px;
}
h3.linkbox-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
p.linkbox-subtitle {
	font-size: 20px;
	line-height: 30px;
}
p.linkbox-link {
	align-self: end;
	font-weight: 500;
	text-decoration: none;
}



.frame-type-menu_section ul {
	list-style-type: none;
	padding-left: 0;
	font-weight: 500;
}
.frame-type-menu_section li {
	margin: 0;
	padding: 0;
}
.frame-type-menu_section > ul > li > a {
	display: none;
}



.dce-products-container {
	margin-top: 25px;
	margin-bottom: 25px;
}
.dce-product-wrap {
	position: relative;
	padding: 15px;
}
.dce-product {
	width: 100%;
	border: 3px solid var(--color-main);
	min-height: 200px;
	padding: 15px;
	cursor: pointer;
}
.dce-product h3 {
	font-size: 30px;
	line-height: 38px;
	color: var(--color-main);
	border-bottom: 3px solid var(--color-main);
	margin-bottom: 20px;
	/*word-break: break-all;*/
}
.dce-product-wrap .product-text {
	display: none;
}
.dce-product-wrap.open .product-text {
	display: block;
}

.dce-product-wrap.open .product-teaser {
	display: none;
}
.dce-product-wrap.open {
	/*width: 66%;*/
}
@media all and (max-width: 992px) {
	.dce-product-wrap.open {
		width: 100%;
	}
}
.product-opener {
	margin-top: 15px;
}
.product-opener span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 13px;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	background-color: var(--color-main);
	color: #fff;
  transform: rotateZ(0deg);
}
.open .product-opener span {
  transform: rotateZ(45deg);
}




.dce-textbox {
	border: 3px solid var(--color-main);
	min-height: 200px;
	padding: 15px;
	margin-bottom: 25px;
}
.dce-textbox h3 {
	font-size: 30px;
	line-height: 38px;
	color: var(--color-main);
	/* border-bottom: 3px solid var(--color-main); */
	margin-bottom: 20px;
}


.dce-person {
	position: relative;
	max-width: 324px;
	height: 470px;
	margin-bottom: 25px;
}
.dce-person .person-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.person-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: var(--color-main);
	opacity: 0;
	color: #fff;
  transition: opacity .3s linear;
}
.dce-person:hover .person-text {
	opacity: .9;
}
.person-name {
	font-size: 30px;
	margin-bottom: 20px;
}
.person-function {
	font-weight: bold;
	margin-bottom: 2px;
}

dialog#cookieConsent {
	border: none;
	background: none;
	width: 90vw;
	max-width: 850px;
	text-align: center;
}

dialog#cookieConsent video {
	width: 360px;
	max-width: 90vw;
}

dialog#cookieConsent .box {
	background-color: #00856d;
	color: white;
	font-size: 20px;
	padding: 36px 10px;
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

dialog#cookieConsent .box p {
	max-width: 700px;
}

dialog#cookieConsent button {
	font-size: 100%;
	padding: 10px 60px;
	margin-top: 1em;
	background-color: transparent;
	border: 1px solid white;
	color: white;
}

dialog#cookieConsent button:hover {
	background-color: white;
	color: #00856d;
}

dialog#cookieConsent::backdrop {
	background-color: #00856db2;
}

/* Safari */
@media not all and (min-resolution:.001dpcm) {
	dialog#cookieConsent video {
		display: none;
	}
}
