:root {
	--black-color: #000;
	--white-color: #ffffff;
	--header-txt: #033243;
	--txt-color: #707070;
	--gray-color: #707070;
	--fix-menu-anchor: #06213B;
	--gray-600: #5D5757;
	--gray-500: #9E9E9E;

	--primary: #589BB5;
	--secondary: #CECF1F;
	--success: #ACBA00;
	--danger: #AA055E;
	--warning: #EEA000;
	--info: #006994;
	--light-gray: #E3EDF0;
	--dark-gray: #334352;
	--dark:#334352;

	--header-top-bg: #F0F3F8;
	--card-bg: #F2F8FB;
	--accordion-bg: #EEF4F8;

	--font-light: 300;
	--font-regular: 400;
	--font-semibold: 600;
	--font-bold: 700;

}

[data-bs-theme="contrast"]:root {
	--primary: #000000;
	--secondary: #000000;
	--dark-gray: #000000;
	--light-gray: #000000;
	--txt-color: #000000;
	--card-bg: #000000;
}

[data-bs-theme="dark"]:root {
	--primary: #589BB5;
	--secondary: #CECF1F;
	--success: #ACBA00;
	--danger: #AA055E;
	--warning:#EEA000;
	--dark-gray: #334352;
	--dark:#334352;
	--light-gray: #205E76;
}

.topMenu a {
	display: block;
	padding: 0.3125rem 0.25rem;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../Fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
		url('../Fonts/TitilliumWeb-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../Fonts/TitilliumWeb-Bold.woff2') format('woff2'),
		url('../Fonts/TitilliumWeb-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../Fonts/TitilliumWeb-Light.woff2') format('woff2'),
		url('../Fonts/TitilliumWeb-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('../Fonts/TitilliumWeb-Regular.woff2') format('woff2'),
		url('../Fonts/TitilliumWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* font-family: 'Titillium Web'; */

:focus-visible {
	outline-color: var(--black-color) !important;
	outline-offset: 1px !important;
	outline-style: auto !important;
	box-shadow: none !important;
	outline: auto !important;
}

.btn:focus-visible,
.cc-btn:focus-visible {
	outline-color: var(--white-color) !important;
	outline-offset: 1px !important;
	outline-style: auto !important;
	outline: auto !important;
}

input, select {
    font-family: 'Titillium Web' !important;
}

:target {
	scroll-margin-top: 80px; /* same as header height */
  }


body {
	font-family: 'Titillium Web';
	font-weight: var(--font-regular);
	font-size: 20px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	color: var(--dark-gray);
}

/* Heading CSS Start */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web';
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 48px;
	font-weight: var(--font-bold);
	color: var(--dark-gray);
}

h2,
.h2 {
	font-size: 40px;
	font-weight: var(--font-bold);
	color: var(--dark-gray);
}

h3,
.h3 {
	font-size: 35px;
	font-weight: var(--font-bold);
	color: var(--dark-gray);
}

h4,
.h4 {
	font-size: 28px;
	font-weight: var(--font-bold);
	color: var(--dark-gray);
}

h5,
.h5 {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--dark-gray);
}

h6,
.h6 {
	font-size: 22px;
	font-weight: var(--font-bold);
	color: var(--dark-gray);
}

/* Heading CSS End */

p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: var(--font-regular);
	color: var(--dark-gray);
}

figure.image {
	position: relative;
	/* height: calc(100% - 45px); */
}

figure .caption {
	font-size: 18px;
	line-height: 1.4;
	padding-top: 20px;
}

figure .copyright_on_image {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	background-color: rgba(217, 232, 237, 0.85);
	padding: 6px 25px;
	color: var(--dark-gray);
	margin: 0;
	text-shadow: none;
	border-radius: 0 0 25px 25px;
}

.gallery-item figure.image img,
.gallery-item figure.image picture {
	border-radius: 25px;
	/* border: 1px solid #707070; */
}

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

a {
	color: var(--primary);
	font-weight: var(--font-semibold);
}

a:hover {
	color: var(--primary);
	opacity: 0.85;
}

a,
a:hover,
a:visited,
a:focus,
img,
button,
input,
textarea {
	text-decoration: none !important;
}

/* Unsorted List Start*/
.list-normal,
.list-normal li,
ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: var(--dark-gray);

}

.list-normal,
ul {
	margin-bottom: 25px;
	padding-left: 0;
}

.list-normal li {
    display: block;
    padding-left: 19px;
    background: url('../Images/list-normal-icon.svg') no-repeat 0 9px;
    font-size: 20px;
    line-height: 1.4;
}

[data-bs-theme="contrast"] .list-normal li,
[data-bs-theme="contrast"] ul li {
	display: block;
	background: url('../Images/list-normal-icon.svg') no-repeat 0 8px;
}

.list-ordered,
.list-ordered li,
ol li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 1.4;
}

.list-ordered,
ol {
	margin-bottom: 25px;
	counter-reset: listitem;
	padding-left: 25px;
	position: relative;
}

.list-ordered li:before,
ol li:before {
	counter-increment: listitem;
	content: counters(listitem, '.') '.';
	color: var(--primary);
	margin-right: 5px;
	position: absolute;
	left: 0;
	font-weight: var(--font-bold)
}

hr {
	border-color: var(--primary);
	opacity: 1;
}

body, p, li {
    font-size: 18px;
    letter-spacing: .03rem;
    line-height: 1.5;
    font-weight: var(--font-light);
}

/* COMMON STYLE FOR TYPO3 */

.frame-space-before-extra-large {
	padding-top: 5rem;
}

.frame-space-after-extra-large {
	padding-bottom: 5rem;
}

.frame-space-before-large {
	padding-top: 3.75rem;
}

.frame-space-after-large {
	padding-bottom: 3.75rem;
}

.frame-space-before-medium {
	padding-top: 2.5rem;
}

.frame-space-after-medium {
	padding-bottom: 2.5rem;
}

.frame-space-before-small {
	padding-top: 1.563rem;
}

.frame-space-after-small {
	padding-bottom: 1.563rem;
}

.frame-space-before-extra-small {
	padding-top: 0.938rem;
}

.frame-space-after-extra-small {
	padding-bottom: 0.938rem;
}

.frame-default.frame-space-before-none{
	padding-top: 0;
	--frame-outer-spacing-before: calc(0* var(--frame-spacing))!important;
}
.frame-default.frame-space-after-none {
	padding-bottom: 0;
	--frame-outer-spacing-before: calc(0* var(--frame-spacing))!important;
}





.card-panel-primary a.theme-btn.theme-btn-border,
.card-panel-primary a.theme-btn:hover {
	background: var(--white-color);
	color: var(--primary);
	border-color: var(--primary);
	/* background: var(--white-color);
	color: #033243; */
}

.card-panel-primary,
.card-panel-primary p {
	color: var(--primary);
}


