	*:focus-visible {
	outline: 2px solid white;
	outline-offset: 2px;
}

.content *:focus-visible,
#klaro *:focus-visible {
	outline-color: black;
}

.sword *:focus-visible,
.search button {
	outline-offset: 4px;
	outline-color: black;
}

.container {
	width: 100%;
	position: relative;
}

body {
	background: #ffffff;
	font-family: "LetterGothicTextOT";
	font-weight: 400;
}

body > header {
	background: #C1DB09;
	font-size: 1.3em;
}

body > header .navbar {
	background: #496021;
}
body > header .logo {
	vertical-align: center;;
}
body > header .logo img {
	margin: 15px 0
}
body > header .claim {
	margin-bottom: 7px;
}
body > header .claim p {
	text-align: right;
	margin: 0;
	font-size: 17px;
}
body > header .claim p.white {
	color: #FFFFFF;
	font-weight:400;
}
body > header .claim p.green {
	color: #496021;
}
body > header .navbar {
	padding: 0;
}
body > header .navbar .nav-item {
	width: 100%;
}
body > header .navbar .nav-item > a {
	padding: .5rem 1rem;
}
body > header .navbar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
}
body > header .navbar .nav-arrow {
	display: inline-block;
	margin: 0 15px;
	width: 26px;
	height: 16px;
	background: url("../Images/icon_arrow_down.png") no-repeat center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
body > header .navbar .nav-arrow[aria-expanded="true"] {
	background-image: url("../Images/icon_arrow_up.png");
}
body > header .navbar .dropdown-menu {
	margin: 0;
	border-radius: 0;
	border-color: #dbea6e;
	border-width: 0 1px 1px 1px;
}
body > header .navbar .dropdown-menu a {
	color: #000000;
}
body > header .navbar .dropdown-item {
	padding: 0.25rem 1rem;
	white-space: unset;
}
body > header .navbar .dropdown-item:hover,
body > header .navbar .dropdown-item:focus,
body > header .navbar .dropdown-toggle:hover,
body > header .navbar .dropdown-toggle:focus {
	background-color: #c1db09;
}
.nav-item.is-open .dropdown-menu {
	display: block;
}
body > header .navbar a:focus-visible,
body > header .navbar button.nav-arrow:focus-visible {
	outline: 3px solid #c1db09;
	outline-offset: 3px;
	border-radius: 2px;
}
body > header .lang-bar .lang {
	display: none;
}

#language .inactive {
	display: none;
}

body > header .navbar .tools ul.lang .active {
	display: none;
}

.btn {
	background: #11356d;
	color: #fff;
	border-radius: 0;
	border: 0;
	font-size: 1.3rem;
}

.btn:hover {
	background: #0b2246;
}

.powermail_submit:hover {
	background: #0b2246;
}

