@media (min-width: 1200px) {
  
  .projekt-oversigt {
  margin-top: 5vh;
}

.billederkol {
  display: flex;
  gap: 50px; /* Space between videos */
  width: 100%;
  height: auto;
  margin-bottom: 5vh;
}

.overskrift {
  color: var(--Text-color-red, #0e0e0e);
  font-family: "Denim TRIAL";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 5vh;
}

.projekt-billede-tekst {
  width: calc(50%); /* Adjust width to account for the gap */
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.projekt-billede-tekst img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.billedecontainer img:hover {
  transform: scale(1.05);
}

.overskrift-container {
  overflow: hidden;
}

.billedecontainer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  margin-bottom: 2vh;
}

.billedecontainer .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%); /* Centers it perfectly */
  color: white;
  font-family: "Denim TRIAL";
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.billedecontainer:hover img {
  filter: blur(5px);
}

.billedecontainer:hover .overlay-text {
  opacity: 1;
}

h3 {
  color: var(--Text-color-red, #0e0e0e);
  font-family: "Denim TRIAL";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  margin-bottom: 10px;
}

h4 {
  color: #636363;
  font-family: "PP Neue Montreal";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  margin-bottom: 5px;
}

.projekt-billede-tekst h5 {
  color: #636363;
  font-family: "PP Neue Montreal";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 25px;
}
}

@media screen and (max-width: 1199px) and (min-width: 501px) {
  
  .projekt-oversigt {
  margin-top: 5vh;
}

.billederkol {
  display: flex;
  gap: 50px; /* Space between videos */
  width: 100%;
  height: auto;
  margin-bottom: 5vh;
}

.overskrift {
  color: var(--Text-color-red, #0e0e0e);
  font-family: "Denim TRIAL";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 5vh;
}

.projekt-billede-tekst {
  width: calc(50%); /* Adjust width to account for the gap */
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.projekt-billede-tekst img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.billedecontainer img:hover {
  transform: scale(1.05);
}

.overskrift-container {
  overflow: hidden;
}

.billedecontainer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  margin-bottom: 2vh;
}

.billedecontainer .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%); /* Centers it perfectly */
  color: white;
  font-family: "Denim TRIAL";
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.billedecontainer:hover img {
  filter: blur(5px);
}

.billedecontainer:hover .overlay-text {
  opacity: 1;
}

h3 {
  color: var(--Text-color-red, #0e0e0e);
  font-family: "Denim TRIAL";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  margin-bottom: 10px;
}

h4 {
  color: #636363;
  font-family: "PP Neue Montreal";
  font-size: 0.9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  margin-bottom: 5px;
}

.projekt-billede-tekst h5 {
  color: #636363;
  font-family: "PP Neue Montreal";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 25px;
}
}

@media screen and (max-width: 500px) {
  
  .projekt-oversigt {
  margin-top: 5vh;
}

.billederkol {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.overskrift {
  color: var(--Text-color-red, #0e0e0e);
  font-family: "Denim TRIAL";
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 5vh;
}

.projekt-billede-tekst {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 50px;
}

.projekt-billede-tekst img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.billedecontainer img:hover {
  transform: scale(1.05);
}

.overskrift-container {
  overflow: hidden;
}

.billedecontainer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  margin-bottom: 2vh;
}

.billedecontainer .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%); /* Centers it perfectly */
  color: white;
  font-family: "Denim TRIAL";
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.billedecontainer:hover img {
  filter: blur(5px);
}

.billedecontainer:hover .overlay-text {
  opacity: 1;
}

h3 {
  color: var(--Text-color-red, #0e0e0e);
  font-family: "Denim TRIAL";
  font-size: 10vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  margin-bottom: 10px;
}

h4 {
  color: #636363;
  font-family: "PP Neue Montreal";
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  margin-bottom: 5px;
}

.projekt-billede-tekst h5 {
  color: #636363;
  font-family: "PP Neue Montreal";
  font-size: 5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 25px;
}
}