.card-panel-secondary a.theme-btn.theme-btn-border,
.card-panel-secondary a.theme-btn:hover {
	/*background:var(--txt-color);
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--secondary);
	border-color: var(--secondary);
}

.card-panel-secondary,
.card-panel-secondary p {
	color: var(--secondary);
}

/* .card-panel-secondary a.theme-btn.theme-btn-border,
.card-panel-secondary a.theme-btn {
	border-color: var(--txt-color);
} */

.card-panel-success,
.card-panel-success a.theme-btn.theme-btn-border,
.card-panel-success a.theme-btn:hover {
	/*background: #97ac20;
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--success);
}

.card-panel-success a.theme-btn.theme-btn-border,
.card-panel-success a.theme-btn {
	border-color: var(--success);
}

.card-panel-success,
.card-panel-success p {
	color: var(--success);
}


.card-panel-danger,
.card-panel-danger a.theme-btn.theme-btn-border,
.card-panel-danger a.theme-btn:hover {
	/*background: #B82D28;
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--danger);
}

.card-panel-danger a.theme-btn.theme-btn-border,
.card-panel-danger a.theme-btn {
	border-color: var(--danger);
}

.card-panel-danger,
.card-panel-danger p {
	color: var(--danger);
}

.card-panel-warning,
.card-panel-warning a.theme-btn.theme-btn-border,
.card-panel-warning a.theme-btn:hover {
	/*background: #E0A128;
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--warning);
}

.card-panel-warning a.theme-btn.theme-btn-border,
.card-panel-warning a.theme-btn {
	border-color: var(--warning);
}

.card-panel-warning,
.card-panel-warning p {
	color: var(--warning);
}

.card-panel-info,
.card-panel-info a.theme-btn.theme-btn-border,
.card-panel-info a.theme-btn:hover {
	/*background: #00519E;
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--info);
}

.card-panel-info a.theme-btn.theme-btn-border,
.card-panel-info a.theme-btn {
	border-color: var(--info);
}

.card-panel-info,
.card-panel-info p {
	color: var(--info);
}

.card-panel-light,
.card-panel-light a.theme-btn.theme-btn-border,
.card-panel-light a.theme-btn:hover {
	/*background: var(--gray-500);
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--light-gray);
}

.card-panel-light a.theme-btn.theme-btn-border,
.card-panel-light a.theme-btn {
	border-color: var(--light-gray);
}

.card-panel-light,
.card-panel-light p {
	color: var(--light-gray);
}

.card-panel-dark,
.card-panel-dark a.theme-btn.theme-btn-border,
.card-panel-dark a.theme-btn:hover {
	/*background: #163D64;
	color: #ffffff;*/
	background: var(--white-color);
	color: var(--dark-gray);
}

.card-panel-dark a.theme-btn.theme-btn-border,
.card-panel-dark a.theme-btn {
	border-color: var(--dark-gray);
}

.card-panel-dark,
.card-panel-dark p {
	color: var(--dark-gray);
}

.card-panel-primary a.theme-btn,
.card-panel-primary a.theme-btn.theme-btn-border:hover {
	background: var(--primary);
	color: var(--white-color);
	border: 2px solid var(--primary);
}

.card-panel-secondary a.theme-btn,
.card-panel-secondary a.theme-btn.theme-btn-border:hover {
	background: var(--secondary);
	color: var(--white-color);
	border: 2px solid var(--secondary);
}

.card-panel-success a.theme-btn,
.card-panel-success a.theme-btn.theme-btn-border:hover {
	background: var(--success);
	color: var(--white-color);
	border: 2px solid var(--success);
}

.card-panel-danger a.theme-btn,
.card-panel-danger a.theme-btn.theme-btn-border:hover {
	background: var(--danger);
	color: var(--white-color);
	border: 2px solid var(--danger);
}

.card-panel-warning a.theme-btn,
.card-panel-warning a.theme-btn.theme-btn-border:hover {
	background: var(--warning);
	color: var(--white-color);
	border: 2px solid var(--warning);
}

.card-panel-info a.theme-btn,
.card-panel-info a.theme-btn.theme-btn-border:hover {
	background: var(--info);
	color: var(--white-color);
	border: 2px solid var(--info);
}

.card-panel-light a.theme-btn,
.card-panel-light a.theme-btn.theme-btn-border:hover {
	background: var(--light-gray);
	color: var(--white-color);
	border: 2px solid var(--light-gray);
}

.card-panel-dark a.theme-btn,
.card-panel-dark a.theme-btn.theme-btn-border:hover {
	background: var(--dark-gray);
	color: var(--white-color);
	border: 2px solid var(--dark-gray);
}

/* Card Panel CSS End */


.bg-primary {
	background-color: var(--primary) !important;
}

.bg-secondary {
	background-color: var(--secondary) !important;
}
.bg-success {
	background-color: var(--success) !important;
}
.bg-light-gray {
	background-color: var(--light-gray) !important;
}
/* Text Color CSS Start */
.text-primary {
	color: var(--primary) !important;
}

.text-secondary {
	color: var(--secondary) !important;
}

.text-success {
	color: var(--sucess) !important;
}

.text-danger {
	color: var(--danger) !important;
}

/* Text Color CSS Start */

/* Buttons CSS Start */

.theme-btn {
	/* min-width: 192px; */
	display: inline-block;
	text-align: center;
	padding: 16px 25px;
	border-radius: 20px 2px 20px 2px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: var(--primary);
	color: var(--white-color);
	border: 2px solid var(--primary);
	font-weight: var(--font-bold);
	font-size: 20px;
	line-height: 1.4;
}

.theme-btn:hover {
	background-color: var(--white-color);
	color: var(--primary);
}

.btn {
	padding: 10px 38px;
	font-size: 20px;
	line-height: normal;
	border-radius: 30px;
	font-weight: 500;
	margin-right: 20px;
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-secondary {
	background-color: var(--secondary);
	border-color: var(--secondary);
}

.btn-outline-secondary {
	border: 2px solid var(--secondary);
	color: var(--secondary);
}

.btn-success {
	background-color: var(--success);
	border-color: var(--success);
}

.btn-outline-success {
	border: 2px solid var(--success);
	color: var(--success);
}

.btn-danger {
	background-color: var(--danger);
	border-color: var(--danger);
}

.btn-outline-danger {
	border: 2px solid var(--danger);
	color: var(--danger);
}

.btn-warning {
	background-color: var(--warning);
	border-color: var(--warning);
	color: var(--white-color);
}

.btn-outline-warning {
	border: 2px solid var(--warning);
	color: var(--warning);
}

.btn-info {
	background-color: var(--info);
	border-color: var(--info);
	color: var(--white-color);
}

.btn-outline-info {
	border: 2px solid var(--info);
	color: var(--info);
}


.btn-light-gray {
	background-color: var(--light-gray);
	border-color: var(--light-gray);
	color: var(--white-color);
}

.btn-outline-light-gray {
	border: 2px solid var(--light-gray);
	color: var(--light-gray);
}

.btn-dark-gray {
	background-color: var(--dark-gray);
	border-color: var(--dark-gray);
	color: var(--white-color);
}

.btn-outline-dark-gray {
	border: 2px solid var(--dark-gray);
	color: var(--dark-gray);
}

/* Buttons CSS End */

.header-btns .theme-btn:focus-visible {
	box-shadow: 0px 0px 12px 0px #000 !important;
}

.theme-btn.theme-btn-border {
	background-color: var(--white-color);
	border: 2px solid var(--primary);
	color: var(--dark-gray);
}

.theme-btn.theme-btn-border:hover {
	background-color: var(--primary);
	border: 2px solid var(--primary);
	color: var(--white-color);
}

.theme-btn.theme-btn-white {
	height: 48px;
	border-color: var(--white-color);
	color: var(--white-color);
	line-height: 44px;
}

.theme-btn.theme-btn-white:hover {
	border-color: var(--header-txt);
	background: var(--header-txt);
}

.header-part {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0px;
	top: 0px;
}

.header-part.sticky.sticky-fixed {
	position: fixed;
}
.header-part.sticky.sticky-fixed .header-top{
	display: none;
}
@media(min-width:1140px){
	.header-part.sticky.sticky-fixed .main-menu{
		padding-top: 40px;
	}
	.header-part.sticky.sticky-fixed .logo{
		padding: 18px 0;
	}
}

.header-part ul,
.header-part ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

[data-bs-theme="contrast"] .header-part ul,
[data-bs-theme="contrast"] .header-part ul li {
	background: transparent;
}


.header-top {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.header-top .container {
	position: relative;
}

.header-top .container .header-top-right {
	position: absolute;
	right: 16px;
	top: 28px;
	display: flex;
	align-items: center;
	width: auto;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

@media(max-width:1139px) {
	.header-top {
		position: static;
		/* background-color: #FBFBFB; */
	}

	.header-top .container .header-top-right {
		position: static;
		padding: 4px 0;
		justify-content: space-between;
		max-width: 75%;
		margin: 0 auto;

	}
}
@media(max-width:575px) {
	.header-top .container .header-top-right {
		max-width: 90%;
	}
}

.header-top .header-top-right div:last-child {
	margin-right: 0;
}

.header-top .header-top-right ul {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	margin-right: 35px;
}

.header-top .header-top-right ul li {
	margin-right: 35px;
}

.header-top .header-top-right ul li:last-child {
	margin-right: 0;
}




.kontrast-blog img,
.font-large img, .darkmode-blog img {
	margin-left: 7px;
}

@media(max-width:767px) {

	.kontrast-blog img,
	.font-large img{
		margin-left: 0;
	}

	.kontrast-blog img {
		width: 15px;
		height: 15px;
	}

	.font-large img {
		width: 18px;
		height: 15px;
	}
}

.font-large {
	position: relative;
}

.font-large-pop {
	position: absolute;
	top: 100%;
	background: var(--white-color);
	padding: 15px;
	left: 0px;
	width: 100%;
	min-width: 200px;
	margin-top: 11px !important;
	display: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.font-large.open .font-large-pop {
	display: block;
}

.font-large-pop,
.font-large-pop li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.font-large-pop li {
	border-bottom: 1px solid var(--header-top);
	display: block;
	position: relative;
}

.font-large-pop li:last-child {
	border-bottom: none;
}

.font-large-pop li a {
	display: block;
	position: relative;
	color: var(--header-top);
	padding: 10px;
	font-weight: 500;
}

.font-large-pop li:hover a {
	color: var(--light-sky);
}

.font-large-pop li a img {
	max-width: 42px;
	position: absolute;
	top: 11px;
	right: 10px;
}

.font-large img {
	position: relative;
}

.social-media {
	display: block;
	padding: 30px 40px;
	position: sticky;
	bottom: 0;
	background: var(--white-color);
	z-index: 3;
}

.social-media ul,
.social-media li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-media ul {
	display: flex;
	width: auto;
}

.social-media ul li {
	margin-right: 28px;
	width: 23px;
	height: 23px;
}

.social-media ul li a {
	display: block;
	width: 23px;
	height: 23px;
}

.social-media ul li:last-child {
	margin-right: 0px;
}

.social-media ul .social-insta a {
	background: url('../Images/insta.svg') no-repeat center center;
}

.social-media ul .social-twitter a {
	background: url('../Images/twitter.svg') no-repeat center center;
}

.social-media ul .social-facebook a {
	background: url('../Images/facebook.svg') no-repeat center center;
}

.social-media ul .social-linked a {
	background: url('../Images/linked.svg') no-repeat center center;
}

/* Logo CSS Start */
.logo {
	margin-right: auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	max-width: 220px;
	padding: 0;
}

.logo-simple {
	display: block;
}

@media (min-width:1140px) {
	.logo {
		max-width: 250px;
		padding: 28px 0;
	}

	.logo-simple {
		width: auto;
	}
}
@media (min-width:1200px) {
	.logo {
		max-width: 330px;
		padding: 28px 0;
	}

}

.logo-sticky {
	display: none;
}



.logo .logo-simple .navbar-brand .navbar-brand-logo-normal.dark-logo,
.logo .logo-sticky .navbar-brand .navbar-brand-logo-normal.dark-logo {
	display: none;
}

[data-bs-theme="contrast"] .logo .logo-simple .navbar-brand .navbar-brand-logo-normal,
[data-bs-theme="contrast"] .logo .logo-sticky .navbar-brand .navbar-brand-logo-normal {
	display: none;
}

[data-bs-theme="contrast"] .logo .logo-simple .navbar-brand .navbar-brand-logo-normal.dark-logo,
[data-bs-theme="contrast"] .logo .logo-sticky .navbar-brand .navbar-brand-logo-normal.dark-logo {
	display: block;
}

[data-bs-theme="dark"] .logo .logo-simple .navbar-brand .navbar-brand-logo-normal.dark-logo,
[data-bs-theme="dark"] .logo .logo-sticky .navbar-brand .navbar-brand-logo-normal.dark-logo {
	display: block;
}
[data-bs-theme="dark"] .logo .logo-simple .navbar-brand .navbar-brand-logo-normal{
	display: none;
}
.header-part.sticky.sticky-fixed .logo-simple {
	display: none;
}

.header-part.sticky.sticky-fixed .logo-sticky {
	display: block;
}

/* Logo CSS End */


.main-part {
	min-height: 800px;
}

.footer-top-part,
.footer-top-part a {
	color: var(--white-color);
}

.footer-top-part {
	background: var(--header-txt);
	padding: 50px 0 90px 0;
}

.footer-part {
	font-size: 20px;
	line-height: 26px;
}

.footer-part a:hover {
	opacity: 0.75;
}

.footer-part h5 {
	margin: 0 0 29px 0;
	font-size: 26px;
	color: var(--white-color);
	text-transform: uppercase;
}

.footer-left-logo {
	max-width: 259px;
	margin-bottom: 27px;
}

.footer-part ul,
.footer-part li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-part li a {
	display: flex;
	width: 100%;
	align-items: center;
}

.footer-part li a img {
	min-width: 20px;
	margin-right: 12px;
}

.footer-top-links ul li {
	margin-bottom: 8px;
	background: transparent;
}

.footer-top-links ul li:last-child {
	margin-bottom: 0px;
}

.footer-top-links ul li a {
	display: flex;
	width: 100%;
	align-items: center;
}

.footer-top-links ul li a img {
	max-width: 20px;
	min-width: 20px;
	margin-right: 20px;
	position: relative;
	top: 1px;
}

.footer-left-info p strong {
	display: block;
}

.footer-top-links {
	margin-right: 25px;
}

.footer-top-links:last-child {
	margin-right: 0px;
}

.footer-top-right {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-bottom-inner {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	top: -78px;
	z-index: 1;
}

.logo-footer {
	width: 175px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white-color);
	padding: 20px;
	-webkit-box-shadow: 0 0 30px 0 #0000004D;
	-moz-box-shadow: 0 0 30px 0 #0000004D;
	box-shadow: 0 0 30px 0 #0000004D;
	margin-right: 25px;
}

.logo-footer:last-child {
	margin-right: 0px;
}

.footer-top-left {
	max-width: 400px;
}

/*MOBILE HUMBERGER */

.humbarger-menu {
	display: flex;
	width: auto;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: none;
}

.humbarger-menu a {
	display: inline-block;
	width: 40px;
	height: 35px;
}

.burger {
	height: 3em;
	width: 20px;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	transition: all .2s;
	-webkit-tap-highlight-color: transparent;
}

.burger::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	width: 2em;
}

.burger .burger-lines::after {
	left: 0;
	top: -0.6em;
}

.burger .burger-lines::before {
	left: 0em;
	top: 0.6em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s;
}

.burger .burger-lines,
.burger .burger-lines::after,
.burger .burger-lines::before {
	pointer-events: none;
	display: block;
	content: "";
	width: 100%;
	border-radius: .25em;
	background-color: var(--dark-gray);
	height: .25em;
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines,
.humbarger-menu-on.active .burger .burger-lines::after,
.humbarger-menu-on.active .burger .burger-lines::before {
	background: rgba(255, 255, 255, 0.3);
}

.humbarger-menu.humbarger-menu-on.active {
	position: relative;
	margin-left: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines,
.close-humb .burger .burger-lines::after,
.close-humb .burger .burger-lines::before {
	background: var(--white-color);
}

.burger .burger-lines {
	top: 50%;
	margin-top: -.125em;
	width: 20px;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	width: 20px;
	left: 0;
}

.burger.burger-squeeze.open .burger-lines::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
	left: 0;
	top: 0;
	background-color: var(--white-color);
}

.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
	transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
	background-color: initial !important;
}

.humbarger-menu.humbarger-menu-on>span {
	color: var(--dark-gray);
	font-size: 14px;
	font-weight: var(--font-bold);
	margin-right: 6px;
}

.close-txt {
	display: none;
}

.menu-txt {
	display: block;
}

.submenu-click {
	display: none;
}

.header-part.sticky.sticky-fixed .humbarger-menu.humbarger-menu-on>span {
	color: var(--dark-gray);
}

.header-part.sticky.sticky-fixed .close-humb .burger .burger-lines,
.header-part.sticky.sticky-fixed .close-humb .burger .burger-lines::after,
.header-part.sticky.sticky-fixed .close-humb .burger .burger-lines::before {
	background: var(--dark-gray);
}

.header-part.sticky.sticky-fixed .burger .burger-lines,
.header-part.sticky.sticky-fixed .burger .burger-lines::after,
.header-part.sticky.sticky-fixed .burger .burger-lines::before {
	background: var(--dark-gray);
}

.body-hide {
	overflow: hidden;
}

.language-menu-right.active .language-drop {
	display: block;
}



table {
	width: 100%;
	margin-bottom: 25px;
}

table tr th {
	color: var(--header-txt);
	padding: 8px;
	border-bottom: 1px solid var(--txt-color);
}

table tr td {
	padding: 8px;
	border-bottom: 1px solid var(--txt-color);
	color: var(--gray-color);
}

.scroll-top {
	background-color: var(--primary);
	z-index: 9;
}

.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
	background-color: var(--secondary);
}

.file-link,
.page-link-show,
.external-link,
.telefon-link,
.email-link {
	font-weight: var(--font-bold);
	color: var(--primary);
	position: relative;
}

.file-link:hover,
.page-link-show:hover,
.external-link:hover,
.telefon-link:hover,
.email-link:hover {
	color: var(--primary);
	opacity: 0.80;
}

[data-bs-theme="dark"] .file-link,
[data-bs-theme="dark"] .page-link-show,
[data-bs-theme="dark"] .external-link,
[data-bs-theme="dark"] .telefon-link,
[data-bs-theme="dark"] .email-link {
	font-weight: var(--font-bold);
	color: var(--secondary); /* Auf Hellgrün drehen [AGENTUR-8310] */
	position: relative;
}
[data-bs-theme="dark"] a:hover,
[data-bs-theme="dark"] .file-link:hover,
[data-bs-theme="dark"] .page-link-show:hover,
[data-bs-theme="dark"] .external-link:hover,
[data-bs-theme="dark"] .telefon-link:hover,
[data-bs-theme="dark"] .email-link:hover {
	color: var(--secondary); /* Auf Hellgrün drehen [AGENTUR-8310] */
	opacity: 0.80;
}


.file-link:after {
	content: "";
	background: url('../Images/file.svg') no-repeat center center;
	width: 15px;
	height: 17px;
	display: inline-block;
	background-size: contain;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

[data-bs-theme="contrast"] .file-link:after {
	content: "";
	background: url('../Images/file-dark.svg') no-repeat center center;
}

.page-link-show:before {
	content: "";
	background: url('../Images/arrow-link.svg') no-repeat center center;
	width: 9px;
	height: 14px;
	display: inline-block;
	margin-right: 3px;
	background-size: contain;
	vertical-align: middle;
}

[data-bs-theme="contrast"] .page-link-show:before {
	content: "";
	background: url('../Images/arrow-link-dark.svg') no-repeat center center;
}

.external-link:after {
	content: "";
	background: url('../Images/external-link.svg') no-repeat center center;
	width: 15px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

[data-bs-theme="contrast"] .external-link:after {
	content: "";
	background: url('../Images/external-link-dark.svg') no-repeat center center;
}

.telefon-link:before {
	content: "";
	background: url('../Images/phone.svg') no-repeat center center;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: 6px;
	background-size: contain;
	vertical-align: middle;
}

[data-bs-theme="contrast"] .telefon-link:before {
	content: "";
	background: url('../Images/phone-dark.svg') no-repeat center center;
}

.email-link:before {
	content: "";
	background: url('../Images/email-icon.svg') no-repeat center center;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: 4px;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

[data-bs-theme="contrast"] .email-link:before {
	content: "";
	background: url('../Images/email-icon-dark.svg') no-repeat center center;
}

.img-wrapper img {
	width: 100%;
}

.info-wrapper p:last-child {
	margin-bottom: 0px;
}

.spacer-remover {
	margin-bottom: 25px;
}




.ce-center.ce-above,
.ce-center.ce-below {
	text-align: center;
}

.ce-center.ce-above .ce-bodytext,
.ce-center.ce-below .ce-bodytext {
	text-align: left;
}

.ce-right.ce-above,
.ce-right.ce-below {
	text-align: right;
}

.ce-right.ce-above .ce-bodytext,
.ce-right.ce-below .ce-bodytext {
	text-align: left;
}

.ce-left.ce-above,
.ce-left.ce-below {
	text-align: left;
}

.ce-left.ce-above .ce-bodytext,
.ce-left.ce-below .ce-bodytext {
	text-align: left;
}

.ce-right.ce-intext .ce-gallery {
	float: right;
	margin: 0 0 0px 20px;
}

.ce-right.ce-intext.ce-nowrap .ce-gallery {
	width: 25%;
}

.ce-right.ce-intext .ce-bodytext {
	text-align: left;
}

.ce-right.ce-intext.ce-nowrap .ce-bodytext {
	padding-right: 30%;
}

.ce-left.ce-intext .ce-gallery {
	float: left;
	margin: 0 20px 0px 0;
}

.ce-left.ce-intext.ce-nowrap .ce-gallery {
	width: 25%;
}

.ce-left.ce-intext .ce-bodytext {
	text-align: left;
}

.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	padding-left: 30%;
}

/*SEARCH PAGE*/

fieldset {
	position: relative;
}
#tx_indexedsearch fieldset+p {
	display: none;
}


#tx_indexedsearch{
	padding: 35px 8px;
	background-color: var(--light-gray);
	border-radius: 25px;
}
@media(max-width:991px){
	#tx_indexedsearch{
		padding: 30px;
	}
}
#tx_indexedsearch .form-group .input-group {
	align-items: center;
}

#tx_indexedsearch .form-group .input-group label {
	margin: 0px;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
    width: 660px;
    margin: 0;
    font-weight: 700;
    border: none;
    padding: 16px 36px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.4;
}
@media(max-width:1199px){
	#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
		width: 500px;
	}
}
@media(max-width:991px){
	#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
		width: 100%;
		text-align: center;
	}
	#tx_indexedsearch .row .col-12{
		text-align: center;
	}
	#tx_indexedsearch .row .col-12:first-child{
		text-align: left;
	}
}
#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
	-webkit-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: var(--font-bold);
	color: #3C3C3C;
	border: 2px solid var(--primary);
	outline: none !important;
	box-shadow: none !important;
	padding: 14px 28px;
	background-color: transparent;
}
#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit:hover {
	background-color: var(--primary);
	color: var(--white-color);
}
#tx_indexedsearch .form-label{
	margin: 0;
	font-size: 20px;
	font-weight: var(--font-regular);
	line-height: 1.4;
}

