/* cmsms stylesheet: bandb modified: Sonntag, 30. Juni 2024 05:40:36 */

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #222222;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  margin-bottom: auto;
}

.row.expanded {
  width: 100%;
}


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

a {
  color: #222222;
  transition: all 0.2s ease;
}
main a {
  color: #3a67a7;
  text-decoration: underline;
}
a:hover, a.menuactive {
  color: #999999;
}
.top-bar a, footer a {
  color: #DADADA;
}
.top-bar a:hover, footer a:hover, .top-bar a.menuactive {
  color: #D2D2D2;
}
.top-bar a.menuactive {
  font-weight: bold;
}

h1 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h1 a, h1 a:hover {
  color: #3a67a7;
}

h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

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

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0rem;
  line-height: 1rem;
  color: #DADADA;
}

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

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

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

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

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

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

.divider a {
  color: #3a67a7;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #222222;
}

.card-divider {
  background: #3a67a7;
  color: #DADADA;
}

.button {
  background: #DADADA;
  color: #3a67a7;
  border-radius: 5px;
}

.button:hover {
  background: #3a67a7;
  color: #DADADA;
}

.divider .button {
  background: #3a67a7;
  color: #DADADA;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #222222;
  color: #3a67a7;
}

header {
  background-color: #3a67a7;
}
footer {
  background: #3a67a7;
  color: #DADADA;
}

footer .column {
  padding: 0 2rem;
}

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

footer i {
  margin-right: 0.5rem;
}

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

#copyright span {
  margin: 0 1rem;
}

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

form {
  padding: 1rem;
}

form select {
  width: auto;
}

footer .column.specialpadding {
  padding: 0;
}

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

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.3rem;
  }
  footer .column.specialpadding {
    padding: 0 2rem;
  }
}

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

/* 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) {}
