@font-face {
    font-family: 'lukertregular';
    src: url('lukert_font-webfont.woff2') format('woff2'),
         url('lukert_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	background: white;
	font-family: sans-serif;
	font: italic 1.2em "Arial" sans-serif;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: 8em;
}

a {
	text-decoration: none;
	color: hsl(192, 11%, 18%);
}

ul {
  list-style: none;
}

li {
	padding-top: 5px;
}

h1 {
	margin-top: 1vw;
	padding-top: 1vw;
	font-family: 'lukertregular';
	font-size: 3vw;
}

h3 {
	font-size: 1.2vw;
}

header {
  display: grid;
  background-color: white;
  grid-template-columns: 4vw 25vw auto 11vw 12vw 10vw 10vw 4vw;
  grid-template-rows: 2vw 5vw 20px;
  position: fixed; 
  top: 0; 
  width: 100%;
  z-index: 100;
}


body {
	margin: 0;
}

body a {
	font-weight: bold;
}


.logo {
	display: grid;
	grid-column: 2;
	grid-row: 2;
	position: relative;
}

.logo img {
	width: 20vw;
}

.Kontakt {
	display: grid;
	grid-column: 7;
	grid-row: 2;
	justify-content: center;
	padding-top: 2vw;
}

.jump-link {
	cursor: pointer;
}

a.kontakthover {
	position: relative;
}

a.kontakthover::before{
  	margin-bottom: 1em;
  	content: "";
  	position: absolute;
  	width: 0;
  	height: 3px;
  	bottom: 0;
  	right: 0;
  	background-color: #FBBA00;
  	visibility: hidden;
  	transition: all 0.3s ease-in-out;
}

a.kontakthover:hover::before{
	visibility: visible;
	width: 100%;
}

.Projekte {
	display: grid;
	grid-column: 6;
	grid-row: 2;
	padding-top: 2vw;
	justify-content: center;
}

.Leistungen {
	display: grid;
	grid-column: 5;
	grid-row: 2;
	padding-top: 2vw;
	justify-content: center;
}

.UeberUns {
	display: grid;
	grid-column: 4;
	grid-row: 2;
	padding-top: 2vw;
	justify-content: center;
}

.slideshow {
	margin: 10vw 4vw 1.5vw 4vw; 
}

.slideshow-container {
	position: relative;
	width: 100%;
	height: 50%;
	overflow: hidden;	
	/*margin-top: 8.5vw;*/
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover; 
  justify-content: center; 
  overflow: hidden;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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 {
  cursor: pointer;
  height: 5px;
  width: 30px;
  margin: 0 5px;
  background-color: #fbb80063;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FBBA00;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

.scroll-container {
	display: none;
}

.ÜberUns {
	margin: 0 4vw 0 4vw;
}

#ÜberUnsHead {
	scroll-padding-top: 8.5vw;
}

.Leistungen-Art {
	margin: 4vw 4vw 4vw 4vw;
	justify-content: left;
}

#LeistungenHead {
	scroll-padding-top: 100px; /* Adjust the offset value as needed */
}

.Leistungen-Grid {
	display: grid;
	grid-template-columns: 25vw auto 25vw auto 25vw;
	grid-template-rows: 20vw;
	margin-top: 3vw;
}

.Leistungen-Grid h2 {
	text-align: center;
	font-size: 1.5vw;
	margin-top: 1.5vw;
	margin-bottom: 1.5vw;
}


.image-container {
	width: 100%;
	height: 15.5vw;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.overlaylist {
	font-size: 1.35vw;
	visibility: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
  


.image-container:hover .overlaylist {
	visibility: visible;
	transition: all 0.3s ease-in-out;
}


#Leistungen-Rohbau {
	grid-column: 1;
	background-color: #FBBA00;
}


#Leistungen-Stahl {
	grid-column: 3;
	background-color: #FBBA00;
}

#Leistungen-GU {
	grid-column: 5;
	background-color: #FBBA00;
}

.Projekte-Art {
	margin: 4vw 4vw 4vw 4vw;
}

.Projekte-Grid {
	display: grid;
	grid-template-columns: 20vw auto 20vw auto 20vw auto 20vw;
	grid-template-rows: 15vw 3vw 15vw;
	margin-top: 3vw;
}

