a {
  cursor: pointer;
}

/* juster q155 */

.cond_check {
    vertical-align: top;
}

/* Lightbox */

/* Baggrund overlay */
    .lightbox-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1000;
    }

    /* Lightbox container */
    .lightbox-content {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 80%;
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      z-index: 1001;
      display: flex;
      flex-direction: column;
    }

    /* iframe til at vise siden */
    .lightbox-content iframe {
      flex-grow: 1;
      width: 100%;
      border: none;
    }

    /* Luk-knap (top) */
    .close-lightbox {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      color: #333;
    }

    .close-lightbox:hover {
      color: #000;
    }

  /* Rund, sort luk-knap (bund) */
.close-lightbox-bottom {
    width: 40px;
    height: 40px;
    background: black;
    color: #FFFFFF !important;
    -webkit-text-fill-color: white !important; /* Specifik for iPhone */
    text-shadow: none !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    bottom: 10px;  /* Sørger for, at knappen ikke skubber indhold op */
    left: 50%;
    transform: translateX(-50%);
}

/* STØRRE KNAP PÅ MOBIL, MEN MINDRE MARGIN */
@media (max-width: 1079px) {
    .close-lightbox-bottom {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        bottom: 5px;  /* Mindre afstand fra bunden */
    }
}

/* Sikrer at knappen ikke får for meget plads */
.lightbox-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 50px; /* Plads til knappen uden at den presser content */
}

    }


/* Lightbox end */







html, body {
color:#222;
width:100%;
height:100%;
margin-top: -30px;
	}

.row {
	margin-top: 0px;
}



.btn-primary{
	background-color:#f2a3d7 !important;
	border:1px solid #f2a3d7 !important;
	width: 360px;
	font-weight: bolder !important;
    text-transform: uppercase;
	}

.btn-primary:hover{
	background-color:#f547ba!important;}	


	

.imgtxt{color: white;
background: rgba(41, 59, 74, 1.0); 
position: static;
top: 112px;
right: 0px;
padding-left: 140px;
padding-right:140px;
/* max-width: 800px; */
padding-bottom: 15px;
margin-right: auto;
  font-size: 25px;
text-shadow: 1px 1px black;
	line-height: 1.4; 
	margin-left: auto;
}







footer {
background-color:#293b4a;
width:80%;
    margin-left: auto;
    margin-right: auto;
}


/*---Media Queries --*/
@media (max-width: 992px) {
	footer {
background-color:#293b4a;
width:100%;
    margin-left: auto;
    margin-right: auto;
}



	.imgtxt{color: white;
min-width: 100%;
width:100%;
position:static;

}
	
  }
@media (max-width: 768px) {
	

	
	.imgtxt{color: white;

min-width: 100%;
width:100%;
position:static;
padding-left: 20px;
padding-right:20px;
}
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  /*--width: 100%;--*/
  height: 900px;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('bg2.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}




/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