.navbar-toggler {
	float: right;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar .social,
.navbar .tools {
	color: #FFFFFF;
	font-size: 20px;
}
.navbar .tools > div {
	display: inline-block;
	margin: 5px;
}

.navbar .social a {
	padding-left: 10px;
}

.dropdown li.nav-item {
	margin-bottom: 4px;
	line-height: 130%;
	padding-bottom: 4px;
}

.dropdown li.nav-item:last-child {
	margin-bottom: 0;
}

section {
	background: #FFFFFF;
}

.main {
	padding-top: 30px;
}

.main .content {
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px 15px;
	font-size: 1.3em;
}
.main .content > .row {
	padding-top: 25px;
}
.main aside {
	display: none;
	position: absolute;
	width: 195px;
	right: 0;
	top: 0;
	bottom: 0;
}

.dropdown-toggle:after {
	border: 0;
}

.dropdown-toggle:hover {
	border: 0;
}

.main .breadcrumb {
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 25px 0 0 0;
}
.main .breadcrumb li:first-child {
	margin-right: 10px;
	color: #11356d;
}
.main .breadcrumb-item a {
	color: #000000;
	font-size: 0.9em;
}
.breadcrumb-item.active {
	font-size: 0.9em;
	line-height: 35px;
}
.main .breadcrumb-item a:hover {
	text-decoration: none;
}
.main .breadcrumb img {
	margin-top: -5px;
}
.main .item {
	position: relative;
}
.main .item .image img {
	width: 100%;
	height: auto;
}

.main .item .description,
.main .item .title {
	position: relative;
	padding: 5px 0;
	color: #212529;
}
.main .item .description {
	font-size: 18px;
	font-weight: 500;
	display: block;
	line-height: 1.15rem;
	margin-top: 7px;
}

.main .topnews .item .description {
	margin-top: -10px;
}

.main .item .title {
	bottom: 0;
	font-weight: bold;
	padding-right: 38px;
	line-height: 1.3em;
	padding-top: 13px;
	padding-bottom: 13px;
	min-height: 80px;
}
.main .item .title a,
.main .item .title a:hover {
	font-size: 22px;
	line-height: 25px;
	color: #496021;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.main .item .title .category {
	font-size: 16px;
	font-weight:normal;
	line-height: 24px;
	color: #212529;
	display: block;
	text-decoration: underline;
	text-decoration-color:  #C1DB09;
	text-underline-offset: 4px;
	margin-bottom: 15px;
}

.main .item .title img {
	position: absolute;
	right: 10px;
	top: 12px;
	height: 31px;
	width: 19px;
}
.main > .newsletter {
	background: #11356d;
	width: 100%;
	text-align: center;
	font-size: 17px;
	padding: 5px;
}
.main > .newsletter a {
	color: #FFFFFF;
}
.main > .newsletter a:hover {
	text-decoration: none;
}
.main > .newsletter i {
	margin-right: 10px;
}
.newsletter img {
	margin-right: 12px;
}

.main .content > .row > .frame {
	width: 100%;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

	.sword::placeholder,
	#ke_search_sword::placeholder {
		color: black;
		opacity: 1;
	}

aside {
	position: relative;
}
aside .search {
	margin: 22px 0;
}

aside .search header {
	display:none;
}

#search-bar header {
	display:none;
}

aside .search input {
	display: inline-block;
}

aside .search .sword {
	width: 165px;
	padding: 2px 10px;
	margin: 0;
	border: 1px solid #11356d;
}
aside .search .submit {
	background: url("../Images/search.png") #11356d center center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	cursor: pointer;
	float: right;
	background-size: 22px;
	background-repeat: no-repeat;
}

aside .newsletter {
	background: #11356d;
	line-height: 15px;
	padding: 10px;
	min-height: 50px;
}
aside .blog {
	background: #11356d;
	line-height: 30px;
	padding: 10px;
	min-height: 50px;
	margin-top: 20px;
}
aside .newsletter a,
aside .newsletter a:hover,
aside .blog a,
aside .blog a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
aside .newsletter img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

aside .blog img {
	float: left;
	margin-right: 18px;
	margin-top: 2px;
}

aside .extras {
	bottom: 30px;
	position: absolute;
	right: 0;
}
aside .extras > div,
footer .to-top {
	display: inline-block;
	font-size: 25px;
	width: 37px;
	text-align: center;
	margin-left: 5px;
	background: #11356d;
}
footer .to-top a,
aside .extras > div a {
	color: #FFFFFF;
}
footer .to-top {
	margin: 10px 0 0 0;
}
.to-top img,
.print img {
	margin-top: -3px;
}
.content h1 {
	color: #496021;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 1rem;
}
.content h2 {
	color: #000000e3;
	font-weight: bold;
	font-size: 22px;
}

.content h3 {
	font-size: 1.3rem;
}
.content .ce-bodytext {
	font-size: 20px;
	line-height: 25px;
}
.ce-gallery figcaption {
	font-size: 16px;
}
.ce-gallery figcaption.video-caption {
	display: block;
}

.news-list-view .video .description {
	display: none;
}

