@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6  {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.telefon {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
}

.center2 {
    text-align: center;
    align-content: center;
    align-items: middle;
    align-self: middle;
    alignment-baseline: bottom;
	background-color: #fdfe00;
	font-size: 18px;
}
.right {
    text-align: right;
    align-content: right;
    align-items: middle;
    align-self: middle;
    alignment-baseline: bottom;
	background-color: #fdfe00;
	font-size: 18px;
}
.centeralign {
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
    alignment-baseline: center;
}
.divlightblue {
  background-color: lightblue;
}

* {
  box-sizing: border-box;
}

.column {
  float: center;
 /*  width: 33%; */
  padding: 4px;
}
.column2 {
  float: center;
  width: 50%;
  padding: 4px;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.bg-img {
  /* The image used */
 /* background-image: url("assets/img/astal-header.png"); */

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */
.container2 {
  position: absolute;
  margin: 20px;
  width: auto;
}

/* The navbar */
.topnav1 {
 /*  overflow: hidden; */
  background-color: #fdfe00;
}

/* The navbar */
.topnav2 {
 /*  overflow: hidden; */
  background-color: #cbdbc5;
}

/* Navbar links */
.topnav a {
  float: left;
  color: #373435;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	color: black;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
	
}

.nav-background {
    background-size: cover;
	
    /* Workaround for some mobile browsers */
    min-height: 100%;
	/*max-width: 50%;
	float: center; */
	background-position: center;
}
nav {
  width: 100%;
	color: black;
  }
/* Make the list of links take up the whole width of the nav */
nav ul {
  width: 100%; 
float: center;
	color: black;
}
nav ul li {
  width: 20%; color: black;}
nav ul li a {
  display: block;
  width: 100%;
color: black;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

h1 { 
  display: block;
  font-size: 2em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.contact-clean {
  padding: 5px 0;
}

.contact-clean form {
  max-width: none;
  width: 100%;
  margin: 5px auto;
  padding: 2px;
  border-radius: 2px;
  color: #505e6c;	
  margin-left: 0 !important;
  padding-left: 0 !important;	
}

.collage {
  /*display: grid;
   grid-template-columns: repeat(auto-fit, minmax(520px, 1fr)); */
  grid-template-columns: 1fr;
  grid-auto-rows: 150px;
  gap: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.collage2 {
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  grid-template-columns: 1fr;
  grid-auto-rows: 150px; 
  gap: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
	grid-row: span 2;
}
.item2 {
  /*  position: relative;

  padding: 5px;  Adjust/*  padding as needed * /
  background-color: #fdfe00; * Optional: to show padding area * /
  overflow: hidden;
/*   border-radius: 10px; /*  Optional: rounded corners */
	
  width: 100%;
  
  padding: 0; /* Remove padding if not needed */
  background-color: #fdfe00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  flex: 1; /* Allow flexible height */

  overflow: hidden;
  border-radius: 5px;
	
}
.item3 {
  /*  position: relative;

  padding: 5px;  Adjust/*  padding as needed * /
  background-color: #fdfe00; * Optional: to show padding area * /
  overflow: hidden;
/*   border-radius: 10px; /*  Optional: rounded corners */
	
  width: 100%;
  
  padding: 0; /* Remove padding if not needed */

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  flex: 1; /* Allow flexible height */

  overflow: hidden;
  border-radius: 5px;
	
}
.item2 img {
 /*  
	max-width: 70%;
  max-height: 100%;
  object-fit: contain;  Show full image with padding */
  display: block;
  width: 70%; /* width: 70%; */
  height: 100%;  /* height: auto;  */
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Or contain, or cover,  depending on your preference */
  margin: 0; /* <-- Add this */
}

.item2.tall {
  grid-row: span 2;
}

.item2.wide {
  grid-column: span 2;
}

/* Zoom overlay */
#zoom-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
	cursor: zoom-out;
}

#zoom-overlay img {
  height: 100vh;         /* Full screen height */
  width: auto;           /* Maintain aspect ratio */
 /* max-width: 90vw;  */
 /* max-height: 90vh; */
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.collage-wrapper {
  width: 300px; /* or a fixed size like 800px */
  position: relative;
  left: -100px; /* shift it out of the col-4 box */
}

.navbar .nav-link {
  color: black !important;
}

.one-pixel-row {
  height: 100px;
}
.divider {
  border: none;
  border-top: 1px solid #FFFFFF; /* Or any color you need */
}/* Remove all padding in container or row */
.container, .row {
  padding: 0 !important;  /* Ensure there's no padding */
}/* Custom class to remove padding from column */

/* Add padding to the text container */
.custom-text-padding {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}

/* Custom class to remove padding from the column */
.custom-no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

/* Ensures text in the left column is centered both vertically and horizontally */
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

/* Ensure the form is full height in the right column */
.contact-clean {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.specific-col {
  overflow: hidden;
}
}.row {
  min-height: 100vh;
}
.telefon strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: #000;
}@media (max-width: 991.98px) {
  .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
  }
}html {
  scroll-behavior: smooth;
}
/* 
.col-8 {
  margin: 100 auto;
  display: flex;
  justify-content: left;
} */
  .stretch-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or contain, depending on what you want */
  }

  @media (max-width: 768px) {
    .specific-col {
      min-height: 100vh;
    }
  }

.bitumen-wrapper {
  display: flex;
  width: 100%;
  background-color: #ffeb00; /* Bright yellow background */
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 10px;
}

.left-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.right-section {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.right-section h2 {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.grid-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img-fluid1 {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.object-fit-cover {
  object-fit: cover;
}

  .tall-image {
    width: 100%; /* Default full width */
    height: auto; /* Maintain aspect ratio */
  }

  @media (min-width: 768px) {
    .tall-image {
      max-height: 350px; /* Adjust for medium screens */
    }
  }

  @media (min-width: 992px) {
    .tall-image {
      max-height: 450px; /* Adjust for large screens */
    }
  }

.scale-up {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}