:root {
	--black-color: #000000;
	--white-color: #ffffff;
	--primary: #033243;
	--txt-color: #707070;
	--gray-color: #707070;
	--header-top: #033243;
	--light-sky: #267CAA;
	--light-green: #9ABF04;
	--fix-menu-anchor: #06213B;
	--success: #97AC20;
	--red-color: #B82B27;
	--light-perrot: #98AC23;
	--pink-color: #FF4B5A;
	--blue-color: #163D64;
	--blue-color1: #06213B;
	--blue-color2: #0F529E;
	--blue-bg: #033243;
	--light-blue-color: #96A7B9;
	--orange-color: #E0A128;

	--gray-600: #5D5757;
	--gray-500: #9E9E9E;
	--light-gray: rgba(68, 68, 68, 0.51);

	--primary:#033243;
	--secondary: rgb(68, 68, 68);
	--success: #97ac20;
	--danger: #B82D28;
	--warning: #E0A128;
	--info: #0f529e;
	--light: #9E9E9E;
	--dark: #163D64;

}

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

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

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

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

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

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


@font-face {
	font-family: 'Barlow';
	src: url('../Fonts/Barlow-Bold.eot');
	src: url('../Fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Barlow-Bold.woff2') format('woff2'),
		url('../Fonts/Barlow-Bold.woff') format('woff'),
		url('../Fonts/Barlow-Bold.ttf') format('truetype'),
		url('../Fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	src: url('../Fonts/Barlow-Regular.eot');
	src: url('../Fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Barlow-Regular.woff2') format('woff2'),
		url('../Fonts/Barlow-Regular.woff') format('woff'),
		url('../Fonts/Barlow-Regular.ttf') format('truetype'),
		url('../Fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	src: url('../Fonts/Barlow-Light.eot');
	src: url('../Fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Barlow-Light.woff2') format('woff2'),
		url('../Fonts/Barlow-Light.woff') format('woff'),
		url('../Fonts/Barlow-Light.ttf') format('truetype'),
		url('../Fonts/Barlow-Light.svg#Barlow-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	src: url('../Fonts/Barlow-Medium.eot');
	src: url('../Fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Barlow-Medium.woff2') format('woff2'),
		url('../Fonts/Barlow-Medium.woff') format('woff'),
		url('../Fonts/Barlow-Medium.ttf') format('truetype'),
		url('../Fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	src: url('../Fonts/Barlow-SemiBold.eot');
	src: url('../Fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Barlow-SemiBold.woff2') format('woff2'),
		url('../Fonts/Barlow-SemiBold.woff') format('woff'),
		url('../Fonts/Barlow-SemiBold.ttf') format('truetype'),
		url('../Fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Barlow';
	font-weight: 400;
	line-height: 1.5;
	font-size: 18px;
	color: var(--txt-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 25px 0;
	padding: 0px;
	color: var(--primary);
	font-weight: 500;
	font-family: 'Barlow';
}

h1 {
	font-size: 50px;
		line-height: 1.23;
	margin: 0 0 60px 0;

}

h2 {
	font-size: 45px;
		line-height: 1.25;
	margin: 0 0 45px 0;
}

h3 {
	font-size: 35px;
		line-height: 1.2;
	margin: 0 0 45px 0;
}

h4 {
	font-size: 28px;
	/*	line-height: 32px;*/
	margin: 0 0 30px 0;
}

h5 {
	font-size: 25px;
	/*	line-height: 30px;*/
	margin: 0 0 30px 0;
}

h6 {
	font-size: 20px;
	/*	line-height: 25px;*/
	margin: 0 0 30px 0;
}

p {
	margin: 0 0 25px 0;
	Line-height: 1.5;
	font-size: 22px;
	font-weight: 400;
}

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

a,
a:hover,
a:visited,
a:focus,
img,
input,
textarea {
	outline: none !important;
	text-decoration: none !important;
}
button {
	text-decoration: none !important;
}
textarea.form-control{
	min-height: 299px !important;
}
ul,
ol {
	margin: 0 0 20px 15px;
	padding: 0px;
	Line-height: 1.5;
	font-size: 22px;
	font-weight: 400;
}

ul li,
ol li {
	margin: 0 0 0 15px;
	padding: 0px;
	Line-height: 1.5;
	font-size: 22px;
	font-weight: 400;
}

a {
	color: var(--success);
}

a:hover {
	color: var(--light-sky);
}



.theme-btn, .btn {
	display: inline-block;
	width: auto;
	min-width: 240px;
	height: 48px;
	width: auto;
	-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;
	line-height: 44px;
	border: 2px solid var(--primary);
	text-align: center;
	background: var(--primary);
	color: var(--white-color);
	padding:0 15px;
	border-radius: 0;
	font-weight: 500;
}

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

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

.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(--primary) !important;
	background: var(--primary);
}

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

.header-part.sticky.sticky-fixed {
	position: fixed;
}

.header-top {
	background: var(--header-top);
	color: var(--white-color);
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	position: relative;
	z-index: 100;
}

.header-top a {
	color: var(--white-color);
}

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

.header-top-left ul {
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

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

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

.header-top-inner {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.header-top-left {
	margin-right: auto;
	font-size: 16px;
}
.header-top-left li{
	font-size: 16px;
}
.header-top-left li a{
	font-size: 16px;
	font-weight: 400;
}

.header-top-right {
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

.kontrast-blog,
.font-large {
	margin-right: 49px;
}

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

.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;
	top: -4px;
}
.mr-0{
	margin-right: 0;
}
.language-menu {
	display: flex;
	align-items: center;
	width: auto;
	flex-wrap: wrap;
}

.language-menu-left {
	margin-right: 12px;
}

.language-menu-right {
	position: relative;
}

.language-menu-right img {
	max-width: 24px;
}

.language-menu .language-drop {
	position: absolute;
	top: 100%;
	left: -10px;
	background: var(--light-sky);
	padding: 7px 10px;
	-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);
	display: none;
	min-width: 78px;
	text-transform: uppercase;
}

.language-menu .language-drop li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(187 187 187 / 50%);
}

.language-menu .language-drop li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.language-menu .language-drop .text-muted {
	color: rgba(255, 255, 255, .7) !important;
}

.click-language {
	position: relative;
	padding-right: 18px;
}

.click-language:after {
	background: url('../Images/down-arrow.png') no-repeat center center;
	background-size: 12px auto;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
	content: "";
}

.header-bottom {
	background: url('../Images/header-bg.svg') no-repeat center center;
	background-size: cover;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

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

.logo {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	max-width: 200px;

}

[data-bs-theme=dark] .year-logo .colored-logo{
	display: none;
}
.year-logo{
	margin-left: 30px;
}
/* .year-logo .white-logo{
	display: none;
} */
[data-bs-theme=dark] .year-logo .white-logo{
	display: block;
}


[data-bs-theme=dark] .header-part.sticky.sticky-fixed .logo-sticky .colored-logo{
	display: block;
}
.main-menu-outer {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
}

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

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

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

.main-menu>ul>li .submenu-menu {
	position: absolute;
	top: 100%;
	/* left: -25px; */
	background: var(--light-green);
	padding: 15px 0;
	display: none;
}

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

.submenu-menu li {
	display: block;
}

.submenu-menu li a {
	display: block;
	color: var(--white-color);
	padding: 5px 25px;
}

.main-menu>ul>li>a {
	color: var(--white-color);
	display: block;
	padding: 18px 0;
	position: relative;
}

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

.main-menu>ul>li:hover>a,
.main-menu>ul>li.active>a {
	font-weight: 600;
}

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

.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;
}

.header-part.sticky.sticky-fixed .header-bottom {
	background: var(--white-color);
	box-shadow: 0 3px 6px 0 #00000029;
}

.logo-simple {
	display: block;
}

.logo-sticky {
	display: none;
}

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

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

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

/*.header-part.sticky.sticky-fixed .main-menu > ul > li > a{
	  color: var(--fix-menu-anchor);
	  padding: 13px 0;
  }
  
  .header-part.sticky.sticky-fixed .social-media ul .social-insta a{
	  background: url('../Images/insta-sticky.svg') no-repeat center center;
  }
  
  .header-part.sticky.sticky-fixed .social-media ul .social-twitter a{
	  background: url('../Images/twitter-sticky.svg') no-repeat center center;
  }
  
  .header-part.sticky.sticky-fixed .social-media ul .social-facebook a{
	  background: url('../Images/facebook-sticky.svg') no-repeat center center;
  }
  
  .header-part.sticky.sticky-fixed .social-media ul .social-linked a{
	  background: url('../Images/linked-sticky.svg') no-repeat center center;
  }*/

.header-part.sticky.sticky-fixed .header-top {
	margin-top: -48px;
}

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

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

.footer-top-part {
	background: var(--primary);
	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;

	font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.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;
	font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.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{
	color: var(--white-color);
	    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.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: 34px;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	transition: all .2s;
	-webkit-tap-highlight-color: transparent;
}

.burger::after {
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 150%;
	top: -25%;
	left: -25%;
}

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

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

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

.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(--white-color);
	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: 34px;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
	width: 34px;
	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;
}

.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(--white-color);
	font-size: 16px;
	font-weight: 600;
	margin-right: 8px;
}

.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(--primary);
}

.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(--primary);
}

.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(--primary);
}

.body-hide {
	overflow: hidden;
}

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

.list-icon,
.list-icon li,
ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}

