@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body, html {
  height: 100%;
  width:100%;
  margin: 0;
  font-family:'Montserrat', sans-serif;
  font-size:18px;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/images/doorpanel.jpg");
  width: auto;
  background-position: center;
  background-size: cover;
}

.hero-text {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text-cap{
	font-size:50px;
}

.hero-text a {
  border: 1px solid white;
  border-radius:25px;
  display: inline-block;
  padding: 10px 25px;
  background-color: none;
  text-decoration:none;
  text-align: center;
  cursor: pointer;
  color:white;
}

.hero-text a:hover{
	border: 1px solid black;
	border-radius:25px;
	display:inline-block;
	background-color:#fff;
	text-decoration:none;
	color:black;	
}

.language-hero{
	justify-content:center;
	display:block;
	width:100%;
	position:absolute;
	bottom:0px;
}

.language-hero a{
  color:white;
}

.language-hero ul{
	text-align:center;
	position:relative;
	margin:0;
	padding:25px;
}

.language-hero li{
	display:inline-block;
}

/*----------------------main page---------------------*/



.wrapper {
	width:100%;
	height:90px;
	margin:auto;
	position:relative;
	z-index:1;
}

.logo img{
	display:block;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	width:100px;
	float:left;
	height:auto;
}
.nav-area{
	float:right;
	list-style:none;
	margin-top:20px;
}
.nav-area li{
	display:inline-block;
	margin-right:20px;
	margin-bottom:15px;
}
.nav-area li a{
	color:#000;
	border:1px solid black;
	border-radius:25px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 20px;
	font-size:14px;
}
.nav-area li a:hover{
	border-radius:25px;
	background:#000;
	color:#fff;
}

.top-container{
	width: 100%;
	position: relative;
	margin:auto;
	background-color: white;
}
	


/*Slideshow---------------------------*/
* {box-sizing: border-box;}
.mySlides {display:none;
}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin:auto;
  background-color: #bbb;
}

/* Next & previous buttons */
.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;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: 0.4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.4} 
  to {opacity: 1}
}

/* Slideshow Images */

.image1{
	width:100%;
	height:75vh;	
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/seat3.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	float:middle;
}

.image2{
	width:100%;
	height:75vh;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/productionline1.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	float:middle;
}

.image3{
	width:100%;
	height:75vh;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/interior.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	float:middle;
}


/*Slideshow Imagetext*/
.slidetext{
	font-size:20px;
	position:absolute;
	bottom:2px;
	left:2px;
	width:50%;
	text-decoration:none;
	color:white;
	list-style-type:none;
	word-break:normal;
}


.footer{
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	background-color:black;
	margin-top:1%;	
}

.footer-box{
	display:block;
	position:relative;
	width:95%;
	margin:auto;
}

.footer-box ul{
	margin:3px;
}

.footer-box li{
	display:inline-block;
	margin-left:5%;
	margin-bottom:7px;
	margin-top:7px;
}

.footer-box li a{
	text-decoration:none;
	font-size:14px;
	color:white;
	margin:auto;
	border:1px solid white;
	padding:2px 5px;
	border-radius:25px;
}
.footer-box li a:hover{
	text-decoration:none;
	background-color:white;
	color:black;
	border:1px solid white;
}




/*------------About US------------------------------------------------*/


.about-image{
	width:100%;
	height:40vh;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/seat.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	float:middle;
	margin-bottom:1px;
}

.about-content{
	margin:auto;
	display:block;
	width:60%;
	
}

.about-text{
	text-align:left;
	color:black;
	float:middle;
	margin:auto;
	word-break:normal;
}

.about-pictures{
	text-align:center;
	justify-content:center;
}

.about-pictures ul{
	width:100%;
	display:flex;
	justify-content:center;
	margin-top:5%;
	padding:0px;
}

.about-pictures li{
	display:inline-block;
	
}

.about-text-image{
	display:block;
	margin:20px;
	padding:5px;
	width:170px;
	height:auto;
	float:middle;
}

.button1{
	position:relative;
	display:inline-block;
	background-color:white;
	border: 1px solid black;
	border-radius:25px;
	margin:5px;
	margin-bottom:3%;
	padding:10px;
	width:auto;
	height:auto;
	text-align:center;
	font-size:20px;
	color:black;
	box-sizing:border-box;
}

.button1:hover{
	background-color:black;
	border: 1px solid black;
	color:white;
	cursor:pointer;
}

.containerTab1{
	display:none;
	position:relative;
	width:60%;
	height:auto;
	border-radius:25px;
	border: 1px solid black;
	background-color:white;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	margin-bottom:10px;
}

.containerTab-text1{
	display:block;
	width:95%;
	padding:5px;
	margin:auto;
	text-align:left;
	color:black;
	word-break:normal;
	line-height:2;
}

.closebtn1 {
  float: right;
  color: black;
  font-size: 20px;
  cursor: pointer;
  padding-right:10px;
}  


/*-----------------Leistungsspektrum-------------------------------*/

.service-image{
	width:100%;
	height:40vh;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/seat2.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	float:middle;
	margin-bottom:1px;
}

.service-content{
	margin:auto;
	display:block;
	width:60%;
}

.service-text{
	text-align:left;
	color:black;
	float:middle;
	margin:auto;
	word-break:keep-all;
}


.service-icon{
	width:100%;
	list-style:none;
	margin:auto;
	padding-top:35px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	justify-content:center;
	display:flex;
}
.service-icon li{
	display:inline-block;
	margin:auto;
}


