:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --header-txt: #033243;
  --txt-color: #707070;
  --gray-color: #707070;
  --header-top:#f9f9f9;
  --light-sky:#267CAA;
  --light-green:#75a75a;
  --fix-menu-anchor:#06213B;
  --perrot-color: #97AC20;
  --red-color: #B82B27;
  --light-perrot:#98AC23;
  --pink-color: #FF4B5A;
  --blue-color:#0473ba;
  --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);

}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-Medium.eot');
    src: local('../Fonts/DINNextLTPro-Medium'),
        url('../Fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-Medium.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-Medium.woff') format('woff'),
        url('../Fonts/DINNextLTPro-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-Light.eot');
    src: local('../Fonts/DINNextLTPro-Light'),
        url('../Fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-Light.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-Light.woff') format('woff'),
        url('../Fonts/DINNextLTPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-Heavy.eot');
    src: local('../Fonts/DINNextLTPro-Heavy'),
        url('../Fonts/DINNextLTPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-Heavy.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-Heavy.woff') format('woff'),
        url('../Fonts/DINNextLTPro-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-Black.eot');
    src: local('../Fonts/DINNextLTPro-Black'),
        url('../Fonts/DINNextLTPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-Black.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-Black.woff') format('woff'),
        url('../Fonts/DINNextLTPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-Bold.eot');
    src: local('../Fonts/DINNextLTPro-Bold'),
        url('../Fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-Bold.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-Bold.woff') format('woff'),
        url('../Fonts/DINNextLTPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-Regular.eot');
    src: local('../Fonts/DINNextLTPro-Regular'),
        url('../Fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-Regular.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-Regular.woff') format('woff'),
        url('../Fonts/DINNextLTPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../Fonts/DINNextLTPro-UltraLight.eot');
    src: local('../Fonts/DINNextLTPro-UltraLight'),
        url('../Fonts/DINNextLTPro-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/DINNextLTPro-UltraLight.woff2') format('woff2'),
        url('../Fonts/DINNextLTPro-UltraLight.woff') format('woff'),
        url('../Fonts/DINNextLTPro-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


body{
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 18px;
	color: #424540;
	font-weight: 400;
	line-height: 30px;
	font-family: 'DIN Next LT Pro';
}
body,
	html {
	    height: 100%;
	    -moz-osx-font-smoothing: grayscale;
	}

h1 , h2 , h3 , h4 , h5 , h6{
	margin: 0 0 25px;
	padding: 0;
	letter-spacing: 0;
	font-weight: 500;
	color: #0073ba;
}

h1{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0073ba;

}

h2{
	font-size: 29px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0073ba;
}

h3{
	font-size: 26px;
	font-weight: bold;
	color: #0073ba;
}

h4{
	font-size: 26px;
	font-weight: 400;
	color: #0073ba;
}

h5{
	font-size: 18px;
	font-weight: 400;
	color: #505154;
}

h6{
	font-size: 20px;
}

p{
	margin: 0 0 1rem 0;
}

img{
	max-width: 100%;
	height: auto;
}

a , a:hover , a:visited , a:focus , img , button , input , textarea{
	outline: none !important;
	text-decoration: none !important;
}

ul , ol {
	margin: 0 0 20px 15px;
	padding: 0px;
}

ul li , ol li{
	margin: 0 0 0 15px;
	padding: 0px;
}

a{
	color: var(--light-green);
}
a,
a:active,
a:focus,
a:hover,
a:hover h5,
a:hover span,
a:hover p {
	color: rgb(142, 193, 63);
	text-decoration: none;
}

a:hover{
	color: var(--light-green);
}
@media only screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
}
/*New Added CSS start*/
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .frame-container {
	    max-width: 1200px;
	}
}
@media only screen and (max-width: 1199px){
	.container, .frame-container {
    	max-width: 100%;
	}
}


[class*='col-']{
	position: relative;
}
.row{
	--bs-gutter-x: 2.5rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	--bs-gutter-x: 2.5rem;
}
.title {
    font-size: 40px;
    line-height: 53px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title:before {
    position: absolute;
    background: rgba(6,119,189,1);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(6,119,189,1)),color-stop(90%,rgba(18,171,217,1)),color-stop(100%,rgba(143,193,63,1)));
    background: linear-gradient(to right,rgba(6,119,189,1) 0%,rgba(18,171,217,1) 90%,rgba(143,193,63,1) 100%);
    width: 1000px;
    content: '';
    height: 4px;
    left: 0;
    margin-left: -1000px;
    top: 20px;
}

.das img {
    width: 35%;
}
.das p {
    font-weight: bold;
    word-break: break-word;
}

@media only screen and (max-width: 991px) {
	.title:before {
		display: none;
	}
	.title, #c243 h2, .sub-title, .frame-header h2.element-header {
    	font-size: 30px;
		line-height: 1.2;
	    margin-bottom: 1rem;
	}
	.das img {
    	width: 25%;
	}
	.das p {
	    letter-spacing: 0.5px;
	    font-size: 14px;
	    font-weight: normal;
	}
}

@media only screen and (max-width: 575px){
	.title, #c243 h2, .sub-title, .frame-header h2.element-header {
	    font-size: 25px;

	}
}

/*New Added CSS End*/

/*Imp Informationen Start*/
.alert-message{
	background-color: #e72c25;
	margin-top: 25px;
	padding: 10px 0px;
	top: 91px;
	z-index: 101;
}
.alert-message img {
    width: 6px;
}
.alert-message p {
    margin: 0 15px;
    font-size: 16px;
    color: #fff;
}
.alert-message p a{
	color: #ffffff;
	text-decoration: underline;
}
@media (max-width: 991px){
	.alert-message{
		margin-top: 40px;
    	top: 70px;
	}
}
@media (max-width: 768px){
	.alert-message{
		margin-top: 70px;
    	top: 40px;
	}
	.alert-message p {
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 330px){
	.alert-message{
		margin-top: 90px;
    	top: 40px;
	}
}
/*Imp Informationen Start*/


/*Mask Banner Start*/

.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 0;
}
.inner-banner.new-inner-banner {
    padding: 0;
    position: relative;
}
.inner-banner.new-inner-banner .banner-image-layer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 500px;
    max-height: calc(100vh - 150px);
}
.inner-banner.new-inner-banner .banner-inner-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 200px;
}
.inner-banner h1, .inner-banner h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.82);
}
.inner-banner.new-inner-banner .banner-inner-caption h1, .inner-banner.new-inner-banner .banner-inner-caption h2 {
    font-weight: normal;
}
.inner-banner.new-inner-banner .banner-inner-caption h1 {
    font-weight: 500;
}
.inner-banner.new-inner-banner .banner-inner-caption h2 {
    font-weight: 300;
}
@media only screen and (max-width: 991px){
	.inner-banner h1, .inner-banner h2 {
	    font-size: 40px;
	    line-height: 45px;
	}
}
@media only screen and (max-width: 768px){
	.inner-banner.new-inner-banner {
    	margin-top: 70px;
	}
	.inner-banner.new-inner-banner .banner-image-layer > img {
    	min-height: 350px;
	}
}

@media only screen and (max-width: 575px){
	.inner-banner h1, .inner-banner h2 {
    	font-size: 25px;
    	line-height: 30px;
	}
}
@media only screen and (max-width: 1199px){
	.inner-banner.new-inner-banner .banner-inner-caption {
		transform: translate(-50%,-50%);
		bottom: auto;
		margin-bottom: 0;
		top: 50%;
	}
	.inner-banner h1, .inner-banner h2 {
		margin: 0;
	}
}
/*Mask Banner End*/

/* Mask Linkboxen Start */

.linkboxen__listitem {
    background: #0073B9;
    margin-bottom: 21px;
}
.linkboxen__listitem__link {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    justify-content: center;
    padding: 24px 15px;
    color: #fff;
	align-items: center;
}
.linkboxen__listitem {
    background: #0073B9;
    margin-bottom: 21px;
}
.linkboxen__listitem__link {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    justify-content: center;
    padding: 24px 15px;
    color: #fff;
}
.linkboxen__listitem__link {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    justify-content: center;
    padding: 24px 15px;
    color: #fff;
}
.linkboxen__listitem__icon__img {
    margin-right: 15px;
    max-width: 40px;
    max-height: 37px;
    object-fit: contain;
}
/* .frame {
    padding-top: 0 !important;
} */
.linkboxen__listitem__link:hover {
    color: #fff;
}