.list-icon,
ul {
	margin-bottom: 25px;
}

.list-icon li,
ul li {
	display: block;
	position: relative;
	padding-left: 25px;
	background: url('../Images/icon1.svg') no-repeat 0 8px;
}

.list-ordered,
.list-ordered li,
ol li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}

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

.list-ordered li:before,
ol li:before {
	counter-increment: listitem;
	content: counters(listitem, '.') '.';
	color: var(--primary);
	margin-right: 5px;

}

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

table tr th {
	color: var(--primary);
	padding: 8px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.40);
	Line-height: 1.5;
	font-size: 22px;
	font-weight: 400;
}

table tr td {
	padding: 8px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.40);
	color: var(--gray-color);
	Line-height: 1.5;
	font-size: 22px;
	font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

/* COMMON STYLE FOR TYPO3 */

.frame-space-before-extra-large {
	padding-top: 100px;
}

.frame-space-after-extra-large {
	padding-bottom: 100px;
}

.frame-space-before-large {
	padding-top: 80px;
}

.frame-space-after-large {
	padding-bottom: 80px;
}

.frame-space-before-medium {
	padding-top: 60px;
}

.frame-space-after-medium {
	padding-bottom: 60px;
}

.frame-space-before-small {
	padding-top: 40px;
}

.frame-space-after-small {
	padding-bottom: 40px;
}

