@charset "utf-8";

body {
  font-size: 14pt;
  color: #333333;
  background-color: #EDEDED;
  padding: 0px;
  margin: 0px;

  overflow-wrap: break-word;

}


h1 {
  text-align: center;
  margin: 0px;
  padding: 0px;

}



p {
  margin-top: 25px;
}

footer {
  color: black;

  background-color: #B0E2FF;

  border-top: solid;

  padding-top: 3%;
}

a {
  text-decoration: none;
  word-wrap: break-word;
}


th {
  font-weight: normal;
}



dt {
  font-size: 20pt;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}


.up {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: solid;
  background-color: #B0E2FF;
}

.heading3_top {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.dr {
  display: inline-block;
}

.main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 2%;
  padding-right: 3%;

}

.left {
  max-width: 50%;
}

.important1 {
  border-style: solid;
  border-radius: 15px;
  border-color: #1874CD;
  padding: 1%;
  margin-bottom: 0.5em;

}

.important1_small {
  font-size: 11pt;
}

.important2 {
  border-style: solid;
  border-radius: 15px;
  border-color: #1874CD;
  padding: 1%;



}

.important2_heads {
  text-decoration: underline;
  font-weight: bold;

}

.important2_miniheads{
  text-decoration: underline;
}

.important_p {

}

.aktuell {
  font-weight: bold;
  font-size: 20pt;
}

.welcome {
  padding-bottom: 8%;

}

.welcome p {
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.right {

  max-width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  gap: 10px;
}

.time {
  font-size: 16pt;
  padding: 1%;
  padding-bottom: 0.25%;
  text-align: center;
  border-style: solid;
  border-radius: 15px;
  border-color: #1874CD;

}

.timetable {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.spectrum{
  font-size: 12pt;
  padding: 1%;
  text-align: left;
  border-style: solid;
  border-radius: 15px;
  border-color: #1874CD;


}

.heading_spectrum {
  font-size: 16pt;
}

.contact_both{
  display: flex;
  justify-content: space-around;
  align-items: center;

  padding-bottom: 2%;
  padding-right: 2%;
  padding-left: 2%;

}

.contact {
  text-align: center;
}

.down {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20%;
  padding-right: 20%;

  text-decoration: underline;

  display: flex;
  justify-content: space-around;

  border-top: solid;



}

.a_main {
  color: black;
}


.imp_and_dat {
  margin-left: 4%;
  margin-right: 8%;
}


@media  (orientation: portrait) {
  .main {
    flex-direction: column;

  }

  .left {
    max-width: 90%;
  }

  .important1 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .important2 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .right {
    max-width: 90%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .time {
    font-size: 20pt;
    padding-bottom: 2%;
  }

  .contact_both {
    font-size: 60%;
  }

  .down {
    font-size: 70%;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }


  .timetable .timetable_p{
    font-size: 70%;
  }

  .clock {
    font-size: 67%;
  }

}


@media (max-width: 328px) {
  .timetable .timetable_p{
    font-size: 60%
  }
}