/*## Frames ##*/


/*Linie danach*/
.frame-rulerafter .ce-textpic {
	border-bottom: 1px solid #C1DB09;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
/*Grüne Box 50-50*/

.twoCol .frame-greenbox > div {
	height: 197px;
}

.frame-greenbox {
	width: 100%;
}
.frame-greenbox > div {
	background: #ecf5db;
}
.frame-greenbox .ce-gallery,
.frame-greenbox .ce-gallery img {
	margin-bottom: 0 !important;
}

.frame-greenbox .ce-bodytext {
	padding: 15px;
}
.frame-greenbox .ce-bodytext header,
.frame-greenbox .ce-bodytext header h2 {
	color: #496021;
	font-weight: bold;
	font-size: 24px;
}
.frame-greenbox .ce-intext.ce-left .ce-column {
	width: 100%;
}

.frame-greenbox .ce-intext.ce-left .ce-gallery {
	width: 50%;
}

.frame-greenbox figcaption {
	font-size: 16px;
	background: rgba(73, 96, 33, 0.8);
	color: #fff;
	padding-left: 4px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.frame-greenbox .ce-gallery figure {
	position: relative;
}


/*Gallery*/

.frame-gallery .ce-column {
	overflow: hidden;
	height: 132px;
}

.frame-gallery .ce-row {
	width: 19%;
	margin-right: 10px;
}

.frame-gallery .ce-intext.ce-right .ce-gallery,
.frame-gallery .ce-intext.ce-left .ce-gallery,
.frame-gallery .ce-above .ce-gallery {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 1200px) {
	.frame-gallery .ce-column {
		height: auto;
	}
}


/*Grüne Box automatisch*/

.frame-greenboxfree {
	width: 100%;
}
.frame-greenboxfree > div {
	background: #ecf5db;
}
.frame-greenboxfree .ce-gallery,
.frame-greenboxfree .ce-gallery img {
	margin-bottom: 0 !important;
}

.frame-greenboxfree .ce-bodytext {
	padding: 15px;
}
.frame-greenboxfree .ce-bodytext header,
.frame-greenboxfree .ce-bodytext header h2 {
	color: #496021;
	font-weight: bold;
	font-size: 24px;
}

.frame-greenboxfree figcaption {
	font-size: 16px;
	background: rgba(73, 96, 33, 0.8);
	color: #fff;
	padding-left: 4px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.frame-greenboxfree .ce-gallery figure {
	position: relative;
}

/*Zwei Spalten El.*/
.twoCol .col-left {
	padding-left: 0;
}

.twoCol .col-right {
	padding-right: 0;
}

/**/

.content .row a.button {
	display: inline-block;
	padding: 5px 15px;
	background: #11356d;
	color: #FFFFFF;
	text-decoration: none;
}
.content .row a.button:hover {
	text-decoration: none;
}

footer {
	background: #757575;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	padding-bottom: 7px;
}

footer .container .hr {
	display: block;
}
footer .container hr {
	border-color: #FFFFFF;
}
footer .container .divider {
	display: none;
}

footer .footer-nav a {
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}
footer .footer-nav a:hover {
	text-decoration: none;
}

.content header p {
	display: none;
}

.content .person {
	position: relative;
	background: #ecf5db;
	height: 264px;
}
.content .person .image,
.content .person .bodytext {
	display: inline-block;
}
.content .person .image {
	vertical-align: top;
}
.content .person .image img {
	max-width: 100%;
	height: auto;
}
.content .person .bodytext {
	width: 70%;
	padding: 15px 15px 30px 15px;
}
.content .person .bodytext h2 {
	color: #212529;
}

.content .person .title {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 35px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 15px;
	background: rgba(73,96, 33, 0.8);
}
.content .person .title.has-copyright {
	bottom: 0px;
}
.content .person .copyright {
	background: #ffffff;
	font-size: 13px;
	font-style: italic;
	position: absolute;
	width: 30%;
	bottom: 35px;
}

.content > .row > div {
	margin-bottom: 15px;
	padding:  0 15px;
}

.content .row a {
	color: #11356d;
	text-decoration: underline;
	font-weight: 500;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
	position: relative;
	float: none;
	right: auto;
}


.search-toggler {
	color: #FFFFFF;
	background: none;
	border: none;
	cursor: pointer;
}

#search-bar {
	padding: 5px;
	width: 100%;
	border-top: 1px solid #FFF;
	background: #829a57;
}
#search-bar .submit,
#search-bar .sword {
	display: inline-block;
}
#search-bar .sword {
	width: 100%;
	margin-right: -28px;
	border: none;
	padding: 5px 10px;
}
#search-bar .submit {
	background: url("../Images/search.png") #11356d center center;
	width: 40px;
	height: 41px;
	padding: 0;
	border: none;
	cursor: pointer;
	top: 6px;
	position: absolute;
	right: 5px;
	background-repeat: no-repeat;
}