.frame-space-before-extra-small {
	padding-top: 20px;
}

.frame-space-after-extra-small {
	padding-bottom: 20px;
}

.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 .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(--success);
}

.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: 15px;
	margin-bottom: 15px;
}

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

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

.tx-indexedsearch-browsebox li a {
    color: var(--txt-color);
    display: block;
    font-size: 18px;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tx-indexedsearch-browsebox li:hover a,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: var(--theme-color);
}

.tx-indexedsearch-browsebox {
	margin-top: 50px;
	margin-left: 0;
}

#tx_indexedsearch fieldset+p {
	display: none;
}

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

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

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

.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 a{
	color: #fff !important;
}

.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 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 {
	position: absolute;
	left: 0px;
	width: 51%;
	bottom: -1px;
}

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

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

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--success);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.home-slider-box {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-65%);
	-moz-transform: translateY(-65%);
	transform: translateY(-65%);
	z-index: 11;
	display: flex;
	flex-wrap: wrap;
	padding: 60px;
}

.home-slider-box.box-top-side {
	top: 0px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.home-slider-box-inner {
	background: rgba(152, 172, 35, 0.95);
	width: 100%;
	max-width: 472px;
	padding: 50px 40px;
	color: var(--white-color);
	font-size: 22px;
	/*	line-height: 30px;*/
	-webkit-box-shadow: 0px 3px 30px #0000004D;
	-moz-box-shadow: 0px 3px 30px #0000004D;
	box-shadow: 0px 3px 30px #0000004D;
}

.home-slider-box-inner .full-left-curve,
.home-slider-box-inner .full-right-curve {
	display: none;
}

.home-slider-box-inner h2 {
	color: inherit;
	font-size: 50px;
	/*	line-height: 60px;*/
	margin: 0 0 30px 0;
}

.home-slider-box-inner p {
	margin: 0 0 45px 0;
	color: var(--white-color);
}

.home-slider-box-inner .theme-btn .theme-btn-border {
	color: inherit;
}

.home-slider-box-inner .theme-btn .theme-btn-border:hover {
	background: var(--white-color);
	border-color: var(--white-color);
	color: rgb(3, 50, 67);
}

.home-slider-box-inner .theme-btn.theme-btn-white:hover{
	background: var(--white-color) !important;
	border-color: var(--white-color) !important;
	color: rgb(3, 50, 67) !important;
}
.click-arrow {
	position: absolute;
	bottom: 55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	z-index: 11;
}

.home-slider-box.box-bottom-side {
	top: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	bottom: 80px;
}

.home-slider-box.home-slider-box-right .home-slider-box-inner {
	float: right;
}

.home-slider-box.home-slider-box-right {
	justify-content: flex-end;
}

.home-slider-box-center .home-slider-box-inner {
	margin: 0 auto;
}

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

.breadcrumb-section ol,
.breadcrumb-section ol li {
	margin: 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 20px;
}

.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(--light-sky);
	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: 11px;
	position: relative;
	left: -2px;
	display: block;
}

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

#tx_indexedsearch .form-group .input-group {
	align-items: center;
}

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

#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
	max-width: 378px;
	margin: 0 15px;
	font-weight: 700;
	border: 1px solid var(--gray-500);
	height: 48px;
	padding: 0 19px;
	outline: none !important;
	box-shadow: none !important;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
	height: 48px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 18px;
	font-weight: 500;
	background: var(--fix-menu-anchor);
	color: var(--white-color);
	min-width: 138px;
	border: none;
	outline: none !important;
	box-shadow: none !important;
}

.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;
	Line-height: 1.5;
	font-size: 22px;
	font-weight: 400;
}

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

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

.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;
}

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

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

.textpic.textpic-above,
.textpic.textpic-below {
	/*text-align: center;*/
}