@media only screen and (max-width: 767px){
	.linkboxen__listitem__link {
		padding: 18px 15px;
		font-size: 17px;
	}
	.linkboxen__listitem__icon__img {
		margin-right: 10px;
		max-width: 28px;
		max-height: 24px;
	}
}
/* Mask Linkboxen End */

/* Mask bildbox Start */
.teaserboxen-card {
    width: 100%;
}
.teaserboxen-card .teaserboxen-img {
    height: calc(100% - 52px);
}
.teaserboxen-card .teaserboxen-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.frame-header h2.element-header {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0677be;
}
@media only screen and (max-width: 991px) {
	.title, #c243 h2, .sub-title, .frame-header h2.element-header {
		font-size: 25px;
		margin-top: 0;
	}
}
/* Mask bildbox End */

/* Mask iconbox ehem teaserbox beliebig farbig start */
.services.teaserbox {
    margin-top: 15px;
}
.teaserbox {
    margin: 0px;
}
.services {
    margin-top: -7rem;
    position: relative;
    z-index: 99;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
}
.services .card {
    border: 0px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.18),0 10px 10px rgba(0,0,0,0.04);
    height: 100%;
	border-radius: 0;
}
/* .services .card img {
    width: 15%;
    margin: 0 auto;
    height: 45px;
} */
.services .card h5 {
    margin: 15px 0px;
}
@media only screen and (max-width: 991px) {
	.services .card {
		height: 100%;
	}
}
/* Mask iconbox ehem teaserbox beliebig farbig end */

/* Mask vorteilsliste start */
.calltoaction {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
}
.calltoaction h2 {
    font-size: 29px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.calltoaction h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.calltoaction .btn {
    display: flex;
    width: 100%;
    background-color: transparent;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    border-color: #fff;
    font-weight: bold;
    font-size: 18px;
	padding: 10px;
	line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	vertical-align: middle;
    user-select: none;
}
.calltoaction .btn:hover {
    background-color: #8fc13f;
    color: #fff;
	border: 1px solid #8fc13f;
}
ul.list-normal {
    list-style: disc;
	margin-bottom: 1rem;
	padding-left: 40px;
	margin: 0;
}
@media only screen and (max-width: 991px) {
	.calltoaction h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.calltoaction h5 {
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 575px) {
	.calltoaction h2 {
		margin-bottom: 0;
	}
	.calltoaction h5 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 1rem;
	}
}
/* Mask vorteilsliste end */

/* Mask fortschrittsbalken start */
.cssProgress {
    width: 100%;
    margin-bottom: 20px;
}

.cssProgress .cssProgress-label2, .cssProgress .cssProgress-labelname {
    display: block;
    margin: 5px 0;
    padding: 0 8px;
    text-align: right;
    font-size: 26px;
    color: #0677be;
    font-weight: bold;
}
.cssProgress .cssProgress-labelname {
    padding-left: 0px;
}

.cssProgress .progress1, .cssProgress .progress2, .cssProgress .progress3 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.progress1, .progress2, .progress3 {
    background-color: #EEE;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
}
.cssProgress .cssProgress-bar {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right,rgba(6,119,189,1) 0%,rgba(18,171,217,1) 49%,rgba(143,193,63,1) 100%);
    box-shadow: inset 0px -1px 2px rgba(0,0,0,0.1);
    transition: width 0.8s ease-in-out;
}
.progress1 .cssProgress-bar, .progress2 .cssProgress-bar, .progress3 .cssProgress-bar {
    height: 10px;
}
@media only screen and (max-width: 991px) {
	.cssProgress .cssProgress-label2, .cssProgress .cssProgress-labelname {
		margin-bottom: 10px;
	}
	.contact-person .card-header h4, .contact-person .card-header h5, .buttonBlau .btn, .buttonwei .btn, .cssProgress .cssProgress-label2, .cssProgress .cssProgress-labelname, .bg-color-cta-two .btn, .sechs .list h6 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	.cssProgress .cssProgress-label2, .cssProgress .cssProgress-labelname {
		font-size: 20px;
	}
}
/* Mask fortschrittsbalken end */

/* Mask kontaktbox start*/
.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}
.contact-person .card-header h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.contact-person .card-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #96be16;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.contact-person .card-body ul li {
    display: flex;
    align-items: self-start;
    margin-bottom: 1rem;
}
.contact-person .card-body ul li img {
    width: 30px;
    margin-right: 1rem;
}
@media only screen and (max-width: 991px) {
	.contact-person .card-header h4, .contact-person .card-header h5, .buttonBlau .btn, .buttonwei .btn, .cssProgress .cssProgress-label2, .cssProgress .cssProgress-labelname, .bg-color-cta-two .btn, .sechs .list h6 {
		font-size: 16px;
	}
	.kontaktliste .card-body ul li, .kontaktliste .card-body ul li strong, .wir-section ul li, .kontaktliste .card-header ul li p, .kontaktliste .card-header ul li span, .contact-person .card-body ul li {
		font-size: 15px;
	}
}
/* Mask kontaktbox end*/
/* Mask card-horizontal start */
.title.text-blue.mb-5 {
    margin-bottom: 0 !important;
}
.list-karriere {
    height: auto;
    position: relative;
    overflow: hidden;
}
.list-karriere:hover {
    box-shadow: 0 3px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.list-karriere img {
    width: 100%;
}
.list-karriere img {
    height: auto !important;
}
.list-karriere h4 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.text-dark-gray {
    color: #494d50;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.btn, .cc-btn {
    display: inline-block;
    font-weight: 400;
    color: #2b2b2b;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn {
    background-color: #fff;
    border: 1px solid #8fc13f;
    color: #0677be;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.btn:hover {
    background-color: #8fc13f;
    border: 1px solid #8fc13f;
    color: #fff;
}
.list-karriere .btn {
    border-color: #0378bd;
    background-color: transparent;
}
.list-karriere .btn:hover {
    background-color: #8fc13f;
    border-color: #8fc13f;
	color: #fff;
}
@media only screen and (max-width: 575px) {
	.list-karriere .btn {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.list-karriere .btn {
		width: 100%;
	}
}
/* Mask card-horizontal End */

/* Mask Banner Kopfbanner Start */

.frame-header h2.element-header:before {
    position: absolute;
    background: rgba(6,119,189,1);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(6,119,189,1)),color-stop(90%,rgba(18,171,217,1)),color-stop(100%,rgba(143,193,63,1)));
    background: linear-gradient(to right,rgba(6,119,189,1) 0%,rgba(18,171,217,1) 90%,rgba(143,193,63,1) 100%);
    width: 1000px;
    content: '';
    height: 4px;
    left: 0;
    margin-left: -1000px;
    top: 20px;
}
.frame-type-header .frame-header *:last-child {
    margin-bottom: 0;
}
.inner-banner h2 {
    font-weight: 300;

}
.video-wrapper video {
    width: 100% !important;
    height: auto;
}
@media (max-width: 1880px) {
	.video-wrapper video {
		width: auto !important;
		height: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.video-wrapper {
		width: auto !important;
		height: 346px;
		overflow: hidden;
	}
	.video-wrapper video {
		width: auto !important;
		height: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.video-wrapper {
		width: auto !important;
		height: 204px;
		overflow: hidden;
	}
	.video-wrapper video {
		width: auto !important;
		height: 100%;
		margin: 0 auto 0 -50%;
	}
	.video-wrapper .container {
		padding: 6rem 0 3rem 0 !important;
	}
}
/* Mask Banner Kopfbanner End */

.client-logo .img-slide {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.client-logo .img-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.theme-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(--header-txt);
	text-align: center;
	background: var(--header-txt);
	color: var(--white-color);
	padding: 0 15px;
}

.theme-btn.theme-btn-border{
	background: transparent;
	color: var(--header-txt);
}

.theme-btn.theme-btn-border:hover{
	background: var(--header-txt);
	color: var(--white-color);
}

.theme-btn:hover{
	background: transparent;
	color: var(--header-txt);
}

.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: relative;
	z-index: 999;
	width: 100%;
	left: 0px;
	top: 0px;
}
.header-part .container{
	max-width: 1500px;
}

.header-part.sticky.sticky-fixed{
	position: fixed;
}

.header-top{
	background: var(--header-top);
	color: var(--blue-color);
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	position: relative;
	z-index: 100;
}

.header-top a{
	color: var(--blue-color);
	font-size: 18px;
	line-height: 30px;

}

.header-part ul, .header-part ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
.second-nav {
    width: 25%;
	border-right: 1px solid #0473ba;
}
.second-nav:last-child {
	border: none;
}
.second-nav > a{
	font-weight: 700 !important;
	pointer-events: none !important;
}
.header-part ul li.second-nav img{
	display: none;
	height: 200px;
	object-fit: cover;
}


@media(min-width:992px){
	.main-menu .submenu-menu{
		padding-right: 0;
		padding-left: 0;
	}
	.header-part ul li.second-nav a.cursor-default{
		margin-top: 30px;
	}
	.header-part ul li.second-nav img{
		display:block;
		height: 200px;
		object-fit: cover;

	}
	.header-part ul li.second-nav{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.header-part ul li.second-nav:first-child{
		padding-left: 0 !important;
	}
	.header-part ul li.second-nav:last-child{
		padding-right: 0 !important;
	}
}

.header-top-left ul{
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

.header-top-left ul li{
	margin-right: 5px; /* 35px */
}

.header-top-left ul li:last-child{
	margin-right: 0;
}

.header-top-left .btn{
	background: transparent !important;
}

.header-top-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.header-top-left{
	margin-right: auto;
	font-size: 16px;
}

.header-top-right{
	display: flex;
	width: auto;
	flex-wrap: wrap;
}

.kontrast-blog , .font-large{
	margin-right: 5px;
}

.kontrast-blog img , .font-large img{
	margin-right: 5px;
	margin-top: -2px;
}

.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: -2px;
}

.font-large .btn, .kontrast-blog .btn{
	width: auto;
}

.language-menu {
	display: flex;
	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: #fff;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 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;
	justify-content: space-between;
}

.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: 205px;
	margin-right: 40px;
}

/* .main-menu-outer{
	display: flex;
	width: auto;
	flex-wrap: wrap;
	align-items: center;
} */
.header-bottom-inner { position: relative; }
.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: 0px;
	position: inherit;
}