.tx-kesearch-pi1 #kesearch_submit,
.tx-kesearch-pi1 .resetbutt {
	display: none;
}

#form_kesearch_pi1 .submitbutt input {
	background: #11356d;
	padding: 5px 10px;
	color: #fff;
	border: 0;
	border-radius: 0;
}

.news .article .news-img-wrap {
	float: none;
	margin: 0;
	background: none;
}
.news .article .news-img-wrap a {
	display: block;
	float: none;
	padding: 0;
	border: none;
	background: none;
}

.news .article .news-img-wrap img {
	float: none;
}

.news-list-view .mediaelement iframe {
	width: 100%;
	height: 317px;
	border: 0;
}

.news-list-view .mediaelement video {
	width: 100%;
	border: 0;
}

.news-list-view .mediaelement {
	background: #C1DB09;
}

.main .item, .news-list-view .mediaelement, .news-list-view .article .news-img-wrap, .news-list-view .article .image {

}

.news .news-list-view .article.topnews,
.news .news-list-view .article.topnews:last-child {
	padding-bottom: 30px;
}

.topnews .item {
	display: flex;
	flex-wrap: wrap;
	background-color: #F5F5F5;
	align-items: center;
	height: 100%;
}

.topnews .item .image {
	padding-left: 0;
	padding-right: 9px;
	height: 100%;
	max-height:350px;
}

.topnews .item .image .news-img-wrap {
	height: 100%;
}

.topnews .item .image .news-img-wrap a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.topnews .item .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.topnews .item .title {
	background-color: #F5F5F5;
	padding-left: 22px;
	padding-top: 30px;
}

.topnews .item .title a span {
	font-size: 24px;
	line-height: 28px;
	margin: 10px 0;
	display: block;
}

@media (max-width: 991px) {
	.topnews .item .image .news-img-wrap a {
		height: auto;
	}
	.topnews .item .image {
		padding-right: 0;
	}
	.topnews .item .image img {
		object-fit: contain;
		height: auto;
	}
	.topnews .item .image .news-img-wrap {
		height: auto;
	}
	.topnews .item .image {
		height: auto;
	}
	.topnews .item .title {
		padding-top: 20px;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 575px) {

}

/*Form*/
.content .row form .submit,
.content .row form .powermail_submit {
	background: #11356d;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.powermail_confirmation {
	margin-bottom: 30px;
}

.powermail_confirmation .btn-group {
	width: 100%;
}

.powermail_confirmation .btn-group form {
	float: right;
	position: absolute;
	right: 0;
}

.powermail_confirmation .btn-group form:first-child {
	float: left;
	left: 0;
	right: inherit;
}



.content .row form fieldset {
	margin-bottom: 1rem;
}

.content .row form input[type=text],
.content .row form textarea {
	width: 90%;
	padding: 5px;
}

.content .tx-powermail form > h3 {
	display: none;
}

.content .row form label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
	margin-top: .5rem;
}

