/* cmsms stylesheet: bandb modified: Samstag, 21. Februar 2026 07:06:45 */

body {
  font-family: 'Syntax Next', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #4a271e;
}

.row {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #00a0ff;
  transition: all 0.2s ease;
  font-size: 15px;
}

a:hover, a.menuactive {
  color: #00bae2;
}

.h_header {
  font-size: 32pt;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  color: black;
}

.h_header a {
  color: black;
}

.h_header a:hover {
  color: black;
}

.h_header a img {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.content img {
  padding-top: 20px;
  padding-bottom: 20px;
}

.calendar-date-from img{
  height: 16px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 3px;
}

h1 {
  font-size: 20pt;
  margin-top: 30px;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #4a271e;
}

h2 {
  font-size: 1.0rem;
  font-weight: bold;
}

h3, h4 {
  font-size: 0.9rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-size: 0rem;
  line-height: 1rem;
  color: #D2D2D0;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #4a271e;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #00a0ff transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #00a0ff transparent transparent;
}

.divider {
  background: #D2D2D0;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #4a271e;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #00a0ff;
}

.card-divider {
  background: #4a271e;
  color: #D2D2D0;
}

.button {
  background: #D2D2D0;
  color: #4a271e;
  border-radius: 5px;
}

.button:hover {
  background: #4a271e;
  color: #D2D2D0;
}

.divider .button {
  background: #4a271e;
  color: #D2D2D0;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #00a0ff;
  color: #4a271e;
}

.content {
}

table tbody tr:nth-child(2n+1) {
  background-color: #ffe6d9;
}
table tbody tr:nth-child(2n) {
  background-color: #fff6f1
}

footer {
  background: #4a271e;
  color: #D2D2D0;
  margin-top: 20px;
  bottom: 0;
}

footer h4 {
  margin-top: 1rem;
  color: #D2D2D0;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #D2D2D0;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #D2D2D0;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }
footer .column {
  padding: 0 10px;
  max-width: 50%;
}
.wide-place-holder {
  display: none;
}
}

/* Medium and up */
@media screen and (min-width: 40em) {
footer .column {
  padding: 0 10px;
  max-width: 25%;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* cmsms stylesheet: custom modified: Sonntag, 22. Februar 2026 07:08:48 */
@media (max-width: 640px) {
  .top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  #sticky-logo { flex: 1 1 auto; min-width: 0; }
  #menu-toggle { flex: 0 0 auto; margin-left: 0.5rem; }

  #sticky-logo, #menu-toggle { float: none !important; }

  /* Standard: oben (nicht stuck) Titel ausblenden */
  #sticky-logo a {
    display: none;
  }

  /* Wenn sticky aktiv ist: Titel anzeigen + Styling */
  .is-stuck #sticky-logo a {
    display: block;
    max-width: 100%;
    font-size: 1.2rem;   /* deine gewünschte Sticky-Größe */
    line-height: 1.1;
    white-space: normal;
    padding-top: 0;
  }
}