#pr1 {
	grid-column: 1;
	grid-row: 1;
}

#pr2 {
	grid-column: 3;
	grid-row: 1;
}

#pr3 {
	grid-column: 5;
	grid-row: 1;
}

#pr4 {
	grid-column: 7;
	grid-row: 1;
}

#pr5 {
	grid-column: 1;
	grid-row: 3;
}

#pr6 {
	grid-column: 3;
	grid-row: 3;
}

#pr7 {
	grid-column: 5;
	grid-row: 3;
}

#pr8 {
	grid-column: 7;
	grid-row: 3;
}

.kontakt-inhalt {
	display: grid;
	grid-template-columns: 38vw 8vw 45vw;
	grid-template-rows: 50%;
	margin: 2vw 4vw 0 4vw;
	align-content: stretch;
}
.kontakt-schrift {
	grid-column: 1;
	grid-row: 1;
}

#map {
	height: 400px;
	grid-column: 3;
	grid-row: 1;
	position: relative;
	
  }

footer {
	background: rgba(0,0,0,0.20);
	padding: 1vw 4vw 1vw 4vw;
	color: hsl(192, 11%, 18%);
	margin-top: 3vw;
	display: grid;
	grid-template-columns: 10%, auto, 10%, 10%;
	grid-template-rows: 5vw;
	text-align: center;
	align-items: center;
}

footer a {
	font-weight: normal;
}

#copyright {
	grid-column: 3;
}

#impressum-link {
	grid-column: 4;
}

.footer-logo {
	grid-column: 1;
	align-items: left;
}

#impressum-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
	overflow: auto;
}

#impressum-content {
	width: 80%; 
	height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffe0;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	overflow: auto;
	text-align: left;
}


@media (max-width: 1200px) 
{

header {
display: grid;
grid-template-columns: 3vw 23.5vw 23.5vw 23.5vw 23.5vw 3vw;
grid-template-rows: 2vw 10vw 8vw 2vw;
}

h3 {
	font-size: 2.5vw;
}

.logo {
	display: grid;
	grid-column: 2 / 6;
	grid-row: 2;
	justify-items: center;
}

.logo img {
	width: 40vw;
}

.UeberUns {
	grid-column: 2;
	grid-row: 3;
}

.Leistungen {
	grid-column: 3;
	grid-row: 3;
}

.Projekte {
	grid-column: 4;
	grid-row: 3;
}

.Kontakt {
	grid-column: 5;
	grid-row: 3;
}


a.kontakthover::before{
  	margin-bottom: 1em;
  	content: "";
  	position: absolute;
  	width: 0;
  	height: 0px;
  	bottom: 0;
  	right: 0;
  	visibility: hidden;
}

.slideshow-container {
	display: none;
	width: 100%;
}

/* Hide the images by default */
.mySlides {
display: none;
}

/* The dots/bullets/indicators */
.dot {
display: none;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 3s;
animation-name: fade;
animation-duration: 1.5s;
}

.scroll-container {
	display: block;
	margin-top: 22vw;
}

.Leistungen-Art {
	margin-top: 6vw;
}

.Leistungen-Grid {
	display: block;
	margin: 3vw 6vw 3vw 6vw;
}

.Leistungen-Grid h2 {
	font-size: 2.5vw;
	padding-top: 1vw;
}

.image-container {
	height: 30vh;
	flex-direction: column;
}

#Leistungen-Rohbau {
	display: flex;
	flex-direction: column;
	margin-bottom: 2vw;
}

#Leistungen-Stahl {
	display: flex;
	flex-direction: column;
	margin-bottom: 2vw;
}

#Leistungen-GU {
	display: flex;
	flex-direction: column;
	margin-bottom: 2vw;
}

.Leistungen-Art .overlaylist {
	font-size: 2vw;
	visibility: visible;
}

.Projekte-Art {
	margin-top: 6vw;
}

.Projekte-Grid {
	display: block;
}

.Projekte-Art .overlaylist {
	font-size: 2vw;
	visibility: visible;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 70%;
	width: 30%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.Projekte-Art .image-container {
	margin-bottom: 2vw;
}

.kontakt-inhalt {
	display: block;
}

footer {
	display: block;
	text-align: center;
	justify-items: center;
}

}