.content .row form .checkbox label,
.content .row form .radio label {
	font-weight: 500;
}

.content .row .powermail_captchaimage {
	margin: .5rem 0 .5rem 0;
}

.content .row .tx-powermail .layout2 .checkbox {
	position: relative;
}

.content .row .tx-powermail .layout2 label {
	margin-left: 0;
}

.content .row .tx-powermail .layout2 input{
	position: absolute;
	top: -29px;
	left: 0px;
}

.content .row .tx-powermail .layout2 .powermail_label {
	margin-left: 1.2rem;
}

li.parsley-required {
	color: red;
	list-style: none;
}

.tx-powermail .container-fluid {
	padding: 0;
}
.tx-powermail .parsley-errors-list {
	padding-left: 0;
	margin-left: 0;
}

/**/
@media (min-width: 992px) and (max-width:1200px) {
	body .main .content {
		width: 80.6%;
	}

}

@media (min-width:1201px) and (max-width:1300px) {
	body .main .content {
		width: 83.9%;
	}

}

@media (max-width: 1200px) {
	.content .person {
		height: inherit;
	}
}

/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
	.lang {
		position: relative;
		top: 4px;
		right: 3px;
	}

	.lang > ul {
		list-style: none;
		padding-left: 0;
	}

	.navbar-toggler {
		float: right;
		top: 4px;
		position: relative;
	}
	.navbar > .container {
		padding: 0;
		max-width: 100%;
	}
	#nav-bar .nav-item {
		border-top: 1px solid #FFF;
		text-align: right;
	}
	#nav-bar > ul > .nav-item {
		background: #829a57;
	}
	#nav-bar .nav-item:last-child {
		border-bottom: 1px solid #FFF;
	}
	#nav-bar .dropdown-toggle::after {
		display: none;
	}
	#nav-bar .dropdown .caret {
		display: inline-block;
		width: 26px;
		height: 16px;
		margin-left: 5px;
		background: url("../Images/icon_arrow_down.png");
	}
	#nav-bar .dropdown.show .caret {
		background: url("../Images/icon_arrow_up.png");
	}
	#nav-bar .dropdown-menu .dropdown-item {
		font-size: 18px;
	}
	#nav-bar .dropdown-menu .dropdown-item.nav-link {
		padding-right: 55px;
	}
	#nav-bar .nav-item .nav-link {
		font-size: 22px;
	}
	#nav-bar .nav-item .nav-link span {
		display: inline-block;
		width: 56px;
	}
	.ce-intext.ce-right .ce-gallery {
		margin: 0;
	}
	.ce-left .ce-gallery, .ce-column {
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.ce-left .ce-gallery, .ce-column:last-child {
		margin-bottom: 0;
	}
	.ce-gallery figure,
	.ce-gallery img {
		width: 100% !important;
		height: auto;
	}
	.search-toggler {
		top: 9px;
		position: relative;
	}

	.navbar-expand-md .navbar-toggler {
		display: block;
	}
	.collapse:not(.show),
	.navbar-expand-md .navbar-collapse.collapse:not(.show) {
		display: none !important;
	}

}

