@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;0&display=swap');

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@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: 100%;
  height: 100vh;
  overflow: hidden;
  flex-direction: row;
}


.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;
  filter: brightness(0) invert(1);
}
.menubar audio {
  position: relative;
  display: flex;
  margin-right: 25px;
}


.centercontent{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 88vh;
  overflow: hidden;
  flex-direction: row;
}
.content {
  padding: 120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-height: 80vh;
  height: 100%;
  width: 100%;
}


.mainvideoplayer {

  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-height: 88vh;
  aspect-ratio: 16 / 9;
}
.video-js {
  border-radius: 25px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
}

#full-container {
  --bs-gutter-x: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
#video-player {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}
/* Function overlay */
.top-overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0.7%;
}
.func-overlay {
  width: 50%;
  align-self: flex-end;

}


/* Knapper */

#fscreen-btn, #spg-btn{
  margin-left: 10px;
}
.btn, .btn:disabled {
  background-color: #05326e;
  color: #ffffff;
  border-radius: 23px;
  border: none;  
  gap: 20px;
  font-size: 15px;
  padding: 7px 12px 7px 12px;
  opacity: 0.8;
  width: 200px;
}
.btn:hover {
  opacity: 1;
  background-color: #05326e;
}



#audio-control-blur {
  position: fixed;
  z-index: 2;
  left: 0; top: 0; right: 0; bottom: 0;
  height: 100%;
  width: 100%;
  background: #00000080;
  filter:blur(4px);
  -o-filter:blur(4px);
  -ms-filter:blur(4px);
  -moz-filter:blur(4px);
  -webkit-filter:blur(4px);
}

#audio-control {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 500px;
  z-index: 3;
  padding: 50px;
  background:#05326e;
  color: #ffffff;
  font-size: 2em;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.8;
}
#audio-control:hover {
  opacity: 1;
  background-color: #05326e;
}


.beskrivelse {
  font-size: 1.2rem;
}


footer {
  font-family: "Poppins", sans-serif;
  position: relative;
  height: 4vh;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}




@media screen and (max-width:420px) {
    
    
#audio-control {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 500px;
  z-index: 3;
  padding: 10px;
  background:#05326e;
  color: #ffffff;
  font-size: 1em;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.8;
}
    
    .centercontent{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  flex-direction: row;
}
.content {
  padding: 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-height: 60vh;
  height: 100%;
  width: 50%;
}


.mainvideoplayer {

  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-height: 20vh;
  aspect-ratio: 16 / 9;
}
.video-js {
  border-radius: 25px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
}
    
    
    
    #fscreen-btn, #spg-btn{
  margin-left: 2px;
}
.btn, .btn:disabled {
  background-color: #05326e;
  color: #ffffff;
  border-radius: 23px;
  border: none;  
  gap: 5px;
  font-size: 10px;
  padding: 2px 4px 2px 4px;
  opacity: 0.8;
  width: 80px;
}


/* Function overlay */
.top-overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0.7%;
}
.func-overlay {
  width: auto;
  align-self: flex-end;

}


.beskrivelse {
  font-size: 0.8rem;
}

h1 {
  font-size: 1.2rem;
}
h2 {
  margin-top: -10px;
  font-size: 1rem;
}

.overskrift {
  margin-bottom: 25px;
}

.menubar .logo {
  width: 50%;
  margin-left: 50%;
  transform: translate(-50%);
  height: 20%;
}

.content .video-js {
  height: 100%;
}

.footer {
  height: 2vh;
}

}

@media screen and (min-width: 420px) and (max-width: 600px) {

h1 {
  font-size: 1.2rem;
}
h2 {
  margin-top: -10px;
  font-size: 1rem;
}
    
.overskrift {
  margin-bottom: 25px;
}
    
.menubar .logo {
  width: 50%;
  margin-left: 50%;
  transform: translate(-50%);
}
    
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    
.content .video-js {
  height: 100%;
}
    
.footer {
  height: 4vh;
}
    
}

@media screen and (min-width: 600px) and (max-width: 954px) {

h1 {
  font-size: 2rem;
}
h2 {
  margin-top: -10px;
  font-size: 1.5rem;
}
    
.overskrift {
  margin-bottom: 25px;
}
    
.menubar .logo {
  width: 50%;
  margin-left: 50%;
  transform: translate(-50%);
}
    
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    
.content .video-js {
  height: 100%;
}
    
.footer {
  height: 4vh;
}
    
}

@media screen and (min-width: 954px) and (max-width: 1024px) {

h1 {
  font-size: 3rem;
}
h2 {
  margin-top: -10px;
  font-size: 2rem;
}
  
.overskrift {
  margin-bottom: 25px;
}
  
.menubar .logo {
  width: 50%;
  margin-left: 50%;
  transform: translate(-50%);
}
  
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  
.content .video-js {
  height: 100%;
}
  
.footer {
  height: 4vh;
}
  
}