
@font-face {
  font-family: "Sarabun";
  src: url(/css/Sarabun-Regular.woff2) format("woff");
}



html {
  font-family: "Sarabun",sans-serif;
  font-size: 18px;
  line-height: 29px;
  margin: 0 15px 0 15px;
  color: rgb(26, 26, 26);
}

body {
  margin: 0;
}

.heading {
  font-family: "Sarabun", sans-serif;
  color: #930083;
  font-size: 1.75rem;
  line-height: 110%;
  margin: .875rem 0 .7rem 0;
  font-weight: 400;
}

h4 {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 500;
  hyphens: auto;
  line-height: 21px;
  margin: .625rem 0 .5rem 0;
}



a ::before {
  /*content: 'play_arrow';*/
  font-size: 18px;
  border: 1px solid rgb(147, 0, 131);
  border-radius: 2px;
  color: inherit;
  line-height: 11px;
  height: 13px;
  vertical-align: inherit;
  margin-right: 4px;
  width: 13px;
  display: inline-block;
}


/*******************************
*
*  T E R M I N E   Spalte links
*
********************************/
.termine_links_termin {
  margin: 5px 0 10px 15px;
}

.termine_links_termin h3 {
  font-weight: bold;
}

.termine_links_tag {
  margin: 15px 0 15px 0;
}
.termine_links_sonntag {
  margin: 15px 0 15px 0;
}

.termine_links_tag h2,
.termine_links_sonntag h2
{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #930083;
  background-color: unset;
}


/*******************************
*
*  T E R M I N E   LISTE
*
********************************/
.termine_liste_termin {
  margin: 5px 0 10px 15px;
}

.termine_liste_termin h3 {
  font-weight: bold;
}

.termine_liste_tag {
  font-size: 18px;
  margin: 15px 0 15px 0;
  padding: 0 10px 0 10px;

}

.termine_liste_sonntag {
  font-size: 18px;
  margin: 15px 0 40px 0;
  padding: 10px;
  background-color: #eeeeee;
}

.termine_liste_tag h2,
.termine_liste_sonntag h2
{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #930083;
}



/*******************************
*
*  T E R M I N E   P O P U P
*
********************************/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);

}

.modal-content {
  position: relative;
  background-color: #749cae !important;
  padding: 1rem 1.5rem;

  display: none;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal {
  display: block;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}



/*******************************
*
*  TaT: B I L D E R
*
********************************/
img.bild_rechts {
  float:right;
  margin: 10px 0 10px 20px;
  border: none;
}

img.bild_links {
  float:left;
  margin: 10px 20px 10px 0;
  border: none;
}


img.bild_breit {
  width: 100%;
  border: none;
}


/*******************************
*
*  TaT: Gliederung
*
********************************/
.box_news {
  margin-top: 20px;
  width: 100%;

  display: inline-block;
  vertical-align: top;
  text-align: justify;
}

.box_news h2 {
  font-size: 13pt;
  margin: 0;
  padding: 7px 7px 7px 10px;
  color: #fff;
  background-color: #187200;
}


/*******************************
*
*  TaT: F I E L D S E T
*
********************************/
fieldset {
  margin-bottom: 20px;
}

fieldset legend {
  font-weight: bold;
}



.required
{
  color: red;
}




/*******************************
*
*  S P A L T E N
*
********************************/
.spalten_wrapper {
  display: flex;
  flex-flow: wrap row;

  clear:both;
  float:left;
  width:100%;

  margin-bottom: 0;
}


.spalten_wrapper div.spalte_eins
{
  flex: 1 1 0;
  vertical-align: top;

  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.spalten_wrapper div.spalte_zwei
{
  flex: 2 1 0;
  vertical-align: top;

  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}


.spalten_wrapper div.spalte_drei
{
  flex: 3 1 0;
  vertical-align: top;

  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}


.spalten_wrapper div.spalte_vier
{
  flex: 4 1 0;
  vertical-align: top;

  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.spalten_wrapper div.spalte_fuenf
{
  flex: 5 1 0;
  vertical-align: top;

  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}






/*******************************
*
*  FILTERBOXEN für Termine
*
********************************/

.filterbox {
  background-color: rgb(255, 255, 255);
  border-color: rgb(147, 0, 131);
  border-style: solid;
  border-width: 0.566667px;
  box-sizing: border-box;
  color: rgb(147, 0, 131);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 5px;
  padding: 5px 10px;
  text-align: left;
}

.filterbox:hover {
  background-color: rgb(0, 0, 0);
  color: white;
}

.filtercb:checked ~ .filterbox {
  background-color: rgb(147, 0, 131);
  color: white;
}


.filterlabel {
  box-sizing: border-box;
  color: rgb(52, 52, 52);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 7px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  position: relative;
  text-align: left;
  --base-color: #930083;
  --base-color-transparent: #930083cc;
  --base-font-color: #ffffff;
  --darken-color: #197200;
  --darken-color-transparent: #197200cc;
  --darken-font-color: #ffffff;
  --extra-color: #60b331;
  --extra-color-transparent: #60b331cc;
  --extra-font-color: #000000;
  --fixed-navi-color: #930083;
  --fixed-navi-hover-color: #b563ab;
  --lighten-color: #e6eaec;
  --lighten-color-transparent: #e6eaeccc;
  --lighten-font-color: #000000;
  --mobile-navi-background-color: #930083;
  --mobile-navi-color: #ffffff;
}


.search-container {
  position: relative;  /* Relativ positionieren für die Platzierung des Icons */
  width: 100%;
  max-width: 500px;
  display: flex;
}

#freitextsuche {
  flex: 1;
  margin-left: 5px;
  padding: 8px 30px 8px 10px;  /* Platz für das Symbol */
  border: 1px solid rgb(147, 0, 131);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

#icon {
  position: absolute;  /* Absolute Positionierung innerhalb des Containers */
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
}

.icon-search {
  background-image: url('/images/search.png');
  background-size: cover;
  width: 20px;
  height: 20px;
}

.icon-clear {
  background-image: url('/images/clear.png');
  background-size: cover;
  width: 20px;
  height: 20px;
}