.main-menu > ul > li .submenu-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	width: 100%;
}

.main-menu > ul > li:hover > .submenu-menu{
	display: block;
}

.submenu-menu li{
	display: block;
}

.submenu-menu li a{
	display: block;
	color: var(--blue-color);
	padding: 0;
	font-size: 14px;
}


.main-menu > ul > li > a{
	color: var(--blue-color);
	display: block;
	padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    text-transform: uppercase;
	position: relative;
	padding-right: 1rem;
    padding-left: 1rem;
	font-size: 18px;
}

.main-menu > ul > li > a::after{
	/* font-weight: 600;
	display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden; */
	position: absolute;
    background-color: #0473ba;
    width: 1px;
    height: 25px;
    top: 42px;
    right:0px;
	content: '';

}

.main-menu > ul > li:last-child a:after {
	display: none;
}

.main-menu > ul > li:hover > a , .main-menu > ul > li.active > a{
	color: rgb(142, 193, 63);
}

.main-menu > ul > li.active > a::before{
	background: var(--light-green);
	position: absolute;
	bottom: 0px;
	left: 16px;
	width: calc(100% - 32px);
	height: 2px;
	content: "";
}
.main-menu > ul > li a:hover::before {
	background: var(--light-green);
	position: absolute;
	bottom: 0px;
	left: 16px;
	width: calc(100% - 32px);
	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(--blue-color);
	padding: 20px 0;
}
@media (min-width: 992px) {
.header-part.sticky.sticky-fixed .main-menu > ul > li > a::after {
	top: 22px;
}
}

/*.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: 0px;
}

/* .main-part{
	min-height: 1200px;
} */

.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;
	justify-content: center;
}
@media(min-width:768px){
	.footer-part li a{
		justify-content: start;
	}
}
.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: 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: rgba(0, 0, 0, 0.5);
  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: rgba(0, 0, 0, 0.5);
	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(--header-txt);
}

.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(--header-txt);
}

.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(--header-txt);
}

.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;
}

.list-icon, ul{
	margin-bottom: 25px;
}

.list-icon li, ul li{
	list-style: disc;
}

.list-ordered , .list-ordered li, ol li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.list-ordered, ol{
	margin-bottom: 25px;
	counter-reset: listitem;
}

.list-ordered li:before, ol li:before{
    counter-increment: listitem;
  	content: counters(listitem, '.') '.';
    color: var(--header-txt);
    margin-right: 5px;
}

table{
	width: 100%;
	margin-bottom: 25px;
}

table tr th{
	color: var(--header-txt);
	padding: 8px 0;
	border-bottom: 1px solid rgba(112,112,112,0.40);
}

table tr td{
	padding: 8px 0;
	border-bottom: 1px solid rgba(112,112,112,0.40);
	color: var(--gray-color);
}

.scroll-top:active, .scroll-top:focus, .scroll-top:hover{
	background-color: var(--perrot-color);
}

.file-link , .page-link-show , .external-link , .telefon-link , .email-link{
	font-weight: 500;
	color: var(--perrot-color);
	position: relative;
}

.file-link:hover , .page-link-show:hover , .external-link:hover , .telefon-link:hover , .email-link:hover{
	color: var(--perrot-color);
	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*/
#tx_indexedsearch .form-group .input-group{
	align-items: center;
}

#tx_indexedsearch .form-group .input-group label{
	margin: 0px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-sword{
	border: 1px solid var(--gray-500);
	height: 48px;
	padding: 0 19px;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit{
	height: 48px;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	background: var(--fix-menu-anchor);
	color: #0677be;
	background-color: #fff;
    border: 1px solid #8fc13f;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-width: 300px;
}

#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit:hover {
    background-color: #8fc13f;
    border: 1px solid #8fc13f;
    color: #fff;
}
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: 0;
    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: 25px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #0677be;
}

.tx-indexedsearch-res h3 {
	font-weight: 400;
}

.tx-indexedsearch-res h3 span{
    vertical-align: middle;
    font-size: 26px;
}

.tx-indexedsearch-res .tx-indexedsearch-title a{
    color: rgb(142, 193, 63);
}
.tx-indexedsearch-res .tx-indexedsearch-title a:hover, .tx-indexedsearch-res .tx-indexedsearch-title a:focus{
	color: rgb(142, 193, 63);
}

.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;
}

.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;
}

.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;
} */

#tx_indexedsearch fieldset + p{
    display: none;
}

/* .tx-indexedsearch-searchbox {
    margin-bottom: 50px;
} */

.tx-indexedsearch-description {
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}
.tx-indexedsearch-info-sword-string p, .tx-indexedsearch-browsebox p{
	font-size: 18px;
	line-height: 1.5;
}
/* .tx-indexedsearch-res {
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
} */

.form-control:focus {
    color: #102941;
    background-color: #fff;
    border-color: #004263 !important;
    outline: 0;
    box-shadow: none;
}

.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%;
	height: 100%;
    position: absolute;
}

.full-screen-video video{
	width: 100%;
	height: 100%;
/*	min-height: 1050px;*/
	object-fit: cover;
	object-position: center;
}

.full-slide-img{
	width: 100%;
	height: 100%;
/*	min-height: 1050px;*/
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	object-fit: cover;
	object-position: 80% center;
}


.full-right-curve{
	position: absolute;
	right: 0px;
	width: 51%;
	bottom: 0px;
	display: none;
}

.full-right-curve img{
	width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--perrot-color);
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}



.search-title{
	color: var(--fix-menu-anchor);
	font-size: 50px;
	line-height: 65px;
	font-weight: 500;
	margin-bottom: 55px;
}
.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;
}

.frame a[class=""], .frame a:not([class]) {
	color: rgb(142, 193, 63);
}