#tx_indexedsearch fieldset .tx-indexedsearch-search-submit input[type="submit"] {
	position: absolute;
	bottom: 0px;
	right: 0;
	background: url('../Images/search.png') no-repeat center center;
	width: 60px;
	height: 50px;
	border: none;
	text-indent: -100000px;
	padding: 0;
	background-size: 18px auto;
}


.tx-indexedsearch-rules,
.tx-indexedsearch-info-sword {
	display: none;
}

.tx-indexedsearch-info-sword+.tx-indexedsearch-browsebox {
	display: none;
}

#tx_indexedsearch p a {
	display: none;
}

.tx-indexedsearch-searchbox legend {
	font-size: 35px;
	margin-bottom: 45px;
}

.tx-indexedsearch-res h3 {
	font-size: 30px;
}

.tx-indexedsearch-res h3 span {
	vertical-align: middle;
}

.tx-indexedsearch-res .tx-indexedsearch-title a {
	color: var(--perrot-color);
}

.tx-indexedsearch-icon img {
	width: 25px;
	vertical-align: middle;
}

.tx-indexedsearch-icon {
	position: relative;
	top: -3px;
}

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
	display: inline-block;
	margin-right: 12px;
}

.tx-indexedsearch-text-item-path a {
	color: var(--theme-color);
}

.tx-indexedsearch-text-item-path a:hover {
	color: var(--txt-color);
}

.tx-indexedsearch-browsebox ul,
.tx-indexedsearch-browsebox li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tx-indexedsearch-browsebox li {
	display: inline-block;
	width: auto;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	background: transparent;
}

.tx-indexedsearch-browsebox li:last-child {
	margin-right: 0px;
}

.tx-indexedsearch-browsebox li .hiddenText {
	display: none !important;
}

.tx-indexedsearch-browsebox li strong {
	font-weight: 400;
}

.tx-indexedsearch-browsebox li a {
    color: #ccc;
    padding: 10px 17px;
    border: 2px solid #ccc;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    border-radius: 40px;
    font-size: 19px;
    display: inline-flex;
    min-width: 49px;
    height: 49px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tx-indexedsearch-browsebox li:hover a,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: var(--primary);
	border-color: var(--primary);
	background-color: var(--white-color);
}

.tx-indexedsearch-browsebox {
	margin-top: 44px;
	margin-bottom: 44px;
	text-align: center;
}


.tx-indexedsearch-searchbox {
	margin-bottom: 50px;
}

.tx-indexedsearch-description {
	word-wrap: break-word;
}

.tx-indexedsearch-res {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}

.search-title {
	color: var(--fix-menu-anchor);
	font-size: 50px;
	line-height: 65px;
	font-weight: 500;
	margin-bottom: 55px;
}

.search-result .search-keyword {
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 45px;
	line-height: 1.4;
	color: var(--dark-gray);
}


.search-result .card-search {
	border: 0;
	border-bottom: 1px solid var(--primary);
	border-radius: 0;
	padding: 0 0 5px 0;
	margin: 0 0 50px 0;
}

.search-result .card-search .card-body {
	padding: 0;
}

.search-result .card-search .card-body h4 {
	margin-bottom: 15px;
	font-weight: var(--font-bold);
}

.search-result .card-search .card-body h4,
.search-result .card-search .card-body h4 * {
	color: var(--dark-gray);
}

.search-result .card-search .card-body p strong{
	color: var(--primary);
}



.alert{
font-size: 20px;
line-height: 1.4;
font-weight: var(--font-regular);
padding: 20px 30px;
border-radius: 25px;
border: none;
}
.alert-info{
	background-color: var(--light-gray);
}

.teaser-video-box,
.teaser-img-box,
.teaser-info-box {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.teaser-video-box video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/*.teaser-info-box{
	background: var(--red-color);
	padding: 85px 23px 85px 35px;
}*/

.teaser-info-box h2 {
	color: var(--white-color);
	font-size: 45px;
	line-height: 55px;
	margin: 0px;
	font-weight: 500;
}

.teaser-info-box h2:last-child {
	margin-bottom: 0px;
}

.teaser-img-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.teaser-inner .row .col-xs-12 {
	margin-bottom: 24px;
}

.teaser-info-box {
	background: var(--light-perrot);
	padding: 35px 23px 35px 35px;
	font-size: 18px;
	line-height: 25px;
	display: flex;
	align-items: center;
	min-height: 300px;
}

.teaser-info-box,
.teaser-info-box h2,
.teaser-info-box h3,
.teaser-info-box h4,
.teaser-info-box h5,
.teaser-info-box h6 {
	color: var(--white-color) !important;
}

/*.teaser-info-box p:last-child{
	margin-bottom: 0px;
}
*/
.teaser-info-box h2 {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 35px 0;
	font-weight: 500;
}

.teaser-info-box p {
	margin: 0 0 35px 0;
	color: var(--white-color);
}

.teaser-info-box-content {
	width: 100%;
}

.row-switch {
	flex-direction: row-reverse;
}

.teaser-info-box.teaser-info-box-xs {
	padding: 40px 18px;
}

.boxer-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0 28px;
	border: 1px solid #B5B5B5;
	margin-bottom: 12px;
	font-weight: 500;
}

.boxer-col-head,
.boxer-col-info {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 13px 50px 13px 0;
	color: var(--pink-color);
}

.boxer-col-info {
	color: #0A0A12;
}

.boxer-row-body .boxer-col-head {
	display: none;
}

.full-screen-video {
	width: 100%;
	/*	min-height: 1050px;*/
	position: relative;
}

.full-screen-video video {
	width: 100%;
	height: auto;
	/*	min-height: 1050px;*/
	object-fit: cover;
	object-position: center;
}

.full-slide-img {
	width: 100%;
	height: 80vh;
	/*	min-height: 1050px;*/
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.full-left-curve {
	display: none;
	position: absolute;
	left: 0px;
	width: 51%;
	bottom: 0px;
}

.full-left-curve img {
	width: 100%;
}

.full-right-curve {
	display: none;
	position: absolute;
	right: 0px;
	width: 51%;
	bottom: 0px;
}

.full-right-curve img {
	width: 100%;
}



.click-arrow {
	display: none;
	position: absolute;
	bottom: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	z-index: 11;
}


.breadcrumb-section {
	padding: 20px 0;
	background: transparent;
}

.breadcrumb-section ol,
.breadcrumb-section ol li {
	margin: 0;
}

.breadcrumb-section ol li:before {
	display: none;
}

.breadcrumb-section ol li a.breadcrumb-link {
	color: #444444;
	font-weight: 400;
}

.breadcrumb-section ol li.active .breadcrumb-link-title {
	color: var(--info);
	font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background: url('../Images/right-arrow-light.svg') no-repeat 0 0;
	width: 15px;
	height: 15px;
	background-size: 12px;
	margin-top: 8px;
	position: relative;
	left: -2px;
	display: block;
}



.media .media-body .media-heading {
	font-size: 35px;
	color: var(--fix-menu-anchor);
	font-weight: 500;
	margin-bottom: 15px;
}

.media .media-body .media-heading a {
	color: var(--fix-menu-anchor);
}

.media .media-body p {
	margin-bottom: 15px;
	color: var(--primary);
}

.frame a[class=""],
.frame a:not([class]) {
	color: var(--primary);
	font-weight: var(--font-bold);
}

.frame a[class=""]:hover,
.frame a:not([class]):hover {
	color: var(--primary);
}

.searchforword {
	margin: 60px 0 80px 0;
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	color: var(--fix-menu-anchor);
	font-weight: 500;
}

.container .container {
	padding: 0px;
}

.searchforword p {
	margin: 0;
}

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

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

.card-group-element-item .card {
	-webkit-box-shadow: 0px 3px 30px #00000029;
	-moz-box-shadow: 0px 3px 30px #00000029;
	box-shadow: 0px 3px 30px #00000029;
	border: none;
}

/* .card-group-element-item .card .card-body {
	padding: 25px;
} */
.card-group-element-item .card .card-body {
	padding: 24px 26px 45px 26px;
	background: url(../Images/green-arrow-right.svg) no-repeat right 26px bottom 23px;
	background-color: var(--card-bg);
}

.card-group-element-item .card-body .card-sub-title {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
}

.card-group-element-item .card-body .card-title {
	font-size: 21px;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 20px;
	color: var(--primary);
}

[data-bs-theme="contrast"] .card-group-element-item .card-body {
	background: url(../Images/green-arrow-right-white.svg) no-repeat right 26px bottom 23px;
	background-color: var(--card-bg);
}

[data-bs-theme="contrast"] .card-group-element-item .card-body .card-sub-title,
[data-bs-theme="contrast"] .card-group-element-item .card-body .card-title,
[data-bs-theme="contrast"] .card-group-element-item .card-body p {
	color: var(--white-color);
}


.row.textpic-intext-left {
	display: block;
}

.row.textpic-intext-right {
	display: block;
}



.frame-background-primary {
	background: var(--primary);
	color: #ffffff;
}

.frame-background-secondary {
	background: var(--secondary);
	color: #ffffff;
}

.frame-background-primary .tab-navigation,
.frame-background-secondary .tab-navigation {
	margin: 0;
}

.frame-background-primary .nav-tabs,
.frame-background-secondary .nav-tabs {
	border: none;
}

.frame-background-primary .nav-tabs .nav-link,
.frame-background-primary .nav-tabs .nav-link.active,
.frame-background-secondary .nav-tabs .nav-link,
.frame-background-secondary .nav-tabs .nav-link.active {
	border: none;
	background: transparent;
	border: none;
	color: var(--white-color);
}

.frame-background-primary p,
.frame-background-secondary p {
	color: var(--white-color);
}

.accordion-header {
	margin: 0px;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background: var(--accordion-bg);
	border: none;
	color: var(--primary) !important;
}

.accordion-item .accordion-header .accordion-button {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	padding: 20px;
	border-radius: 0px !important;
	background: var(--accordion-bg);
	color: var(--primary) !important;
}

@media(min-width:768px) {
	.accordion-item .accordion-header .accordion-button {
		font-size: 24px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

.accordion-item .accordion-header .accordion-button:after {
	background: url('../Images/accordion-icon-down.svg') no-repeat center center;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	background: url('../Images/accordion-icon-down-active.svg') no-repeat center center;
	transform: unset !important;
}

.accordion-item {
	border: none;
	margin-bottom: 16px;
}

.accordion-item .accordion-body {
	padding-top: 58px;
	padding-bottom: 48px;
	border: 1px solid #DDE3E3;
}

.accordion-content-text h4 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: var(--primary);
}

.accordion-item:first-of-type {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.nav-tabs .nav-link {
	font-size: 22px;
	color: var(--primary);
	font-weight: 500;
	border-radius: 0px !important;
}

.tab-navigation {
	margin: 0;
}

.carousel-item-layout-secondary {
	background: var(--header-txt);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--gray-500);
}

.tab-content>.tab-pane {
	padding: 16px;
}

@media(min-width:992px) {
	.tab-content>.tab-pane {
		padding: 40px 20px;
	}
}

.tab-content h2 {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.timeline-item .timeline-item-inner {
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
	border: none;
}

.timeline-item .timeline-item-header-headline {
	font-size: 28px;
	color: var(--blue-color1);
	margin: 13px 0 20px 0;
	font-weight: 500;
}

.timeline-item .timeline-item-date,
.timeline-item .timeline-item-text {
	color: var(--txt-color);
}

.carousel .carousel-control-icon::before {
	transform: rotate(45deg);
	content: "";
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-top: 1px solid var(--light-perrot);
	border-right: 1px solid var(--light-perrot);
}

.timeline-item-marker::after,
.timeline-item-marker::before,
.timeline-item-marker span,
.timeline-item-icon::after,
.timeline-item-icon::before,
.timeline-item-icon span {
	border-color: var(--header-txt);
}

.timeline-item-date {
	font-size: unset;
}

.carousel:hover .carousel-control-next .carousel-control-icon {
	right: -1px;
}

.carousel-text-inner {
	text-align: center;
}

.video-title h4 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.textpic.textpic-above .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin: 0 auto;
}

.textpic.textpic-above-right .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-left: auto;
	margin-right: 0px;
}

.textpic.textpic-above-left .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-right: auto;
	margin-left: 0
}

