/* Untermenüs markieren
 * Manuele Selektion da es keine extra Klasse für Untermenüs mit weiterem Untermenü gibt */

#menu-item-182 {
  border-right-width: 9px;
  border-right-color: #00bcff;
  border-right-style: solid;
}

#menu-item-47 {
  border-right-width: 9px;
  border-right-style: solid;
  border-right-color: #00bcff;
}

/* Untermenüs Ende */

/* Logo mit transparentem weißen Hintergrund */

#masthead .hgroup .logo {
  /* RGB color code with alpha channel (0-1) */
  background-color: rgba(255, 255, 255, 0.75);
  padding: 14px;
}

/* Hintergrund Header */

#masthead.site-header {
  /* background-image: url("https://stuv.othr.de/wp-content/uploads/2020/04/Bib_Panorama.jpg"); */
  background-image: url("https://stuv.othr.de/wp-content/uploads/2020/04/StuV-Haus_Header_small.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Eigene Buttons für Weiterführende Links */

.custom-button {
  border-radius: 4px;
  width: 45%;
  text-align: center;
}

.wp-block-button__link {
  width: 85%;
  border-radius: 4px;
}

/* Accordion Farbe und Texteinrückung */

.c-accordion__title {
  background-color: #d6d6d6;
  text-indent: 5px;
}

/* Termin Liste anpassungen */

.ics-calendar-list-wrapper h4 {
  background-color: #d6d6d6;
  text-indent: 5px;
  width: 90%;
  margin-bottom: 1px;
  margin-left: 10px;
}

.ics-calendar-label {
  background-color: #737373;
  text-indent: 5px;
  margin-top: 10px;
}

.ics-calendar-color-key-item {
  display: inline-block;
}

.ics-calendar .title {
  padding-left: 10px;
  font-weight: bold;
}

.ics-calendar .events {
  padding-left: 10px;
  margin-bottom: 5px;
}

.ics-calendar .location {
  padding-left: 20px;
}

.ics-calendar .location:before {
  content: "Ort: ";
}

.ics-calendar .eventdesc {
  padding-left: 20px;
}

.ics-calendar .eventdesc:before {
  content: "Beschr.: ";
}

/* Calendar Ende */

/*Bilder mit abgerundeten Ecken*/

.ics-picture {
		border-radius: 20px;
}