.textpic.textpic-right,
.textpic.textpic-above-right,
.textpic.textpic-below-right {
	/*text-align: right;*/
}

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

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

.card-panel-secondary a.theme-btn.theme-btn-border,
.card-panel-secondary a.theme-btn {
	border-color: #707070;
}

.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: #97ac20;
}

.card-panel-success a.theme-btn.theme-btn-border,
.card-panel-success a.theme-btn {
	border-color: #97ac20;
}

.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: #B82D28;
}

.card-panel-danger a.theme-btn.theme-btn-border,
.card-panel-danger a.theme-btn {
	border-color: #B82D28;
}

.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: #E0A128;
}

.card-panel-warning a.theme-btn.theme-btn-border,
.card-panel-warning a.theme-btn {
	border-color: #E0A128;
}

.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: #00519E;
}

.card-panel-info a.theme-btn.theme-btn-border,
.card-panel-info a.theme-btn {
	border-color: #00519E;
}

.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(--gray-500);
}

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

.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: #163D64;
}

.card-panel-dark a.theme-btn.theme-btn-border,
.card-panel-dark a.theme-btn {
	border-color: #163D64;
}

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

.frame-background-secondary {
	background: #97AC20;
	color: #ffffff;
}
.frame-background-primary .nav-tabs, .frame-background-secondary .nav-tabs{
	border-bottom: 0;
}


.frame-background-primary .nav-tabs .nav-link, .frame-background-secondary .nav-tabs .nav-link{
	background: transparent;
	border: none;
	color: var(--white-color);
	padding-left: 0;
	padding-right: 0;
	margin-right: 15px;
	font-size: 28px;
    line-height: 1.5;
}
.frame-background-primary .nav-tabs .nav-link.active, .frame-background-secondary .nav-tabs .nav-link.active{
	color: var(--white-color);
}

.frame-background-primary .tab-content .tab-pane, .frame-background-secondary .tab-content .tab-pane {
	padding: 0;
}
.frame-background-primary .tab-content .tab-pane p, .frame-background-secondary .tab-content .tab-pane 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: #97AC2033;
	border-color: #97AC20;
	color: #97AC20 !important;
}

.accordion-item .accordion-header .accordion-button {
	color: var(--gray-600) !important;
	font-weight: 400;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px !important;
}

.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 .accordion-body {
	padding-top: 30px;
	padding-bottom: 30px;
}

.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(--gray-500);
	font-weight: 500;
	border-radius: 0px !important;
}

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

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

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

.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(--primary);
}

.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;
}


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

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

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

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

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

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

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

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

/***************************
   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 .year:after{
	   content: "";
	   background: url(../Images/arrow-right-1.svg) no-repeat 0 0;
	 position: absolute;
	 width: 28px;
	 height: 38px;
	 right: -12px;
	 top: 0;
  }
  .history-section .projects-timeline .project .year:before{
	   content: "";
	   background: url(../Images/arrow-left.svg) no-repeat 0 0;
	 position: absolute;
	 width: 12px;
	 height: 38px;
	 left: 0;
	 top: 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(--success);
	color: var(--white-color);
	z-index: 2;
}

.history-section .projects-timeline .project.open .year {
	background-color: #4f6881;
	/*	 border-top: 1px solid var(--light-blue-color);
	   border-bottom: 1px solid var(--light-blue-color);*/
	color: var(--white-color);
	height: 36px;
	z-index: 1;
}

/*.history-section .projects-timeline .project.open .year:after{
	   background: url(../Images/arrow-right-with-line.svg) no-repeat 0 0;
	   background-size: 39px 36px;
	   width: 38px;
	   top: -1px;
  }
  .history-section .projects-timeline .project.open .year:before{
	   background: url(../Images/arrow-left-with-line.svg) no-repeat 0 0;
	   background-size: 39px 36px;
	   width: 40px;
	   left: -26px;
	   top: -1px;
  }
  */
.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(--success);
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.history-section .projects-timeline .project .heading-box p {
	font-size: 18px;
	color: var(--success);
	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 {
	min-width: auto;
	color: var(--white-color);
	border: 0;
	border-radius: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	height: auto;
	font-family: 'Barlow';
    font-weight: 400;
	display: inline-flex;
    align-items: center;
}

.font-large .toggle-text-btn.active,
.font-large .toggle-text-btn:active,
.kontrast-blog .btn.active {
	color: var(--success);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	color: var(--success) !important;
}
.font-large .toggle-text-btn.active svg path {
	fill: var(--success);
}

.font-large .toggle-text-btn svg {
	position: relative;
	top: 0;
	margin-left: 5px;
}

.kontrast-blog .btn {
    min-width: auto;
    height: auto;
    color: var(--white-color);
    border: 0;
    border-radius: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Barlow';
    font-weight: 400;
	font-size: 16px;
}

.kontrast-blog .btn span{
	position: relative;
	bottom: -2px;
}

/***************************
  Top Head End
   **************************/

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

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

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

.news-widget-carousel .news-list-item {
	margin: 0 !important;
	padding: 0 !important;
	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: 33px;
	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;
}

.news-widget-carousel .owl-nav .owl-prev {
	background-image: url(../Images/green-arrow-left01.svg) !important;
}

.news-widget-carousel .owl-nav .owl-next {
	background-image: url(../Images/green-arrow-right01.svg) !important;
}

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

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

@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;
	}
}