.textpic.textpic-below .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin: 0 auto;
}

.textpic.textpic-below-right .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-left: auto;
	margin-right: 0;
}

.textpic.textpic-below-left .textpic-item.textpic-gallery {
	max-width: 1120px;
	margin-right: auto;
	margin-left: 0px;
}

.textpic.textpic-below.textpic-below-left .textpic-item.textpic-text {
	text-align: left;
}



/***************************
 History Section Section Start
 **************************/
.history-section {
	background: var(--blue-color);
	padding: 80px 0 100px 0;
}

.history-section h3 {
	color: var(--white-color);
	margin: 0 0 50px 0;
	padding: 0;
}

.history-section .owl-stage {
	display: flex;
}

.history-section .owl-item,
.history-section .item {
	height: 100%;
}

.history-section .projects-timeline {
	display: flex;
}

.history-section .projects-timeline .project {
	display: flex;
	flex-direction: column;
}

.history-section .projects-timeline .project .year {
	height: 38px;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	position: relative;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 48%, 0% 0%);
}

.history-section .projects-timeline .project.finish .year {
	background-color: var(--white-color);
	color: var(--blue-color1);
	z-index: 2;
}

.history-section .projects-timeline .project.in-progress .year {
	background-color: var(--perrot-color);
	color: var(--white-color);
	z-index: 2;
}

.history-section .projects-timeline .project.open .year {
	background-color: #4f6881;
	color: var(--white-color);
	height: 36px;
	z-index: 1;
}

.history-section .projects-timeline .project .project-head {
	height: 100%;
	min-height: 92px;
	display: flex;
}

.history-section .projects-timeline .project .project-body {
	margin-top: auto;
}

.history-section .projects-timeline .project .heading-box {
	border-left: 2px solid var(--perrot-color);
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.history-section .projects-timeline .project .heading-box p {
	font-size: 18px;
	color: var(--perrot-color);
	margin: 0;
	padding: 0 0 8px 0;
}

.history-section .projects-timeline .project .subheading-box {
	font-size: 18px;
	color: var(--white-color);
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0;
}

@media(max-width: 767px) {
	.history-section .projects-timeline .project .heading-box p {
		font-size: 16px;
	}

	.history-section .projects-timeline .project .heading-box {
		margin-left: 20px;
	}
}

/***************************
 history-section Section End
 **************************/

/***************************
Top Head Start
 **************************/

.font-large .toggle-text-btn {
	font-size: 16px;
	color: var(--dark-gray);
	border: 0;
	border-radius: 0;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.font-large .toggle-text-btn.active {
	font-weight: 600;
}

@media(min-width: 992px) {
	.font-large .toggle-text-btn {
		width: auto;
	}
}



.font-large .toggle-text-btn .toggle-off {
	display: block;
}

.font-large .toggle-text-btn.active .toggle-off {
	display: none;
}

.font-large .toggle-text-btn .toggle-on {
	display: none;
}

.font-large .toggle-text-btn.active .toggle-on {
	display: block;
}

.font-large .toggle-text-btn.active svg path {
	fill: var(--perrot-color);
}

.font-large .toggle-text-btn svg {
	position: relative;
	top: -1px;
}

@media(min-width: 992px) {

	.font-large,
	.kontrast-blog {
		display: block;
	}

	.font-large.contrast-mode,
	.kontrast-blog.contrast-mode {
		display: none;
	}



	[data-bs-theme="contrast"] .font-large.contrast-mode,
	[data-bs-theme="contrast"] .kontrast-blog.contrast-mode {
		display: block;
	}
}

.kontrast-blog .btn {
	font-size: 16px;
	color: var(--dark-gray);
	border: 0;
	border-radius: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.darkmode-blog .btn {
	font-size: 16px;
	color: var(--dark-gray);
	border: 0;
	border-radius: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

[data-bs-theme="light"] .darkmode-blog  [data-bs-theme-value="dark"] .btn {
	display: none;
}
[data-bs-theme="contrast"] .darkmode-blog  [data-bs-theme-value="light"] .btn {
	display: none;
}
/***************************
Top Head End
 **************************/


/***************************
 Blog Page CSS Start
 ***************************/
.news-widget-carousel .owl-stage-outer {
	padding: 24px 0 40px 0;
}

.news-widget-carousel .owl-stage {
	display: flex;
	flex-direction: row;
}

.news-widget-carousel .owl-stage .item {
	height: 100%;
	padding: 0 15px;
	position: relative;
}


.news-widget-carousel .news-list-item {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;

}

.news-widget-carousel .news-list-item.no-image {
	height: inherit;
}

.news-widget-carousel .owl-item {
	display: flex;
	align-items: center;
}

.news-widget-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -16px;
}

.news-widget-carousel .owl-nav .owl-prev,
.news-widget-carousel .owl-nav .owl-next {
	overflow: hidden;
	text-indent: 1000px;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
}

.news-widget-carousel .owl-nav [class*='owl-']:hover,
.news-widget-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
	background-size: contain;
    background-position: center;
}

.news-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/slider-arrow-prev.svg) !important;
	background-repeat: no-repeat !important;
	margin-left: -30px;
    background-size: contain;
    background-position: center;
}

.news-widget-carousel .owl-nav .owl-next {
    background-image: url(../Images/slider-arrow-next.svg) !important;
    background-repeat: no-repeat !important;
    margin-right: -30px;
    background-size: contain;
    background-position: center;
}
[data-bs-theme="contrast"] .news-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/slider-arrow-left-dark.svg) !important;
	background-repeat: no-repeat !important;
}

[data-bs-theme="contrast"] .news-widget-carousel .owl-nav .owl-next {
	background-image: url(../Images/slider-arrow-right-dark.svg) !important;
	background-repeat: no-repeat !important;
}

@media only screen and (min-width:1200px) {
	.news-widget-carousel .owl-nav .owl-prev {
		margin-left: -29px;
	}

	.news-widget-carousel .owl-nav .owl-next {
		margin-right: -29px;
	}
}

@media only screen and (min-width:1400px) {
	.news-widget-carousel .owl-nav .owl-prev {
		margin-left: -50px;
	}

	.news-widget-carousel .owl-nav .owl-next {
		margin-right: -50px;
	}
}
.news-widget-carousel .owl-theme .owl-dots .owl-dot span{
	background-color:#ccc;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color:var(--primary);
}
.c-card {
	/* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16); */
	border: none;
	color: inherit;
	border: 2px solid #ccc;
	border-radius:30px;
	overflow: hidden;
	height: 100%;
}
.c-card .card-thumb{
	position: relative;
}

.c-card img{
	aspect-ratio: 1.63 / 1;
	background-color: var(--white-color);
}

.c-card:hover {
	color: inherit;
}

.c-card .card-body {
	padding: 44px 32px 44px 32px;
	background-color: var(--white-color);
}
/* .c-card.no-thumb .card-body {
	padding: 100px 32px 44px 32px;
} */
.news-widget-carousel .news-list-item.no-image .card-body {
	padding: 100px 32px 44px 32px;
}

[data-bs-theme="contrast"] .c-card .card-body {
	background-color: var(--white-color);
}

.c-card .card-body .card-sub-title {
	font-size: 20px;
	font-weight: var(--font-semibold);
	line-height: 1.2;
	margin-top: 20px;
	color: var(--dark-gray);
}

.c-card .card-body .card-title {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.1;
	color: var(--dark-gray);
}
.c-card .card-body p{
	margin-top: 25px;
	margin-bottom: 35px;
}


.border-primary{
	border-color: var(--primary) !important;
}
.border-secondary{
	border-color: var(--secondary) !important;
}
.border-warning{
	border-color: var(--warning) !important;
}
.border-dark{
	border-color: var(--dark-gray) !important;
}
.category-list ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.category-list ul li {
	display: inline-block;
	background: transparent;
	border-left: 2px solid var(--blue-bg);
	padding: 0 24px;
	position: relative;
	margin: 5px 0;
}

.category-list ul li:last-child {
	padding-right: 0;
}

.category-list ul li img {
	margin-left: 10px;
	width: 26px;
	position: relative;
	top: -2px;
}

.category-list ul li a {
	color: var(--txt-color);
}

.category-list ul li a:hover {
	color: var(--perrot-color);
}


.news-list .card-thumb {
	height: 247px;
	background-color: var(--card-bg);
}

.news-thumb img,
.card-thumb img,
.news-thumb video{
	object-fit: cover;
	width: 100%;
	height: 100%;

}
.news-list .news-thumb{
	border-radius: 25px;
	overflow: hidden;
}
.news-list .news-thumb img, .news-list .news-thumb video {
	aspect-ratio: 1.65 / 1;
}

.news-details{
	padding-top: 90px;
	padding-bottom: 90px;
}
.btn-back {
	min-width: inherit;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 20px;
	font-weight: var(--font-semibold);
	color: var(--dark-gray);
	padding-left: 35px;
	position: relative;
	margin-bottom: 36px;
	display: inline-block;
}
.btn-back::before {
    content: "";
    background-image: url('../Images/back-btn-arrow.svg') !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-details figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-details figure figcaption {
	font-size: 16px;
	word-wrap: break-word;
	color: var(--gray-color);
	line-height: 1.3;
	margin: 0;
	opacity: 1;
}

.news-details figure figcaption .copyright {
	font-style: italic;
	font-weight: 300;
}

.news-details .gallery-item picture {
	position: relative;
}

/*
.copyright_on_image {
	display: none;
}

.news-details .gallery-item .copyright_on_image {
	position: absolute;
	color: #FFF;
	font-size: 1rem;
	left: 20px;
	bottom: 13px;
	display: block;
} */


.news-details .frame-container-default {
	max-width: inherit;
}

.pagination li {
	background: transparent;
	padding: 0 3px;
	border-radius: 50px;
}

.pagination .page-item:first-child .page-link {
	border-radius: 50px;
}



.pagination .page-link {
    min-width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    color: var(--dark-gray);
    border-color: var(--dark-gray);
    /* padding: 0 15px; */
    border-radius: 50px;
    border-width: 2px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
}
.pagination .page-item.first .page-link, .pagination .page-item.last .page-link{
	padding-left: 20px;
	padding-right: 20px;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.pagination .active>.page-link,
.pagination .page-link.active {
	border-color: var(--primary) !important;
	background-color: var(--white-color)!important;
	color: var(--primary)!important;
}

.page-item.previous .page-link, .page-item.next .page-link {
    text-indent: -1000px;
    font-size: 0;
    background-color: transparent;
    border: 0;
}
.pagination .first.page-item a, .pagination .last.page-item a{
	border: 0;
}

.page-item.previous .page-link {
    display: block;
    background: url(../Images/pagination-prev.svg) no-repeat;
    background-size: 19px 21px;
    background-position: center center;
    line-height: 1.4;
}

.page-item.next .page-link {
    display: block;
    background: url(../Images/pagination-next.svg) no-repeat;
    background-size: 19px 21px;
    background-position: center center;
    line-height: 1.4;
}
/***************************
 Blog Page CSS End
 ***************************/


/***************************
Project Details CSS Start
 **************************/
.project-details .project-sub-title .strong {
	color: var(--perrot-color);
}

.project-details .sidebar-box {
	background-color: #FFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
	padding: 35px;
}

.project-details .sidebar-box .link {
	color: inherit;
}

.project-details .sidebar-box .link:hover {
	opacity: 0.8;
}

.project-details .title-box {
	display: flex;
	align-items: center;
	border-bottom: 4px solid #163D64;
	padding-bottom: 15px;
}

.project-details .title-box .icon-box {
	width: 48px;
	height: 48px;
	line-height: 45px;
	background: var(--red-color);
	border-radius: 100px;
	color: var(--white-color);
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
}


.outer {
	width: 100%;
}

#big .item .imgbox {
	margin-bottom: 10px;
}

#big .item .imgbox img {
	object-fit: cover;
	height: 700px;
}

