*, *::before, *::after {padding: 0; margin: 0; box-sizing: border-box;}
:root {
  --bg-light: #f5f5f5;
  --bg-dark: #1a1a1a;
  --text-light: #333;
  --text-dark: #f0f0f0;
  --box-light: #ffffff;
  --box-dark: #2a2a2a;
}


@font-face {font-family: HCo-Gotham-Rounded-Light; src: url(/src/fonts/HCo-Gotham-Rounded-Light.ttf);}


body {
  font-family: "HCo-Gotham-Rounded-Light";
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #114345;
 /* background-image: url("/public/lsb-baggrund.svg");
  background-size: 100%; */
  color: black;
}


.timer {
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, color 0.4s;
}



.menubar {
  position: relative;
  top: 0;
  height: 8vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.menubar .logo {
  position: relative;
  display: flex;
  height: 100%;
  width: 20%;
  max-width: 200px;
  margin-left: 25px;
  object-fit: contain;
}

.centercontent{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  flex-direction: row;
}
.content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
}
#full-container {
  --bs-gutter-x: 0;
  position: relative;
  height: 100%;
  width: 100%;
}

.mainvideoplayer {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  height: auto;
  max-height: 50vh;
  width: auto;
  max-width: 80vw;
}
.banner {
  position: relative;
}
.poster {
  position: absolute;
  aspect-ratio: 16 / 9;
  display: block;
  z-index: 2;
}

.video-js {
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

.func-overlay {
  position: absolute;
  display: flex;
  align-self: flex-end;
  left: 0;
  width: auto;
  max-width: 50%;
  padding: 10px;
  z-index: 1;
}
.qa-overlay {
  position: absolute;
  display: flex;
  align-self: flex-end;
  right: 0;
  width: auto;
  max-width: 25%;
  padding: 10px;
  z-index: 1;
}

/* Knapper */

#fscreen-btn {
  margin-left: 10px;
}
#qa-btn {
  display: block;
}
.btn, .btn:disabled {
  background-color: #05326e;
  color: #ffffff;
  border-radius: 0px;
  border: none;  
  font-size: 15px;
  padding: 7px 12px 7px 12px;
  opacity: 0.8;
  width: 200px;
  max-width: 200px;
}
.btn:hover {
  opacity: 1;
  background-color: #05326e;
}



/* Function overlay */
.top-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.waitingNote {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  max-height: 80%;
}

.beskrivelse {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #05326e;
  border-radius: 0px;
  font-size: 20px;
  background-color: #05326eee;
  z-index: 3;
}
.beskrivelse p {
  text-align: center;
  margin: 0px;
}



footer {
  position: relative;
  height: 8vh;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}





.overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.login-box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 400px;
}
.login-box h2 {
  color: black;
  margin-top: 0;
}
.success-box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 400px;
}
.success-box h2 {
  color: black;
  margin-top: 0;
}
.end-box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 400px;
}
.end-box h2 {
  color: black;
  margin-top: 0;
}

.error {
  color: red;
  margin-top: 0.5rem;
}
input, select, button {
  width: 100%;
  padding: 0.75rem;
  margin-top: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc!important;
  font-size: 1rem;
}
button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}



.success-box {
  display: none;
}
.end-box {
  display: none;
}

.hotel {
  display: none;
}







@media screen and (max-width:420px) {
.menubar{
  justify-content: center;
}
.menubar .logo{
  width: 190px;
}

}

@media screen and (min-width: 420px) and (max-width: 600px) {
.menubar{
  justify-content: center;
}
.menubar .logo{
  width: 190px;
}

}

@media screen and (min-width: 600px) and (max-width: 954px) {
.menubar{
  justify-content: center;
}
.menubar .logo{
  width: 190px;
}

}