.c-card {
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
	border: none;
}

.c-card .card-body {
	padding: 30px 30px 40px 30px;
	background: url(../Images/green-arrow-right.svg) no-repeat right 26px bottom 23px;
}

.c-card .card-title {
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 1rem !important;
	color: var(--blue-color1);
	font-size: 35px;
	hyphens: auto;
}

.c-card {
	color: inherit;
}

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


.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(--success);
}

.news-thumb,
.card-thumb {
	height: 265px;
	background-color: var(--light-perrot);
}

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

.news-details .btn-back {
	min-width: inherit;
	padding-left: 40px;
	padding-right: 40px;
}

.news-details figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-details figure figcaption {
	padding-top: 0.25rem;
	font-size: 1rem;
	word-wrap: break-word;
	color: var(--gray-500);
	font-style: italic;
	padding-left: 12px;
	line-height: 1.2;
}

.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 10px;
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination .page-link {
	min-width: 44px;
	height: 44px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #5D5757;
	border-color: #9E9E9E;
	padding: 0 15px;
}

.active>.page-link,
.page-link.active {
	border-color: var(--success);
	background-color: var(--success);
	color: var(--white-color);
}

/***************************
   Blog Page CSS End
   ***************************/


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

/* .project-details .project-sub-title .strong::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--secondary);
	display: inline-block;
	left: 0;
	top:0;
} */

.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%;
}
.outer #thumbs{
	margin-bottom: 50px !important;
}
#big .item .imgbox {
	margin-bottom: 10px;
}

#big .item .imgbox img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	
}

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

#thumbs .item {
	cursor: pointer;
}

#thumbs .item img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
	border: 2px solid transparent;
}

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

#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 End
   **************************/

/***************************
  VOTE NOW! Page CSS Start
   **************************/


.theme-btn.theme-btn-border.btn-green:hover{
	background-color: var(--light-green) !important;
	border-color: var(--light-green) !important;
	color: var(--white-color);
}
.vote-wrapper .main-title {
	margin-bottom: 80px;
}

.vote-wrapper .main-title h1 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 15px;
}

.vote-wrapper .vote-card {
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: 0px 3px 30px #00000029;
}

.vote-wrapper .vote-card .card-img,
.vote-wrapper .vote-card .card-img-top {
	border-radius: 0;
}
.vote-wrapper .vote-card .card-img-top {
	height: 230px;
}

.vote-wrapper .vote-card .card-body {
	padding: 26px 22px 36px 22px;
}

.vote-wrapper .vote-card .card-body .card-subtitle strong {
	color: var(--success);
}

.vote-wrapper .vote-card .card-body .card-title {
	margin-top: 28px;
	margin-bottom: 28px;
	font-size: 35px;
	line-height: 36px;
	color: var(--blue-color1);
}

.vote-wrapper .vote-card .card-body .card-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vote-wrapper .vote-card .card-body .card-buttons {

}
.vote-wrapper .vote-card .theme-btn{
	border-radius: 0;
}

/***************************
  VOTE NOW! Page CSS End
   **************************/


/***************************
  Thank-you-msg Section CSS Start
   **************************/
.thank-you-msg{
	background-color: var(--white-color);
}
.thank-you-msg .thankyou-title {
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 40px;
	color: var(--success);
}

/***************************
  Thank-you-msg Section CSS End
   **************************/

/***************************
  you-have-chosen Section CSS Start
   **************************/
.you-have-chosen .info-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 45px;
	align-items: flex-start;
	justify-content: center;
}

.you-have-chosen .info-box .sub-title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}

.you-have-chosen .info-box .title {
	font-size: 35px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 25px;
}

.you-have-chosen .box-fill {
	background-color: var(--success);
}

.you-have-chosen .box-bordered {
	border: 2px solid var(--success);
	background-color: var(--white-color);
}

.you-have-chosen .box-fill .sub-title,
.you-have-chosen .box-fill .title {
	color: var(--white-color);
}
@media(max-width:767px) {
	.you-have-chosen .card-img-top{
		height: 230px;
	}	
}

@media(min-width:1200px) {
	.you-have-chosen .card-img-top{
		height: 260px;
	}
}

.btn-big-full {
	width: 100%;
	display: block;
	padding: 31px;
	font-size: 35px;
	font-weight: 500;
	line-height: 36px;
	color: var(--white-color);
	text-align: center;
}

.btn-big-full:hover {
	color: var(--white-color);
}

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