/* .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;
}



.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;
}

.accordion-header{
	margin: 0px;
}

.accordion-button:focus{
	box-shadow: none !important;
}
.accordion{
	--bs-accordion-border-width: 0;
}
.accordion-item .accordion-header{
	position: relative;
}
.accordion-item .accordion-header::after {
	position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 5px;
    top: 7px;
    border-radius: 50%;
    border: 1px solid #0378bd;
	z-index: 100;
}
.accordion-item .accordion-header:hover:after {
	border-color: #FFF;
}
.accordion-item .accordion-header::before {
	position: absolute;
    content: "";
    height: 7px;
    width: 14px;
    left: 12px;
    top: 15px;
    transform: rotate(-45deg);
    border: 1px solid #0378bd;
    border-top: 0;
    border-right: 0;
	z-index: 100;
}

.accordion-item .accordion-header .accordion-button{
	width: 100%;
    font-size: 16px;
    font-weight: 300;
    border: 0px;
    box-shadow: none;
    border-top: 1px solid #0378bd;
    border-bottom: 1px solid #0378bd;
    color: #0378bd;
	border-radius: 0 !important;
	padding-left: 50px;
	padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
	transition: none;
	font-family: 'DIN Next LT Pro';
}
.accordion-item .accordion-header:hover .accordion-button{
	background: rgba(6, 119, 189, 1);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6, 119, 189, 1)), color-stop(49%, rgba(18, 171, 217, 1)), color-stop(100%, rgba(143, 193, 63, 1)));
	background: linear-gradient(to right, rgba(6, 119, 189, 1) 0%, rgba(18, 171, 217, 1) 49%, rgba(143, 193, 63, 1) 100%);
	color: #ffffff;
	position: relative;
	text-decoration: none;
}

.accordion-item .accordion-header .accordion-button:after{
	content: "";
	top: 15px;
	right: 10px;
	margin-left: 0px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 2px solid #0378bd;
	border-bottom: 2px solid #0378bd;
	display: inline-block;
	position: absolute;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	background-image:none !important;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed){
	background-color: #FFF;
}
.accordion-item .accordion-header:hover::before {
	border-color: #FFF;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed):after{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-color: 0378bd;
}
.accordion-item .accordion-header:hover .accordion-button:after,
.accordion-item .accordion-header:hover .accordion-button:not(.collapsed):after{
	border-color:#FFF;
}

.accordion-item .accordion-body {
	padding: 40px 65px 40px 65px;
}

.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;
}
.accordion-item{
	margin-top: -1px;
}
.accordion-item p{
	font-size: 18px;
    color: #494d50;
    margin-bottom: 0.5rem;
	font-weight: 400;
    line-height: 30px;
}



.nav-tabs .nav-link {
	font-size: 22px;
	color: var(--gray-500);
	font-weight: 500;
	border-radius: 0px !important;
}

.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: 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(--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;
}


.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(--perrot-color);
	 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(--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{
	color: #515254;
	border: 0;
	border-radius: 0;
  line-height: 1;
	margin: 0;
	padding: 0;
}
.font-large .toggle-text-btn.active, .font-large .toggle-text-btn:active, .font-large .toggle-text-btn.active{
	color: var(--perrot-color);
}
.font-large .toggle-text-btn.active svg path{
	fill: var(--perrot-color);
}
.font-large .toggle-text-btn svg{
	position: relative;
	top: -1px;
}

.kontrast-blog .btn{
	color: #515254;
	border: 0;
	border-radius: 0;
  line-height: 1;
	margin: 0;
	padding: 0;
}

/***************************
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;
}
.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(--perrot-color);
}

.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(--perrot-color);
	background-color:var(--perrot-color);
	color: var(--white-color);
}
/***************************
 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
 **************************/

@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(--perrot-color);
}
[data-bs-theme=dark] .font-large .toggle-text-btn{
	  color:var(--black-color);
}
[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(--perrot-color);
}
[data-bs-theme=dark] .font-large .toggle-text-btn.active svg path{
	fill: var(--perrot-color);
}

[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);
}

/*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);
}






/*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 .year:after{
	background-image: url(../Images/arrow-right-1-dark.svg);
}
[data-bs-theme=dark] .history-section .projects-timeline .project .year:before{
	background-image: url(../Images/arrow-left-dark.svg);
}*/
[data-bs-theme=dark] .history-section .projects-timeline .project.open .year{
	background-color:#555b60;
}
/*[data-bs-theme=dark] .history-section .projects-timeline .project.open .year:before{
	background-image: url(../Images/arrow-left-with-line-dark.svg);
}
[data-bs-theme=dark] .history-section .projects-timeline .project.open .year:after{
	background-image: url(../Images/arrow-right-with-line-dark.svg);
}
*/

/***************************
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=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(--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;
	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;
}
.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;
    overflow: scroll;
    height: 100vh;
	z-index: 10;
}
.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:hover > ul{
  	display: block;

  }
  /* .main-menu ul li ul ul{
  	position: absolute;
  	left: 100%;
  	top: 0;
  	background: var(--light-green);
  	padding: 15px 0;
  	display: none;
  	min-width: 180px;
  } */

  .submenu-click{
  	position: absolute;
    right: 0;
    top: 4px;
    margin: 0;
	z-index: 9;
  }

  @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: 0px;
  		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
 ********************************/
 .right-link ul li:first-child a:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.51 23.51'%3e%3ctitle%3eAsset 1%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath d='M11.76,23.51A11.76,11.76,0,1,0,0,11.76,11.75,11.75,0,0,0,11.76,23.51' style='fill:%238ec13f'/%3e%3cpath d='M13,10.08a2.79,2.79,0,0,1-.61,1.74,2.93,2.93,0,0,1-.7.61,2.71,2.71,0,0,1-1.46.42A2.78,2.78,0,1,1,13,10.08m4.29,7.26a1.08,1.08,0,0,0,0-1.53l-3.5-3.42a4.23,4.23,0,1,0-3.54,1.92,4.16,4.16,0,0,0,1.92-.47l3.61,3.52a1.07,1.07,0,0,0,.76.31,1.06,1.06,0,0,0,.77-.33' style='fill:%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    width: 16px;
    height: 16px;
    left: -25px;
    right: auto;
    background-size: cover;
    top: 7px;
    position: absolute;
}
.right-link b a {
    color: #0973ba;
}
.header_navi_accessibility ul li {
    position: relative;
    font-size: 16px;
	color: #96be1f;
}
.right-link ul li a {
    color: #96be1f;
	padding-left: 8px;
	padding-right: 8px;
}
 .kundenportal_btn.nav-link {
    background-color: #8ec13f;
    color: #fff;
	border: 1px solid #96be1f;
    padding-left: 3rem ;
    position: relative;
    /* padding-top: 0.5rem ; */
    /* padding-bottom: 0.5rem ;*/
	padding-right: 1rem;
	font-size: 18px;
	font-weight: 400;
	height: 50px;
	display: inline-flex;
	align-items: center;
}
.kundenportal_btn.nav-link:hover {
	background-color: transparent;
	color: #0473ba;
}
.kundenportal_btn.nav-link::after {
    background-image: url('../Images/user_icon.png');
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    background-position: 0px 0px;
    background-size: 23px;
    position: absolute;
    left: 17px;
    top: 11px;
}
.kundenportal_btn.nav-link:hover:after {
    background-position: 0px 24px;
}