/* Tables */
@media (max-width: 991px) {
	.navbar .social-icons {
		display: none;
	}
	.twoCol .col-left,
	.twoCol .col-right {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.twoCol {
		display: block!important;
	}
	.twoCol .frame-greenbox > div {
		height: auto;
	}
	.ce-gallery figure, .ce-gallery img {
		width: 70% !important;
		height: auto;
	}
	.frame-greenbox .ce-intext.ce-left .ce-gallery {
		height: auto;
		width: 100%;
	}

	.ce-gallery figure.video {
		width: 100%!important;
	}
	iframe.video-embed-item {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.navbar .social-icons {
		display: inline;
	}
	.navbar .social-icons a {
		padding-left: 20px;
	}
	body > header .navbar .nav-arrow {
		margin-inline: 0;
	}
	.navbar .social,
	.navbar .tools,
	#search-bar {
		display: none;
	}
	body > header .lang-bar .lang {
		display: block;
	}
	body > header .lang li {
		display: inline-block;
		margin: 10px 0 0 15px;
	}
	body > header {
		height: 164px;
	}
	body > header .navbar .dropdown-item {
		white-space: nowrap;
	}
	body > header .navbar .nav-item {
		width: auto;
		margin-right: .5rem;
	}
	body > header .navbar .nav-item > a {
		padding: 0;
	}
	body > header .logo,
	body > header .claim {
		height: 110px;
	}
	body > header .claim p:first-child {
		margin-top: 30px;
	}
	body > header .claim p {
		font-size: 18px;
	}
	.main > .newsletter {
		display: none;
	}
	.image-block .info {
		padding: 0 15px 0 0;
	}

	footer > .container {
		display: flex;
		justify-content: space-between;
	}

	footer .container .momo {
		flex-grow: 2;
	}

	footer .container .momo p

	footer .container .hr {
		display: none;
	}
	footer .container .divider {
		display: inline;
	}
	.image-block .image {
		padding-right: 0;
	}
	footer .footer-nav,
	footer .footer-nav a {
		display: inline-block;
	}
	footer .footer-nav {
		margin-left: 5px;
	}
	footer .footer-nav a + a:before {
		content: "|";
		display: inline-block;
		margin: 0 5px;
	}
	.ce-gallery[data-ce-columns="2"] .ce-column {
		width: 48%;
		margin-right: 20px;
	}
	.ce-gallery[data-ce-columns="3"] .ce-column {
		width: 32%;
	}
	.ce-gallery[data-ce-columns="4"] .ce-column {
		width: 24%;
	}
	.ce-gallery .ce-column figure,
	.ce-gallery .ce-column img {
		width: 100%;
		height: auto;
	}
	.ce-column:last-child {
		margin-right: 0 !important;
	}
	aside .social {
		text-align: center;
		margin: 10px 0;
		font-weight: bold;
		font-size: 14px;
	}
	aside .social .icons a:first-child {
		margin-right: 15px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
	}
}

/* Desktop */
@media (min-width: 992px) {
	.container {
		width: 1280px;
	}
	body > header .claim p:first-child {
		margin-top: 15px;
	}
	body > header .claim p {
		font-size: 24px;
		font-weight: 600;
	}
	.main {
		padding-top: 0;
	}
	.main .content {
		width: 1065px;
		min-height: 500px;
	}
	.main aside {
		display: inline-block;
		width: 195px;
	}
	footer .to-top {
		display: none;
	}
	.nav-item:hover .dropdown-menu {
		display: block;
	}
	body > header .navbar .nav-arrow {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: none;
		width: 16px;
	}
	body > header .navbar .nav-arrow[aria-expanded="true"] {
		background: none;
	}
	body > header .navbar .nav-arrow::after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		transform: rotate(45deg) translate(-1px, -2px);
		transition: transform 0.2s ease;
	}
	body > header .navbar .nav-arrow[aria-expanded="true"]::after {
		transform: rotate(-135deg) translate(-1px, -2px);
	}

	footer .container .momo {
		text-align: left;
	}

	footer .container .momo > p {
		display: inline-block;
	}

	footer .container address {
		display: inline-block;
	}

	#language > ul {
		display: inline;
		padding-left: 0;
	}
}
@media (min-width: 1300px) {
	.container {
		max-width: 1282px;
	}
}

@media (max-width: 768px) {
	.frame-greenbox figcaption {
		position: inherit;
		max-width: 100%;
		max-width: 100%;
		width: inherit;
	}
}

/* Video */