.disable {
	background-color: var(--gray-500);
	border-color: var(--gray-500);
}

.text-green {
	color: var(--light-green);
}

/***************************
  You-have-chosen Section CSS End
   **************************/


/***************************
  Submit Idea Section CSS Start
   **************************/
.submit-idea {
	padding-top: 113px;
	padding-bottom: 132px;
	background-color: #163D64;
}

[data-bs-theme=dark] .submit-idea,
[data-bs-theme=dark] .submit-idea h2 {
	background-color: #000000;
	color: #fff;
}

.submit-idea h2 {
	color: var(--white-color);
}

.submit-idea .idea h3 {
	font-size: 28px;
	line-height: 30px;
	color: var(--success);
	margin-bottom: 20px;
}

.submit-idea .idea p {
	color: var(--white-color);
}

/***************************
  Submit Idea Section CSS End
   **************************/

/***************************
  Proposals Section CSS Start
   **************************/
.proposals{
	padding-top: 118px;
	padding-bottom: 116px;
}
.proposals .card-title {
	font-size: 35px;
	line-height: 36px;
	font-weight: 500;
	color: var(--blue-color1);
	margin-bottom: 20px;
	margin-top: 10px;
}

.proposals .card-body .card-subtitle strong {
	color: var(--light-green);
}

.proposals .card {
	border: none;
	border-radius: 0;
	box-shadow: 0px 3px 30px #00000029;
	margin-bottom: 30px;

}

.card-img-top {
	height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.proposals .card .card-img-top {
    height: 260px;
    object-fit: cover;
    border-radius: 0;
}

.proposals .card .card-body {
	padding: 20px;
}

@media(min-width:768px) {
	.proposals .card .card-img-top {
		height: 460px;
	}
	.proposals .card .card-body {
		padding: 30px;
	}
	
}

@media(min-width:992px) {
	.proposals .card .card-img-top {
		height: 310px;
	}
	
}

@media(min-width:1200px) {
	.proposals .card .card-img-top {
		height: 500px;
	}
	
}

/* Comment and like section CSS Start */
.comment-like {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment-like .comments {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	color: var(--secondary) !important;
	position: relative;
	padding-left: 30px;
	text-decoration: none;
}

.comment-like .comments {
	font-weight: 400;
}

@media (min-width:768px) {
	.comment-like .comments {
		margin-bottom: 0;
	}
}

.comments::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	background-image: url(../Images/icon-message.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.likes {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

@media (min-width:768px) {
	.likes {
		margin-top: 0;
	}
}

/* Comment and like section CSS End */


/* Define custom radio appearance Start*/

/* Hide default radio button */
.custom-radio input[type="radio"] {
	display: none;
}

/* Define custom radio appearance*/
.custom-radio label {
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	line-height: 2.1;
}

.custom-radio {
	display: flex;
	align-items: center;
	gap: 25px;
}

/* Custom radio design */
.custom-radio label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.custom-radio .very-sad label::before {
	background-image: url(../Images/very-sad-smiley.svg);
}

.custom-radio .very-sad label.inactive::before {
	content: "";
	background-image: url(../Images/default-very-sad-smiley.svg);
}

.custom-radio .sad label::before {
	background-image: url(../Images/sad-smiley.svg);
}

.custom-radio .sad label.inactive::before {
	content: "";
	background-image: url(../Images/detault-sad-smiley.svg);
}

.custom-radio .happy label::before {
	background-image: url(../Images/happy-smiley.svg);
}

.custom-radio .happy label.inactive::before {
	content: "";
	background-image: url(../Images/default-happy-smiley.svg);
}

/* Show custom radio as checked */
.custom-radio input[type="radio"]:checked+label::before {
	background-color: transparent;
}
.load-wrapper {
	position: absolute;
    width: 50%;
    color:#033243;
    background: rgba(277,277,277,0.8);
    text-align: center;
}

/* Define custom radio appearance End */


/***************************
  Submit Proposals Section CSS Start
   **************************/

.submit-proposal {
	padding-top: 50px;
	padding-bottom: 50px;
}

.submit-proposal .main-title {
	margin-bottom: 80px;
}

.submit-proposal .main-title h1 {
	font-size: 50px;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.form-control,
.submit-proposal .form-select {
	padding: 0.69rem 0.75rem;
	border-radius: 0;
	border: 1px solid var(--gray-500);
}

.submit-proposal h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	color: var(--success);
	margin-bottom: 50px;
}

/***************************
  Submit Proposals Section CSS End
   **************************/

/***************************
  Submit Over Section CSS Start
   **************************/
.submission-over {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: var(--red-color);
}

.submission-over h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}

.submission-over h2,
.submission-over h3,
.submission-over p {
	color: #fff;
}

.spacer-remover .likes {
	padding-bottom: 30px;
	border-bottom: 3px solid var(--txt-color);
}


[data-bs-theme=dark] .submission-over h2,
[data-bs-theme=dark] .submission-over h3,
[data-bs-theme=dark] .submission-over p {
	color: #fff;
}

/***************************
  Submit Over Section CSS End
   **************************/

/***************************
  Write Comment Section CSS Start
   **************************/

.write-comment .container {
	width: auto;
}

@media(min-width:1200px) {
	.write-comment .container {
		width: 1360px;
	}
}

.write-comment h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	color: #3D3D3D;
	margin-bottom: 25px;
}

.write-comment form {
	padding-bottom: 60px;
	border-bottom: 3px solid var(--txt-color);
}

.comment-area {
	padding-top: 50px;
}

.comment-area .heading-comment {
	padding-bottom: 32px;
}

.comment-area .heading-comment h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 4px;
}

.comment-area .heading-comment p {
	margin-bottom: 0;
}

.comment-area .comment-area {
	padding-top: 30px;
	padding-left: 50px;
	border-left: 1px solid var(--txt-color);
}

.answer {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--success);
}

