/* XD desing 1 */


.Home-banner {
	display: block;
	position: relative;
}

.home-slide-content-inn {
	display: inline-block;

	width: 100%;
	max-width: 660px;
	padding: 35px 70px 30px 70px;
	position: relative;
	transition: all 0.18s ease-in-out;
	-webkit-transition: all 0.18s ease-in-out;
	position:relative;
}
.home-slide-content-inn::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	content: "";
	background: #0200008c;
	transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	z-index: 1;
	width: 100%;
}
.slick-current .home-slide-content-inn::before {
	width: 100%;
}
.home-slide-content-inn h2 {
	display: block;
	color: #fff;
	font-family: 'Orbitron';
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
}
.Home-banner-slide {
	position: relative;
}
.home-slide-content-inn-row h2 {
	padding-left: 0;
}
.home-slide-content-inn-row h2::before {
	left: -25px;
	position: absolute;
	width: 10px;
	height: 40px;
	content: "";
	background: #fff;
}
.border-heading {
	position: relative;
	padding-left: 25px;
}
.border-heading::before {
	position: absolute;
	left: 0;
	width: 10px;
	height: 100%;
	background:#231f20;
	content: "";
}
.home-slide-content-inn p {
	font-size: 20px;
	line-height: 27px;
	 font-family: 'Segoe UI';
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.home-slide-content-inn p:last-child 
{
	margin-bottom:0px;
}
.Home-banner .slick-dots {
	position: absolute;
	bottom: 200px;
	left: 47%;
}
.Home-banner .slick-dots li {
	display: block;
}
.Home-banner .slick-dots li button {
	color: transparent;
	width: 18px;
	height: 18px;
	overflow: hidden;
	border: 3px solid #fff;
	margin: 0 4px;
	background: transparent;
}
.Home-banner .slick-dots li.slick-active button 
{
	background:#fff;
}
.Home-banner .slick-next.slick-arrow, .Home-banner .slick-prev.slick-arrow, .the-industry-slide .slick-prev.slick-arrow,  .the-industry-slide .slick-next.slick-arrow
 {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
	width: 84px;
	height: 84px;
	color: transparent;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
z-index: 9;
}
.home-slide-row {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 210px 0 120px 0;
	height: 870px !important;
}
.Home-banner .slick-prev.slick-arrow, .the-industry-slide .slick-prev.slick-arrow {
	left: 50px;
	background-image:url(../images/home-slide-arrow-LT.svg);
}
.Home-banner .slick-next.slick-arrow, .the-industry-slide .slick-next.slick-arrow {
	background-image: url(../images/home-slide-arrow-RT.svg);
	right: 50px;
	left: auto;
}
.home-featured-row {
	background: #1c63b7;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 0;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.home-featured-grid {
	border-right: 1px solid #427cc3;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: stretch;
	flex-direction: column;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	position:relative;
	text-align: center;
}

.home-featured-grid:hover {
	
	border-right: 1px solid #2679db;
	background:#2679db;
}
.home-featured-grid .featured-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	min-height: 80px;
	align-items: center;	
}
.home-featured-grid h4 {
	font-size: 20px;
	color: #fff;
	 font-family: 'Segoe UI';
	font-weight: normal;
	margin-bottom: 10px;
}
.home-featured-grid p {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	 font-family: 'Segoe UI';
	font-weight: 300;
	text-align: center;
}
.home-featured-grid:last-child {
	border-right: 0px;
}
.home-featured-grid .featured-icon img {
	min-height: 50px;
}
.home-featured-main {
	margin: -135px 0 0 0;
	position: relative;
	z-index: 2;
}
.Products-wrapper-main {
	padding: 90px 0;
}

/* .Products-wrapper-header .border-heading::before, .what-we-do-wrapper .border-heading::before, .aktuelles-wrapper-header .border-heading::before */
/* { */
	/* background: #231f20; */
/* } */