.main-menu .submenu-menu li a:hover, .main-menu .submenu-menu li a:active, .main-menu .submenu-menu li a.active{
	background: transparent;
	color: #96be1f;
}
.main-menu .submenu-menu li a:hover::before {
	content: none;
}
.submenu-menu .cursor-default { font-size: 16px; font-weight: 500; color: #0473ba; }
.submenu-menu .cursor-default:hover {
	color: #0473ba;
}


	.main-menu .submenu-menu {
		/* height: 100vh; */
		height: 740px;
		overflow: auto;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 15px;

	}
	.d-close {
		color: #0473ba;
		position: absolute;
		right: 30px;
		opacity: 1;
		font-size: 2rem;
		top: 2rem;
		cursor: pointer;
	}
	.d-close:hover {
		color: #000;
		opacity: 0.75;
	}
	.main-menu .main-sub {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
	}
	.main-menu .second-nav .dropdown-menu {
		position: relative;
		display: block;
		height: auto;
		padding: 0px;
		top: 0px;
		background-color: transparent;
		margin-top: 1rem;
		border: none;
    	box-shadow: none;
	}

/* footer css start*/
.footer-part{
	font-family: 'DIN Next LT Pro';
	font-weight: 400;
}

.footer-part{
	background: url("../Images/footer-background-mobile.png") no-repeat center center;
	background-size: cover;
}
.footer-part .footer-top{
	padding: 4rem 0rem 4rem 0;
	color: #FFF;
}

@media only screen and (min-width: 768px){
	.footer-part{
		background: url("../Images/NORDWASS_23_21901_Footer_Webseite_1920x350px.jpg") no-repeat center center;
		background-size: cover;
	}

	.footer-part .footer-top{
		padding: 70px 0;
		background: url("../Images/NORDWASS_23_21901_Footer_Webseite_1920x350px.jpg") no-repeat center center;
		background-size: cover;
	}
	.footer-part .border-right {
		border-right: 1px solid #dee2e6 !important;
	}
}


@media only screen and (max-width: 1199px){
	.footer-part .container, .footer-part .frame-container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;

	}
}
@media only screen and (min-width: 1200px){
	.footer-part .container, .footer-part .frame-container {
		max-width: 1200px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


.footer-top .firstcol {
	order: 2;
}
.footer-top .secondcol {
		padding: 0 50px !important;
}
@media(max-width:992px){
	.footer-top .secondcol {
		padding: 0 20px !important;
	}
}
.footer-top .secondcol ul li{
	background: none;
}
/* @media(max-width:767px){
	.footer-top .secondcol {
		display: none;
	}
} */
.footer-top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}
.footer-top ul li{
	font-size: 16px;
	line-height: 24px;
}
@media(min-width:992px){
	.footer-top ul li{
		font-size: 18px;
		line-height: 30px;
	}
}
.footer-top ul li a{
	background: none;
	width: auto;
}
.footer-top ul li img {
	width: 20px;
	margin-right: .5rem;
}
.footer-top address ul li {
	display: flex;
	align-items: start;
	line-height: 17px;
	margin-bottom: 1rem;
	background: none;
}
.footer-top address p{
	margin: inherit;
}
.footer-top ul li a:not(.btn) {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

@media(min-width:992px){
	.footer-top .thirdcol {
		padding-left: 50px !important;
	}
}

/* @media (max-width: 991px){
	.footer-top address {
		margin: 0;
	}
}
 */
@media(max-width:767px){
	.footer-top address {
		margin: 40px 0 00px;
	}

	.footer-top .thirdcol .d-flex {
		flex-direction: column-reverse !important;
		align-items: center !important;
	}
	.footer-top .thirdcol address ul {
		display: flex;
		flex-direction: column;
	}
	.footer-top .thirdcol address ul li:first-child, .footer-top .thirdcol address ul li:nth-child(2) {
		order: 2;
	}
}


@media(max-width:767px){
	.footer-top .action-nav {
		display: block;
	}
	.footer-top .action-nav ul {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding: 13px 0;
		margin: 20px 0 40px;
	}
	.footer-top .action-nav ul li{
		background: none;
	}

	.footer-top .action-nav .font-large .toggle-text-btn, .footer-top .action-nav .kontrast-blog .btn{
		color: #fff;
		display: flex;
		align-items: center;
		line-height: 24px;
		background-color: transparent;
		width: auto;
		font-weight: 400;
	}

	.footer-top .action-nav .font-large .toggle-text-btn span, .footer-top .action-nav .kontrast-blog button span{
		display: block;
	}

	.footer-top .action-nav .font-large img, .footer-top .action-nav .kontrast-blog img{
		top: 0;
		margin-top: -2px;
	}

	[data-bs-theme=dark] [data-bs-theme-value=dark] {
		display: none !important;
	}

	[data-bs-theme=light] [data-bs-theme-value=light]{
		display: none !important;
	}
	/* [data-bs-theme=light] [data-bs-theme-value=light].footer-top .action-nav .kontrast-blog .btn{
		display: none;
	} */

}
.footer-bottom{
	background-color: #FFF;
	text-align: center;
	padding: 1rem 0;
}

@media(min-width:768px){
	.footer-bottom{
		padding: 0.5rem 0;
	}
}

.footer-bottom ul{
	display: flex;
	align-items: center;
	line-height: 1.4;
	flex-wrap: wrap;

}
@media(min-width:768px){
	.footer-bottom ul{
		line-height: 30px;
	}
}
.footer-bottom ul li{
	background: none;
}
.footer-bottom ul li{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	position: relative;
}
.footer-bottom ul li a{
	color: #797a7d;
	font-size: 14px;
	font-weight: 400;
}
.footer-bottom ul li a:hover{
	color: #75a75a;
	opacity: 1;
}

.footer-bottom .links ul li:after {
	content: '';
	position: absolute;
	background-color: #797a7d;
	width: 1px;
	height: 12px;
	top: 5px;
	right: 0px;
	/* bottom: 50%; */
}
.footer-bottom .links ul{
	max-width: 300px;
	margin: 0 auto;
}
@media(min-width:768px){
	.footer-bottom .links ul{
		max-width: 100%;
	}
	.footer-bottom .links ul li:after{
		top: 9px;
	}
}
.footer-bottom .links ul li:last-child::after{
	display: none;
}

.footer-bottom ul li.search{
	position: relative;
}
.footer-bottom ul li.search a:before {
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.51 23.51'%3e%3ctitle%3eAsset 1%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath d='M11.76,23.51A11.76,11.76,0,1,0,0,11.76,11.75,11.75,0,0,0,11.76,23.51' style='fill:%238ec13f'/%3e%3cpath d='M13,10.08a2.79,2.79,0,0,1-.61,1.74,2.93,2.93,0,0,1-.7.61,2.71,2.71,0,0,1-1.46.42A2.78,2.78,0,1,1,13,10.08m4.29,7.26a1.08,1.08,0,0,0,0-1.53l-3.5-3.42a4.23,4.23,0,1,0-3.54,1.92,4.16,4.16,0,0,0,1.92-.47l3.61,3.52a1.07,1.07,0,0,0,.76.31,1.06,1.06,0,0,0,.77-.33' style='fill:%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	width: 16px;
	height: 16px;
	left: -18px;
	right: auto;
	background-size: cover;
	position: absolute;
}

#page-footer{
	position: relative;
}
.scroll-top {
	right: auto;
	left: 20px;
	bottom: 60px;
	border-radius: 50%;
	background-color: #8fc13f;
	border: 1px solid #8fc13f;
	scroll-behavior: smooth;
}
@media only screen and (max-width: 767px){
	.scroll-top {
		width: 2em;
		height: 2em;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		bottom: 180px;
		background-color: transparent;
		border-color: #fff;
		border-width: 2px;
	}
	.scroll-top .scroll-top-icon:before {
		border-top: 2px solid;
		border-left: 2px solid;
	}
}
@media only screen and (max-width: 575px){
	.scroll-top {
		width: 2em;
		height: 2em;
	}
}
/* footer css end */


/**************************
News start
***************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news .article:hover{
	background-color: #f2f2f2;
}
.news.news-single .article:hover{
	background-color: transparent;
}


.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .news-widget .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
	height: 100%;
    width: 100%;
    object-fit: cover;
	aspect-ratio: 3 / 2;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
	margin-bottom: 0;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */

#news-container-1164.container{
	max-width: 1500px;
}
#news-container-1164 .row{
	--bs-gutter-x: 1rem;
}
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}
.news .inner-news .second-news .article .news-img-wrap img {
	height: 200px;
}
.news .news-list-view {
	margin-top: 0rem;
}
.news .news-list-view .first-news .article .news-img-wrap {
    width: 100%;
    background-color: transparent;
    position: relative;
    display: block;
    margin: 0;
}

.news .news-list-view .first-news .article .news-img-wrap::after {
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    right: 0;
    top: calc(100% - 10px);
    background: rgb(11,118,188);
    background: linear-gradient(90deg, rgba(11,118,188,1) 0%, rgba(147,193,35,1) 100%);
    position: absolute;
}



.news .news-list-view .article .news-img-wrap a {
	border: 0px;
	padding: 0;
}



.news .news-list-view .first-news .article .more {
	font-size: 18px;
	font-weight: 400;
}
.news .news-list-view .second-news .article {
	display: flex;
	padding-bottom: 0;
}

.news .news-list-view .second-news .article .body-details .header h3 {
	font-size: 26px;
	font-weight: bold;
	color: #0677be;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	margin-top: 0;
}

.news .news-list-view .second-news .article .body-details .header h3 span {
	color: #0677be;
}

.news .news-list-view .second-news .article .news-img-wrap {
	float: none;
	height: auto;
	background-color: transparent;
	flex: 0 50%;
	max-width: 50%;
	margin-bottom: 0px;
}

.news .news-list-view .second-news .article .news-img-wrap img {
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.news .news-list-view .second-news .article .body-details {
	flex: 0 50%;
	max-width: 50%;
}

.news .news-list-view .second-news .article .teaser-text p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}

.news .news-list-view .second-news .article .col-md-12.text-right {
	text-align: left !important;
}

.news .news-list-view .second-news .article .col-md-12.text-right a.more {
	font-size: 14px;
	color: #8fc13f;
}

.news .inner-news .second-news .article .news-img-wrap {
	flex: 0 40%;
	max-width: 40%;
}

.news .inner-news .second-news .article .body-details {
	flex: 0 60%;
	max-width: 60%;
}


.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff;
}

.news .link-cstm-blue {
    color: #0677be;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-left: 4px;
}