.answer.active {
	color: var(--black-color);
}

.comments-text form {
	padding-bottom: 0;
	border-bottom: 0;
}


.form-control-file::file-selector-button {
	background-color: #E1E6E8;
	border: 1px solid #B9B8B8;
	border-radius: 5px;
}

.form-control-file span {
	font-weight: 700;
}


.send-comments {
	padding-bottom: 40px;
	border-bottom: 3px solid var(--txt-color);
}

.send-comments p {
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 0;
}

/***************************
  Write Comment Section CSS End
   **************************/

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

}

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

.map-section .map-box #map{
	height: 1100px !important;
}
.map-box-bordered{
	min-height: 621px;
	border: 1px solid var(--txt-color);
}
.tx-interactive-participations .spacer-remover .img-wrapper{
	display: block;
    height: 100%;
}

.tx-interactive-participations .spacer-remover .img-wrapper .map-box{
    height: 100%;
}
@media(min-width:768px){
	.tx-interactive-participations .spacer-remover .img-wrapper .map-box #map{
		height: 100% !important;
	}
}

.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=dark] .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(--success);
}

.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(--success);
}

.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;
	padding-top: 36px;
	width: 100%;
}

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

.more-links-wrapper ul li {
	margin-bottom: 24px;
	font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

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

.more-links-wrapper ul li a {
	font-weight: 400;
	color: var(--white-color);
	display: block;
}

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

.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 li {
	font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.main-menu li:hover>ul {
	display: block;
}

.main-menu .submenu-menu li:hover > a, .main-menu .submenu-menu li.active > a{
	font-weight: 600;
}
.main-menu ul li ul ul {
	position: absolute;
	left: 100%;
	top: -15px;
	background: var(--light-green);
	padding: 15px 0;
	display: none;
	min-width: 180px;
}

.submenu-click {
	position: absolute;
	left: 0;
	top: -1px;
	margin: 0;
}

@media (max-width: 991.9px) {
	.main-menu ul li ul ul {
		position: static;
		padding-left: 0;
	}

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

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

	.main-menu li.has-child,
	.main-menu li.has-has-child,
	.main-menu li.has-has-has-child {
		padding-left: 30px;
		display: block !important;
	}

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

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

	.submenu-menu li a {
		padding-left: 0;
	}

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

}

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

.back-link a {
	color: var(--txt-color);
	font-weight: 600;
}

.back-link a:hover {
	color: var(--black-color);
}

.back-link a svg {
	position: relative;
	top: -2px;
}



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

@media (max-width: 767.9px) {
	.kontrast-blog button span {
		display: none;
	}
}


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

[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 {
	color: var(--black-color);
	font-weight: 600;
}


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


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

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

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

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


/*Header*/
[data-bs-theme=dark] .kontrast-blog .btn {
	color: var(--success);
	background: transparent;
}

[data-bs-theme=dark] .font-large .toggle-text-btn {
	color: var(--black-color);
	background: transparent;
}

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

[data-bs-theme=dark] .font-large .toggle-text-btn.active,
[data-bs-theme=dark] .font-large .toggle-text-btn:active,
[data-bs-theme=dark] .font-large .toggle-text-btn.active {
	color: var(--success);
}

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

[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=dark] .header-top {
	background: var(--white-color);
	color: var(--black-color);
}

[data-bs-theme=dark] .header-top a {
	color: var(--black-color);
}

[data-bs-theme=dark] .header-bottom {
	background: var(--black-color);
}

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

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

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

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

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

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


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


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

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

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

/*Cards*/
[data-bs-theme=dark] .card-body {
	color: var(--black-color);
}

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

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

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


/*Home Slider*/
[data-bs-theme=dark] .home-slider-box-inner h2 {
	color: inherit;
}

[data-bs-theme=dark] .home-slider-box-inner .theme-btn.theme-btn-border {
	border-color: var(--white-color) !important;
	color: inherit !important;
}

[data-bs-theme=dark] .home-slider-box-inner .theme-btn.theme-btn-border:hover {
	background: inherit !important;
	color: inherit !important;
}


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

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

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

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


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

[data-bs-theme=dark] .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=dark] .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	background: url('../Images/accordion-icon-down-active-light.svg') no-repeat center center;
}

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


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


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

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

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


[data-bs-theme=dark] .history-section .projects-timeline .project.open .year {
	background-color: #555b60;
}


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


/*****************
Search page start
******************/
#tx-indexedsearch-searchbox-sword{
  width: 445px;
}

