@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



html {
	position: relative;
}

html:before {
	position: fixed;
	content: "";
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 133, 200, 0.7);
	z-index: 9999;
	opacity: 0;
	transition: all .4s ease-in .8s;
	-webkit-transition: all .4s ease-in .8s;
	-moz-transition: all .4s ease-in .8s;
	-ms-transition: all .4s ease-in .8s;
	-o-transition: all .4s ease-in .8s;
}

html.nav-menu-open:before {
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
	background: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px){
body { font-size: 18px; }
}

@media (min-width: 768px) and (max-width: 991px){
body { font-size: 18px; }
}

@media (max-width: 767px){
body { font-size: 16px; }
}

b,
strong {
	font-weight: 700 !important;
}

figure {
	margin: 0;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	color:#0277b3;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #000000;
}

p {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	p {
		margin-bottom: 20px;
	}
}

ol,
ul {
	padding-left: 20px;
}

ol li,
ul li {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.container,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1400px){
.container { max-width: 1352px; }
}

@media (min-width: 1500px){
.container { max-width: 1452px; }
}

@media (min-width: 1600px){
.container { max-width: 1552px; }
}

@media (min-width: 1700px){
.container { max-width: 1652px; }
}

.common-learn-more {
	margin-top: 35px;
}

@media (max-width: 767px){
.common-learn-more { margin-top: 25px; }
}

.fix-width-685 {
	max-width: 685px;
	width: 100%;
}

.fix-width-885 {
	max-width: 885px;
	width: 100%;
}

.fix-width-980 {
	max-width: 980px;
	width: 100%;
}

.fix-width-1190 {
	max-width: 1190px;
	width: 100%;
}

/* main-title */
.main-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 72px;
	line-height: 110%;
	letter-spacing: -0.1px;
	color: #000000;
	margin-bottom: 30px;
}

.banner-section.home-banner-section  .main-title { font-size:57px }

.banner-main-inner-title strong {font-weight: 600 !important;}

.main-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a {
	text-decoration: none;
}

.main-title a:hover {
	color: #0277b3;
}

