/* juster q155 */

.cond_check {
    vertical-align: top;
}


html, body {
	
	color:#222;
	width:100%;
    height:100%;
    margin-top: -30px;
	}

.row {
	margin-top: 0px;
}

a {
  cursor: pointer;
}

	
/* previousParticipation */

#previousParticipationPopup h1, #personNameSpellingCheckPopup h1 {
    font-size: 30px;
}


#previousParticipationPopup, #personNameSpellingCheckPopup {
    text-align:center;
}

.ui-widget-content {
    border: 0px solid #a6c9e2 !important;
}

		
#previousParticipationPopup a, #personNameSpellingCheckPopup a {
    text-decoration: none;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10%;
    padding-bottom: 10px;
    padding-left: 10%;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px solid #fd8e25; 
    color: #ffffff !important;
    transition: all 0.3s linear;
    background-color:#00A600;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 0.7);
}

	
#previousParticipationPopup a:hover, #personNameSpellingCheckPopup a:hover {
	background-color: #1f8e24; 
	cursor: pointer;
		
}

/* previousParticipation end */	



/* DAWA */
#q7816 {
    /* relative position for at de absolut positionerede forslag fÃ¥r korrekt placering.*/
    position: relative;
    width: 100%;
}
 
#q7816 input {
    /* BÃ¥de input og forslag fÃ¥r samme bredde som omkringliggende DIV */
    width: 100%;
}
.dawa-autocomplete-suggestions {
    margin: 0.2em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}
 
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0;
}




input[type="checkbox"] {
    cursor: pointer;
}








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;
}




/* 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 */






/*
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) { ... }
*/








