/* Custom Fonst */

@font-face {
    font-family: 'gill-sans-mt';
    src: url('../fonts/gill-sans-mt-webfont.woff2') format('woff2'),
         url('../fonts/gill-sans-mt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gill-sans-mt-bold';
    src: url('../fonts/gill-sans-mt-bold-webfont.woff2') format('woff2'),
         url('../fonts/gill-sans-mt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura-book';
    src: url('../fonts/Futura-Book.woff2') format('woff2'),
         url('../fonts/Futura-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura-bold';
    src: url('../fonts/Futura-Bold.woff2') format('woff2'),
         url('../fonts/Futura-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* ********************** Global CSS ************************ */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'gill-sans-mt';
}
:root {
    --blue: #41aadc;
    --grey: #b8b8b8;
}
h2{text-transform: uppercase;}
.nopadding {
    margin: 0;
    padding: 0;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.custom-container, .container{
    max-width: 1445px;
    margin: 0 auto;
    padding: 0;
}
input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
    outline: none !important;
    outline-offset: unset !important;
}

a {
    color: #000;
}
a, a:hover{
    text-decoration: none;
}

.no-display{
    display: none;
}
.text-underlined{
    text-decoration: underline;
}

/******************************************** Custom CSS ****************************************************/

/************************** Home Page Starts  ********************************/


.nav-icons {
	display: none;
}


.mySlides {display: none}

.slideshow-container {
  position: relative;
  margin: auto;
  height: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.pad-arrow {
	display: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.dot {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  
}

.active, .dot:hover {
  background-color: #717171;
}

.dot-div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	text-align: center;
}

.dot-div.dot-div-en {
	left: 1%;
  }

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slick-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav{
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 30px;
	width: 93.7%;
	height: 98px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 99;
  }
  nav .navbar{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding-inline-start: 0rem;
  }
  
  .navbar .logo a img {
	max-width: 200px;
  }


  .logo-div {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-inline-end: 6rem;

   }
   .logo {
	margin-inline: 1rem;
}

  nav .navbar .nav-links {
	line-height: 98px;
	height: 100%;
	margin-inline-end: 20px;
	min-width: 0;
  }
  
  nav .navbar .links{
	display: flex;
  }
  nav .navbar .links li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0 14px;
	margin-right: 90px;
  }
  nav .navbar .links li:last-child {
	margin-right: 0;
  }
  nav .navbar .links li a{
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	font-size: 30px;
	font-weight: 500;
  }

  
  nav .navbar .links li .arrow{
	height: 100%;
	width: 22px;
	line-height: 98px;
	text-align: center;
	display: inline-block;
	color: var(--blue);
	transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	line-height: 100px;
	background: var(--blue);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 4px 4px;
	display: none;
	z-index: 2;
  }
  
  nav .navbar .links li:hover .waswirtun-sub-menu,
  nav .navbar .links li:hover .aktuelles-sub-menu,
  nav .navbar .links li:hover .produkte-sub-menu,
  nav .navbar .links li:hover .service-sub-menu,
  nav .navbar .links li:hover .kontakt-sub-menu{
	display: block;
  }
  .navbar .links li .sub-menu li{
	padding: 0px 10px;
	border-bottom: 2px solid rgba(255,255,255,0.1);
  }
  .navbar .links li .sub-menu a{
	color: #fff;
	font-size: 30px;
	font-weight: 500;
  }
  .navbar .links li .sub-menu{
	line-height: 40px;
  }
  
  .drop-down {
	padding-inline-start: 1rem;
  }
  
  .navbar .links li .sub-menu{
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 4px 4px 4px;
	z-index: 1;
	display: none;
  }
  
  
  .inquiry p {
	font-size: 30px;
	color: #ffff;
  }
  
  .navbar .nav-links .sidebar-logo{
	display: none;
  }

/* Nav Ends */

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

/* Mid Banner Image */

.mid-banner-img {
	background-image: url('../image/further-electronics-circle-gate.jpg');
	height: 100%;
	background-position: right;
	background-repeat: no-repeat;
}


.mid-content-head {
	color: var(--blue);
	font-size: 58px;
}

.mid-content-para-1 {
	margin-block-start: 6.75rem;
	padding-inline-end: 38.072rem;
	font-size: 36px;
	color: #000;
}

.mid-content-para-2 {
	display: none;
}

.mid-content-last {
	margin-block-start: 4.25rem;
}

.read-more {
	font-size: 36px;
	color: #41aadc;
}
.mehr-erfahren {
	margin-top: 20px;
	display: block;
}
.mehr-erfahren a {
	color: #41aadc;
}
.product-last-content-para p{
	font-size: 30px;
}
.product-last-content-para{
	margin-top: 60px;
	margin-bottom: 15px;
}
.service-container-para.product-last-content-para.container {
	margin-top: 0;
	margin-bottom: 75px;
}

.mid-content {
	padding-block-end: 5.30rem;
}

/************************************ Mid Banner Below Div **********************************/


.mid-below-img-line img {
	max-width: 65%;
}

.mid-below-title p, .mid-below-title h2, .mid-below-title h1, .product-last-content-title-new h2 {
	color: var(--blue);
	font-size: 58px;
	margin-block-start: -4rem;
}
.news-page .mid-below-title h1{margin-block-start: 0 !important;}
.product-last-content-title-new h2{color: #fff;}




.cards {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-block-start: 5.4rem;
}

.card {
	flex: 0 0 auto;
	width: 32.3%;
	margin-inline-end: 1.5rem;
}

.first-card, .second-card, .third-card {
	border-inline: 1px solid var(--grey);
}

.news-title-time p {
    color: var(--blue);
	font-size: 25px;
}

.news-title-time {
	max-width: 0;
}
.news-title-head p {
    font-family: 'gill-sans-mt-bold';
	font-size: 25px;
    color: var(--blue);
}

.mid-banner-below-div {
	margin-block-start: 80px;
}

.mid-banner-news-content {
	padding-inline-end: 0.7rem;
	margin-inline-end: 1rem;
}

.mid-banner-news-title {
	padding: 1rem;
	display: inline-flex;
}

.news-title-head {
	margin-inline-start: 5rem;
}
.mid-banner-news-para {
    font-size: 30px;
    overflow: hidden;
    padding-block: 1rem;
    padding-inline-start: 1rem;
    padding-inline-end: 0.5rem;
}

.mid-banner-content-border {
    border: 1px solid var(--grey);
	height: 415px;
}

.news-read-more {
	margin-block: 32px;
	margin-inline-start: 10px;
}

.service-read-more{
	float: right;
}

.news-read-more a {
    font-size: 30px;
    color: #fff;
}

.container.extra-card-below-text {
	font-size: 30px;
	margin-top: 40px;
}

/********************************* Product Main Content ****************************/

.product-content-img {
	background-image: url('../image/above_footer_img.png');
	height: 100%;
    background-size: contain;
	background-repeat: no-repeat;
	background: #41aadc;
}
.wir-beschaffen{
	font-size: 32px;
}
.product-main-content {
	margin-block-start: 110px;
}

.product-content-head p, .product-content-head h2, .product-content-head h1 {
	font-size: 58px;
    color: #fff;
}

.product-content-para p {
	font-size: 30px;
}

.product-read-more a {
	font-size: 36px;
	color: #fff;
}

.product-content-para {
	max-width: 58rem;
	margin-block-end: 34px;
	margin-block-start: 75px;
}

.product-content-first {
	margin-block-end: 8.125rem;
}

.product-content-new-head p {
	font-size: 35px;
	color: #fff;
	margin-block-end: 0px;
}
.product-content-new-para p {
	font-size: 36px;
}
.product-content-div {
	max-width: 400px;
	margin-block-end: 27px;
}
.product-content-new-img {
	padding: 1rem;
}


.product-content-new-div {
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-block-start: 1rem;
}

.product-last-content-img img {
	width: 65%;
}


.product-last-content-title p, .product-last-content-title h2 {
	color: #fff;
	font-size: 58px;
	margin-block-start: -4rem;
}

.product-last-content-logos img {
	width: 100%;
}

.product-last-content-logos {
	padding-block-start: 47px;
	padding-block-end: 94px;
}

.product-last-content-logos-product-page {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 75px 0 120px;
}
.product-last-content-logos-product-page img {
	width: 14%;
}


/**************************** Service Container *******************************/

.service-container {
	margin-block-start: 76px;
}

.service-container-head p, .service-container-head h2, .service-container-head h1 {
	font-size: 58px;
	color: var(--blue);
	margin-block-end: 3rem;
}

.service-container-main {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-block-end: 2.813rem;
}

.service-container-title p {
	font-family: 'gill-sans-mt-bold';
	font-size: 36px;
	color: #000;
}

.service-container-details {
	width: 20%;
	text-align: center;
}

.service-read-more {
	float: right;
	font-size: 36px;
	padding-inline-end: 2%;
	margin-block-end: 5rem;
}

.service-read-more a {
	color: var(--blue);
}

/************/
/*   Form   */
/************/


.contact-form-container {
	background-color: var(--blue);
}

.contact-head p, .contact-head h2 {
	font-size: 58px;
	padding-block-start: 6.563rem;
	color: #fff;
	padding-block-end: 4.7rem;
}

.contact-form {
	padding-block-end: 8.438rem;
}

.captcha img {
	max-width: 85%;
}

.form-container {
	max-width: 70%;
	padding: 0;
	margin: 0;
}



input[type=text], input[type=email], textarea, select {
	width: 100%;
	padding: 8px 16px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: #fff;
	color: var(--blue);
	padding-block-end: 41px;
	font-size: 36px;
	font-family: inherit;
}


.form-class-input {
	margin-block-end: 4.063rem;
}

input[type=text], input[type=email] {
	min-height: 5rem;	
}

select {
	padding: 10px;
	padding-right: 30px;
	font-size: 29px;
	color: #000;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../icons/arrow-down.png');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: 2em auto, 100%;
}
  
  /* For IE (thanks to @SaiManoj) */
  select::-ms-expand {
	display: none;
  }
textarea {
	min-height: 18.125rem;
	font-size: 29px;
}

.input-class {
	min-width: 29.125rem;
}

.form-class-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


::placeholder {
	font-size: 29px;
}

.form-dropdown ::placeholder {
	font-size: 100%;
}

.file-upload-class img {
	width: 100%;
}

input[type="submit"] {
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: #fff;
	color: #000;
	font-size: 29px;
	min-width: 27.5rem;
	min-height: 5rem;
	cursor: pointer;
}


.form-submit-captcha {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding-block-end: 8.438rem;
}

/************************** Home Page Ends  ********************************/

	  
/************************** Contact Page Start *********************************/

.contact-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.breadcrumb-section a {
	font-size: 30px;
	color: var(--blue);
}

.breadcrumb-section li {
	list-style: none;
}

.breadcrumb-section {
	display: inline-flex;
	align-items: center;
	margin-block-start: 2.5rem;
}

.current a {
    font-weight: normal;
	   vertical-align: baseline;
}

.start::after {
    content: '>';
    /* font-size: 36px; */
    font-size: 30px;
    color: var(--blue);
    display: inline-block;
    padding-inline: 0.8rem;
    vertical-align: -11%;
}

.contact-person-content {
	margin-block-start: 36px;
	margin-block-end: 6.563rem;
}
.contact-persion-head p, .contact-persion-head h1 {
	font-size: 58px;
	color: var(--blue);
}



.contact-avatar-full-content {
	display: flex;
	/* align-items: center; */
	margin-block: 4rem;
}


.contact-avatar-content {
	flex: 0 0 auto;
	width: 20%;
	margin-inline-end: 6.5rem;
}


.contact-detail p {
	font-family: 'futura-book';
	font-size: 30px;
	color: #000;
	margin-block-end: 0.75rem;
}

.location.service {
	margin-block-start: 6.25rem;
}

.mid-location-img-line img {
	max-width: 55%;
}

.mid-location-title p, .mid-location-title h2 {
	color: var(--blue);
	font-size: 58px;
	margin-block-start: -4rem;
}


.location-detail-head {
	font-family: 'gill-sans-mt-bold';
	font-size: 30px;
	color: #000;
}

.location-detail-para {
	font-family: 'Futura-Book';
	font-size: 30px;
	color: #000;
	width: 82%;
}

.location-detail {
	margin-block-start: 2.5rem;
	margin-block-end: 7.813rem;
}

.company-address {
	display: flex;
	justify-content: space-between;
}

.german-address.company-address-details {
	flex-basis: 40%;
}

.chinese-address.company-address-details {
	flex-basis: 60%;
}

.full-location-map iframe{
    width:100%;
}
 




/************************** Contact Page Ends *********************************/

/************************** Service Page Starts ******************************/


.service-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.service-container-second {
	margin-block-start: 36px;
	margin-block-end: 3.65rem;
}

.mid-service-img-line img {
	width: 100%;
}

.mid-service-title p, .mid-service-title h2 {
	color: var(--blue);
	font-size: 58px;
	margin-block-start: -4rem;
}

.service-container-img {
	margin-block-start: 4.25rem;
	margin-bottom: 5rem;
}
.service-container-img img {
	max-height: 720px;
	display: block;
}

.service-process-last-left p {
	font-family: 'gill-sans-mt-bold';
	font-size: 36px;
	color: #000;
}

.service-process-last-right p {
	font-family: 'gill-sans-mt-bold';
	font-size: 36px;
	color: var(--blue);
}

.service-process-last-container {
	display: flex;
	margin-block-start: 4.688rem;
	margin-block-end: 5.813rem;
}

.service-process-last-left{
	max-width: 55%;
	padding-inline-end: 14rem;
}


.service-process-last-right{
	max-width: 45%;
	padding-inline-end: 31rem;
}

.service-process-last-container {
	display: flex;
	margin-block-start: 4.688rem;
}

.mid-advantage-title p, .mid-advantage-title h2 {
	color: var(--blue);
	font-size: 58px;
	margin-block-start: -5rem;
}


.customer-dist {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.blue-div {
	background: var(--blue);
	height: auto;
}

.industries-list-content{
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
	margin-block-start: -0.21%;
	position: relative;
}

.service-process-last-container.custom-container {
	display: none;
}

/************************** Service Page Ends *********************************/



/*********************************** Footer ***********************************/

.footer-first-content ul > li {
	font-size: 36px;
	display: inline-block;
}


.footer-first-content a {
    color: var(--blue);
}

.footer-first-content li:not(:last-child)::after {
    content: "|";
    color: var(--blue);
    padding-inline: 0.6em;
}

.footer-first-content {
	padding-block: 4.063rem;
}

.blue-line {
	border-top: 1px solid var(--blue);
	border-bottom: 1px solid var(--blue);
}

.footer-second-content {
	margin-block-start: 5.125rem;
	margin-block-end: 6.375rem;
}

.footer-last-content {
    background-color: var(--blue);
}

.footer-last-content li {
    display: inline-block;
    padding-block: 3.25rem;
    list-style: none;
}

.footer-last-content li a {
    font-size: 36px;
    color: #fff;
}

.footer-last-content li:not(:last-child)::after {
    font-size: 36px;
    content: "|";
    color: #fff;
    padding-inline: 0.6em;
}

/* Extra Customization */

.service-container-image-pad, .list-system-head, .mobile-version, .mobile1-version, .mobile2-version, .mobile-choose-version {
	display: none;
}

.nav-item ul {
	list-style: none;
	display: inline-flex;
}

.drop-down img {
	padding-inline-start: 1rem;
	padding-block-end: 0.2rem;
}

.mid-advantage-img-line img {
	min-width: 94%;
}	

.mobile-brand-version {
	display: none;
}


.advantage-img.container {
	padding-block: 6.2rem;
	position: relative;
}

.choose-list li {
	list-style: none;
	font-size: 21px;
	padding-block-end: 136px;
}

.choose-list {
	display: flex;
	align-items: center;
}
.choose-list-1 {
	position: absolute;
	top: 25%;
	left: 12%;
	z-index: 8;
}
.choose-list-2 {
	position: absolute;
	top: 24%;
	right: 1.5%;
	z-index: 8;
}
.customer-dist-head p, .customer-dist-head h2 {
	font-size: 58px;
	color: #fff;
	text-transform: uppercase;
}
.customer-dist-head {
	position: absolute;
	top: 0;
	left: 0;
	margin-block-start: 2rem;
	margin-inline-start: 13rem;
}

.industry-head p {
	font-size: 30px;
}

.industry-head {
	position: absolute;
	top: 31%;
	left: 7.5%;
}

.industry-list-items li {
	list-style: none;
	font-size: 48px;
	padding-block-end: 2.7rem;
}

.industry-item-1 {
	position: absolute;
	top: 38%;
	left: 17%;
	z-index: 9;
	line-height: 60px;
}

.industry-item-2 {
	position: absolute;
	top: 38%;
	right: 21%;
	z-index: 9;
	line-height: 60px;
}
.abg-class-para {
	font-size: 36px;
}

.aktuelles-class {
	margin-block: 4rem;
	margin-top: 36px;
}

.product-content-img-new {
	background-image: url('../image/above_footer_img.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.partner.container {
	font-size: 58px;
	color: #fff;
}
.product-last-content-img-new img {
	width: 95%;
}
.product-last-content {
	margin-block-start: 5rem;
	background-color: #46aadc;
}
.product-main-content-new .product-last-content-image img {
	display: block;
	margin: 56px auto 75px;
}


/* Language */

.inquiry {
	background-color: var(--blue);
	padding-block: 1.94rem;
	padding-inline: 1.5rem;
	position: relative;
}

.language {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	width: 100%;
	display: none;
	z-index: 99;
}

.language li {
	list-style: none;
	border-bottom: 1px solid var(--grey);
	padding: 1rem;
}
.language li a {
	display: block;
}

.lang-class {
	position: relative;
}

.lang-class img {
	width: 25px;
}

.lang-class p {
	color: #000;
	font-size: 20px;
	position: absolute;
	top: 17px;
	left: 50px;
	z-index: 8;
}

/*Active button*/


/* Style the active class, and buttons on mouse-over */
.active-btn, .btn:hover{
  border: none;
  outline: none;
  background-image: url('../icons/active.png');
  background-repeat: repeat-x;
  background-size: auto;
}

nav .navbar .links > li > a:hover {
	color: var(--blue);
}

nav .navbar .links .active-btn a {
	color: var(--blue);
}

nav .navbar .links .active-btn .sub-menu a {
	color: #fff;
}

.industry-title {
	position: absolute;
	top: 0;
	left: 0;
	margin-block-start: 2rem;
	margin-inline-start: 13rem;
}

.industry-title p, .industry-title h2 {
	font-size: 58px;
	color: #fff;
}
.product-main-content-new {
	margin-top: 36px;
}

/********** 06-12-2022 **********/
.language-switcher > div {
	align-items: center;
	justify-content: space-between;
	display: none;
	cursor: pointer;
	padding: 7px;
}
.language-switcher {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	top: 100%;
}
.language-switcher img {
	width: 25px;
}
.language-switcher p {
	color: #000;
	font-size: 20px;
}
.extra-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-inline-end: 1.5rem;
}


/****************************** Thank you page ************************************/
.thank-you-section-content {
	margin: 55px 0;
	padding-top: 225px;
	padding-bottom: 75px;
}
.thank-you-section p {
	text-align: center;
	font-size: 100px;
	color: #41aadc;
}
.slideshow-container.thank-you-page-banner {
	display: none;
}

/***************************** News page ********************************************/
.news-column-container.container {
	margin-top: 80px;
	margin-bottom: 50px;
}
.news-column {
	margin-bottom: 80px;
}
.news-col-date-and-heading {
	display: flex;
	margin-top: 30px;
	margin-bottom: 35px;
}
.news-col-date {
	flex-basis: 20%;
}
.news-col-Heading {
	flex-basis: 80%;
}
.news-col-date p, .news-col-Heading p{
	font-size: 36px;
	color: #41aadc;
}
.news-col-description p {
	font-size: 36px;
	margin-bottom: 20px;
}

/*************************************** Contact page *********************************/
.mobile-version .company-address {
	flex-direction: column;
}
.mobile-version .company-address .german-address.company-address-details {
	margin-bottom: 20px;
	margin-top: 10px;
}


/**************************************** Home page *********************************/
.product-content-new-para {
	min-height: 225px;
}
.home-page-product-section-content {
	display: flex;
}
.home-page-product-section-left-content {
	flex-basis: 60%;
}
.home-page-product-section-right-content {
	flex-basis: 40%;
}


/******************************************* All pages ********************************/
.mid-banner-div {
	margin-top: 36px;
}
.form-dropdown input {
	min-height: unset;
	padding: 12px 5px;
	font-size: 100%;
	max-width: 95%;
	width: 95%;
	margin: 0 auto 10px;
}
.form-dropdown textarea {
	min-height: unset;
	padding: 14px 5px;
	font-size: 100%;
	max-width: 95%;
	width: 95%;
	margin: 0 auto 10px;
}
.form-dropdown {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 96px;
	background: #41aadc;
}
.form-dropdown .form-class-input {
	margin-bottom: 0;
	text-align: center;
}
.form-dropdown input[type="submit"] {
	min-width: unset;
	width: 100%;
}
.form-textarea-divider {
	width: 15%;
	height: 4px;
	background: #fff;
	margin: 5px auto 12px;
}
.form-dropdown{
	display: none;
}
.inquiry {
	cursor: pointer;
}
.form-class-input:first-child {
	margin-top: 10px;
}
.file-upload-class label[for="file-upload"] span {
	font-size: 100%;
}
.file-upload-class {
	margin: 0 auto 10px;
	background: #fff;
	max-width: 95%;
	padding: 12px 5px;
}
.header-form-submit .g-recaptcha, #g-recaptcha1 {
	margin: 0 auto 10px;
	max-width: 95%;
}
.header-form-submit .g-recaptcha > div, #g-recaptcha1 > div {
	width: 100% !important;
}
.header-form-submit .g-recaptcha > div > div > iframe, #g-recaptcha1 iframe {
	width: 100% !important;
}
.file-upload-class.file-upload-class-main{
	margin: initial;
	background: unset;
	max-width: unset;
	padding: 0;
}
.file-upload-class.file-upload-class-main label.active-label {
	display: flex;
	width: 100%;
	height: 80px;
	background: #fff;
	align-items: center;
	padding-left: 16px;
	position: relative;
}
.file-upload-class.file-upload-class-main label.active-label::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #c3c3c3;
	position: absolute;
	top: 0;
	right: 40px;
}
.file-upload-class.file-upload-class-main label.active-label::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


/************************************** Product page **********************************/
.product-last-content {
	padding-top: 55px;
	padding-bottom: 55px;
}
.product-last-content-img-new img {
	width: 100%;
}
.product-content-img.product-content-img-product-page {
	background: #fff;
}
.product-content-img.product-content-img-product-page .product-content-head p, .product-content-img.product-content-img-product-page .product-content-head h2, .product-content-img.product-content-img-product-page .product-content-head h1 {
	color: #41aadc;
	text-transform: uppercase;
}
.product-last-content-title-new.product-page-last-content-heading h2{
	color: #41aadc;
}
.product-last-content.product-page-last-section{
	background: #fff;
}

.mobile {
	display: none;
}
.navbar-wrapper.mobile{height: 100%;}
.mobile-nav-links .form-dropdown{top: 100%;}
.anfrage{position: relative; background: #fff;}
.mobile-nav-links {
	position: fixed;
	width: calc(100% - 60px);
	left: 0;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #41AADC;
	overflow-y: auto;
	display: none;
}
.mobile-nav-links .topnav{position: static;}
nav .navbar .mobile-nav-links .nav-links {
	margin-right: 0;
	height: auto;
}
.mobile-lng-wrapper {
	position: relative;
	height: 70px;
	border-bottom: 1px solid #fff;
}
.mobile-nav-links .language-switcher {
	top: 0;
	width: 170px;
	left: auto;
	right: 0;
	height: 100%;
	background: transparent;
}
.mobile-nav-links .language-switcher > div{height: 100%;}
.mobile-nav-links .language-switcher p {
	color: #fff;
}
.anfrage .inquiry-btn {
	color: #41aadc;
}
.mobile-nav-links .btn a {
	padding: 15px;
	display: block;
}
.mobile-nav-links .btn {
	padding: 0;
	border: none !important;
}
.service-submenu .topnav {
	background: #fff;
}
.service-submenu .topnav a {
	color: #41aadc;
}
.service-submenu {
	padding-left: 25px;
	background: #fff;
	display: none;
}
.mobile-lng-wrapper .home-link {
	width: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.mobile-nav-links .nav-links > .topnav > li > a {
	position: relative;
}
.mobile-nav-links .nav-links > .topnav > li > a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
/*.mobile-nav-links .nav-links > .topnav > li.service > a::after {
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
}*/
.mobile-nav-links .nav-links > .topnav > li.anfrage > a::after{
	border-color: transparent transparent transparent #41AADC;
}
.nav-icons .open-img {
	display: none;
}
.mobile-toggle.open .close-img {
	display: none;
}
.nav-icons .mobile-toggle.open .open-img {
	display: block;
}
nav.open {
	background: transparent;
}
.service-submenu .btn:hover, .anfrage.btn:hover {
	background-image: none;
}
.home-page .mid-banner-div {
	margin-top: 0;
}
.home-page .mid-banner-img {
	padding-top: 36px;
}

/******************** scroll icon ********************/
header.header-carousel{position: relative;}
.scroll-icon-wrapper {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 100px;
}
.scroll-icon-wrapper span
{
  display: block;
  width: 8px;
  height: 8px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 auto 3px;
}
.mouse {
    height: 30px;
    width: 20px;
    border-radius: 10px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    margin-left: auto;
    margin-right: auto;
}

.scroll-icon-wrapper .unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
.page-scrolled .scroll-icon-wrapper{display: none !important;}

/******************** scroll icon ********************/

img {
    max-width: 100%;
    height: auto;
}
.footer-second-content:after {
    content: '';
    display: table;
    clear: both;
}
.footer-second-content.container {
	display: flex;
	justify-content: space-between;
}
.footer-second-content-left {
    padding-right: 20px;
}
.footer-second-content-right {
    margin-left: auto;
}

/******************** helper ********************/
.specialheight
{line-height: 140%;

}