@media only screen and (max-width: 800px) {
	.news .news-list-view .first,
	.news .news-list-view .right-second {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.news .news-list-view .right-second {
		margin-top: 2rem;
	}

	.news .news-list-view .first .news-list-item:first-child .col-md-5 img {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.news .news-list-view .right-second .news-list-item .col-md-5 {
		padding-right: 20px;
	}

	.news .news-list-view .right-second .news-list-item img {
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.news .news-list-view .news-list-item h3 {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.news .news-list-view .second-news .article {
		flex-wrap: wrap;
	}

	.news .news-list-view .second-news .article .news-img-wrap,
	.news .news-list-view .second-news .article .body-details {
		flex: 0 100%;
		max-width: 100%;
		margin: 5px 0px;
	}
}

@media screen and (min-width:0\0) {

	.news .inner-news .second-news .article .news-img-wrap a,
	.news .news-list-view .article .news-img-wrap a{
		 position: relative;
		overflow: hidden;
		width: 100%;
		height: 250px;
	}
	.news .inner-news .second-news .article .news-img-wrap a img,
	.news .news-list-view .article .news-img-wrap a img {
		 position: absolute;
		left: -10000%;
		right: -10000%;
		top: -10000%;
		bottom: -10000%;
		margin: auto;
		transform: scale(.1);
		min-width: 1000%;
		min-height: 1000%;
		max-width: 10000%;
		max-height: 10000%;
		height: auto !important;
	}
}

@media only screen and (min-width: 768px) {
	.news.news-list .inner-news .second-news .article .news-img-wrap{
		margin-right: 50px;
	}
}
.news.news-list .inner-news .second-news .article .body-details{
	display: flex;
	align-items: center;
}

/**************************
News end
***************************/


.auflistung ul li:nth-child(odd) {
	background-color: #f6f6f6;
}

.auflistung ul li{
	list-style: none;
}
.auflistung ul li .btn {
	border-color: #0677be;
	width: 100%;
}

.auflistung ul li .btn:hover {
	border-color: #8fc13f;
}

/*Press Page*/

.press h4 {
	font-size: 18px;
	margin-bottom: 0.5rem;
	line-height: 20px;
	color: #494d50 !important;
}

.press h5 {
	font-size: 29px;
	line-height: 35px;
}

.press p {
	font-size: 18px;
	line-height: 20px;
	color: #494d50 !important;
	margin-bottom: 0;
}

.press .description-press p {
	font-size: 16px;
	line-height: 24px;
}

.press .bg-before {
	position: relative;
	padding: 5rem 0;
	margin-bottom: 5rem;
}
@media(max-width: 575px){
	.press h4 {
		font-size: 16px;
	}

	.press h5 {
		font-size: 20px;
	}

	.press p {
		font-size: 16px;
	}
	.auflistung ul li {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.auflistung ul li img {
		margin-bottom: 1rem;
	}
}

.text-blue {
    color: #0677be;
}
/* a, a:active, a:focus, a:hover, a:hover h5, a:hover span, a:hover p {
    color: rgb(142, 193, 63) !important;
    text-decoration: none;
} */

.pressemitteilungen{
	background-color: #f6f6f6;
	margin-left: 0;
}
@media (min-width: 767px){
	.pressemitteilungen .nav-item{
		flex: 0 12%;
		max-width: 12%;
	}
}
.pressemitteilungen .nav-item a{
	background-color: transparent;
	color: #000;
		border-color: #f6f6f6;
}
.pressemitteilungen .nav-link.active,
.pressemitteilungen .nav-item.show .nav-link,
.pressemitteilungen .nav-link:hover,
.pressemitteilungen .nav-link:focus {
	/*color: #fff;
	background-color: #0073ba;
	border-color: #0073ba #0073ba #0073ba;*/
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.pressemitteilungen .nav-item .nav-link{
	font-size: 80%;
    font-weight: 400;
}

.title {
    font-size: 40px;
    line-height: 53px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.title:before {
    position: absolute;
    background: rgba(6, 119, 189, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6, 119, 189, 1)), color-stop(90%, rgba(18, 171, 217, 1)), color-stop(100%, rgba(143, 193, 63, 1)));
    background: linear-gradient(to right, rgba(6, 119, 189, 1) 0%, rgba(18, 171, 217, 1) 90%, rgba(143, 193, 63, 1) 100%);
    width: 1000px;
    content: '';
    height: 4px;
    left: 0;
    margin-left: -1000px;
    top: 25px;
}

#p361 .container, .frame-container {
    max-width: 1100px;
}

@media only screen and (min-width: 1200px) {
	.container,
	.frame-container {
		max-width: 1200px;
	}
}

#quickSearch .form-group label {
    margin-bottom: 0px;
}
#quickSearch .form-control {
    border-color: #0073ba;
	border-radius: 0;
}

#quickSearch .search_btn {
    border: 1px solid #0073ba;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #0073ba;
    padding: 10px 50px 5px 50px;
    font-size: 20px;
    transition: 0.5s all;
    margin-top: 30px;
}

#quickSearch .search_btn:hover {
    background-color: #0073ba;
    color: #fff;
}
textarea:focus, input:focus {
    outline: none;
}

.frame-container .seprator {
    position: relative;
    margin: 50px 0;
}

.frame-container .seprator:after {
    content: "";
    width: 100%;
    display: block;
    height: 5px;
    background: rgba(6, 119, 189, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6, 119, 189, 1)), color-stop(49%, rgba(18, 171, 217, 1)), color-stop(100%, rgba(143, 193, 63, 1)));
    background: linear-gradient(to right, rgba(6, 119, 189, 1) 0%, rgba(18, 171, 217, 1) 49%, rgba(143, 193, 63, 1) 100%);
}
@media(min-width:992px){
	.tx-wasserwerksfinder .frame-space-before-none{
		padding-top: 0;
	}
}

.frame-container {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.veranstaltungen .list-karriere {
	height: auto;
	background-color: #f6f6f6;
}
.searchfor ul li{
	list-style: none;
}

.pressemitteilungen{
	background-color: #f6f6f6;
}
@media (min-width: 767px){
	.pressemitteilungen .nav-item{
		flex: 0 12%;
		max-width: 12%;
	}
}
.pressemitteilungen .nav-item a{
	background-color: transparent;
	color: #000;
		border-color: #f6f6f6;
}
.pressemitteilungen .nav-link.active,
.pressemitteilungen .nav-item.show .nav-link,
.pressemitteilungen .nav-link:hover,
.pressemitteilungen .nav-link:focus {
	/*color: #fff;
	background-color: #0073ba;
	border-color: #0073ba #0073ba #0073ba;*/
	background-color: #fff;
	border-color: #fff;
}

.p1 .controls1 a,
 .p2 .controls2 a{
	cursor: pointer;

}

.p1 .controls1 .prev1,
.p1 .controls1 .page1,
.p1 .controls1 .next1,
.p2 .controls2 .prev2,
.p2 .controls2 .page2,
.p2 .controls2 .next2{
	color: #0677be;
	font-size: 15px;
	padding: 0 .2rem;
	font-weight: 400;

}

.p1 .controls1 .page1.active,
.p2 .controls2 .page2.active {
	font-weight: bold;
	text-decoration: underline !important;
}

#c1732 .row {
	display:none;
}

.pagin .controls {
	display: flex;
	justify-content: flex-end;
}

.pagin .controls a {
	cursor: pointer;

}

.pagin .controls .page,
.pagin .controls .next,
.pagin .controls .prev {
	color: #0677be;
	font-size: 15px;
	padding: 0 .2rem;
	font-weight: 400;

}

.pagin .controls .page.active {
	font-weight: bold;
	text-decoration: underline !important;
}

div#c705 .frame-container {
	padding: 0px;
}

.press .tab-content .tab-pane{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.press .tab-content .tab-pane ul{
	margin-left: 0;
}
.searchfor ul li{
	padding-left: 0;
}
.searchfor ul p{
	padding-right: 0.5rem;
}
.searchfor ul li, .searchfor ul p{
	display: inline-flex;
	width: auto;
}


/*Banner Secion*/

.carousel .carousel-content {
	display: flex;
	align-items: center;
}

.carousel .carousel-item h1 {
	color: #fff;
	line-height: 70px;
	font-size: 70px;
	text-shadow: 0px 0px 16px #000;
	font-weight: 400;
	position: relative;
}

.carousel .carousel-item h1:before {
	position: absolute;
	background: rgba(6, 119, 189, 1);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6, 119, 189, 1)), color-stop(49%, rgba(18, 171, 217, 1)), color-stop(100%, rgba(143, 193, 63, 1)));
	background: linear-gradient(to right, rgba(6, 119, 189, 1) 0%, rgba(18, 171, 217, 1) 49%, rgba(143, 193, 63, 1) 100%);
	width: 100%;
	content: '';
	height: 5px;
	right: 103%;
	top: 40px;

}