.video-embed {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.video-embed iframe,
.video-embed video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-embed [data-type="placeholder"] {
	max-width: inherit!important;
	height: auto!important;
}


/* Video Frame */

.frame-video .ce-row {
	margin-left: -1%;
	margin-right: -1%;
}

.frame-video .ce-gallery .ce-column {
	width: 100%;
	padding: 1%;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.frame-video .ce-gallery .ce-column {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.frame-video .ce-gallery[data-ce-columns="1"] .ce-column,
	.frame-video .ce-gallery[data-ce-columns="2"] .ce-column {
		width: 50%;
	}

	.frame-video .ce-gallery[data-ce-columns="3"] .ce-column {
		width: 33.3333%;
	}

	.frame-video .ce-gallery[data-ce-columns="4"] .ce-column {
		width: 25%;
	}
}

/* Social Share Content Element */
.share-page {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.share-page .share-label {
	display: block;
	margin-bottom: .75rem;
}
.share-page .share-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.share-page .share-items .share-item {
	text-align: center;
	margin-right: 12px;
	margin-bottom: 10px;
	height: 37px;
	width: 52px;
	line-height: 39px;
	vertical-align: middle;
}

.share-item:hover {
	opacity: .8;
}

.share-item.email {
	background-color: #999;
}
.share-item.twitter {
	background-color: #55acee;
}
.share-item.facebook {
	background-color: #3b5998;
}
.share-item.linkedin {
	background-color: #2977c9;
}
.share-item.whatsapp {
	background-color: #00e676;
}

.share-page .share-items .share-item > i {
	width: 45px;
	padding: 5px 10px;
	font-size: 23px;
	line-height: 23px;
	color: #FFF;
}

/* exit notifyer */

.exitlinkpopup-wrapper {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

#exitlinkpopup {
	background: rgba(255,255,255, 1);
	max-width: 500px;
	display: flex;
	padding: 20px 40px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-self: center;
	justify-self: center;
	z-index: 9999;
	transition: all 0.5s;
	margin-top: 20px;
	width: 97%;
	box-sizing: border-box;
}

.exitlinkpopup-body-text {
	font-size: 18px;
	line-height: 23px;
}

@media (max-width: 768px) {
	#exitlinkpopup {
		padding: 20px 20px;
	}
}

@media screen and (min-width: 768px) {
	#exitlinkpopup {
		width: 70%;
	}
}

.exitlinkpopup-wrapper.visible {
	display: flex !important;
}

.exitlinkpopup-header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.exitlinkpopup-header .exitlinkpopup-header-text {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.exitlinkpopup-buttons {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	margin-top: 30px;
}

@media screen and (min-width: 710px) {
	.exitlinkpopup-buttons {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
		margin-top: 30px;
	}
}

#acceptexit {
	margin-top: 5px;
	background: #496021;
	border: 1px solid #496021;
	color: #ffffff;
	font-size: 16px;
	padding: 7px 12px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

#acceptexit:hover {
	opacity: .8;
}

#denyexit {
	background-color: rgba(224,224,224,1);
	border: 1px solid rgba(224,224,224,1);
	color: rgba(59, 58, 58, 1);
	margin-top: 5px;
	font-size: 16px;
	padding: 7px 12px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

#denyexit:hover {
	background: rgba(224,224,224,.85);
	color: rgba(59, 58, 58, 1);
}

#acceptexit:focus,
#denyexit:focus {
	outline: 0;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
}

.skip-link:focus {
	left: 10px;
	top: 10px;
	z-index: 1000;
	background: #fff;
	color: #000;
	padding: 10px 15px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

	.content .row .radio-field-radiofields label,
	.content .row .checkbox-field-checkfields label {
		font-weight: normal;
	}

	.field-errors .error {
		color: red;
	}

	.event-registration-row {
		margin-bottom: 1.0rem;
	}

	.event-registration-label,
	.event-list-label {
		font-weight: bold;
	}

	.content .row form label.gender-label {
		font-weight: normal;
	}

	.event-registration-row:has(> input[id="14"]) {
		margin-top: -0.5rem;
		margin-bottom:2rem;
	}

	.event-registration-row.privacy-policy {
		margin-top:-0.5rem;
	}