.Products-wrapper-header .small-description p ,  .what-we-do-grid .small-description p
{
	color: #676767;
	font-size:16px;
	line-height:24px;
	 font-family: 'Segoe UI';
}
.Products-wrapper-header, .what-we-do-header .small-description
{
	margin-bottom: 40px;
}
@media (min-width: 768px) {
.what-we-do-grid.right-grid {
	padding-left: 1.3%;
}
}
.Products-wrapper-row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 50px 30px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.Products-wrapper-grid {
	
	display: flex;
}
.Products-wrapper-grid a {
	display: flex;
	height: 100%;
	border: 1px solid #e7ecf5;
	padding: 15px 15px 10px 15px;
	min-height:190px;
}
@media only screen and (min-width:1199px) and (max-width:1399px) {
	.Products-wrapper-grid a {
		min-height:200px;
	}
}
.Products-wrapper-grid-left {
	width: 100px;
	height:80px;
}
.Products-wrapper-grid-right {
	width: calc(100% - 100px);
	padding-left: 20px;
}
.Products-wrapper-grid-left img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.Products-wrapper-grid-right h4 {
	color: #231F20;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	 font-family: 'Segoe UI';
	margin-bottom: 7px;
}
.Products-wrapper-grid-right p {
	font-size: 16px;
	line-height:1.3;
	color: #676767;
	font-family: 'Segoe UI';
	hyphens: auto;
}
.Products-wrapper-grid a:hover {
	background: #1c63b7;
}
.Products-wrapper-grid a:hover .Products-wrapper-grid-right h4, .Products-wrapper-grid a:hover .Products-wrapper-grid-right p
{
	color:#fff;
}
.what-we-do-grid.left-grid {
	padding-right: 20px;
}
.what-we-do-grid h5 {
	font-size: 16px;
	color: #231F20;
	margin: 0;
	padding: 0;
	font-weight: bold;
	 font-family: 'Segoe UI';
	margin: 15px 0 10px 0;
}
.what-we-do-grid ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.what-we-do-grid ul li {
	font-size: 16px;
	color: #676767;
	 font-family: 'Segoe UI';
	font-weight: normal;
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 8px;
	list-style: disc;
}
.what-we-do-wrapper {
	padding-bottom: 90px;
}
.what-we-do-wrapper .row {
	align-items: center;
}
.the-industry-wrapper {
	background: #1c63b7;
	padding: 80px 0;
}
.the-industry-row
{
	
}
.the-industry-slid-grid {
	display:block;
	text-align: center;
}
.the-industry-row .slick-current {
	border-color: #fff;
}
.the-industry-slid-grid img {
	display:inline-block;
	width:100%;
}
.slick-current.the-industry-slid-grid img {
	opacity: 1;
}
.the-industry-row .slick-dots li button {
	color: transparent;
	width: 16px;
	height: 16px;
	overflow: hidden;
	border: 2px solid #fff;
	margin: 0 4px;
	background: transparent;
}
.the-industry-row .slick-dots li {
	display: inline-block;
}
.the-industry-row .slick-dots li.slick-active button {
	background: #fff;
}
.the-industry-row .slick-dots {
	display: block;
	text-align: center;
	margin-top: 24px;
}
.the-industry-slide .slick-prev.slick-arrow {
	left: -45px;
}
.the-industry-slide .slick-next.slick-arrow {
	right: -130px;
}
.the-industry-slide .slick-prev.slick-arrow, .the-industry-slide .slick-next.slick-arrow {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.the-industry-featured {
	margin-top: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.the-industry-featured-grid.left-col {
	text-align: center;
}
.the-industry-featured-grid.left-col img {
	max-width:85%;
}
.the-industry-featured-grid h3 {
	color: #fff;
	 font-family: 'Segoe UI';
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.the-industry-featured-grid p {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	 font-family: 'Segoe UI';
	margin-bottom: 24px;
	font-weight: 300;
}
.the-industry-featured-grid p:last-child
{
	margin-bottom: 0px;
}
.the-industry-featured-grid .custom-button {
	margin-top: 60px;
}
.aktuelles-wrapper-main {
	display: block;
	padding-bottom: 80px;
}
.aktuelles-wrapper-main .small-description {
	margin-bottom: 40px;
}

.aktuelles-wrapper-row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 50px 30px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.aktuelles-wrapper-grid {
	display: flex;
}
.aktuelles-wrapper-grid a {
	display: flex;
	width:100%;
	height: 100%;
	border: 0px solid #e7ecf5;
	padding: 0;
	flex-direction: column;
}
.aktuelles-wrapper-grid-img {
	width: 100%;
	height: 200px;
	overflow:hidden;
}
@media only screen and (max-width:1599px) {
	.aktuelles-wrapper-grid-img {
		height: 250px;
	}
}
@media only screen and (max-width:1399px) {
	.aktuelles-wrapper-grid-img {
		height: 200px;
	}
}
@media only screen and (max-width:1200px) {
	.aktuelles-wrapper-grid-img {
		height: 160px;
	}
}
@media only screen and (max-width:991px) {
	.aktuelles-wrapper-grid-img {
		height: 150px;
	}
}
@media only screen and (max-width:639px) {
	.aktuelles-wrapper-grid-img {
		height: 200px;
	}
}
.aktuelles-wrapper-grid-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.aktuelles-wrapper-grid-content {
	width: 100%;
	padding: 20px 20px 25px 20px;
	position: relative;
	background: #f3f2f7;
	min-height:270px;
	height:100%;
}
.aktuelles-wrapper-grid-content h4 {
	color: #3a3536;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Segoe UI';
	min-height:50px;
	margin-top: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.aktuelles-wrapper-grid-content p, .aktuelles-wrapper-grid-content div {
	font-size: 16px;
	line-height: 1.3;
	color: #676767;
	font-family: 'Segoe UI';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.aktuelles-wrapper-header {
	margin-bottom: 30px;
}
.aktuelles-wrapper-grid-content .date-cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #676767;
	 font-family: 'Segoe UI';
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.aktuelles-wrapper-grid a:hover {
	background: #1c63b7;
	box-shadow: 0 0 18px #5e5e5e;
	-webkit-box-shadow: 0 0 33px #d2d2d2;
	border: 0px;
}
.aktuelles-wrapper-grid a:hover .aktuelles-wrapper-grid-content {
	background: #1c63b7;
	color:#fff;
}
.aktuelles-wrapper-grid a:hover .aktuelles-wrapper-grid-content p, .aktuelles-wrapper-grid a:hover .aktuelles-wrapper-grid-content div {
	color:#fff;
}
.aktuelles-wrapper-grid a:hover .date-cont,  .aktuelles-wrapper-grid a:hover .aktuelles-wrapper-grid-content h4, .aktuelles-wrapper-grid a:hover .aktuelles-wrapper-grid-content p {
	color: #fff;
}

.banner-content .home-slide-content-inn {
    position: absolute;
    transform: translate(0%,-50%);
    top: 50%;
}