#big .item p {
	font-size: 16px;
	color: var(--gray-500);
	margin: 0;
	padding: 0;
}

#thumbs .item {
	cursor: pointer;
}

#thumbs .item img {
	object-fit: cover;
	height: 110px;
	border: 2px solid transparent;
}

#thumbs .current .item img {
	border-color: var(--perrot-color);
}

#big.owl-theme {
	position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	background: #333;
	width: 22px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

#big.owl-theme .owl-prev {
	left: 10px;
}

#big.owl-theme .owl-next {
	right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	background: #333;
}


@media (max-width: 1200px) {
	#big .item .imgbox img {
		height: 400px;
	}
}

@media (max-width: 767px) {
	#thumbs .item img {
		height: 70px;
	}
}

/***************************
Project Details CSS Start
 **************************/


/***************************
Dark Theme CSS Start
 **************************/




/*Global CSS*/
[data-bs-theme="contrast"] body {
	color: var(--black-color);
}

[data-bs-theme="contrast"] .file-link,
[data-bs-theme="contrast"] .page-link-show,
[data-bs-theme="contrast"] .external-link,
[data-bs-theme="contrast"] .telefon-link,
[data-bs-theme="contrast"] .email-link {
	color: var(--black-color);
	font-weight: 600;
}


/*Headings*/
[data-bs-theme="contrast"] h1,
[data-bs-theme="contrast"] h2,
[data-bs-theme="contrast"] h3,
[data-bs-theme="contrast"] h4,
[data-bs-theme="contrast"] h5,
[data-bs-theme="contrast"] h6 {
	color: var(--black-color);
}


/*Buttons*/
[data-bs-theme="contrast"] .theme-btn {
	border: 2px solid var(--black-color) !important;
	background: var(--black-color) !important;
}

[data-bs-theme="contrast"] .theme-btn:hover {
	color: var(--black-color) !important;
	background: transparent !important;
}

[data-bs-theme="contrast"] .theme-btn.theme-btn-border {
	background: transparent !important;
	color: var(--black-color) !important;
}

[data-bs-theme="contrast"] .theme-btn.theme-btn-border:hover {
	background: var(--black-color) !important;
	color: var(--white-color) !important;
}


/*Header*/
/* [data-bs-theme="contrast"] .kontrast-blog .btn {
	color: var(--white-color);
} */

/* [data-bs-theme="contrast"] .font-large .toggle-text-btn {
	color: var(--white-color);
} */

[data-bs-theme="contrast"] .font-large .toggle-text-btn svg path {
	fill: var(--white-color);
}

[data-bs-theme="contrast"] .font-large .toggle-text-btn.active svg path {
	fill: var(--perrot-color);
}

[data-bs-theme="contrast"] [data-bs-theme-value=contrast] {
	display: none;
}
[data-bs-theme="dark"] [data-bs-theme-value=dark] {
	display: none;
}


[data-bs-theme=light] [data-bs-theme-value=light] {
	display: none;
}

[data-bs-theme="contrast"] .header-top {
	background: var(--black-color);
	color: var(--white-color);
}

[data-bs-theme="contrast"] .header-top a {
	color: var(--white-color);
}

/* [data-bs-theme="contrast"] .header-bottom {
	background: var(--white-color);
} */

[data-bs-theme="contrast"] .main-menu>ul>li.active>a:after {
	background: var(--black-color);
}

[data-bs-theme="contrast"] .header-part.sticky.sticky-fixed .main-menu>ul>li>a {
	color: var(--black-color);
}

[data-bs-theme="contrast"] .header-part.sticky.sticky-fixed .main-menu>ul>li.active>a:after {
	background: var(--black-color);
}

[data-bs-theme="contrast"] .language-menu .language-drop {
	background: var(--white-color);
}

[data-bs-theme="contrast"] .click-language:after {
	background: url(../Images/down-arrow-dark.png) no-repeat center center;
	background-size: 12px auto;
}

[data-bs-theme="contrast"] .language-menu .language-drop .text-muted {
	color: var(--gray-color) !important;
}


/*Table*/
[data-bs-theme="contrast"] table tr th,
[data-bs-theme="contrast"] table tr td {
	color: var(--black-color);
}


/*Teaser*/
[data-bs-theme="contrast"] .teaser-info-box {
	background: var(--black-color);
}

[data-bs-theme="contrast"] .teaser-info-box .theme-btn {
	border-color: var(--white-color) !important;
	background: var(--white-color) !important;
}

[data-bs-theme="contrast"] .teaser-info-box h2 {
	color: var(--white-color);
}

/*Cards*/
[data-bs-theme="contrast"] .c-card .card-body {
	background-color: var(--black-color);
	color: var(--white-color);
}

[data-bs-theme="contrast"] .c-card .card-body .card-sub-title,
[data-bs-theme="contrast"] .c-card .card-body .card-title,
[data-bs-theme="contrast"] .c-card .card-body p {
	color: var(--white-color);
}

[data-bs-theme="contrast"] .frame-background-primary,
[data-bs-theme="contrast"] .frame-background-secondary {
	background: var(--black-color);
	color: var(--white-color);
}

/*Footer*/
[data-bs-theme="contrast"] .footer-top-part {
	background: var(--black-color);
}

[data-bs-theme="contrast"] .footer-part h5 {
	color: var(--white-color);
}




/*Breadcrumb*/
[data-bs-theme="contrast"] .breadcrumb-section ol li a.breadcrumb-link,
[data-bs-theme="contrast"] .breadcrumb-section ol li.active .breadcrumb-link-title {
	color: var(--black-color);
}

/*Tabs*/
[data-bs-theme="contrast"] .frame-background-primary .nav-tabs .nav-link,
[data-bs-theme="contrast"] .frame-background-secondary .nav-tabs .nav-link {
	color: var(--white-color);
}

[data-bs-theme="contrast"] .nav-tabs .nav-link {
	color: var(--black-color);
}

/* [data-bs-theme="contrast"] .nav-tabs .nav-item.show .nav-link,
[data-bs-theme="contrast"] .nav-tabs .nav-link.active {
	color: var(--black-color);
} */


/*Accordion*/
[data-bs-theme="contrast"] .accordion-item .accordion-header .accordion-button {
	color: var(--black-color) !important;
	font-weight: 600;
}

[data-bs-theme="contrast"] .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background: var(--black-color);
	border-color: var(--black-color);
	color: var(--white-color) !important;
	font-weight: 600;
}

[data-bs-theme="contrast"] .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	background: url('../Images/accordion-icon-down-active-light.svg') no-repeat center center;
}

[data-bs-theme="contrast"] .accordion-item .accordion-header .accordion-button:after {
	background: url('../Images/accordion-icon-down-dark.svg') no-repeat center center;
}


/*Link*/
[data-bs-theme="contrast"] .frame a[class=""],
[data-bs-theme="contrast"] .frame a:not([class]) {
	color: inherit;
	font-weight: 600;
}


/*history-section*/
[data-bs-theme="contrast"] .history-section {
	background: var(--black-color);
}

[data-bs-theme="contrast"] .history-section .projects-timeline .project .heading-box p {
	color: var(--white-color);
}

[data-bs-theme="contrast"] .history-section .projects-timeline .project .heading-box {
	border-color: var(--white-color);
}

/*[data-bs-theme="contrast"] .history-section .projects-timeline .project .year:after{
	background-image: url(../Images/arrow-right-1-dark.svg);
}
[data-bs-theme="contrast"] .history-section .projects-timeline .project .year:before{
	background-image: url(../Images/arrow-left-dark.svg);
}*/
[data-bs-theme="contrast"] .history-section .projects-timeline .project.open .year {
	background-color: #555b60;
}

/*[data-bs-theme="contrast"] .history-section .projects-timeline .project.open .year:before{
	background-image: url(../Images/arrow-left-with-line-dark.svg);
}
[data-bs-theme="contrast"] .history-section .projects-timeline .project.open .year:after{
	background-image: url(../Images/arrow-right-with-line-dark.svg);
}
*/

[data-bs-theme="contrast"] .header-top-left p {
	color: var(--white-color);
}

/* [data-bs-theme="contrast"] .humbarger-menu.humbarger-menu-on>span {
	color: var(--secondary-2);
}

[data-bs-theme="contrast"] .burger .burger-lines,
[data-bs-theme="contrast"] .burger .burger-lines::after,
[data-bs-theme="contrast"] .burger .burger-lines::before {
	background-color: var(--secondary-2);
} */

/***************************
Dark Theme CSS End
 **************************/

/***************************
Map Page CSS Start
 **************************/
.map-section h1 {
	margin-top: 42px;
	margin-bottom: 42px;

}

.map-section .map-box {
	box-shadow: 0px 3px 30px #00000029;
}

.share-print {
	padding: 20px 0;
	margin-top: 0;
	text-align: right;
}