.button{
	position:relative;
	display:inline-block;
	background-color:white;
	border: 2px solid black;
	border-radius:25px;
	margin:1px;
	width:70px;
	height:auto;
	text-align:center;
	font-size:50px;
	color:black;
	box-sizing:border-box;
}

.button:hover{
	background-color:black;
	border: 2px solid black;
	color:white;
	cursor:pointer;
}

.button .tooltiptext {
	  visibility: hidden;
	  width:auto;
	  background-color:white;
	  color: #000;
	  text-align: center;
	  border-radius: 25px;
	  border-style:solid;
	  border-width:0.5px;
	  padding: 5px 5px;
	  font-size:16px;
	  margin:auto;

	  /* Position the tooltip */
	  position: absolute;
	  bottom:110%;
	  left:-85%;
	  z-index: 1;
}

.button .tooltiptext:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: rgba(0,0,0,0.8) transparent
}

.button:hover .tooltiptext {
	  visibility: visible;
}


.containerTab{
	display:none;
	position:relative;
	width:60%;
	height:auto;
	border-radius:25px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/armrest.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
}

.containerTab-text{
	display:block;
	width:95%;
	padding:5px;
	margin:auto;
	text-align:left;
	color:white;
	word-break:normal;
	text-align:left;
}

.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
  padding-right:10px;
}  

/*-------------------Contact---------------------------------------*/
.contact-image{
	width:100%;
	height:40vh;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/doorpanel1.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	float:middle;
	margin-bottom:1px;
}

.contact-content{
	margin:auto;
	display:block;
	width:75%;
}

.contact-text{
	text-align:left;
	color:black;
	float:middle;
	margin:auto;
	padding-top:10px;
	word-break:normal;
}

.contact-icon{
	width:100%;
	list-style:none;
	margin:auto;
	padding:5px;
	justify-content:center;
	display:flex;
	color:black;
	text-decoration:none;
}

.contact-icon li{
	margin:3%;
}

.contact-icon-phone{
	font-size:18px; 
	font-family:'Montserrat', sans-serif; 
	font-size:18px; 
	cursor:pointer;
}

.email-icon-img{
	background-image:url("../images/email.png");
	background-color:white;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border: 2px solid white; 
	margin:20px;
	cursor:pointer;
	width:80px;
	height:80px;
}



.phone-icon-img{
	background-image:url("../images/phone.png");
	background-color:white;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	margin:20px;
	border:2px solid white;
	width:80px;
	height:80px;
}



.adress-icon-img{
	background-image:url("../images/adress.png");
	background-color:white;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	margin:20px;
	border:2px solid white;
	width:80px;
	height:80px;
}

.back-button a{
	color:white;
	border:1px solid white;
	border-radius:25px;
	text-decoration:none;
	font-weight:bold;
	padding:5px 20px;
	font-size:14px;
}
.back-button a:hover{
	border-radius:25px;
	background:#fff;
	color:#000;
}


#overlay {
	position: fixed;
	display: none;
	width: 100;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 2;
	cursor: pointer;
}

#phone-text{
	position: absolute;
	top: 50%;
	left: 49%;
	font-size: 20px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

#phone-text a{
	color:white;
}

/*-------------------------email-ink & adress-----------------------*/
	
.email-link{
	height:100vh;
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../images/armrest.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	color:white;
}

.email-link-box{
	display:inlin-block;
	margin-top:20%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	position:relative;
	background-color:rgba(0,0,0,0.6);
	width:50%;
}

.adress-link-box{
	display:inlin-block;
	text-align:left;
	margin-top:20%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	position:relative;
	background-color:rgba(0,0,0,0.6);
	width:80%;
	word-break:normal;
}

.impressum-link-box{
	display:inlin-block;
	font-size:22px;
	text-align:left;
	margin:auto;
	padding:40px;
	position:relative;
	background-color:rgba(0,0,0,0.6);
	width:auto;
	word-break:normal;
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 625px) {
  body {
	  font-size:16px;
  }
  
}

@media screen and (max-width: 570px) {
  .nav-area li {
    float: none;
    display: block;
    text-align: left;
	}
}

@media screen and (max-width: 720px) {
	.hero-text-cap{
		font-size:25px;
		word-break:normal;
}
	.wrapper{
		width:100%;
		height:190px;
		margin:auto;
		
	}
	
	.button1{
		font-size:16px;
	}
	
	.service-icon{
		padding:5px;
	}
	
	.about-text-image{
	display:block;
	margin:20px;
	padding:5px;
	width:100px;
	height:auto;
	float:middle;
	}
	
	.button:hover .tooltiptext {
		visibility: hidden;
	}
	
	.contact-icon li{
		margin:auto;
		
	}
	
	.adress-link-box{
		margin-top:30%;
		width:70%;
	}
	
	.email-link-box{
		margin-top:40%;
		width:70%;
	}
	
	.slidetext{
		width:70%;
	}
	
	.email-icon-img{
		width:60px;
		height:60px;
	}
	
	.phone-icon-img{
		width:60px;
		height:60px;
	}
	
	.contact-icon-phone{
		font-size:16px;
	}
	
	.adress-icon-img{
		width:60px;
		height:60px;
	}
	
	.about-content{
		width:90%;
	}
	
	.service-content{
		width:90%;
	}
	
	.containerTab{
		width:90%;
	}
	
	.containerTab1{
		width:90%;
	}
}