.carousel .carousel-item a {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	/*text-shadow: 2px 2px 2px #000000;*/
	letter-spacing: 1px;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.carousel .carousel-item a:hover {
	background-color: #ffffff;
	border-color: #f9f9f9;
	color: #0677be;
}

.carousel .carousel-control {
	display: none;
}

.carousel .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 15;
	display: block;
	justify-content: center;
	padding-left: 0px;
	margin-right: 30px;
	margin-left: 0px;
	list-style: none;
	top: 40%;
	right: 0px;
	opacity: 1;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0px 0px 10px 0px;
	border: 2px solid #fff;
	background-color: transparent;
}

.carousel-indicators .active {
	background-color: #FFF;
	border-color: #FFF;
}


/*Banner Secion*/

.support-links{
	margin-right: 20px;
}
.support-links a {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6px;
}
.support-links a:hover{
	background-color: #ccc;
}
.support-links a svg{
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}
.support-links .construction-sites{
	background-color:#fdb913;
	margin-right: 20px;
}
.support-links .fault-reports{
	background-color: #e72c25;
}
.frame-layout-embedded.frame-background-light>.frame-group-container>.frame-group-inner{
	background-color: #f6f6f6;
}
.support-links a:hover{
	background-color: #ccc;
}

.support-links .construction-sites span, .support-links .fault-reports span{
	font-size: 10px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}







/* div#page-content {
	margin-top: 1.7rem;
} */

.faultreports .frame {
	padding-bottom: 0;
}

/*******************************
Breadcrumb Start
********************************/
/* nav.breadcrumb-section {
	display: none;
} */
.bdcum{
	padding-top: 30px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.breadcrumb-item a {
	font-size: 14px;
	font-weight: bold;
	color: #0677be;
}
.breadcrumb-item::before{
	display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active a{
	font-size: 14px;
	font-weight: 400;
	color: #0677be;
}

.breadcrumb-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
	background: #fff;
}

/* .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;
} */
/* .breadcrumb-section .breadcrumb .breadcrumb-item.active span.breadcrumb-text {
	font-weight: 400;
} */

/*
.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(--light-sky);
	font-weight: 700;
} */

/*******************************
Breadcrumb End
********************************/

/*******************************
Accordian Start
********************************/

.accordian_section .accordion {
	margin-bottom: -1px;
}

.accordion .card {
	border: 0px;
	background-color: #fff;
	box-shadow: none;
}

.accordion .card-header {
	padding: 0px;
	border: 0px;
	background-color: #fff;
	box-shadow: none;
}

.accordion .card-header .btn {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	border: 0px;
	box-shadow: none;
	border-top: 1px solid #0378bd;
	/* border-bottom: 1px solid #0378bd; */
	color: #0378bd;
}
.accordion .card-header .btn:hover{
	background-color: #fff;
	color: #0378bd;

}
.accordion .card-header .btn span {
	color: #0378bd;
	text-decoration: none;
	font-weight: 400;
}
b, strong{
	font-weight: 700;
}


.accordion .card-header .btn img {
	width: 4%;
	margin-right: 1rem;
}

.arrow-a {
	position: relative;
	top: 0;
}

.arrow-a:after {
	content: "";
	top: 10px;
	right: 0;
	margin-left: 0px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #0378bd;
	border-bottom: 2px solid #0378bd;
	display: inline-block;
	position: absolute;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}

.accordion .collapsed .arrow-a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion .card-body {
	padding: 1rem 0 0rem 4.1rem;
	border-top: 1px solid #0378bd;
}

.accordion .card-body p {
	font-size: 18px;
	line-height: 1.3;
	color: #494d50;
	margin-bottom: 0.5rem;
}

.accordion .card-body h5 {
	margin-bottom: 1rem;
	line-height: 20px;
}

.accordion .card-body h5 strong {
	font-size: 14px;
	color: #0677be;
}

.accordion .card-body h4 {
	font-size: 18px;
	color: #0677be;
	line-height: 22px;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.accordion .card-body ul {
	position: relative;
	margin: 0;
	padding: 0;
}

.accordion .card-body ul li {
	position: relative;
	padding-left: 1.5rem;
	color: #494d50;
	font-size: 16px;
}

.accordion .card-body ul li:before {
	content: '';
	position: absolute;
	background-color: #0677be;
	width: 6px;
	height: 6px;
	left: 0px;
	top: 10px;
	border-radius: 100%;
}

.accordion .card-body .btn {
	width: 230px;
	padding: 10px;
	font-size: 14px;
}

.accordion .card-body .btn:hover {
	background-color: #0677be;
	color: #ffffff;
	border-color: #0677be;
}

.accordion .card-body .d-flex span,
.accordion .card-body a {
	font-size: 16px;
	text-decoration: underline;
}
.acc-job:last-child {
    border-bottom: 1px solid #0378bd;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 575px){
	.accordion .card-header .btn .col-11 {
		flex: 0 83%;
		max-width: 83%;
		display: flex;
	}
	.accordion .card-header .btn img {
		width: 35px;
		height: 35px;
	}
	.arrow-a:after {
		top: 10px;
		right: 0px;
		width: 7px;
		height: 7px;
		left: auto;
	}
	.title, #c243 h2, .sub-title, .frame-header h2.element-header {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 1rem;
	}
	.title, #c243 h2, .sub-title {
		font-size: 25px;
		line-height: 30px;
	}
}
/*******************************
Accordian End
********************************/

/*******************************
Filter Start
********************************/
.IMMER ul del {
    display: none;
}
.IMMER ul, .IMMER ul li{
	list-style: none;
}
.fliter ul li::marker, .IMMER ul li::marker{
	display: none;
}
.fliter ul li{
	list-style: none;
}

.IMMER ul.row li {
	background-color: #f6f6f6;
	padding: 2rem;
}


.IMMER ul.row li:nth-child(4n+2),
.IMMER ul.row li:nth-child(4n+3) {
	background-color: #fff;
}

.checkbox-custom {
	opacity: 0;
	position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}

.checkbox-custom-label {
	position: relative;
	align-items: center;
	background-color: #929595;
	padding: 1rem;
	border-radius: 30px;
	justify-content: space-around;
	color: #fff;
}

.checkbox-custom+.checkbox-custom-label:before {
	content: '';
	background: transparent;
	border: 0px;
	display: block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	text-align: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='357px' height='357px' viewBox='0 0 357 357' style='enable-background:new 0 0 357 357; fill:%23fff;' xml:space='preserve'%3e%3cg%3e%3cg id='close'%3e%3cpolygon points='357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5 '/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
	background-size: contain;
	background-repeat: no-repeat;
}


.checkbox-custom:checked+.checkbox-custom-label:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 406.834 406.834' style='enable-background:new 0 0 406.834 406.834; fill:%23fff;' xml:space='preserve'%3e%3cpolygon points='385.621,62.507 146.225,301.901 21.213,176.891 0,198.104 146.225,344.327 406.834,83.72 '/%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
}



.checkbox-custom:focus+.checkbox-custom-label {
	outline: 0px solid #ddd;
	/* focus style */
}

.fliter ul li.catuid-40 .checkbox-custom:checked+.checkbox-custom-label {
	border: 3px solid #e72c25;
	background-color: #ffffff;
}

.fliter ul li.catuid-41 .checkbox-custom:checked+.checkbox-custom-label {
    border: 3px solid #fdb913;
	background-color: #ffffff;
}