.share-print .seit {
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.share-print .seit a {
	color: var(--light-gray);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.share-print .seit a i {
	line-height: 0;
}

[data-bs-theme="contrast"] .share-print .seit a {
	color: var(--black-color);
}

@media(min-width:768px) {
	.share-print .share-print {
		padding: 20px 0;
		margin-top: -66px;
	}

	.share-print .seit {
		justify-content: flex-end;
	}
}


/* Project-info CSS Start*/

.map-section .project-info {
	margin-top: 140px;
	margin-bottom: 100px;
}

.map-section .project-info .common-inner {
	position: relative;
	padding-left: 0;
	margin-bottom: 30px;
}

@media(min-width:992px) {
	.map-section .project-info .common-inner {
		position: relative;
		padding-left: 88px;
	}
}

@media(min-width:1200px) {
	.map-section .project-info .common-inner {
		position: relative;
		padding-left: 118px;
	}
}

.map-section .project-info .common-inner h2 {
	font-size: 35px;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 15px;
}


.map-section .project-info .common-inner .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0;
}

@media(min-width:992px) {
	.map-section .project-info .common-inner .badge {
		left: 0;
		top: 0;
	}
}

.map-section .project-info .common-inner .project-thumb {
	margin-left: 0;
	width: auto;
	height: 265px;
}

.map-section .project-info .common-inner .project-thumb img {
	margin-left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.map-section .project-info .common-inner .sub-heading {
	font-size: 22px;
	line-height: 1.2;
	padding-top: 15px;
}

@media(min-width:768px) {
	.map-section .project-info .common-inner .sub-heading {
		padding-top: 0;
	}
}

/* Project-info CSS End*/
.map-section .project-info .badge img {
	width: 66px;
	height: 61px;
	/*	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

/*.map-section .project-info .projects .badge svg path{
	fill: var(--red-color);
}*/

.map-section .project-info .badge svg {
	display: none;
}

.map-section .project-info .holdings .badge svg path {
	fill: var(--perrot-color);
}

.map-section .project-info .neighborhood-manager .badge svg path {
	fill: var(--orange-color);
}

.map-section .project-info .construction-areas .badge svg path {
	fill: var(--blue-color2);
}


/* Badge Colors End */


/* Filter CSS Start */
.map-section .filter {
	padding-bottom: 68px;
}

.map-section .filter .form-select {
	width: 194px;
	max-width: 100%;
	padding: 10px 15px;
	border-radius: 0;
	border: 1px solid var(--gray-500);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--gray-600);
}

.map-section .filter .select-lbl {
	color: var(--txt-color);
	line-height: 2.5;
	white-space: nowrap;
}

.map-section .filter .form-check {
	display: inline-flex;
	align-items: center;
	padding-left: 0;

}

.map-section .filter .form-check-input {
	width: 32px;
	height: 32px;
	border: 2px solid var(--fix-menu-anchor);
	margin: 0;
	border-radius: 0 !important;
	cursor: pointer;
}

.map-section .filter .form-check-label {
	padding: 10px 15px 10px 26px;
	font-size: 18px;
	line-height: 1.2;
	margin-left: 15px;
	color: var(--white-color);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map-section .filter .form-check-label i {
	margin-left: 15px;
	height: 33px;
	position: relative;
	margin-top: -10px;
	overflow: hidden;
}

.map-section .filter .form-check-label i img {
	width: 44px;
	height: 40px;
	object-fit: cover;
	margin-top: 5px;
}

.map-section .filter .form-check-input:checked {
	background-color: var(--white-color);
	border-color: var(--fix-menu-anchor);
	border-radius: 0;
	color: var(--black-color);
}

.map-section .filter .form-check-input:checked[type=checkbox] {
	background-image: url(../Images/check-lg.svg);
	background-size: 15px;
}

/* Filter CSS End */


/* BG Colors Start */
.map-section .bg-red {
	background-color: var(--red-color);

}

.map-section .bg-green {
	background-color: var(--perrot-color);
}

.map-section .bg-orange {
	background-color: var(--orange-color);
}

.map-section .bg-blue {
	background-color: var(--blue-color2);
}

/* BG Colors End */


/***************************
Map Page CSS Start
 **************************/


/***************************
Print CSS Start
 **************************/
@media print {
	body {
		font-size: 12pt;
		margin: 0cm;
		color: black;
		background: white;
	}

	.container {
		width: 100%;
	}

	.break-before {
		page-break-before: always;
	}

	.no-break-inside {
		page-break-inside: avoid;
	}

	header,
	footer,
	.breadcrumb-section,
	.share-print {
		display: none;
	}

	a::after {
		content: " (" attr(href) ")";
		/* Add href value as content */
		font-size: 80%;
		/* Adjust the font size as desired */
		color: #888;
		/* Adjust the color as desired */
	}
}


/***************************
Print CSS End
 **************************/



/******************************
Mob Nav CSS for more links and SM Start
 *******************************/
.more-links-wrapper {
	display: none;

}

.more-links-wrapper ul {
	border-top: 1px solid #fff;
	margin-top: 34px;
	width: 100%;
}

@media (max-width: 991.9px) {
	.more-links-wrapper {
		display: block;
		width: 100%;
		padding: 0 40px 40px;
	}
}

.more-links-wrapper ul li {
	margin-bottom: 26px;
}

.more-links-wrapper ul li:last-child {
	margin-bottom: 0;
}

.more-links-wrapper ul li a {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--secondary);
	display: block;
}


.social-media {
	margin-top: auto;
	width: 100%;
}

@media(min-width:992px) {
	.social-media {
		margin-top: 0;
		width: auto;
	}
}


/******************************
Mob Nav CSS for more links and SM End
 *******************************/


/********************************
Main Menu DropDown CSS Start
 ********************************/
.main-menu {
	display: flex;
	padding: 100px 20px 0 20px;
}

.main-menu .btn-search {
	display: none;
	padding: 0;
	width: 26px;
	height: 26px;
	background-color: var(--primary);
	color: var(--white-color);
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -5px;
}
@media(min-width:767px) {
	.main-menu {
		padding: 100px 150px 0 150px;
	}
}
@media(min-width:1140px) {
	.main-menu {
		display: flex;
		padding: 76px 0 0 0;
	}
	.main-menu .btn-search {
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.main-menu .btn-search:hover {
	background-color: var(--secondary);
	color: var(--white-color);
}

.main-menu .btn-search svg {
	width: 14px;
	height: 14px;
	color: var(--white-color);
}

.main-menu .btn-search svg path {
	fill: var(--white-color);
}

.main-menu li.open>ul{
	display: block;
}

.main-menu ul li ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	min-width: 320px;
	height: auto;
	min-height: 100%;
}

@media (max-width: 1139px) {
	.main-menu ul li ul ul {
		position: static;
		background: transparent;
	}

	.main-menu .submenu-menu li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.main-menu li.open>ul {
		display: none;
	}

	.main-menu li.has-child,
	.main-menu li.has-has-child,
	.main-menu li.has-has-has-child,
	.main-menu li.has-has-has-child ul >li{
		padding-left: 0;
		position: relative;
	}

	.main-menu li.has-child .open>ul,
	.main-menu li.has-has-child .open>ul,
	.main-menu li.has-has-has-child .open>ul,
	.main-menu li.has-has-has-child ul li> .open>ul{
		display: block;
	}

	.main-menu>ul>li .submenu-menu {
		padding-left: 0 !important;
	}

	.main-menu>ul>li .submenu-menu .submenu-click {
		top: 7px;
	}

}



.main-menu>ul {
	display: flex;
	align-items: center;
	width: auto;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.main-menu>ul>li:last-child {
	margin-right: 0;
}

.main-menu>ul>li:hover>.submenu-menu,
.main-menu>ul>li:focus-within>.submenu-menu {
	display: block;
}

.submenu-menu li {
	display: block;
}

.submenu-menu li a {
	font-size: 20px;
	display: block;
	color: var(--primary);
	padding: 5px 0;
	line-height: 1.4;
}

/* @media(min-width:768px) {
	.submenu-menu li a {
		font-size: 16px;
	}
} */

.submenu-menu li a:hover {
	color: var(--primary);
}

.submenu-menu li.active >a {
	color: var(--primary);
}

.submenu-click {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	margin: 0;
	z-index: 1;
}

/********************************
Main Menu DropDown CSS End
 ********************************/

.news .article .title{
	margin-top: 30px;
	margin-bottom: 65px;
}
.news .article .sub-title {
	font-size: 20px;
	font-weight: var(--font-semibold);
	line-height: 1.4;
	margin-bottom: 15px;
	color: var(--dark-gray);
}
.news .article p{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	color: var(--dark-gray);
}

.news .article h3 {
	font-size: 40px;
	font-weight: var(--font-bold);
	line-height: 1.4;
	margin-bottom: 10px;
	color: var(--dark-gray);
}



.owl-item .article {
	border: none;
}

/********************************
Tiles CSS Start
 ********************************/

.tiles-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 402px;
	justify-content: center;
}

.tiles-container a {
	margin-right: 0;
	margin-bottom: 0;
}

.tiles-container a:nth-child(even) {
	margin-right: 0;
}

.tiles-container .tile {
	width: 156px;
	height: 156px;
	padding: 16px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 15px;
	margin-bottom: 15px;

}

.tiles-container .tile .tiles-icon {
	margin-left: auto;
}

/* .tiles-container .tile:nth-child(even){
	background-color: var(--info) !important;
} */

.tiles-container .tile:nth-child(even) {
	margin-right: 0;
}

.tiles-container .tile .tiles-heading {
	font-size: 15px;
	line-height: 1.2;
	color: #ffff;
	hyphens: auto;
}

@media(min-width:768px) {
	.tiles-container {
		max-width: 402px;
		justify-content: flex-start;
	}

	.tiles-container a {
		margin-right: 0;
		margin-bottom: 0;
	}

	.tiles-container .tile {
		width: 176px;
		height: 176px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.tiles-container .tile .tiles-heading {
		font-size: 25px;
		line-height: 30px;
		color: #ffff;
	}
}

.bg-dark-blue {
	background-color: var(--secondary);
}

.bg-light-blue {
	background-color: var(--info);
}

[data-bs-theme="contrast"] .bg-dark-blue {
	background-color: var(--black-color);
}

[data-bs-theme="contrast"] .bg-light-blue {
	background-color: rgba(0, 0, 0, 0.85);
}

/********************************
Tiles CSS End
 ********************************/


/********************************
Headline CSS Start
 ********************************/
.headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 34px;
	align-items: flex-start;
	padding-bottom: 34px;
	border-top: 2px solid var(--primary);
}

.headline h3 {
	margin: 0;
	font-size: 35px;
	line-height: 49px;
	color: var(--primary);
}

.headline img {
	max-width: 220px;
	height: auto;
}

/********************************
Headline CSS End
 ********************************/


/********************************
Faqs CSS Start
 ********************************/
.faqs-container h2 {
	margin-bottom: 15px;
	margin-top: 0;
}

.faqs-container ul {
	list-style: none;
	padding-left: 0;
}

.faqs-container ul li {
	font-size: 18px;
	line-height: 1.5;
	color: var(--dark-gray);
	font-weight: 600;
	padding-top: 24px;
	padding-bottom: 24px;
	display: block;
	position: relative;
	padding-left: 40px;
	background: url('../Images/faq-arrow-right-icon.svg') no-repeat 0 24px;
	border-top: 1px solid var(--dark-gray);
}

.faqs-container ul li:last-child {
	border-bottom: 1px solid var(--txt-color);
}

[data-bs-theme="contrast"] .faqs-container ul li {
	background: url('../Images/faq-arrow-right-icon-dark.svg') no-repeat 0 24px;
}

.faqs-container ul li a {
	color: var(--dark-gray);
	text-decoration: none;
	font-weight: 600;
}

.faqs-container ul li a:hover {
	color: var(--primary);
}



/********************************
Faqs CSS End
 ********************************/

/********************************
Footer CSS Start
 ********************************/
.footer-section hr {
	border-top: 3px solid var(--primary);
	opacity: 1;
	margin-bottom: 40px;
	margin-top: 0;
}

.footer-section .company-name {
	color: var(--primary);
}

.footer-section .company-contactinfo {
	color: var(--dark-gray);
}

.footer-section .company-contactinfo p {
	font-size: 16px;
}

.footer-section .links-with-arrow li {
	margin-bottom: 10px;
}

.footer-section .footer-links li {
	padding: 0;
	background: #fff;
	margin-bottom: 8px;

}

.footer-section .footer-links li a {
	color: var(--dark-gray);
	font-weight: 600;
}

.footer-section .footer-links li a:hover {
	color: var(--secondary);
}

[data-bs-theme="contrast"] .links-with-arrow li {
	background: url(../Images/Icon1-dark.svg) no-repeat 0 4px;
}


/********************************
Footer CSS End
 ********************************/

/********************************
Other Links CSS Start
 ********************************/


.other-links {
	display: block;
	background-color: #EFF3F7;
	position: relative;
	width: 100%;
	padding: 20px;
}

.other-links .kontrast-blog,
.other-links .font-large {
	margin: 0;
}

.other-links p {
	margin-bottom: 0;
	color: var(--dark-gray);
}

.other-links ul li a,
.other-links p,
.other-links .btn {
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	color: var(--dark-gray);
}

.other-links ul li,
.other-links p,
.other-links .kontrast-blog,
.other-links .font-large {
	margin-bottom: 14px;
}

.social-media {
	display: block;
}

@media(min-width:992px) {

	.other-links,
	.social-media {
		display: none;
	}
}

/********************************
Other Links CSS End
 ********************************/

/********************************
Table CSS Start
 ********************************/
.filelink-list .filelink-heading {
	margin: 0;
}

.table>:not(caption)>*>* {
	padding: 10px 20px;
}

.table tr td:first-child {
	vertical-align: middle;
}

.table tr th {
	color: var(--primary);
}

.table tr th,
.table tr td {
	border-top: 0;
	border-bottom: 1px solid var(--primary);
	font-size: 20px;
	line-height: 1.4;
}

.table strong {
	font-weight: var(--font-semibold);
}

.table .extra-bold {
	font-weight: var(--font-bold);
}

tbody tr:last-child td {
	border-bottom: 0;
}

/********************************
Table CSS End
 ********************************/

.caption {
	line-height: 1.3;
}

.body-bg {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#page-footer {
	margin-top: auto;
}

.additional-link {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.link-wir-planen {
	background-color: var(--primary);
	background-image: url('../Images/additional1.svg');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;

}

.link-wir-finanzieren {
	background-color: var(--primary);
	background-image: url('../Images/additional2.svg');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.link-wir-senieren {
	background-color: var(--primary);
	background-image: url('../Images/additional3.svg');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
	padding: 14px 28px 14px 60px;
	max-width: 519px;
	margin-bottom: 8px;
	box-sizing: border-box;
}

.link-wir-planen:hover,
.link-wir-senieren:hover,
.link-wir-finanzieren:hover {
	color: var(--white-color);
}

.additional-link img {
	width: 32px;
	margin-right: 20px;
}

.pswp__bg {
	background-color: var(--primary) !important;
	opacity: 0.7 !important;
}

/* Header CSS Start */


.header-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0px 0;
	background-color: rgba(251, 251, 251, 0.9);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}

/* @media(min-width:1400px) {
	.header-bottom .container {
		max-width: 1640px;
	}
} */

.header-bottom-inner {
	display: flex;
	width: 100%;
	align-items: end;
}

@media(max-width:1139px) {
	.header-bottom-inner {
		padding: 9px 0;
		align-items: center;
	}
}

.header-bottom-inner .header-btns {
	display: none;
}

.header-bottom-inner .header-btns .theme-btn {
	padding: 0px 26px;
	font-size: 16px;
	line-height: 1;
	margin-right: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-width: auto;
}

.header-bottom-inner .header-btns .theme-btn.theme-btn-border svg {
	margin-right: 8px;
}

[data-bs-theme="contrast"] .header-bottom-inner .header-btns .theme-btn.theme-btn-border svg path {
	fill: var(--black-color);
	stroke: var(--black-color);
}

.header-bottom-inner .header-btns .theme-btn:last-child {
	margin-right: 0;
}

.header-bottom-inner .header-btns .btn-primary {
	background-color: var(--secondary);
	color: var(--white-color);
}

.header-bottom-inner .header-btns .theme-btn.theme-btn-border:hover {
	background-color: var(--primary);
	color: var(--white-color);
}

.header-bottom-inner .header-btns .theme-btn.theme-btn-border:hover svg path {
	fill: var(--white-color);
	stroke: var(--white-color);
}

@media(min-width: 992px) {
	.header-bottom-inner .header-btns {
		display: flex;
		flex-wrap: wrap;
	}
}

[data-bs-theme="contrast"] .header-bottom-inner .header-btns .theme-btn {
	background: var(--black-color);
	color: var(--white-color);
}




.social-media {
	display: block;
	padding: 30px 40px;
	position: sticky;
	bottom: 0;
	background: var(--white-color);
	z-index: 3;
}

.social-media ul,
.social-media li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-media ul {
	display: flex;
	width: auto;
}

.social-media ul li {
	margin-right: 28px;
	width: 23px;
	height: 23px;
}

.social-media ul li a {
	display: block;
	width: 23px;
	height: 23px;
}

.social-media ul li:last-child {
	margin-right: 0px;
}

.header-part.sticky.sticky-fixed .header-bottom {

	box-shadow: 0 3px 6px 0 #00000029;
}

.header-part.sticky.sticky-fixed .header-bottom {
	padding: 0px 0;
}

.header-part.sticky.sticky-fixed .header-bottom .header-btns {
	display: none;
}

.main-menu-outer {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
	gap: 0;
}

@media(min-width:992px) {
	.main-menu-outer {
		display: flex;
		width: auto;
		flex-wrap: wrap;
		align-items: flex-end;
		flex-direction: column;
		align-content: flex-end;
		gap: 14px;
	}
}

@media(min-width:1367px) {
	.main-menu-outer {
		margin-left: auto;
	}
}

.main-menu-outer.active {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: nowrap;
}


.main-menu ul li>ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
}

.main-menu .dd-section {
	position: static;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 10px;
}

@media(min-width: 1140px) {
	.main-menu .dd-section {
		position: absolute;
		padding-top: 45px;
		padding-bottom: 45px;
		background: rgb(51, 67, 82);
		background: linear-gradient(90deg, rgba(51, 67, 82, 1) 0%, rgba(51, 67, 82, 0.8) 100%);
		padding-left: 80px;
		padding-right: 80px;
		min-height: 390px;
		height: max-content;
		opacity: 0;
		bottom:100%;
		top: auto;
		z-index: -1;
		width: 100%;
		transition: all 0.5s ease-in-out;
	}
	.main-menu>ul>li.open>.dd-section {
		opacity: 1;
		top:100%;
		bottom:auto;
		z-index: -1;
		transition: all 0.5s ease-in-out;
	}
}

.main-menu ul li>ul li a {
	display: block;
	padding-right: 25px;
}

.main-menu ul,
.main-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	hyphens: auto;
}

.main-menu>ul {
	display: flex;
	width: 100%;
}

.main-menu>ul>li {
	margin-right: 28px;
}

/* .main-menu>ul>li.open>.dd-section {
	display: block;
} */

@media(min-width: 1140px) {

}

.submenu-menu li {
	display: block;
}


.main-menu>ul>li>a {
	display: block;
	position: relative;
	padding-top: 6px;
	padding-bottom: 46px;
	font-size: 22px;
	line-height: normal;
	color: var(--dark-gray);
	font-weight: var(--font-semibold);
}

@media(max-width:1199px) {
	.main-menu>ul>li>a {
		padding-bottom: 26px;
	}
}

.main-menu>ul>li>a:before {
	display: block;
	content: attr(title);
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* .main-menu > ul > li >a:hover {
	color: var(--dark-gray);
} */

.main-menu > ul > li > a {
	font-size: 20px;
}

.main-menu>ul>li.open>a,
.main-menu>ul>li.active>a {
	font-weight: var(--font-bold);
	border-color: var(--dark-gray);
}

.main-menu>ul>li.open>a,
.main-menu>ul>li.active>a {
	font-weight: var(--font-bold);
}

.main-menu>ul>li.active>a:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	content: "";
}

.main-menu ul>ul li>ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 380px;
	height: 100%;
}

.dd-section > ul {
	position: relative;
	max-width: 100%;
	padding-left: 22px;
	font-weight: var(--font-bold);
}

.dd-section ul>ul {
	font-weight: var(--font-regular);
}


@media(min-width: 1140px) {
	.dd-section ul {
		width: 320px;
		padding-left: 0;
		position: relative;
	}

	.dd-section ul>li {
		padding-bottom: 20px;
	}
}

.dd-section ul li ul {
	padding-left: 46px;
}
@media(max-width: 1139px) {
	.dd-section ul li ul {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.dd-section ul li a {
	display: block;
	color: var(--white-color);
	padding: 5px 0;
	width: 100%;
	font-weight: var(--font-regular);
}

.dd-section ul li a:hover {
	color: var(--primary);
	opacity: 1;
}

.dd-section ul li:hover>a {
	color: var(--primary);
}

.main-menu > ul > li.active > a {
	color: var(--primary) !important;
}
.dd-section ul li.active>a,
.dd-section ul li.open>a {
	color: var(--primary) ;
}

/* Auf Hellgrün drehen [AGENTUR-8310] */
[data-bs-theme="dark"] .main-menu > ul > li.active > a {
	color: var(--secondary) !important;
}
[data-bs-theme="dark"] .dd-section ul a:hover,
[data-bs-theme="dark"] .dd-section ul a:focus,
[data-bs-theme="dark"] .dd-section ul a:active,
[data-bs-theme="dark"] .main-menu > ul > li.active > a {
	color: var(--secondary) !important;
}
[data-bs-theme="dark"] .dd-section ul li.active>a,
[data-bs-theme="dark"] .dd-section ul li.open>a {
	color: var(--secondary) ;
}

.start-title {
	padding-left: 32px;
}

@media(min-width: 1140px) {
	.dd-section ul li a {
		list-style: none;
		font-size: 24px;
		margin: 0px;
		color: var(--white-color);
		line-height: 26px;
		hyphens: auto;
		word-wrap: break-word;
	}

	.dd-section ul li.has-has-child>a {
		background: url('../Images/subnav-icon.svg') no-repeat 100% 8px;
	}

	.dd-section ul li.open.has-has-child>a, .dd-section ul li.active.has-has-child>a {
		background: url('../Images/subnav-icon-hover.svg') no-repeat 100% 8px;

	}

	.dd-section ul ul li.has-has-has-child>a {
		background: url('../Images/subnav-icon.svg') no-repeat 100% 8px;
	}

	.dd-section ul ul li.open.has-has-has-child>a, .dd-section ul ul li.active.has-has-has-child>a {
		background: url('../Images/subnav-icon-hover.svg') no-repeat 100% 8px;
	}
	/* .dd-section ul ul li.navi_with_child>a {
		background: url('../Images/subnav-icon.svg') no-repeat 100% 8px;
	}
	.dd-section ul ul li:hover.navi_with_child>a {
		background: url('../Images/subnav-icon-hover.svg') no-repeat 100% 8px;
	} */


	.dd-section ul>li a {
		font-weight: var(--font-bold);
		padding-right: 25px;
	}

	.dd-section ul ul li a {
		font-weight: var(--font-regular);
	}
	.dd-section ul ul li>a.navi_with_child {
		background: url('../Images/subnav-icon.svg') no-repeat 100% 8px;
	}
	.dd-section ul ul li:hover>a.navi_with_child{
		font-weight: var(--font-regular);
		background: url('../Images/subnav-icon-hover.svg') no-repeat 100% 8px;
	}
}

.dd-section ul ul ul {
	border: none;
}

@media(max-width: 1139px) {
	.dd-section .container{
		max-width: 100%;
	}
	.dd-section .level2,
	.dd-section .level3 {
		position: relative;
	}

	.lvl-2,
	.lvl-3 {
		position: absolute;
		left: 0;
		top: 9px;
	}

	.main-menu ul li>ul {
		border: none;
	}

	.level2 ul {
		margin-left: 20px;
	}
}
@media(max-width: 767px) {
	.level2 ul {
		margin-left: 0;
	}
}

[data-bs-theme="contrast"] .main-menu>ul>li>a {
	color: var(--primary);
}

@media(min-width: 1140px) {
	[data-bs-theme="contrast"] .main-menu>ul>li>a {
		color: var(--black-color);
	}
}

[data-bs-theme="contrast"] .main-menu>ul>li:hover>a,
[data-bs-theme="contrast"] .main-menu>ul>li.active>a {
	border-color: var(--black-color);
}


/* Header CSS End  */


/* Simple language CSS Start */

.simple-language .btn {
	font-size: 16px;
	color: var(--dark-gray);
	border: 0;
	border-radius: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.simple-language .btn:active {
	color: var(--primary);
}

.simple-language .btn span {
	margin-right: 6px;
}

@media(max-width:767px) {
	.simple-language .btn span {
		margin-right: 0;
		display: none;
	}

	.simple-language .btn img {
		width: 20px;
		height: 20px;
	}
}



.mobility {
	margin-top: 25px;
	margin-right: 124px;
}
.mobility span{
	font-weight: var(--font-bold);
}
.mobility a, .mobility{
	display: flex;
	flex-direction: column;
	max-width: 210px;
	color: var(--white-color);
	font-size: 28px;
	line-height: 1.4;
	text-align: center;

}

@media(max-width:1139px) {
	.mobility {
		display: none;
		margin: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.mobility a img, .mobility img{
    max-width: 210px;
    margin-bottom: 20px;
    border-radius: 25px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--primary);
}


.news-list .news-thumb{
	position: relative;
}
.news-list .news-thumb .copyright_on_image, .c-card .copyright_on_image{
    display: block;
    font-size: 14px;
	font-weight: var(--font-regular);
    background-color: rgba(217, 232, 237, 0.85);
    position: absolute;
    bottom: 0;
	padding: 4px 18px;
	color: var(--dark-gray);
	-webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
	width: 100%;
	text-shadow: none !important;
	margin: 0 !important;

}
[data-bs-theme="dark"] .news-list .news-thumb .copyright_on_image, [data-bs-theme="dark"] .c-card .copyright_on_image{
	color: #334352;
}
.badge{
    border-radius: 0;
    padding: 7px 17px;
    font-size: 20px;
    line-height: 1;
    margin-right: 15px;
	display: inline-block;
}

.news-widget-carousel .owl-stage .item .badge{
	position: absolute;
	top: 40px;
	z-index: 1;
}

.news-details .outer .mediaelement-image{
	position: relative;
	border-radius: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}
.news-details .outer .mediaelement-image a{
	display: inline-block;
}

.news-details .mediaelement-image .copyright_on_image{
	display: block;
    font-size: 14px;
	font-weight: var(--font-regular);
    background-color: rgba(217, 232, 237, 0.85);
    position: absolute;
    bottom: 0;
	padding: 4px 18px;
	color: var(--dark-gray);
	-webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
	width: 100%;
	margin: 0;
}

.news-details .news-img-caption {
	font-size: 18px !important;
	margin: 26px 0 0 0;
	padding: 0;
	color: var(--gray-color);
	line-height: 1.3;
}

.news-img-caption .copyright {
	font-style: italic;
	font-weight: 300;
}

[data-bs-theme="dark"] .news-details .mediaelement-image .copyright_on_image{
	color: #334352;
}

[data-bs-theme="dark"] .news-details .outer .news-img-caption{
	color: var(--white-color);
}
/* Container CSS Start */
.frame-container-default, .container{
	max-width:100% !important;
}

@media(min-width:576px){
	.frame-container-default, .container{
		max-width:100% !important;
	}
}

@media(min-width:752px){
	.frame-container-default, .container{
		max-width:812px !important;
	}
}

@media(min-width:968px){
	.frame-container-default, .container{
		max-width:1048px !important;
	}
}

@media(min-width:1140px){
	.frame-container-default, .container{
		max-width:1244px !important;
	}
}

@media(min-width:1685px){
	.frame-container-default, .container{
		max-width:1585px !important;
	}
}

@media(min-width:1850px){
	.frame-container-default, .container{
		max-width:1750px !important;
	}
}
/* Container CSS End */


/* Filter CSS Start */

.filter-wrapper{
	padding: 35px;
    background-color: var(--light-gray);
    border-radius: 25px;
	margin-top: 90px;
	margin-bottom: 200px;
}
@media(max-width:991px){
	.filter-wrapper{
		margin-top: 45px;
		margin-bottom: 100px;
	}
}
.filter-wrapper .form-label {
	font-family: "Titillium Web", sans-serif;
  font-weight: normal;
    margin: 0;
    font-size: 20px;
    font-weight: var(--font-regular);
    line-height: 1.4;
	white-space: nowrap;
}

.filter-wrapper .form-select {
	font-family: "Titillium Web", sans-serif;
  font-weight: normal;
    padding: 15px 43px 15px 30px;
    border: 0;
    border-radius: 20px;
    background-image: url('../Images/filter-select-down-arrow.svg');
    font-size: 20px;
    background-position: right 1.5rem center;
    font-weight: 800;
    background-size: 19px 19px;
    min-width: 280px;
}

.filter-wrapper .btn-clear{
	border: 0;
	padding: 0;
	font-size: 20px;
	color: var(--primary);
	font-weight: var(--font-bold);
	background: transparent;
	margin-left: 20px;
}


/* Form Container CSS Start */
.form-container h2{
	margin-bottom: 60px;
	font-size: 45px;
	line-height: 1.2;
}
.form-container .form-control, .form-container .form-select{
	font-family: "Titillium Web", sans-serif;
  font-weight: normal;
	padding: 10px 25px;
    font-size: 18px;
    color: #99A1A8;
    font-weight: 700;
	border-radius: 20px;
	border-color: #334352;
}
.form-container .form-select {
    background-image: url('../Images/select-dropdown-arrow.svg');
    background-size: 20px 20px;
    background-position: right 1.5rem center;
}
.form-container  .form-control::placeholder{
	color: #99A1A8;
}

/* .form-container #beispielFormularzurFelderansicht-965-date-1{
	background-image: url('../Images/calender-icon.svg');
	background-size: 20px 20px;
    background-position: right 1.5rem center;
	background-repeat: no-repeat;
} */


.form-container input[type="date" i]::-webkit-calendar-picker-indicator {

	background-image: url('../Images/calender-icon.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}


.form-container  .form-check-label{
	font-family: "Titillium Web", sans-serif;
  font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #334352;
	margin-top: 0;
}

.form-container .form-check{
	margin-bottom: 14px !important;
}

.form-container .form-check span{
    word-break: break-all;
    hyphens: auto;
}
.form-container .form-check-input[type=checkbox] {
	font-family: "Titillium Web", sans-serif;
  font-weight: normal;
    min-width: 1.67em;
    height: 1.67em;
    border-color: #334352;
    border-radius: 10px;
    margin-top: 0;
    margin-right: 10px;
}
.form-container .form-check-input:checked{
	background-color: #fff;
	border-color:var(--primary);
}

.form-container  .form-check-wrapping-label, .form-container .form-check, .form-container .form-check-label{
	display: flex;
    align-items: center;
	cursor: pointer;
}
.form-container  .form-check-input:checked[type=checkbox]{
	background-image: url('../Images/checkmark.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.form-container  .form-check-input[type=radio]{
	border-radius: 50px;
	width: 1.67em;
    height: 1.67em;
    border-color: #334352;
	margin-right: 10px;
	margin-top: 0;
}
.form-container  .form-check-input:checked[type=radio]{
	background-image: url('../Images/radio-circle.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}


#file-upload-button, .form-control::file-selector-button{
	padding: 17px 30px;
    margin-left: -30px;
    margin-top: -17px;
    margin-bottom: -17px;
	background-color: #D6D9DC;
}

.form-control:hover, .form-control:focus, .form-select:hover, .form-select:focus{
	box-shadow: 0px 0px 15px #589BB5;
	border: 1px solid #589BB5;
}

.form-container .btn{
	display: inline-block;
	text-align: center;
	padding: 16px 25px;
	border-radius: 20px 2px 20px 2px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: #fff;
	color: var(--white-color);
	border: 2px solid var(--primary);
	font-weight: var(--font-bold);
	font-size: 20px;
	line-height: 1.4;
}
.form-container  .btn-primary{
	color: var(--black-color);
}
.form-container  .btn-primary:hover{
	color: var(--white-color);
	background-color: var(--primary);

}
/* Form Container CSS End */

.news .no-news-found{
	text-align: center;
}

nav>.pagination{
	justify-content: center !important;
	margin-top: 150px;
}

/* Event Widget CSS Start */
.event-widget-carousel .owl-stage{
	display: flex;
}
.event-widget-carousel {
    max-width: calc(1535px - 60px);
    margin: 0 auto;
    margin-top: 67px;
    margin-bottom: 197px;
}
.event-widget-carousel .owl-stage-outer{
	height: 100%;
    margin-bottom: 40px;
}
.event-widget-carousel .owl-item {
    display: flex;
    align-items: stretch;
}
.event-widget-carousel .owl-stage .item {
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
@media(max-width:1280px){
	.event-widget-carousel {
		max-width: calc(100% - 60px);
		margin-top: 34px;
		margin-bottom: 98px;
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media(max-width:767px){

	/* .event-widget-carousel .owl-stage-outer{
		margin-left: 30px;
		margin-right: 30px;
	} */
	.event-widget-carousel .owl-stage .item {
		padding: 0 30px;
	}
}
.event-widget-carousel .card{
	color: inherit;
    border: 2px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
	display: block;
}
.event-widget-carousel .owl-stage .item .badge {
    position: absolute;
    top: 40px;
    z-index: 1;
}
.event-widget-carousel .card-thumb{
	position: relative;
}
.event-widget-carousel .card-thumb img,
.event-widget-carousel .card-thumb video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.63 / 1;
}
.event-widget-carousel .card-body {
	padding: 25px 30px 35px;
}

.event-widget-carousel .card.no-thumb .card-body {
    padding-top:100px;
}
.event-widget-carousel .card-body .event-date{
	font-size: 28px;
	line-height: 1.4;
	color: var(--dark-gray);
	font-weight: bold;
}
.event-widget-carousel .card-body .event-title{
	font-size: 24px;
	line-height: 1.4;
	color: var(--dark-gray);
	font-weight: bold;
}

.event-widget-carousel .card-thumb .copyright_on_image{
    display: block;
    font-size: 14px;
    font-weight: var(--font-regular);
    background-color: rgba(217, 232, 237, 0.85);
    position: absolute;
    bottom: 0;
    padding: 4px 18px;
    color: var(--dark-gray);
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    width: 100%;
    text-shadow: none !important;
    margin: 0 !important;
}

.event-widget-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -16px;
}

.event-widget-carousel .owl-nav .owl-prev,
.event-widget-carousel .owl-nav .owl-next {
	overflow: hidden;
	text-indent: 1000px;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
}

.event-widget-carousel .owl-nav [class*='owl-']:hover,
.event-widget-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
	background-size: contain;
    background-position: center;
}

.event-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/slider-arrow-prev.svg) !important;
	background-repeat: no-repeat !important;
	margin-left: -30px;
    background-size: contain;
    background-position: center;
}

.event-widget-carousel .owl-nav .owl-next {
    background-image: url(../Images/slider-arrow-next.svg) !important;
    background-repeat: no-repeat !important;
    margin-right: -30px;
    background-size: contain;
    background-position: center;
}
[data-bs-theme="contrast"] .event-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/slider-arrow-left-dark.svg) !important;
	background-repeat: no-repeat !important;
}

[data-bs-theme="contrast"] .event-widget-carousel .owl-nav .owl-next {
	background-image: url(../Images/slider-arrow-right-dark.svg) !important;
	background-repeat: no-repeat !important;
}

@media only screen and (min-width:1200px) {
	.event-widget-carousel .owl-nav .owl-prev {
		margin-left: -29px;
	}

	.event-widget-carousel .owl-nav .owl-next {
		margin-right: -29px;
	}
}

@media only screen and (min-width:1400px) {
	.event-widget-carousel .owl-nav .owl-prev {
		margin-left: -50px;
	}

	.event-widget-carousel .owl-nav .owl-next {
		margin-right: -50px;
	}
}

.event-widget-carousel .owl-dots .owl-dot span{
	width: 6px;
    height: 6px;
    margin: 6px 6px;
	background-color:#ccc;
}
.event-widget-carousel .event-widget-item{
	margin: 0 !important;
    padding: 0 !important;
    width: 100%;
	height: 100%;
}
.event-widget-carousel .owl-dots .owl-dot.active span, .event-widget-carousel .owl-dots .owl-dot:hover span{
	background-color:var(--primary);
}

/* Event Widget CSS End */

/* Event Search Start */
.event-search{
	margin-top: 90px;
}
.event-filter {
	margin-bottom: 110px;
}
.event-search, .event-filter {
    padding: 35px 8px;
    background-color: var(--light-gray);
    border-radius: 25px;
}
@media (max-width: 991px) {
	.event-search, .event-filter {
		padding: 30px;
	}
}

.event-search .form-label {
    margin: 0;
    font-size: 20px;
    font-weight: var(--font-regular);
    line-height: 1.4;
}
.event-search #search {
    width: 660px;
    margin: 0;
    font-weight: 700;
    border: none;
    padding: 16px 36px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 991px) {
	.event-search #search {
		width: 100%;
		text-align: center;
	}
}
.event-search .submit, .event-filter .submit{
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: var(--font-bold);
    color: #3C3C3C;
    border: 2px solid var(--primary);
    outline: none !important;
    box-shadow: none !important;
    padding: 14px 28px;
    background-color: transparent;
}
.event-filter .submit:hover, .event-search .submit:hover{
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: var(--white-color);
}
/* Event Search End */

/* Event Filter CSS Start */

.event-filter {
	margin-top: 15px;
}
.event-filter label {
	font-weight: 500;
}
@media (max-width: 991px) {
	.event-filter label {
		margin-bottom: 8px;
	}
}
.event-filter .form-select, .event-filter .form-control {
    padding: 15px 20px;
	border: 0;
    border-radius: 20px;
	font-size: 20px;
	font-weight: 800;
}
.event-filter .form-select {
    background-image: url('../Images/filter-select-down-arrow.svg');
    background-position: right 1.5rem center;
    background-size: 19px 19px;
    min-width: auto;
}
.event-list-card {
    border-radius: 16px;
    border: none;
    background: #fff;
    margin-top: 30px;
}
.event-list-card .card-body{
	padding: 0;
}
.event-list-card .card-body h2{
	margin: 0;
}
@media (max-width: 767px) {
	.event-list-card .card-body h3{
		margin: 0;
	}
}
@media (min-width: 992px) {
    .event-list-card {
        flex-direction: row;
    }
}
.event-list-card .event-list-thumb{
	position: relative;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}
.event-list-card .event-list-thumb img {
    aspect-ratio: 1.65 / 1;
    object-fit: cover;
    width: 100%;
	height: 100%;
	border-radius: 25px;
	height: auto;
}
/* @media (min-width: 992px) {
    .event-list-card .event-list-thumb img {
		min-height: 316px;
        min-width: 472px;
    }
} */

.event-list-thumb .copyright_on_image {
    display: block;
    font-size: 14px;
    font-weight: var(--font-regular);
    background-color: rgba(217, 232, 237, 0.85);
    position: absolute;
    bottom: 0;
    padding: 4px 18px;
    color: var(--dark-gray);
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    width: 100%;
    text-shadow: none !important;
    margin: 0 !important;
}
.event-filter input[type="date"]{
	position: relative;

}
@media (min-width: 1200px) {
	.event-filter input[type="date"]{
		max-width: 256px;
	}
	.form-select#category{
		width: 273px;
	}
	.form-select#location{
		width: 161px;
	}
}
/* .event-filter input[type="date" i]::-webkit-calendar-picker-indicator {
    background: transparent;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    z-index: 1;
    padding: 0;
} */
/* .event-filter input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.event-filter input[type="date"]::-webkit-inner-spin-button,
.event-filter input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */
.calender-fields{
	position: relative;
}
/* .event-filter .calender-icon{
    background: #fff url('../Images/calendar_today.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 22px;
    left: 20px;
    top: 19px;
} */
.event-list-itmes-wrapper .grid-item:not(:last-child){
	display: block;
	margin-bottom: 90px;
}
.event-details p strong{
	font-weight: 700;
}

.event-details .event-dates{
	font-size: 30px;
	line-height: 1.4;
	font-weight: var(--font-bold);
    color: var(--dark-gray);
	margin-top: 15px;
}
.event-details .event-title{
	margin: 0;
}
@media(max-width:991px){
	.event-details .event-title{
		font-size: 26px;
	}
}
@media(min-width:992px){
	.event-details .event-dates{
		font-size: 48px;
	}
}
.event-details .media-img{
	position: relative;
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
}
.event-details .media-img img{
	width: 100%;
}
.event-details .media-img .copyright_on_image {
    display: block;
    font-size: 14px;
    font-weight: var(--font-regular);
    background-color: rgba(217, 232, 237, 0.85);
    position: absolute;
    bottom: 0;
    padding: 4px 18px;
    color: var(--dark-gray);
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    width: 100%;
    text-shadow: none !important;
    margin: 0 !important;
}
.event-details .theme-btn.theme-btn-border{
	background-color: transparent;
}
.event-details .theme-btn.theme-btn-border:hover{
	background-color: var(--primary);
}
.media-img-wrapper .caption{
	margin-top: 26px;
	display: block;
}
@media (max-width:991px) {
	.filter-title{
		position: relative;
	}
	.filter-title::after {
		content: "";
		background: url('../Images/filter-select-down-arrow.svg') no-repeat;
		position: absolute;
		left: auto;
		top: 0;
		right: 8px;
		background-size: contain;
		display: block;
		width: 26px;
		height: 26px;
		transition: ease-in-out 0.2s all;
	}
	.filter-title.active::after {
		transform: rotate(180deg);
	}
	.filter-fields{
		display: none;
		transition: ease-in-out 0.2s all;
	}
}



/* Dark Mode CSS Start */
[data-bs-theme="contrast"] .darkmode-blog .btn[data-bs-theme-value="light"]{
	display: none;
}
[data-bs-theme="dark"] .header-bottom{
	background-color: rgba(51, 66, 81, 0.9);
}

[data-bs-theme="dark"] .kontrast-blog .btn[data-bs-theme-value="light"] {
	display: none;
}

[data-bs-theme="dark"]  .header-top-right *{
	color: var(--white-color) !important;
}
[data-bs-theme="dark"]  .header-top-right img{
	filter: brightness(100);
}
[data-bs-theme="dark"] .main-menu>ul>li>a{
	color: var(--white-color) !important;
}
.logo-sticky .navbar-brand-logo-normal.white-logo{display: none; }
[data-bs-theme="dark"] .logo-sticky .navbar-brand-logo-normal{display: none; }

[data-bs-theme="dark"] .logo-sticky .navbar-brand-logo-normal.white-logo{display: block; }


[data-bs-theme="dark"] body{
	background: #334251;
}

[data-bs-theme="dark"] .burger .burger-lines, [data-bs-theme="dark"] .burger .burger-lines::after, [data-bs-theme="dark"] .burger .burger-lines::before{
	background-color: var(--white-color);
}
[data-bs-theme="dark"] .humbarger-menu.humbarger-menu-on>span{
	color: var(--white-color);
}

[data-bs-theme="dark"] .header-part.sticky.sticky-fixed .humbarger-menu.humbarger-menu-on>span,
[data-bs-theme="dark"] .header-part.sticky.sticky-fixed .humbarger-menu.humbarger-menu-on>span{
	color: var(--white-color);
}

[data-bs-theme="dark"] .header-part.sticky.sticky-fixed .burger .burger-lines,
[data-bs-theme="dark"] .header-part.sticky.sticky-fixed .burger .burger-lines::after,
[data-bs-theme="dark"] .header-part.sticky.sticky-fixed .burger .burger-lines::before{
	background-color: var(--white-color);
}
[data-bs-theme="dark"] .alert-info{
	color: var(--white-color);
}
.hr-banner-darkmode{
	display: none;
}
[data-bs-theme="dark"] .hr-banner-darkmode{
	display: block;
}
[data-bs-theme="dark"]  .hr-banner{
	display: none;
}
[data-bs-theme="dark"] .c-card{
	background: transparent !important;
}
[data-bs-theme="dark"] .c-card *{
	color: var(--white-color);
}
[data-bs-theme="dark"] .c-card .card-body{
	background: transparent !important;
}
[data-bs-theme="dark"] .c-card .card-body *{
	color: var(--white-color);
}

.mediaelement-video video{
	height: 100%;
    aspect-ratio: 1.63 / 1;
	object-fit: cover;
    object-position: center;
}