.tx-indexedsearch-info-noresult{
  padding-bottom: 100px;
}

.card-search{
  border: 0;
  margin-bottom: 80px;
  background-color: transparent;
}
.card-search .card-body{
  padding: 0;
}
.card-search .card-body h4{
	font-size: 35px;
	line-height: 1.2;
  	margin-bottom: 15px;
  	padding-left: 30px;
	color: var(--blue-color1);
}
@media (min-width: 992px){
	.card-search .card-body h4{
		padding-left: 50px;
	}
}


.card-search .card-body h4 a{
	color: var(--blue-color1);
}
.card-search .card-body h4::before {
    content: "";
    position: absolute;
    width: 37px;
    height: 34px;
    left: 0;
    top: 5px;
    background-image: url(../Images/internetpage.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px){
	.card-search .card-body h4::before {
		content: "";
		width: 27px;
		height: 24px;
		top: 3px;
	}	
}
.card-search p{
	font-size: 18px;
	color: var(--txt-color);
	font-weight: 400;
}
.card-search p strong{
	color: var(--txt-color);
}
.tx-indexedsearch-info-sword{
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 50px 0;
}
.tx-indexedsearch-info-sword + .tx-indexedsearch-browsebox{
  display: none;
}
.tx-indexedsearch-browsebox{
  text-align: right;
  margin-bottom: 100px !important;
}
.tx-indexedsearch-browsebox ul{
  margin: 0;
  padding: 0;
}
.tx-indexedsearch-browsebox ul li{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0 9px;
  list-style: none;
}
.tx-indexedsearch-browsebox ul li a{
  border: 2px solid var(--bs-black);
  padding: 8px 16px;
  font-size: 18px;
}
.tx-indexedsearch-browsebox ul li a:hover, 
.tx-indexedsearch-browselist-currentPage a{
  background-color:var(--bs-black);
  color: var(--bs-white) !important;
}
.tx-indexedsearch-browsebox ul li .hiddenText{
  display: none;
}

@media (max-width: 991px){
  .searchform .form-label{
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0 !important;
  }
  .input-group-{
    width: 100%;
  }

  .card-search .card-body h4{
	font-size: 25px;
	line-height: 1.2;
	}

  #tx-indexedsearch-searchbox-sword{
    width: 100%; 
  }

  .tx-indexedsearch-info-sword, .card-search{
    padding-right:0;
    padding-left: 0;
    font-size: 30px;
  }

  .tx-indexedsearch-info-noresult{
     padding-right:12px;
    padding-left: 12px;
  }


  .searchfrom label {
    white-space: nowrap;
    width: 100%;
    margin-right: 0 !important;
	margin-bottom: 0;
	}
#tx_indexedsearch #tx-indexedsearch-searchbox-sword{
	margin: 0;
}

.tx-indexedsearch-browsebox{
	text-align: left;
  }

}

.searchfrom label {
    white-space: nowrap;
}
.searchfrom .card-search .card-body p strong{
	color:  var(--txt-color);
}

/* .searchfrom label {
    white-space: nowrap;
    width: 100%;
    margin-right: 0 !important;
} */


.tx-indexedsearch-browsebox li{
    background: transparent;
    color: var(--white-color);
}
.tx-indexedsearch-page-selector{
	padding: 10px;
	border:1px solid var(--gray-500);

}
.tx-indexedsearch-page-selector:hover{
	background-color: var(--blue-bg);
	border-color: var(--blue-bg);
	color: var(--white-color);
}
.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage .tx-indexedsearch-page-selector {
	background-color: var(--blue-bg);
    color: var(--white-color);
	border-color: var(--blue-bg);
}
.hiddenText{
	display: none;
}

.search-keyword{
	margin-top: 79px;
	margin-bottom: 59px;
}
/*****************
Search page end
******************/

.project-logos{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.project-logos .logo-col {
    width: 180px;
    height: 130px;
    padding: 20px;
    background: #fff;
    margin-right: 13px;
    margin-bottom: 13px;
	display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width:992px){
	.project-logos .logo-col {
		width: 240px;
		height: 180px;
		padding: 30px;
	}
}

div#kontaktformular-1383 {
	padding: 30px 50px;
	border: 3px;
	border-color: rgb(151, 172, 32);
	border-style: solid;
	font-size: 24px;
	color: rgb(151, 172, 32);
	}