.fliter-icon {
    width: 26px;
    height: 26px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.fliter ul li.catuid-40  .fliter-icon {
	/* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.08 28.92'%3e%3ctitle%3efliter-l%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath d='M.66,28.06a.38.38,0,0,0,.41.41H6a.39.39,0,0,0,.42-.41v-4.7A.4.4,0,0,0,6,23H1.07a.39.39,0,0,0-.41.41Zm1.19-7.79H5.23a.38.38,0,0,0,.41-.41l1-19A.39.39,0,0,0,6.22.45H.86A.39.39,0,0,0,.45.86l1,19A.39.39,0,0,0,1.85,20.27Z' style='fill:none;stroke:%23fff;stroke-width:0.9039999842643738px'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");*/
    background-image: url('/typo3conf/ext/psn_bootstrap_template/Resources/Public/Icons/ausrufezeichen.svg');
}

.fliter ul li.catuid-41 .fliter-icon {
	/*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.27 27.76' style='&%2310; background: e;&%2310;'%3e%3ctitle%3efliter-r%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath d='M3.57,21H20.7L22,25.46h1s.8-.05.8.66v1.13H.51v-.9s-.11-.89.68-.89H2.33Z' style='fill:none;stroke:%23fff;stroke-width:1.0119999647140503px'/%3e%3cpolygon points='5.05 15.59 6.64 10.26 17.61 10.26 19.23 15.59 5.05 15.59' style='fill:none;stroke:%23fff;stroke-width:1.0119999647140503px'/%3e%3cpolygon points='8.23 4.91 16.17 4.91 14.69 0.51 9.59 0.51 8.23 4.91' style='fill:none;stroke:%23fff;stroke-width:1.0119999647140503px'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");*/
    background-image: url('/typo3conf/ext/psn_bootstrap_template/Resources/Public/Icons/stoerung.svg');
}



.card-img {
	position: relative;
	display: inline-block;

}

.card-img .img-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.card-img:hover .img-top{
	display: none;
}
.card-img .active .img-top {
	display: inline;
}

.gme-info-window {
	padding: 0.5rem;
}

.gme-info-window p {
	margin-bottom: 0px;
	line-height: 20px;
	color: #0473ba;
}

.faultreports .gme-info-window p {
	color: #424540;
}

button.gm-ui-hover-effect {
	top: 2px !important;
	right: 0px !important;
}

.text-medium {
    font-size: 16px;
    line-height: 24px;
}

.js-gme-address h3 {
    padding-left: 45px;
    position: relative;
    line-height: 1.3;
}
/*.js-gme-address h3::before{
	content: "";
	background-image: url("../fileadmin/user_upload/icons/baustellen.png");
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 42px;
	top: 50%;
    transform: translateY(-50%);
}*/

/*******************************
Filter End
********************************/

/*******************************
CTA Start
********************************/
.cta-wrapper .cta-info {
    background: rgb(11,118,188);
    background: linear-gradient(90deg, rgba(11,118,188,1) 0%, rgba(147,193,35,1) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.cta-wrapper .cta-image{
	height: 100%;
}
.cta-wrapper .cta-image img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cta-wrapper h2{
	font-size: 40px;
	color: var(--white-color);
	margin-top: 0;
	margin-bottom: 10px;
}
.cta-wrapper p{
	font-size: 30px;
	line-height: 1.2;
	color: var(--white-color);
}
@media(min-width:768px){
	.cta-wrapper h2{
		font-size: 40px;
		color: var(--white-color);
	}
	.cta-wrapper p{
		font-size: 40px;
		line-height: 1.2;
		color: var(--white-color);
	}
}
.cta-info{
	padding: 30px;
}
/* .cta-wrapper .btn {
    width: auto;
    padding: 10px 30px;
    background: transparent;
    color: #fff;
    border-color: #fff;
} */
.cta-wrapper .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    /* text-shadow: 2px 2px 2px #000000; */
    letter-spacing: 1px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}
.cta-wrapper .btn:hover {
    background-color: #ffffff;
    border-color: #f9f9f9;
    color: #0677be;
}
@media(min-width:768px){
	.cta-info{
		padding: 50px;
	}
}
@media(min-width:1200px){
	.cta-info{
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 200px;
	}
}

.logo-overlay{
	position: relative;
	z-index: 0;
}
.logo-overlay::before {
    content: "";
    background-image: url("../Images/logo-overlay-layer.svg");
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
}

.site-card-wrapper{
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
}
.site-card-wrapper .site-card{
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.site-card-wrapper img{
	width: 100%;
}
@media(min-width:992px){
	.site-card-wrapper{
		flex-direction: row;
	}
	.site-card-wrapper .site-card{
		padding: 30px 40px;
		flex-direction: row;
	}
	.site-card-wrapper img{
		width: 260px;
	}

}
.site-card-wrapper .site-card-actions{
	width: 100%;
}
.site-card-wrapper .site-card-actions a{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	padding: 15px;
	color: var(--white-color);
	width: 100%;
	font-weight: 600;
    font-size: 21px;
}
@media(min-width:992px){
	.site-card-wrapper .site-card-actions{
		width: auto;
	}
	.site-card-wrapper .site-card-actions a{
		width: 300px;
	}
}


.site-card-wrapper a svg{
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.site-card-info{
	padding-right: 40px;
}
.site-card-info h2{
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.site-card-info p{
	font-size: 20px;
	line-height: 1.2;
}
.site-card-wrapper.with-image h2{
	font-size: 30px;
}
.btn-construction{
	background-color: #fbba00;
}
.btn-faults{
	background-color: #e01a00;
}

.site-card-wrapper .card{
	flex-direction: row;
}
.site-card-wrapper .card .card-img{
	width: 20%;
}

.contact .frame a[class=""], .contact .frame a:not([class]){
	color: #424540;
}
/*******************************
CTA End
********************************/

/*******************************
News Widdet Start
********************************/
.news-widget .body-details{
	padding: 1.5rem;
	float: left;
}
.news-widget .wrap-boot5, .news-widget .article{
	border: 1px solid #f6f6f6;
	height: 100%;

}
.news-widget .header h3 a{
	color: #1a70b8;
	hyphens: auto;
}
.news-widget .header{
	margin-bottom: 15px;
}
#news-container-1446{
	--bs-gutter-x: 0;
}
.news .article h3{
	font-size: 18px;
}
@media(min-width:768px){
	.news .article h3{
		font-size: 20px;
	}
}
@media(min-width:1200px){
	.news .article h3{
		font-size: 26px;
	}
}

/*******************************
News Widdet End
********************************/


/*******************************
Home Slider Start
********************************/


.home-slider .item{
	position: relative;
	z-index: 0;
	height: 400px;
	display: flex;
	overflow: hidden;
}
@media(min-width:992px){
	.home-slider .item{
		height: 500px;
	}
}
@media(min-width:1200px){
	.home-slider .item{
		height: 600px;
	}
}
.home-slider .item .container{
	max-width: 1560px;
}

.home-slider .item::before{
	content: "";
    background-image: url("../Images/logo-overlay-layer.svg");
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: top center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 10%;
    display: block;
    position: absolute;
    opacity: 0.2;
    z-index: 1;
}

.home-slider .item::after {
    content: "";
    width: 100%;
    height: 15px;
    left: 0;
    right: 0;
    top: calc(100% - 15px);
    background: rgb(11,118,188);
    background: linear-gradient(90deg, rgba(11,118,188,1) 0%, rgba(147,193,35,1) 100%);
    position: absolute;
	z-index: 1;
}
.home-slider .btn{
	background: transparent;
    color: #fff;
    border-color: #fff;
    font-size: 16px;
}
.home-slider .btn:hover{
	background: #fff;
	color: var(--blue-color);
}
@media(min-width:992px){
	.home-slider .btn{
		font-size: 20px;
	}
}


.home-slider-box.box-top-side{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-slider-box-inner{
	/* background: rgba(152,172,35,0.95); */
	background-color: transparent;
	width: 100%;
	padding: 0;
	color: var(--white-color);
}

.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: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 30px 0;
	text-shadow: 0px 0px 16px #000;
	text-transform: none;
}
@media(min-width:768px){
	.home-slider-box-inner h2{
		font-size: 50px;
	}
}
@media(min-width:992px){
	.home-slider-box-inner h2{
		font-size: 76px;
		line-height: 1;
	}
}
.home-slider-box-inner p{
	margin: 0;
}
.home-slider-box-inner .theme-btn.theme-btn-border{
	color: inherit;
}
.home-slider-box-inner .theme-btn.theme-btn-border:hover{
	background: transparent;
 border-color: var(--white-color);
}

.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;
	display: none;
}

.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;
}


.home-slider .full-left-curve img{
	display: none;
}

.home-slider .home-slider-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
	z-index: 9;
}
.home-slider .owl-carousel .owl-dots.disabled{
	display: block;
}



:target::before { content: ''; display: block; height: 50px; margin: -50px 0 0 0; }
/*******************************
Home Slider End
********************************/

#c1841{
	padding: 0;
}
#c1763{
	margin: 0;
}

#c1763.frame-space-after-small{
	padding-bottom: 0;
}

#c1763.frame-space-before-medium{
	padding-top: 20px;
}

@media(min-width:992px){
	#c1763.frame-space-before-medium{
		padding-top: 30px;
	}
}
@media(max-width:991px){
	#c1446{
		padding-top: 10px;
	}
}

.not-any-record{
	text-align: center;
    margin: 0px;
    padding: 0 0 60px;
    font-size: 22px;
    color: #e72c25;
}

.IMMER .EMPTYredshow {
    text-align: left;
    margin: 0px;
    padding: 0 0 15px;
    font-size: 22px;
    color: #0073ba;
}

.countcat-1 li{
    pointer-events: none;
}