@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
html, body {
  height: 100%;
}
#main-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#top-container {
  padding: 1rem; 
  margin: 1rem 1rem 0.5rem 1rem; 
  text-align: center;
  flex-shrink: 0;
  max-height:20vh;
}
#top-wrapper{
  display: flex;
}

#main-content-wrapper {
  display: flex;
  flex: 1; /* vigtig: fylder resten af højden */
  gap: 1rem;
  padding: 1rem;
  flex-wrap: wrap;
  height:70vh;
}

#side-container {
  flex: 0.8; /* mindre bredde end før */
  min-width: 200px;
  overflow: auto;
}

#center-container {
  flex: 2.2; /* tilsvarende større */
  height:100%;
}
#bottom-container {
  background-color: #ccc;
  height: 40px;
  max-height: 5vh;
  flex-shrink: 0;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}

/* Responsiv til mobil */
@media (max-width: 768px) {
  #main-content-wrapper {
    flex-direction: column;
  }
}

/*footer gemmes på mobil*/
@media (max-width: 768px) {
  #bottom-container {
    display: none;
  }
}


/*date section*/
#date-section{
  display: flex;
  color:#B14847;
  background-color: white;
  padding:20px 30px;
  align-items: center;
  width:19vw;
  box-sizing: border-box;
  justify-content:space-between;
  border-radius: 5px;
  margin-left: auto; /* ?? skubber elementet til højre */
}
.day-value{
  font-weight: bold;
  font-size: 1.8rem;
}
.month-value{
  font-size: 1.3rem;
}
.large-title{
  font-size:35px;
  color:white;
  text-transform:uppercase;
}
.medium-title{
  font-size:16px;
  font-weight:bold;
  color:white;
}
.info-headline{
  text-align:center;
  margin:20px 0px;
}

/*Logo*/
.logo{
  width:20vw;
}

/*UR*/
#clock{
  font-size:4.5rem;
}

/*den statiske side sektion*/
.info-unde-section{
    border-radius:5px; 
    background-color:white; 
    color:#004689;
    height:100%;
    padding:10px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-family: 'Poppins', sans-serif !important;
}
#scroll-container{
    overflow: hidden;
    height:60%;
    margin-top:10px;
}
#static-quote{
  height:15%;
  font-size:16px;
  color:black;
}
#quote-headline{
  color:#454b50 !important; 
  font-weight: bold;
  margin-bottom:5px;
}
.info-skaerm-quote{
  font-size:16px;
  margin-top:8px;
}
.quote-made-by{
  font-size:14px;
  font-style: italic;
  font-weight: bold;
  margin-top:5px;
}
#birthday-headline{
  color:#454b50 !important; 
  font-weight: bold;
  font-size:16px;
  margin-bottom:5px;
}
#birthday-container{
  margin-top:10px;
  height:7%;
}
#birthday-values{
  display: flex;
  flex-direction: row;
  align-items: center;
  color:black;
  margin-top:5px;
}
.info-unde-section-part{
    margin:5px 0px;
    font-size:15px !important;
}
.info-unde-section-headline{
    font-size:22px;
    font-weight: bold;
    color: #454b50 !important;
    margin-bottom:10px;
}
.infoskaerm-ellipsis 
{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-undervisning{
  font-size:16px;
}

/*spacer pulse*/
.infoskaerm-spacer {
  height: 2px; /* tykkere, så den ikke virker som en nål */
  width: 100%;
  background: linear-gradient(270deg, #002446, #EA5347, #002446);
  background-size: 600% 100%;
  animation: pulse-gradient 6s ease-in-out infinite;
  border-radius: 4px;

}
@keyframes pulse-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*SLIDE 1*/
#udbud-table{
  width:70vw;
  padding:5px;  
  border-radius: 5px; 
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7); /* gennemsigtig baggrund */
  color:black !important;
  height:100%;
}
#udbud-table-headline
{
  justify-content: space-between;
  align-items: center;
  display: flex;
  width:100%;
  box-sizing: border-box;
  font-size:20px;
  padding:10px;
  color:black !important;
  border-bottom:3px solid;
  border-image: linear-gradient(to right, #002446, #B44846) 1;
  font-weight: bold;
  height:8%;
}
.udbud-line-wrapper{
    height:100%;
}
.udbud-table-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width:100%;
  padding:10px 10px;
  margin:10px 0px;
  color:black !important;
  height:9.6%;
  border-bottom:3px solid;
  border-image: linear-gradient(to right, #002446, #B44846) 1;
  font-size:16px;
}
/* .udbud-table-line:last-child{
  border-bottom:0px;
} */
#udbud-table-lines-wrapper{
  height:85%;
}
#udbud-bottom-bar{
  background-color: transparent;
  width:100%;
  height:5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
}
.no-udbud{
  padding:10px; text-align: center;
  width:400px;
  border-radius: 5px;
  margin:10px;
  background-color:#B14847;
}
#udbud-bottom-bar-counter{
  display: flex;
  flex-direction: row;
  gap:5px;
}
#udbud-progressbar {
    width: 0%;
    height: 5px;
    background-color: #d2f121;
    transition: width 0s;
}
#udbud-page-spinner{
  margin-left:20px;
}

/*random classes*/
.display-none{display: none !important;}