/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Anpassungen Formulare */
textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), select[multiple=multiple] {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  border-radius: 0.1875rem;
  margin-bottom: 0.75rem;
  padding: 0.375rem 0.375rem;
  width: 100%;
}
textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, select[multiple=multiple]:focus {
  outline: none;
}
.form-display-wrapper {
  margin-bottom: 0.75rem;
}
form .buttons {
  text-align: center;
  margin: 1em 0;
}
form input {
  font-weight: 400;
}
input, label, select {
  display: block;
}
label {
  font-weight: 700;
}
.form-field .required {
  color: #F3443F;
  vertical-align: top;
  height: 1.5rem;
  display: inline-block;
}
/* Thumbnails */
.thumbnail {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 4px;
}
/* Footer Navigation */
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.5rem;
}
#g-footer a {
  color: #ffffff;
}
/* Sponsorenspalte */
.sponsors img {
  max-height: 130px;
  display: block;
  margin: 2.5em auto 0.5em;
}
/* Anpassungen Uebeschriften */
h1, .blog-header h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.625rem;
}
h3 {
  font-size: 1.375rem;
}
/* Anpassungen der Standardtabellen */
table {
  border: none;
}
th {
  background: #777;
  color: #fff;
  border: 1px solid #fff;
}
td {
  border: 1px solid #fff;
  background: #eee;
}
table + h2 {
  margin-top: 2rem;
}
/* Anpassungen Header */
#g-header {
  background-image: linear-gradient(to bottom, #005a8e 0%, #008dc9 100%);
}
@media screen and (max-width: 47.9rem) {
  #g-header .g-content {
    margin: 2.5rem 0 0.625rem 0;
  }
}
/* Optimierung fuer kleine Bildschirme: Gebuehren-Tabelle */
@media screen and (max-width: 47.9rem) {
  .verein table {
    border: 0;
  }
  .verein thead {
    display: none;
  }
  .verein tr {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .verein tr:last-child {
    margin-bottom: 0;
  }
  .verein td {
    display: block;
    width: 100% !important;
    border-top: none;
    padding: 0.5rem 0.5rem;
  }
  .verein td:first-child {
    color: #fff;
    background: #777;
    font-weight: bold;
    border-top: 1px solid #fff;
  }
  .verein td::before {
    content: attr(data-label);
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem;
    border-right: 1px solid #fff;
    width: 65%;
    float: left;
    text-align: left;
  }
  .verein td:first-child::before {
    border-right: none;
  }
}
/* Gleiche Spaltenbreite der einzelnen Tabellen mit Veranstaltungsterminen */
.veranstaltungen th:first-child {
  width: 15%;
}
.veranstaltungen th:nth-child(2) {
  width: 15%;
}
.veranstaltungen th:nth-child(3) {
  width: 25%;
}
/* Optimierung fuer kleine Bildschirme: Veranstaltungs-Tabelle */
@media screen and (max-width: 47.9rem) {
  .veranstaltungen table, .veranstaltungen tr, .veranstaltungen td {
    padding: 0;
    border: 1px solid #eee;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .veranstaltungen table {
    border: none;
  }
  .veranstaltungen thead {
    display: none;
  }
  .veranstaltungen tr {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    background: #eee;
  }
  .veranstaltungen tr:last-child {
    margin-bottom: 0rem;
  }
  .veranstaltungen td {
    border: none;
    display: block;
    padding: 0 0.5rem;
    margin: 0.5rem 0;
  }
}
/*# sourceMappingURL=custom_sponsor_wbo_2023.css.map */