@media (min-width: 1200px) and (max-width: 1399px){
.main-title { font-size: 60px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.main-title { font-size: 50px; margin-bottom: 25px; }
}

@media (min-width: 768px) and (max-width: 991px){
.main-title { font-size: 42px; margin-bottom: 25px; }
}

@media (max-width: 767px){
.main-title { font-size: 35px; margin-bottom: 20px; }
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 49px;
	line-height: 115%;

	margin-bottom: 30px;
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: #0277b3;
}

@media (min-width: 1200px) and (max-width: 1399px){
.section-title { font-size: 42px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.section-title { font-size: 38px; margin-bottom: 25px; }
}

@media (min-width: 768px) and (max-width: 991px){
.section-title { font-size: 33px; margin-bottom: 25px; }
}

@media (max-width: 767px){
.section-title { font-size: 26px; margin-bottom: 20px; }
}
/* section-title */

/* block-small-title */
.block-small-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 115%;

	margin-bottom: 25px;
}

.block-small-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-small-title a {
	text-decoration: none;
}

.block-small-title a:hover {
	color: #0277b3;
}

@media (min-width: 992px) and (max-width: 1199px){
.block-small-title { font-size: 25px; }
}

@media (min-width: 768px) and (max-width: 991px){
.block-small-title { font-size: 22px; }
}

@media (max-width: 767px){
.block-small-title { font-size: 20px; margin-bottom: 15px; }
}
/* block-small-title */

/* buttons */
/* buttons */
.btn {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    line-height: 144.444%;
    text-transform: uppercase;
    padding: 12px 35px; /* Aus span übernommen */
    margin-left: 7px;
    border: none;
    z-index: 9;
    box-shadow: none;
    border-radius: 0;
    background: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.btn.btn-small {
    font-size: 15px;
    line-height: 144.444%;
    padding-left: 25px; /* Kleinerer Button, weniger Padding */
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Pseudo-Element für die schiefe Fläche */
.btn:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid transparent;
    z-index: -1;
    transform: skew(-19deg);
    -webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -ms-transform: skew(-19deg);
    -o-transform: skew(-19deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	 box-shadow: 0px 3px 71px 0px rgba(5, 6, 6, 0.16); /* Hierhin verschieben */
}

/* Farbvarianten */
.btn-simple-white {
    color: #ffffff !important;
		margin-top: 10px;
}

.btn-simple-white:before {
    border-color: #ffffff !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
    color: #0277b3 !important;
}

.btn-simple-white:active:focus:before,
.btn-simple-white:hover:before {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

.hintergrundweiss .btn-simple-white,
.hintergrundgrau .btn-simple-white,
.hintergrunddunkelgrau .btn-simple-white {
    color: #fff !important;
}

.hintergrundweiss .btn-simple-white:before,
.hintergrundgrau .btn-simple-white:before,
.hintergrunddunkelgrau .btn-simple-white:before {
    background: #0277b3 !important;
    border-color: #0277b3 !important;
}

/* Hover: Schrift wird blau, Hintergrund wird weiß */
.hintergrundweiss .btn-simple-white:hover,
.hintergrundweiss .btn-simple-white:active:focus,
.hintergrundgrau .btn-simple-white:hover,
.hintergrundgrau .btn-simple-white:active:focus,
.hintergrunddunkelgrau .btn-simple-white:hover,
.hintergrunddunkelgrau .btn-simple-white:active:focus {
    color: #0277b3 !important;
}

.hintergrundweiss .btn-simple-white:hover:before,
.hintergrundweiss .btn-simple-white:active:focus:before,
.hintergrundgrau .btn-simple-white:hover:before,
.hintergrundgrau .btn-simple-white:active:focus:before,
.hintergrunddunkelgrau .btn-simple-white:hover:before,
.hintergrunddunkelgrau .btn-simple-white:active:focus:before {
    background: #fff !important;
    border-color: #0277b3 !important;
}










.btn-white {
    color: #0277b3 !important;

}

.btn-white:before {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-white:active:focus,
.btn-white:hover {
    color: #ffffff !important;
}

.btn-white:active:focus:before,
.btn-white:hover:before {
    background: transparent !important;
    border-color: #ffffff !important;
}

.btn-simple-blue {
    color: #0277b3 !important;
}

.btn-simple-blue:before {
    border-color: #0277b3 !important;
}

.btn-simple-blue:active:focus,
.btn-simple-blue:hover {
    color: #ffffff !important;
}

.btn-simple-blue:active:focus:before,
.btn-simple-blue:hover:before {
    background: #0277b3 !important;
    border-color: #0277b3 !important;
}

.btn-blue {
    color: #ffffff !important;
}

.btn-blue:before {
    background: #0277b3 !important;
    border-color: #0277b3 !important;
}

.btn-blue:active:focus,
.btn-blue:hover {
    color: #ffffff !important;
}

.btn-blue:active:focus:before,
.btn-blue:hover:before {
    background: #0175b8 !important;
    border-color: #ffffff !important;
}

@media (max-width: 767px) {
    .btn { font-size: 16px; padding: 10px 20px; }
    /* .btn span { padding: 10px 20px; } wird nicht mehr gebraucht */
}
/* buttons */


/* buttons */

/* common-form */
.common-form .form-group {
	margin-bottom: 20px;
}

.common-form .form-select,
.common-form .form-control {
	resize: none;
	height: 55px;
	border: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 125%;
	color: #000000;
	padding: 10px 0;
	background-color: transparent;
	border-bottom: 1px solid #0277b3;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-control::-webkit-input-placeholder { color: #000000; }
.common-form .form-control::-moz-placeholder { color: #000000; }
.common-form .form-control:-ms-input-placeholder { color: #000000; }
.common-form .form-control:-o-placeholder { color: #000000; }

.common-form textarea.form-control {
	height: 125px;
}

.common-form .form-submit {
	margin-top: 30px;
}
/* common-form */

/* accordion */
.accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #188dcc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.accordion .accordion-item:first-child {
	border-top: 1px solid #188dcc;
}

.accordion .accordion-item .accordion-button {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 108.333%;
	color: #0785c8;
	padding: 30px 20px 30px 70px;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.accordion .accordion-item .accordion-button:before {
	position: absolute;
	content: "";
	left: 20px;
	top: 50%;
	width: 26px;
	height: 4px;
	background: #0785c8;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.accordion .accordion-item .accordion-button:after {
	position: absolute;
	content: "";
	left: 31px;
	top: 50%;
	width: 4px;
	height: 26px;
	background: #0785c8;
	transform: translate(0, -50%) rotate(0deg);
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-moz-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	-o-transform: translate(0, -50%) rotate(0deg);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.accordion .accordion-item .accordion-button:not(.collapsed):after {
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-moz-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	-o-transform: translate(0, -50%) rotate(90deg);
}

.accordion .accordion-item .accordion-body {
	border: none;
	padding: 0 20px 30px;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
}

.accordion .accordion-item .accordion-body *:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px){
.accordion .accordion-item .accordion-button { font-size: 22px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.accordion .accordion-item .accordion-button { font-size: 20px; padding: 20px 20px 20px 60px; }
.accordion .accordion-item .accordion-button:before { left: 20px; }
.accordion .accordion-item .accordion-button:after { left: 31px; }
.accordion .accordion-item .accordion-body { font-size: 18px; padding: 0 20px 25px; padding-bottom: 20px; }
}

@media (min-width: 768px) and (max-width: 991px){
.accordion .accordion-item .accordion-button { font-size: 18px; padding: 20px 15px 20px 50px; }
.accordion .accordion-item .accordion-button:before { left: 15px; }
.accordion .accordion-item .accordion-button:after { left: 26px; }
.accordion .accordion-item .accordion-body { font-size: 18px; padding: 0 15px 25px; padding-bottom: 20px; }
}

@media (max-width: 767px){
.accordion .accordion-item .accordion-button { font-size: 18px; padding: 15px 15px 15px 38px; }
.accordion .accordion-item .accordion-button:before { left: 0; }
.accordion .accordion-item .accordion-button:after { left: 11px; }
.accordion .accordion-item .accordion-body { font-size: 16px; padding: 0 0 20px; }
}
/* accordion */

/* jarallax */
.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax .jarallax-img {
	position: absolute;
	object-fit: cover;
	background-size: cover !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* jarallax */

/* common-breadcrumbs */
.common-breadcrumbs {
	font-weight: 400;
	font-size: 16px;
	line-height: 162.5%;
	color: #000000;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0 0 7px;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item:before {
	content: "/";
	color: inherit;
	padding: 0 5px;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item:first-child:before {
	display: none;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item a {
	text-decoration: none;
	color: inherit;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item a:hover {
	opacity: 0.7;
}
/* common-breadcrumbs */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	padding: 30px 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.header:before {
	position: fixed;
	content: "";
	right: -100%;
	top: 0;
	max-width: 685px;
	width: 100%;
	height: 175px;
	background: #0277b3;
	transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-webkit-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-moz-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-ms-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-o-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
}

html.nav-menu-open .header.h-stick {
	background: transparent;
}

.header.h-stick:before {
	height: 115px;
}

html.nav-menu-open .header:before {
	right: 0;
}

html.nav-menu-open .header .h-logo {
	position: relative;
	z-index: -1;
}

.header.h-stick {
	padding: 15px 0 20px;
	background: rgba(0, 0, 0, 0.85);
}

@media (min-width: 1400px) {
.header .container { max-width: 1335px; }
}

@media (min-width: 1500px) {
.header .container { max-width: 1435px; }
}

@media (min-width: 1600px) {
.header .container { max-width: 1535px; }
}

@media (min-width: 1700px) {
.header .container { max-width: 1635px; }
}

@media (min-width: 1800px) {
.header .container { max-width: 1735px; }
}

@media (min-width: 1900px) {
.header .container { max-width: 2295px; padding: 0 45px; }
}

.header .h-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
}

.header .h-content > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

.header .h-logo a {
	position: relative;
	display: inline-block;
	width: 320px;
	max-width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header.h-stick .h-logo a {
	width: 225px;
}

.header .h-logo a * {
	width: 100%;
}

.header .h-right {
	position: relative;
	z-index: 9;
	display: inline-flex;
	align-items: center;
}

.header .h-languages ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -7px;
	padding: 0;
	list-style-type: none;
}

.header .h-languages ul li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0 7px;
	list-style-type: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.header .h-languages ul li:last-child {
	border: none;
}
.header .h-languages ul li.text-muted {
    color: #918f8f !important;
}

.header .h-languages ul li a {
	text-decoration: none;
	color: inherit;
}

.header .h-languages ul li a:hover {
	color: #ffffff;
}

.header .h-languages ul li.active a,
.header .h-languages ul li a.active {
	font-weight: 600;
	color: #ffffff;
}

.header .h-burger-menu {
	position: relative;
	z-index: 9999;
	margin-left: 40px;
}

.header .h-burger-menu .navbar-toggler {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 32px;
	height: 26px;
}

.header .h-burger-menu .navbar-toggler span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background: #0277b3;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

html.nav-menu-open .header .h-burger-menu .navbar-toggler span:first-child {
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

html.nav-menu-open .header .h-burger-menu .navbar-toggler span:nth-child(2) {
	opacity: 0;
}

html.nav-menu-open .header .h-burger-menu .navbar-toggler span:last-child {
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

html.nav-menu-open .header .h-burger-menu .navbar-toggler span {
	background: #ffffff;
}

@media (min-width: 1200px) and (max-width: 1399px) {
.header { padding: 20px 0; }
.header:before { height: 120px; }
.header .h-logo a { width: 225px; }
.header.h-stick .h-logo a { width: 185px; }
.header.h-stick:before { height: 101px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.header { padding: 20px 0; }
.header:before { max-width: 575px; height: 120px; }
.header .h-logo a { width: 225px; }
.header.h-stick .h-logo a { width: 185px; }
.header.h-stick:before { height: 101px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.header { padding: 20px 0; }
.header:before { max-width: 500px; height: 111px; }
.header .h-logo a { width: 200px; }
.header.h-stick .h-logo a { width: 150px; }
.header.h-stick:before { height: 88px; }
}

@media (max-width: 767px) {
.header { padding: 20px 0; }
.header .h-logo a { width: 125px; }
.header.h-stick .h-logo a { width: 125px; }
.header .h-burger-menu { margin-left: 20px; }
.header .h-languages ul li { font-size: 16px; }
.header:before { max-width: 350px; height: 85px; }
.header.h-stick:before { height: 80px; }
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*========== Sidebar-Navigation-Menu Start ==========*/
.sidebar-nav-menu {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 685px;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	overflow: auto;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	background: #0277b3;
	padding: 175px 35px 50px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-webkit-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-moz-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-ms-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
	-o-transition: all .5s cubic-bezier(.9,.03,0,.96) .6s;
}

html:has(.header.h-stick) .sidebar-nav-menu {
	padding-top: 115px;
}

.sidebar-nav-menu.open {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.sidebar-nav-menu .sidebar-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #0277b3;
}

.sidebar-nav-menu .side-menu-close {
	font-family: 'LineariconsFree';
	font-size: 40px;
	line-height: 100%;
	color: #ffffff;
}

.sidebar-nav-menu .side-menu-close * {
	font-family: inherit;
	color: inherit;
}

.sidebar-nav-menu .side-menu-close a:hover {
	color: #ffffff;
	opacity: 0.7;
}

.sidebar-nav-menu .sidebar-menu-detail {
	padding: 25px 0 0;
}

.sidebar-nav-menu .navbar {
	padding: 0;
	display: block;
	flex-wrap: wrap;
}

.sidebar-nav-menu .navbar .navbar-collapse {
	display: block !important;
}

.sidebar-nav-menu .navbar .navbar-nav {
	flex-direction: column;
}

.sidebar-nav-menu .navbar .navbar-nav .nav-item {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	word-wrap: break-word;
}

.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
	padding: 0 0 0 50px;
	font-weight: 400;
	font-size: 30px;
	line-height: 135%;
	color: #ffffff;
	white-space: normal;
	word-wrap: break-word;
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 26px;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:after {
    position: absolute;
    display: inline-block;
    content: "";
    left: 3px;
    top: 50%;
    width: 4px;
    height: 26px;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(0, -50%) rotate(0);
    -webkit-transform: translate(0, -50%) rotate(0);
    -moz-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    -o-transform: translate(0, -50%) rotate(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown > a.show:after {
	transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown > a.show:before,
.sidebar-nav-menu .navbar .navbar-nav .dropdown > a.show:after {
	opacity: 0.5;
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown > a.show,
.sidebar-nav-menu .navbar .navbar-nav .nav-item.active .nav-link,
.sidebar-nav-menu .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.sidebar-nav-menu .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link.active,
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link:hover {
	color: rgba(255,255,255,0.5);
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu {
	position: relative !important;
	margin: 5px 0 0 !important;
	padding: 0 0 0 85px;
	border: none;
	min-width: auto;
	background: transparent;
	max-width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li {
	word-wrap: break-word;
	margin-bottom: 5px;
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item {
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 135%;
	color: #ffffff;
	background: none;
	white-space: normal;
	word-wrap: break-word;
}

.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li.active .dropdown-item,
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li.current-menu-item .dropdown-item,
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li.current-menu-parent .dropdown-item,
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item.active,
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item.current-menu-item,
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item.current-menu-parent,
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
	color: rgba(255,255,255,0.5);
}

.sidebar-nav-menu .sidebar-owner-profile {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
    width: calc(100% - 50px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-nav-menu .sidebar-owner-profile > * {
    flex: 1 0 0;
    max-width: 100%;
}

.sidebar-nav-menu .sidebar-owner-profile .profile-img {
    position: relative;
    flex: 0 0 auto;
    width: 82px;
    height: 82px;
    margin-right: 35px;
    background: #0175b8;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar-nav-menu .sidebar-owner-profile .profile-img:before {
    position: absolute;
    content: "\f086";
    font-family: 'FontAwesome';
    right: -10px;
    bottom: -10px;
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 100%;
    color: #0175b8;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar-nav-menu .sidebar-owner-profile .profile-img * {
    width: 80px;
    height: 80px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar-nav-menu .sidebar-owner-profile .detail {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #ffffff;
}

.sidebar-nav-menu .sidebar-owner-profile .detail p {
    margin-bottom: 5px;
}

.sidebar-nav-menu .sidebar-owner-profile .detail * {
    margin-bottom: 0;
}

.sidebar-nav-menu .sidebar-owner-profile .detail a {
    text-decoration: none;
    color: inherit;
}

.sidebar-nav-menu .sidebar-owner-profile .detail a:hover {
    opacity: 0.7;
}

@media (min-width: 1200px) and (max-width: 1399px){
.sidebar-nav-menu { padding: 120px 35px 50px; }
html:has(.header.h-stick) .sidebar-nav-menu { padding-top: 101px; }
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link { font-size: 30px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item { font-size: 22px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:after { left: 3px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu { padding-left: 70px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.sidebar-nav-menu { max-width: 575px; padding: 120px 35px 50px; }
html:has(.header.h-stick) .sidebar-nav-menu { padding-top: 101px; }
.sidebar-nav-menu .sidebar-menu-detail { padding-top: 15px; }
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link { font-size: 30px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item { font-size: 22px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:after { left: 3px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu { padding-left: 70px; }
}

@media (min-width: 768px) and (max-width: 991px){
.sidebar-nav-menu { max-width: 500px; padding: 111px 35px 50px; }
html:has(.header.h-stick) .sidebar-nav-menu { padding-top: 88px; }
.sidebar-nav-menu .sidebar-menu-detail { padding-top: 15px; }
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link { font-size: 25px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item { font-size: 18px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:after { left: 4px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu { padding-left: 70px; }
}

@media (max-width: 767px){
.sidebar-nav-menu { max-width: 350px; padding: 85px 20px 50px; }
html:has(.header.h-stick) .sidebar-nav-menu { padding-top: 80px; }
.sidebar-nav-menu .sidebar-menu-detail { padding-top: 15px; }
.sidebar-nav-menu .navbar .navbar-nav .nav-item { margin-bottom: 10px; }
.sidebar-nav-menu .navbar .navbar-nav .nav-item .nav-link { font-size: 20px; padding-left: 35px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:before { width: 22px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown > a:after { left: 4px; height: 22px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu { padding-left: 35px; }
.sidebar-nav-menu .navbar .navbar-nav .dropdown-menu li .dropdown-item { font-size: 16px; line-height: 22px; }
.sidebar-nav-menu .sidebar-owner-profile { width: calc(100% - 35px); }
.sidebar-nav-menu .sidebar-owner-profile .profile-img { width: 52px; height: 52px; margin-right: 20px; }
.sidebar-nav-menu .sidebar-owner-profile .profile-img * { width: 50px; height: 50px; }
.sidebar-nav-menu .sidebar-owner-profile .profile-img:before { width: 28px; height: 28px; font-size: 16px; }
.sidebar-nav-menu .sidebar-owner-profile .detail { font-size: 14px; }
}
/*========== Sidebar-Navigation-Menu End ==========*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
	background:#000;
}

.banner-section .banner-main-image {
	height: 700px;
	overflow: hidden;
}

.banner-section.home-banner-section .banner-main-image {
	height: 100vh;
}

.banner-section .banner-main-image .banner-image {
	position: relative;
	height: 100%;
}

.banner-section .banner-main-image .banner-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.banner-section .banner-main-image .banner-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	/* bottom: 250px; */
	bottom: 20%;
	z-index: 9;
}

.banner-section .main-title {
	color: #ffffff;
}

.banner-section .banner-main-title {
	border-bottom: 1px solid #0277b3;
	padding-bottom: 50px;
}

/* .banner-section .banner-main-title .banner-main-inner-title {
	padding-bottom: 50px;
} */

.banner-section .banner-main-title .main-detail {
	color: #ffffff;
}

.banner-section .banner-main-title .main-detail *:last-child {
	margin-bottom: 0;
}

.banner-section .all-type-of-works {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
	padding-top: 30px;
}

.banner-section .all-type-of-works > * {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 2px 10px;
}

.banner-section .all-type-of-works .btn span {
	padding-left: 25px;
	padding-right: 25px;
}

.banner-section .scroll-to-section-arrow {
	position: absolute;
	left: 50%;
	bottom: 95px;
	z-index: 9;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.banner-section .scroll-to-section-arrow a {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	background: #0277b3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-section .scroll-to-section-arrow a:hover {
	color: #0277b3;
	background: #ffffff;
}

.banner-section.home-banner-section .banner-main-content .banner-main-title {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.banner-section.home-banner-section .banner-main-content .sticky-popup-profile {
	margin-left: 20px;
}

.banner-section.home-banner-section b{font-weight: inherit;}

@media (min-width: 1700px) and (max-width: 1799px) {
.banner-section .scroll-to-section-arrow { bottom: 70px; }
}

@media (min-width: 1600px) and (max-width: 1699px) {
.banner-section .banner-description { bottom: 15%; }
.banner-section .banner-main-title { padding-bottom: 42px; }
.banner-section .scroll-to-section-arrow { bottom: 50px; }
}

@media (min-width: 1500px) and (max-width: 1599px) {
.banner-section .banner-description { bottom: 15%; }
.banner-section .banner-main-title { padding-bottom: 42px; }
.banner-section .scroll-to-section-arrow { bottom: 50px; }
}

@media (min-width: 1400px) and (max-width: 1499px) {
.banner-section .banner-description { bottom: 15%; }
.banner-section .banner-main-title { padding-bottom: 42px; }
.banner-section .scroll-to-section-arrow { bottom: 42px; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
.banner-section .banner-main-image { height: 550px; }
.banner-section .banner-description { bottom: 15%; }
.banner-section .main-title { font-size: 50px; margin-bottom: 20px; }
.banner-section .banner-main-title { padding-bottom: 25px; }
.banner-section .banner-main-title .main-detail { font-size: 18px; }
.banner-section .all-type-of-works { padding-top: 20px; }
.banner-section .scroll-to-section-arrow { bottom: 35px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.banner-section .banner-main-image { height: 500px; }
.banner-section.home-banner-section .banner-main-image { height: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.banner-section.home-banner-section .banner-description { position: relative; left: auto; right: auto; top: auto; bottom: auto; padding: 175px 0 100px; }
.banner-section .main-title { font-size: 42px; margin-bottom: 20px; }
.banner-section .banner-main-title { padding-bottom: 25px; }
.banner-section .banner-main-title .main-detail { font-size: 18px; margin-bottom:20px }
.banner-section .all-type-of-works { padding-top: 20px; }
.banner-section .scroll-to-section-arrow { bottom: 35px; }

}

@media (min-width: 768px) and (max-width: 991px) {
.banner-section .banner-main-image { height: 500px; }
.banner-section.home-banner-section .banner-main-image { height: auto !important; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.banner-section.home-banner-section .banner-description { position: relative; left: auto; right: auto; top: auto; bottom: auto; padding: 150px 0 75px; }
.banner-section .main-title { font-size: 35px; margin-bottom: 20px; }
.banner-section .banner-main-title { padding-bottom: 20px; }
.banner-section.home-banner-section .banner-main-title .banner-main-inner-title { max-width: 550px; }
.banner-section .banner-main-title .main-detail { font-size: 18px; }
.banner-section .all-type-of-works { padding-top: 20px; }
.banner-section .scroll-to-section-arrow { bottom: 25px; }
.banner-section.home-banner-section .main-title {
    font-size: 26px;
}
}

@media (max-width: 767px) {
.banner-section .banner-main-image { height: auto !important; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.banner-section .banner-description { position: relative; left: auto; right: auto; top: auto; bottom: auto; padding: 125px 0 75px; }
.banner-section .main-title { font-size: 34px; margin-bottom: 20px; }
.banner-section.home-banner-section .banner-main-content .sticky-popup-profile { display: none; }
.banner-section .banner-main-title { padding-bottom: 20px; }
.banner-section .all-type-of-works { padding-top: 20px; }
.banner-section .scroll-to-section-arrow { bottom: 25px; }
.banner-section .all-type-of-works .btn span {
    padding-left: 10px;
    padding-right: 10px;
}
.banner-section.home-banner-section .main-title {
    font-size: 36px;
}
.banner-section.home-banner-section .main-title b{display:block; line-height:44px}
.banner-section.home-banner-section .main-title span {display:none}
}
/* banner */

/* about-us */
.about-us-section {
	padding: 140px 0;
	/* background: radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -moz-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -webkit-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -ms-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -o-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%); */
}

.about-us-section .section-title {

}

.about-us-section .about-us-main-detail .about-detail {
	color: #ffffff;
}

.about-us-section .about-us-image * {
	width: 100%;
}

@media (min-width: 1400px) and (max-width: 1499px){
.about-us-section { padding: 115px 0; }
}

@media (min-width: 1200px) and (max-width: 1399px){
.about-us-section { padding: 85px 0; }
}

@media (min-width: 992px) and (max-width: 1199px){
.about-us-section { padding: 70px 0; }
}

@media (min-width: 768px) and (max-width: 991px){
.about-us-section { padding: 50px 0; }
.about-us-section .about-us-image { margin-bottom: 30px; }
}

@media (max-width: 767px){
.about-us-section { padding: 42px 0; }
.about-us-section .about-us-image { margin-bottom: 30px; }
}
/* about-us */

/* casting-process */
.casting-process-section {
	padding: 140px 0;
}

.casting-process-section .casting-process-list {
	counter-reset: my-awesome-counter;
}

.casting-process-section .casting-process-list .casting-block {
	margin-bottom: 25px;
}

.casting-process-section .casting-process-list .casting-block .title {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	line-height: 115%;
	color: #0277b3;
	counter-increment: my-awesome-counter;
}

.casting-process-section .casting-process-list .casting-block .title:before {
	position: relative;
	content: counter(my-awesome-counter) ". ";
	display: inline;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.casting-process-section .casting-process-list .casting-block .title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.casting-process-section .casting-process-list .casting-block .title a {
	text-decoration: none;
}

.casting-process-section .casting-process-list .casting-block .title a:hover {
	color: #000000;
}

.casting-process-section .casting-process-list .casting-block .detail b,
.casting-process-section .casting-process-list .casting-block .detail strong {
	font-weight: 600 !important;
}

.casting-process-section .casting-process-list .casting-block .detail *:last-child {
	margin-bottom: 0;
}

@media (min-width: 1400px) and (max-width: 1499px){
.casting-process-section { padding: 115px 0; }
}

@media (min-width: 1200px) and (max-width: 1399px){
.casting-process-section { padding: 85px 0; }
}

@media (min-width: 992px) and (max-width: 1199px){
.casting-process-section { padding: 70px 0; }
}

@media (min-width: 768px) and (max-width: 991px){
.casting-process-section { padding: 50px 0; }
.casting-process-section .casting-process-list .casting-block .title { font-size: 18px; }
}

@media (max-width: 767px){
.casting-process-section { padding: 42px 0; }
.casting-process-section .casting-process-main-detail { margin-bottom: 42px; }
.casting-process-section .casting-process-list .casting-block .title { font-size: 18px; }
}
/* casting-process */

/* we-are-here */
.we-are-here-section {
	padding: 135px 0;
}

.we-are-here-section .we-are-here-bg:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.we-are-here-section .section-title {
	color: #ffffff;
}

.we-are-here-section .btn-blue:before {
	border-color: #ffffff !important;
}

@media (min-width: 1300px) and (max-width: 1399px){
.we-are-here-section { padding: 100px 0; }
}

@media (min-width: 1200px) and (max-width: 1299px){
.we-are-here-section { padding: 100px 0; }
}

@media (min-width: 992px) and (max-width: 1199px){
.we-are-here-section { padding: 75px 0; }
}

@media (min-width: 768px) and (max-width: 991px){
.we-are-here-section { padding: 60px 0; }
}

@media (max-width: 767px){
.we-are-here-section { padding: 50px 0; }
}
/* we-are-here */

/* die-casting */
.die-casting-section {
	background: #2b2b2b;
	padding: 150px 0 120px;
}

.die-casting-section .section-title {
	color: #ffffff;
	margin-bottom: 50px;
}

.die-casting-list > .row {
	margin: 0 -22px;
}

.die-casting-list > .row > * {
	padding: 0 22px;
}

.die-casting-block {
	text-decoration: none;
	display: block;
	color: #ffffff;
	position: relative;
}

.die-casting-block .die-casting-image {
	position: relative;
	height: 372px;
	overflow: hidden;
	margin-bottom: 30px;
}

.die-casting-block .die-casting-image:before {
	position: absolute;
	content: "\2b";
	font-family: 'FontAwesome';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 22px;
	line-height: 100%;
	color: #ffffff;
	background: rgba(7, 133, 200, 0.7);
	opacity: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.die-casting-block .die-casting-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

a.die-casting-block:hover .die-casting-image:before {
	opacity: 1;
}

@media (min-width: 1600px) and (max-width: 1699px){
.die-casting-block .die-casting-image { height: 347px; }
}

@media (min-width: 1500px) and (max-width: 1599px){
.die-casting-block .die-casting-image { height: 322px; }
}

@media (min-width: 1400px) and (max-width: 1499px){
.die-casting-block .die-casting-image { height: 297px; }
}

@media (min-width: 1300px) and (max-width: 1399px){
.die-casting-section { padding: 125px 0 100px; }
.die-casting-list > .row { margin: 0 -20px; }
.die-casting-list > .row > * { padding: 0 20px; }
.die-casting-block .die-casting-image { height: 247px; }
}

@media (min-width: 1200px) and (max-width: 1299px){
.die-casting-section { padding: 125px 0 100px; }
.die-casting-list > .row { margin: 0 -20px; }
.die-casting-list > .row > * { padding: 0 20px; }
.die-casting-block .die-casting-image { height: 247px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.die-casting-section { padding: 100px 0 70px; }
.die-casting-list > .row { margin: 0 -15px; }
.die-casting-list > .row > * { padding: 0 15px; }
.die-casting-section .section-title { margin-bottom: 42px; }
.die-casting-block .die-casting-image { height: 290px; }
}

@media (min-width: 768px) and (max-width: 991px){
.die-casting-section { padding: 70px 0 40px; }
.die-casting-list > .row { margin: 0 -15px; }
.die-casting-list > .row > * { padding: 0 15px; }
.die-casting-section .section-title { margin-bottom: 35px; }
.die-casting-block .die-casting-image { height: 330px; }
}

@media (max-width: 767px){
.die-casting-section { padding: 42px 0 15px; }
.die-casting-list > .row { margin: 0 -15px; }
.die-casting-list > .row > * { padding: 0 15px; }
.die-casting-section .section-title { margin-bottom: 25px; }
.die-casting-block .die-casting-image { height: 240px; }
}

@media (max-width: 575px){
.die-casting-block .die-casting-image { height: 175px; }
}

@media (max-width: 424px){
.die-casting-list > .row > * { width: 100%; }
.die-casting-block .die-casting-image { height: 275px; }
}
/* die-casting */

/* cold-chamber */
.cold-chamber-section {
	padding: 20px 0 130px;
	/* background: radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -moz-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -webkit-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -ms-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%);
	background: -o-radial-gradient(50% 50%, circle closest-side, #0092cd 41%, #007db5 67%, #00679c 100%); */
}

.cold-chamber-section .common-breadcrumbs {
	color: #ffffff;
	margin-bottom: 85px;
}

.cold-chamber-section .section-title {
	color: #ffffff;
	margin-bottom: 60px;
}

.cold-chamber-section .cold-chamber-content > .row {
	margin: 0 -25px;
}

.cold-chamber-section .cold-chamber-content > .row > * {
	padding: 0 25px;
}

.cold-chamber-section .cold-chamber-detail {
	color: #ffffff;
}

.cold-chamber-section .cold-chamber-detail ul li {
	margin-bottom: 15px;
}

.maximum-close-block {
	text-align: center;
	border: 1px solid #ffffff;
	padding: 35px 20px 50px;
}

.maximum-close-block .maximum-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 120px;
	line-height: 100%;
	color: #ffffff;
	margin-bottom: 5px;
}

.maximum-close-block .maximum-title > * {
	display: block;
}

.maximum-close-block .maximum-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.maximum-close-block .maximum-title a {
	text-decoration: none;
}

.maximum-close-block .maximum-title a:hover {
	color: #000000;
}

.maximum-close-block .detail *:last-child {
	margin-bottom: 0;
}

.maximum-close-block .detail b,
.maximum-close-block .detail strong {
	font-weight: 600 !important;
}

@media (min-width: 1600px) and (max-width: 1699px) {
 .maximum-close-block .maximum-title { font-size: 100px; }
}

@media (min-width: 1500px) and (max-width: 1599px) {
.maximum-close-block .maximum-title { font-size: 100px; }
}

@media (min-width: 1400px) and (max-width: 1499px) {
.cold-chamber-section { padding-bottom: 115px; }
.maximum-close-block .maximum-title { font-size: 85px; }
.maximum-close-block { padding: 30px 15px 40px; }
}

@media (min-width: 1300px) and (max-width: 1399px) {
.cold-chamber-section { padding-bottom: 85px; }
.cold-chamber-section .common-breadcrumbs { margin-bottom: 60px; }
.cold-chamber-section .section-title { margin-bottom: 45px; }
.cold-chamber-section .cold-chamber-content > .row { margin: 0 -20px; }
.cold-chamber-section .cold-chamber-content > .row > * { padding: 0 20px; }
.maximum-close-block .maximum-title { font-size: 70px; }
.maximum-close-block { padding: 20px 15px 30px; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.cold-chamber-section { padding-bottom: 85px; }
.cold-chamber-section .common-breadcrumbs { margin-bottom: 60px; }
.cold-chamber-section .section-title { margin-bottom: 45px; }
.cold-chamber-section .cold-chamber-content > .row { margin: 0 -20px; }
.cold-chamber-section .cold-chamber-content > .row > * { padding: 0 20px; }
.maximum-close-block .maximum-title { font-size: 70px; }
 .maximum-close-block { padding: 20px 15px 30px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.cold-chamber-section { padding-bottom: 70px; }
.cold-chamber-section .common-breadcrumbs { margin-bottom: 50px; }
.cold-chamber-section .section-title { margin-bottom: 35px; }
.cold-chamber-section .cold-chamber-content > .row { margin: 0 -20px; }
.cold-chamber-section .cold-chamber-content > .row > * { padding: 0 20px; }
.maximum-close-block .maximum-title { font-size: 60px; }
.maximum-close-block { padding: 20px 15px 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.cold-chamber-section { padding-bottom: 60px; }
.cold-chamber-section .common-breadcrumbs { margin-bottom: 42px; }
.cold-chamber-section .section-title { margin-bottom: 35px; }
.cold-chamber-section .cold-chamber-content > .row { margin: 0 -20px; }
.cold-chamber-section .cold-chamber-content > .row > * { padding: 0 20px; }
.maximum-close-block { margin-bottom: 30px; }
.maximum-close-block .maximum-title { font-size: 45px; }
.maximum-close-block { padding: 20px 15px 30px; }
}

@media (max-width: 767px) {
.cold-chamber-section { padding-bottom: 45px; }
.cold-chamber-section .common-breadcrumbs { margin-bottom: 25px; }
.cold-chamber-section .section-title { margin-bottom: 25px; }
.cold-chamber-section .cold-chamber-content > .row { margin: 0 -15px; }
.cold-chamber-section .cold-chamber-content > .row > * { padding: 0 15px; }
.maximum-close-block { margin-bottom: 30px; }
 .maximum-close-block .maximum-title { font-size: 45px; }
 .maximum-close-block { padding: 20px 15px 30px; }
}
/* cold-chamber */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #000000;
	font-size: 0.9em;
}

.footer .f-logo {
	display: inline-block;
	width: 320px;
	max-width: 100%;
}

.footer .f-top .f-content {
	padding-top: 82px;
	padding-bottom: 30px;
}

.footer .f-block {
	margin-bottom: 30px;
}

.footer .f-block .f-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 133.333%;
	color: #0881be;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer .f-block .f-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.footer .f-block .f-title a {
	text-decoration: none;
}

.footer .f-block .f-title a:hover {
	color: #ffffff;
}

.footer .f-block .f-detail {
	color: #ffffff;
}

.footer .f-block .f-detail p a {
	text-decoration: none;
	color: #0881be;
}

.footer .f-contact-block .f-detail b,
.footer .f-contact-block .f-detail strong {
	font-weight: 600 !important;
}

.footer .f-contact-block .f-detail p {
	margin-bottom: 25px;
}

.footer .f-contact-block .f-detail p span {
	display: block;
	margin-bottom: 10px;
}

.footer .f-block .f-detail p a:hover {
	color: #ffffff;
}

.footer .f-block .f-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer .f-block .f-detail ul li {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
}

.footer .f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-block .f-detail ul li.active a,
.footer .f-block .f-detail ul li.current-menu-item a,
.footer .f-block .f-detail ul li.current-menu-parent a,
.footer .f-block .f-detail ul li.current_page_parent a,
.footer .f-block .f-detail ul li a.active,
.footer .f-block .f-detail ul li a.current-menu-item,
.footer .f-block .f-detail ul li a.current-menu-parent,
.footer .f-block .f-detail ul li a.current_page_parent,
.footer .f-block .f-detail ul li a:hover {
	color: #0881be;
}

.footer .f-info-block .f-detail ul li {
	padding-left: 35px;
}

.footer .f-info-block .f-detail ul li:before {
	position: absolute;
	content: "\f30b";
	font-family: 'FontAwesome';
	left: 0;
	top: 50%;
	color: #0881be;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.footer .f-bottom .f-content {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #0881be;
}

.footer .f-bottom ul {
	display: block;
	margin: 0 -5px 0 0;
	padding: 0;
	list-style-type: none;
}

.footer .f-bottom ul li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 5px 0 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 125%;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

.footer .f-bottom ul li:last-child {
	border-right: none;
}

.footer .f-bottom ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-bottom ul li.active > a,
.footer .f-bottom ul li.current-menu-item > a,
.footer .f-bottom ul li.current-menu-parent > a,
.footer .f-bottom ul li.current_page_parent > a,
.footer .f-bottom ul li a.active,
.footer .f-bottom ul li a.current-menu-item,
.footer .f-bottom ul li a.current-menu-parent,
.footer .f-bottom ul li a.current_page_parent,
.footer .f-bottom ul li a:hover {
	color: #0881be;
}

@media (min-width: 1400px) and (max-width: 1499px){
.footer .f-block .f-detail { font-size: 18px; }
.footer .f-contact-block .f-detail p { font-size: 18px; margin-bottom: 20px; }
}

@media (min-width: 1200px) and (max-width: 1399px){
.footer .f-logo { width: 275px; }
.footer .f-block .f-detail { font-size: 18px; }
.footer .f-contact-block .f-detail p { font-size: 18px; margin-bottom: 20px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.footer .f-top .f-content { padding-top: 65px; padding-bottom: 20px; }
.footer .f-logo { width: 275px; }
.footer .f-block .f-detail { font-size: 18px; }
.footer .f-contact-block .f-detail p { margin-bottom: 20px; }
}

@media (min-width: 768px) and (max-width: 991px){
.footer .f-top .f-content { padding-top: 42px; padding-bottom: 10px; }
.footer .f-logo-block { text-align: center; }
.footer .f-logo { width: 225px; }
.footer .f-block .f-detail { font-size: 16px; }
.footer .f-info-block .f-detail ul li { padding-left: 30px; }
.footer .f-contact-block .f-detail p { margin-bottom: 20px; }
}

@media (max-width: 767px){
.footer .f-top .f-content { padding-top: 35px; padding-bottom: 10px; }
.footer .f-logo-block { text-align: center; }
.footer .f-logo { width: 200px; }
.footer .f-block .f-detail { font-size: 16px; }
.footer .f-info-block .f-detail ul li { padding-left: 25px; }
.footer .f-contact-block .f-detail p { margin-bottom: 20px; }
.footer .f-bottom .f-content { padding-top: 15px; padding-bottom: 10px; }
.footer .f-bottom ul { text-align: center; }
}

@media (max-width: 575px){
.footer .f-bottom ul li { display: block; border: none; }
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* sticky-contact-popup */
.sticky-contact-popup {
    position: fixed;
    right: 50px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.sticky-contact-popup.visible {
    opacity: 1;
    pointer-events: auto;
}

.sticky-contact-popup .sticky-popup-profile {

}

.sticky-popup-profile {
	max-width: 90px;
	text-align: center;
	cursor: pointer;
}

.sticky-popup-profile .profile {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 0 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.sticky-popup-profile .profile:before {
	position: absolute;
	content: "\f086";
	font-family: 'FontAwesome';
	right: -15px;
	bottom: 0;
	width: 38px;
	height: 38px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 100%;
	color: #ffffff;
	background: #0277b3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	 transition: color 0.5s, background 0.5s;
}

.sticky-popup-profile:hover .profile:before {
    color: #0277b3;
    background: #ffffff;
    transition: color 0.5s, background 0.5s;
}

.sticky-popup-profile .profile * {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border: 1px solid #ffffff;
	font-family: 'object-fit: cover';
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.sticky-popup-profile .detail {
	font-size: 16px;
	line-height: 115%;
	color: #ffffff;
}

.sticky-popup-profile .detail *:last-child {
	margin-bottom: 0;
}

.sticky-contact-popup .sticky-popup-detail {
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 20px;
	background: #ffffff;
	padding: 30px 20px;
	width: 350px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.sticky-contact-popup .common-form .form-select,
.sticky-contact-popup .common-form .form-control {
	font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px){
.sticky-popup-profile .profile { width: 75px; height: 75px; }
.sticky-popup-profile .profile * { width: 75px; height: 75px; }
.sticky-popup-profile .detail { font-size: 14px; }
}

@media (min-width: 768px) and (max-width: 991px){
.sticky-popup-profile .profile { width: 75px; height: 75px; }
.sticky-popup-profile .profile * { width: 75px; height: 75px; }
.sticky-popup-profile .detail { font-size: 14px; }
.sticky-contact-popup .sticky-popup-detail { width: 300px; }
}

@media (max-width: 767px){
.sticky-contact-popup { right: 30px; }
.sticky-popup-profile .profile { width: 60px; height: 60px; }
.sticky-popup-profile .profile * { width: 60px; height: 60px; }
.sticky-popup-profile .profile:before { width: 30px; height: 30px; font-size: 14px; }
.sticky-popup-profile .detail { display: none; font-size: 14px; }
.sticky-contact-popup .sticky-popup-detail { width: 225px; padding: 20px 10px; }
}
/* sticky-contact-popup */

/* tabing selected element css */
a:focus,
a:focus-visible { outline: 5px auto #0277b3 !important; outline-offset: 1px !important; }
a.btn:focus,
a.btn:focus-visible { outline: 5px auto #0277b3 !important; outline-offset: 1px !important; }
button:focus,
button:focus-visible { outline: 5px auto #0277b3 !important; outline-offset: 1px !important; }
.slick-arrow:focus,
.slick-arrow:focus-visible { outline: 5px auto #0277b3 !important; outline-offset: 1px !important; }

/* ------------------------------------------------------------ *\
    Skip link
\* ------------------------------------------------------------ */

.skip-link { position: fixed; top: 0; left: 0; font-size: 14px; padding: 0 17px; border-width: 17px; height: 34px; font-weight: 400; line-height: 32px; border: 1px solid #0277b3; background: #0277b3; color: #ffffff; text-decoration: none; text-align: center; z-index: 999999; text-transform: uppercase; border-radius: 0 17px 17px 0; -webkit-border-radius: 0 17px 17px 0; -moz-border-radius: 0 17px 17px 0; -ms-border-radius: 0 17px 17px 0; -o-border-radius: 0 17px 17px 0; transition: transform .4s,color .4s; -webkit-transition: transform .4s,color .4s; -moz-transition: transform .4s,color .4s; -ms-transition: transform .4s,color .4s; -o-transition: transform .4s,color .4s; transform: translateX(-110%); -webkit-transform: translateX(-110%); -moz-transform: translateX(-110%); -ms-transform: translateX(-110%); -o-transform: translateX(-110%); }

.skip-link:before { content: ''; position: absolute; top: 0; bottom: -1px; left: 0; width: 101%; background-color: #0277b3; pointer-events: none; transition: width 0.4s; border-radius: 0 17px 17px 0; }

.skip-link:focus,.skip-link:focus-visible { color: #ffffff; outline: 0 !important; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.skip-link:hover { color: #ffffff; background: #000000; }

.skip-link:hover:before { width: 0; }

.skip-link span { display: inline-block; position: relative; z-index: 1; }
/* tabing selected element css */



.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-bg: rgba(0, 0, 0, 0.82);
	z-index: var(--fancybox-zIndex, 99999);
}

.image-zoom-link {
    margin-bottom: 5px;
}


h3 {
	font-size: 24px;
    line-height: 108.333%;
    color: #0785c8;
	margin-bottom:0px;
	font-weight: 700;
	line-height: 123%;
}

@media (min-width: 768px) and (max-width: 991px) {
h3 {
	font-size: 20px;
	}
}
@media (max-width: 767px){
h3 {
	font-size: 18px;
	}
}

.hintergrundblau {
background: #0295D1;
background: linear-gradient(90deg, rgba(2, 149, 209, 1) 0%, rgba(6, 133, 200, 1) 50%, rgba(39, 176, 230, 1) 100%);
color: #fff;
}

.hintergrundgrau {
background: #2b2b2b;
background: linear-gradient(90deg,rgba(43, 43, 43, 1) 50%, rgba(66, 66, 66, 1) 100%);
color: #fff;
}
.hintergrunddunkelgrau {
background: #2b2b2b;
background: linear-gradient(90deg,rgba(31, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(43, 43, 43, 1) 100%);
color: #fff;
}

.hintergrundblau h3, .hintergrundgrau1 h3 {color:#fff;}
.hintergrundblau .accordion .accordion-item .accordion-button, .hintergrundgrau1 .accordion .accordion-item .accordion-button {color:#fff}
.hintergrundblau .accordion .accordion-item .accordion-button:before, .hintergrundblau .accordion .accordion-item .accordion-button:after,
.hintergrundgrau1 .accordion .accordion-item .accordion-button:before, .hintergrundgrau1 .accordion .accordion-item .accordion-button:after {background:#fff}
.hintergrundblau .accordion .accordion-item:first-child, .hintergrundgrau1 .accordion .accordion-item:first-child {border-top: 1px solid #fff;}
.hintergrundblau .accordion .accordion-item, .hintergrundgrau1 .accordion .accordion-item {border-bottom: 1px solid #fff;}

.hintergrundweiss .maximum-close-block, .hintergrundgrau .maximum-close-block, .hintergrunddunkelgrau .maximum-close-block { border: 1px solid #0785c8;}
.hintergrundweiss .maximum-close-block .maximum-title {color:#000}

.hintergrundblau a {color: #000000;}
.hintergrundblau a:hover {color: #ccc;}


.gallery-3iq figure.image {
    position: relative;
    display: block;
    margin: 0;
}

.gallery-3iq figure.image img {
    width: 100%;
    height: auto;
    display: block;
    clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
    );
    z-index: 1;
    position: relative;
}

/* Blaue achteckige Kontur */
.gallery-3iq figure.image::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
    );
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

/* Hover-Overlay */
.gallery-3iq .image-zoom-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(7, 133, 200, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 3;
    clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
    );
    pointer-events: none;
}

.gallery-3iq .image-zoom-link {
    display: block;
    position: relative;
}

.gallery-3iq .image-zoom-link:hover .image-zoom-overlay {
    opacity: 1;
}




.vita-timeline-section {
	position: relative;
}

.vita-timeline-section .vita-timeline-list {
	position: relative;
	padding: 20px 0;
}

.vita-timeline-section .vita-timeline-list:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #666;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.vita-timeline-section .timeline-block {
	position: relative;
	padding: 20px 0;
}

.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail {
	margin-left: auto;
	padding-right: 0;
	padding-left: 55px;
	text-align: left;
}

.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail:before {
	right: auto;
	left: -10px;
}

.vita-timeline-section .timeline-block:last-child .timeline-main-detail {
	color: #0295D1;
}

.vita-timeline-section .timeline-block .timeline-year {

    font-weight: 600;
    font-size: 40px;
    /* line-height: 120%; */
    color: #0295D1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.vita-timeline-section .timeline-block .timeline-year * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	padding-bottom: 7px;
    display: block;
}

.vita-timeline-section .timeline-block .timeline-year a {
	text-decoration: none;
}

.vita-timeline-section .timeline-block .timeline-year a:hover {
	color: #276572;
}

.vita-timeline-section .timeline-block .timeline-main-detail {
	position: relative;
	width: 50%;
	padding-right: 55px;
	text-align: right;
}

.vita-timeline-section .timeline-block .timeline-main-detail:before {
	position: absolute;
	content: "";
	right: -10px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: #0295D1;
	border: 1px solid #0295D1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.vita-timeline-section .timeline-block .timeline-main-detail .title {
	text-transform: uppercase;
	color: #000000;
}

.vita-timeline-section .timeline-block .timeline-main-detail .title * {
	margin: 0;
}

.vita-timeline-section .timeline-block .timeline-main-detail .timeline-detail *:last-child {
	margin-bottom: 0;
}

.vita-timeline-section .timeline-block .timeline-main-detail .timeline-detail a {
	text-decoration: none;
	color: #0295D1;
}

.vita-timeline-section .timeline-block .timeline-main-detail .timeline-detail a:hover {
	color: #276572;
}

@media (min-width: 992px) and (max-width: 1199px){
.vita-timeline-section .timeline-block .timeline-main-detail { padding-right: 40px; }
.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail { padding-left: 40px; }
}
@media (min-width: 768px) and (max-width: 991px){
	.vita-timeline-section .timeline-block .timeline-main-detail { padding-right: 30px; }
.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail { padding-left: 30px; }
}

@media (max-width: 767px) {
	.vita-timeline-section .vita-timeline-list { padding: 10px 0; }
.vita-timeline-section .vita-timeline-list:before { left: 10px; }
.vita-timeline-section .timeline-block { padding: 20px 0; }
.vita-timeline-section .timeline-block .timeline-year { font-size: 26px; }
.vita-timeline-section .timeline-block .timeline-main-detail { text-align: left !important; width: 100%; padding-left: 35px !important; padding-right: 0 !important; }
.vita-timeline-section .timeline-block .timeline-main-detail:before { right: auto !important; left: 0 !important; }
.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail { padding-left: 20px; }
}

.hintergrundblau .vita-timeline-section .vita-timeline-list:before {background: #fff;}
.hintergrundblau .vita-timeline-section .timeline-block .timeline-year {color:#fff}
.hintergrundblau .vita-timeline-section .timeline-block .timeline-main-detail .title {  color: #fff;}
.hintergrundblau .vita-timeline-section .timeline-block .timeline-main-detail:before {    background: #0295D1;   border: 1px solid #fff;}
.hintergrundgrau .vita-timeline-section .timeline-block .timeline-main-detail .title {  color: #fff;}
.hintergrunddunkelgrau .vita-timeline-section .timeline-block .timeline-main-detail .title {  color: #fff;}



/* h2 für Step: ausblenden, bleibt für Screenreader */
form[id^="kontaktformularwildflowers-"] h2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Formular-Rahmen, Schatten, Abstand */
form[id^="kontaktformularwildflowers-"] {
  margin-top: 2rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(30,52,74,0.07), 0 1.5px 6px 0 rgba(30,52,74,0.10);
}

/* Form Group Abstand */
form[id^="kontaktformularwildflowers-"] .form-group {
  margin-bottom: 1.2rem;
}

/* Label-Styling */
form[id^="kontaktformularwildflowers-"] .form-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .45rem;
  color: #1E344A;
}

/* Inputs, Selects, Textareas */
form[id^="kontaktformularwildflowers-"] .form-control,
form[id^="kontaktformularwildflowers-"] select,
form[id^="kontaktformularwildflowers-"] textarea {
  display: block;
  width: 100%;
  padding: .7rem 1rem;
  font-size: 1.06rem;
  border: 1.5px solid #dbe3ec;
  border-radius: 0rem;
  background: #f7fafc;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  outline: none;
}

form[id^="kontaktformularwildflowers-"] .form-control:focus,
form[id^="kontaktformularwildflowers-"] select:focus,
form[id^="kontaktformularwildflowers-"] textarea:focus {
  border-color: #0277b3;
  background: #fff;
  box-shadow: 0 0 0 3px #0277b323;
}

/* Pflichtfeld Sternchen */
form[id^="kontaktformularwildflowers-"] .required {
  color: #e14a3b;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: .1em;
}

form[id^="kontaktformularwildflowers-"] textarea {
  min-height: 110px;
  resize: vertical;
}

/* Checkbox-Layout */
form[id^="kontaktformularwildflowers-"] .input.checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1em;
}

form[id^="kontaktformularwildflowers-"] .form-check {
  display: flex;
  align-items: center;
  gap: 0.7em;
}

form[id^="kontaktformularwildflowers-"] .form-check .add-on[type="checkbox"] {
  width: 1.1em;
  height: 1.1em;
  accent-color: #0277b3;
  border-radius: .3em;
  margin-right: .1em;
  border: 1.5px solid #dbe3ec;
}

/* "Datenschutz" Label */
form[id^="kontaktformularwildflowers-"] .form-check-label {
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  font-weight: 400;
  color: #1E344A;
  margin-bottom: 0;
}

/* Checkbox-Icon optisch etwas absetzen, falls gewünscht */
form[id^="kontaktformularwildflowers-"] .custom-checkbox-icon {
  margin-left: .2em;
}

/* Zusatztext ("Ich akzeptiere die Datenschutzbestimmungen...") UNTERHALB der Checkbox, eingerückt */
form[id^="kontaktformularwildflowers-"] .form-text {
  font-size: .97em;
  color: #687082;
  margin: .25em 0 0 1.5em; /* Abstand nach unten und nach rechts eingerückt unter Checkbox */
  line-height: 1.45;
}



/* Mobile Optimierung */
@media (max-width: 600px) {
  form[id^="kontaktformularwildflowers-"] {
    padding: 1.2rem .7rem;
    box-shadow: 0 2px 10px 0 rgba(30,52,74,0.07);
  }
  form[id^="kontaktformularwildflowers-"] .form-text {
    margin-left: 0.7em;
  }
}


/* hub-sports */
.hub-sports-list {
	display: flex;
	flex-wrap: wrap;
		background:#000;
}

.hub-sports-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 25%;
}

.hub-sports-block {
	position: relative;
	overflow: hidden;
}

.hub-sports-block .hub-sports-image {
	position: relative;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;

}

.hub-sports-block:hover .hub-sports-image {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.hub-sports-block .hub-sports-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.6;
}

.hub-sports-block .hub-sports-image:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0277b3;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.hub-sports-block .hub-sports-image * {
	width: 100%;
	height: 385px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.hub-sports-block .hub-sports-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(-100% + 295px);
	padding: 35px 35px 0;
	overflow: hidden;
	color: #ffffff;
	word-break: break-word;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.hub-sports-block .block-title {
	color: #ffffff;
	margin: 0 0 10px;
	min-height: 90px;
	display: flex;
	align-items: flex-end;
}

.hub-sports-block .hub-button {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	margin-top: 25px;
}

.hub-sports-block .hub-sports-detail .detail {
	font-weight: 300;
	display: -webkit-box;

	/* 3-iQ Anzahl der Zeilen war vorher 2 */

	-webkit-line-clamp: 4;
	
	-webkit-box-orient: vertical;  
	overflow: hidden;
	/* display: none; */
	opacity: 0;
	min-height:75px;
}


@media (max-width: 1640px){
.hub-sports-block .hub-sports-detail .detail {
	min-height:95px;
}
}
@media (max-width: 1400px){
.hub-sports-block .hub-sports-detail h2 {
	hyphens: auto;
}
}

.hub-sports-block:hover .hub-sports-image:after {
	opacity: 0.3;
}

.hub-sports-block:hover .hub-sports-detail {
	bottom: 35px;
}

.hub-sports-block:hover .hub-sports-detail .detail {
	opacity: 1;
	margin-top: 10px;
}

.hub-sports-block:hover .hub-button {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1600px) and (max-width: 1699px){
.hub-sports-block .hub-sports-detail { padding: 35px 25px 0; }
}

@media (min-width: 1500px) and (max-width: 1599px){
.hub-sports-block .hub-sports-detail { padding: 35px 25px 0; }
}

@media (min-width: 1400px) and (max-width: 1499px){
.hub-sports-block .hub-sports-detail { padding: 35px 25px 0; }
}

@media (min-width: 1300px) and (max-width: 1399px){
.hub-sports-block .hub-sports-detail { padding: 35px 20px 0; bottom: calc(-100% + 250px); }
.hub-sports-block .block-title { font-size: 30px; }
.hub-sports-block .hub-sports-image * { height: 350px; }
}

@media (min-width: 1200px) and (max-width: 1299px){
.hub-sports-block .hub-sports-detail { padding: 35px 20px 0; bottom: calc(-100% + 250px); }
.hub-sports-block .block-title { font-size: 30px; }
.hub-sports-block .hub-sports-image * { height: 350px; }
}
@media (min-width: 1100px) and (max-width: 1999px){
.hub-sports-block .hub-sports-detail h2{
min-height:73px
}
}

@media (min-width: 992px) and (max-width: 1199px){
.hub-sports-block .hub-sports-detail { padding: 35px 20px 0; bottom: calc(-100% + 250px); }
.hub-sports-list > * { width: 50%; }
.hub-sports-block .block-title { font-size: 30px; }
.hub-sports-block .hub-sports-image * { height: 350px; }
}

@media (min-width: 768px) and (max-width: 991px){
.hub-sports-block .hub-sports-detail { padding: 25px 15px 0; bottom: calc(-100% + 250px); }
.hub-sports-block:hover .hub-sports-detail { bottom: 25px; }
.hub-sports-list > * { width: 50%; }
.hub-sports-block .block-title { font-size: 30px; }
.hub-sports-block .hub-sports-image * { height: 350px; }
}

@media (max-width: 767px){
.hub-sports-block .hub-sports-detail { padding: 25px 15px 0; bottom: calc(-100% + 250px); }
.hub-sports-block:hover .hub-sports-detail { bottom: 25px; }
.hub-sports-list > * { width: 50%; }
.hub-sports-block .block-title { font-size: 28px; }
.hub-sports-block .hub-sports-image * { height: 350px; }
}

@media (max-width: 575px){
.hub-sports-block .hub-sports-detail { bottom: calc(-100% + 200px); }
.hub-sports-block .hub-sports-image * { height: 300px; }
.hub-sports-list > * { width: 100%; }
.hub-sports-block .hub-sports-detail .detail {
	min-height:auto;
}
}
/* hub-sports */

.ansprechpartnerbox .nomargin1 {margin-bottom:18px}
.ansprechpartnerbox .nomargin2 {margin-bottom:12px}
.ansprechpartnerbox .ansprechpartner {padding-bottom:22px}
.ansprechpartnerbox .eva-europe-detail {text-align: center;}
.ansprechpartnerspalte.row {    max-width: 1400px;    margin: 0 auto;}

p.einheitcounter {
font-size: 1.6em;
    margin-bottom: 10px;
}

@media (max-width: 575px){
	h1 {hyphens: auto;}
}

figcaption {
    font-size: 0.72em
}


